diff --git a/pkg/apis/extensions/types.generated.go b/pkg/apis/extensions/types.generated.go index 95af2ac33d2..265a5f751a4 100644 --- a/pkg/apis/extensions/types.generated.go +++ b/pkg/apis/extensions/types.generated.go @@ -4604,16 +4604,17 @@ func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep387 := !z.EncBinary() yy2arr387 := z.EncBasicHandle().StructToArray - var yyq387 [5]bool + var yyq387 [6]bool _, _, _ = yysep387, yyq387, yy2arr387 const yyr387 bool = false yyq387[0] = x.Replicas != 0 yyq387[1] = len(x.Selector) != 0 yyq387[3] = true yyq387[4] = x.UniqueLabelKey != "" + yyq387[5] = x.Paused != false var yynn387 int if yyr387 || yy2arr387 { - r.EncodeArrayStart(5) + r.EncodeArrayStart(6) } else { yynn387 = 1 for _, b := range yyq387 { @@ -4735,6 +4736,31 @@ func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr387 || yy2arr387 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq387[5] { + yym404 := z.EncBinary() + _ = yym404 + if false { + } else { + r.EncodeBool(bool(x.Paused)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq387[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("paused")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym405 := z.EncBinary() + _ = yym405 + if false { + } else { + r.EncodeBool(bool(x.Paused)) + } + } + } if yyr387 || yy2arr387 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -4748,25 +4774,25 @@ func (x *DeploymentSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym403 := z.DecBinary() - _ = yym403 + yym406 := z.DecBinary() + _ = yym406 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct404 := r.ContainerType() - if yyct404 == codecSelferValueTypeMap1234 { - yyl404 := r.ReadMapStart() - if yyl404 == 0 { + yyct407 := r.ContainerType() + if yyct407 == codecSelferValueTypeMap1234 { + yyl407 := r.ReadMapStart() + if yyl407 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl404, d) + x.codecDecodeSelfFromMap(yyl407, d) } - } else if yyct404 == codecSelferValueTypeArray1234 { - yyl404 := r.ReadArrayStart() - if yyl404 == 0 { + } else if yyct407 == codecSelferValueTypeArray1234 { + yyl407 := r.ReadArrayStart() + if yyl407 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl404, d) + x.codecDecodeSelfFromArray(yyl407, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -4778,12 +4804,12 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys405Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys405Slc - var yyhl405 bool = l >= 0 - for yyj405 := 0; ; yyj405++ { - if yyhl405 { - if yyj405 >= l { + var yys408Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys408Slc + var yyhl408 bool = l >= 0 + for yyj408 := 0; ; yyj408++ { + if yyhl408 { + if yyj408 >= l { break } } else { @@ -4792,10 +4818,10 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys405Slc = r.DecodeBytes(yys405Slc, true, true) - yys405 := string(yys405Slc) + yys408Slc = r.DecodeBytes(yys408Slc, true, true) + yys408 := string(yys408Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys405 { + switch yys408 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -4806,27 +4832,27 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv407 := &x.Selector - yym408 := z.DecBinary() - _ = yym408 + yyv410 := &x.Selector + yym411 := z.DecBinary() + _ = yym411 if false { } else { - z.F.DecMapStringStringX(yyv407, false, d) + z.F.DecMapStringStringX(yyv410, false, d) } } case "template": if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv409 := &x.Template - yyv409.CodecDecodeSelf(d) + yyv412 := &x.Template + yyv412.CodecDecodeSelf(d) } case "strategy": if r.TryDecodeAsNil() { x.Strategy = DeploymentStrategy{} } else { - yyv410 := &x.Strategy - yyv410.CodecDecodeSelf(d) + yyv413 := &x.Strategy + yyv413.CodecDecodeSelf(d) } case "uniqueLabelKey": if r.TryDecodeAsNil() { @@ -4834,10 +4860,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } else { x.UniqueLabelKey = string(r.DecodeString()) } + case "paused": + if r.TryDecodeAsNil() { + x.Paused = false + } else { + x.Paused = bool(r.DecodeBool()) + } default: - z.DecStructFieldNotFound(-1, yys405) - } // end switch yys405 - } // end for yyj405 + z.DecStructFieldNotFound(-1, yys408) + } // end switch yys408 + } // end for yyj408 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -4845,16 +4877,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj412 int - var yyb412 bool - var yyhl412 bool = l >= 0 - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + var yyj416 int + var yyb416 bool + var yyhl416 bool = l >= 0 + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4864,13 +4896,13 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4878,21 +4910,21 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv414 := &x.Selector - yym415 := z.DecBinary() - _ = yym415 + yyv418 := &x.Selector + yym419 := z.DecBinary() + _ = yym419 if false { } else { - z.F.DecMapStringStringX(yyv414, false, d) + z.F.DecMapStringStringX(yyv418, false, d) } } - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4900,16 +4932,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv416 := &x.Template - yyv416.CodecDecodeSelf(d) + yyv420 := &x.Template + yyv420.CodecDecodeSelf(d) } - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4917,16 +4949,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Strategy = DeploymentStrategy{} } else { - yyv417 := &x.Strategy - yyv417.CodecDecodeSelf(d) + yyv421 := &x.Strategy + yyv421.CodecDecodeSelf(d) } - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4936,18 +4968,34 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UniqueLabelKey = string(r.DecodeString()) } + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l + } else { + yyb416 = r.CheckBreak() + } + if yyb416 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Paused = false + } else { + x.Paused = bool(r.DecodeBool()) + } for { - yyj412++ - if yyhl412 { - yyb412 = yyj412 > l + yyj416++ + if yyhl416 { + yyb416 = yyj416 > l } else { - yyb412 = r.CheckBreak() + yyb416 = r.CheckBreak() } - if yyb412 { + if yyb416 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj412-1, "") + z.DecStructFieldNotFound(yyj416-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -4959,49 +5007,49 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym419 := z.EncBinary() - _ = yym419 + yym424 := z.EncBinary() + _ = yym424 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep420 := !z.EncBinary() - yy2arr420 := z.EncBasicHandle().StructToArray - var yyq420 [2]bool - _, _, _ = yysep420, yyq420, yy2arr420 - const yyr420 bool = false - yyq420[0] = x.Type != "" - yyq420[1] = x.RollingUpdate != nil - var yynn420 int - if yyr420 || yy2arr420 { + yysep425 := !z.EncBinary() + yy2arr425 := z.EncBasicHandle().StructToArray + var yyq425 [2]bool + _, _, _ = yysep425, yyq425, yy2arr425 + const yyr425 bool = false + yyq425[0] = x.Type != "" + yyq425[1] = x.RollingUpdate != nil + var yynn425 int + if yyr425 || yy2arr425 { r.EncodeArrayStart(2) } else { - yynn420 = 0 - for _, b := range yyq420 { + yynn425 = 0 + for _, b := range yyq425 { if b { - yynn420++ + yynn425++ } } - r.EncodeMapStart(yynn420) - yynn420 = 0 + r.EncodeMapStart(yynn425) + yynn425 = 0 } - if yyr420 || yy2arr420 { + if yyr425 || yy2arr425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq420[0] { + if yyq425[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq420[0] { + if yyq425[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr420 || yy2arr420 { + if yyr425 || yy2arr425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq420[1] { + if yyq425[1] { if x.RollingUpdate == nil { r.EncodeNil() } else { @@ -5011,7 +5059,7 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq420[1] { + if yyq425[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rollingUpdate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -5022,7 +5070,7 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr420 || yy2arr420 { + if yyr425 || yy2arr425 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5035,25 +5083,25 @@ func (x *DeploymentStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym423 := z.DecBinary() - _ = yym423 + yym428 := z.DecBinary() + _ = yym428 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct424 := r.ContainerType() - if yyct424 == codecSelferValueTypeMap1234 { - yyl424 := r.ReadMapStart() - if yyl424 == 0 { + yyct429 := r.ContainerType() + if yyct429 == codecSelferValueTypeMap1234 { + yyl429 := r.ReadMapStart() + if yyl429 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl424, d) + x.codecDecodeSelfFromMap(yyl429, d) } - } else if yyct424 == codecSelferValueTypeArray1234 { - yyl424 := r.ReadArrayStart() - if yyl424 == 0 { + } else if yyct429 == codecSelferValueTypeArray1234 { + yyl429 := r.ReadArrayStart() + if yyl429 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl424, d) + x.codecDecodeSelfFromArray(yyl429, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5065,12 +5113,12 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys425Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys425Slc - var yyhl425 bool = l >= 0 - for yyj425 := 0; ; yyj425++ { - if yyhl425 { - if yyj425 >= l { + var yys430Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys430Slc + var yyhl430 bool = l >= 0 + for yyj430 := 0; ; yyj430++ { + if yyhl430 { + if yyj430 >= l { break } } else { @@ -5079,10 +5127,10 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys425Slc = r.DecodeBytes(yys425Slc, true, true) - yys425 := string(yys425Slc) + yys430Slc = r.DecodeBytes(yys430Slc, true, true) + yys430 := string(yys430Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys425 { + switch yys430 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -5101,9 +5149,9 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.RollingUpdate.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys425) - } // end switch yys425 - } // end for yyj425 + z.DecStructFieldNotFound(-1, yys430) + } // end switch yys430 + } // end for yyj430 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5111,16 +5159,16 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj428 int - var yyb428 bool - var yyhl428 bool = l >= 0 - yyj428++ - if yyhl428 { - yyb428 = yyj428 > l + var yyj433 int + var yyb433 bool + var yyhl433 bool = l >= 0 + yyj433++ + if yyhl433 { + yyb433 = yyj433 > l } else { - yyb428 = r.CheckBreak() + yyb433 = r.CheckBreak() } - if yyb428 { + if yyb433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5130,13 +5178,13 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = DeploymentStrategyType(r.DecodeString()) } - yyj428++ - if yyhl428 { - yyb428 = yyj428 > l + yyj433++ + if yyhl433 { + yyb433 = yyj433 > l } else { - yyb428 = r.CheckBreak() + yyb433 = r.CheckBreak() } - if yyb428 { + if yyb433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5152,17 +5200,17 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.RollingUpdate.CodecDecodeSelf(d) } for { - yyj428++ - if yyhl428 { - yyb428 = yyj428 > l + yyj433++ + if yyhl433 { + yyb433 = yyj433 > l } else { - yyb428 = r.CheckBreak() + yyb433 = r.CheckBreak() } - if yyb428 { + if yyb433 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj428-1, "") + z.DecStructFieldNotFound(yyj433-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5171,8 +5219,8 @@ func (x DeploymentStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym431 := z.EncBinary() - _ = yym431 + yym436 := z.EncBinary() + _ = yym436 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -5184,8 +5232,8 @@ func (x *DeploymentStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym432 := z.DecBinary() - _ = yym432 + yym437 := z.DecBinary() + _ = yym437 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -5200,69 +5248,36 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym433 := z.EncBinary() - _ = yym433 + yym438 := z.EncBinary() + _ = yym438 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep434 := !z.EncBinary() - yy2arr434 := z.EncBasicHandle().StructToArray - var yyq434 [3]bool - _, _, _ = yysep434, yyq434, yy2arr434 - const yyr434 bool = false - yyq434[0] = true - yyq434[1] = true - yyq434[2] = x.MinReadySeconds != 0 - var yynn434 int - if yyr434 || yy2arr434 { + yysep439 := !z.EncBinary() + yy2arr439 := z.EncBasicHandle().StructToArray + var yyq439 [3]bool + _, _, _ = yysep439, yyq439, yy2arr439 + const yyr439 bool = false + yyq439[0] = true + yyq439[1] = true + yyq439[2] = x.MinReadySeconds != 0 + var yynn439 int + if yyr439 || yy2arr439 { r.EncodeArrayStart(3) } else { - yynn434 = 0 - for _, b := range yyq434 { + yynn439 = 0 + for _, b := range yyq439 { if b { - yynn434++ + yynn439++ } } - r.EncodeMapStart(yynn434) - yynn434 = 0 + r.EncodeMapStart(yynn439) + yynn439 = 0 } - if yyr434 || yy2arr434 { + if yyr439 || yy2arr439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq434[0] { - yy436 := &x.MaxUnavailable - yym437 := z.EncBinary() - _ = yym437 - if false { - } else if z.HasExtensions() && z.EncExt(yy436) { - } else if !yym437 && z.IsJSONHandle() { - z.EncJSONMarshal(yy436) - } else { - z.EncFallback(yy436) - } - } else { - r.EncodeNil() - } - } else { - if yyq434[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("maxUnavailable")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy438 := &x.MaxUnavailable - yym439 := z.EncBinary() - _ = yym439 - if false { - } else if z.HasExtensions() && z.EncExt(yy438) { - } else if !yym439 && z.IsJSONHandle() { - z.EncJSONMarshal(yy438) - } else { - z.EncFallback(yy438) - } - } - } - if yyr434 || yy2arr434 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq434[1] { - yy441 := &x.MaxSurge + if yyq439[0] { + yy441 := &x.MaxUnavailable yym442 := z.EncBinary() _ = yym442 if false { @@ -5276,11 +5291,11 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq434[1] { + if yyq439[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("maxSurge")) + r.EncodeString(codecSelferC_UTF81234, string("maxUnavailable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy443 := &x.MaxSurge + yy443 := &x.MaxUnavailable yym444 := z.EncBinary() _ = yym444 if false { @@ -5292,11 +5307,44 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr434 || yy2arr434 { + if yyr439 || yy2arr439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq434[2] { - yym446 := z.EncBinary() - _ = yym446 + if yyq439[1] { + yy446 := &x.MaxSurge + yym447 := z.EncBinary() + _ = yym447 + if false { + } else if z.HasExtensions() && z.EncExt(yy446) { + } else if !yym447 && z.IsJSONHandle() { + z.EncJSONMarshal(yy446) + } else { + z.EncFallback(yy446) + } + } else { + r.EncodeNil() + } + } else { + if yyq439[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("maxSurge")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy448 := &x.MaxSurge + yym449 := z.EncBinary() + _ = yym449 + if false { + } else if z.HasExtensions() && z.EncExt(yy448) { + } else if !yym449 && z.IsJSONHandle() { + z.EncJSONMarshal(yy448) + } else { + z.EncFallback(yy448) + } + } + } + if yyr439 || yy2arr439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq439[2] { + yym451 := z.EncBinary() + _ = yym451 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) @@ -5305,19 +5353,19 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq434[2] { + if yyq439[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym447 := z.EncBinary() - _ = yym447 + yym452 := z.EncBinary() + _ = yym452 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) } } } - if yyr434 || yy2arr434 { + if yyr439 || yy2arr439 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5330,25 +5378,25 @@ func (x *RollingUpdateDeployment) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym448 := z.DecBinary() - _ = yym448 + yym453 := z.DecBinary() + _ = yym453 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct449 := r.ContainerType() - if yyct449 == codecSelferValueTypeMap1234 { - yyl449 := r.ReadMapStart() - if yyl449 == 0 { + yyct454 := r.ContainerType() + if yyct454 == codecSelferValueTypeMap1234 { + yyl454 := r.ReadMapStart() + if yyl454 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl449, d) + x.codecDecodeSelfFromMap(yyl454, d) } - } else if yyct449 == codecSelferValueTypeArray1234 { - yyl449 := r.ReadArrayStart() - if yyl449 == 0 { + } else if yyct454 == codecSelferValueTypeArray1234 { + yyl454 := r.ReadArrayStart() + if yyl454 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl449, d) + x.codecDecodeSelfFromArray(yyl454, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5360,12 +5408,12 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys450Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys450Slc - var yyhl450 bool = l >= 0 - for yyj450 := 0; ; yyj450++ { - if yyhl450 { - if yyj450 >= l { + var yys455Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys455Slc + var yyhl455 bool = l >= 0 + for yyj455 := 0; ; yyj455++ { + if yyhl455 { + if yyj455 >= l { break } } else { @@ -5374,38 +5422,38 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys450Slc = r.DecodeBytes(yys450Slc, true, true) - yys450 := string(yys450Slc) + yys455Slc = r.DecodeBytes(yys455Slc, true, true) + yys455 := string(yys455Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys450 { + switch yys455 { case "maxUnavailable": if r.TryDecodeAsNil() { x.MaxUnavailable = pkg6_intstr.IntOrString{} } else { - yyv451 := &x.MaxUnavailable - yym452 := z.DecBinary() - _ = yym452 + yyv456 := &x.MaxUnavailable + yym457 := z.DecBinary() + _ = yym457 if false { - } else if z.HasExtensions() && z.DecExt(yyv451) { - } else if !yym452 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv451) + } else if z.HasExtensions() && z.DecExt(yyv456) { + } else if !yym457 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv456) } else { - z.DecFallback(yyv451, false) + z.DecFallback(yyv456, false) } } case "maxSurge": if r.TryDecodeAsNil() { x.MaxSurge = pkg6_intstr.IntOrString{} } else { - yyv453 := &x.MaxSurge - yym454 := z.DecBinary() - _ = yym454 + yyv458 := &x.MaxSurge + yym459 := z.DecBinary() + _ = yym459 if false { - } else if z.HasExtensions() && z.DecExt(yyv453) { - } else if !yym454 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv453) + } else if z.HasExtensions() && z.DecExt(yyv458) { + } else if !yym459 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv458) } else { - z.DecFallback(yyv453, false) + z.DecFallback(yyv458, false) } } case "minReadySeconds": @@ -5415,9 +5463,9 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec x.MinReadySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys450) - } // end switch yys450 - } // end for yyj450 + z.DecStructFieldNotFound(-1, yys455) + } // end switch yys455 + } // end for yyj455 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5425,16 +5473,16 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj456 int - var yyb456 bool - var yyhl456 bool = l >= 0 - yyj456++ - if yyhl456 { - yyb456 = yyj456 > l + var yyj461 int + var yyb461 bool + var yyhl461 bool = l >= 0 + yyj461++ + if yyhl461 { + yyb461 = yyj461 > l } else { - yyb456 = r.CheckBreak() + yyb461 = r.CheckBreak() } - if yyb456 { + if yyb461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5442,24 +5490,24 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.MaxUnavailable = pkg6_intstr.IntOrString{} } else { - yyv457 := &x.MaxUnavailable - yym458 := z.DecBinary() - _ = yym458 + yyv462 := &x.MaxUnavailable + yym463 := z.DecBinary() + _ = yym463 if false { - } else if z.HasExtensions() && z.DecExt(yyv457) { - } else if !yym458 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv457) + } else if z.HasExtensions() && z.DecExt(yyv462) { + } else if !yym463 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv462) } else { - z.DecFallback(yyv457, false) + z.DecFallback(yyv462, false) } } - yyj456++ - if yyhl456 { - yyb456 = yyj456 > l + yyj461++ + if yyhl461 { + yyb461 = yyj461 > l } else { - yyb456 = r.CheckBreak() + yyb461 = r.CheckBreak() } - if yyb456 { + if yyb461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5467,24 +5515,24 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.MaxSurge = pkg6_intstr.IntOrString{} } else { - yyv459 := &x.MaxSurge - yym460 := z.DecBinary() - _ = yym460 + yyv464 := &x.MaxSurge + yym465 := z.DecBinary() + _ = yym465 if false { - } else if z.HasExtensions() && z.DecExt(yyv459) { - } else if !yym460 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv459) + } else if z.HasExtensions() && z.DecExt(yyv464) { + } else if !yym465 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv464) } else { - z.DecFallback(yyv459, false) + z.DecFallback(yyv464, false) } } - yyj456++ - if yyhl456 { - yyb456 = yyj456 > l + yyj461++ + if yyhl461 { + yyb461 = yyj461 > l } else { - yyb456 = r.CheckBreak() + yyb461 = r.CheckBreak() } - if yyb456 { + if yyb461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5495,17 +5543,17 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D x.MinReadySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj456++ - if yyhl456 { - yyb456 = yyj456 > l + yyj461++ + if yyhl461 { + yyb461 = yyj461 > l } else { - yyb456 = r.CheckBreak() + yyb461 = r.CheckBreak() } - if yyb456 { + if yyb461 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj456-1, "") + z.DecStructFieldNotFound(yyj461-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5517,38 +5565,38 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym462 := z.EncBinary() - _ = yym462 + yym467 := z.EncBinary() + _ = yym467 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep463 := !z.EncBinary() - yy2arr463 := z.EncBasicHandle().StructToArray - var yyq463 [4]bool - _, _, _ = yysep463, yyq463, yy2arr463 - const yyr463 bool = false - yyq463[0] = x.Replicas != 0 - yyq463[1] = x.UpdatedReplicas != 0 - yyq463[2] = x.AvailableReplicas != 0 - yyq463[3] = x.UnavailableReplicas != 0 - var yynn463 int - if yyr463 || yy2arr463 { + yysep468 := !z.EncBinary() + yy2arr468 := z.EncBasicHandle().StructToArray + var yyq468 [4]bool + _, _, _ = yysep468, yyq468, yy2arr468 + const yyr468 bool = false + yyq468[0] = x.Replicas != 0 + yyq468[1] = x.UpdatedReplicas != 0 + yyq468[2] = x.AvailableReplicas != 0 + yyq468[3] = x.UnavailableReplicas != 0 + var yynn468 int + if yyr468 || yy2arr468 { r.EncodeArrayStart(4) } else { - yynn463 = 0 - for _, b := range yyq463 { + yynn468 = 0 + for _, b := range yyq468 { if b { - yynn463++ + yynn468++ } } - r.EncodeMapStart(yynn463) - yynn463 = 0 + r.EncodeMapStart(yynn468) + yynn468 = 0 } - if yyr463 || yy2arr463 { + if yyr468 || yy2arr468 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq463[0] { - yym465 := z.EncBinary() - _ = yym465 + if yyq468[0] { + yym470 := z.EncBinary() + _ = yym470 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -5557,74 +5605,74 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq463[0] { + if yyq468[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym466 := z.EncBinary() - _ = yym466 - if false { - } else { - r.EncodeInt(int64(x.Replicas)) - } - } - } - if yyr463 || yy2arr463 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq463[1] { - yym468 := z.EncBinary() - _ = yym468 - if false { - } else { - r.EncodeInt(int64(x.UpdatedReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq463[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("updatedReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym469 := z.EncBinary() - _ = yym469 - if false { - } else { - r.EncodeInt(int64(x.UpdatedReplicas)) - } - } - } - if yyr463 || yy2arr463 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq463[2] { yym471 := z.EncBinary() _ = yym471 if false { } else { - r.EncodeInt(int64(x.AvailableReplicas)) + r.EncodeInt(int64(x.Replicas)) + } + } + } + if yyr468 || yy2arr468 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq468[1] { + yym473 := z.EncBinary() + _ = yym473 + if false { + } else { + r.EncodeInt(int64(x.UpdatedReplicas)) } } else { r.EncodeInt(0) } } else { - if yyq463[2] { + if yyq468[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + r.EncodeString(codecSelferC_UTF81234, string("updatedReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym472 := z.EncBinary() - _ = yym472 - if false { - } else { - r.EncodeInt(int64(x.AvailableReplicas)) - } - } - } - if yyr463 || yy2arr463 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq463[3] { yym474 := z.EncBinary() _ = yym474 if false { + } else { + r.EncodeInt(int64(x.UpdatedReplicas)) + } + } + } + if yyr468 || yy2arr468 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq468[2] { + yym476 := z.EncBinary() + _ = yym476 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq468[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym477 := z.EncBinary() + _ = yym477 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr468 || yy2arr468 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq468[3] { + yym479 := z.EncBinary() + _ = yym479 + if false { } else { r.EncodeInt(int64(x.UnavailableReplicas)) } @@ -5632,19 +5680,19 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq463[3] { + if yyq468[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unavailableReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym475 := z.EncBinary() - _ = yym475 + yym480 := z.EncBinary() + _ = yym480 if false { } else { r.EncodeInt(int64(x.UnavailableReplicas)) } } } - if yyr463 || yy2arr463 { + if yyr468 || yy2arr468 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5657,25 +5705,25 @@ func (x *DeploymentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym476 := z.DecBinary() - _ = yym476 + yym481 := z.DecBinary() + _ = yym481 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct477 := r.ContainerType() - if yyct477 == codecSelferValueTypeMap1234 { - yyl477 := r.ReadMapStart() - if yyl477 == 0 { + yyct482 := r.ContainerType() + if yyct482 == codecSelferValueTypeMap1234 { + yyl482 := r.ReadMapStart() + if yyl482 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl477, d) + x.codecDecodeSelfFromMap(yyl482, d) } - } else if yyct477 == codecSelferValueTypeArray1234 { - yyl477 := r.ReadArrayStart() - if yyl477 == 0 { + } else if yyct482 == codecSelferValueTypeArray1234 { + yyl482 := r.ReadArrayStart() + if yyl482 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl477, d) + x.codecDecodeSelfFromArray(yyl482, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5687,12 +5735,12 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys478Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys478Slc - var yyhl478 bool = l >= 0 - for yyj478 := 0; ; yyj478++ { - if yyhl478 { - if yyj478 >= l { + var yys483Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys483Slc + var yyhl483 bool = l >= 0 + for yyj483 := 0; ; yyj483++ { + if yyhl483 { + if yyj483 >= l { break } } else { @@ -5701,10 +5749,10 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys478Slc = r.DecodeBytes(yys478Slc, true, true) - yys478 := string(yys478Slc) + yys483Slc = r.DecodeBytes(yys483Slc, true, true) + yys483 := string(yys483Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys478 { + switch yys483 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -5730,9 +5778,9 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.UnavailableReplicas = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys478) - } // end switch yys478 - } // end for yyj478 + z.DecStructFieldNotFound(-1, yys483) + } // end switch yys483 + } // end for yyj483 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5740,16 +5788,16 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj483 int - var yyb483 bool - var yyhl483 bool = l >= 0 - yyj483++ - if yyhl483 { - yyb483 = yyj483 > l + var yyj488 int + var yyb488 bool + var yyhl488 bool = l >= 0 + yyj488++ + if yyhl488 { + yyb488 = yyj488 > l } else { - yyb483 = r.CheckBreak() + yyb488 = r.CheckBreak() } - if yyb483 { + if yyb488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5759,13 +5807,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj483++ - if yyhl483 { - yyb483 = yyj483 > l + yyj488++ + if yyhl488 { + yyb488 = yyj488 > l } else { - yyb483 = r.CheckBreak() + yyb488 = r.CheckBreak() } - if yyb483 { + if yyb488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5775,13 +5823,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UpdatedReplicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj483++ - if yyhl483 { - yyb483 = yyj483 > l + yyj488++ + if yyhl488 { + yyb488 = yyj488 > l } else { - yyb483 = r.CheckBreak() + yyb488 = r.CheckBreak() } - if yyb483 { + if yyb488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5791,13 +5839,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.AvailableReplicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj483++ - if yyhl483 { - yyb483 = yyj483 > l + yyj488++ + if yyhl488 { + yyb488 = yyj488 > l } else { - yyb483 = r.CheckBreak() + yyb488 = r.CheckBreak() } - if yyb483 { + if yyb488 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5808,17 +5856,17 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.UnavailableReplicas = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj483++ - if yyhl483 { - yyb483 = yyj483 > l + yyj488++ + if yyhl488 { + yyb488 = yyj488 > l } else { - yyb483 = r.CheckBreak() + yyb488 = r.CheckBreak() } - if yyb483 { + if yyb488 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj483-1, "") + z.DecStructFieldNotFound(yyj488-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5830,37 +5878,37 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym488 := z.EncBinary() - _ = yym488 + yym493 := z.EncBinary() + _ = yym493 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep489 := !z.EncBinary() - yy2arr489 := z.EncBasicHandle().StructToArray - var yyq489 [4]bool - _, _, _ = yysep489, yyq489, yy2arr489 - const yyr489 bool = false - yyq489[0] = x.Kind != "" - yyq489[1] = x.APIVersion != "" - yyq489[2] = true - var yynn489 int - if yyr489 || yy2arr489 { + yysep494 := !z.EncBinary() + yy2arr494 := z.EncBasicHandle().StructToArray + var yyq494 [4]bool + _, _, _ = yysep494, yyq494, yy2arr494 + const yyr494 bool = false + yyq494[0] = x.Kind != "" + yyq494[1] = x.APIVersion != "" + yyq494[2] = true + var yynn494 int + if yyr494 || yy2arr494 { r.EncodeArrayStart(4) } else { - yynn489 = 1 - for _, b := range yyq489 { + yynn494 = 1 + for _, b := range yyq494 { if b { - yynn489++ + yynn494++ } } - r.EncodeMapStart(yynn489) - yynn489 = 0 + r.EncodeMapStart(yynn494) + yynn494 = 0 } - if yyr489 || yy2arr489 { + if yyr494 || yy2arr494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq489[0] { - yym491 := z.EncBinary() - _ = yym491 + if yyq494[0] { + yym496 := z.EncBinary() + _ = yym496 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -5869,23 +5917,23 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq489[0] { + if yyq494[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym492 := z.EncBinary() - _ = yym492 + yym497 := z.EncBinary() + _ = yym497 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr489 || yy2arr489 { + if yyr494 || yy2arr494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq489[1] { - yym494 := z.EncBinary() - _ = yym494 + if yyq494[1] { + yym499 := z.EncBinary() + _ = yym499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -5894,54 +5942,54 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq489[1] { + if yyq494[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym495 := z.EncBinary() - _ = yym495 + yym500 := z.EncBinary() + _ = yym500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr489 || yy2arr489 { + if yyr494 || yy2arr494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq489[2] { - yy497 := &x.ListMeta - yym498 := z.EncBinary() - _ = yym498 + if yyq494[2] { + yy502 := &x.ListMeta + yym503 := z.EncBinary() + _ = yym503 if false { - } else if z.HasExtensions() && z.EncExt(yy497) { + } else if z.HasExtensions() && z.EncExt(yy502) { } else { - z.EncFallback(yy497) + z.EncFallback(yy502) } } else { r.EncodeNil() } } else { - if yyq489[2] { + if yyq494[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy499 := &x.ListMeta - yym500 := z.EncBinary() - _ = yym500 + yy504 := &x.ListMeta + yym505 := z.EncBinary() + _ = yym505 if false { - } else if z.HasExtensions() && z.EncExt(yy499) { + } else if z.HasExtensions() && z.EncExt(yy504) { } else { - z.EncFallback(yy499) + z.EncFallback(yy504) } } } - if yyr489 || yy2arr489 { + if yyr494 || yy2arr494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym502 := z.EncBinary() - _ = yym502 + yym507 := z.EncBinary() + _ = yym507 if false { } else { h.encSliceDeployment(([]Deployment)(x.Items), e) @@ -5954,15 +6002,15 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym503 := z.EncBinary() - _ = yym503 + yym508 := z.EncBinary() + _ = yym508 if false { } else { h.encSliceDeployment(([]Deployment)(x.Items), e) } } } - if yyr489 || yy2arr489 { + if yyr494 || yy2arr494 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5975,25 +6023,25 @@ func (x *DeploymentList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym504 := z.DecBinary() - _ = yym504 + yym509 := z.DecBinary() + _ = yym509 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct505 := r.ContainerType() - if yyct505 == codecSelferValueTypeMap1234 { - yyl505 := r.ReadMapStart() - if yyl505 == 0 { + yyct510 := r.ContainerType() + if yyct510 == codecSelferValueTypeMap1234 { + yyl510 := r.ReadMapStart() + if yyl510 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl505, d) + x.codecDecodeSelfFromMap(yyl510, d) } - } else if yyct505 == codecSelferValueTypeArray1234 { - yyl505 := r.ReadArrayStart() - if yyl505 == 0 { + } else if yyct510 == codecSelferValueTypeArray1234 { + yyl510 := r.ReadArrayStart() + if yyl510 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl505, d) + x.codecDecodeSelfFromArray(yyl510, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6005,12 +6053,12 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys506Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys506Slc - var yyhl506 bool = l >= 0 - for yyj506 := 0; ; yyj506++ { - if yyhl506 { - if yyj506 >= l { + var yys511Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys511Slc + var yyhl511 bool = l >= 0 + for yyj511 := 0; ; yyj511++ { + if yyhl511 { + if yyj511 >= l { break } } else { @@ -6019,10 +6067,10 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys506Slc = r.DecodeBytes(yys506Slc, true, true) - yys506 := string(yys506Slc) + yys511Slc = r.DecodeBytes(yys511Slc, true, true) + yys511 := string(yys511Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys506 { + switch yys511 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -6039,31 +6087,31 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv509 := &x.ListMeta - yym510 := z.DecBinary() - _ = yym510 + yyv514 := &x.ListMeta + yym515 := z.DecBinary() + _ = yym515 if false { - } else if z.HasExtensions() && z.DecExt(yyv509) { + } else if z.HasExtensions() && z.DecExt(yyv514) { } else { - z.DecFallback(yyv509, false) + z.DecFallback(yyv514, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv511 := &x.Items - yym512 := z.DecBinary() - _ = yym512 + yyv516 := &x.Items + yym517 := z.DecBinary() + _ = yym517 if false { } else { - h.decSliceDeployment((*[]Deployment)(yyv511), d) + h.decSliceDeployment((*[]Deployment)(yyv516), d) } } default: - z.DecStructFieldNotFound(-1, yys506) - } // end switch yys506 - } // end for yyj506 + z.DecStructFieldNotFound(-1, yys511) + } // end switch yys511 + } // end for yyj511 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6071,16 +6119,16 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj513 int - var yyb513 bool - var yyhl513 bool = l >= 0 - yyj513++ - if yyhl513 { - yyb513 = yyj513 > l + var yyj518 int + var yyb518 bool + var yyhl518 bool = l >= 0 + yyj518++ + if yyhl518 { + yyb518 = yyj518 > l } else { - yyb513 = r.CheckBreak() + yyb518 = r.CheckBreak() } - if yyb513 { + if yyb518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6090,13 +6138,13 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj513++ - if yyhl513 { - yyb513 = yyj513 > l + yyj518++ + if yyhl518 { + yyb518 = yyj518 > l } else { - yyb513 = r.CheckBreak() + yyb518 = r.CheckBreak() } - if yyb513 { + if yyb518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6106,13 +6154,13 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj513++ - if yyhl513 { - yyb513 = yyj513 > l + yyj518++ + if yyhl518 { + yyb518 = yyj518 > l } else { - yyb513 = r.CheckBreak() + yyb518 = r.CheckBreak() } - if yyb513 { + if yyb518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6120,22 +6168,22 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv516 := &x.ListMeta - yym517 := z.DecBinary() - _ = yym517 + yyv521 := &x.ListMeta + yym522 := z.DecBinary() + _ = yym522 if false { - } else if z.HasExtensions() && z.DecExt(yyv516) { + } else if z.HasExtensions() && z.DecExt(yyv521) { } else { - z.DecFallback(yyv516, false) + z.DecFallback(yyv521, false) } } - yyj513++ - if yyhl513 { - yyb513 = yyj513 > l + yyj518++ + if yyhl518 { + yyb518 = yyj518 > l } else { - yyb513 = r.CheckBreak() + yyb518 = r.CheckBreak() } - if yyb513 { + if yyb518 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6143,26 +6191,26 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv518 := &x.Items - yym519 := z.DecBinary() - _ = yym519 + yyv523 := &x.Items + yym524 := z.DecBinary() + _ = yym524 if false { } else { - h.decSliceDeployment((*[]Deployment)(yyv518), d) + h.decSliceDeployment((*[]Deployment)(yyv523), d) } } for { - yyj513++ - if yyhl513 { - yyb513 = yyj513 > l + yyj518++ + if yyhl518 { + yyb518 = yyj518 > l } else { - yyb513 = r.CheckBreak() + yyb518 = r.CheckBreak() } - if yyb513 { + if yyb518 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj513-1, "") + z.DecStructFieldNotFound(yyj518-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6174,49 +6222,49 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym520 := z.EncBinary() - _ = yym520 + yym525 := z.EncBinary() + _ = yym525 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep521 := !z.EncBinary() - yy2arr521 := z.EncBasicHandle().StructToArray - var yyq521 [2]bool - _, _, _ = yysep521, yyq521, yy2arr521 - const yyr521 bool = false - yyq521[0] = x.Type != "" - yyq521[1] = x.RollingUpdate != nil - var yynn521 int - if yyr521 || yy2arr521 { + yysep526 := !z.EncBinary() + yy2arr526 := z.EncBasicHandle().StructToArray + var yyq526 [2]bool + _, _, _ = yysep526, yyq526, yy2arr526 + const yyr526 bool = false + yyq526[0] = x.Type != "" + yyq526[1] = x.RollingUpdate != nil + var yynn526 int + if yyr526 || yy2arr526 { r.EncodeArrayStart(2) } else { - yynn521 = 0 - for _, b := range yyq521 { + yynn526 = 0 + for _, b := range yyq526 { if b { - yynn521++ + yynn526++ } } - r.EncodeMapStart(yynn521) - yynn521 = 0 + r.EncodeMapStart(yynn526) + yynn526 = 0 } - if yyr521 || yy2arr521 { + if yyr526 || yy2arr526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq521[0] { + if yyq526[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq521[0] { + if yyq526[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr521 || yy2arr521 { + if yyr526 || yy2arr526 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq521[1] { + if yyq526[1] { if x.RollingUpdate == nil { r.EncodeNil() } else { @@ -6226,7 +6274,7 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq521[1] { + if yyq526[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rollingUpdate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6237,7 +6285,7 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr521 || yy2arr521 { + if yyr526 || yy2arr526 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6250,25 +6298,25 @@ func (x *DaemonSetUpdateStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym524 := z.DecBinary() - _ = yym524 + yym529 := z.DecBinary() + _ = yym529 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct525 := r.ContainerType() - if yyct525 == codecSelferValueTypeMap1234 { - yyl525 := r.ReadMapStart() - if yyl525 == 0 { + yyct530 := r.ContainerType() + if yyct530 == codecSelferValueTypeMap1234 { + yyl530 := r.ReadMapStart() + if yyl530 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl525, d) + x.codecDecodeSelfFromMap(yyl530, d) } - } else if yyct525 == codecSelferValueTypeArray1234 { - yyl525 := r.ReadArrayStart() - if yyl525 == 0 { + } else if yyct530 == codecSelferValueTypeArray1234 { + yyl530 := r.ReadArrayStart() + if yyl530 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl525, d) + x.codecDecodeSelfFromArray(yyl530, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6280,12 +6328,12 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys526Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys526Slc - var yyhl526 bool = l >= 0 - for yyj526 := 0; ; yyj526++ { - if yyhl526 { - if yyj526 >= l { + var yys531Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys531Slc + var yyhl531 bool = l >= 0 + for yyj531 := 0; ; yyj531++ { + if yyhl531 { + if yyj531 >= l { break } } else { @@ -6294,10 +6342,10 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys526Slc = r.DecodeBytes(yys526Slc, true, true) - yys526 := string(yys526Slc) + yys531Slc = r.DecodeBytes(yys531Slc, true, true) + yys531 := string(yys531Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys526 { + switch yys531 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -6316,9 +6364,9 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec x.RollingUpdate.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys526) - } // end switch yys526 - } // end for yyj526 + z.DecStructFieldNotFound(-1, yys531) + } // end switch yys531 + } // end for yyj531 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6326,16 +6374,16 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj529 int - var yyb529 bool - var yyhl529 bool = l >= 0 - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + var yyj534 int + var yyb534 bool + var yyhl534 bool = l >= 0 + yyj534++ + if yyhl534 { + yyb534 = yyj534 > l } else { - yyb529 = r.CheckBreak() + yyb534 = r.CheckBreak() } - if yyb529 { + if yyb534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6345,13 +6393,13 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Type = DaemonSetUpdateStrategyType(r.DecodeString()) } - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj534++ + if yyhl534 { + yyb534 = yyj534 > l } else { - yyb529 = r.CheckBreak() + yyb534 = r.CheckBreak() } - if yyb529 { + if yyb534 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6367,17 +6415,17 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D x.RollingUpdate.CodecDecodeSelf(d) } for { - yyj529++ - if yyhl529 { - yyb529 = yyj529 > l + yyj534++ + if yyhl534 { + yyb534 = yyj534 > l } else { - yyb529 = r.CheckBreak() + yyb534 = r.CheckBreak() } - if yyb529 { + if yyb534 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj529-1, "") + z.DecStructFieldNotFound(yyj534-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6386,8 +6434,8 @@ func (x DaemonSetUpdateStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym532 := z.EncBinary() - _ = yym532 + yym537 := z.EncBinary() + _ = yym537 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -6399,8 +6447,8 @@ func (x *DaemonSetUpdateStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym533 := z.DecBinary() - _ = yym533 + yym538 := z.DecBinary() + _ = yym538 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -6415,69 +6463,69 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym534 := z.EncBinary() - _ = yym534 + yym539 := z.EncBinary() + _ = yym539 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep535 := !z.EncBinary() - yy2arr535 := z.EncBasicHandle().StructToArray - var yyq535 [2]bool - _, _, _ = yysep535, yyq535, yy2arr535 - const yyr535 bool = false - yyq535[0] = true - yyq535[1] = x.MinReadySeconds != 0 - var yynn535 int - if yyr535 || yy2arr535 { + yysep540 := !z.EncBinary() + yy2arr540 := z.EncBasicHandle().StructToArray + var yyq540 [2]bool + _, _, _ = yysep540, yyq540, yy2arr540 + const yyr540 bool = false + yyq540[0] = true + yyq540[1] = x.MinReadySeconds != 0 + var yynn540 int + if yyr540 || yy2arr540 { r.EncodeArrayStart(2) } else { - yynn535 = 0 - for _, b := range yyq535 { + yynn540 = 0 + for _, b := range yyq540 { if b { - yynn535++ + yynn540++ } } - r.EncodeMapStart(yynn535) - yynn535 = 0 + r.EncodeMapStart(yynn540) + yynn540 = 0 } - if yyr535 || yy2arr535 { + if yyr540 || yy2arr540 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq535[0] { - yy537 := &x.MaxUnavailable - yym538 := z.EncBinary() - _ = yym538 + if yyq540[0] { + yy542 := &x.MaxUnavailable + yym543 := z.EncBinary() + _ = yym543 if false { - } else if z.HasExtensions() && z.EncExt(yy537) { - } else if !yym538 && z.IsJSONHandle() { - z.EncJSONMarshal(yy537) + } else if z.HasExtensions() && z.EncExt(yy542) { + } else if !yym543 && z.IsJSONHandle() { + z.EncJSONMarshal(yy542) } else { - z.EncFallback(yy537) + z.EncFallback(yy542) } } else { r.EncodeNil() } } else { - if yyq535[0] { + if yyq540[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxUnavailable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy539 := &x.MaxUnavailable - yym540 := z.EncBinary() - _ = yym540 + yy544 := &x.MaxUnavailable + yym545 := z.EncBinary() + _ = yym545 if false { - } else if z.HasExtensions() && z.EncExt(yy539) { - } else if !yym540 && z.IsJSONHandle() { - z.EncJSONMarshal(yy539) + } else if z.HasExtensions() && z.EncExt(yy544) { + } else if !yym545 && z.IsJSONHandle() { + z.EncJSONMarshal(yy544) } else { - z.EncFallback(yy539) + z.EncFallback(yy544) } } } - if yyr535 || yy2arr535 { + if yyr540 || yy2arr540 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq535[1] { - yym542 := z.EncBinary() - _ = yym542 + if yyq540[1] { + yym547 := z.EncBinary() + _ = yym547 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) @@ -6486,19 +6534,19 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq535[1] { + if yyq540[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym543 := z.EncBinary() - _ = yym543 + yym548 := z.EncBinary() + _ = yym548 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) } } } - if yyr535 || yy2arr535 { + if yyr540 || yy2arr540 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6511,25 +6559,25 @@ func (x *RollingUpdateDaemonSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym544 := z.DecBinary() - _ = yym544 + yym549 := z.DecBinary() + _ = yym549 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct545 := r.ContainerType() - if yyct545 == codecSelferValueTypeMap1234 { - yyl545 := r.ReadMapStart() - if yyl545 == 0 { + yyct550 := r.ContainerType() + if yyct550 == codecSelferValueTypeMap1234 { + yyl550 := r.ReadMapStart() + if yyl550 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl545, d) + x.codecDecodeSelfFromMap(yyl550, d) } - } else if yyct545 == codecSelferValueTypeArray1234 { - yyl545 := r.ReadArrayStart() - if yyl545 == 0 { + } else if yyct550 == codecSelferValueTypeArray1234 { + yyl550 := r.ReadArrayStart() + if yyl550 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl545, d) + x.codecDecodeSelfFromArray(yyl550, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6541,12 +6589,12 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys546Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys546Slc - var yyhl546 bool = l >= 0 - for yyj546 := 0; ; yyj546++ { - if yyhl546 { - if yyj546 >= l { + var yys551Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys551Slc + var yyhl551 bool = l >= 0 + for yyj551 := 0; ; yyj551++ { + if yyhl551 { + if yyj551 >= l { break } } else { @@ -6555,23 +6603,23 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys546Slc = r.DecodeBytes(yys546Slc, true, true) - yys546 := string(yys546Slc) + yys551Slc = r.DecodeBytes(yys551Slc, true, true) + yys551 := string(yys551Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys546 { + switch yys551 { case "maxUnavailable": if r.TryDecodeAsNil() { x.MaxUnavailable = pkg6_intstr.IntOrString{} } else { - yyv547 := &x.MaxUnavailable - yym548 := z.DecBinary() - _ = yym548 + yyv552 := &x.MaxUnavailable + yym553 := z.DecBinary() + _ = yym553 if false { - } else if z.HasExtensions() && z.DecExt(yyv547) { - } else if !yym548 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv547) + } else if z.HasExtensions() && z.DecExt(yyv552) { + } else if !yym553 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv552) } else { - z.DecFallback(yyv547, false) + z.DecFallback(yyv552, false) } } case "minReadySeconds": @@ -6581,9 +6629,9 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.MinReadySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys546) - } // end switch yys546 - } // end for yyj546 + z.DecStructFieldNotFound(-1, yys551) + } // end switch yys551 + } // end for yyj551 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6591,16 +6639,16 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj550 int - var yyb550 bool - var yyhl550 bool = l >= 0 - yyj550++ - if yyhl550 { - yyb550 = yyj550 > l + var yyj555 int + var yyb555 bool + var yyhl555 bool = l >= 0 + yyj555++ + if yyhl555 { + yyb555 = yyj555 > l } else { - yyb550 = r.CheckBreak() + yyb555 = r.CheckBreak() } - if yyb550 { + if yyb555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6608,24 +6656,24 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De if r.TryDecodeAsNil() { x.MaxUnavailable = pkg6_intstr.IntOrString{} } else { - yyv551 := &x.MaxUnavailable - yym552 := z.DecBinary() - _ = yym552 + yyv556 := &x.MaxUnavailable + yym557 := z.DecBinary() + _ = yym557 if false { - } else if z.HasExtensions() && z.DecExt(yyv551) { - } else if !yym552 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv551) + } else if z.HasExtensions() && z.DecExt(yyv556) { + } else if !yym557 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv556) } else { - z.DecFallback(yyv551, false) + z.DecFallback(yyv556, false) } } - yyj550++ - if yyhl550 { - yyb550 = yyj550 > l + yyj555++ + if yyhl555 { + yyb555 = yyj555 > l } else { - yyb550 = r.CheckBreak() + yyb555 = r.CheckBreak() } - if yyb550 { + if yyb555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6636,17 +6684,17 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De x.MinReadySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj550++ - if yyhl550 { - yyb550 = yyj550 > l + yyj555++ + if yyhl555 { + yyb555 = yyj555 > l } else { - yyb550 = r.CheckBreak() + yyb555 = r.CheckBreak() } - if yyb550 { + if yyb555 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj550-1, "") + z.DecStructFieldNotFound(yyj555-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6658,36 +6706,36 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym554 := z.EncBinary() - _ = yym554 + yym559 := z.EncBinary() + _ = yym559 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep555 := !z.EncBinary() - yy2arr555 := z.EncBasicHandle().StructToArray - var yyq555 [4]bool - _, _, _ = yysep555, yyq555, yy2arr555 - const yyr555 bool = false - yyq555[0] = x.Selector != nil - yyq555[1] = x.Template != nil - yyq555[2] = true - yyq555[3] = x.UniqueLabelKey != "" - var yynn555 int - if yyr555 || yy2arr555 { + yysep560 := !z.EncBinary() + yy2arr560 := z.EncBasicHandle().StructToArray + var yyq560 [4]bool + _, _, _ = yysep560, yyq560, yy2arr560 + const yyr560 bool = false + yyq560[0] = x.Selector != nil + yyq560[1] = x.Template != nil + yyq560[2] = true + yyq560[3] = x.UniqueLabelKey != "" + var yynn560 int + if yyr560 || yy2arr560 { r.EncodeArrayStart(4) } else { - yynn555 = 0 - for _, b := range yyq555 { + yynn560 = 0 + for _, b := range yyq560 { if b { - yynn555++ + yynn560++ } } - r.EncodeMapStart(yynn555) - yynn555 = 0 + r.EncodeMapStart(yynn560) + yynn560 = 0 } - if yyr555 || yy2arr555 { + if yyr560 || yy2arr560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq555[0] { + if yyq560[0] { if x.Selector == nil { r.EncodeNil() } else { @@ -6697,7 +6745,7 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq555[0] { + if yyq560[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6708,9 +6756,9 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr555 || yy2arr555 { + if yyr560 || yy2arr560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq555[1] { + if yyq560[1] { if x.Template == nil { r.EncodeNil() } else { @@ -6720,7 +6768,7 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq555[1] { + if yyq560[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6731,28 +6779,28 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr555 || yy2arr555 { + if yyr560 || yy2arr560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq555[2] { - yy559 := &x.UpdateStrategy - yy559.CodecEncodeSelf(e) + if yyq560[2] { + yy564 := &x.UpdateStrategy + yy564.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq555[2] { + if yyq560[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("updateStrategy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy560 := &x.UpdateStrategy - yy560.CodecEncodeSelf(e) + yy565 := &x.UpdateStrategy + yy565.CodecEncodeSelf(e) } } - if yyr555 || yy2arr555 { + if yyr560 || yy2arr560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq555[3] { - yym562 := z.EncBinary() - _ = yym562 + if yyq560[3] { + yym567 := z.EncBinary() + _ = yym567 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UniqueLabelKey)) @@ -6761,19 +6809,19 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq555[3] { + if yyq560[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uniqueLabelKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym563 := z.EncBinary() - _ = yym563 + yym568 := z.EncBinary() + _ = yym568 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UniqueLabelKey)) } } } - if yyr555 || yy2arr555 { + if yyr560 || yy2arr560 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6786,25 +6834,25 @@ func (x *DaemonSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym564 := z.DecBinary() - _ = yym564 + yym569 := z.DecBinary() + _ = yym569 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct565 := r.ContainerType() - if yyct565 == codecSelferValueTypeMap1234 { - yyl565 := r.ReadMapStart() - if yyl565 == 0 { + yyct570 := r.ContainerType() + if yyct570 == codecSelferValueTypeMap1234 { + yyl570 := r.ReadMapStart() + if yyl570 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl565, d) + x.codecDecodeSelfFromMap(yyl570, d) } - } else if yyct565 == codecSelferValueTypeArray1234 { - yyl565 := r.ReadArrayStart() - if yyl565 == 0 { + } else if yyct570 == codecSelferValueTypeArray1234 { + yyl570 := r.ReadArrayStart() + if yyl570 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl565, d) + x.codecDecodeSelfFromArray(yyl570, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6816,12 +6864,12 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys566Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys566Slc - var yyhl566 bool = l >= 0 - for yyj566 := 0; ; yyj566++ { - if yyhl566 { - if yyj566 >= l { + var yys571Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys571Slc + var yyhl571 bool = l >= 0 + for yyj571 := 0; ; yyj571++ { + if yyhl571 { + if yyj571 >= l { break } } else { @@ -6830,10 +6878,10 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys566Slc = r.DecodeBytes(yys566Slc, true, true) - yys566 := string(yys566Slc) + yys571Slc = r.DecodeBytes(yys571Slc, true, true) + yys571 := string(yys571Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys566 { + switch yys571 { case "selector": if r.TryDecodeAsNil() { if x.Selector != nil { @@ -6860,8 +6908,8 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.UpdateStrategy = DaemonSetUpdateStrategy{} } else { - yyv569 := &x.UpdateStrategy - yyv569.CodecDecodeSelf(d) + yyv574 := &x.UpdateStrategy + yyv574.CodecDecodeSelf(d) } case "uniqueLabelKey": if r.TryDecodeAsNil() { @@ -6870,9 +6918,9 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.UniqueLabelKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys566) - } // end switch yys566 - } // end for yyj566 + z.DecStructFieldNotFound(-1, yys571) + } // end switch yys571 + } // end for yyj571 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6880,16 +6928,16 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj571 int - var yyb571 bool - var yyhl571 bool = l >= 0 - yyj571++ - if yyhl571 { - yyb571 = yyj571 > l + var yyj576 int + var yyb576 bool + var yyhl576 bool = l >= 0 + yyj576++ + if yyhl576 { + yyb576 = yyj576 > l } else { - yyb571 = r.CheckBreak() + yyb576 = r.CheckBreak() } - if yyb571 { + if yyb576 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6904,13 +6952,13 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj571++ - if yyhl571 { - yyb571 = yyj571 > l + yyj576++ + if yyhl576 { + yyb576 = yyj576 > l } else { - yyb571 = r.CheckBreak() + yyb576 = r.CheckBreak() } - if yyb571 { + if yyb576 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6925,13 +6973,13 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Template.CodecDecodeSelf(d) } - yyj571++ - if yyhl571 { - yyb571 = yyj571 > l + yyj576++ + if yyhl576 { + yyb576 = yyj576 > l } else { - yyb571 = r.CheckBreak() + yyb576 = r.CheckBreak() } - if yyb571 { + if yyb576 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6939,16 +6987,16 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.UpdateStrategy = DaemonSetUpdateStrategy{} } else { - yyv574 := &x.UpdateStrategy - yyv574.CodecDecodeSelf(d) + yyv579 := &x.UpdateStrategy + yyv579.CodecDecodeSelf(d) } - yyj571++ - if yyhl571 { - yyb571 = yyj571 > l + yyj576++ + if yyhl576 { + yyb576 = yyj576 > l } else { - yyb571 = r.CheckBreak() + yyb576 = r.CheckBreak() } - if yyb571 { + if yyb576 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6959,17 +7007,17 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.UniqueLabelKey = string(r.DecodeString()) } for { - yyj571++ - if yyhl571 { - yyb571 = yyj571 > l + yyj576++ + if yyhl576 { + yyb576 = yyj576 > l } else { - yyb571 = r.CheckBreak() + yyb576 = r.CheckBreak() } - if yyb571 { + if yyb576 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj571-1, "") + z.DecStructFieldNotFound(yyj576-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6981,33 +7029,33 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym576 := z.EncBinary() - _ = yym576 + yym581 := z.EncBinary() + _ = yym581 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep577 := !z.EncBinary() - yy2arr577 := z.EncBasicHandle().StructToArray - var yyq577 [3]bool - _, _, _ = yysep577, yyq577, yy2arr577 - const yyr577 bool = false - var yynn577 int - if yyr577 || yy2arr577 { + yysep582 := !z.EncBinary() + yy2arr582 := z.EncBasicHandle().StructToArray + var yyq582 [3]bool + _, _, _ = yysep582, yyq582, yy2arr582 + const yyr582 bool = false + var yynn582 int + if yyr582 || yy2arr582 { r.EncodeArrayStart(3) } else { - yynn577 = 3 - for _, b := range yyq577 { + yynn582 = 3 + for _, b := range yyq582 { if b { - yynn577++ + yynn582++ } } - r.EncodeMapStart(yynn577) - yynn577 = 0 + r.EncodeMapStart(yynn582) + yynn582 = 0 } - if yyr577 || yy2arr577 { + if yyr582 || yy2arr582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym579 := z.EncBinary() - _ = yym579 + yym584 := z.EncBinary() + _ = yym584 if false { } else { r.EncodeInt(int64(x.CurrentNumberScheduled)) @@ -7016,17 +7064,17 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("currentNumberScheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym580 := z.EncBinary() - _ = yym580 + yym585 := z.EncBinary() + _ = yym585 if false { } else { r.EncodeInt(int64(x.CurrentNumberScheduled)) } } - if yyr577 || yy2arr577 { + if yyr582 || yy2arr582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym582 := z.EncBinary() - _ = yym582 + yym587 := z.EncBinary() + _ = yym587 if false { } else { r.EncodeInt(int64(x.NumberMisscheduled)) @@ -7035,17 +7083,17 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("numberMisscheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym583 := z.EncBinary() - _ = yym583 + yym588 := z.EncBinary() + _ = yym588 if false { } else { r.EncodeInt(int64(x.NumberMisscheduled)) } } - if yyr577 || yy2arr577 { + if yyr582 || yy2arr582 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym585 := z.EncBinary() - _ = yym585 + yym590 := z.EncBinary() + _ = yym590 if false { } else { r.EncodeInt(int64(x.DesiredNumberScheduled)) @@ -7054,14 +7102,14 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("desiredNumberScheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym586 := z.EncBinary() - _ = yym586 + yym591 := z.EncBinary() + _ = yym591 if false { } else { r.EncodeInt(int64(x.DesiredNumberScheduled)) } } - if yyr577 || yy2arr577 { + if yyr582 || yy2arr582 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7074,25 +7122,25 @@ func (x *DaemonSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym587 := z.DecBinary() - _ = yym587 + yym592 := z.DecBinary() + _ = yym592 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct588 := r.ContainerType() - if yyct588 == codecSelferValueTypeMap1234 { - yyl588 := r.ReadMapStart() - if yyl588 == 0 { + yyct593 := r.ContainerType() + if yyct593 == codecSelferValueTypeMap1234 { + yyl593 := r.ReadMapStart() + if yyl593 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl588, d) + x.codecDecodeSelfFromMap(yyl593, d) } - } else if yyct588 == codecSelferValueTypeArray1234 { - yyl588 := r.ReadArrayStart() - if yyl588 == 0 { + } else if yyct593 == codecSelferValueTypeArray1234 { + yyl593 := r.ReadArrayStart() + if yyl593 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl588, d) + x.codecDecodeSelfFromArray(yyl593, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7104,12 +7152,12 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys589Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys589Slc - var yyhl589 bool = l >= 0 - for yyj589 := 0; ; yyj589++ { - if yyhl589 { - if yyj589 >= l { + var yys594Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys594Slc + var yyhl594 bool = l >= 0 + for yyj594 := 0; ; yyj594++ { + if yyhl594 { + if yyj594 >= l { break } } else { @@ -7118,10 +7166,10 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys589Slc = r.DecodeBytes(yys589Slc, true, true) - yys589 := string(yys589Slc) + yys594Slc = r.DecodeBytes(yys594Slc, true, true) + yys594 := string(yys594Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys589 { + switch yys594 { case "currentNumberScheduled": if r.TryDecodeAsNil() { x.CurrentNumberScheduled = 0 @@ -7141,9 +7189,9 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DesiredNumberScheduled = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys589) - } // end switch yys589 - } // end for yyj589 + z.DecStructFieldNotFound(-1, yys594) + } // end switch yys594 + } // end for yyj594 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7151,16 +7199,16 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj593 int - var yyb593 bool - var yyhl593 bool = l >= 0 - yyj593++ - if yyhl593 { - yyb593 = yyj593 > l + var yyj598 int + var yyb598 bool + var yyhl598 bool = l >= 0 + yyj598++ + if yyhl598 { + yyb598 = yyj598 > l } else { - yyb593 = r.CheckBreak() + yyb598 = r.CheckBreak() } - if yyb593 { + if yyb598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7170,13 +7218,13 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.CurrentNumberScheduled = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj593++ - if yyhl593 { - yyb593 = yyj593 > l + yyj598++ + if yyhl598 { + yyb598 = yyj598 > l } else { - yyb593 = r.CheckBreak() + yyb598 = r.CheckBreak() } - if yyb593 { + if yyb598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7186,13 +7234,13 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.NumberMisscheduled = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj593++ - if yyhl593 { - yyb593 = yyj593 > l + yyj598++ + if yyhl598 { + yyb598 = yyj598 > l } else { - yyb593 = r.CheckBreak() + yyb598 = r.CheckBreak() } - if yyb593 { + if yyb598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7203,17 +7251,17 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.DesiredNumberScheduled = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj593++ - if yyhl593 { - yyb593 = yyj593 > l + yyj598++ + if yyhl598 { + yyb598 = yyj598 > l } else { - yyb593 = r.CheckBreak() + yyb598 = r.CheckBreak() } - if yyb593 { + if yyb598 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj593-1, "") + z.DecStructFieldNotFound(yyj598-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7225,39 +7273,39 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym597 := z.EncBinary() - _ = yym597 + yym602 := z.EncBinary() + _ = yym602 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep598 := !z.EncBinary() - yy2arr598 := z.EncBasicHandle().StructToArray - var yyq598 [5]bool - _, _, _ = yysep598, yyq598, yy2arr598 - const yyr598 bool = false - yyq598[0] = x.Kind != "" - yyq598[1] = x.APIVersion != "" - yyq598[2] = true - yyq598[3] = true - yyq598[4] = true - var yynn598 int - if yyr598 || yy2arr598 { + yysep603 := !z.EncBinary() + yy2arr603 := z.EncBasicHandle().StructToArray + var yyq603 [5]bool + _, _, _ = yysep603, yyq603, yy2arr603 + const yyr603 bool = false + yyq603[0] = x.Kind != "" + yyq603[1] = x.APIVersion != "" + yyq603[2] = true + yyq603[3] = true + yyq603[4] = true + var yynn603 int + if yyr603 || yy2arr603 { r.EncodeArrayStart(5) } else { - yynn598 = 0 - for _, b := range yyq598 { + yynn603 = 0 + for _, b := range yyq603 { if b { - yynn598++ + yynn603++ } } - r.EncodeMapStart(yynn598) - yynn598 = 0 + r.EncodeMapStart(yynn603) + yynn603 = 0 } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq598[0] { - yym600 := z.EncBinary() - _ = yym600 + if yyq603[0] { + yym605 := z.EncBinary() + _ = yym605 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7266,23 +7314,23 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq598[0] { + if yyq603[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym601 := z.EncBinary() - _ = yym601 + yym606 := z.EncBinary() + _ = yym606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq598[1] { - yym603 := z.EncBinary() - _ = yym603 + if yyq603[1] { + yym608 := z.EncBinary() + _ = yym608 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7291,70 +7339,70 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq598[1] { + if yyq603[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym604 := z.EncBinary() - _ = yym604 + yym609 := z.EncBinary() + _ = yym609 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq598[2] { - yy606 := &x.ObjectMeta - yy606.CodecEncodeSelf(e) + if yyq603[2] { + yy611 := &x.ObjectMeta + yy611.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq598[2] { + if yyq603[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy607 := &x.ObjectMeta - yy607.CodecEncodeSelf(e) + yy612 := &x.ObjectMeta + yy612.CodecEncodeSelf(e) } } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq598[3] { - yy609 := &x.Spec - yy609.CodecEncodeSelf(e) + if yyq603[3] { + yy614 := &x.Spec + yy614.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq598[3] { + if yyq603[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy610 := &x.Spec - yy610.CodecEncodeSelf(e) + yy615 := &x.Spec + yy615.CodecEncodeSelf(e) } } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq598[4] { - yy612 := &x.Status - yy612.CodecEncodeSelf(e) + if yyq603[4] { + yy617 := &x.Status + yy617.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq598[4] { + if yyq603[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy613 := &x.Status - yy613.CodecEncodeSelf(e) + yy618 := &x.Status + yy618.CodecEncodeSelf(e) } } - if yyr598 || yy2arr598 { + if yyr603 || yy2arr603 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7367,25 +7415,25 @@ func (x *DaemonSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym614 := z.DecBinary() - _ = yym614 + yym619 := z.DecBinary() + _ = yym619 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct615 := r.ContainerType() - if yyct615 == codecSelferValueTypeMap1234 { - yyl615 := r.ReadMapStart() - if yyl615 == 0 { + yyct620 := r.ContainerType() + if yyct620 == codecSelferValueTypeMap1234 { + yyl620 := r.ReadMapStart() + if yyl620 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl615, d) + x.codecDecodeSelfFromMap(yyl620, d) } - } else if yyct615 == codecSelferValueTypeArray1234 { - yyl615 := r.ReadArrayStart() - if yyl615 == 0 { + } else if yyct620 == codecSelferValueTypeArray1234 { + yyl620 := r.ReadArrayStart() + if yyl620 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl615, d) + x.codecDecodeSelfFromArray(yyl620, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7397,12 +7445,12 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys616Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys616Slc - var yyhl616 bool = l >= 0 - for yyj616 := 0; ; yyj616++ { - if yyhl616 { - if yyj616 >= l { + var yys621Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys621Slc + var yyhl621 bool = l >= 0 + for yyj621 := 0; ; yyj621++ { + if yyhl621 { + if yyj621 >= l { break } } else { @@ -7411,10 +7459,10 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys616Slc = r.DecodeBytes(yys616Slc, true, true) - yys616 := string(yys616Slc) + yys621Slc = r.DecodeBytes(yys621Slc, true, true) + yys621 := string(yys621Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys616 { + switch yys621 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7431,27 +7479,27 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv619 := &x.ObjectMeta - yyv619.CodecDecodeSelf(d) + yyv624 := &x.ObjectMeta + yyv624.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = DaemonSetSpec{} } else { - yyv620 := &x.Spec - yyv620.CodecDecodeSelf(d) + yyv625 := &x.Spec + yyv625.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = DaemonSetStatus{} } else { - yyv621 := &x.Status - yyv621.CodecDecodeSelf(d) + yyv626 := &x.Status + yyv626.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys616) - } // end switch yys616 - } // end for yyj616 + z.DecStructFieldNotFound(-1, yys621) + } // end switch yys621 + } // end for yyj621 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7459,16 +7507,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj622 int - var yyb622 bool - var yyhl622 bool = l >= 0 - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + var yyj627 int + var yyb627 bool + var yyhl627 bool = l >= 0 + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7478,13 +7526,13 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7494,13 +7542,13 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7508,16 +7556,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv625 := &x.ObjectMeta - yyv625.CodecDecodeSelf(d) + yyv630 := &x.ObjectMeta + yyv630.CodecDecodeSelf(d) } - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7525,16 +7573,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = DaemonSetSpec{} } else { - yyv626 := &x.Spec - yyv626.CodecDecodeSelf(d) + yyv631 := &x.Spec + yyv631.CodecDecodeSelf(d) } - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7542,21 +7590,21 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = DaemonSetStatus{} } else { - yyv627 := &x.Status - yyv627.CodecDecodeSelf(d) + yyv632 := &x.Status + yyv632.CodecDecodeSelf(d) } for { - yyj622++ - if yyhl622 { - yyb622 = yyj622 > l + yyj627++ + if yyhl627 { + yyb627 = yyj627 > l } else { - yyb622 = r.CheckBreak() + yyb627 = r.CheckBreak() } - if yyb622 { + if yyb627 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj622-1, "") + z.DecStructFieldNotFound(yyj627-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7568,37 +7616,37 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym628 := z.EncBinary() - _ = yym628 + yym633 := z.EncBinary() + _ = yym633 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep629 := !z.EncBinary() - yy2arr629 := z.EncBasicHandle().StructToArray - var yyq629 [4]bool - _, _, _ = yysep629, yyq629, yy2arr629 - const yyr629 bool = false - yyq629[0] = x.Kind != "" - yyq629[1] = x.APIVersion != "" - yyq629[2] = true - var yynn629 int - if yyr629 || yy2arr629 { + yysep634 := !z.EncBinary() + yy2arr634 := z.EncBasicHandle().StructToArray + var yyq634 [4]bool + _, _, _ = yysep634, yyq634, yy2arr634 + const yyr634 bool = false + yyq634[0] = x.Kind != "" + yyq634[1] = x.APIVersion != "" + yyq634[2] = true + var yynn634 int + if yyr634 || yy2arr634 { r.EncodeArrayStart(4) } else { - yynn629 = 1 - for _, b := range yyq629 { + yynn634 = 1 + for _, b := range yyq634 { if b { - yynn629++ + yynn634++ } } - r.EncodeMapStart(yynn629) - yynn629 = 0 + r.EncodeMapStart(yynn634) + yynn634 = 0 } - if yyr629 || yy2arr629 { + if yyr634 || yy2arr634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq629[0] { - yym631 := z.EncBinary() - _ = yym631 + if yyq634[0] { + yym636 := z.EncBinary() + _ = yym636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7607,23 +7655,23 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq629[0] { + if yyq634[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym632 := z.EncBinary() - _ = yym632 + yym637 := z.EncBinary() + _ = yym637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr629 || yy2arr629 { + if yyr634 || yy2arr634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq629[1] { - yym634 := z.EncBinary() - _ = yym634 + if yyq634[1] { + yym639 := z.EncBinary() + _ = yym639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7632,54 +7680,54 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq629[1] { + if yyq634[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym635 := z.EncBinary() - _ = yym635 + yym640 := z.EncBinary() + _ = yym640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr629 || yy2arr629 { + if yyr634 || yy2arr634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq629[2] { - yy637 := &x.ListMeta - yym638 := z.EncBinary() - _ = yym638 + if yyq634[2] { + yy642 := &x.ListMeta + yym643 := z.EncBinary() + _ = yym643 if false { - } else if z.HasExtensions() && z.EncExt(yy637) { + } else if z.HasExtensions() && z.EncExt(yy642) { } else { - z.EncFallback(yy637) + z.EncFallback(yy642) } } else { r.EncodeNil() } } else { - if yyq629[2] { + if yyq634[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy639 := &x.ListMeta - yym640 := z.EncBinary() - _ = yym640 + yy644 := &x.ListMeta + yym645 := z.EncBinary() + _ = yym645 if false { - } else if z.HasExtensions() && z.EncExt(yy639) { + } else if z.HasExtensions() && z.EncExt(yy644) { } else { - z.EncFallback(yy639) + z.EncFallback(yy644) } } } - if yyr629 || yy2arr629 { + if yyr634 || yy2arr634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym642 := z.EncBinary() - _ = yym642 + yym647 := z.EncBinary() + _ = yym647 if false { } else { h.encSliceDaemonSet(([]DaemonSet)(x.Items), e) @@ -7692,15 +7740,15 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym643 := z.EncBinary() - _ = yym643 + yym648 := z.EncBinary() + _ = yym648 if false { } else { h.encSliceDaemonSet(([]DaemonSet)(x.Items), e) } } } - if yyr629 || yy2arr629 { + if yyr634 || yy2arr634 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7713,25 +7761,25 @@ func (x *DaemonSetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym644 := z.DecBinary() - _ = yym644 + yym649 := z.DecBinary() + _ = yym649 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct645 := r.ContainerType() - if yyct645 == codecSelferValueTypeMap1234 { - yyl645 := r.ReadMapStart() - if yyl645 == 0 { + yyct650 := r.ContainerType() + if yyct650 == codecSelferValueTypeMap1234 { + yyl650 := r.ReadMapStart() + if yyl650 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl645, d) + x.codecDecodeSelfFromMap(yyl650, d) } - } else if yyct645 == codecSelferValueTypeArray1234 { - yyl645 := r.ReadArrayStart() - if yyl645 == 0 { + } else if yyct650 == codecSelferValueTypeArray1234 { + yyl650 := r.ReadArrayStart() + if yyl650 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl645, d) + x.codecDecodeSelfFromArray(yyl650, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7743,12 +7791,12 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys646Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys646Slc - var yyhl646 bool = l >= 0 - for yyj646 := 0; ; yyj646++ { - if yyhl646 { - if yyj646 >= l { + var yys651Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys651Slc + var yyhl651 bool = l >= 0 + for yyj651 := 0; ; yyj651++ { + if yyhl651 { + if yyj651 >= l { break } } else { @@ -7757,10 +7805,10 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys646Slc = r.DecodeBytes(yys646Slc, true, true) - yys646 := string(yys646Slc) + yys651Slc = r.DecodeBytes(yys651Slc, true, true) + yys651 := string(yys651Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys646 { + switch yys651 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7777,31 +7825,31 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv649 := &x.ListMeta - yym650 := z.DecBinary() - _ = yym650 + yyv654 := &x.ListMeta + yym655 := z.DecBinary() + _ = yym655 if false { - } else if z.HasExtensions() && z.DecExt(yyv649) { + } else if z.HasExtensions() && z.DecExt(yyv654) { } else { - z.DecFallback(yyv649, false) + z.DecFallback(yyv654, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv651 := &x.Items - yym652 := z.DecBinary() - _ = yym652 + yyv656 := &x.Items + yym657 := z.DecBinary() + _ = yym657 if false { } else { - h.decSliceDaemonSet((*[]DaemonSet)(yyv651), d) + h.decSliceDaemonSet((*[]DaemonSet)(yyv656), d) } } default: - z.DecStructFieldNotFound(-1, yys646) - } // end switch yys646 - } // end for yyj646 + z.DecStructFieldNotFound(-1, yys651) + } // end switch yys651 + } // end for yyj651 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7809,16 +7857,16 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj653 int - var yyb653 bool - var yyhl653 bool = l >= 0 - yyj653++ - if yyhl653 { - yyb653 = yyj653 > l + var yyj658 int + var yyb658 bool + var yyhl658 bool = l >= 0 + yyj658++ + if yyhl658 { + yyb658 = yyj658 > l } else { - yyb653 = r.CheckBreak() + yyb658 = r.CheckBreak() } - if yyb653 { + if yyb658 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7828,13 +7876,13 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj653++ - if yyhl653 { - yyb653 = yyj653 > l + yyj658++ + if yyhl658 { + yyb658 = yyj658 > l } else { - yyb653 = r.CheckBreak() + yyb658 = r.CheckBreak() } - if yyb653 { + if yyb658 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7844,13 +7892,13 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj653++ - if yyhl653 { - yyb653 = yyj653 > l + yyj658++ + if yyhl658 { + yyb658 = yyj658 > l } else { - yyb653 = r.CheckBreak() + yyb658 = r.CheckBreak() } - if yyb653 { + if yyb658 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7858,22 +7906,22 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv656 := &x.ListMeta - yym657 := z.DecBinary() - _ = yym657 + yyv661 := &x.ListMeta + yym662 := z.DecBinary() + _ = yym662 if false { - } else if z.HasExtensions() && z.DecExt(yyv656) { + } else if z.HasExtensions() && z.DecExt(yyv661) { } else { - z.DecFallback(yyv656, false) + z.DecFallback(yyv661, false) } } - yyj653++ - if yyhl653 { - yyb653 = yyj653 > l + yyj658++ + if yyhl658 { + yyb658 = yyj658 > l } else { - yyb653 = r.CheckBreak() + yyb658 = r.CheckBreak() } - if yyb653 { + if yyb658 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7881,26 +7929,26 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv658 := &x.Items - yym659 := z.DecBinary() - _ = yym659 + yyv663 := &x.Items + yym664 := z.DecBinary() + _ = yym664 if false { } else { - h.decSliceDaemonSet((*[]DaemonSet)(yyv658), d) + h.decSliceDaemonSet((*[]DaemonSet)(yyv663), d) } } for { - yyj653++ - if yyhl653 { - yyb653 = yyj653 > l + yyj658++ + if yyhl658 { + yyb658 = yyj658 > l } else { - yyb653 = r.CheckBreak() + yyb658 = r.CheckBreak() } - if yyb653 { + if yyb658 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj653-1, "") + z.DecStructFieldNotFound(yyj658-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7912,37 +7960,37 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym660 := z.EncBinary() - _ = yym660 + yym665 := z.EncBinary() + _ = yym665 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep661 := !z.EncBinary() - yy2arr661 := z.EncBasicHandle().StructToArray - var yyq661 [4]bool - _, _, _ = yysep661, yyq661, yy2arr661 - const yyr661 bool = false - yyq661[0] = x.Kind != "" - yyq661[1] = x.APIVersion != "" - yyq661[2] = true - var yynn661 int - if yyr661 || yy2arr661 { + yysep666 := !z.EncBinary() + yy2arr666 := z.EncBasicHandle().StructToArray + var yyq666 [4]bool + _, _, _ = yysep666, yyq666, yy2arr666 + const yyr666 bool = false + yyq666[0] = x.Kind != "" + yyq666[1] = x.APIVersion != "" + yyq666[2] = true + var yynn666 int + if yyr666 || yy2arr666 { r.EncodeArrayStart(4) } else { - yynn661 = 1 - for _, b := range yyq661 { + yynn666 = 1 + for _, b := range yyq666 { if b { - yynn661++ + yynn666++ } } - r.EncodeMapStart(yynn661) - yynn661 = 0 + r.EncodeMapStart(yynn666) + yynn666 = 0 } - if yyr661 || yy2arr661 { + if yyr666 || yy2arr666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq661[0] { - yym663 := z.EncBinary() - _ = yym663 + if yyq666[0] { + yym668 := z.EncBinary() + _ = yym668 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7951,23 +7999,23 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq661[0] { + if yyq666[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym664 := z.EncBinary() - _ = yym664 + yym669 := z.EncBinary() + _ = yym669 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr661 || yy2arr661 { + if yyr666 || yy2arr666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq661[1] { - yym666 := z.EncBinary() - _ = yym666 + if yyq666[1] { + yym671 := z.EncBinary() + _ = yym671 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7976,54 +8024,54 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq661[1] { + if yyq666[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym667 := z.EncBinary() - _ = yym667 + yym672 := z.EncBinary() + _ = yym672 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr661 || yy2arr661 { + if yyr666 || yy2arr666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq661[2] { - yy669 := &x.ListMeta - yym670 := z.EncBinary() - _ = yym670 + if yyq666[2] { + yy674 := &x.ListMeta + yym675 := z.EncBinary() + _ = yym675 if false { - } else if z.HasExtensions() && z.EncExt(yy669) { + } else if z.HasExtensions() && z.EncExt(yy674) { } else { - z.EncFallback(yy669) + z.EncFallback(yy674) } } else { r.EncodeNil() } } else { - if yyq661[2] { + if yyq666[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy671 := &x.ListMeta - yym672 := z.EncBinary() - _ = yym672 + yy676 := &x.ListMeta + yym677 := z.EncBinary() + _ = yym677 if false { - } else if z.HasExtensions() && z.EncExt(yy671) { + } else if z.HasExtensions() && z.EncExt(yy676) { } else { - z.EncFallback(yy671) + z.EncFallback(yy676) } } } - if yyr661 || yy2arr661 { + if yyr666 || yy2arr666 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym674 := z.EncBinary() - _ = yym674 + yym679 := z.EncBinary() + _ = yym679 if false { } else { h.encSliceThirdPartyResourceData(([]ThirdPartyResourceData)(x.Items), e) @@ -8036,15 +8084,15 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym675 := z.EncBinary() - _ = yym675 + yym680 := z.EncBinary() + _ = yym680 if false { } else { h.encSliceThirdPartyResourceData(([]ThirdPartyResourceData)(x.Items), e) } } } - if yyr661 || yy2arr661 { + if yyr666 || yy2arr666 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8057,25 +8105,25 @@ func (x *ThirdPartyResourceDataList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym676 := z.DecBinary() - _ = yym676 + yym681 := z.DecBinary() + _ = yym681 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct677 := r.ContainerType() - if yyct677 == codecSelferValueTypeMap1234 { - yyl677 := r.ReadMapStart() - if yyl677 == 0 { + yyct682 := r.ContainerType() + if yyct682 == codecSelferValueTypeMap1234 { + yyl682 := r.ReadMapStart() + if yyl682 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl677, d) + x.codecDecodeSelfFromMap(yyl682, d) } - } else if yyct677 == codecSelferValueTypeArray1234 { - yyl677 := r.ReadArrayStart() - if yyl677 == 0 { + } else if yyct682 == codecSelferValueTypeArray1234 { + yyl682 := r.ReadArrayStart() + if yyl682 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl677, d) + x.codecDecodeSelfFromArray(yyl682, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8087,12 +8135,12 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys678Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys678Slc - var yyhl678 bool = l >= 0 - for yyj678 := 0; ; yyj678++ { - if yyhl678 { - if yyj678 >= l { + var yys683Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys683Slc + var yyhl683 bool = l >= 0 + for yyj683 := 0; ; yyj683++ { + if yyhl683 { + if yyj683 >= l { break } } else { @@ -8101,10 +8149,10 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys678Slc = r.DecodeBytes(yys678Slc, true, true) - yys678 := string(yys678Slc) + yys683Slc = r.DecodeBytes(yys683Slc, true, true) + yys683 := string(yys683Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys678 { + switch yys683 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8121,31 +8169,31 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv681 := &x.ListMeta - yym682 := z.DecBinary() - _ = yym682 + yyv686 := &x.ListMeta + yym687 := z.DecBinary() + _ = yym687 if false { - } else if z.HasExtensions() && z.DecExt(yyv681) { + } else if z.HasExtensions() && z.DecExt(yyv686) { } else { - z.DecFallback(yyv681, false) + z.DecFallback(yyv686, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv683 := &x.Items - yym684 := z.DecBinary() - _ = yym684 + yyv688 := &x.Items + yym689 := z.DecBinary() + _ = yym689 if false { } else { - h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv683), d) + h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv688), d) } } default: - z.DecStructFieldNotFound(-1, yys678) - } // end switch yys678 - } // end for yyj678 + z.DecStructFieldNotFound(-1, yys683) + } // end switch yys683 + } // end for yyj683 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8153,16 +8201,16 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj685 int - var yyb685 bool - var yyhl685 bool = l >= 0 - yyj685++ - if yyhl685 { - yyb685 = yyj685 > l + var yyj690 int + var yyb690 bool + var yyhl690 bool = l >= 0 + yyj690++ + if yyhl690 { + yyb690 = yyj690 > l } else { - yyb685 = r.CheckBreak() + yyb690 = r.CheckBreak() } - if yyb685 { + if yyb690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8172,13 +8220,13 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 } else { x.Kind = string(r.DecodeString()) } - yyj685++ - if yyhl685 { - yyb685 = yyj685 > l + yyj690++ + if yyhl690 { + yyb690 = yyj690 > l } else { - yyb685 = r.CheckBreak() + yyb690 = r.CheckBreak() } - if yyb685 { + if yyb690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8188,13 +8236,13 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 } else { x.APIVersion = string(r.DecodeString()) } - yyj685++ - if yyhl685 { - yyb685 = yyj685 > l + yyj690++ + if yyhl690 { + yyb690 = yyj690 > l } else { - yyb685 = r.CheckBreak() + yyb690 = r.CheckBreak() } - if yyb685 { + if yyb690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8202,22 +8250,22 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv688 := &x.ListMeta - yym689 := z.DecBinary() - _ = yym689 + yyv693 := &x.ListMeta + yym694 := z.DecBinary() + _ = yym694 if false { - } else if z.HasExtensions() && z.DecExt(yyv688) { + } else if z.HasExtensions() && z.DecExt(yyv693) { } else { - z.DecFallback(yyv688, false) + z.DecFallback(yyv693, false) } } - yyj685++ - if yyhl685 { - yyb685 = yyj685 > l + yyj690++ + if yyhl690 { + yyb690 = yyj690 > l } else { - yyb685 = r.CheckBreak() + yyb690 = r.CheckBreak() } - if yyb685 { + if yyb690 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8225,26 +8273,26 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv690 := &x.Items - yym691 := z.DecBinary() - _ = yym691 + yyv695 := &x.Items + yym696 := z.DecBinary() + _ = yym696 if false { } else { - h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv690), d) + h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv695), d) } } for { - yyj685++ - if yyhl685 { - yyb685 = yyj685 > l + yyj690++ + if yyhl690 { + yyb690 = yyj690 > l } else { - yyb685 = r.CheckBreak() + yyb690 = r.CheckBreak() } - if yyb685 { + if yyb690 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj685-1, "") + z.DecStructFieldNotFound(yyj690-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8256,39 +8304,39 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym692 := z.EncBinary() - _ = yym692 + yym697 := z.EncBinary() + _ = yym697 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep693 := !z.EncBinary() - yy2arr693 := z.EncBasicHandle().StructToArray - var yyq693 [5]bool - _, _, _ = yysep693, yyq693, yy2arr693 - const yyr693 bool = false - yyq693[0] = x.Kind != "" - yyq693[1] = x.APIVersion != "" - yyq693[2] = true - yyq693[3] = true - yyq693[4] = true - var yynn693 int - if yyr693 || yy2arr693 { + yysep698 := !z.EncBinary() + yy2arr698 := z.EncBasicHandle().StructToArray + var yyq698 [5]bool + _, _, _ = yysep698, yyq698, yy2arr698 + const yyr698 bool = false + yyq698[0] = x.Kind != "" + yyq698[1] = x.APIVersion != "" + yyq698[2] = true + yyq698[3] = true + yyq698[4] = true + var yynn698 int + if yyr698 || yy2arr698 { r.EncodeArrayStart(5) } else { - yynn693 = 0 - for _, b := range yyq693 { + yynn698 = 0 + for _, b := range yyq698 { if b { - yynn693++ + yynn698++ } } - r.EncodeMapStart(yynn693) - yynn693 = 0 + r.EncodeMapStart(yynn698) + yynn698 = 0 } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq693[0] { - yym695 := z.EncBinary() - _ = yym695 + if yyq698[0] { + yym700 := z.EncBinary() + _ = yym700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8297,23 +8345,23 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq693[0] { + if yyq698[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym696 := z.EncBinary() - _ = yym696 + yym701 := z.EncBinary() + _ = yym701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq693[1] { - yym698 := z.EncBinary() - _ = yym698 + if yyq698[1] { + yym703 := z.EncBinary() + _ = yym703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8322,70 +8370,70 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq693[1] { + if yyq698[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym699 := z.EncBinary() - _ = yym699 + yym704 := z.EncBinary() + _ = yym704 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq693[2] { - yy701 := &x.ObjectMeta - yy701.CodecEncodeSelf(e) + if yyq698[2] { + yy706 := &x.ObjectMeta + yy706.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq693[2] { + if yyq698[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy702 := &x.ObjectMeta - yy702.CodecEncodeSelf(e) + yy707 := &x.ObjectMeta + yy707.CodecEncodeSelf(e) } } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq693[3] { - yy704 := &x.Spec - yy704.CodecEncodeSelf(e) + if yyq698[3] { + yy709 := &x.Spec + yy709.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq693[3] { + if yyq698[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy705 := &x.Spec - yy705.CodecEncodeSelf(e) + yy710 := &x.Spec + yy710.CodecEncodeSelf(e) } } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq693[4] { - yy707 := &x.Status - yy707.CodecEncodeSelf(e) + if yyq698[4] { + yy712 := &x.Status + yy712.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq693[4] { + if yyq698[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy708 := &x.Status - yy708.CodecEncodeSelf(e) + yy713 := &x.Status + yy713.CodecEncodeSelf(e) } } - if yyr693 || yy2arr693 { + if yyr698 || yy2arr698 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8398,25 +8446,25 @@ func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym709 := z.DecBinary() - _ = yym709 + yym714 := z.DecBinary() + _ = yym714 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct710 := r.ContainerType() - if yyct710 == codecSelferValueTypeMap1234 { - yyl710 := r.ReadMapStart() - if yyl710 == 0 { + yyct715 := r.ContainerType() + if yyct715 == codecSelferValueTypeMap1234 { + yyl715 := r.ReadMapStart() + if yyl715 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl710, d) + x.codecDecodeSelfFromMap(yyl715, d) } - } else if yyct710 == codecSelferValueTypeArray1234 { - yyl710 := r.ReadArrayStart() - if yyl710 == 0 { + } else if yyct715 == codecSelferValueTypeArray1234 { + yyl715 := r.ReadArrayStart() + if yyl715 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl710, d) + x.codecDecodeSelfFromArray(yyl715, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8428,12 +8476,12 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys711Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys711Slc - var yyhl711 bool = l >= 0 - for yyj711 := 0; ; yyj711++ { - if yyhl711 { - if yyj711 >= l { + var yys716Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys716Slc + var yyhl716 bool = l >= 0 + for yyj716 := 0; ; yyj716++ { + if yyhl716 { + if yyj716 >= l { break } } else { @@ -8442,10 +8490,10 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys711Slc = r.DecodeBytes(yys711Slc, true, true) - yys711 := string(yys711Slc) + yys716Slc = r.DecodeBytes(yys716Slc, true, true) + yys716 := string(yys716Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys711 { + switch yys716 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8462,27 +8510,27 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv714 := &x.ObjectMeta - yyv714.CodecDecodeSelf(d) + yyv719 := &x.ObjectMeta + yyv719.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = JobSpec{} } else { - yyv715 := &x.Spec - yyv715.CodecDecodeSelf(d) + yyv720 := &x.Spec + yyv720.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = JobStatus{} } else { - yyv716 := &x.Status - yyv716.CodecDecodeSelf(d) + yyv721 := &x.Status + yyv721.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys711) - } // end switch yys711 - } // end for yyj711 + z.DecStructFieldNotFound(-1, yys716) + } // end switch yys716 + } // end for yyj716 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8490,16 +8538,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj717 int - var yyb717 bool - var yyhl717 bool = l >= 0 - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + var yyj722 int + var yyb722 bool + var yyhl722 bool = l >= 0 + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8509,13 +8557,13 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8525,13 +8573,13 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8539,16 +8587,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv720 := &x.ObjectMeta - yyv720.CodecDecodeSelf(d) + yyv725 := &x.ObjectMeta + yyv725.CodecDecodeSelf(d) } - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8556,16 +8604,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = JobSpec{} } else { - yyv721 := &x.Spec - yyv721.CodecDecodeSelf(d) + yyv726 := &x.Spec + yyv726.CodecDecodeSelf(d) } - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8573,21 +8621,21 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = JobStatus{} } else { - yyv722 := &x.Status - yyv722.CodecDecodeSelf(d) + yyv727 := &x.Status + yyv727.CodecDecodeSelf(d) } for { - yyj717++ - if yyhl717 { - yyb717 = yyj717 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb717 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb717 { + if yyb722 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj717-1, "") + z.DecStructFieldNotFound(yyj722-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8599,37 +8647,37 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym723 := z.EncBinary() - _ = yym723 + yym728 := z.EncBinary() + _ = yym728 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep724 := !z.EncBinary() - yy2arr724 := z.EncBasicHandle().StructToArray - var yyq724 [4]bool - _, _, _ = yysep724, yyq724, yy2arr724 - const yyr724 bool = false - yyq724[0] = x.Kind != "" - yyq724[1] = x.APIVersion != "" - yyq724[2] = true - var yynn724 int - if yyr724 || yy2arr724 { + yysep729 := !z.EncBinary() + yy2arr729 := z.EncBasicHandle().StructToArray + var yyq729 [4]bool + _, _, _ = yysep729, yyq729, yy2arr729 + const yyr729 bool = false + yyq729[0] = x.Kind != "" + yyq729[1] = x.APIVersion != "" + yyq729[2] = true + var yynn729 int + if yyr729 || yy2arr729 { r.EncodeArrayStart(4) } else { - yynn724 = 1 - for _, b := range yyq724 { + yynn729 = 1 + for _, b := range yyq729 { if b { - yynn724++ + yynn729++ } } - r.EncodeMapStart(yynn724) - yynn724 = 0 + r.EncodeMapStart(yynn729) + yynn729 = 0 } - if yyr724 || yy2arr724 { + if yyr729 || yy2arr729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq724[0] { - yym726 := z.EncBinary() - _ = yym726 + if yyq729[0] { + yym731 := z.EncBinary() + _ = yym731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8638,23 +8686,23 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq724[0] { + if yyq729[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym727 := z.EncBinary() - _ = yym727 + yym732 := z.EncBinary() + _ = yym732 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr724 || yy2arr724 { + if yyr729 || yy2arr729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq724[1] { - yym729 := z.EncBinary() - _ = yym729 + if yyq729[1] { + yym734 := z.EncBinary() + _ = yym734 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8663,54 +8711,54 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq724[1] { + if yyq729[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym730 := z.EncBinary() - _ = yym730 + yym735 := z.EncBinary() + _ = yym735 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr724 || yy2arr724 { + if yyr729 || yy2arr729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq724[2] { - yy732 := &x.ListMeta - yym733 := z.EncBinary() - _ = yym733 + if yyq729[2] { + yy737 := &x.ListMeta + yym738 := z.EncBinary() + _ = yym738 if false { - } else if z.HasExtensions() && z.EncExt(yy732) { + } else if z.HasExtensions() && z.EncExt(yy737) { } else { - z.EncFallback(yy732) + z.EncFallback(yy737) } } else { r.EncodeNil() } } else { - if yyq724[2] { + if yyq729[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy734 := &x.ListMeta - yym735 := z.EncBinary() - _ = yym735 + yy739 := &x.ListMeta + yym740 := z.EncBinary() + _ = yym740 if false { - } else if z.HasExtensions() && z.EncExt(yy734) { + } else if z.HasExtensions() && z.EncExt(yy739) { } else { - z.EncFallback(yy734) + z.EncFallback(yy739) } } } - if yyr724 || yy2arr724 { + if yyr729 || yy2arr729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym737 := z.EncBinary() - _ = yym737 + yym742 := z.EncBinary() + _ = yym742 if false { } else { h.encSliceJob(([]Job)(x.Items), e) @@ -8723,15 +8771,15 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym738 := z.EncBinary() - _ = yym738 + yym743 := z.EncBinary() + _ = yym743 if false { } else { h.encSliceJob(([]Job)(x.Items), e) } } } - if yyr724 || yy2arr724 { + if yyr729 || yy2arr729 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8744,25 +8792,25 @@ func (x *JobList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym739 := z.DecBinary() - _ = yym739 + yym744 := z.DecBinary() + _ = yym744 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct740 := r.ContainerType() - if yyct740 == codecSelferValueTypeMap1234 { - yyl740 := r.ReadMapStart() - if yyl740 == 0 { + yyct745 := r.ContainerType() + if yyct745 == codecSelferValueTypeMap1234 { + yyl745 := r.ReadMapStart() + if yyl745 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl740, d) + x.codecDecodeSelfFromMap(yyl745, d) } - } else if yyct740 == codecSelferValueTypeArray1234 { - yyl740 := r.ReadArrayStart() - if yyl740 == 0 { + } else if yyct745 == codecSelferValueTypeArray1234 { + yyl745 := r.ReadArrayStart() + if yyl745 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl740, d) + x.codecDecodeSelfFromArray(yyl745, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8774,12 +8822,12 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys741Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys741Slc - var yyhl741 bool = l >= 0 - for yyj741 := 0; ; yyj741++ { - if yyhl741 { - if yyj741 >= l { + var yys746Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys746Slc + var yyhl746 bool = l >= 0 + for yyj746 := 0; ; yyj746++ { + if yyhl746 { + if yyj746 >= l { break } } else { @@ -8788,10 +8836,10 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys741Slc = r.DecodeBytes(yys741Slc, true, true) - yys741 := string(yys741Slc) + yys746Slc = r.DecodeBytes(yys746Slc, true, true) + yys746 := string(yys746Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys741 { + switch yys746 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8808,31 +8856,31 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv744 := &x.ListMeta - yym745 := z.DecBinary() - _ = yym745 + yyv749 := &x.ListMeta + yym750 := z.DecBinary() + _ = yym750 if false { - } else if z.HasExtensions() && z.DecExt(yyv744) { + } else if z.HasExtensions() && z.DecExt(yyv749) { } else { - z.DecFallback(yyv744, false) + z.DecFallback(yyv749, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv746 := &x.Items - yym747 := z.DecBinary() - _ = yym747 + yyv751 := &x.Items + yym752 := z.DecBinary() + _ = yym752 if false { } else { - h.decSliceJob((*[]Job)(yyv746), d) + h.decSliceJob((*[]Job)(yyv751), d) } } default: - z.DecStructFieldNotFound(-1, yys741) - } // end switch yys741 - } // end for yyj741 + z.DecStructFieldNotFound(-1, yys746) + } // end switch yys746 + } // end for yyj746 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8840,16 +8888,16 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj748 int - var yyb748 bool - var yyhl748 bool = l >= 0 - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + var yyj753 int + var yyb753 bool + var yyhl753 bool = l >= 0 + yyj753++ + if yyhl753 { + yyb753 = yyj753 > l } else { - yyb748 = r.CheckBreak() + yyb753 = r.CheckBreak() } - if yyb748 { + if yyb753 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8859,13 +8907,13 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj753++ + if yyhl753 { + yyb753 = yyj753 > l } else { - yyb748 = r.CheckBreak() + yyb753 = r.CheckBreak() } - if yyb748 { + if yyb753 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8875,13 +8923,13 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj753++ + if yyhl753 { + yyb753 = yyj753 > l } else { - yyb748 = r.CheckBreak() + yyb753 = r.CheckBreak() } - if yyb748 { + if yyb753 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8889,22 +8937,22 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv751 := &x.ListMeta - yym752 := z.DecBinary() - _ = yym752 + yyv756 := &x.ListMeta + yym757 := z.DecBinary() + _ = yym757 if false { - } else if z.HasExtensions() && z.DecExt(yyv751) { + } else if z.HasExtensions() && z.DecExt(yyv756) { } else { - z.DecFallback(yyv751, false) + z.DecFallback(yyv756, false) } } - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj753++ + if yyhl753 { + yyb753 = yyj753 > l } else { - yyb748 = r.CheckBreak() + yyb753 = r.CheckBreak() } - if yyb748 { + if yyb753 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8912,26 +8960,26 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv753 := &x.Items - yym754 := z.DecBinary() - _ = yym754 + yyv758 := &x.Items + yym759 := z.DecBinary() + _ = yym759 if false { } else { - h.decSliceJob((*[]Job)(yyv753), d) + h.decSliceJob((*[]Job)(yyv758), d) } } for { - yyj748++ - if yyhl748 { - yyb748 = yyj748 > l + yyj753++ + if yyhl753 { + yyb753 = yyj753 > l } else { - yyb748 = r.CheckBreak() + yyb753 = r.CheckBreak() } - if yyb748 { + if yyb753 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj748-1, "") + z.DecStructFieldNotFound(yyj753-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8943,75 +8991,40 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym755 := z.EncBinary() - _ = yym755 + yym760 := z.EncBinary() + _ = yym760 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep756 := !z.EncBinary() - yy2arr756 := z.EncBasicHandle().StructToArray - var yyq756 [5]bool - _, _, _ = yysep756, yyq756, yy2arr756 - const yyr756 bool = false - yyq756[0] = x.Parallelism != nil - yyq756[1] = x.Completions != nil - yyq756[2] = x.ActiveDeadlineSeconds != nil - yyq756[3] = x.Selector != nil - var yynn756 int - if yyr756 || yy2arr756 { + yysep761 := !z.EncBinary() + yy2arr761 := z.EncBasicHandle().StructToArray + var yyq761 [5]bool + _, _, _ = yysep761, yyq761, yy2arr761 + const yyr761 bool = false + yyq761[0] = x.Parallelism != nil + yyq761[1] = x.Completions != nil + yyq761[2] = x.ActiveDeadlineSeconds != nil + yyq761[3] = x.Selector != nil + var yynn761 int + if yyr761 || yy2arr761 { r.EncodeArrayStart(5) } else { - yynn756 = 1 - for _, b := range yyq756 { + yynn761 = 1 + for _, b := range yyq761 { if b { - yynn756++ + yynn761++ } } - r.EncodeMapStart(yynn756) - yynn756 = 0 + r.EncodeMapStart(yynn761) + yynn761 = 0 } - if yyr756 || yy2arr756 { + if yyr761 || yy2arr761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[0] { + if yyq761[0] { if x.Parallelism == nil { r.EncodeNil() } else { - yy758 := *x.Parallelism - yym759 := z.EncBinary() - _ = yym759 - if false { - } else { - r.EncodeInt(int64(yy758)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq756[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("parallelism")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Parallelism == nil { - r.EncodeNil() - } else { - yy760 := *x.Parallelism - yym761 := z.EncBinary() - _ = yym761 - if false { - } else { - r.EncodeInt(int64(yy760)) - } - } - } - } - if yyr756 || yy2arr756 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[1] { - if x.Completions == nil { - r.EncodeNil() - } else { - yy763 := *x.Completions + yy763 := *x.Parallelism yym764 := z.EncBinary() _ = yym764 if false { @@ -9023,14 +9036,14 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq756[1] { + if yyq761[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("completions")) + r.EncodeString(codecSelferC_UTF81234, string("parallelism")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Completions == nil { + if x.Parallelism == nil { r.EncodeNil() } else { - yy765 := *x.Completions + yy765 := *x.Parallelism yym766 := z.EncBinary() _ = yym766 if false { @@ -9040,13 +9053,13 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr756 || yy2arr756 { + if yyr761 || yy2arr761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[2] { - if x.ActiveDeadlineSeconds == nil { + if yyq761[1] { + if x.Completions == nil { r.EncodeNil() } else { - yy768 := *x.ActiveDeadlineSeconds + yy768 := *x.Completions yym769 := z.EncBinary() _ = yym769 if false { @@ -9058,14 +9071,14 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq756[2] { + if yyq761[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("completions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ActiveDeadlineSeconds == nil { + if x.Completions == nil { r.EncodeNil() } else { - yy770 := *x.ActiveDeadlineSeconds + yy770 := *x.Completions yym771 := z.EncBinary() _ = yym771 if false { @@ -9075,9 +9088,44 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr756 || yy2arr756 { + if yyr761 || yy2arr761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq756[3] { + if yyq761[2] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy773 := *x.ActiveDeadlineSeconds + yym774 := z.EncBinary() + _ = yym774 + if false { + } else { + r.EncodeInt(int64(yy773)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq761[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy775 := *x.ActiveDeadlineSeconds + yym776 := z.EncBinary() + _ = yym776 + if false { + } else { + r.EncodeInt(int64(yy775)) + } + } + } + } + if yyr761 || yy2arr761 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq761[3] { if x.Selector == nil { r.EncodeNil() } else { @@ -9087,7 +9135,7 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq756[3] { + if yyq761[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -9098,18 +9146,18 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr756 || yy2arr756 { + if yyr761 || yy2arr761 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy774 := &x.Template - yy774.CodecEncodeSelf(e) + yy779 := &x.Template + yy779.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy775 := &x.Template - yy775.CodecEncodeSelf(e) + yy780 := &x.Template + yy780.CodecEncodeSelf(e) } - if yyr756 || yy2arr756 { + if yyr761 || yy2arr761 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9122,25 +9170,25 @@ func (x *JobSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym776 := z.DecBinary() - _ = yym776 + yym781 := z.DecBinary() + _ = yym781 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct777 := r.ContainerType() - if yyct777 == codecSelferValueTypeMap1234 { - yyl777 := r.ReadMapStart() - if yyl777 == 0 { + yyct782 := r.ContainerType() + if yyct782 == codecSelferValueTypeMap1234 { + yyl782 := r.ReadMapStart() + if yyl782 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl777, d) + x.codecDecodeSelfFromMap(yyl782, d) } - } else if yyct777 == codecSelferValueTypeArray1234 { - yyl777 := r.ReadArrayStart() - if yyl777 == 0 { + } else if yyct782 == codecSelferValueTypeArray1234 { + yyl782 := r.ReadArrayStart() + if yyl782 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl777, d) + x.codecDecodeSelfFromArray(yyl782, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9152,12 +9200,12 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys778Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys778Slc - var yyhl778 bool = l >= 0 - for yyj778 := 0; ; yyj778++ { - if yyhl778 { - if yyj778 >= l { + var yys783Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys783Slc + var yyhl783 bool = l >= 0 + for yyj783 := 0; ; yyj783++ { + if yyhl783 { + if yyj783 >= l { break } } else { @@ -9166,10 +9214,10 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys778Slc = r.DecodeBytes(yys778Slc, true, true) - yys778 := string(yys778Slc) + yys783Slc = r.DecodeBytes(yys783Slc, true, true) + yys783 := string(yys783Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys778 { + switch yys783 { case "parallelism": if r.TryDecodeAsNil() { if x.Parallelism != nil { @@ -9179,8 +9227,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Parallelism == nil { x.Parallelism = new(int) } - yym780 := z.DecBinary() - _ = yym780 + yym785 := z.DecBinary() + _ = yym785 if false { } else { *((*int)(x.Parallelism)) = int(r.DecodeInt(codecSelferBitsize1234)) @@ -9195,8 +9243,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Completions == nil { x.Completions = new(int) } - yym782 := z.DecBinary() - _ = yym782 + yym787 := z.DecBinary() + _ = yym787 if false { } else { *((*int)(x.Completions)) = int(r.DecodeInt(codecSelferBitsize1234)) @@ -9211,8 +9259,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym784 := z.DecBinary() - _ = yym784 + yym789 := z.DecBinary() + _ = yym789 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -9233,13 +9281,13 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv786 := &x.Template - yyv786.CodecDecodeSelf(d) + yyv791 := &x.Template + yyv791.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys778) - } // end switch yys778 - } // end for yyj778 + z.DecStructFieldNotFound(-1, yys783) + } // end switch yys783 + } // end for yyj783 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9247,16 +9295,16 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj787 int - var yyb787 bool - var yyhl787 bool = l >= 0 - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + var yyj792 int + var yyb792 bool + var yyhl792 bool = l >= 0 + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9269,20 +9317,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Parallelism == nil { x.Parallelism = new(int) } - yym789 := z.DecBinary() - _ = yym789 + yym794 := z.DecBinary() + _ = yym794 if false { } else { *((*int)(x.Parallelism)) = int(r.DecodeInt(codecSelferBitsize1234)) } } - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9295,20 +9343,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Completions == nil { x.Completions = new(int) } - yym791 := z.DecBinary() - _ = yym791 + yym796 := z.DecBinary() + _ = yym796 if false { } else { *((*int)(x.Completions)) = int(r.DecodeInt(codecSelferBitsize1234)) } } - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9321,20 +9369,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym793 := z.DecBinary() - _ = yym793 + yym798 := z.DecBinary() + _ = yym798 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9349,13 +9397,13 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9363,21 +9411,21 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_api.PodTemplateSpec{} } else { - yyv795 := &x.Template - yyv795.CodecDecodeSelf(d) + yyv800 := &x.Template + yyv800.CodecDecodeSelf(d) } for { - yyj787++ - if yyhl787 { - yyb787 = yyj787 > l + yyj792++ + if yyhl792 { + yyb792 = yyj792 > l } else { - yyb787 = r.CheckBreak() + yyb792 = r.CheckBreak() } - if yyb787 { + if yyb792 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj787-1, "") + z.DecStructFieldNotFound(yyj792-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9389,43 +9437,43 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym796 := z.EncBinary() - _ = yym796 + yym801 := z.EncBinary() + _ = yym801 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep797 := !z.EncBinary() - yy2arr797 := z.EncBasicHandle().StructToArray - var yyq797 [6]bool - _, _, _ = yysep797, yyq797, yy2arr797 - const yyr797 bool = false - yyq797[0] = len(x.Conditions) != 0 - yyq797[1] = x.StartTime != nil - yyq797[2] = x.CompletionTime != nil - yyq797[3] = x.Active != 0 - yyq797[4] = x.Succeeded != 0 - yyq797[5] = x.Failed != 0 - var yynn797 int - if yyr797 || yy2arr797 { + yysep802 := !z.EncBinary() + yy2arr802 := z.EncBasicHandle().StructToArray + var yyq802 [6]bool + _, _, _ = yysep802, yyq802, yy2arr802 + const yyr802 bool = false + yyq802[0] = len(x.Conditions) != 0 + yyq802[1] = x.StartTime != nil + yyq802[2] = x.CompletionTime != nil + yyq802[3] = x.Active != 0 + yyq802[4] = x.Succeeded != 0 + yyq802[5] = x.Failed != 0 + var yynn802 int + if yyr802 || yy2arr802 { r.EncodeArrayStart(6) } else { - yynn797 = 0 - for _, b := range yyq797 { + yynn802 = 0 + for _, b := range yyq802 { if b { - yynn797++ + yynn802++ } } - r.EncodeMapStart(yynn797) - yynn797 = 0 + r.EncodeMapStart(yynn802) + yynn802 = 0 } - if yyr797 || yy2arr797 { + if yyr802 || yy2arr802 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[0] { + if yyq802[0] { if x.Conditions == nil { r.EncodeNil() } else { - yym799 := z.EncBinary() - _ = yym799 + yym804 := z.EncBinary() + _ = yym804 if false { } else { h.encSliceJobCondition(([]JobCondition)(x.Conditions), e) @@ -9435,15 +9483,15 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq797[0] { + if yyq802[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym800 := z.EncBinary() - _ = yym800 + yym805 := z.EncBinary() + _ = yym805 if false { } else { h.encSliceJobCondition(([]JobCondition)(x.Conditions), e) @@ -9451,19 +9499,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr797 || yy2arr797 { + if yyr802 || yy2arr802 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[1] { + if yyq802[1] { if x.StartTime == nil { r.EncodeNil() } else { - yym802 := z.EncBinary() - _ = yym802 + yym807 := z.EncBinary() + _ = yym807 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym802 { + } else if yym807 { z.EncBinaryMarshal(x.StartTime) - } else if !yym802 && z.IsJSONHandle() { + } else if !yym807 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -9473,20 +9521,20 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq797[1] { + if yyq802[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym803 := z.EncBinary() - _ = yym803 + yym808 := z.EncBinary() + _ = yym808 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym803 { + } else if yym808 { z.EncBinaryMarshal(x.StartTime) - } else if !yym803 && z.IsJSONHandle() { + } else if !yym808 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -9494,19 +9542,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr797 || yy2arr797 { + if yyr802 || yy2arr802 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[2] { + if yyq802[2] { if x.CompletionTime == nil { r.EncodeNil() } else { - yym805 := z.EncBinary() - _ = yym805 + yym810 := z.EncBinary() + _ = yym810 if false { } else if z.HasExtensions() && z.EncExt(x.CompletionTime) { - } else if yym805 { + } else if yym810 { z.EncBinaryMarshal(x.CompletionTime) - } else if !yym805 && z.IsJSONHandle() { + } else if !yym810 && z.IsJSONHandle() { z.EncJSONMarshal(x.CompletionTime) } else { z.EncFallback(x.CompletionTime) @@ -9516,20 +9564,20 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq797[2] { + if yyq802[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("completionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CompletionTime == nil { r.EncodeNil() } else { - yym806 := z.EncBinary() - _ = yym806 + yym811 := z.EncBinary() + _ = yym811 if false { } else if z.HasExtensions() && z.EncExt(x.CompletionTime) { - } else if yym806 { + } else if yym811 { z.EncBinaryMarshal(x.CompletionTime) - } else if !yym806 && z.IsJSONHandle() { + } else if !yym811 && z.IsJSONHandle() { z.EncJSONMarshal(x.CompletionTime) } else { z.EncFallback(x.CompletionTime) @@ -9537,11 +9585,11 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr797 || yy2arr797 { + if yyr802 || yy2arr802 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[3] { - yym808 := z.EncBinary() - _ = yym808 + if yyq802[3] { + yym813 := z.EncBinary() + _ = yym813 if false { } else { r.EncodeInt(int64(x.Active)) @@ -9550,49 +9598,49 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq797[3] { + if yyq802[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("active")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym809 := z.EncBinary() - _ = yym809 - if false { - } else { - r.EncodeInt(int64(x.Active)) - } - } - } - if yyr797 || yy2arr797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[4] { - yym811 := z.EncBinary() - _ = yym811 - if false { - } else { - r.EncodeInt(int64(x.Succeeded)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq797[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("succeeded")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym812 := z.EncBinary() - _ = yym812 - if false { - } else { - r.EncodeInt(int64(x.Succeeded)) - } - } - } - if yyr797 || yy2arr797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq797[5] { yym814 := z.EncBinary() _ = yym814 if false { + } else { + r.EncodeInt(int64(x.Active)) + } + } + } + if yyr802 || yy2arr802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq802[4] { + yym816 := z.EncBinary() + _ = yym816 + if false { + } else { + r.EncodeInt(int64(x.Succeeded)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq802[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("succeeded")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym817 := z.EncBinary() + _ = yym817 + if false { + } else { + r.EncodeInt(int64(x.Succeeded)) + } + } + } + if yyr802 || yy2arr802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq802[5] { + yym819 := z.EncBinary() + _ = yym819 + if false { } else { r.EncodeInt(int64(x.Failed)) } @@ -9600,19 +9648,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq797[5] { + if yyq802[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failed")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym815 := z.EncBinary() - _ = yym815 + yym820 := z.EncBinary() + _ = yym820 if false { } else { r.EncodeInt(int64(x.Failed)) } } } - if yyr797 || yy2arr797 { + if yyr802 || yy2arr802 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9625,25 +9673,25 @@ func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym816 := z.DecBinary() - _ = yym816 + yym821 := z.DecBinary() + _ = yym821 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct817 := r.ContainerType() - if yyct817 == codecSelferValueTypeMap1234 { - yyl817 := r.ReadMapStart() - if yyl817 == 0 { + yyct822 := r.ContainerType() + if yyct822 == codecSelferValueTypeMap1234 { + yyl822 := r.ReadMapStart() + if yyl822 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl817, d) + x.codecDecodeSelfFromMap(yyl822, d) } - } else if yyct817 == codecSelferValueTypeArray1234 { - yyl817 := r.ReadArrayStart() - if yyl817 == 0 { + } else if yyct822 == codecSelferValueTypeArray1234 { + yyl822 := r.ReadArrayStart() + if yyl822 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl817, d) + x.codecDecodeSelfFromArray(yyl822, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9655,12 +9703,12 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys818Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys818Slc - var yyhl818 bool = l >= 0 - for yyj818 := 0; ; yyj818++ { - if yyhl818 { - if yyj818 >= l { + var yys823Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys823Slc + var yyhl823 bool = l >= 0 + for yyj823 := 0; ; yyj823++ { + if yyhl823 { + if yyj823 >= l { break } } else { @@ -9669,20 +9717,20 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys818Slc = r.DecodeBytes(yys818Slc, true, true) - yys818 := string(yys818Slc) + yys823Slc = r.DecodeBytes(yys823Slc, true, true) + yys823 := string(yys823Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys818 { + switch yys823 { case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv819 := &x.Conditions - yym820 := z.DecBinary() - _ = yym820 + yyv824 := &x.Conditions + yym825 := z.DecBinary() + _ = yym825 if false { } else { - h.decSliceJobCondition((*[]JobCondition)(yyv819), d) + h.decSliceJobCondition((*[]JobCondition)(yyv824), d) } } case "startTime": @@ -9694,13 +9742,13 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg1_unversioned.Time) } - yym822 := z.DecBinary() - _ = yym822 + yym827 := z.DecBinary() + _ = yym827 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym822 { + } else if yym827 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym822 && z.IsJSONHandle() { + } else if !yym827 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -9715,13 +9763,13 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.CompletionTime == nil { x.CompletionTime = new(pkg1_unversioned.Time) } - yym824 := z.DecBinary() - _ = yym824 + yym829 := z.DecBinary() + _ = yym829 if false { } else if z.HasExtensions() && z.DecExt(x.CompletionTime) { - } else if yym824 { + } else if yym829 { z.DecBinaryUnmarshal(x.CompletionTime) - } else if !yym824 && z.IsJSONHandle() { + } else if !yym829 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.CompletionTime) } else { z.DecFallback(x.CompletionTime, false) @@ -9746,9 +9794,9 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Failed = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys818) - } // end switch yys818 - } // end for yyj818 + z.DecStructFieldNotFound(-1, yys823) + } // end switch yys823 + } // end for yyj823 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9756,16 +9804,16 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj828 int - var yyb828 bool - var yyhl828 bool = l >= 0 - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + var yyj833 int + var yyb833 bool + var yyhl833 bool = l >= 0 + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9773,21 +9821,21 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv829 := &x.Conditions - yym830 := z.DecBinary() - _ = yym830 + yyv834 := &x.Conditions + yym835 := z.DecBinary() + _ = yym835 if false { } else { - h.decSliceJobCondition((*[]JobCondition)(yyv829), d) + h.decSliceJobCondition((*[]JobCondition)(yyv834), d) } } - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9800,25 +9848,25 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg1_unversioned.Time) } - yym832 := z.DecBinary() - _ = yym832 + yym837 := z.DecBinary() + _ = yym837 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym832 { + } else if yym837 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym832 && z.IsJSONHandle() { + } else if !yym837 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9831,25 +9879,25 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.CompletionTime == nil { x.CompletionTime = new(pkg1_unversioned.Time) } - yym834 := z.DecBinary() - _ = yym834 + yym839 := z.DecBinary() + _ = yym839 if false { } else if z.HasExtensions() && z.DecExt(x.CompletionTime) { - } else if yym834 { + } else if yym839 { z.DecBinaryUnmarshal(x.CompletionTime) - } else if !yym834 && z.IsJSONHandle() { + } else if !yym839 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.CompletionTime) } else { z.DecFallback(x.CompletionTime, false) } } - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9859,13 +9907,13 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Active = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9875,13 +9923,13 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Succeeded = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9892,17 +9940,17 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Failed = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj828++ - if yyhl828 { - yyb828 = yyj828 > l + yyj833++ + if yyhl833 { + yyb833 = yyj833 > l } else { - yyb828 = r.CheckBreak() + yyb833 = r.CheckBreak() } - if yyb828 { + if yyb833 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj828-1, "") + z.DecStructFieldNotFound(yyj833-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9911,8 +9959,8 @@ func (x JobConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym838 := z.EncBinary() - _ = yym838 + yym843 := z.EncBinary() + _ = yym843 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -9924,8 +9972,8 @@ func (x *JobConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym839 := z.DecBinary() - _ = yym839 + yym844 := z.DecBinary() + _ = yym844 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -9940,34 +9988,34 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym840 := z.EncBinary() - _ = yym840 + yym845 := z.EncBinary() + _ = yym845 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep841 := !z.EncBinary() - yy2arr841 := z.EncBasicHandle().StructToArray - var yyq841 [6]bool - _, _, _ = yysep841, yyq841, yy2arr841 - const yyr841 bool = false - yyq841[2] = true - yyq841[3] = true - yyq841[4] = x.Reason != "" - yyq841[5] = x.Message != "" - var yynn841 int - if yyr841 || yy2arr841 { + yysep846 := !z.EncBinary() + yy2arr846 := z.EncBasicHandle().StructToArray + var yyq846 [6]bool + _, _, _ = yysep846, yyq846, yy2arr846 + const yyr846 bool = false + yyq846[2] = true + yyq846[3] = true + yyq846[4] = x.Reason != "" + yyq846[5] = x.Message != "" + var yynn846 int + if yyr846 || yy2arr846 { r.EncodeArrayStart(6) } else { - yynn841 = 2 - for _, b := range yyq841 { + yynn846 = 2 + for _, b := range yyq846 { if b { - yynn841++ + yynn846++ } } - r.EncodeMapStart(yynn841) - yynn841 = 0 + r.EncodeMapStart(yynn846) + yynn846 = 0 } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -9976,10 +10024,10 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym844 := z.EncBinary() - _ = yym844 + yym849 := z.EncBinary() + _ = yym849 if false { } else if z.HasExtensions() && z.EncExt(x.Status) { } else { @@ -9989,55 +10037,18 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym845 := z.EncBinary() - _ = yym845 + yym850 := z.EncBinary() + _ = yym850 if false { } else if z.HasExtensions() && z.EncExt(x.Status) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Status)) } } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq841[2] { - yy847 := &x.LastProbeTime - yym848 := z.EncBinary() - _ = yym848 - if false { - } else if z.HasExtensions() && z.EncExt(yy847) { - } else if yym848 { - z.EncBinaryMarshal(yy847) - } else if !yym848 && z.IsJSONHandle() { - z.EncJSONMarshal(yy847) - } else { - z.EncFallback(yy847) - } - } else { - r.EncodeNil() - } - } else { - if yyq841[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy849 := &x.LastProbeTime - yym850 := z.EncBinary() - _ = yym850 - if false { - } else if z.HasExtensions() && z.EncExt(yy849) { - } else if yym850 { - z.EncBinaryMarshal(yy849) - } else if !yym850 && z.IsJSONHandle() { - z.EncJSONMarshal(yy849) - } else { - z.EncFallback(yy849) - } - } - } - if yyr841 || yy2arr841 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq841[3] { - yy852 := &x.LastTransitionTime + if yyq846[2] { + yy852 := &x.LastProbeTime yym853 := z.EncBinary() _ = yym853 if false { @@ -10053,11 +10064,11 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq841[3] { + if yyq846[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy854 := &x.LastTransitionTime + yy854 := &x.LastProbeTime yym855 := z.EncBinary() _ = yym855 if false { @@ -10071,36 +10082,73 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq841[4] { - yym857 := z.EncBinary() - _ = yym857 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq841[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq846[3] { + yy857 := &x.LastTransitionTime yym858 := z.EncBinary() _ = yym858 if false { + } else if z.HasExtensions() && z.EncExt(yy857) { + } else if yym858 { + z.EncBinaryMarshal(yy857) + } else if !yym858 && z.IsJSONHandle() { + z.EncJSONMarshal(yy857) + } else { + z.EncFallback(yy857) + } + } else { + r.EncodeNil() + } + } else { + if yyq846[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy859 := &x.LastTransitionTime + yym860 := z.EncBinary() + _ = yym860 + if false { + } else if z.HasExtensions() && z.EncExt(yy859) { + } else if yym860 { + z.EncBinaryMarshal(yy859) + } else if !yym860 && z.IsJSONHandle() { + z.EncJSONMarshal(yy859) + } else { + z.EncFallback(yy859) + } + } + } + if yyr846 || yy2arr846 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq846[4] { + yym862 := z.EncBinary() + _ = yym862 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq846[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym863 := z.EncBinary() + _ = yym863 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq841[5] { - yym860 := z.EncBinary() - _ = yym860 + if yyq846[5] { + yym865 := z.EncBinary() + _ = yym865 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -10109,19 +10157,19 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq841[5] { + if yyq846[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym861 := z.EncBinary() - _ = yym861 + yym866 := z.EncBinary() + _ = yym866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr841 || yy2arr841 { + if yyr846 || yy2arr846 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10134,25 +10182,25 @@ func (x *JobCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym862 := z.DecBinary() - _ = yym862 + yym867 := z.DecBinary() + _ = yym867 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct863 := r.ContainerType() - if yyct863 == codecSelferValueTypeMap1234 { - yyl863 := r.ReadMapStart() - if yyl863 == 0 { + yyct868 := r.ContainerType() + if yyct868 == codecSelferValueTypeMap1234 { + yyl868 := r.ReadMapStart() + if yyl868 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl863, d) + x.codecDecodeSelfFromMap(yyl868, d) } - } else if yyct863 == codecSelferValueTypeArray1234 { - yyl863 := r.ReadArrayStart() - if yyl863 == 0 { + } else if yyct868 == codecSelferValueTypeArray1234 { + yyl868 := r.ReadArrayStart() + if yyl868 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl863, d) + x.codecDecodeSelfFromArray(yyl868, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10164,12 +10212,12 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys864Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys864Slc - var yyhl864 bool = l >= 0 - for yyj864 := 0; ; yyj864++ { - if yyhl864 { - if yyj864 >= l { + var yys869Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys869Slc + var yyhl869 bool = l >= 0 + for yyj869 := 0; ; yyj869++ { + if yyhl869 { + if yyj869 >= l { break } } else { @@ -10178,10 +10226,10 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys864Slc = r.DecodeBytes(yys864Slc, true, true) - yys864 := string(yys864Slc) + yys869Slc = r.DecodeBytes(yys869Slc, true, true) + yys869 := string(yys869Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys864 { + switch yys869 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -10198,34 +10246,34 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg1_unversioned.Time{} } else { - yyv867 := &x.LastProbeTime - yym868 := z.DecBinary() - _ = yym868 + yyv872 := &x.LastProbeTime + yym873 := z.DecBinary() + _ = yym873 if false { - } else if z.HasExtensions() && z.DecExt(yyv867) { - } else if yym868 { - z.DecBinaryUnmarshal(yyv867) - } else if !yym868 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv867) + } else if z.HasExtensions() && z.DecExt(yyv872) { + } else if yym873 { + z.DecBinaryUnmarshal(yyv872) + } else if !yym873 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv872) } else { - z.DecFallback(yyv867, false) + z.DecFallback(yyv872, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv869 := &x.LastTransitionTime - yym870 := z.DecBinary() - _ = yym870 + yyv874 := &x.LastTransitionTime + yym875 := z.DecBinary() + _ = yym875 if false { - } else if z.HasExtensions() && z.DecExt(yyv869) { - } else if yym870 { - z.DecBinaryUnmarshal(yyv869) - } else if !yym870 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv869) + } else if z.HasExtensions() && z.DecExt(yyv874) { + } else if yym875 { + z.DecBinaryUnmarshal(yyv874) + } else if !yym875 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv874) } else { - z.DecFallback(yyv869, false) + z.DecFallback(yyv874, false) } } case "reason": @@ -10241,9 +10289,9 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys864) - } // end switch yys864 - } // end for yyj864 + z.DecStructFieldNotFound(-1, yys869) + } // end switch yys869 + } // end for yyj869 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10251,16 +10299,16 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj873 int - var yyb873 bool - var yyhl873 bool = l >= 0 - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + var yyj878 int + var yyb878 bool + var yyhl878 bool = l >= 0 + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10270,13 +10318,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = JobConditionType(r.DecodeString()) } - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10286,13 +10334,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = pkg2_api.ConditionStatus(r.DecodeString()) } - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10300,26 +10348,26 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg1_unversioned.Time{} } else { - yyv876 := &x.LastProbeTime - yym877 := z.DecBinary() - _ = yym877 + yyv881 := &x.LastProbeTime + yym882 := z.DecBinary() + _ = yym882 if false { - } else if z.HasExtensions() && z.DecExt(yyv876) { - } else if yym877 { - z.DecBinaryUnmarshal(yyv876) - } else if !yym877 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv876) + } else if z.HasExtensions() && z.DecExt(yyv881) { + } else if yym882 { + z.DecBinaryUnmarshal(yyv881) + } else if !yym882 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv881) } else { - z.DecFallback(yyv876, false) + z.DecFallback(yyv881, false) } } - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10327,26 +10375,26 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv878 := &x.LastTransitionTime - yym879 := z.DecBinary() - _ = yym879 + yyv883 := &x.LastTransitionTime + yym884 := z.DecBinary() + _ = yym884 if false { - } else if z.HasExtensions() && z.DecExt(yyv878) { - } else if yym879 { - z.DecBinaryUnmarshal(yyv878) - } else if !yym879 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv878) + } else if z.HasExtensions() && z.DecExt(yyv883) { + } else if yym884 { + z.DecBinaryUnmarshal(yyv883) + } else if !yym884 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv883) } else { - z.DecFallback(yyv878, false) + z.DecFallback(yyv883, false) } } - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10356,13 +10404,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10373,17 +10421,17 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj873++ - if yyhl873 { - yyb873 = yyj873 > l + yyj878++ + if yyhl878 { + yyb878 = yyj878 > l } else { - yyb873 = r.CheckBreak() + yyb878 = r.CheckBreak() } - if yyb873 { + if yyb878 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj873-1, "") + z.DecStructFieldNotFound(yyj878-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10395,39 +10443,39 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym882 := z.EncBinary() - _ = yym882 + yym887 := z.EncBinary() + _ = yym887 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep883 := !z.EncBinary() - yy2arr883 := z.EncBasicHandle().StructToArray - var yyq883 [5]bool - _, _, _ = yysep883, yyq883, yy2arr883 - const yyr883 bool = false - yyq883[0] = x.Kind != "" - yyq883[1] = x.APIVersion != "" - yyq883[2] = true - yyq883[3] = true - yyq883[4] = true - var yynn883 int - if yyr883 || yy2arr883 { + yysep888 := !z.EncBinary() + yy2arr888 := z.EncBasicHandle().StructToArray + var yyq888 [5]bool + _, _, _ = yysep888, yyq888, yy2arr888 + const yyr888 bool = false + yyq888[0] = x.Kind != "" + yyq888[1] = x.APIVersion != "" + yyq888[2] = true + yyq888[3] = true + yyq888[4] = true + var yynn888 int + if yyr888 || yy2arr888 { r.EncodeArrayStart(5) } else { - yynn883 = 0 - for _, b := range yyq883 { + yynn888 = 0 + for _, b := range yyq888 { if b { - yynn883++ + yynn888++ } } - r.EncodeMapStart(yynn883) - yynn883 = 0 + r.EncodeMapStart(yynn888) + yynn888 = 0 } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq883[0] { - yym885 := z.EncBinary() - _ = yym885 + if yyq888[0] { + yym890 := z.EncBinary() + _ = yym890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -10436,23 +10484,23 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq883[0] { + if yyq888[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym886 := z.EncBinary() - _ = yym886 + yym891 := z.EncBinary() + _ = yym891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq883[1] { - yym888 := z.EncBinary() - _ = yym888 + if yyq888[1] { + yym893 := z.EncBinary() + _ = yym893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -10461,70 +10509,70 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq883[1] { + if yyq888[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym889 := z.EncBinary() - _ = yym889 + yym894 := z.EncBinary() + _ = yym894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq883[2] { - yy891 := &x.ObjectMeta - yy891.CodecEncodeSelf(e) + if yyq888[2] { + yy896 := &x.ObjectMeta + yy896.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq883[2] { + if yyq888[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy892 := &x.ObjectMeta - yy892.CodecEncodeSelf(e) + yy897 := &x.ObjectMeta + yy897.CodecEncodeSelf(e) } } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq883[3] { - yy894 := &x.Spec - yy894.CodecEncodeSelf(e) + if yyq888[3] { + yy899 := &x.Spec + yy899.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq883[3] { + if yyq888[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy895 := &x.Spec - yy895.CodecEncodeSelf(e) + yy900 := &x.Spec + yy900.CodecEncodeSelf(e) } } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq883[4] { - yy897 := &x.Status - yy897.CodecEncodeSelf(e) + if yyq888[4] { + yy902 := &x.Status + yy902.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq883[4] { + if yyq888[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy898 := &x.Status - yy898.CodecEncodeSelf(e) + yy903 := &x.Status + yy903.CodecEncodeSelf(e) } } - if yyr883 || yy2arr883 { + if yyr888 || yy2arr888 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10537,25 +10585,25 @@ func (x *Ingress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym899 := z.DecBinary() - _ = yym899 + yym904 := z.DecBinary() + _ = yym904 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct900 := r.ContainerType() - if yyct900 == codecSelferValueTypeMap1234 { - yyl900 := r.ReadMapStart() - if yyl900 == 0 { + yyct905 := r.ContainerType() + if yyct905 == codecSelferValueTypeMap1234 { + yyl905 := r.ReadMapStart() + if yyl905 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl900, d) + x.codecDecodeSelfFromMap(yyl905, d) } - } else if yyct900 == codecSelferValueTypeArray1234 { - yyl900 := r.ReadArrayStart() - if yyl900 == 0 { + } else if yyct905 == codecSelferValueTypeArray1234 { + yyl905 := r.ReadArrayStart() + if yyl905 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl900, d) + x.codecDecodeSelfFromArray(yyl905, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10567,12 +10615,12 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys901Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys901Slc - var yyhl901 bool = l >= 0 - for yyj901 := 0; ; yyj901++ { - if yyhl901 { - if yyj901 >= l { + var yys906Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys906Slc + var yyhl906 bool = l >= 0 + for yyj906 := 0; ; yyj906++ { + if yyhl906 { + if yyj906 >= l { break } } else { @@ -10581,10 +10629,10 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys901Slc = r.DecodeBytes(yys901Slc, true, true) - yys901 := string(yys901Slc) + yys906Slc = r.DecodeBytes(yys906Slc, true, true) + yys906 := string(yys906Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys901 { + switch yys906 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -10601,27 +10649,27 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv904 := &x.ObjectMeta - yyv904.CodecDecodeSelf(d) + yyv909 := &x.ObjectMeta + yyv909.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = IngressSpec{} } else { - yyv905 := &x.Spec - yyv905.CodecDecodeSelf(d) + yyv910 := &x.Spec + yyv910.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = IngressStatus{} } else { - yyv906 := &x.Status - yyv906.CodecDecodeSelf(d) + yyv911 := &x.Status + yyv911.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys901) - } // end switch yys901 - } // end for yyj901 + z.DecStructFieldNotFound(-1, yys906) + } // end switch yys906 + } // end for yyj906 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10629,16 +10677,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj907 int - var yyb907 bool - var yyhl907 bool = l >= 0 - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + var yyj912 int + var yyb912 bool + var yyhl912 bool = l >= 0 + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10648,13 +10696,13 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10664,13 +10712,13 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10678,16 +10726,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv910 := &x.ObjectMeta - yyv910.CodecDecodeSelf(d) + yyv915 := &x.ObjectMeta + yyv915.CodecDecodeSelf(d) } - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10695,16 +10743,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = IngressSpec{} } else { - yyv911 := &x.Spec - yyv911.CodecDecodeSelf(d) + yyv916 := &x.Spec + yyv916.CodecDecodeSelf(d) } - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10712,21 +10760,21 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = IngressStatus{} } else { - yyv912 := &x.Status - yyv912.CodecDecodeSelf(d) + yyv917 := &x.Status + yyv917.CodecDecodeSelf(d) } for { - yyj907++ - if yyhl907 { - yyb907 = yyj907 > l + yyj912++ + if yyhl912 { + yyb912 = yyj912 > l } else { - yyb907 = r.CheckBreak() + yyb912 = r.CheckBreak() } - if yyb907 { + if yyb912 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj907-1, "") + z.DecStructFieldNotFound(yyj912-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10738,37 +10786,37 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym913 := z.EncBinary() - _ = yym913 + yym918 := z.EncBinary() + _ = yym918 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep914 := !z.EncBinary() - yy2arr914 := z.EncBasicHandle().StructToArray - var yyq914 [4]bool - _, _, _ = yysep914, yyq914, yy2arr914 - const yyr914 bool = false - yyq914[0] = x.Kind != "" - yyq914[1] = x.APIVersion != "" - yyq914[2] = true - var yynn914 int - if yyr914 || yy2arr914 { + yysep919 := !z.EncBinary() + yy2arr919 := z.EncBasicHandle().StructToArray + var yyq919 [4]bool + _, _, _ = yysep919, yyq919, yy2arr919 + const yyr919 bool = false + yyq919[0] = x.Kind != "" + yyq919[1] = x.APIVersion != "" + yyq919[2] = true + var yynn919 int + if yyr919 || yy2arr919 { r.EncodeArrayStart(4) } else { - yynn914 = 1 - for _, b := range yyq914 { + yynn919 = 1 + for _, b := range yyq919 { if b { - yynn914++ + yynn919++ } } - r.EncodeMapStart(yynn914) - yynn914 = 0 + r.EncodeMapStart(yynn919) + yynn919 = 0 } - if yyr914 || yy2arr914 { + if yyr919 || yy2arr919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq914[0] { - yym916 := z.EncBinary() - _ = yym916 + if yyq919[0] { + yym921 := z.EncBinary() + _ = yym921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -10777,23 +10825,23 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq914[0] { + if yyq919[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym917 := z.EncBinary() - _ = yym917 + yym922 := z.EncBinary() + _ = yym922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr914 || yy2arr914 { + if yyr919 || yy2arr919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq914[1] { - yym919 := z.EncBinary() - _ = yym919 + if yyq919[1] { + yym924 := z.EncBinary() + _ = yym924 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -10802,54 +10850,54 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq914[1] { + if yyq919[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym920 := z.EncBinary() - _ = yym920 + yym925 := z.EncBinary() + _ = yym925 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr914 || yy2arr914 { + if yyr919 || yy2arr919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq914[2] { - yy922 := &x.ListMeta - yym923 := z.EncBinary() - _ = yym923 + if yyq919[2] { + yy927 := &x.ListMeta + yym928 := z.EncBinary() + _ = yym928 if false { - } else if z.HasExtensions() && z.EncExt(yy922) { + } else if z.HasExtensions() && z.EncExt(yy927) { } else { - z.EncFallback(yy922) + z.EncFallback(yy927) } } else { r.EncodeNil() } } else { - if yyq914[2] { + if yyq919[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy924 := &x.ListMeta - yym925 := z.EncBinary() - _ = yym925 + yy929 := &x.ListMeta + yym930 := z.EncBinary() + _ = yym930 if false { - } else if z.HasExtensions() && z.EncExt(yy924) { + } else if z.HasExtensions() && z.EncExt(yy929) { } else { - z.EncFallback(yy924) + z.EncFallback(yy929) } } } - if yyr914 || yy2arr914 { + if yyr919 || yy2arr919 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym927 := z.EncBinary() - _ = yym927 + yym932 := z.EncBinary() + _ = yym932 if false { } else { h.encSliceIngress(([]Ingress)(x.Items), e) @@ -10862,15 +10910,15 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym928 := z.EncBinary() - _ = yym928 + yym933 := z.EncBinary() + _ = yym933 if false { } else { h.encSliceIngress(([]Ingress)(x.Items), e) } } } - if yyr914 || yy2arr914 { + if yyr919 || yy2arr919 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10883,25 +10931,25 @@ func (x *IngressList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym929 := z.DecBinary() - _ = yym929 + yym934 := z.DecBinary() + _ = yym934 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct930 := r.ContainerType() - if yyct930 == codecSelferValueTypeMap1234 { - yyl930 := r.ReadMapStart() - if yyl930 == 0 { + yyct935 := r.ContainerType() + if yyct935 == codecSelferValueTypeMap1234 { + yyl935 := r.ReadMapStart() + if yyl935 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl930, d) + x.codecDecodeSelfFromMap(yyl935, d) } - } else if yyct930 == codecSelferValueTypeArray1234 { - yyl930 := r.ReadArrayStart() - if yyl930 == 0 { + } else if yyct935 == codecSelferValueTypeArray1234 { + yyl935 := r.ReadArrayStart() + if yyl935 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl930, d) + x.codecDecodeSelfFromArray(yyl935, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10913,12 +10961,12 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys931Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys931Slc - var yyhl931 bool = l >= 0 - for yyj931 := 0; ; yyj931++ { - if yyhl931 { - if yyj931 >= l { + var yys936Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys936Slc + var yyhl936 bool = l >= 0 + for yyj936 := 0; ; yyj936++ { + if yyhl936 { + if yyj936 >= l { break } } else { @@ -10927,10 +10975,10 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys931Slc = r.DecodeBytes(yys931Slc, true, true) - yys931 := string(yys931Slc) + yys936Slc = r.DecodeBytes(yys936Slc, true, true) + yys936 := string(yys936Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys931 { + switch yys936 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -10947,31 +10995,31 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv934 := &x.ListMeta - yym935 := z.DecBinary() - _ = yym935 + yyv939 := &x.ListMeta + yym940 := z.DecBinary() + _ = yym940 if false { - } else if z.HasExtensions() && z.DecExt(yyv934) { + } else if z.HasExtensions() && z.DecExt(yyv939) { } else { - z.DecFallback(yyv934, false) + z.DecFallback(yyv939, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv936 := &x.Items - yym937 := z.DecBinary() - _ = yym937 + yyv941 := &x.Items + yym942 := z.DecBinary() + _ = yym942 if false { } else { - h.decSliceIngress((*[]Ingress)(yyv936), d) + h.decSliceIngress((*[]Ingress)(yyv941), d) } } default: - z.DecStructFieldNotFound(-1, yys931) - } // end switch yys931 - } // end for yyj931 + z.DecStructFieldNotFound(-1, yys936) + } // end switch yys936 + } // end for yyj936 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10979,16 +11027,16 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj938 int - var yyb938 bool - var yyhl938 bool = l >= 0 - yyj938++ - if yyhl938 { - yyb938 = yyj938 > l + var yyj943 int + var yyb943 bool + var yyhl943 bool = l >= 0 + yyj943++ + if yyhl943 { + yyb943 = yyj943 > l } else { - yyb938 = r.CheckBreak() + yyb943 = r.CheckBreak() } - if yyb938 { + if yyb943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10998,13 +11046,13 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj938++ - if yyhl938 { - yyb938 = yyj938 > l + yyj943++ + if yyhl943 { + yyb943 = yyj943 > l } else { - yyb938 = r.CheckBreak() + yyb943 = r.CheckBreak() } - if yyb938 { + if yyb943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11014,13 +11062,13 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj938++ - if yyhl938 { - yyb938 = yyj938 > l + yyj943++ + if yyhl943 { + yyb943 = yyj943 > l } else { - yyb938 = r.CheckBreak() + yyb943 = r.CheckBreak() } - if yyb938 { + if yyb943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11028,22 +11076,22 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv941 := &x.ListMeta - yym942 := z.DecBinary() - _ = yym942 + yyv946 := &x.ListMeta + yym947 := z.DecBinary() + _ = yym947 if false { - } else if z.HasExtensions() && z.DecExt(yyv941) { + } else if z.HasExtensions() && z.DecExt(yyv946) { } else { - z.DecFallback(yyv941, false) + z.DecFallback(yyv946, false) } } - yyj938++ - if yyhl938 { - yyb938 = yyj938 > l + yyj943++ + if yyhl943 { + yyb943 = yyj943 > l } else { - yyb938 = r.CheckBreak() + yyb943 = r.CheckBreak() } - if yyb938 { + if yyb943 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11051,26 +11099,26 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv943 := &x.Items - yym944 := z.DecBinary() - _ = yym944 + yyv948 := &x.Items + yym949 := z.DecBinary() + _ = yym949 if false { } else { - h.decSliceIngress((*[]Ingress)(yyv943), d) + h.decSliceIngress((*[]Ingress)(yyv948), d) } } for { - yyj938++ - if yyhl938 { - yyb938 = yyj938 > l + yyj943++ + if yyhl943 { + yyb943 = yyj943 > l } else { - yyb938 = r.CheckBreak() + yyb943 = r.CheckBreak() } - if yyb938 { + if yyb943 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj938-1, "") + z.DecStructFieldNotFound(yyj943-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11082,34 +11130,34 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym945 := z.EncBinary() - _ = yym945 + yym950 := z.EncBinary() + _ = yym950 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep946 := !z.EncBinary() - yy2arr946 := z.EncBasicHandle().StructToArray - var yyq946 [2]bool - _, _, _ = yysep946, yyq946, yy2arr946 - const yyr946 bool = false - yyq946[0] = x.Backend != nil - yyq946[1] = len(x.Rules) != 0 - var yynn946 int - if yyr946 || yy2arr946 { + yysep951 := !z.EncBinary() + yy2arr951 := z.EncBasicHandle().StructToArray + var yyq951 [2]bool + _, _, _ = yysep951, yyq951, yy2arr951 + const yyr951 bool = false + yyq951[0] = x.Backend != nil + yyq951[1] = len(x.Rules) != 0 + var yynn951 int + if yyr951 || yy2arr951 { r.EncodeArrayStart(2) } else { - yynn946 = 0 - for _, b := range yyq946 { + yynn951 = 0 + for _, b := range yyq951 { if b { - yynn946++ + yynn951++ } } - r.EncodeMapStart(yynn946) - yynn946 = 0 + r.EncodeMapStart(yynn951) + yynn951 = 0 } - if yyr946 || yy2arr946 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq946[0] { + if yyq951[0] { if x.Backend == nil { r.EncodeNil() } else { @@ -11119,7 +11167,7 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq946[0] { + if yyq951[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("backend")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -11130,14 +11178,14 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr946 || yy2arr946 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq946[1] { + if yyq951[1] { if x.Rules == nil { r.EncodeNil() } else { - yym949 := z.EncBinary() - _ = yym949 + yym954 := z.EncBinary() + _ = yym954 if false { } else { h.encSliceIngressRule(([]IngressRule)(x.Rules), e) @@ -11147,15 +11195,15 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq946[1] { + if yyq951[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rules")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Rules == nil { r.EncodeNil() } else { - yym950 := z.EncBinary() - _ = yym950 + yym955 := z.EncBinary() + _ = yym955 if false { } else { h.encSliceIngressRule(([]IngressRule)(x.Rules), e) @@ -11163,7 +11211,7 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr946 || yy2arr946 { + if yyr951 || yy2arr951 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11176,25 +11224,25 @@ func (x *IngressSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym951 := z.DecBinary() - _ = yym951 + yym956 := z.DecBinary() + _ = yym956 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct952 := r.ContainerType() - if yyct952 == codecSelferValueTypeMap1234 { - yyl952 := r.ReadMapStart() - if yyl952 == 0 { + yyct957 := r.ContainerType() + if yyct957 == codecSelferValueTypeMap1234 { + yyl957 := r.ReadMapStart() + if yyl957 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl952, d) + x.codecDecodeSelfFromMap(yyl957, d) } - } else if yyct952 == codecSelferValueTypeArray1234 { - yyl952 := r.ReadArrayStart() - if yyl952 == 0 { + } else if yyct957 == codecSelferValueTypeArray1234 { + yyl957 := r.ReadArrayStart() + if yyl957 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl952, d) + x.codecDecodeSelfFromArray(yyl957, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11206,12 +11254,12 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys953Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys953Slc - var yyhl953 bool = l >= 0 - for yyj953 := 0; ; yyj953++ { - if yyhl953 { - if yyj953 >= l { + var yys958Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys958Slc + var yyhl958 bool = l >= 0 + for yyj958 := 0; ; yyj958++ { + if yyhl958 { + if yyj958 >= l { break } } else { @@ -11220,10 +11268,10 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys953Slc = r.DecodeBytes(yys953Slc, true, true) - yys953 := string(yys953Slc) + yys958Slc = r.DecodeBytes(yys958Slc, true, true) + yys958 := string(yys958Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys953 { + switch yys958 { case "backend": if r.TryDecodeAsNil() { if x.Backend != nil { @@ -11239,18 +11287,18 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Rules = nil } else { - yyv955 := &x.Rules - yym956 := z.DecBinary() - _ = yym956 + yyv960 := &x.Rules + yym961 := z.DecBinary() + _ = yym961 if false { } else { - h.decSliceIngressRule((*[]IngressRule)(yyv955), d) + h.decSliceIngressRule((*[]IngressRule)(yyv960), d) } } default: - z.DecStructFieldNotFound(-1, yys953) - } // end switch yys953 - } // end for yyj953 + z.DecStructFieldNotFound(-1, yys958) + } // end switch yys958 + } // end for yyj958 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11258,16 +11306,16 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj957 int - var yyb957 bool - var yyhl957 bool = l >= 0 - yyj957++ - if yyhl957 { - yyb957 = yyj957 > l + var yyj962 int + var yyb962 bool + var yyhl962 bool = l >= 0 + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb957 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb957 { + if yyb962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11282,13 +11330,13 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Backend.CodecDecodeSelf(d) } - yyj957++ - if yyhl957 { - yyb957 = yyj957 > l + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb957 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb957 { + if yyb962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11296,26 +11344,26 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Rules = nil } else { - yyv959 := &x.Rules - yym960 := z.DecBinary() - _ = yym960 + yyv964 := &x.Rules + yym965 := z.DecBinary() + _ = yym965 if false { } else { - h.decSliceIngressRule((*[]IngressRule)(yyv959), d) + h.decSliceIngressRule((*[]IngressRule)(yyv964), d) } } for { - yyj957++ - if yyhl957 { - yyb957 = yyj957 > l + yyj962++ + if yyhl962 { + yyb962 = yyj962 > l } else { - yyb957 = r.CheckBreak() + yyb962 = r.CheckBreak() } - if yyb957 { + if yyb962 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj957-1, "") + z.DecStructFieldNotFound(yyj962-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11327,48 +11375,48 @@ func (x *IngressStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym961 := z.EncBinary() - _ = yym961 + yym966 := z.EncBinary() + _ = yym966 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep962 := !z.EncBinary() - yy2arr962 := z.EncBasicHandle().StructToArray - var yyq962 [1]bool - _, _, _ = yysep962, yyq962, yy2arr962 - const yyr962 bool = false - yyq962[0] = true - var yynn962 int - if yyr962 || yy2arr962 { + yysep967 := !z.EncBinary() + yy2arr967 := z.EncBasicHandle().StructToArray + var yyq967 [1]bool + _, _, _ = yysep967, yyq967, yy2arr967 + const yyr967 bool = false + yyq967[0] = true + var yynn967 int + if yyr967 || yy2arr967 { r.EncodeArrayStart(1) } else { - yynn962 = 0 - for _, b := range yyq962 { + yynn967 = 0 + for _, b := range yyq967 { if b { - yynn962++ + yynn967++ } } - r.EncodeMapStart(yynn962) - yynn962 = 0 + r.EncodeMapStart(yynn967) + yynn967 = 0 } - if yyr962 || yy2arr962 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq962[0] { - yy964 := &x.LoadBalancer - yy964.CodecEncodeSelf(e) + if yyq967[0] { + yy969 := &x.LoadBalancer + yy969.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq962[0] { + if yyq967[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy965 := &x.LoadBalancer - yy965.CodecEncodeSelf(e) + yy970 := &x.LoadBalancer + yy970.CodecEncodeSelf(e) } } - if yyr962 || yy2arr962 { + if yyr967 || yy2arr967 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11381,25 +11429,25 @@ func (x *IngressStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym966 := z.DecBinary() - _ = yym966 + yym971 := z.DecBinary() + _ = yym971 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct967 := r.ContainerType() - if yyct967 == codecSelferValueTypeMap1234 { - yyl967 := r.ReadMapStart() - if yyl967 == 0 { + yyct972 := r.ContainerType() + if yyct972 == codecSelferValueTypeMap1234 { + yyl972 := r.ReadMapStart() + if yyl972 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl967, d) + x.codecDecodeSelfFromMap(yyl972, d) } - } else if yyct967 == codecSelferValueTypeArray1234 { - yyl967 := r.ReadArrayStart() - if yyl967 == 0 { + } else if yyct972 == codecSelferValueTypeArray1234 { + yyl972 := r.ReadArrayStart() + if yyl972 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl967, d) + x.codecDecodeSelfFromArray(yyl972, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11411,12 +11459,12 @@ func (x *IngressStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys968Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys968Slc - var yyhl968 bool = l >= 0 - for yyj968 := 0; ; yyj968++ { - if yyhl968 { - if yyj968 >= l { + var yys973Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys973Slc + var yyhl973 bool = l >= 0 + for yyj973 := 0; ; yyj973++ { + if yyhl973 { + if yyj973 >= l { break } } else { @@ -11425,21 +11473,21 @@ func (x *IngressStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys968Slc = r.DecodeBytes(yys968Slc, true, true) - yys968 := string(yys968Slc) + yys973Slc = r.DecodeBytes(yys973Slc, true, true) + yys973 := string(yys973Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys968 { + switch yys973 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = pkg2_api.LoadBalancerStatus{} } else { - yyv969 := &x.LoadBalancer - yyv969.CodecDecodeSelf(d) + yyv974 := &x.LoadBalancer + yyv974.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys968) - } // end switch yys968 - } // end for yyj968 + z.DecStructFieldNotFound(-1, yys973) + } // end switch yys973 + } // end for yyj973 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11447,16 +11495,16 @@ func (x *IngressStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj970 int - var yyb970 bool - var yyhl970 bool = l >= 0 - yyj970++ - if yyhl970 { - yyb970 = yyj970 > l + var yyj975 int + var yyb975 bool + var yyhl975 bool = l >= 0 + yyj975++ + if yyhl975 { + yyb975 = yyj975 > l } else { - yyb970 = r.CheckBreak() + yyb975 = r.CheckBreak() } - if yyb970 { + if yyb975 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11464,21 +11512,21 @@ func (x *IngressStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = pkg2_api.LoadBalancerStatus{} } else { - yyv971 := &x.LoadBalancer - yyv971.CodecDecodeSelf(d) + yyv976 := &x.LoadBalancer + yyv976.CodecDecodeSelf(d) } for { - yyj970++ - if yyhl970 { - yyb970 = yyj970 > l + yyj975++ + if yyhl975 { + yyb975 = yyj975 > l } else { - yyb970 = r.CheckBreak() + yyb975 = r.CheckBreak() } - if yyb970 { + if yyb975 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj970-1, "") + z.DecStructFieldNotFound(yyj975-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11490,36 +11538,36 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym972 := z.EncBinary() - _ = yym972 + yym977 := z.EncBinary() + _ = yym977 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep973 := !z.EncBinary() - yy2arr973 := z.EncBasicHandle().StructToArray - var yyq973 [2]bool - _, _, _ = yysep973, yyq973, yy2arr973 - const yyr973 bool = false - yyq973[0] = x.Host != "" - yyq973[1] = x.IngressRuleValue.HTTP != nil && x.HTTP != nil - var yynn973 int - if yyr973 || yy2arr973 { + yysep978 := !z.EncBinary() + yy2arr978 := z.EncBasicHandle().StructToArray + var yyq978 [2]bool + _, _, _ = yysep978, yyq978, yy2arr978 + const yyr978 bool = false + yyq978[0] = x.Host != "" + yyq978[1] = x.IngressRuleValue.HTTP != nil && x.HTTP != nil + var yynn978 int + if yyr978 || yy2arr978 { r.EncodeArrayStart(2) } else { - yynn973 = 0 - for _, b := range yyq973 { + yynn978 = 0 + for _, b := range yyq978 { if b { - yynn973++ + yynn978++ } } - r.EncodeMapStart(yynn973) - yynn973 = 0 + r.EncodeMapStart(yynn978) + yynn978 = 0 } - if yyr973 || yy2arr973 { + if yyr978 || yy2arr978 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[0] { - yym975 := z.EncBinary() - _ = yym975 + if yyq978[0] { + yym980 := z.EncBinary() + _ = yym980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -11528,30 +11576,30 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq973[0] { + if yyq978[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym976 := z.EncBinary() - _ = yym976 + yym981 := z.EncBinary() + _ = yym981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - var yyn977 bool + var yyn982 bool if x.IngressRuleValue.HTTP == nil { - yyn977 = true - goto LABEL977 + yyn982 = true + goto LABEL982 } - LABEL977: - if yyr973 || yy2arr973 { - if yyn977 { + LABEL982: + if yyr978 || yy2arr978 { + if yyn982 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq973[1] { + if yyq978[1] { if x.HTTP == nil { r.EncodeNil() } else { @@ -11562,11 +11610,11 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq973[1] { + if yyq978[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("http")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn977 { + if yyn982 { r.EncodeNil() } else { if x.HTTP == nil { @@ -11577,7 +11625,7 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr973 || yy2arr973 { + if yyr978 || yy2arr978 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11590,25 +11638,25 @@ func (x *IngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym978 := z.DecBinary() - _ = yym978 + yym983 := z.DecBinary() + _ = yym983 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct979 := r.ContainerType() - if yyct979 == codecSelferValueTypeMap1234 { - yyl979 := r.ReadMapStart() - if yyl979 == 0 { + yyct984 := r.ContainerType() + if yyct984 == codecSelferValueTypeMap1234 { + yyl984 := r.ReadMapStart() + if yyl984 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl979, d) + x.codecDecodeSelfFromMap(yyl984, d) } - } else if yyct979 == codecSelferValueTypeArray1234 { - yyl979 := r.ReadArrayStart() - if yyl979 == 0 { + } else if yyct984 == codecSelferValueTypeArray1234 { + yyl984 := r.ReadArrayStart() + if yyl984 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl979, d) + x.codecDecodeSelfFromArray(yyl984, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11620,12 +11668,12 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys980Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys980Slc - var yyhl980 bool = l >= 0 - for yyj980 := 0; ; yyj980++ { - if yyhl980 { - if yyj980 >= l { + var yys985Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys985Slc + var yyhl985 bool = l >= 0 + for yyj985 := 0; ; yyj985++ { + if yyhl985 { + if yyj985 >= l { break } } else { @@ -11634,10 +11682,10 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys980Slc = r.DecodeBytes(yys980Slc, true, true) - yys980 := string(yys980Slc) + yys985Slc = r.DecodeBytes(yys985Slc, true, true) + yys985 := string(yys985Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys980 { + switch yys985 { case "host": if r.TryDecodeAsNil() { x.Host = "" @@ -11659,9 +11707,9 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys980) - } // end switch yys980 - } // end for yyj980 + z.DecStructFieldNotFound(-1, yys985) + } // end switch yys985 + } // end for yyj985 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11669,16 +11717,16 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj983 int - var yyb983 bool - var yyhl983 bool = l >= 0 - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + var yyj988 int + var yyb988 bool + var yyhl988 bool = l >= 0 + yyj988++ + if yyhl988 { + yyb988 = yyj988 > l } else { - yyb983 = r.CheckBreak() + yyb988 = r.CheckBreak() } - if yyb983 { + if yyb988 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11691,13 +11739,13 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.IngressRuleValue.HTTP == nil { x.IngressRuleValue.HTTP = new(HTTPIngressRuleValue) } - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + yyj988++ + if yyhl988 { + yyb988 = yyj988 > l } else { - yyb983 = r.CheckBreak() + yyb988 = r.CheckBreak() } - if yyb983 { + if yyb988 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11713,17 +11761,17 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } for { - yyj983++ - if yyhl983 { - yyb983 = yyj983 > l + yyj988++ + if yyhl988 { + yyb988 = yyj988 > l } else { - yyb983 = r.CheckBreak() + yyb988 = r.CheckBreak() } - if yyb983 { + if yyb988 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj983-1, "") + z.DecStructFieldNotFound(yyj988-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11735,33 +11783,33 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym986 := z.EncBinary() - _ = yym986 + yym991 := z.EncBinary() + _ = yym991 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep987 := !z.EncBinary() - yy2arr987 := z.EncBasicHandle().StructToArray - var yyq987 [1]bool - _, _, _ = yysep987, yyq987, yy2arr987 - const yyr987 bool = false - yyq987[0] = x.HTTP != nil - var yynn987 int - if yyr987 || yy2arr987 { + yysep992 := !z.EncBinary() + yy2arr992 := z.EncBasicHandle().StructToArray + var yyq992 [1]bool + _, _, _ = yysep992, yyq992, yy2arr992 + const yyr992 bool = false + yyq992[0] = x.HTTP != nil + var yynn992 int + if yyr992 || yy2arr992 { r.EncodeArrayStart(1) } else { - yynn987 = 0 - for _, b := range yyq987 { + yynn992 = 0 + for _, b := range yyq992 { if b { - yynn987++ + yynn992++ } } - r.EncodeMapStart(yynn987) - yynn987 = 0 + r.EncodeMapStart(yynn992) + yynn992 = 0 } - if yyr987 || yy2arr987 { + if yyr992 || yy2arr992 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq987[0] { + if yyq992[0] { if x.HTTP == nil { r.EncodeNil() } else { @@ -11771,7 +11819,7 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq987[0] { + if yyq992[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("http")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -11782,7 +11830,7 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr987 || yy2arr987 { + if yyr992 || yy2arr992 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11795,25 +11843,25 @@ func (x *IngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym989 := z.DecBinary() - _ = yym989 + yym994 := z.DecBinary() + _ = yym994 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct990 := r.ContainerType() - if yyct990 == codecSelferValueTypeMap1234 { - yyl990 := r.ReadMapStart() - if yyl990 == 0 { + yyct995 := r.ContainerType() + if yyct995 == codecSelferValueTypeMap1234 { + yyl995 := r.ReadMapStart() + if yyl995 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl990, d) + x.codecDecodeSelfFromMap(yyl995, d) } - } else if yyct990 == codecSelferValueTypeArray1234 { - yyl990 := r.ReadArrayStart() - if yyl990 == 0 { + } else if yyct995 == codecSelferValueTypeArray1234 { + yyl995 := r.ReadArrayStart() + if yyl995 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl990, d) + x.codecDecodeSelfFromArray(yyl995, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11825,12 +11873,12 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys991Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys991Slc - var yyhl991 bool = l >= 0 - for yyj991 := 0; ; yyj991++ { - if yyhl991 { - if yyj991 >= l { + var yys996Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys996Slc + var yyhl996 bool = l >= 0 + for yyj996 := 0; ; yyj996++ { + if yyhl996 { + if yyj996 >= l { break } } else { @@ -11839,10 +11887,10 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys991Slc = r.DecodeBytes(yys991Slc, true, true) - yys991 := string(yys991Slc) + yys996Slc = r.DecodeBytes(yys996Slc, true, true) + yys996 := string(yys996Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys991 { + switch yys996 { case "http": if r.TryDecodeAsNil() { if x.HTTP != nil { @@ -11855,9 +11903,9 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys991) - } // end switch yys991 - } // end for yyj991 + z.DecStructFieldNotFound(-1, yys996) + } // end switch yys996 + } // end for yyj996 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11865,16 +11913,16 @@ func (x *IngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj993 int - var yyb993 bool - var yyhl993 bool = l >= 0 - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + var yyj998 int + var yyb998 bool + var yyhl998 bool = l >= 0 + yyj998++ + if yyhl998 { + yyb998 = yyj998 > l } else { - yyb993 = r.CheckBreak() + yyb998 = r.CheckBreak() } - if yyb993 { + if yyb998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11890,17 +11938,17 @@ func (x *IngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.HTTP.CodecDecodeSelf(d) } for { - yyj993++ - if yyhl993 { - yyb993 = yyj993 > l + yyj998++ + if yyhl998 { + yyb998 = yyj998 > l } else { - yyb993 = r.CheckBreak() + yyb998 = r.CheckBreak() } - if yyb993 { + if yyb998 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj993-1, "") + z.DecStructFieldNotFound(yyj998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11912,36 +11960,36 @@ func (x *HTTPIngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym995 := z.EncBinary() - _ = yym995 + yym1000 := z.EncBinary() + _ = yym1000 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep996 := !z.EncBinary() - yy2arr996 := z.EncBasicHandle().StructToArray - var yyq996 [1]bool - _, _, _ = yysep996, yyq996, yy2arr996 - const yyr996 bool = false - var yynn996 int - if yyr996 || yy2arr996 { + yysep1001 := !z.EncBinary() + yy2arr1001 := z.EncBasicHandle().StructToArray + var yyq1001 [1]bool + _, _, _ = yysep1001, yyq1001, yy2arr1001 + const yyr1001 bool = false + var yynn1001 int + if yyr1001 || yy2arr1001 { r.EncodeArrayStart(1) } else { - yynn996 = 1 - for _, b := range yyq996 { + yynn1001 = 1 + for _, b := range yyq1001 { if b { - yynn996++ + yynn1001++ } } - r.EncodeMapStart(yynn996) - yynn996 = 0 + r.EncodeMapStart(yynn1001) + yynn1001 = 0 } - if yyr996 || yy2arr996 { + if yyr1001 || yy2arr1001 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Paths == nil { r.EncodeNil() } else { - yym998 := z.EncBinary() - _ = yym998 + yym1003 := z.EncBinary() + _ = yym1003 if false { } else { h.encSliceHTTPIngressPath(([]HTTPIngressPath)(x.Paths), e) @@ -11954,15 +12002,15 @@ func (x *HTTPIngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x.Paths == nil { r.EncodeNil() } else { - yym999 := z.EncBinary() - _ = yym999 + yym1004 := z.EncBinary() + _ = yym1004 if false { } else { h.encSliceHTTPIngressPath(([]HTTPIngressPath)(x.Paths), e) } } } - if yyr996 || yy2arr996 { + if yyr1001 || yy2arr1001 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11975,25 +12023,25 @@ func (x *HTTPIngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1000 := z.DecBinary() - _ = yym1000 + yym1005 := z.DecBinary() + _ = yym1005 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1001 := r.ContainerType() - if yyct1001 == codecSelferValueTypeMap1234 { - yyl1001 := r.ReadMapStart() - if yyl1001 == 0 { + yyct1006 := r.ContainerType() + if yyct1006 == codecSelferValueTypeMap1234 { + yyl1006 := r.ReadMapStart() + if yyl1006 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1001, d) + x.codecDecodeSelfFromMap(yyl1006, d) } - } else if yyct1001 == codecSelferValueTypeArray1234 { - yyl1001 := r.ReadArrayStart() - if yyl1001 == 0 { + } else if yyct1006 == codecSelferValueTypeArray1234 { + yyl1006 := r.ReadArrayStart() + if yyl1006 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1001, d) + x.codecDecodeSelfFromArray(yyl1006, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12005,12 +12053,12 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1002Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1002Slc - var yyhl1002 bool = l >= 0 - for yyj1002 := 0; ; yyj1002++ { - if yyhl1002 { - if yyj1002 >= l { + var yys1007Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1007Slc + var yyhl1007 bool = l >= 0 + for yyj1007 := 0; ; yyj1007++ { + if yyhl1007 { + if yyj1007 >= l { break } } else { @@ -12019,26 +12067,26 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1002Slc = r.DecodeBytes(yys1002Slc, true, true) - yys1002 := string(yys1002Slc) + yys1007Slc = r.DecodeBytes(yys1007Slc, true, true) + yys1007 := string(yys1007Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1002 { + switch yys1007 { case "paths": if r.TryDecodeAsNil() { x.Paths = nil } else { - yyv1003 := &x.Paths - yym1004 := z.DecBinary() - _ = yym1004 + yyv1008 := &x.Paths + yym1009 := z.DecBinary() + _ = yym1009 if false { } else { - h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1003), d) + h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1008), d) } } default: - z.DecStructFieldNotFound(-1, yys1002) - } // end switch yys1002 - } // end for yyj1002 + z.DecStructFieldNotFound(-1, yys1007) + } // end switch yys1007 + } // end for yyj1007 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12046,16 +12094,16 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1005 int - var yyb1005 bool - var yyhl1005 bool = l >= 0 - yyj1005++ - if yyhl1005 { - yyb1005 = yyj1005 > l + var yyj1010 int + var yyb1010 bool + var yyhl1010 bool = l >= 0 + yyj1010++ + if yyhl1010 { + yyb1010 = yyj1010 > l } else { - yyb1005 = r.CheckBreak() + yyb1010 = r.CheckBreak() } - if yyb1005 { + if yyb1010 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12063,26 +12111,26 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Paths = nil } else { - yyv1006 := &x.Paths - yym1007 := z.DecBinary() - _ = yym1007 + yyv1011 := &x.Paths + yym1012 := z.DecBinary() + _ = yym1012 if false { } else { - h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1006), d) + h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1011), d) } } for { - yyj1005++ - if yyhl1005 { - yyb1005 = yyj1005 > l + yyj1010++ + if yyhl1010 { + yyb1010 = yyj1010 > l } else { - yyb1005 = r.CheckBreak() + yyb1010 = r.CheckBreak() } - if yyb1005 { + if yyb1010 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1005-1, "") + z.DecStructFieldNotFound(yyj1010-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12094,35 +12142,35 @@ func (x *HTTPIngressPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1008 := z.EncBinary() - _ = yym1008 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1009 := !z.EncBinary() - yy2arr1009 := z.EncBasicHandle().StructToArray - var yyq1009 [2]bool - _, _, _ = yysep1009, yyq1009, yy2arr1009 - const yyr1009 bool = false - yyq1009[0] = x.Path != "" - var yynn1009 int - if yyr1009 || yy2arr1009 { + yysep1014 := !z.EncBinary() + yy2arr1014 := z.EncBasicHandle().StructToArray + var yyq1014 [2]bool + _, _, _ = yysep1014, yyq1014, yy2arr1014 + const yyr1014 bool = false + yyq1014[0] = x.Path != "" + var yynn1014 int + if yyr1014 || yy2arr1014 { r.EncodeArrayStart(2) } else { - yynn1009 = 1 - for _, b := range yyq1009 { + yynn1014 = 1 + for _, b := range yyq1014 { if b { - yynn1009++ + yynn1014++ } } - r.EncodeMapStart(yynn1009) - yynn1009 = 0 + r.EncodeMapStart(yynn1014) + yynn1014 = 0 } - if yyr1009 || yy2arr1009 { + if yyr1014 || yy2arr1014 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1009[0] { - yym1011 := z.EncBinary() - _ = yym1011 + if yyq1014[0] { + yym1016 := z.EncBinary() + _ = yym1016 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12131,30 +12179,30 @@ func (x *HTTPIngressPath) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1009[0] { + if yyq1014[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1012 := z.EncBinary() - _ = yym1012 + yym1017 := z.EncBinary() + _ = yym1017 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1009 || yy2arr1009 { + if yyr1014 || yy2arr1014 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1014 := &x.Backend - yy1014.CodecEncodeSelf(e) + yy1019 := &x.Backend + yy1019.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("backend")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1015 := &x.Backend - yy1015.CodecEncodeSelf(e) + yy1020 := &x.Backend + yy1020.CodecEncodeSelf(e) } - if yyr1009 || yy2arr1009 { + if yyr1014 || yy2arr1014 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12167,25 +12215,25 @@ func (x *HTTPIngressPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1016 := z.DecBinary() - _ = yym1016 + yym1021 := z.DecBinary() + _ = yym1021 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1017 := r.ContainerType() - if yyct1017 == codecSelferValueTypeMap1234 { - yyl1017 := r.ReadMapStart() - if yyl1017 == 0 { + yyct1022 := r.ContainerType() + if yyct1022 == codecSelferValueTypeMap1234 { + yyl1022 := r.ReadMapStart() + if yyl1022 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1017, d) + x.codecDecodeSelfFromMap(yyl1022, d) } - } else if yyct1017 == codecSelferValueTypeArray1234 { - yyl1017 := r.ReadArrayStart() - if yyl1017 == 0 { + } else if yyct1022 == codecSelferValueTypeArray1234 { + yyl1022 := r.ReadArrayStart() + if yyl1022 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1017, d) + x.codecDecodeSelfFromArray(yyl1022, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12197,12 +12245,12 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1018Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1018Slc - var yyhl1018 bool = l >= 0 - for yyj1018 := 0; ; yyj1018++ { - if yyhl1018 { - if yyj1018 >= l { + var yys1023Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1023Slc + var yyhl1023 bool = l >= 0 + for yyj1023 := 0; ; yyj1023++ { + if yyhl1023 { + if yyj1023 >= l { break } } else { @@ -12211,10 +12259,10 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1018Slc = r.DecodeBytes(yys1018Slc, true, true) - yys1018 := string(yys1018Slc) + yys1023Slc = r.DecodeBytes(yys1023Slc, true, true) + yys1023 := string(yys1023Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1018 { + switch yys1023 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -12225,13 +12273,13 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Backend = IngressBackend{} } else { - yyv1020 := &x.Backend - yyv1020.CodecDecodeSelf(d) + yyv1025 := &x.Backend + yyv1025.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1018) - } // end switch yys1018 - } // end for yyj1018 + z.DecStructFieldNotFound(-1, yys1023) + } // end switch yys1023 + } // end for yyj1023 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12239,16 +12287,16 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1021 int - var yyb1021 bool - var yyhl1021 bool = l >= 0 - yyj1021++ - if yyhl1021 { - yyb1021 = yyj1021 > l + var yyj1026 int + var yyb1026 bool + var yyhl1026 bool = l >= 0 + yyj1026++ + if yyhl1026 { + yyb1026 = yyj1026 > l } else { - yyb1021 = r.CheckBreak() + yyb1026 = r.CheckBreak() } - if yyb1021 { + if yyb1026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12258,13 +12306,13 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj1021++ - if yyhl1021 { - yyb1021 = yyj1021 > l + yyj1026++ + if yyhl1026 { + yyb1026 = yyj1026 > l } else { - yyb1021 = r.CheckBreak() + yyb1026 = r.CheckBreak() } - if yyb1021 { + if yyb1026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12272,21 +12320,21 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Backend = IngressBackend{} } else { - yyv1023 := &x.Backend - yyv1023.CodecDecodeSelf(d) + yyv1028 := &x.Backend + yyv1028.CodecDecodeSelf(d) } for { - yyj1021++ - if yyhl1021 { - yyb1021 = yyj1021 > l + yyj1026++ + if yyhl1026 { + yyb1026 = yyj1026 > l } else { - yyb1021 = r.CheckBreak() + yyb1026 = r.CheckBreak() } - if yyb1021 { + if yyb1026 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1021-1, "") + z.DecStructFieldNotFound(yyj1026-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12298,33 +12346,33 @@ func (x *IngressBackend) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1024 := z.EncBinary() - _ = yym1024 + yym1029 := z.EncBinary() + _ = yym1029 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1025 := !z.EncBinary() - yy2arr1025 := z.EncBasicHandle().StructToArray - var yyq1025 [2]bool - _, _, _ = yysep1025, yyq1025, yy2arr1025 - const yyr1025 bool = false - var yynn1025 int - if yyr1025 || yy2arr1025 { + yysep1030 := !z.EncBinary() + yy2arr1030 := z.EncBasicHandle().StructToArray + var yyq1030 [2]bool + _, _, _ = yysep1030, yyq1030, yy2arr1030 + const yyr1030 bool = false + var yynn1030 int + if yyr1030 || yy2arr1030 { r.EncodeArrayStart(2) } else { - yynn1025 = 2 - for _, b := range yyq1025 { + yynn1030 = 2 + for _, b := range yyq1030 { if b { - yynn1025++ + yynn1030++ } } - r.EncodeMapStart(yynn1025) - yynn1025 = 0 + r.EncodeMapStart(yynn1030) + yynn1030 = 0 } - if yyr1025 || yy2arr1025 { + if yyr1030 || yy2arr1030 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1027 := z.EncBinary() - _ = yym1027 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceName)) @@ -12333,41 +12381,41 @@ func (x *IngressBackend) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1028 := z.EncBinary() - _ = yym1028 + yym1033 := z.EncBinary() + _ = yym1033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceName)) } } - if yyr1025 || yy2arr1025 { + if yyr1030 || yy2arr1030 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1030 := &x.ServicePort - yym1031 := z.EncBinary() - _ = yym1031 + yy1035 := &x.ServicePort + yym1036 := z.EncBinary() + _ = yym1036 if false { - } else if z.HasExtensions() && z.EncExt(yy1030) { - } else if !yym1031 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1030) + } else if z.HasExtensions() && z.EncExt(yy1035) { + } else if !yym1036 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1035) } else { - z.EncFallback(yy1030) + z.EncFallback(yy1035) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("servicePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1032 := &x.ServicePort - yym1033 := z.EncBinary() - _ = yym1033 + yy1037 := &x.ServicePort + yym1038 := z.EncBinary() + _ = yym1038 if false { - } else if z.HasExtensions() && z.EncExt(yy1032) { - } else if !yym1033 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1032) + } else if z.HasExtensions() && z.EncExt(yy1037) { + } else if !yym1038 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1037) } else { - z.EncFallback(yy1032) + z.EncFallback(yy1037) } } - if yyr1025 || yy2arr1025 { + if yyr1030 || yy2arr1030 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12380,25 +12428,25 @@ func (x *IngressBackend) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1034 := z.DecBinary() - _ = yym1034 + yym1039 := z.DecBinary() + _ = yym1039 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1035 := r.ContainerType() - if yyct1035 == codecSelferValueTypeMap1234 { - yyl1035 := r.ReadMapStart() - if yyl1035 == 0 { + yyct1040 := r.ContainerType() + if yyct1040 == codecSelferValueTypeMap1234 { + yyl1040 := r.ReadMapStart() + if yyl1040 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1035, d) + x.codecDecodeSelfFromMap(yyl1040, d) } - } else if yyct1035 == codecSelferValueTypeArray1234 { - yyl1035 := r.ReadArrayStart() - if yyl1035 == 0 { + } else if yyct1040 == codecSelferValueTypeArray1234 { + yyl1040 := r.ReadArrayStart() + if yyl1040 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1035, d) + x.codecDecodeSelfFromArray(yyl1040, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12410,12 +12458,12 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1036Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1036Slc - var yyhl1036 bool = l >= 0 - for yyj1036 := 0; ; yyj1036++ { - if yyhl1036 { - if yyj1036 >= l { + var yys1041Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1041Slc + var yyhl1041 bool = l >= 0 + for yyj1041 := 0; ; yyj1041++ { + if yyhl1041 { + if yyj1041 >= l { break } } else { @@ -12424,10 +12472,10 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1036Slc = r.DecodeBytes(yys1036Slc, true, true) - yys1036 := string(yys1036Slc) + yys1041Slc = r.DecodeBytes(yys1041Slc, true, true) + yys1041 := string(yys1041Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1036 { + switch yys1041 { case "serviceName": if r.TryDecodeAsNil() { x.ServiceName = "" @@ -12438,21 +12486,21 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ServicePort = pkg6_intstr.IntOrString{} } else { - yyv1038 := &x.ServicePort - yym1039 := z.DecBinary() - _ = yym1039 + yyv1043 := &x.ServicePort + yym1044 := z.DecBinary() + _ = yym1044 if false { - } else if z.HasExtensions() && z.DecExt(yyv1038) { - } else if !yym1039 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1038) + } else if z.HasExtensions() && z.DecExt(yyv1043) { + } else if !yym1044 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1043) } else { - z.DecFallback(yyv1038, false) + z.DecFallback(yyv1043, false) } } default: - z.DecStructFieldNotFound(-1, yys1036) - } // end switch yys1036 - } // end for yyj1036 + z.DecStructFieldNotFound(-1, yys1041) + } // end switch yys1041 + } // end for yyj1041 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12460,16 +12508,16 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1040 int - var yyb1040 bool - var yyhl1040 bool = l >= 0 - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + var yyj1045 int + var yyb1045 bool + var yyhl1045 bool = l >= 0 + yyj1045++ + if yyhl1045 { + yyb1045 = yyj1045 > l } else { - yyb1040 = r.CheckBreak() + yyb1045 = r.CheckBreak() } - if yyb1040 { + if yyb1045 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12479,13 +12527,13 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceName = string(r.DecodeString()) } - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + yyj1045++ + if yyhl1045 { + yyb1045 = yyj1045 > l } else { - yyb1040 = r.CheckBreak() + yyb1045 = r.CheckBreak() } - if yyb1040 { + if yyb1045 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12493,29 +12541,29 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ServicePort = pkg6_intstr.IntOrString{} } else { - yyv1042 := &x.ServicePort - yym1043 := z.DecBinary() - _ = yym1043 + yyv1047 := &x.ServicePort + yym1048 := z.DecBinary() + _ = yym1048 if false { - } else if z.HasExtensions() && z.DecExt(yyv1042) { - } else if !yym1043 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1042) + } else if z.HasExtensions() && z.DecExt(yyv1047) { + } else if !yym1048 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1047) } else { - z.DecFallback(yyv1042, false) + z.DecFallback(yyv1047, false) } } for { - yyj1040++ - if yyhl1040 { - yyb1040 = yyj1040 > l + yyj1045++ + if yyhl1045 { + yyb1045 = yyj1045 > l } else { - yyb1040 = r.CheckBreak() + yyb1045 = r.CheckBreak() } - if yyb1040 { + if yyb1045 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1040-1, "") + z.DecStructFieldNotFound(yyj1045-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12524,8 +12572,8 @@ func (x NodeResource) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1044 := z.EncBinary() - _ = yym1044 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -12537,8 +12585,8 @@ func (x *NodeResource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1045 := z.DecBinary() - _ = yym1045 + yym1050 := z.DecBinary() + _ = yym1050 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -12553,30 +12601,30 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1046 := z.EncBinary() - _ = yym1046 + yym1051 := z.EncBinary() + _ = yym1051 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1047 := !z.EncBinary() - yy2arr1047 := z.EncBasicHandle().StructToArray - var yyq1047 [2]bool - _, _, _ = yysep1047, yyq1047, yy2arr1047 - const yyr1047 bool = false - var yynn1047 int - if yyr1047 || yy2arr1047 { + yysep1052 := !z.EncBinary() + yy2arr1052 := z.EncBasicHandle().StructToArray + var yyq1052 [2]bool + _, _, _ = yysep1052, yyq1052, yy2arr1052 + const yyr1052 bool = false + var yynn1052 int + if yyr1052 || yy2arr1052 { r.EncodeArrayStart(2) } else { - yynn1047 = 2 - for _, b := range yyq1047 { + yynn1052 = 2 + for _, b := range yyq1052 { if b { - yynn1047++ + yynn1052++ } } - r.EncodeMapStart(yynn1047) - yynn1047 = 0 + r.EncodeMapStart(yynn1052) + yynn1052 = 0 } - if yyr1047 || yy2arr1047 { + if yyr1052 || yy2arr1052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Resource.CodecEncodeSelf(e) } else { @@ -12585,10 +12633,10 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Resource.CodecEncodeSelf(e) } - if yyr1047 || yy2arr1047 { + if yyr1052 || yy2arr1052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1050 := z.EncBinary() - _ = yym1050 + yym1055 := z.EncBinary() + _ = yym1055 if false { } else { r.EncodeFloat64(float64(x.Value)) @@ -12597,14 +12645,14 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1051 := z.EncBinary() - _ = yym1051 + yym1056 := z.EncBinary() + _ = yym1056 if false { } else { r.EncodeFloat64(float64(x.Value)) } } - if yyr1047 || yy2arr1047 { + if yyr1052 || yy2arr1052 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12617,25 +12665,25 @@ func (x *NodeUtilization) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1052 := z.DecBinary() - _ = yym1052 + yym1057 := z.DecBinary() + _ = yym1057 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1053 := r.ContainerType() - if yyct1053 == codecSelferValueTypeMap1234 { - yyl1053 := r.ReadMapStart() - if yyl1053 == 0 { + yyct1058 := r.ContainerType() + if yyct1058 == codecSelferValueTypeMap1234 { + yyl1058 := r.ReadMapStart() + if yyl1058 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1053, d) + x.codecDecodeSelfFromMap(yyl1058, d) } - } else if yyct1053 == codecSelferValueTypeArray1234 { - yyl1053 := r.ReadArrayStart() - if yyl1053 == 0 { + } else if yyct1058 == codecSelferValueTypeArray1234 { + yyl1058 := r.ReadArrayStart() + if yyl1058 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1053, d) + x.codecDecodeSelfFromArray(yyl1058, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12647,12 +12695,12 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1054Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1054Slc - var yyhl1054 bool = l >= 0 - for yyj1054 := 0; ; yyj1054++ { - if yyhl1054 { - if yyj1054 >= l { + var yys1059Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1059Slc + var yyhl1059 bool = l >= 0 + for yyj1059 := 0; ; yyj1059++ { + if yyhl1059 { + if yyj1059 >= l { break } } else { @@ -12661,10 +12709,10 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1054Slc = r.DecodeBytes(yys1054Slc, true, true) - yys1054 := string(yys1054Slc) + yys1059Slc = r.DecodeBytes(yys1059Slc, true, true) + yys1059 := string(yys1059Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1054 { + switch yys1059 { case "resource": if r.TryDecodeAsNil() { x.Resource = "" @@ -12678,9 +12726,9 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = float64(r.DecodeFloat(false)) } default: - z.DecStructFieldNotFound(-1, yys1054) - } // end switch yys1054 - } // end for yyj1054 + z.DecStructFieldNotFound(-1, yys1059) + } // end switch yys1059 + } // end for yyj1059 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12688,16 +12736,16 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1057 int - var yyb1057 bool - var yyhl1057 bool = l >= 0 - yyj1057++ - if yyhl1057 { - yyb1057 = yyj1057 > l + var yyj1062 int + var yyb1062 bool + var yyhl1062 bool = l >= 0 + yyj1062++ + if yyhl1062 { + yyb1062 = yyj1062 > l } else { - yyb1057 = r.CheckBreak() + yyb1062 = r.CheckBreak() } - if yyb1057 { + if yyb1062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12707,13 +12755,13 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Resource = NodeResource(r.DecodeString()) } - yyj1057++ - if yyhl1057 { - yyb1057 = yyj1057 > l + yyj1062++ + if yyhl1062 { + yyb1062 = yyj1062 > l } else { - yyb1057 = r.CheckBreak() + yyb1062 = r.CheckBreak() } - if yyb1057 { + if yyb1062 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12724,17 +12772,17 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Value = float64(r.DecodeFloat(false)) } for { - yyj1057++ - if yyhl1057 { - yyb1057 = yyj1057 > l + yyj1062++ + if yyhl1062 { + yyb1062 = yyj1062 > l } else { - yyb1057 = r.CheckBreak() + yyb1062 = r.CheckBreak() } - if yyb1057 { + if yyb1062 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1057-1, "") + z.DecStructFieldNotFound(yyj1062-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12746,33 +12794,33 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1060 := z.EncBinary() - _ = yym1060 + yym1065 := z.EncBinary() + _ = yym1065 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1061 := !z.EncBinary() - yy2arr1061 := z.EncBasicHandle().StructToArray - var yyq1061 [3]bool - _, _, _ = yysep1061, yyq1061, yy2arr1061 - const yyr1061 bool = false - var yynn1061 int - if yyr1061 || yy2arr1061 { + yysep1066 := !z.EncBinary() + yy2arr1066 := z.EncBasicHandle().StructToArray + var yyq1066 [3]bool + _, _, _ = yysep1066, yyq1066, yy2arr1066 + const yyr1066 bool = false + var yynn1066 int + if yyr1066 || yy2arr1066 { r.EncodeArrayStart(3) } else { - yynn1061 = 3 - for _, b := range yyq1061 { + yynn1066 = 3 + for _, b := range yyq1066 { if b { - yynn1061++ + yynn1066++ } } - r.EncodeMapStart(yynn1061) - yynn1061 = 0 + r.EncodeMapStart(yynn1066) + yynn1066 = 0 } - if yyr1061 || yy2arr1061 { + if yyr1066 || yy2arr1066 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1063 := z.EncBinary() - _ = yym1063 + yym1068 := z.EncBinary() + _ = yym1068 if false { } else { r.EncodeInt(int64(x.MinNodes)) @@ -12781,17 +12829,17 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minNodes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1064 := z.EncBinary() - _ = yym1064 + yym1069 := z.EncBinary() + _ = yym1069 if false { } else { r.EncodeInt(int64(x.MinNodes)) } } - if yyr1061 || yy2arr1061 { + if yyr1066 || yy2arr1066 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1066 := z.EncBinary() - _ = yym1066 + yym1071 := z.EncBinary() + _ = yym1071 if false { } else { r.EncodeInt(int64(x.MaxNodes)) @@ -12800,20 +12848,20 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxNodes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1067 := z.EncBinary() - _ = yym1067 + yym1072 := z.EncBinary() + _ = yym1072 if false { } else { r.EncodeInt(int64(x.MaxNodes)) } } - if yyr1061 || yy2arr1061 { + if yyr1066 || yy2arr1066 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetUtilization == nil { r.EncodeNil() } else { - yym1069 := z.EncBinary() - _ = yym1069 + yym1074 := z.EncBinary() + _ = yym1074 if false { } else { h.encSliceNodeUtilization(([]NodeUtilization)(x.TargetUtilization), e) @@ -12826,15 +12874,15 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetUtilization == nil { r.EncodeNil() } else { - yym1070 := z.EncBinary() - _ = yym1070 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else { h.encSliceNodeUtilization(([]NodeUtilization)(x.TargetUtilization), e) } } } - if yyr1061 || yy2arr1061 { + if yyr1066 || yy2arr1066 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12847,25 +12895,25 @@ func (x *ClusterAutoscalerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1071 := z.DecBinary() - _ = yym1071 + yym1076 := z.DecBinary() + _ = yym1076 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1072 := r.ContainerType() - if yyct1072 == codecSelferValueTypeMap1234 { - yyl1072 := r.ReadMapStart() - if yyl1072 == 0 { + yyct1077 := r.ContainerType() + if yyct1077 == codecSelferValueTypeMap1234 { + yyl1077 := r.ReadMapStart() + if yyl1077 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1072, d) + x.codecDecodeSelfFromMap(yyl1077, d) } - } else if yyct1072 == codecSelferValueTypeArray1234 { - yyl1072 := r.ReadArrayStart() - if yyl1072 == 0 { + } else if yyct1077 == codecSelferValueTypeArray1234 { + yyl1077 := r.ReadArrayStart() + if yyl1077 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1072, d) + x.codecDecodeSelfFromArray(yyl1077, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12877,12 +12925,12 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1073Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1073Slc - var yyhl1073 bool = l >= 0 - for yyj1073 := 0; ; yyj1073++ { - if yyhl1073 { - if yyj1073 >= l { + var yys1078Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1078Slc + var yyhl1078 bool = l >= 0 + for yyj1078 := 0; ; yyj1078++ { + if yyhl1078 { + if yyj1078 >= l { break } } else { @@ -12891,10 +12939,10 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1073Slc = r.DecodeBytes(yys1073Slc, true, true) - yys1073 := string(yys1073Slc) + yys1078Slc = r.DecodeBytes(yys1078Slc, true, true) + yys1078 := string(yys1078Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1073 { + switch yys1078 { case "minNodes": if r.TryDecodeAsNil() { x.MinNodes = 0 @@ -12911,18 +12959,18 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.TargetUtilization = nil } else { - yyv1076 := &x.TargetUtilization - yym1077 := z.DecBinary() - _ = yym1077 + yyv1081 := &x.TargetUtilization + yym1082 := z.DecBinary() + _ = yym1082 if false { } else { - h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1076), d) + h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1081), d) } } default: - z.DecStructFieldNotFound(-1, yys1073) - } // end switch yys1073 - } // end for yyj1073 + z.DecStructFieldNotFound(-1, yys1078) + } // end switch yys1078 + } // end for yyj1078 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12930,16 +12978,16 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1078 int - var yyb1078 bool - var yyhl1078 bool = l >= 0 - yyj1078++ - if yyhl1078 { - yyb1078 = yyj1078 > l + var yyj1083 int + var yyb1083 bool + var yyhl1083 bool = l >= 0 + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1078 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1078 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12949,13 +12997,13 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.MinNodes = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1078++ - if yyhl1078 { - yyb1078 = yyj1078 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1078 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1078 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12965,13 +13013,13 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.MaxNodes = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1078++ - if yyhl1078 { - yyb1078 = yyj1078 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1078 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1078 { + if yyb1083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12979,26 +13027,26 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.TargetUtilization = nil } else { - yyv1081 := &x.TargetUtilization - yym1082 := z.DecBinary() - _ = yym1082 + yyv1086 := &x.TargetUtilization + yym1087 := z.DecBinary() + _ = yym1087 if false { } else { - h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1081), d) + h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1086), d) } } for { - yyj1078++ - if yyhl1078 { - yyb1078 = yyj1078 > l + yyj1083++ + if yyhl1083 { + yyb1083 = yyj1083 > l } else { - yyb1078 = r.CheckBreak() + yyb1083 = r.CheckBreak() } - if yyb1078 { + if yyb1083 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1078-1, "") + z.DecStructFieldNotFound(yyj1083-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13010,38 +13058,38 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1083 := z.EncBinary() - _ = yym1083 + yym1088 := z.EncBinary() + _ = yym1088 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1084 := !z.EncBinary() - yy2arr1084 := z.EncBasicHandle().StructToArray - var yyq1084 [4]bool - _, _, _ = yysep1084, yyq1084, yy2arr1084 - const yyr1084 bool = false - yyq1084[0] = x.Kind != "" - yyq1084[1] = x.APIVersion != "" - yyq1084[2] = true - yyq1084[3] = true - var yynn1084 int - if yyr1084 || yy2arr1084 { + yysep1089 := !z.EncBinary() + yy2arr1089 := z.EncBasicHandle().StructToArray + var yyq1089 [4]bool + _, _, _ = yysep1089, yyq1089, yy2arr1089 + const yyr1089 bool = false + yyq1089[0] = x.Kind != "" + yyq1089[1] = x.APIVersion != "" + yyq1089[2] = true + yyq1089[3] = true + var yynn1089 int + if yyr1089 || yy2arr1089 { r.EncodeArrayStart(4) } else { - yynn1084 = 0 - for _, b := range yyq1084 { + yynn1089 = 0 + for _, b := range yyq1089 { if b { - yynn1084++ + yynn1089++ } } - r.EncodeMapStart(yynn1084) - yynn1084 = 0 + r.EncodeMapStart(yynn1089) + yynn1089 = 0 } - if yyr1084 || yy2arr1084 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1084[0] { - yym1086 := z.EncBinary() - _ = yym1086 + if yyq1089[0] { + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13050,23 +13098,23 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1084[0] { + if yyq1089[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1087 := z.EncBinary() - _ = yym1087 + yym1092 := z.EncBinary() + _ = yym1092 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1084 || yy2arr1084 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1084[1] { - yym1089 := z.EncBinary() - _ = yym1089 + if yyq1089[1] { + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13075,53 +13123,53 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1084[1] { + if yyq1089[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1090 := z.EncBinary() - _ = yym1090 + yym1095 := z.EncBinary() + _ = yym1095 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1084 || yy2arr1084 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1084[2] { - yy1092 := &x.ObjectMeta - yy1092.CodecEncodeSelf(e) + if yyq1089[2] { + yy1097 := &x.ObjectMeta + yy1097.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1084[2] { + if yyq1089[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1093 := &x.ObjectMeta - yy1093.CodecEncodeSelf(e) + yy1098 := &x.ObjectMeta + yy1098.CodecEncodeSelf(e) } } - if yyr1084 || yy2arr1084 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1084[3] { - yy1095 := &x.Spec - yy1095.CodecEncodeSelf(e) + if yyq1089[3] { + yy1100 := &x.Spec + yy1100.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1084[3] { + if yyq1089[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1096 := &x.Spec - yy1096.CodecEncodeSelf(e) + yy1101 := &x.Spec + yy1101.CodecEncodeSelf(e) } } - if yyr1084 || yy2arr1084 { + if yyr1089 || yy2arr1089 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13134,25 +13182,25 @@ func (x *ClusterAutoscaler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1097 := z.DecBinary() - _ = yym1097 + yym1102 := z.DecBinary() + _ = yym1102 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1098 := r.ContainerType() - if yyct1098 == codecSelferValueTypeMap1234 { - yyl1098 := r.ReadMapStart() - if yyl1098 == 0 { + yyct1103 := r.ContainerType() + if yyct1103 == codecSelferValueTypeMap1234 { + yyl1103 := r.ReadMapStart() + if yyl1103 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1098, d) + x.codecDecodeSelfFromMap(yyl1103, d) } - } else if yyct1098 == codecSelferValueTypeArray1234 { - yyl1098 := r.ReadArrayStart() - if yyl1098 == 0 { + } else if yyct1103 == codecSelferValueTypeArray1234 { + yyl1103 := r.ReadArrayStart() + if yyl1103 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1098, d) + x.codecDecodeSelfFromArray(yyl1103, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13164,12 +13212,12 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1099Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1099Slc - var yyhl1099 bool = l >= 0 - for yyj1099 := 0; ; yyj1099++ { - if yyhl1099 { - if yyj1099 >= l { + var yys1104Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1104Slc + var yyhl1104 bool = l >= 0 + for yyj1104 := 0; ; yyj1104++ { + if yyhl1104 { + if yyj1104 >= l { break } } else { @@ -13178,10 +13226,10 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1099Slc = r.DecodeBytes(yys1099Slc, true, true) - yys1099 := string(yys1099Slc) + yys1104Slc = r.DecodeBytes(yys1104Slc, true, true) + yys1104 := string(yys1104Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1099 { + switch yys1104 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13198,20 +13246,20 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1102 := &x.ObjectMeta - yyv1102.CodecDecodeSelf(d) + yyv1107 := &x.ObjectMeta + yyv1107.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ClusterAutoscalerSpec{} } else { - yyv1103 := &x.Spec - yyv1103.CodecDecodeSelf(d) + yyv1108 := &x.Spec + yyv1108.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1099) - } // end switch yys1099 - } // end for yyj1099 + z.DecStructFieldNotFound(-1, yys1104) + } // end switch yys1104 + } // end for yyj1104 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13219,16 +13267,16 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1104 int - var yyb1104 bool - var yyhl1104 bool = l >= 0 - yyj1104++ - if yyhl1104 { - yyb1104 = yyj1104 > l + var yyj1109 int + var yyb1109 bool + var yyhl1109 bool = l >= 0 + yyj1109++ + if yyhl1109 { + yyb1109 = yyj1109 > l } else { - yyb1104 = r.CheckBreak() + yyb1109 = r.CheckBreak() } - if yyb1104 { + if yyb1109 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13238,13 +13286,13 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1104++ - if yyhl1104 { - yyb1104 = yyj1104 > l + yyj1109++ + if yyhl1109 { + yyb1109 = yyj1109 > l } else { - yyb1104 = r.CheckBreak() + yyb1109 = r.CheckBreak() } - if yyb1104 { + if yyb1109 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13254,13 +13302,13 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1104++ - if yyhl1104 { - yyb1104 = yyj1104 > l + yyj1109++ + if yyhl1109 { + yyb1109 = yyj1109 > l } else { - yyb1104 = r.CheckBreak() + yyb1109 = r.CheckBreak() } - if yyb1104 { + if yyb1109 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13268,16 +13316,16 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1107 := &x.ObjectMeta - yyv1107.CodecDecodeSelf(d) + yyv1112 := &x.ObjectMeta + yyv1112.CodecDecodeSelf(d) } - yyj1104++ - if yyhl1104 { - yyb1104 = yyj1104 > l + yyj1109++ + if yyhl1109 { + yyb1109 = yyj1109 > l } else { - yyb1104 = r.CheckBreak() + yyb1109 = r.CheckBreak() } - if yyb1104 { + if yyb1109 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13285,21 +13333,21 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = ClusterAutoscalerSpec{} } else { - yyv1108 := &x.Spec - yyv1108.CodecDecodeSelf(d) + yyv1113 := &x.Spec + yyv1113.CodecDecodeSelf(d) } for { - yyj1104++ - if yyhl1104 { - yyb1104 = yyj1104 > l + yyj1109++ + if yyhl1109 { + yyb1109 = yyj1109 > l } else { - yyb1104 = r.CheckBreak() + yyb1109 = r.CheckBreak() } - if yyb1104 { + if yyb1109 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1104-1, "") + z.DecStructFieldNotFound(yyj1109-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13311,37 +13359,37 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1109 := z.EncBinary() - _ = yym1109 + yym1114 := z.EncBinary() + _ = yym1114 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1110 := !z.EncBinary() - yy2arr1110 := z.EncBasicHandle().StructToArray - var yyq1110 [4]bool - _, _, _ = yysep1110, yyq1110, yy2arr1110 - const yyr1110 bool = false - yyq1110[0] = x.Kind != "" - yyq1110[1] = x.APIVersion != "" - yyq1110[2] = true - var yynn1110 int - if yyr1110 || yy2arr1110 { + yysep1115 := !z.EncBinary() + yy2arr1115 := z.EncBasicHandle().StructToArray + var yyq1115 [4]bool + _, _, _ = yysep1115, yyq1115, yy2arr1115 + const yyr1115 bool = false + yyq1115[0] = x.Kind != "" + yyq1115[1] = x.APIVersion != "" + yyq1115[2] = true + var yynn1115 int + if yyr1115 || yy2arr1115 { r.EncodeArrayStart(4) } else { - yynn1110 = 1 - for _, b := range yyq1110 { + yynn1115 = 1 + for _, b := range yyq1115 { if b { - yynn1110++ + yynn1115++ } } - r.EncodeMapStart(yynn1110) - yynn1110 = 0 + r.EncodeMapStart(yynn1115) + yynn1115 = 0 } - if yyr1110 || yy2arr1110 { + if yyr1115 || yy2arr1115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1110[0] { - yym1112 := z.EncBinary() - _ = yym1112 + if yyq1115[0] { + yym1117 := z.EncBinary() + _ = yym1117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13350,23 +13398,23 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1110[0] { + if yyq1115[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1113 := z.EncBinary() - _ = yym1113 + yym1118 := z.EncBinary() + _ = yym1118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1110 || yy2arr1110 { + if yyr1115 || yy2arr1115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1110[1] { - yym1115 := z.EncBinary() - _ = yym1115 + if yyq1115[1] { + yym1120 := z.EncBinary() + _ = yym1120 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13375,54 +13423,54 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1110[1] { + if yyq1115[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1116 := z.EncBinary() - _ = yym1116 + yym1121 := z.EncBinary() + _ = yym1121 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1110 || yy2arr1110 { + if yyr1115 || yy2arr1115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1110[2] { - yy1118 := &x.ListMeta - yym1119 := z.EncBinary() - _ = yym1119 + if yyq1115[2] { + yy1123 := &x.ListMeta + yym1124 := z.EncBinary() + _ = yym1124 if false { - } else if z.HasExtensions() && z.EncExt(yy1118) { + } else if z.HasExtensions() && z.EncExt(yy1123) { } else { - z.EncFallback(yy1118) + z.EncFallback(yy1123) } } else { r.EncodeNil() } } else { - if yyq1110[2] { + if yyq1115[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1120 := &x.ListMeta - yym1121 := z.EncBinary() - _ = yym1121 + yy1125 := &x.ListMeta + yym1126 := z.EncBinary() + _ = yym1126 if false { - } else if z.HasExtensions() && z.EncExt(yy1120) { + } else if z.HasExtensions() && z.EncExt(yy1125) { } else { - z.EncFallback(yy1120) + z.EncFallback(yy1125) } } } - if yyr1110 || yy2arr1110 { + if yyr1115 || yy2arr1115 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1123 := z.EncBinary() - _ = yym1123 + yym1128 := z.EncBinary() + _ = yym1128 if false { } else { h.encSliceClusterAutoscaler(([]ClusterAutoscaler)(x.Items), e) @@ -13435,15 +13483,15 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1124 := z.EncBinary() - _ = yym1124 + yym1129 := z.EncBinary() + _ = yym1129 if false { } else { h.encSliceClusterAutoscaler(([]ClusterAutoscaler)(x.Items), e) } } } - if yyr1110 || yy2arr1110 { + if yyr1115 || yy2arr1115 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13456,25 +13504,25 @@ func (x *ClusterAutoscalerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1125 := z.DecBinary() - _ = yym1125 + yym1130 := z.DecBinary() + _ = yym1130 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1126 := r.ContainerType() - if yyct1126 == codecSelferValueTypeMap1234 { - yyl1126 := r.ReadMapStart() - if yyl1126 == 0 { + yyct1131 := r.ContainerType() + if yyct1131 == codecSelferValueTypeMap1234 { + yyl1131 := r.ReadMapStart() + if yyl1131 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1126, d) + x.codecDecodeSelfFromMap(yyl1131, d) } - } else if yyct1126 == codecSelferValueTypeArray1234 { - yyl1126 := r.ReadArrayStart() - if yyl1126 == 0 { + } else if yyct1131 == codecSelferValueTypeArray1234 { + yyl1131 := r.ReadArrayStart() + if yyl1131 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1126, d) + x.codecDecodeSelfFromArray(yyl1131, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13486,12 +13534,12 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1127Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1127Slc - var yyhl1127 bool = l >= 0 - for yyj1127 := 0; ; yyj1127++ { - if yyhl1127 { - if yyj1127 >= l { + var yys1132Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1132Slc + var yyhl1132 bool = l >= 0 + for yyj1132 := 0; ; yyj1132++ { + if yyhl1132 { + if yyj1132 >= l { break } } else { @@ -13500,10 +13548,10 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1127Slc = r.DecodeBytes(yys1127Slc, true, true) - yys1127 := string(yys1127Slc) + yys1132Slc = r.DecodeBytes(yys1132Slc, true, true) + yys1132 := string(yys1132Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1127 { + switch yys1132 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13520,31 +13568,31 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1130 := &x.ListMeta - yym1131 := z.DecBinary() - _ = yym1131 + yyv1135 := &x.ListMeta + yym1136 := z.DecBinary() + _ = yym1136 if false { - } else if z.HasExtensions() && z.DecExt(yyv1130) { + } else if z.HasExtensions() && z.DecExt(yyv1135) { } else { - z.DecFallback(yyv1130, false) + z.DecFallback(yyv1135, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1132 := &x.Items - yym1133 := z.DecBinary() - _ = yym1133 + yyv1137 := &x.Items + yym1138 := z.DecBinary() + _ = yym1138 if false { } else { - h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1132), d) + h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1137), d) } } default: - z.DecStructFieldNotFound(-1, yys1127) - } // end switch yys1127 - } // end for yyj1127 + z.DecStructFieldNotFound(-1, yys1132) + } // end switch yys1132 + } // end for yyj1132 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13552,16 +13600,16 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1134 int - var yyb1134 bool - var yyhl1134 bool = l >= 0 - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + var yyj1139 int + var yyb1139 bool + var yyhl1139 bool = l >= 0 + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13571,13 +13619,13 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13587,13 +13635,13 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13601,22 +13649,22 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1137 := &x.ListMeta - yym1138 := z.DecBinary() - _ = yym1138 + yyv1142 := &x.ListMeta + yym1143 := z.DecBinary() + _ = yym1143 if false { - } else if z.HasExtensions() && z.DecExt(yyv1137) { + } else if z.HasExtensions() && z.DecExt(yyv1142) { } else { - z.DecFallback(yyv1137, false) + z.DecFallback(yyv1142, false) } } - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13624,26 +13672,26 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1139 := &x.Items - yym1140 := z.DecBinary() - _ = yym1140 + yyv1144 := &x.Items + yym1145 := z.DecBinary() + _ = yym1145 if false { } else { - h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1139), d) + h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1144), d) } } for { - yyj1134++ - if yyhl1134 { - yyb1134 = yyj1134 > l + yyj1139++ + if yyhl1139 { + yyb1139 = yyj1139 > l } else { - yyb1134 = r.CheckBreak() + yyb1139 = r.CheckBreak() } - if yyb1134 { + if yyb1139 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1134-1, "") + z.DecStructFieldNotFound(yyj1139-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13655,39 +13703,39 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1141 := z.EncBinary() - _ = yym1141 + yym1146 := z.EncBinary() + _ = yym1146 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1142 := !z.EncBinary() - yy2arr1142 := z.EncBasicHandle().StructToArray - var yyq1142 [2]bool - _, _, _ = yysep1142, yyq1142, yy2arr1142 - const yyr1142 bool = false - yyq1142[0] = len(x.MatchLabels) != 0 - yyq1142[1] = len(x.MatchExpressions) != 0 - var yynn1142 int - if yyr1142 || yy2arr1142 { + yysep1147 := !z.EncBinary() + yy2arr1147 := z.EncBasicHandle().StructToArray + var yyq1147 [2]bool + _, _, _ = yysep1147, yyq1147, yy2arr1147 + const yyr1147 bool = false + yyq1147[0] = len(x.MatchLabels) != 0 + yyq1147[1] = len(x.MatchExpressions) != 0 + var yynn1147 int + if yyr1147 || yy2arr1147 { r.EncodeArrayStart(2) } else { - yynn1142 = 0 - for _, b := range yyq1142 { + yynn1147 = 0 + for _, b := range yyq1147 { if b { - yynn1142++ + yynn1147++ } } - r.EncodeMapStart(yynn1142) - yynn1142 = 0 + r.EncodeMapStart(yynn1147) + yynn1147 = 0 } - if yyr1142 || yy2arr1142 { + if yyr1147 || yy2arr1147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1142[0] { + if yyq1147[0] { if x.MatchLabels == nil { r.EncodeNil() } else { - yym1144 := z.EncBinary() - _ = yym1144 + yym1149 := z.EncBinary() + _ = yym1149 if false { } else { z.F.EncMapStringStringV(x.MatchLabels, false, e) @@ -13697,15 +13745,15 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1142[0] { + if yyq1147[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("matchLabels")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MatchLabels == nil { r.EncodeNil() } else { - yym1145 := z.EncBinary() - _ = yym1145 + yym1150 := z.EncBinary() + _ = yym1150 if false { } else { z.F.EncMapStringStringV(x.MatchLabels, false, e) @@ -13713,14 +13761,14 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1142 || yy2arr1142 { + if yyr1147 || yy2arr1147 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1142[1] { + if yyq1147[1] { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1147 := z.EncBinary() - _ = yym1147 + yym1152 := z.EncBinary() + _ = yym1152 if false { } else { h.encSliceLabelSelectorRequirement(([]LabelSelectorRequirement)(x.MatchExpressions), e) @@ -13730,15 +13778,15 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1142[1] { + if yyq1147[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("matchExpressions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1148 := z.EncBinary() - _ = yym1148 + yym1153 := z.EncBinary() + _ = yym1153 if false { } else { h.encSliceLabelSelectorRequirement(([]LabelSelectorRequirement)(x.MatchExpressions), e) @@ -13746,7 +13794,7 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1142 || yy2arr1142 { + if yyr1147 || yy2arr1147 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13759,25 +13807,25 @@ func (x *LabelSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1149 := z.DecBinary() - _ = yym1149 + yym1154 := z.DecBinary() + _ = yym1154 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1150 := r.ContainerType() - if yyct1150 == codecSelferValueTypeMap1234 { - yyl1150 := r.ReadMapStart() - if yyl1150 == 0 { + yyct1155 := r.ContainerType() + if yyct1155 == codecSelferValueTypeMap1234 { + yyl1155 := r.ReadMapStart() + if yyl1155 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1150, d) + x.codecDecodeSelfFromMap(yyl1155, d) } - } else if yyct1150 == codecSelferValueTypeArray1234 { - yyl1150 := r.ReadArrayStart() - if yyl1150 == 0 { + } else if yyct1155 == codecSelferValueTypeArray1234 { + yyl1155 := r.ReadArrayStart() + if yyl1155 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1150, d) + x.codecDecodeSelfFromArray(yyl1155, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13789,12 +13837,12 @@ func (x *LabelSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1151Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1151Slc - var yyhl1151 bool = l >= 0 - for yyj1151 := 0; ; yyj1151++ { - if yyhl1151 { - if yyj1151 >= l { + var yys1156Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1156Slc + var yyhl1156 bool = l >= 0 + for yyj1156 := 0; ; yyj1156++ { + if yyhl1156 { + if yyj1156 >= l { break } } else { @@ -13803,38 +13851,38 @@ func (x *LabelSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1151Slc = r.DecodeBytes(yys1151Slc, true, true) - yys1151 := string(yys1151Slc) + yys1156Slc = r.DecodeBytes(yys1156Slc, true, true) + yys1156 := string(yys1156Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1151 { + switch yys1156 { case "matchLabels": if r.TryDecodeAsNil() { x.MatchLabels = nil } else { - yyv1152 := &x.MatchLabels - yym1153 := z.DecBinary() - _ = yym1153 + yyv1157 := &x.MatchLabels + yym1158 := z.DecBinary() + _ = yym1158 if false { } else { - z.F.DecMapStringStringX(yyv1152, false, d) + z.F.DecMapStringStringX(yyv1157, false, d) } } case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1154 := &x.MatchExpressions - yym1155 := z.DecBinary() - _ = yym1155 + yyv1159 := &x.MatchExpressions + yym1160 := z.DecBinary() + _ = yym1160 if false { } else { - h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1154), d) + h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1159), d) } } default: - z.DecStructFieldNotFound(-1, yys1151) - } // end switch yys1151 - } // end for yyj1151 + z.DecStructFieldNotFound(-1, yys1156) + } // end switch yys1156 + } // end for yyj1156 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13842,16 +13890,16 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1156 int - var yyb1156 bool - var yyhl1156 bool = l >= 0 - yyj1156++ - if yyhl1156 { - yyb1156 = yyj1156 > l + var yyj1161 int + var yyb1161 bool + var yyhl1161 bool = l >= 0 + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1156 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1156 { + if yyb1161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13859,21 +13907,21 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MatchLabels = nil } else { - yyv1157 := &x.MatchLabels - yym1158 := z.DecBinary() - _ = yym1158 + yyv1162 := &x.MatchLabels + yym1163 := z.DecBinary() + _ = yym1163 if false { } else { - z.F.DecMapStringStringX(yyv1157, false, d) + z.F.DecMapStringStringX(yyv1162, false, d) } } - yyj1156++ - if yyhl1156 { - yyb1156 = yyj1156 > l + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1156 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1156 { + if yyb1161 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13881,26 +13929,26 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1159 := &x.MatchExpressions - yym1160 := z.DecBinary() - _ = yym1160 + yyv1164 := &x.MatchExpressions + yym1165 := z.DecBinary() + _ = yym1165 if false { } else { - h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1159), d) + h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1164), d) } } for { - yyj1156++ - if yyhl1156 { - yyb1156 = yyj1156 > l + yyj1161++ + if yyhl1161 { + yyb1161 = yyj1161 > l } else { - yyb1156 = r.CheckBreak() + yyb1161 = r.CheckBreak() } - if yyb1156 { + if yyb1161 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1156-1, "") + z.DecStructFieldNotFound(yyj1161-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13912,34 +13960,34 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1161 := z.EncBinary() - _ = yym1161 + yym1166 := z.EncBinary() + _ = yym1166 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1162 := !z.EncBinary() - yy2arr1162 := z.EncBasicHandle().StructToArray - var yyq1162 [3]bool - _, _, _ = yysep1162, yyq1162, yy2arr1162 - const yyr1162 bool = false - yyq1162[2] = len(x.Values) != 0 - var yynn1162 int - if yyr1162 || yy2arr1162 { + yysep1167 := !z.EncBinary() + yy2arr1167 := z.EncBasicHandle().StructToArray + var yyq1167 [3]bool + _, _, _ = yysep1167, yyq1167, yy2arr1167 + const yyr1167 bool = false + yyq1167[2] = len(x.Values) != 0 + var yynn1167 int + if yyr1167 || yy2arr1167 { r.EncodeArrayStart(3) } else { - yynn1162 = 2 - for _, b := range yyq1162 { + yynn1167 = 2 + for _, b := range yyq1167 { if b { - yynn1162++ + yynn1167++ } } - r.EncodeMapStart(yynn1162) - yynn1162 = 0 + r.EncodeMapStart(yynn1167) + yynn1167 = 0 } - if yyr1162 || yy2arr1162 { + if yyr1167 || yy2arr1167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1164 := z.EncBinary() - _ = yym1164 + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -13948,14 +13996,14 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1165 := z.EncBinary() - _ = yym1165 + yym1170 := z.EncBinary() + _ = yym1170 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1162 || yy2arr1162 { + if yyr1167 || yy2arr1167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -13964,14 +14012,14 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1162 || yy2arr1162 { + if yyr1167 || yy2arr1167 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1162[2] { + if yyq1167[2] { if x.Values == nil { r.EncodeNil() } else { - yym1168 := z.EncBinary() - _ = yym1168 + yym1173 := z.EncBinary() + _ = yym1173 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -13981,15 +14029,15 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1162[2] { + if yyq1167[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1169 := z.EncBinary() - _ = yym1169 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -13997,7 +14045,7 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1162 || yy2arr1162 { + if yyr1167 || yy2arr1167 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14010,25 +14058,25 @@ func (x *LabelSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1170 := z.DecBinary() - _ = yym1170 + yym1175 := z.DecBinary() + _ = yym1175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1171 := r.ContainerType() - if yyct1171 == codecSelferValueTypeMap1234 { - yyl1171 := r.ReadMapStart() - if yyl1171 == 0 { + yyct1176 := r.ContainerType() + if yyct1176 == codecSelferValueTypeMap1234 { + yyl1176 := r.ReadMapStart() + if yyl1176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1171, d) + x.codecDecodeSelfFromMap(yyl1176, d) } - } else if yyct1171 == codecSelferValueTypeArray1234 { - yyl1171 := r.ReadArrayStart() - if yyl1171 == 0 { + } else if yyct1176 == codecSelferValueTypeArray1234 { + yyl1176 := r.ReadArrayStart() + if yyl1176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1171, d) + x.codecDecodeSelfFromArray(yyl1176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14040,12 +14088,12 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1172Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1172Slc - var yyhl1172 bool = l >= 0 - for yyj1172 := 0; ; yyj1172++ { - if yyhl1172 { - if yyj1172 >= l { + var yys1177Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1177Slc + var yyhl1177 bool = l >= 0 + for yyj1177 := 0; ; yyj1177++ { + if yyhl1177 { + if yyj1177 >= l { break } } else { @@ -14054,10 +14102,10 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1172Slc = r.DecodeBytes(yys1172Slc, true, true) - yys1172 := string(yys1172Slc) + yys1177Slc = r.DecodeBytes(yys1177Slc, true, true) + yys1177 := string(yys1177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1172 { + switch yys1177 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -14074,18 +14122,18 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1175 := &x.Values - yym1176 := z.DecBinary() - _ = yym1176 + yyv1180 := &x.Values + yym1181 := z.DecBinary() + _ = yym1181 if false { } else { - z.F.DecSliceStringX(yyv1175, false, d) + z.F.DecSliceStringX(yyv1180, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1172) - } // end switch yys1172 - } // end for yyj1172 + z.DecStructFieldNotFound(-1, yys1177) + } // end switch yys1177 + } // end for yyj1177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14093,16 +14141,16 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1177 int - var yyb1177 bool - var yyhl1177 bool = l >= 0 - yyj1177++ - if yyhl1177 { - yyb1177 = yyj1177 > l + var yyj1182 int + var yyb1182 bool + var yyhl1182 bool = l >= 0 + yyj1182++ + if yyhl1182 { + yyb1182 = yyj1182 > l } else { - yyb1177 = r.CheckBreak() + yyb1182 = r.CheckBreak() } - if yyb1177 { + if yyb1182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14112,13 +14160,13 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Key = string(r.DecodeString()) } - yyj1177++ - if yyhl1177 { - yyb1177 = yyj1177 > l + yyj1182++ + if yyhl1182 { + yyb1182 = yyj1182 > l } else { - yyb1177 = r.CheckBreak() + yyb1182 = r.CheckBreak() } - if yyb1177 { + if yyb1182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14128,13 +14176,13 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Operator = LabelSelectorOperator(r.DecodeString()) } - yyj1177++ - if yyhl1177 { - yyb1177 = yyj1177 > l + yyj1182++ + if yyhl1182 { + yyb1182 = yyj1182 > l } else { - yyb1177 = r.CheckBreak() + yyb1182 = r.CheckBreak() } - if yyb1177 { + if yyb1182 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14142,26 +14190,26 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1180 := &x.Values - yym1181 := z.DecBinary() - _ = yym1181 + yyv1185 := &x.Values + yym1186 := z.DecBinary() + _ = yym1186 if false { } else { - z.F.DecSliceStringX(yyv1180, false, d) + z.F.DecSliceStringX(yyv1185, false, d) } } for { - yyj1177++ - if yyhl1177 { - yyb1177 = yyj1177 > l + yyj1182++ + if yyhl1182 { + yyb1182 = yyj1182 > l } else { - yyb1177 = r.CheckBreak() + yyb1182 = r.CheckBreak() } - if yyb1177 { + if yyb1182 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1177-1, "") + z.DecStructFieldNotFound(yyj1182-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14170,8 +14218,8 @@ func (x LabelSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1182 := z.EncBinary() - _ = yym1182 + yym1187 := z.EncBinary() + _ = yym1187 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14183,8 +14231,8 @@ func (x *LabelSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1183 := z.DecBinary() - _ = yym1183 + yym1188 := z.DecBinary() + _ = yym1188 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14199,38 +14247,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1184 := z.EncBinary() - _ = yym1184 + yym1189 := z.EncBinary() + _ = yym1189 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1185 := !z.EncBinary() - yy2arr1185 := z.EncBasicHandle().StructToArray - var yyq1185 [4]bool - _, _, _ = yysep1185, yyq1185, yy2arr1185 - const yyr1185 bool = false - yyq1185[0] = x.Kind != "" - yyq1185[1] = x.APIVersion != "" - yyq1185[2] = true - yyq1185[3] = len(x.Data) != 0 - var yynn1185 int - if yyr1185 || yy2arr1185 { + yysep1190 := !z.EncBinary() + yy2arr1190 := z.EncBasicHandle().StructToArray + var yyq1190 [4]bool + _, _, _ = yysep1190, yyq1190, yy2arr1190 + const yyr1190 bool = false + yyq1190[0] = x.Kind != "" + yyq1190[1] = x.APIVersion != "" + yyq1190[2] = true + yyq1190[3] = len(x.Data) != 0 + var yynn1190 int + if yyr1190 || yy2arr1190 { r.EncodeArrayStart(4) } else { - yynn1185 = 0 - for _, b := range yyq1185 { + yynn1190 = 0 + for _, b := range yyq1190 { if b { - yynn1185++ + yynn1190++ } } - r.EncodeMapStart(yynn1185) - yynn1185 = 0 + r.EncodeMapStart(yynn1190) + yynn1190 = 0 } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[0] { - yym1187 := z.EncBinary() - _ = yym1187 + if yyq1190[0] { + yym1192 := z.EncBinary() + _ = yym1192 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14239,23 +14287,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[0] { + if yyq1190[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1188 := z.EncBinary() - _ = yym1188 + yym1193 := z.EncBinary() + _ = yym1193 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[1] { - yym1190 := z.EncBinary() - _ = yym1190 + if yyq1190[1] { + yym1195 := z.EncBinary() + _ = yym1195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -14264,43 +14312,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1185[1] { + if yyq1190[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1191 := z.EncBinary() - _ = yym1191 + yym1196 := z.EncBinary() + _ = yym1196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[2] { - yy1193 := &x.ObjectMeta - yy1193.CodecEncodeSelf(e) + if yyq1190[2] { + yy1198 := &x.ObjectMeta + yy1198.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1185[2] { + if yyq1190[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1194 := &x.ObjectMeta - yy1194.CodecEncodeSelf(e) + yy1199 := &x.ObjectMeta + yy1199.CodecEncodeSelf(e) } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[3] { + if yyq1190[3] { if x.Data == nil { r.EncodeNil() } else { - yym1196 := z.EncBinary() - _ = yym1196 + yym1201 := z.EncBinary() + _ = yym1201 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -14310,15 +14358,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1185[3] { + if yyq1190[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym1197 := z.EncBinary() - _ = yym1197 + yym1202 := z.EncBinary() + _ = yym1202 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -14326,7 +14374,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14339,25 +14387,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1198 := z.DecBinary() - _ = yym1198 + yym1203 := z.DecBinary() + _ = yym1203 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1199 := r.ContainerType() - if yyct1199 == codecSelferValueTypeMap1234 { - yyl1199 := r.ReadMapStart() - if yyl1199 == 0 { + yyct1204 := r.ContainerType() + if yyct1204 == codecSelferValueTypeMap1234 { + yyl1204 := r.ReadMapStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1199, d) + x.codecDecodeSelfFromMap(yyl1204, d) } - } else if yyct1199 == codecSelferValueTypeArray1234 { - yyl1199 := r.ReadArrayStart() - if yyl1199 == 0 { + } else if yyct1204 == codecSelferValueTypeArray1234 { + yyl1204 := r.ReadArrayStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1199, d) + x.codecDecodeSelfFromArray(yyl1204, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14369,12 +14417,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1200Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1200Slc - var yyhl1200 bool = l >= 0 - for yyj1200 := 0; ; yyj1200++ { - if yyhl1200 { - if yyj1200 >= l { + var yys1205Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1205Slc + var yyhl1205 bool = l >= 0 + for yyj1205 := 0; ; yyj1205++ { + if yyhl1205 { + if yyj1205 >= l { break } } else { @@ -14383,10 +14431,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1200Slc = r.DecodeBytes(yys1200Slc, true, true) - yys1200 := string(yys1200Slc) + yys1205Slc = r.DecodeBytes(yys1205Slc, true, true) + yys1205 := string(yys1205Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1200 { + switch yys1205 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14403,25 +14451,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1203 := &x.ObjectMeta - yyv1203.CodecDecodeSelf(d) + yyv1208 := &x.ObjectMeta + yyv1208.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv1204 := &x.Data - yym1205 := z.DecBinary() - _ = yym1205 + yyv1209 := &x.Data + yym1210 := z.DecBinary() + _ = yym1210 if false { } else { - z.F.DecMapStringStringX(yyv1204, false, d) + z.F.DecMapStringStringX(yyv1209, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1200) - } // end switch yys1200 - } // end for yyj1200 + z.DecStructFieldNotFound(-1, yys1205) + } // end switch yys1205 + } // end for yyj1205 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14429,16 +14477,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1206 int - var yyb1206 bool - var yyhl1206 bool = l >= 0 - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + var yyj1211 int + var yyb1211 bool + var yyhl1211 bool = l >= 0 + yyj1211++ + if yyhl1211 { + yyb1211 = yyj1211 > l } else { - yyb1206 = r.CheckBreak() + yyb1211 = r.CheckBreak() } - if yyb1206 { + if yyb1211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14448,13 +14496,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1211++ + if yyhl1211 { + yyb1211 = yyj1211 > l } else { - yyb1206 = r.CheckBreak() + yyb1211 = r.CheckBreak() } - if yyb1206 { + if yyb1211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14464,13 +14512,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1211++ + if yyhl1211 { + yyb1211 = yyj1211 > l } else { - yyb1206 = r.CheckBreak() + yyb1211 = r.CheckBreak() } - if yyb1206 { + if yyb1211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14478,16 +14526,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1209 := &x.ObjectMeta - yyv1209.CodecDecodeSelf(d) + yyv1214 := &x.ObjectMeta + yyv1214.CodecDecodeSelf(d) } - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1211++ + if yyhl1211 { + yyb1211 = yyj1211 > l } else { - yyb1206 = r.CheckBreak() + yyb1211 = r.CheckBreak() } - if yyb1206 { + if yyb1211 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14495,26 +14543,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv1210 := &x.Data - yym1211 := z.DecBinary() - _ = yym1211 + yyv1215 := &x.Data + yym1216 := z.DecBinary() + _ = yym1216 if false { } else { - z.F.DecMapStringStringX(yyv1210, false, d) + z.F.DecMapStringStringX(yyv1215, false, d) } } for { - yyj1206++ - if yyhl1206 { - yyb1206 = yyj1206 > l + yyj1211++ + if yyhl1211 { + yyb1211 = yyj1211 > l } else { - yyb1206 = r.CheckBreak() + yyb1211 = r.CheckBreak() } - if yyb1206 { + if yyb1211 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1206-1, "") + z.DecStructFieldNotFound(yyj1211-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14526,38 +14574,38 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1212 := z.EncBinary() - _ = yym1212 + yym1217 := z.EncBinary() + _ = yym1217 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1213 := !z.EncBinary() - yy2arr1213 := z.EncBasicHandle().StructToArray - var yyq1213 [4]bool - _, _, _ = yysep1213, yyq1213, yy2arr1213 - const yyr1213 bool = false - yyq1213[0] = x.Kind != "" - yyq1213[1] = x.APIVersion != "" - yyq1213[2] = true - yyq1213[3] = len(x.Items) != 0 - var yynn1213 int - if yyr1213 || yy2arr1213 { + yysep1218 := !z.EncBinary() + yy2arr1218 := z.EncBasicHandle().StructToArray + var yyq1218 [4]bool + _, _, _ = yysep1218, yyq1218, yy2arr1218 + const yyr1218 bool = false + yyq1218[0] = x.Kind != "" + yyq1218[1] = x.APIVersion != "" + yyq1218[2] = true + yyq1218[3] = len(x.Items) != 0 + var yynn1218 int + if yyr1218 || yy2arr1218 { r.EncodeArrayStart(4) } else { - yynn1213 = 0 - for _, b := range yyq1213 { + yynn1218 = 0 + for _, b := range yyq1218 { if b { - yynn1213++ + yynn1218++ } } - r.EncodeMapStart(yynn1213) - yynn1213 = 0 + r.EncodeMapStart(yynn1218) + yynn1218 = 0 } - if yyr1213 || yy2arr1213 { + if yyr1218 || yy2arr1218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[0] { - yym1215 := z.EncBinary() - _ = yym1215 + if yyq1218[0] { + yym1220 := z.EncBinary() + _ = yym1220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14566,23 +14614,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1213[0] { + if yyq1218[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1216 := z.EncBinary() - _ = yym1216 + yym1221 := z.EncBinary() + _ = yym1221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1213 || yy2arr1213 { + if yyr1218 || yy2arr1218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[1] { - yym1218 := z.EncBinary() - _ = yym1218 + if yyq1218[1] { + yym1223 := z.EncBinary() + _ = yym1223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -14591,55 +14639,55 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1213[1] { + if yyq1218[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1219 := z.EncBinary() - _ = yym1219 + yym1224 := z.EncBinary() + _ = yym1224 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1213 || yy2arr1213 { + if yyr1218 || yy2arr1218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[2] { - yy1221 := &x.ListMeta - yym1222 := z.EncBinary() - _ = yym1222 + if yyq1218[2] { + yy1226 := &x.ListMeta + yym1227 := z.EncBinary() + _ = yym1227 if false { - } else if z.HasExtensions() && z.EncExt(yy1221) { + } else if z.HasExtensions() && z.EncExt(yy1226) { } else { - z.EncFallback(yy1221) + z.EncFallback(yy1226) } } else { r.EncodeNil() } } else { - if yyq1213[2] { + if yyq1218[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1223 := &x.ListMeta - yym1224 := z.EncBinary() - _ = yym1224 + yy1228 := &x.ListMeta + yym1229 := z.EncBinary() + _ = yym1229 if false { - } else if z.HasExtensions() && z.EncExt(yy1223) { + } else if z.HasExtensions() && z.EncExt(yy1228) { } else { - z.EncFallback(yy1223) + z.EncFallback(yy1228) } } } - if yyr1213 || yy2arr1213 { + if yyr1218 || yy2arr1218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1213[3] { + if yyq1218[3] { if x.Items == nil { r.EncodeNil() } else { - yym1226 := z.EncBinary() - _ = yym1226 + yym1231 := z.EncBinary() + _ = yym1231 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -14649,15 +14697,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1213[3] { + if yyq1218[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1227 := z.EncBinary() - _ = yym1227 + yym1232 := z.EncBinary() + _ = yym1232 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -14665,7 +14713,7 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1213 || yy2arr1213 { + if yyr1218 || yy2arr1218 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14678,25 +14726,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1228 := z.DecBinary() - _ = yym1228 + yym1233 := z.DecBinary() + _ = yym1233 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1229 := r.ContainerType() - if yyct1229 == codecSelferValueTypeMap1234 { - yyl1229 := r.ReadMapStart() - if yyl1229 == 0 { + yyct1234 := r.ContainerType() + if yyct1234 == codecSelferValueTypeMap1234 { + yyl1234 := r.ReadMapStart() + if yyl1234 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1229, d) + x.codecDecodeSelfFromMap(yyl1234, d) } - } else if yyct1229 == codecSelferValueTypeArray1234 { - yyl1229 := r.ReadArrayStart() - if yyl1229 == 0 { + } else if yyct1234 == codecSelferValueTypeArray1234 { + yyl1234 := r.ReadArrayStart() + if yyl1234 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1229, d) + x.codecDecodeSelfFromArray(yyl1234, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14708,12 +14756,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1230Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1230Slc - var yyhl1230 bool = l >= 0 - for yyj1230 := 0; ; yyj1230++ { - if yyhl1230 { - if yyj1230 >= l { + var yys1235Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1235Slc + var yyhl1235 bool = l >= 0 + for yyj1235 := 0; ; yyj1235++ { + if yyhl1235 { + if yyj1235 >= l { break } } else { @@ -14722,10 +14770,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1230Slc = r.DecodeBytes(yys1230Slc, true, true) - yys1230 := string(yys1230Slc) + yys1235Slc = r.DecodeBytes(yys1235Slc, true, true) + yys1235 := string(yys1235Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1230 { + switch yys1235 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14742,31 +14790,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1233 := &x.ListMeta - yym1234 := z.DecBinary() - _ = yym1234 + yyv1238 := &x.ListMeta + yym1239 := z.DecBinary() + _ = yym1239 if false { - } else if z.HasExtensions() && z.DecExt(yyv1233) { + } else if z.HasExtensions() && z.DecExt(yyv1238) { } else { - z.DecFallback(yyv1233, false) + z.DecFallback(yyv1238, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1235 := &x.Items - yym1236 := z.DecBinary() - _ = yym1236 + yyv1240 := &x.Items + yym1241 := z.DecBinary() + _ = yym1241 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv1235), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv1240), d) } } default: - z.DecStructFieldNotFound(-1, yys1230) - } // end switch yys1230 - } // end for yyj1230 + z.DecStructFieldNotFound(-1, yys1235) + } // end switch yys1235 + } // end for yyj1235 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14774,16 +14822,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1237 int - var yyb1237 bool - var yyhl1237 bool = l >= 0 - yyj1237++ - if yyhl1237 { - yyb1237 = yyj1237 > l + var yyj1242 int + var yyb1242 bool + var yyhl1242 bool = l >= 0 + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1237 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1237 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14793,13 +14841,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1237++ - if yyhl1237 { - yyb1237 = yyj1237 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1237 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1237 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14809,13 +14857,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1237++ - if yyhl1237 { - yyb1237 = yyj1237 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1237 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1237 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14823,22 +14871,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1240 := &x.ListMeta - yym1241 := z.DecBinary() - _ = yym1241 + yyv1245 := &x.ListMeta + yym1246 := z.DecBinary() + _ = yym1246 if false { - } else if z.HasExtensions() && z.DecExt(yyv1240) { + } else if z.HasExtensions() && z.DecExt(yyv1245) { } else { - z.DecFallback(yyv1240, false) + z.DecFallback(yyv1245, false) } } - yyj1237++ - if yyhl1237 { - yyb1237 = yyj1237 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1237 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1237 { + if yyb1242 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14846,26 +14894,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1242 := &x.Items - yym1243 := z.DecBinary() - _ = yym1243 + yyv1247 := &x.Items + yym1248 := z.DecBinary() + _ = yym1248 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv1242), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv1247), d) } } for { - yyj1237++ - if yyhl1237 { - yyb1237 = yyj1237 > l + yyj1242++ + if yyhl1242 { + yyb1242 = yyj1242 > l } else { - yyb1237 = r.CheckBreak() + yyb1242 = r.CheckBreak() } - if yyb1237 { + if yyb1242 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1237-1, "") + z.DecStructFieldNotFound(yyj1242-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14877,39 +14925,39 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1244 := z.EncBinary() - _ = yym1244 + yym1249 := z.EncBinary() + _ = yym1249 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1245 := !z.EncBinary() - yy2arr1245 := z.EncBasicHandle().StructToArray - var yyq1245 [5]bool - _, _, _ = yysep1245, yyq1245, yy2arr1245 - const yyr1245 bool = false - yyq1245[0] = x.Kind != "" - yyq1245[1] = x.APIVersion != "" - yyq1245[2] = true - yyq1245[3] = true - yyq1245[4] = true - var yynn1245 int - if yyr1245 || yy2arr1245 { + yysep1250 := !z.EncBinary() + yy2arr1250 := z.EncBasicHandle().StructToArray + var yyq1250 [5]bool + _, _, _ = yysep1250, yyq1250, yy2arr1250 + const yyr1250 bool = false + yyq1250[0] = x.Kind != "" + yyq1250[1] = x.APIVersion != "" + yyq1250[2] = true + yyq1250[3] = true + yyq1250[4] = true + var yynn1250 int + if yyr1250 || yy2arr1250 { r.EncodeArrayStart(5) } else { - yynn1245 = 0 - for _, b := range yyq1245 { + yynn1250 = 0 + for _, b := range yyq1250 { if b { - yynn1245++ + yynn1250++ } } - r.EncodeMapStart(yynn1245) - yynn1245 = 0 + r.EncodeMapStart(yynn1250) + yynn1250 = 0 } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[0] { - yym1247 := z.EncBinary() - _ = yym1247 + if yyq1250[0] { + yym1252 := z.EncBinary() + _ = yym1252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14918,23 +14966,23 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1245[0] { + if yyq1250[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1248 := z.EncBinary() - _ = yym1248 + yym1253 := z.EncBinary() + _ = yym1253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[1] { - yym1250 := z.EncBinary() - _ = yym1250 + if yyq1250[1] { + yym1255 := z.EncBinary() + _ = yym1255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -14943,70 +14991,70 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1245[1] { + if yyq1250[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1251 := z.EncBinary() - _ = yym1251 + yym1256 := z.EncBinary() + _ = yym1256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[2] { - yy1253 := &x.ObjectMeta - yy1253.CodecEncodeSelf(e) + if yyq1250[2] { + yy1258 := &x.ObjectMeta + yy1258.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1245[2] { + if yyq1250[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1254 := &x.ObjectMeta - yy1254.CodecEncodeSelf(e) + yy1259 := &x.ObjectMeta + yy1259.CodecEncodeSelf(e) } } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[3] { - yy1256 := &x.Spec - yy1256.CodecEncodeSelf(e) + if yyq1250[3] { + yy1261 := &x.Spec + yy1261.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1245[3] { + if yyq1250[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1257 := &x.Spec - yy1257.CodecEncodeSelf(e) + yy1262 := &x.Spec + yy1262.CodecEncodeSelf(e) } } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1245[4] { - yy1259 := &x.Status - yy1259.CodecEncodeSelf(e) + if yyq1250[4] { + yy1264 := &x.Status + yy1264.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1245[4] { + if yyq1250[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1260 := &x.Status - yy1260.CodecEncodeSelf(e) + yy1265 := &x.Status + yy1265.CodecEncodeSelf(e) } } - if yyr1245 || yy2arr1245 { + if yyr1250 || yy2arr1250 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15019,25 +15067,25 @@ func (x *ReplicaSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1261 := z.DecBinary() - _ = yym1261 + yym1266 := z.DecBinary() + _ = yym1266 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1262 := r.ContainerType() - if yyct1262 == codecSelferValueTypeMap1234 { - yyl1262 := r.ReadMapStart() - if yyl1262 == 0 { + yyct1267 := r.ContainerType() + if yyct1267 == codecSelferValueTypeMap1234 { + yyl1267 := r.ReadMapStart() + if yyl1267 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1262, d) + x.codecDecodeSelfFromMap(yyl1267, d) } - } else if yyct1262 == codecSelferValueTypeArray1234 { - yyl1262 := r.ReadArrayStart() - if yyl1262 == 0 { + } else if yyct1267 == codecSelferValueTypeArray1234 { + yyl1267 := r.ReadArrayStart() + if yyl1267 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1262, d) + x.codecDecodeSelfFromArray(yyl1267, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15049,12 +15097,12 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1263Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1263Slc - var yyhl1263 bool = l >= 0 - for yyj1263 := 0; ; yyj1263++ { - if yyhl1263 { - if yyj1263 >= l { + var yys1268Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1268Slc + var yyhl1268 bool = l >= 0 + for yyj1268 := 0; ; yyj1268++ { + if yyhl1268 { + if yyj1268 >= l { break } } else { @@ -15063,10 +15111,10 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1263Slc = r.DecodeBytes(yys1263Slc, true, true) - yys1263 := string(yys1263Slc) + yys1268Slc = r.DecodeBytes(yys1268Slc, true, true) + yys1268 := string(yys1268Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1263 { + switch yys1268 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -15083,27 +15131,27 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1266 := &x.ObjectMeta - yyv1266.CodecDecodeSelf(d) + yyv1271 := &x.ObjectMeta + yyv1271.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicaSetSpec{} } else { - yyv1267 := &x.Spec - yyv1267.CodecDecodeSelf(d) + yyv1272 := &x.Spec + yyv1272.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicaSetStatus{} } else { - yyv1268 := &x.Status - yyv1268.CodecDecodeSelf(d) + yyv1273 := &x.Status + yyv1273.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1263) - } // end switch yys1263 - } // end for yyj1263 + z.DecStructFieldNotFound(-1, yys1268) + } // end switch yys1268 + } // end for yyj1268 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15111,16 +15159,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1269 int - var yyb1269 bool - var yyhl1269 bool = l >= 0 - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + var yyj1274 int + var yyb1274 bool + var yyhl1274 bool = l >= 0 + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15130,13 +15178,13 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15146,13 +15194,13 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15160,16 +15208,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_api.ObjectMeta{} } else { - yyv1272 := &x.ObjectMeta - yyv1272.CodecDecodeSelf(d) + yyv1277 := &x.ObjectMeta + yyv1277.CodecDecodeSelf(d) } - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15177,16 +15225,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ReplicaSetSpec{} } else { - yyv1273 := &x.Spec - yyv1273.CodecDecodeSelf(d) + yyv1278 := &x.Spec + yyv1278.CodecDecodeSelf(d) } - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15194,21 +15242,21 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ReplicaSetStatus{} } else { - yyv1274 := &x.Status - yyv1274.CodecDecodeSelf(d) + yyv1279 := &x.Status + yyv1279.CodecDecodeSelf(d) } for { - yyj1269++ - if yyhl1269 { - yyb1269 = yyj1269 > l + yyj1274++ + if yyhl1274 { + yyb1274 = yyj1274 > l } else { - yyb1269 = r.CheckBreak() + yyb1274 = r.CheckBreak() } - if yyb1269 { + if yyb1274 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1269-1, "") + z.DecStructFieldNotFound(yyj1274-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15220,37 +15268,37 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1275 := z.EncBinary() - _ = yym1275 + yym1280 := z.EncBinary() + _ = yym1280 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1276 := !z.EncBinary() - yy2arr1276 := z.EncBasicHandle().StructToArray - var yyq1276 [4]bool - _, _, _ = yysep1276, yyq1276, yy2arr1276 - const yyr1276 bool = false - yyq1276[0] = x.Kind != "" - yyq1276[1] = x.APIVersion != "" - yyq1276[2] = true - var yynn1276 int - if yyr1276 || yy2arr1276 { + yysep1281 := !z.EncBinary() + yy2arr1281 := z.EncBasicHandle().StructToArray + var yyq1281 [4]bool + _, _, _ = yysep1281, yyq1281, yy2arr1281 + const yyr1281 bool = false + yyq1281[0] = x.Kind != "" + yyq1281[1] = x.APIVersion != "" + yyq1281[2] = true + var yynn1281 int + if yyr1281 || yy2arr1281 { r.EncodeArrayStart(4) } else { - yynn1276 = 1 - for _, b := range yyq1276 { + yynn1281 = 1 + for _, b := range yyq1281 { if b { - yynn1276++ + yynn1281++ } } - r.EncodeMapStart(yynn1276) - yynn1276 = 0 + r.EncodeMapStart(yynn1281) + yynn1281 = 0 } - if yyr1276 || yy2arr1276 { + if yyr1281 || yy2arr1281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1276[0] { - yym1278 := z.EncBinary() - _ = yym1278 + if yyq1281[0] { + yym1283 := z.EncBinary() + _ = yym1283 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15259,23 +15307,23 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1276[0] { + if yyq1281[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1279 := z.EncBinary() - _ = yym1279 + yym1284 := z.EncBinary() + _ = yym1284 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1276 || yy2arr1276 { + if yyr1281 || yy2arr1281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1276[1] { - yym1281 := z.EncBinary() - _ = yym1281 + if yyq1281[1] { + yym1286 := z.EncBinary() + _ = yym1286 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15284,54 +15332,54 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1276[1] { + if yyq1281[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1282 := z.EncBinary() - _ = yym1282 + yym1287 := z.EncBinary() + _ = yym1287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1276 || yy2arr1276 { + if yyr1281 || yy2arr1281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1276[2] { - yy1284 := &x.ListMeta - yym1285 := z.EncBinary() - _ = yym1285 + if yyq1281[2] { + yy1289 := &x.ListMeta + yym1290 := z.EncBinary() + _ = yym1290 if false { - } else if z.HasExtensions() && z.EncExt(yy1284) { + } else if z.HasExtensions() && z.EncExt(yy1289) { } else { - z.EncFallback(yy1284) + z.EncFallback(yy1289) } } else { r.EncodeNil() } } else { - if yyq1276[2] { + if yyq1281[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1286 := &x.ListMeta - yym1287 := z.EncBinary() - _ = yym1287 + yy1291 := &x.ListMeta + yym1292 := z.EncBinary() + _ = yym1292 if false { - } else if z.HasExtensions() && z.EncExt(yy1286) { + } else if z.HasExtensions() && z.EncExt(yy1291) { } else { - z.EncFallback(yy1286) + z.EncFallback(yy1291) } } } - if yyr1276 || yy2arr1276 { + if yyr1281 || yy2arr1281 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1289 := z.EncBinary() - _ = yym1289 + yym1294 := z.EncBinary() + _ = yym1294 if false { } else { h.encSliceReplicaSet(([]ReplicaSet)(x.Items), e) @@ -15344,15 +15392,15 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1290 := z.EncBinary() - _ = yym1290 + yym1295 := z.EncBinary() + _ = yym1295 if false { } else { h.encSliceReplicaSet(([]ReplicaSet)(x.Items), e) } } } - if yyr1276 || yy2arr1276 { + if yyr1281 || yy2arr1281 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15365,25 +15413,25 @@ func (x *ReplicaSetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1291 := z.DecBinary() - _ = yym1291 + yym1296 := z.DecBinary() + _ = yym1296 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1292 := r.ContainerType() - if yyct1292 == codecSelferValueTypeMap1234 { - yyl1292 := r.ReadMapStart() - if yyl1292 == 0 { + yyct1297 := r.ContainerType() + if yyct1297 == codecSelferValueTypeMap1234 { + yyl1297 := r.ReadMapStart() + if yyl1297 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1292, d) + x.codecDecodeSelfFromMap(yyl1297, d) } - } else if yyct1292 == codecSelferValueTypeArray1234 { - yyl1292 := r.ReadArrayStart() - if yyl1292 == 0 { + } else if yyct1297 == codecSelferValueTypeArray1234 { + yyl1297 := r.ReadArrayStart() + if yyl1297 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1292, d) + x.codecDecodeSelfFromArray(yyl1297, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15395,12 +15443,12 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1293Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1293Slc - var yyhl1293 bool = l >= 0 - for yyj1293 := 0; ; yyj1293++ { - if yyhl1293 { - if yyj1293 >= l { + var yys1298Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1298Slc + var yyhl1298 bool = l >= 0 + for yyj1298 := 0; ; yyj1298++ { + if yyhl1298 { + if yyj1298 >= l { break } } else { @@ -15409,10 +15457,10 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1293Slc = r.DecodeBytes(yys1293Slc, true, true) - yys1293 := string(yys1293Slc) + yys1298Slc = r.DecodeBytes(yys1298Slc, true, true) + yys1298 := string(yys1298Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1293 { + switch yys1298 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -15429,31 +15477,31 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1296 := &x.ListMeta - yym1297 := z.DecBinary() - _ = yym1297 + yyv1301 := &x.ListMeta + yym1302 := z.DecBinary() + _ = yym1302 if false { - } else if z.HasExtensions() && z.DecExt(yyv1296) { + } else if z.HasExtensions() && z.DecExt(yyv1301) { } else { - z.DecFallback(yyv1296, false) + z.DecFallback(yyv1301, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1298 := &x.Items - yym1299 := z.DecBinary() - _ = yym1299 + yyv1303 := &x.Items + yym1304 := z.DecBinary() + _ = yym1304 if false { } else { - h.decSliceReplicaSet((*[]ReplicaSet)(yyv1298), d) + h.decSliceReplicaSet((*[]ReplicaSet)(yyv1303), d) } } default: - z.DecStructFieldNotFound(-1, yys1293) - } // end switch yys1293 - } // end for yyj1293 + z.DecStructFieldNotFound(-1, yys1298) + } // end switch yys1298 + } // end for yyj1298 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15461,16 +15509,16 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1300 int - var yyb1300 bool - var yyhl1300 bool = l >= 0 - yyj1300++ - if yyhl1300 { - yyb1300 = yyj1300 > l + var yyj1305 int + var yyb1305 bool + var yyhl1305 bool = l >= 0 + yyj1305++ + if yyhl1305 { + yyb1305 = yyj1305 > l } else { - yyb1300 = r.CheckBreak() + yyb1305 = r.CheckBreak() } - if yyb1300 { + if yyb1305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15480,13 +15528,13 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1300++ - if yyhl1300 { - yyb1300 = yyj1300 > l + yyj1305++ + if yyhl1305 { + yyb1305 = yyj1305 > l } else { - yyb1300 = r.CheckBreak() + yyb1305 = r.CheckBreak() } - if yyb1300 { + if yyb1305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15496,13 +15544,13 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1300++ - if yyhl1300 { - yyb1300 = yyj1300 > l + yyj1305++ + if yyhl1305 { + yyb1305 = yyj1305 > l } else { - yyb1300 = r.CheckBreak() + yyb1305 = r.CheckBreak() } - if yyb1300 { + if yyb1305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15510,22 +15558,22 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1303 := &x.ListMeta - yym1304 := z.DecBinary() - _ = yym1304 + yyv1308 := &x.ListMeta + yym1309 := z.DecBinary() + _ = yym1309 if false { - } else if z.HasExtensions() && z.DecExt(yyv1303) { + } else if z.HasExtensions() && z.DecExt(yyv1308) { } else { - z.DecFallback(yyv1303, false) + z.DecFallback(yyv1308, false) } } - yyj1300++ - if yyhl1300 { - yyb1300 = yyj1300 > l + yyj1305++ + if yyhl1305 { + yyb1305 = yyj1305 > l } else { - yyb1300 = r.CheckBreak() + yyb1305 = r.CheckBreak() } - if yyb1300 { + if yyb1305 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15533,26 +15581,26 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1305 := &x.Items - yym1306 := z.DecBinary() - _ = yym1306 + yyv1310 := &x.Items + yym1311 := z.DecBinary() + _ = yym1311 if false { } else { - h.decSliceReplicaSet((*[]ReplicaSet)(yyv1305), d) + h.decSliceReplicaSet((*[]ReplicaSet)(yyv1310), d) } } for { - yyj1300++ - if yyhl1300 { - yyb1300 = yyj1300 > l + yyj1305++ + if yyhl1305 { + yyb1305 = yyj1305 > l } else { - yyb1300 = r.CheckBreak() + yyb1305 = r.CheckBreak() } - if yyb1300 { + if yyb1305 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1300-1, "") + z.DecStructFieldNotFound(yyj1305-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15564,35 +15612,35 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1307 := z.EncBinary() - _ = yym1307 + yym1312 := z.EncBinary() + _ = yym1312 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1308 := !z.EncBinary() - yy2arr1308 := z.EncBasicHandle().StructToArray - var yyq1308 [3]bool - _, _, _ = yysep1308, yyq1308, yy2arr1308 - const yyr1308 bool = false - yyq1308[1] = x.Selector != nil - yyq1308[2] = x.Template != nil - var yynn1308 int - if yyr1308 || yy2arr1308 { + yysep1313 := !z.EncBinary() + yy2arr1313 := z.EncBasicHandle().StructToArray + var yyq1313 [3]bool + _, _, _ = yysep1313, yyq1313, yy2arr1313 + const yyr1313 bool = false + yyq1313[1] = x.Selector != nil + yyq1313[2] = x.Template != nil + var yynn1313 int + if yyr1313 || yy2arr1313 { r.EncodeArrayStart(3) } else { - yynn1308 = 1 - for _, b := range yyq1308 { + yynn1313 = 1 + for _, b := range yyq1313 { if b { - yynn1308++ + yynn1313++ } } - r.EncodeMapStart(yynn1308) - yynn1308 = 0 + r.EncodeMapStart(yynn1313) + yynn1313 = 0 } - if yyr1308 || yy2arr1308 { + if yyr1313 || yy2arr1313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1310 := z.EncBinary() - _ = yym1310 + yym1315 := z.EncBinary() + _ = yym1315 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -15601,16 +15649,16 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1311 := z.EncBinary() - _ = yym1311 + yym1316 := z.EncBinary() + _ = yym1316 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1308 || yy2arr1308 { + if yyr1313 || yy2arr1313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1308[1] { + if yyq1313[1] { if x.Selector == nil { r.EncodeNil() } else { @@ -15620,7 +15668,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1308[1] { + if yyq1313[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15631,9 +15679,9 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1308 || yy2arr1308 { + if yyr1313 || yy2arr1313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1308[2] { + if yyq1313[2] { if x.Template == nil { r.EncodeNil() } else { @@ -15643,7 +15691,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1308[2] { + if yyq1313[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15654,7 +15702,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1308 || yy2arr1308 { + if yyr1313 || yy2arr1313 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15667,25 +15715,25 @@ func (x *ReplicaSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1314 := z.DecBinary() - _ = yym1314 + yym1319 := z.DecBinary() + _ = yym1319 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1315 := r.ContainerType() - if yyct1315 == codecSelferValueTypeMap1234 { - yyl1315 := r.ReadMapStart() - if yyl1315 == 0 { + yyct1320 := r.ContainerType() + if yyct1320 == codecSelferValueTypeMap1234 { + yyl1320 := r.ReadMapStart() + if yyl1320 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1315, d) + x.codecDecodeSelfFromMap(yyl1320, d) } - } else if yyct1315 == codecSelferValueTypeArray1234 { - yyl1315 := r.ReadArrayStart() - if yyl1315 == 0 { + } else if yyct1320 == codecSelferValueTypeArray1234 { + yyl1320 := r.ReadArrayStart() + if yyl1320 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1315, d) + x.codecDecodeSelfFromArray(yyl1320, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15697,12 +15745,12 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1316Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1316Slc - var yyhl1316 bool = l >= 0 - for yyj1316 := 0; ; yyj1316++ { - if yyhl1316 { - if yyj1316 >= l { + var yys1321Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1321Slc + var yyhl1321 bool = l >= 0 + for yyj1321 := 0; ; yyj1321++ { + if yyhl1321 { + if yyj1321 >= l { break } } else { @@ -15711,10 +15759,10 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1316Slc = r.DecodeBytes(yys1316Slc, true, true) - yys1316 := string(yys1316Slc) + yys1321Slc = r.DecodeBytes(yys1321Slc, true, true) + yys1321 := string(yys1321Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1316 { + switch yys1321 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -15744,9 +15792,9 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1316) - } // end switch yys1316 - } // end for yyj1316 + z.DecStructFieldNotFound(-1, yys1321) + } // end switch yys1321 + } // end for yyj1321 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15754,16 +15802,16 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1320 int - var yyb1320 bool - var yyhl1320 bool = l >= 0 - yyj1320++ - if yyhl1320 { - yyb1320 = yyj1320 > l + var yyj1325 int + var yyb1325 bool + var yyhl1325 bool = l >= 0 + yyj1325++ + if yyhl1325 { + yyb1325 = yyj1325 > l } else { - yyb1320 = r.CheckBreak() + yyb1325 = r.CheckBreak() } - if yyb1320 { + if yyb1325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15773,13 +15821,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1320++ - if yyhl1320 { - yyb1320 = yyj1320 > l + yyj1325++ + if yyhl1325 { + yyb1325 = yyj1325 > l } else { - yyb1320 = r.CheckBreak() + yyb1325 = r.CheckBreak() } - if yyb1320 { + if yyb1325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15794,13 +15842,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj1320++ - if yyhl1320 { - yyb1320 = yyj1320 > l + yyj1325++ + if yyhl1325 { + yyb1325 = yyj1325 > l } else { - yyb1320 = r.CheckBreak() + yyb1325 = r.CheckBreak() } - if yyb1320 { + if yyb1325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15816,17 +15864,17 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Template.CodecDecodeSelf(d) } for { - yyj1320++ - if yyhl1320 { - yyb1320 = yyj1320 > l + yyj1325++ + if yyhl1325 { + yyb1325 = yyj1325 > l } else { - yyb1320 = r.CheckBreak() + yyb1325 = r.CheckBreak() } - if yyb1320 { + if yyb1325 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1320-1, "") + z.DecStructFieldNotFound(yyj1325-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15838,34 +15886,34 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1324 := z.EncBinary() - _ = yym1324 + yym1329 := z.EncBinary() + _ = yym1329 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1325 := !z.EncBinary() - yy2arr1325 := z.EncBasicHandle().StructToArray - var yyq1325 [2]bool - _, _, _ = yysep1325, yyq1325, yy2arr1325 - const yyr1325 bool = false - yyq1325[1] = x.ObservedGeneration != 0 - var yynn1325 int - if yyr1325 || yy2arr1325 { + yysep1330 := !z.EncBinary() + yy2arr1330 := z.EncBasicHandle().StructToArray + var yyq1330 [2]bool + _, _, _ = yysep1330, yyq1330, yy2arr1330 + const yyr1330 bool = false + yyq1330[1] = x.ObservedGeneration != 0 + var yynn1330 int + if yyr1330 || yy2arr1330 { r.EncodeArrayStart(2) } else { - yynn1325 = 1 - for _, b := range yyq1325 { + yynn1330 = 1 + for _, b := range yyq1330 { if b { - yynn1325++ + yynn1330++ } } - r.EncodeMapStart(yynn1325) - yynn1325 = 0 + r.EncodeMapStart(yynn1330) + yynn1330 = 0 } - if yyr1325 || yy2arr1325 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1327 := z.EncBinary() - _ = yym1327 + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -15874,18 +15922,18 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1328 := z.EncBinary() - _ = yym1328 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1325 || yy2arr1325 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1325[1] { - yym1330 := z.EncBinary() - _ = yym1330 + if yyq1330[1] { + yym1335 := z.EncBinary() + _ = yym1335 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -15894,19 +15942,19 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1325[1] { + if yyq1330[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1331 := z.EncBinary() - _ = yym1331 + yym1336 := z.EncBinary() + _ = yym1336 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1325 || yy2arr1325 { + if yyr1330 || yy2arr1330 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15919,25 +15967,25 @@ func (x *ReplicaSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1332 := z.DecBinary() - _ = yym1332 + yym1337 := z.DecBinary() + _ = yym1337 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1333 := r.ContainerType() - if yyct1333 == codecSelferValueTypeMap1234 { - yyl1333 := r.ReadMapStart() - if yyl1333 == 0 { + yyct1338 := r.ContainerType() + if yyct1338 == codecSelferValueTypeMap1234 { + yyl1338 := r.ReadMapStart() + if yyl1338 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1333, d) + x.codecDecodeSelfFromMap(yyl1338, d) } - } else if yyct1333 == codecSelferValueTypeArray1234 { - yyl1333 := r.ReadArrayStart() - if yyl1333 == 0 { + } else if yyct1338 == codecSelferValueTypeArray1234 { + yyl1338 := r.ReadArrayStart() + if yyl1338 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1333, d) + x.codecDecodeSelfFromArray(yyl1338, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15949,12 +15997,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1334Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1334Slc - var yyhl1334 bool = l >= 0 - for yyj1334 := 0; ; yyj1334++ { - if yyhl1334 { - if yyj1334 >= l { + var yys1339Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1339Slc + var yyhl1339 bool = l >= 0 + for yyj1339 := 0; ; yyj1339++ { + if yyhl1339 { + if yyj1339 >= l { break } } else { @@ -15963,10 +16011,10 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1334Slc = r.DecodeBytes(yys1334Slc, true, true) - yys1334 := string(yys1334Slc) + yys1339Slc = r.DecodeBytes(yys1339Slc, true, true) + yys1339 := string(yys1339Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1334 { + switch yys1339 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -15980,9 +16028,9 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1334) - } // end switch yys1334 - } // end for yyj1334 + z.DecStructFieldNotFound(-1, yys1339) + } // end switch yys1339 + } // end for yyj1339 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15990,16 +16038,16 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1337 int - var yyb1337 bool - var yyhl1337 bool = l >= 0 - yyj1337++ - if yyhl1337 { - yyb1337 = yyj1337 > l + var yyj1342 int + var yyb1342 bool + var yyhl1342 bool = l >= 0 + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1337 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1337 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16009,13 +16057,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1337++ - if yyhl1337 { - yyb1337 = yyj1337 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1337 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1337 { + if yyb1342 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16026,17 +16074,17 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1337++ - if yyhl1337 { - yyb1337 = yyj1337 > l + yyj1342++ + if yyhl1342 { + yyb1342 = yyj1342 > l } else { - yyb1337 = r.CheckBreak() + yyb1342 = r.CheckBreak() } - if yyb1337 { + if yyb1342 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1337-1, "") + z.DecStructFieldNotFound(yyj1342-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16046,10 +16094,10 @@ func (x codecSelfer1234) encSliceHorizontalPodAutoscaler(v []HorizontalPodAutosc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1340 := range v { + for _, yyv1345 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1341 := &yyv1340 - yy1341.CodecEncodeSelf(e) + yy1346 := &yyv1345 + yy1346.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16059,83 +16107,83 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1342 := *v - yyh1342, yyl1342 := z.DecSliceHelperStart() - var yyc1342 bool - if yyl1342 == 0 { - if yyv1342 == nil { - yyv1342 = []HorizontalPodAutoscaler{} - yyc1342 = true - } else if len(yyv1342) != 0 { - yyv1342 = yyv1342[:0] - yyc1342 = true + yyv1347 := *v + yyh1347, yyl1347 := z.DecSliceHelperStart() + var yyc1347 bool + if yyl1347 == 0 { + if yyv1347 == nil { + yyv1347 = []HorizontalPodAutoscaler{} + yyc1347 = true + } else if len(yyv1347) != 0 { + yyv1347 = yyv1347[:0] + yyc1347 = true } - } else if yyl1342 > 0 { - var yyrr1342, yyrl1342 int - var yyrt1342 bool - if yyl1342 > cap(yyv1342) { + } else if yyl1347 > 0 { + var yyrr1347, yyrl1347 int + var yyrt1347 bool + if yyl1347 > cap(yyv1347) { - yyrg1342 := len(yyv1342) > 0 - yyv21342 := yyv1342 - yyrl1342, yyrt1342 = z.DecInferLen(yyl1342, z.DecBasicHandle().MaxInitLen, 320) - if yyrt1342 { - if yyrl1342 <= cap(yyv1342) { - yyv1342 = yyv1342[:yyrl1342] + yyrg1347 := len(yyv1347) > 0 + yyv21347 := yyv1347 + yyrl1347, yyrt1347 = z.DecInferLen(yyl1347, z.DecBasicHandle().MaxInitLen, 320) + if yyrt1347 { + if yyrl1347 <= cap(yyv1347) { + yyv1347 = yyv1347[:yyrl1347] } else { - yyv1342 = make([]HorizontalPodAutoscaler, yyrl1342) + yyv1347 = make([]HorizontalPodAutoscaler, yyrl1347) } } else { - yyv1342 = make([]HorizontalPodAutoscaler, yyrl1342) + yyv1347 = make([]HorizontalPodAutoscaler, yyrl1347) } - yyc1342 = true - yyrr1342 = len(yyv1342) - if yyrg1342 { - copy(yyv1342, yyv21342) + yyc1347 = true + yyrr1347 = len(yyv1347) + if yyrg1347 { + copy(yyv1347, yyv21347) } - } else if yyl1342 != len(yyv1342) { - yyv1342 = yyv1342[:yyl1342] - yyc1342 = true + } else if yyl1347 != len(yyv1347) { + yyv1347 = yyv1347[:yyl1347] + yyc1347 = true } - yyj1342 := 0 - for ; yyj1342 < yyrr1342; yyj1342++ { - yyh1342.ElemContainerState(yyj1342) + yyj1347 := 0 + for ; yyj1347 < yyrr1347; yyj1347++ { + yyh1347.ElemContainerState(yyj1347) if r.TryDecodeAsNil() { - yyv1342[yyj1342] = HorizontalPodAutoscaler{} + yyv1347[yyj1347] = HorizontalPodAutoscaler{} } else { - yyv1343 := &yyv1342[yyj1342] - yyv1343.CodecDecodeSelf(d) + yyv1348 := &yyv1347[yyj1347] + yyv1348.CodecDecodeSelf(d) } } - if yyrt1342 { - for ; yyj1342 < yyl1342; yyj1342++ { - yyv1342 = append(yyv1342, HorizontalPodAutoscaler{}) - yyh1342.ElemContainerState(yyj1342) + if yyrt1347 { + for ; yyj1347 < yyl1347; yyj1347++ { + yyv1347 = append(yyv1347, HorizontalPodAutoscaler{}) + yyh1347.ElemContainerState(yyj1347) if r.TryDecodeAsNil() { - yyv1342[yyj1342] = HorizontalPodAutoscaler{} + yyv1347[yyj1347] = HorizontalPodAutoscaler{} } else { - yyv1344 := &yyv1342[yyj1342] - yyv1344.CodecDecodeSelf(d) + yyv1349 := &yyv1347[yyj1347] + yyv1349.CodecDecodeSelf(d) } } } } else { - yyj1342 := 0 - for ; !r.CheckBreak(); yyj1342++ { + yyj1347 := 0 + for ; !r.CheckBreak(); yyj1347++ { - if yyj1342 >= len(yyv1342) { - yyv1342 = append(yyv1342, HorizontalPodAutoscaler{}) // var yyz1342 HorizontalPodAutoscaler - yyc1342 = true + if yyj1347 >= len(yyv1347) { + yyv1347 = append(yyv1347, HorizontalPodAutoscaler{}) // var yyz1347 HorizontalPodAutoscaler + yyc1347 = true } - yyh1342.ElemContainerState(yyj1342) - if yyj1342 < len(yyv1342) { + yyh1347.ElemContainerState(yyj1347) + if yyj1347 < len(yyv1347) { if r.TryDecodeAsNil() { - yyv1342[yyj1342] = HorizontalPodAutoscaler{} + yyv1347[yyj1347] = HorizontalPodAutoscaler{} } else { - yyv1345 := &yyv1342[yyj1342] - yyv1345.CodecDecodeSelf(d) + yyv1350 := &yyv1347[yyj1347] + yyv1350.CodecDecodeSelf(d) } } else { @@ -16143,17 +16191,17 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos } } - if yyj1342 < len(yyv1342) { - yyv1342 = yyv1342[:yyj1342] - yyc1342 = true - } else if yyj1342 == 0 && yyv1342 == nil { - yyv1342 = []HorizontalPodAutoscaler{} - yyc1342 = true + if yyj1347 < len(yyv1347) { + yyv1347 = yyv1347[:yyj1347] + yyc1347 = true + } else if yyj1347 == 0 && yyv1347 == nil { + yyv1347 = []HorizontalPodAutoscaler{} + yyc1347 = true } } - yyh1342.End() - if yyc1342 { - *v = yyv1342 + yyh1347.End() + if yyc1347 { + *v = yyv1347 } } @@ -16162,10 +16210,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1346 := range v { + for _, yyv1351 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1347 := &yyv1346 - yy1347.CodecEncodeSelf(e) + yy1352 := &yyv1351 + yy1352.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16175,83 +16223,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1348 := *v - yyh1348, yyl1348 := z.DecSliceHelperStart() - var yyc1348 bool - if yyl1348 == 0 { - if yyv1348 == nil { - yyv1348 = []APIVersion{} - yyc1348 = true - } else if len(yyv1348) != 0 { - yyv1348 = yyv1348[:0] - yyc1348 = true + yyv1353 := *v + yyh1353, yyl1353 := z.DecSliceHelperStart() + var yyc1353 bool + if yyl1353 == 0 { + if yyv1353 == nil { + yyv1353 = []APIVersion{} + yyc1353 = true + } else if len(yyv1353) != 0 { + yyv1353 = yyv1353[:0] + yyc1353 = true } - } else if yyl1348 > 0 { - var yyrr1348, yyrl1348 int - var yyrt1348 bool - if yyl1348 > cap(yyv1348) { + } else if yyl1353 > 0 { + var yyrr1353, yyrl1353 int + var yyrt1353 bool + if yyl1353 > cap(yyv1353) { - yyrg1348 := len(yyv1348) > 0 - yyv21348 := yyv1348 - yyrl1348, yyrt1348 = z.DecInferLen(yyl1348, z.DecBasicHandle().MaxInitLen, 32) - if yyrt1348 { - if yyrl1348 <= cap(yyv1348) { - yyv1348 = yyv1348[:yyrl1348] + yyrg1353 := len(yyv1353) > 0 + yyv21353 := yyv1353 + yyrl1353, yyrt1353 = z.DecInferLen(yyl1353, z.DecBasicHandle().MaxInitLen, 32) + if yyrt1353 { + if yyrl1353 <= cap(yyv1353) { + yyv1353 = yyv1353[:yyrl1353] } else { - yyv1348 = make([]APIVersion, yyrl1348) + yyv1353 = make([]APIVersion, yyrl1353) } } else { - yyv1348 = make([]APIVersion, yyrl1348) + yyv1353 = make([]APIVersion, yyrl1353) } - yyc1348 = true - yyrr1348 = len(yyv1348) - if yyrg1348 { - copy(yyv1348, yyv21348) + yyc1353 = true + yyrr1353 = len(yyv1353) + if yyrg1353 { + copy(yyv1353, yyv21353) } - } else if yyl1348 != len(yyv1348) { - yyv1348 = yyv1348[:yyl1348] - yyc1348 = true + } else if yyl1353 != len(yyv1353) { + yyv1353 = yyv1353[:yyl1353] + yyc1353 = true } - yyj1348 := 0 - for ; yyj1348 < yyrr1348; yyj1348++ { - yyh1348.ElemContainerState(yyj1348) + yyj1353 := 0 + for ; yyj1353 < yyrr1353; yyj1353++ { + yyh1353.ElemContainerState(yyj1353) if r.TryDecodeAsNil() { - yyv1348[yyj1348] = APIVersion{} + yyv1353[yyj1353] = APIVersion{} } else { - yyv1349 := &yyv1348[yyj1348] - yyv1349.CodecDecodeSelf(d) + yyv1354 := &yyv1353[yyj1353] + yyv1354.CodecDecodeSelf(d) } } - if yyrt1348 { - for ; yyj1348 < yyl1348; yyj1348++ { - yyv1348 = append(yyv1348, APIVersion{}) - yyh1348.ElemContainerState(yyj1348) + if yyrt1353 { + for ; yyj1353 < yyl1353; yyj1353++ { + yyv1353 = append(yyv1353, APIVersion{}) + yyh1353.ElemContainerState(yyj1353) if r.TryDecodeAsNil() { - yyv1348[yyj1348] = APIVersion{} + yyv1353[yyj1353] = APIVersion{} } else { - yyv1350 := &yyv1348[yyj1348] - yyv1350.CodecDecodeSelf(d) + yyv1355 := &yyv1353[yyj1353] + yyv1355.CodecDecodeSelf(d) } } } } else { - yyj1348 := 0 - for ; !r.CheckBreak(); yyj1348++ { + yyj1353 := 0 + for ; !r.CheckBreak(); yyj1353++ { - if yyj1348 >= len(yyv1348) { - yyv1348 = append(yyv1348, APIVersion{}) // var yyz1348 APIVersion - yyc1348 = true + if yyj1353 >= len(yyv1353) { + yyv1353 = append(yyv1353, APIVersion{}) // var yyz1353 APIVersion + yyc1353 = true } - yyh1348.ElemContainerState(yyj1348) - if yyj1348 < len(yyv1348) { + yyh1353.ElemContainerState(yyj1353) + if yyj1353 < len(yyv1353) { if r.TryDecodeAsNil() { - yyv1348[yyj1348] = APIVersion{} + yyv1353[yyj1353] = APIVersion{} } else { - yyv1351 := &yyv1348[yyj1348] - yyv1351.CodecDecodeSelf(d) + yyv1356 := &yyv1353[yyj1353] + yyv1356.CodecDecodeSelf(d) } } else { @@ -16259,17 +16307,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1348 < len(yyv1348) { - yyv1348 = yyv1348[:yyj1348] - yyc1348 = true - } else if yyj1348 == 0 && yyv1348 == nil { - yyv1348 = []APIVersion{} - yyc1348 = true + if yyj1353 < len(yyv1353) { + yyv1353 = yyv1353[:yyj1353] + yyc1353 = true + } else if yyj1353 == 0 && yyv1353 == nil { + yyv1353 = []APIVersion{} + yyc1353 = true } } - yyh1348.End() - if yyc1348 { - *v = yyv1348 + yyh1353.End() + if yyc1353 { + *v = yyv1353 } } @@ -16278,10 +16326,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1352 := range v { + for _, yyv1357 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1353 := &yyv1352 - yy1353.CodecEncodeSelf(e) + yy1358 := &yyv1357 + yy1358.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16291,83 +16339,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1354 := *v - yyh1354, yyl1354 := z.DecSliceHelperStart() - var yyc1354 bool - if yyl1354 == 0 { - if yyv1354 == nil { - yyv1354 = []ThirdPartyResource{} - yyc1354 = true - } else if len(yyv1354) != 0 { - yyv1354 = yyv1354[:0] - yyc1354 = true + yyv1359 := *v + yyh1359, yyl1359 := z.DecSliceHelperStart() + var yyc1359 bool + if yyl1359 == 0 { + if yyv1359 == nil { + yyv1359 = []ThirdPartyResource{} + yyc1359 = true + } else if len(yyv1359) != 0 { + yyv1359 = yyv1359[:0] + yyc1359 = true } - } else if yyl1354 > 0 { - var yyrr1354, yyrl1354 int - var yyrt1354 bool - if yyl1354 > cap(yyv1354) { + } else if yyl1359 > 0 { + var yyrr1359, yyrl1359 int + var yyrt1359 bool + if yyl1359 > cap(yyv1359) { - yyrg1354 := len(yyv1354) > 0 - yyv21354 := yyv1354 - yyrl1354, yyrt1354 = z.DecInferLen(yyl1354, z.DecBasicHandle().MaxInitLen, 232) - if yyrt1354 { - if yyrl1354 <= cap(yyv1354) { - yyv1354 = yyv1354[:yyrl1354] + yyrg1359 := len(yyv1359) > 0 + yyv21359 := yyv1359 + yyrl1359, yyrt1359 = z.DecInferLen(yyl1359, z.DecBasicHandle().MaxInitLen, 232) + if yyrt1359 { + if yyrl1359 <= cap(yyv1359) { + yyv1359 = yyv1359[:yyrl1359] } else { - yyv1354 = make([]ThirdPartyResource, yyrl1354) + yyv1359 = make([]ThirdPartyResource, yyrl1359) } } else { - yyv1354 = make([]ThirdPartyResource, yyrl1354) + yyv1359 = make([]ThirdPartyResource, yyrl1359) } - yyc1354 = true - yyrr1354 = len(yyv1354) - if yyrg1354 { - copy(yyv1354, yyv21354) + yyc1359 = true + yyrr1359 = len(yyv1359) + if yyrg1359 { + copy(yyv1359, yyv21359) } - } else if yyl1354 != len(yyv1354) { - yyv1354 = yyv1354[:yyl1354] - yyc1354 = true + } else if yyl1359 != len(yyv1359) { + yyv1359 = yyv1359[:yyl1359] + yyc1359 = true } - yyj1354 := 0 - for ; yyj1354 < yyrr1354; yyj1354++ { - yyh1354.ElemContainerState(yyj1354) + yyj1359 := 0 + for ; yyj1359 < yyrr1359; yyj1359++ { + yyh1359.ElemContainerState(yyj1359) if r.TryDecodeAsNil() { - yyv1354[yyj1354] = ThirdPartyResource{} + yyv1359[yyj1359] = ThirdPartyResource{} } else { - yyv1355 := &yyv1354[yyj1354] - yyv1355.CodecDecodeSelf(d) + yyv1360 := &yyv1359[yyj1359] + yyv1360.CodecDecodeSelf(d) } } - if yyrt1354 { - for ; yyj1354 < yyl1354; yyj1354++ { - yyv1354 = append(yyv1354, ThirdPartyResource{}) - yyh1354.ElemContainerState(yyj1354) + if yyrt1359 { + for ; yyj1359 < yyl1359; yyj1359++ { + yyv1359 = append(yyv1359, ThirdPartyResource{}) + yyh1359.ElemContainerState(yyj1359) if r.TryDecodeAsNil() { - yyv1354[yyj1354] = ThirdPartyResource{} + yyv1359[yyj1359] = ThirdPartyResource{} } else { - yyv1356 := &yyv1354[yyj1354] - yyv1356.CodecDecodeSelf(d) + yyv1361 := &yyv1359[yyj1359] + yyv1361.CodecDecodeSelf(d) } } } } else { - yyj1354 := 0 - for ; !r.CheckBreak(); yyj1354++ { + yyj1359 := 0 + for ; !r.CheckBreak(); yyj1359++ { - if yyj1354 >= len(yyv1354) { - yyv1354 = append(yyv1354, ThirdPartyResource{}) // var yyz1354 ThirdPartyResource - yyc1354 = true + if yyj1359 >= len(yyv1359) { + yyv1359 = append(yyv1359, ThirdPartyResource{}) // var yyz1359 ThirdPartyResource + yyc1359 = true } - yyh1354.ElemContainerState(yyj1354) - if yyj1354 < len(yyv1354) { + yyh1359.ElemContainerState(yyj1359) + if yyj1359 < len(yyv1359) { if r.TryDecodeAsNil() { - yyv1354[yyj1354] = ThirdPartyResource{} + yyv1359[yyj1359] = ThirdPartyResource{} } else { - yyv1357 := &yyv1354[yyj1354] - yyv1357.CodecDecodeSelf(d) + yyv1362 := &yyv1359[yyj1359] + yyv1362.CodecDecodeSelf(d) } } else { @@ -16375,17 +16423,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1354 < len(yyv1354) { - yyv1354 = yyv1354[:yyj1354] - yyc1354 = true - } else if yyj1354 == 0 && yyv1354 == nil { - yyv1354 = []ThirdPartyResource{} - yyc1354 = true + if yyj1359 < len(yyv1359) { + yyv1359 = yyv1359[:yyj1359] + yyc1359 = true + } else if yyj1359 == 0 && yyv1359 == nil { + yyv1359 = []ThirdPartyResource{} + yyc1359 = true } } - yyh1354.End() - if yyc1354 { - *v = yyv1354 + yyh1359.End() + if yyc1359 { + *v = yyv1359 } } @@ -16394,10 +16442,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1358 := range v { + for _, yyv1363 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1359 := &yyv1358 - yy1359.CodecEncodeSelf(e) + yy1364 := &yyv1363 + yy1364.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16407,83 +16455,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, 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 = []Deployment{} - yyc1360 = true - } else if len(yyv1360) != 0 { - yyv1360 = yyv1360[:0] - yyc1360 = true + yyv1365 := *v + yyh1365, yyl1365 := z.DecSliceHelperStart() + var yyc1365 bool + if yyl1365 == 0 { + if yyv1365 == nil { + yyv1365 = []Deployment{} + yyc1365 = true + } else if len(yyv1365) != 0 { + yyv1365 = yyv1365[:0] + yyc1365 = true } - } else if yyl1360 > 0 { - var yyrr1360, yyrl1360 int - var yyrt1360 bool - if yyl1360 > cap(yyv1360) { + } else if yyl1365 > 0 { + var yyrr1365, yyrl1365 int + var yyrt1365 bool + if yyl1365 > cap(yyv1365) { - yyrg1360 := len(yyv1360) > 0 - yyv21360 := yyv1360 - yyrl1360, yyrt1360 = z.DecInferLen(yyl1360, z.DecBasicHandle().MaxInitLen, 608) - if yyrt1360 { - if yyrl1360 <= cap(yyv1360) { - yyv1360 = yyv1360[:yyrl1360] + yyrg1365 := len(yyv1365) > 0 + yyv21365 := yyv1365 + yyrl1365, yyrt1365 = z.DecInferLen(yyl1365, z.DecBasicHandle().MaxInitLen, 616) + if yyrt1365 { + if yyrl1365 <= cap(yyv1365) { + yyv1365 = yyv1365[:yyrl1365] } else { - yyv1360 = make([]Deployment, yyrl1360) + yyv1365 = make([]Deployment, yyrl1365) } } else { - yyv1360 = make([]Deployment, yyrl1360) + yyv1365 = make([]Deployment, yyrl1365) } - yyc1360 = true - yyrr1360 = len(yyv1360) - if yyrg1360 { - copy(yyv1360, yyv21360) + yyc1365 = true + yyrr1365 = len(yyv1365) + if yyrg1365 { + copy(yyv1365, yyv21365) } - } else if yyl1360 != len(yyv1360) { - yyv1360 = yyv1360[:yyl1360] - yyc1360 = true + } else if yyl1365 != len(yyv1365) { + yyv1365 = yyv1365[:yyl1365] + yyc1365 = true } - yyj1360 := 0 - for ; yyj1360 < yyrr1360; yyj1360++ { - yyh1360.ElemContainerState(yyj1360) + yyj1365 := 0 + for ; yyj1365 < yyrr1365; yyj1365++ { + yyh1365.ElemContainerState(yyj1365) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = Deployment{} + yyv1365[yyj1365] = Deployment{} } else { - yyv1361 := &yyv1360[yyj1360] - yyv1361.CodecDecodeSelf(d) + yyv1366 := &yyv1365[yyj1365] + yyv1366.CodecDecodeSelf(d) } } - if yyrt1360 { - for ; yyj1360 < yyl1360; yyj1360++ { - yyv1360 = append(yyv1360, Deployment{}) - yyh1360.ElemContainerState(yyj1360) + if yyrt1365 { + for ; yyj1365 < yyl1365; yyj1365++ { + yyv1365 = append(yyv1365, Deployment{}) + yyh1365.ElemContainerState(yyj1365) if r.TryDecodeAsNil() { - yyv1360[yyj1360] = Deployment{} + yyv1365[yyj1365] = Deployment{} } else { - yyv1362 := &yyv1360[yyj1360] - yyv1362.CodecDecodeSelf(d) + yyv1367 := &yyv1365[yyj1365] + yyv1367.CodecDecodeSelf(d) } } } } else { - yyj1360 := 0 - for ; !r.CheckBreak(); yyj1360++ { + yyj1365 := 0 + for ; !r.CheckBreak(); yyj1365++ { - if yyj1360 >= len(yyv1360) { - yyv1360 = append(yyv1360, Deployment{}) // var yyz1360 Deployment - yyc1360 = true + if yyj1365 >= len(yyv1365) { + yyv1365 = append(yyv1365, Deployment{}) // var yyz1365 Deployment + yyc1365 = true } - yyh1360.ElemContainerState(yyj1360) - if yyj1360 < len(yyv1360) { + yyh1365.ElemContainerState(yyj1365) + if yyj1365 < len(yyv1365) { if r.TryDecodeAsNil() { - yyv1360[yyj1360] = Deployment{} + yyv1365[yyj1365] = Deployment{} } else { - yyv1363 := &yyv1360[yyj1360] - yyv1363.CodecDecodeSelf(d) + yyv1368 := &yyv1365[yyj1365] + yyv1368.CodecDecodeSelf(d) } } else { @@ -16491,17 +16539,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1360 < len(yyv1360) { - yyv1360 = yyv1360[:yyj1360] - yyc1360 = true - } else if yyj1360 == 0 && yyv1360 == nil { - yyv1360 = []Deployment{} - yyc1360 = true + if yyj1365 < len(yyv1365) { + yyv1365 = yyv1365[:yyj1365] + yyc1365 = true + } else if yyj1365 == 0 && yyv1365 == nil { + yyv1365 = []Deployment{} + yyc1365 = true } } - yyh1360.End() - if yyc1360 { - *v = yyv1360 + yyh1365.End() + if yyc1365 { + *v = yyv1365 } } @@ -16510,10 +16558,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1364 := range v { + for _, yyv1369 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1365 := &yyv1364 - yy1365.CodecEncodeSelf(e) + yy1370 := &yyv1369 + yy1370.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16523,83 +16571,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1366 := *v - yyh1366, yyl1366 := z.DecSliceHelperStart() - var yyc1366 bool - if yyl1366 == 0 { - if yyv1366 == nil { - yyv1366 = []DaemonSet{} - yyc1366 = true - } else if len(yyv1366) != 0 { - yyv1366 = yyv1366[:0] - yyc1366 = true + yyv1371 := *v + yyh1371, yyl1371 := z.DecSliceHelperStart() + var yyc1371 bool + if yyl1371 == 0 { + if yyv1371 == nil { + yyv1371 = []DaemonSet{} + yyc1371 = true + } else if len(yyv1371) != 0 { + yyv1371 = yyv1371[:0] + yyc1371 = true } - } else if yyl1366 > 0 { - var yyrr1366, yyrl1366 int - var yyrt1366 bool - if yyl1366 > cap(yyv1366) { + } else if yyl1371 > 0 { + var yyrr1371, yyrl1371 int + var yyrt1371 bool + if yyl1371 > cap(yyv1371) { - yyrg1366 := len(yyv1366) > 0 - yyv21366 := yyv1366 - yyrl1366, yyrt1366 = z.DecInferLen(yyl1366, z.DecBasicHandle().MaxInitLen, 272) - if yyrt1366 { - if yyrl1366 <= cap(yyv1366) { - yyv1366 = yyv1366[:yyrl1366] + yyrg1371 := len(yyv1371) > 0 + yyv21371 := yyv1371 + yyrl1371, yyrt1371 = z.DecInferLen(yyl1371, z.DecBasicHandle().MaxInitLen, 272) + if yyrt1371 { + if yyrl1371 <= cap(yyv1371) { + yyv1371 = yyv1371[:yyrl1371] } else { - yyv1366 = make([]DaemonSet, yyrl1366) + yyv1371 = make([]DaemonSet, yyrl1371) } } else { - yyv1366 = make([]DaemonSet, yyrl1366) + yyv1371 = make([]DaemonSet, yyrl1371) } - yyc1366 = true - yyrr1366 = len(yyv1366) - if yyrg1366 { - copy(yyv1366, yyv21366) + yyc1371 = true + yyrr1371 = len(yyv1371) + if yyrg1371 { + copy(yyv1371, yyv21371) } - } else if yyl1366 != len(yyv1366) { - yyv1366 = yyv1366[:yyl1366] - yyc1366 = true + } else if yyl1371 != len(yyv1371) { + yyv1371 = yyv1371[:yyl1371] + yyc1371 = true } - yyj1366 := 0 - for ; yyj1366 < yyrr1366; yyj1366++ { - yyh1366.ElemContainerState(yyj1366) + yyj1371 := 0 + for ; yyj1371 < yyrr1371; yyj1371++ { + yyh1371.ElemContainerState(yyj1371) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = DaemonSet{} + yyv1371[yyj1371] = DaemonSet{} } else { - yyv1367 := &yyv1366[yyj1366] - yyv1367.CodecDecodeSelf(d) + yyv1372 := &yyv1371[yyj1371] + yyv1372.CodecDecodeSelf(d) } } - if yyrt1366 { - for ; yyj1366 < yyl1366; yyj1366++ { - yyv1366 = append(yyv1366, DaemonSet{}) - yyh1366.ElemContainerState(yyj1366) + if yyrt1371 { + for ; yyj1371 < yyl1371; yyj1371++ { + yyv1371 = append(yyv1371, DaemonSet{}) + yyh1371.ElemContainerState(yyj1371) if r.TryDecodeAsNil() { - yyv1366[yyj1366] = DaemonSet{} + yyv1371[yyj1371] = DaemonSet{} } else { - yyv1368 := &yyv1366[yyj1366] - yyv1368.CodecDecodeSelf(d) + yyv1373 := &yyv1371[yyj1371] + yyv1373.CodecDecodeSelf(d) } } } } else { - yyj1366 := 0 - for ; !r.CheckBreak(); yyj1366++ { + yyj1371 := 0 + for ; !r.CheckBreak(); yyj1371++ { - if yyj1366 >= len(yyv1366) { - yyv1366 = append(yyv1366, DaemonSet{}) // var yyz1366 DaemonSet - yyc1366 = true + if yyj1371 >= len(yyv1371) { + yyv1371 = append(yyv1371, DaemonSet{}) // var yyz1371 DaemonSet + yyc1371 = true } - yyh1366.ElemContainerState(yyj1366) - if yyj1366 < len(yyv1366) { + yyh1371.ElemContainerState(yyj1371) + if yyj1371 < len(yyv1371) { if r.TryDecodeAsNil() { - yyv1366[yyj1366] = DaemonSet{} + yyv1371[yyj1371] = DaemonSet{} } else { - yyv1369 := &yyv1366[yyj1366] - yyv1369.CodecDecodeSelf(d) + yyv1374 := &yyv1371[yyj1371] + yyv1374.CodecDecodeSelf(d) } } else { @@ -16607,17 +16655,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1366 < len(yyv1366) { - yyv1366 = yyv1366[:yyj1366] - yyc1366 = true - } else if yyj1366 == 0 && yyv1366 == nil { - yyv1366 = []DaemonSet{} - yyc1366 = true + if yyj1371 < len(yyv1371) { + yyv1371 = yyv1371[:yyj1371] + yyc1371 = true + } else if yyj1371 == 0 && yyv1371 == nil { + yyv1371 = []DaemonSet{} + yyc1371 = true } } - yyh1366.End() - if yyc1366 { - *v = yyv1366 + yyh1371.End() + if yyc1371 { + *v = yyv1371 } } @@ -16626,10 +16674,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1370 := range v { + for _, yyv1375 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1371 := &yyv1370 - yy1371.CodecEncodeSelf(e) + yy1376 := &yyv1375 + yy1376.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16639,83 +16687,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1372 := *v - yyh1372, yyl1372 := z.DecSliceHelperStart() - var yyc1372 bool - if yyl1372 == 0 { - if yyv1372 == nil { - yyv1372 = []ThirdPartyResourceData{} - yyc1372 = true - } else if len(yyv1372) != 0 { - yyv1372 = yyv1372[:0] - yyc1372 = true + yyv1377 := *v + yyh1377, yyl1377 := z.DecSliceHelperStart() + var yyc1377 bool + if yyl1377 == 0 { + if yyv1377 == nil { + yyv1377 = []ThirdPartyResourceData{} + yyc1377 = true + } else if len(yyv1377) != 0 { + yyv1377 = yyv1377[:0] + yyc1377 = true } - } else if yyl1372 > 0 { - var yyrr1372, yyrl1372 int - var yyrt1372 bool - if yyl1372 > cap(yyv1372) { + } else if yyl1377 > 0 { + var yyrr1377, yyrl1377 int + var yyrt1377 bool + if yyl1377 > cap(yyv1377) { - yyrg1372 := len(yyv1372) > 0 - yyv21372 := yyv1372 - yyrl1372, yyrt1372 = z.DecInferLen(yyl1372, z.DecBasicHandle().MaxInitLen, 216) - if yyrt1372 { - if yyrl1372 <= cap(yyv1372) { - yyv1372 = yyv1372[:yyrl1372] + yyrg1377 := len(yyv1377) > 0 + yyv21377 := yyv1377 + yyrl1377, yyrt1377 = z.DecInferLen(yyl1377, z.DecBasicHandle().MaxInitLen, 216) + if yyrt1377 { + if yyrl1377 <= cap(yyv1377) { + yyv1377 = yyv1377[:yyrl1377] } else { - yyv1372 = make([]ThirdPartyResourceData, yyrl1372) + yyv1377 = make([]ThirdPartyResourceData, yyrl1377) } } else { - yyv1372 = make([]ThirdPartyResourceData, yyrl1372) + yyv1377 = make([]ThirdPartyResourceData, yyrl1377) } - yyc1372 = true - yyrr1372 = len(yyv1372) - if yyrg1372 { - copy(yyv1372, yyv21372) + yyc1377 = true + yyrr1377 = len(yyv1377) + if yyrg1377 { + copy(yyv1377, yyv21377) } - } else if yyl1372 != len(yyv1372) { - yyv1372 = yyv1372[:yyl1372] - yyc1372 = true + } else if yyl1377 != len(yyv1377) { + yyv1377 = yyv1377[:yyl1377] + yyc1377 = true } - yyj1372 := 0 - for ; yyj1372 < yyrr1372; yyj1372++ { - yyh1372.ElemContainerState(yyj1372) + yyj1377 := 0 + for ; yyj1377 < yyrr1377; yyj1377++ { + yyh1377.ElemContainerState(yyj1377) if r.TryDecodeAsNil() { - yyv1372[yyj1372] = ThirdPartyResourceData{} + yyv1377[yyj1377] = ThirdPartyResourceData{} } else { - yyv1373 := &yyv1372[yyj1372] - yyv1373.CodecDecodeSelf(d) + yyv1378 := &yyv1377[yyj1377] + yyv1378.CodecDecodeSelf(d) } } - if yyrt1372 { - for ; yyj1372 < yyl1372; yyj1372++ { - yyv1372 = append(yyv1372, ThirdPartyResourceData{}) - yyh1372.ElemContainerState(yyj1372) + if yyrt1377 { + for ; yyj1377 < yyl1377; yyj1377++ { + yyv1377 = append(yyv1377, ThirdPartyResourceData{}) + yyh1377.ElemContainerState(yyj1377) if r.TryDecodeAsNil() { - yyv1372[yyj1372] = ThirdPartyResourceData{} + yyv1377[yyj1377] = ThirdPartyResourceData{} } else { - yyv1374 := &yyv1372[yyj1372] - yyv1374.CodecDecodeSelf(d) + yyv1379 := &yyv1377[yyj1377] + yyv1379.CodecDecodeSelf(d) } } } } else { - yyj1372 := 0 - for ; !r.CheckBreak(); yyj1372++ { + yyj1377 := 0 + for ; !r.CheckBreak(); yyj1377++ { - if yyj1372 >= len(yyv1372) { - yyv1372 = append(yyv1372, ThirdPartyResourceData{}) // var yyz1372 ThirdPartyResourceData - yyc1372 = true + if yyj1377 >= len(yyv1377) { + yyv1377 = append(yyv1377, ThirdPartyResourceData{}) // var yyz1377 ThirdPartyResourceData + yyc1377 = true } - yyh1372.ElemContainerState(yyj1372) - if yyj1372 < len(yyv1372) { + yyh1377.ElemContainerState(yyj1377) + if yyj1377 < len(yyv1377) { if r.TryDecodeAsNil() { - yyv1372[yyj1372] = ThirdPartyResourceData{} + yyv1377[yyj1377] = ThirdPartyResourceData{} } else { - yyv1375 := &yyv1372[yyj1372] - yyv1375.CodecDecodeSelf(d) + yyv1380 := &yyv1377[yyj1377] + yyv1380.CodecDecodeSelf(d) } } else { @@ -16723,17 +16771,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1372 < len(yyv1372) { - yyv1372 = yyv1372[:yyj1372] - yyc1372 = true - } else if yyj1372 == 0 && yyv1372 == nil { - yyv1372 = []ThirdPartyResourceData{} - yyc1372 = true + if yyj1377 < len(yyv1377) { + yyv1377 = yyv1377[:yyj1377] + yyc1377 = true + } else if yyj1377 == 0 && yyv1377 == nil { + yyv1377 = []ThirdPartyResourceData{} + yyc1377 = true } } - yyh1372.End() - if yyc1372 { - *v = yyv1372 + yyh1377.End() + if yyc1377 { + *v = yyv1377 } } @@ -16742,10 +16790,10 @@ func (x codecSelfer1234) encSliceJob(v []Job, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1376 := range v { + for _, yyv1381 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1377 := &yyv1376 - yy1377.CodecEncodeSelf(e) + yy1382 := &yyv1381 + yy1382.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16755,83 +16803,83 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1378 := *v - yyh1378, yyl1378 := z.DecSliceHelperStart() - var yyc1378 bool - if yyl1378 == 0 { - if yyv1378 == nil { - yyv1378 = []Job{} - yyc1378 = true - } else if len(yyv1378) != 0 { - yyv1378 = yyv1378[:0] - yyc1378 = true + yyv1383 := *v + yyh1383, yyl1383 := z.DecSliceHelperStart() + var yyc1383 bool + if yyl1383 == 0 { + if yyv1383 == nil { + yyv1383 = []Job{} + yyc1383 = true + } else if len(yyv1383) != 0 { + yyv1383 = yyv1383[:0] + yyc1383 = true } - } else if yyl1378 > 0 { - var yyrr1378, yyrl1378 int - var yyrt1378 bool - if yyl1378 > cap(yyv1378) { + } else if yyl1383 > 0 { + var yyrr1383, yyrl1383 int + var yyrt1383 bool + if yyl1383 > cap(yyv1383) { - yyrg1378 := len(yyv1378) > 0 - yyv21378 := yyv1378 - yyrl1378, yyrt1378 = z.DecInferLen(yyl1378, z.DecBasicHandle().MaxInitLen, 616) - if yyrt1378 { - if yyrl1378 <= cap(yyv1378) { - yyv1378 = yyv1378[:yyrl1378] + yyrg1383 := len(yyv1383) > 0 + yyv21383 := yyv1383 + yyrl1383, yyrt1383 = z.DecInferLen(yyl1383, z.DecBasicHandle().MaxInitLen, 616) + if yyrt1383 { + if yyrl1383 <= cap(yyv1383) { + yyv1383 = yyv1383[:yyrl1383] } else { - yyv1378 = make([]Job, yyrl1378) + yyv1383 = make([]Job, yyrl1383) } } else { - yyv1378 = make([]Job, yyrl1378) + yyv1383 = make([]Job, yyrl1383) } - yyc1378 = true - yyrr1378 = len(yyv1378) - if yyrg1378 { - copy(yyv1378, yyv21378) + yyc1383 = true + yyrr1383 = len(yyv1383) + if yyrg1383 { + copy(yyv1383, yyv21383) } - } else if yyl1378 != len(yyv1378) { - yyv1378 = yyv1378[:yyl1378] - yyc1378 = true + } else if yyl1383 != len(yyv1383) { + yyv1383 = yyv1383[:yyl1383] + yyc1383 = true } - yyj1378 := 0 - for ; yyj1378 < yyrr1378; yyj1378++ { - yyh1378.ElemContainerState(yyj1378) + yyj1383 := 0 + for ; yyj1383 < yyrr1383; yyj1383++ { + yyh1383.ElemContainerState(yyj1383) if r.TryDecodeAsNil() { - yyv1378[yyj1378] = Job{} + yyv1383[yyj1383] = Job{} } else { - yyv1379 := &yyv1378[yyj1378] - yyv1379.CodecDecodeSelf(d) + yyv1384 := &yyv1383[yyj1383] + yyv1384.CodecDecodeSelf(d) } } - if yyrt1378 { - for ; yyj1378 < yyl1378; yyj1378++ { - yyv1378 = append(yyv1378, Job{}) - yyh1378.ElemContainerState(yyj1378) + if yyrt1383 { + for ; yyj1383 < yyl1383; yyj1383++ { + yyv1383 = append(yyv1383, Job{}) + yyh1383.ElemContainerState(yyj1383) if r.TryDecodeAsNil() { - yyv1378[yyj1378] = Job{} + yyv1383[yyj1383] = Job{} } else { - yyv1380 := &yyv1378[yyj1378] - yyv1380.CodecDecodeSelf(d) + yyv1385 := &yyv1383[yyj1383] + yyv1385.CodecDecodeSelf(d) } } } } else { - yyj1378 := 0 - for ; !r.CheckBreak(); yyj1378++ { + yyj1383 := 0 + for ; !r.CheckBreak(); yyj1383++ { - if yyj1378 >= len(yyv1378) { - yyv1378 = append(yyv1378, Job{}) // var yyz1378 Job - yyc1378 = true + if yyj1383 >= len(yyv1383) { + yyv1383 = append(yyv1383, Job{}) // var yyz1383 Job + yyc1383 = true } - yyh1378.ElemContainerState(yyj1378) - if yyj1378 < len(yyv1378) { + yyh1383.ElemContainerState(yyj1383) + if yyj1383 < len(yyv1383) { if r.TryDecodeAsNil() { - yyv1378[yyj1378] = Job{} + yyv1383[yyj1383] = Job{} } else { - yyv1381 := &yyv1378[yyj1378] - yyv1381.CodecDecodeSelf(d) + yyv1386 := &yyv1383[yyj1383] + yyv1386.CodecDecodeSelf(d) } } else { @@ -16839,17 +16887,17 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { } } - if yyj1378 < len(yyv1378) { - yyv1378 = yyv1378[:yyj1378] - yyc1378 = true - } else if yyj1378 == 0 && yyv1378 == nil { - yyv1378 = []Job{} - yyc1378 = true + if yyj1383 < len(yyv1383) { + yyv1383 = yyv1383[:yyj1383] + yyc1383 = true + } else if yyj1383 == 0 && yyv1383 == nil { + yyv1383 = []Job{} + yyc1383 = true } } - yyh1378.End() - if yyc1378 { - *v = yyv1378 + yyh1383.End() + if yyc1383 { + *v = yyv1383 } } @@ -16858,10 +16906,10 @@ func (x codecSelfer1234) encSliceJobCondition(v []JobCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1382 := range v { + for _, yyv1387 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1383 := &yyv1382 - yy1383.CodecEncodeSelf(e) + yy1388 := &yyv1387 + yy1388.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16871,83 +16919,83 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1384 := *v - yyh1384, yyl1384 := z.DecSliceHelperStart() - var yyc1384 bool - if yyl1384 == 0 { - if yyv1384 == nil { - yyv1384 = []JobCondition{} - yyc1384 = true - } else if len(yyv1384) != 0 { - yyv1384 = yyv1384[:0] - yyc1384 = true + yyv1389 := *v + yyh1389, yyl1389 := z.DecSliceHelperStart() + var yyc1389 bool + if yyl1389 == 0 { + if yyv1389 == nil { + yyv1389 = []JobCondition{} + yyc1389 = true + } else if len(yyv1389) != 0 { + yyv1389 = yyv1389[:0] + yyc1389 = true } - } else if yyl1384 > 0 { - var yyrr1384, yyrl1384 int - var yyrt1384 bool - if yyl1384 > cap(yyv1384) { + } else if yyl1389 > 0 { + var yyrr1389, yyrl1389 int + var yyrt1389 bool + if yyl1389 > cap(yyv1389) { - yyrg1384 := len(yyv1384) > 0 - yyv21384 := yyv1384 - yyrl1384, yyrt1384 = z.DecInferLen(yyl1384, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1384 { - if yyrl1384 <= cap(yyv1384) { - yyv1384 = yyv1384[:yyrl1384] + yyrg1389 := len(yyv1389) > 0 + yyv21389 := yyv1389 + yyrl1389, yyrt1389 = z.DecInferLen(yyl1389, z.DecBasicHandle().MaxInitLen, 112) + if yyrt1389 { + if yyrl1389 <= cap(yyv1389) { + yyv1389 = yyv1389[:yyrl1389] } else { - yyv1384 = make([]JobCondition, yyrl1384) + yyv1389 = make([]JobCondition, yyrl1389) } } else { - yyv1384 = make([]JobCondition, yyrl1384) + yyv1389 = make([]JobCondition, yyrl1389) } - yyc1384 = true - yyrr1384 = len(yyv1384) - if yyrg1384 { - copy(yyv1384, yyv21384) + yyc1389 = true + yyrr1389 = len(yyv1389) + if yyrg1389 { + copy(yyv1389, yyv21389) } - } else if yyl1384 != len(yyv1384) { - yyv1384 = yyv1384[:yyl1384] - yyc1384 = true + } else if yyl1389 != len(yyv1389) { + yyv1389 = yyv1389[:yyl1389] + yyc1389 = true } - yyj1384 := 0 - for ; yyj1384 < yyrr1384; yyj1384++ { - yyh1384.ElemContainerState(yyj1384) + yyj1389 := 0 + for ; yyj1389 < yyrr1389; yyj1389++ { + yyh1389.ElemContainerState(yyj1389) if r.TryDecodeAsNil() { - yyv1384[yyj1384] = JobCondition{} + yyv1389[yyj1389] = JobCondition{} } else { - yyv1385 := &yyv1384[yyj1384] - yyv1385.CodecDecodeSelf(d) + yyv1390 := &yyv1389[yyj1389] + yyv1390.CodecDecodeSelf(d) } } - if yyrt1384 { - for ; yyj1384 < yyl1384; yyj1384++ { - yyv1384 = append(yyv1384, JobCondition{}) - yyh1384.ElemContainerState(yyj1384) + if yyrt1389 { + for ; yyj1389 < yyl1389; yyj1389++ { + yyv1389 = append(yyv1389, JobCondition{}) + yyh1389.ElemContainerState(yyj1389) if r.TryDecodeAsNil() { - yyv1384[yyj1384] = JobCondition{} + yyv1389[yyj1389] = JobCondition{} } else { - yyv1386 := &yyv1384[yyj1384] - yyv1386.CodecDecodeSelf(d) + yyv1391 := &yyv1389[yyj1389] + yyv1391.CodecDecodeSelf(d) } } } } else { - yyj1384 := 0 - for ; !r.CheckBreak(); yyj1384++ { + yyj1389 := 0 + for ; !r.CheckBreak(); yyj1389++ { - if yyj1384 >= len(yyv1384) { - yyv1384 = append(yyv1384, JobCondition{}) // var yyz1384 JobCondition - yyc1384 = true + if yyj1389 >= len(yyv1389) { + yyv1389 = append(yyv1389, JobCondition{}) // var yyz1389 JobCondition + yyc1389 = true } - yyh1384.ElemContainerState(yyj1384) - if yyj1384 < len(yyv1384) { + yyh1389.ElemContainerState(yyj1389) + if yyj1389 < len(yyv1389) { if r.TryDecodeAsNil() { - yyv1384[yyj1384] = JobCondition{} + yyv1389[yyj1389] = JobCondition{} } else { - yyv1387 := &yyv1384[yyj1384] - yyv1387.CodecDecodeSelf(d) + yyv1392 := &yyv1389[yyj1389] + yyv1392.CodecDecodeSelf(d) } } else { @@ -16955,17 +17003,17 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De } } - if yyj1384 < len(yyv1384) { - yyv1384 = yyv1384[:yyj1384] - yyc1384 = true - } else if yyj1384 == 0 && yyv1384 == nil { - yyv1384 = []JobCondition{} - yyc1384 = true + if yyj1389 < len(yyv1389) { + yyv1389 = yyv1389[:yyj1389] + yyc1389 = true + } else if yyj1389 == 0 && yyv1389 == nil { + yyv1389 = []JobCondition{} + yyc1389 = true } } - yyh1384.End() - if yyc1384 { - *v = yyv1384 + yyh1389.End() + if yyc1389 { + *v = yyv1389 } } @@ -16974,10 +17022,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1388 := range v { + for _, yyv1393 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1389 := &yyv1388 - yy1389.CodecEncodeSelf(e) + yy1394 := &yyv1393 + yy1394.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16987,83 +17035,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1390 := *v - yyh1390, yyl1390 := z.DecSliceHelperStart() - var yyc1390 bool - if yyl1390 == 0 { - if yyv1390 == nil { - yyv1390 = []Ingress{} - yyc1390 = true - } else if len(yyv1390) != 0 { - yyv1390 = yyv1390[:0] - yyc1390 = true + yyv1395 := *v + yyh1395, yyl1395 := z.DecSliceHelperStart() + var yyc1395 bool + if yyl1395 == 0 { + if yyv1395 == nil { + yyv1395 = []Ingress{} + yyc1395 = true + } else if len(yyv1395) != 0 { + yyv1395 = yyv1395[:0] + yyc1395 = true } - } else if yyl1390 > 0 { - var yyrr1390, yyrl1390 int - var yyrt1390 bool - if yyl1390 > cap(yyv1390) { + } else if yyl1395 > 0 { + var yyrr1395, yyrl1395 int + var yyrt1395 bool + if yyl1395 > cap(yyv1395) { - yyrg1390 := len(yyv1390) > 0 - yyv21390 := yyv1390 - yyrl1390, yyrt1390 = z.DecInferLen(yyl1390, z.DecBasicHandle().MaxInitLen, 248) - if yyrt1390 { - if yyrl1390 <= cap(yyv1390) { - yyv1390 = yyv1390[:yyrl1390] + yyrg1395 := len(yyv1395) > 0 + yyv21395 := yyv1395 + yyrl1395, yyrt1395 = z.DecInferLen(yyl1395, z.DecBasicHandle().MaxInitLen, 248) + if yyrt1395 { + if yyrl1395 <= cap(yyv1395) { + yyv1395 = yyv1395[:yyrl1395] } else { - yyv1390 = make([]Ingress, yyrl1390) + yyv1395 = make([]Ingress, yyrl1395) } } else { - yyv1390 = make([]Ingress, yyrl1390) + yyv1395 = make([]Ingress, yyrl1395) } - yyc1390 = true - yyrr1390 = len(yyv1390) - if yyrg1390 { - copy(yyv1390, yyv21390) + yyc1395 = true + yyrr1395 = len(yyv1395) + if yyrg1395 { + copy(yyv1395, yyv21395) } - } else if yyl1390 != len(yyv1390) { - yyv1390 = yyv1390[:yyl1390] - yyc1390 = true + } else if yyl1395 != len(yyv1395) { + yyv1395 = yyv1395[:yyl1395] + yyc1395 = true } - yyj1390 := 0 - for ; yyj1390 < yyrr1390; yyj1390++ { - yyh1390.ElemContainerState(yyj1390) + yyj1395 := 0 + for ; yyj1395 < yyrr1395; yyj1395++ { + yyh1395.ElemContainerState(yyj1395) if r.TryDecodeAsNil() { - yyv1390[yyj1390] = Ingress{} + yyv1395[yyj1395] = Ingress{} } else { - yyv1391 := &yyv1390[yyj1390] - yyv1391.CodecDecodeSelf(d) + yyv1396 := &yyv1395[yyj1395] + yyv1396.CodecDecodeSelf(d) } } - if yyrt1390 { - for ; yyj1390 < yyl1390; yyj1390++ { - yyv1390 = append(yyv1390, Ingress{}) - yyh1390.ElemContainerState(yyj1390) + if yyrt1395 { + for ; yyj1395 < yyl1395; yyj1395++ { + yyv1395 = append(yyv1395, Ingress{}) + yyh1395.ElemContainerState(yyj1395) if r.TryDecodeAsNil() { - yyv1390[yyj1390] = Ingress{} + yyv1395[yyj1395] = Ingress{} } else { - yyv1392 := &yyv1390[yyj1390] - yyv1392.CodecDecodeSelf(d) + yyv1397 := &yyv1395[yyj1395] + yyv1397.CodecDecodeSelf(d) } } } } else { - yyj1390 := 0 - for ; !r.CheckBreak(); yyj1390++ { + yyj1395 := 0 + for ; !r.CheckBreak(); yyj1395++ { - if yyj1390 >= len(yyv1390) { - yyv1390 = append(yyv1390, Ingress{}) // var yyz1390 Ingress - yyc1390 = true + if yyj1395 >= len(yyv1395) { + yyv1395 = append(yyv1395, Ingress{}) // var yyz1395 Ingress + yyc1395 = true } - yyh1390.ElemContainerState(yyj1390) - if yyj1390 < len(yyv1390) { + yyh1395.ElemContainerState(yyj1395) + if yyj1395 < len(yyv1395) { if r.TryDecodeAsNil() { - yyv1390[yyj1390] = Ingress{} + yyv1395[yyj1395] = Ingress{} } else { - yyv1393 := &yyv1390[yyj1390] - yyv1393.CodecDecodeSelf(d) + yyv1398 := &yyv1395[yyj1395] + yyv1398.CodecDecodeSelf(d) } } else { @@ -17071,17 +17119,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1390 < len(yyv1390) { - yyv1390 = yyv1390[:yyj1390] - yyc1390 = true - } else if yyj1390 == 0 && yyv1390 == nil { - yyv1390 = []Ingress{} - yyc1390 = true + if yyj1395 < len(yyv1395) { + yyv1395 = yyv1395[:yyj1395] + yyc1395 = true + } else if yyj1395 == 0 && yyv1395 == nil { + yyv1395 = []Ingress{} + yyc1395 = true } } - yyh1390.End() - if yyc1390 { - *v = yyv1390 + yyh1395.End() + if yyc1395 { + *v = yyv1395 } } @@ -17090,10 +17138,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1394 := range v { + for _, yyv1399 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1395 := &yyv1394 - yy1395.CodecEncodeSelf(e) + yy1400 := &yyv1399 + yy1400.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17103,83 +17151,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1396 := *v - yyh1396, yyl1396 := z.DecSliceHelperStart() - var yyc1396 bool - if yyl1396 == 0 { - if yyv1396 == nil { - yyv1396 = []IngressRule{} - yyc1396 = true - } else if len(yyv1396) != 0 { - yyv1396 = yyv1396[:0] - yyc1396 = true + yyv1401 := *v + yyh1401, yyl1401 := z.DecSliceHelperStart() + var yyc1401 bool + if yyl1401 == 0 { + if yyv1401 == nil { + yyv1401 = []IngressRule{} + yyc1401 = true + } else if len(yyv1401) != 0 { + yyv1401 = yyv1401[:0] + yyc1401 = true } - } else if yyl1396 > 0 { - var yyrr1396, yyrl1396 int - var yyrt1396 bool - if yyl1396 > cap(yyv1396) { + } else if yyl1401 > 0 { + var yyrr1401, yyrl1401 int + var yyrt1401 bool + if yyl1401 > cap(yyv1401) { - yyrg1396 := len(yyv1396) > 0 - yyv21396 := yyv1396 - yyrl1396, yyrt1396 = z.DecInferLen(yyl1396, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1396 { - if yyrl1396 <= cap(yyv1396) { - yyv1396 = yyv1396[:yyrl1396] + yyrg1401 := len(yyv1401) > 0 + yyv21401 := yyv1401 + yyrl1401, yyrt1401 = z.DecInferLen(yyl1401, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1401 { + if yyrl1401 <= cap(yyv1401) { + yyv1401 = yyv1401[:yyrl1401] } else { - yyv1396 = make([]IngressRule, yyrl1396) + yyv1401 = make([]IngressRule, yyrl1401) } } else { - yyv1396 = make([]IngressRule, yyrl1396) + yyv1401 = make([]IngressRule, yyrl1401) } - yyc1396 = true - yyrr1396 = len(yyv1396) - if yyrg1396 { - copy(yyv1396, yyv21396) + yyc1401 = true + yyrr1401 = len(yyv1401) + if yyrg1401 { + copy(yyv1401, yyv21401) } - } else if yyl1396 != len(yyv1396) { - yyv1396 = yyv1396[:yyl1396] - yyc1396 = true + } else if yyl1401 != len(yyv1401) { + yyv1401 = yyv1401[:yyl1401] + yyc1401 = true } - yyj1396 := 0 - for ; yyj1396 < yyrr1396; yyj1396++ { - yyh1396.ElemContainerState(yyj1396) + yyj1401 := 0 + for ; yyj1401 < yyrr1401; yyj1401++ { + yyh1401.ElemContainerState(yyj1401) if r.TryDecodeAsNil() { - yyv1396[yyj1396] = IngressRule{} + yyv1401[yyj1401] = IngressRule{} } else { - yyv1397 := &yyv1396[yyj1396] - yyv1397.CodecDecodeSelf(d) + yyv1402 := &yyv1401[yyj1401] + yyv1402.CodecDecodeSelf(d) } } - if yyrt1396 { - for ; yyj1396 < yyl1396; yyj1396++ { - yyv1396 = append(yyv1396, IngressRule{}) - yyh1396.ElemContainerState(yyj1396) + if yyrt1401 { + for ; yyj1401 < yyl1401; yyj1401++ { + yyv1401 = append(yyv1401, IngressRule{}) + yyh1401.ElemContainerState(yyj1401) if r.TryDecodeAsNil() { - yyv1396[yyj1396] = IngressRule{} + yyv1401[yyj1401] = IngressRule{} } else { - yyv1398 := &yyv1396[yyj1396] - yyv1398.CodecDecodeSelf(d) + yyv1403 := &yyv1401[yyj1401] + yyv1403.CodecDecodeSelf(d) } } } } else { - yyj1396 := 0 - for ; !r.CheckBreak(); yyj1396++ { + yyj1401 := 0 + for ; !r.CheckBreak(); yyj1401++ { - if yyj1396 >= len(yyv1396) { - yyv1396 = append(yyv1396, IngressRule{}) // var yyz1396 IngressRule - yyc1396 = true + if yyj1401 >= len(yyv1401) { + yyv1401 = append(yyv1401, IngressRule{}) // var yyz1401 IngressRule + yyc1401 = true } - yyh1396.ElemContainerState(yyj1396) - if yyj1396 < len(yyv1396) { + yyh1401.ElemContainerState(yyj1401) + if yyj1401 < len(yyv1401) { if r.TryDecodeAsNil() { - yyv1396[yyj1396] = IngressRule{} + yyv1401[yyj1401] = IngressRule{} } else { - yyv1399 := &yyv1396[yyj1396] - yyv1399.CodecDecodeSelf(d) + yyv1404 := &yyv1401[yyj1401] + yyv1404.CodecDecodeSelf(d) } } else { @@ -17187,17 +17235,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1396 < len(yyv1396) { - yyv1396 = yyv1396[:yyj1396] - yyc1396 = true - } else if yyj1396 == 0 && yyv1396 == nil { - yyv1396 = []IngressRule{} - yyc1396 = true + if yyj1401 < len(yyv1401) { + yyv1401 = yyv1401[:yyj1401] + yyc1401 = true + } else if yyj1401 == 0 && yyv1401 == nil { + yyv1401 = []IngressRule{} + yyc1401 = true } } - yyh1396.End() - if yyc1396 { - *v = yyv1396 + yyh1401.End() + if yyc1401 { + *v = yyv1401 } } @@ -17206,10 +17254,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1400 := range v { + for _, yyv1405 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1401 := &yyv1400 - yy1401.CodecEncodeSelf(e) + yy1406 := &yyv1405 + yy1406.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17219,83 +17267,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1402 := *v - yyh1402, yyl1402 := z.DecSliceHelperStart() - var yyc1402 bool - if yyl1402 == 0 { - if yyv1402 == nil { - yyv1402 = []HTTPIngressPath{} - yyc1402 = true - } else if len(yyv1402) != 0 { - yyv1402 = yyv1402[:0] - yyc1402 = true + yyv1407 := *v + yyh1407, yyl1407 := z.DecSliceHelperStart() + var yyc1407 bool + if yyl1407 == 0 { + if yyv1407 == nil { + yyv1407 = []HTTPIngressPath{} + yyc1407 = true + } else if len(yyv1407) != 0 { + yyv1407 = yyv1407[:0] + yyc1407 = true } - } else if yyl1402 > 0 { - var yyrr1402, yyrl1402 int - var yyrt1402 bool - if yyl1402 > cap(yyv1402) { + } else if yyl1407 > 0 { + var yyrr1407, yyrl1407 int + var yyrt1407 bool + if yyl1407 > cap(yyv1407) { - yyrg1402 := len(yyv1402) > 0 - yyv21402 := yyv1402 - yyrl1402, yyrt1402 = z.DecInferLen(yyl1402, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1402 { - if yyrl1402 <= cap(yyv1402) { - yyv1402 = yyv1402[:yyrl1402] + yyrg1407 := len(yyv1407) > 0 + yyv21407 := yyv1407 + yyrl1407, yyrt1407 = z.DecInferLen(yyl1407, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1407 { + if yyrl1407 <= cap(yyv1407) { + yyv1407 = yyv1407[:yyrl1407] } else { - yyv1402 = make([]HTTPIngressPath, yyrl1402) + yyv1407 = make([]HTTPIngressPath, yyrl1407) } } else { - yyv1402 = make([]HTTPIngressPath, yyrl1402) + yyv1407 = make([]HTTPIngressPath, yyrl1407) } - yyc1402 = true - yyrr1402 = len(yyv1402) - if yyrg1402 { - copy(yyv1402, yyv21402) + yyc1407 = true + yyrr1407 = len(yyv1407) + if yyrg1407 { + copy(yyv1407, yyv21407) } - } else if yyl1402 != len(yyv1402) { - yyv1402 = yyv1402[:yyl1402] - yyc1402 = true + } else if yyl1407 != len(yyv1407) { + yyv1407 = yyv1407[:yyl1407] + yyc1407 = true } - yyj1402 := 0 - for ; yyj1402 < yyrr1402; yyj1402++ { - yyh1402.ElemContainerState(yyj1402) + yyj1407 := 0 + for ; yyj1407 < yyrr1407; yyj1407++ { + yyh1407.ElemContainerState(yyj1407) if r.TryDecodeAsNil() { - yyv1402[yyj1402] = HTTPIngressPath{} + yyv1407[yyj1407] = HTTPIngressPath{} } else { - yyv1403 := &yyv1402[yyj1402] - yyv1403.CodecDecodeSelf(d) + yyv1408 := &yyv1407[yyj1407] + yyv1408.CodecDecodeSelf(d) } } - if yyrt1402 { - for ; yyj1402 < yyl1402; yyj1402++ { - yyv1402 = append(yyv1402, HTTPIngressPath{}) - yyh1402.ElemContainerState(yyj1402) + if yyrt1407 { + for ; yyj1407 < yyl1407; yyj1407++ { + yyv1407 = append(yyv1407, HTTPIngressPath{}) + yyh1407.ElemContainerState(yyj1407) if r.TryDecodeAsNil() { - yyv1402[yyj1402] = HTTPIngressPath{} + yyv1407[yyj1407] = HTTPIngressPath{} } else { - yyv1404 := &yyv1402[yyj1402] - yyv1404.CodecDecodeSelf(d) + yyv1409 := &yyv1407[yyj1407] + yyv1409.CodecDecodeSelf(d) } } } } else { - yyj1402 := 0 - for ; !r.CheckBreak(); yyj1402++ { + yyj1407 := 0 + for ; !r.CheckBreak(); yyj1407++ { - if yyj1402 >= len(yyv1402) { - yyv1402 = append(yyv1402, HTTPIngressPath{}) // var yyz1402 HTTPIngressPath - yyc1402 = true + if yyj1407 >= len(yyv1407) { + yyv1407 = append(yyv1407, HTTPIngressPath{}) // var yyz1407 HTTPIngressPath + yyc1407 = true } - yyh1402.ElemContainerState(yyj1402) - if yyj1402 < len(yyv1402) { + yyh1407.ElemContainerState(yyj1407) + if yyj1407 < len(yyv1407) { if r.TryDecodeAsNil() { - yyv1402[yyj1402] = HTTPIngressPath{} + yyv1407[yyj1407] = HTTPIngressPath{} } else { - yyv1405 := &yyv1402[yyj1402] - yyv1405.CodecDecodeSelf(d) + yyv1410 := &yyv1407[yyj1407] + yyv1410.CodecDecodeSelf(d) } } else { @@ -17303,17 +17351,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1402 < len(yyv1402) { - yyv1402 = yyv1402[:yyj1402] - yyc1402 = true - } else if yyj1402 == 0 && yyv1402 == nil { - yyv1402 = []HTTPIngressPath{} - yyc1402 = true + if yyj1407 < len(yyv1407) { + yyv1407 = yyv1407[:yyj1407] + yyc1407 = true + } else if yyj1407 == 0 && yyv1407 == nil { + yyv1407 = []HTTPIngressPath{} + yyc1407 = true } } - yyh1402.End() - if yyc1402 { - *v = yyv1402 + yyh1407.End() + if yyc1407 { + *v = yyv1407 } } @@ -17322,10 +17370,10 @@ func (x codecSelfer1234) encSliceNodeUtilization(v []NodeUtilization, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1406 := range v { + for _, yyv1411 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1407 := &yyv1406 - yy1407.CodecEncodeSelf(e) + yy1412 := &yyv1411 + yy1412.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17335,83 +17383,83 @@ func (x codecSelfer1234) decSliceNodeUtilization(v *[]NodeUtilization, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1408 := *v - yyh1408, yyl1408 := z.DecSliceHelperStart() - var yyc1408 bool - if yyl1408 == 0 { - if yyv1408 == nil { - yyv1408 = []NodeUtilization{} - yyc1408 = true - } else if len(yyv1408) != 0 { - yyv1408 = yyv1408[:0] - yyc1408 = true + yyv1413 := *v + yyh1413, yyl1413 := z.DecSliceHelperStart() + var yyc1413 bool + if yyl1413 == 0 { + if yyv1413 == nil { + yyv1413 = []NodeUtilization{} + yyc1413 = true + } else if len(yyv1413) != 0 { + yyv1413 = yyv1413[:0] + yyc1413 = true } - } else if yyl1408 > 0 { - var yyrr1408, yyrl1408 int - var yyrt1408 bool - if yyl1408 > cap(yyv1408) { + } else if yyl1413 > 0 { + var yyrr1413, yyrl1413 int + var yyrt1413 bool + if yyl1413 > cap(yyv1413) { - yyrg1408 := len(yyv1408) > 0 - yyv21408 := yyv1408 - yyrl1408, yyrt1408 = z.DecInferLen(yyl1408, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1408 { - if yyrl1408 <= cap(yyv1408) { - yyv1408 = yyv1408[:yyrl1408] + yyrg1413 := len(yyv1413) > 0 + yyv21413 := yyv1413 + yyrl1413, yyrt1413 = z.DecInferLen(yyl1413, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1413 { + if yyrl1413 <= cap(yyv1413) { + yyv1413 = yyv1413[:yyrl1413] } else { - yyv1408 = make([]NodeUtilization, yyrl1408) + yyv1413 = make([]NodeUtilization, yyrl1413) } } else { - yyv1408 = make([]NodeUtilization, yyrl1408) + yyv1413 = make([]NodeUtilization, yyrl1413) } - yyc1408 = true - yyrr1408 = len(yyv1408) - if yyrg1408 { - copy(yyv1408, yyv21408) + yyc1413 = true + yyrr1413 = len(yyv1413) + if yyrg1413 { + copy(yyv1413, yyv21413) } - } else if yyl1408 != len(yyv1408) { - yyv1408 = yyv1408[:yyl1408] - yyc1408 = true + } else if yyl1413 != len(yyv1413) { + yyv1413 = yyv1413[:yyl1413] + yyc1413 = true } - yyj1408 := 0 - for ; yyj1408 < yyrr1408; yyj1408++ { - yyh1408.ElemContainerState(yyj1408) + yyj1413 := 0 + for ; yyj1413 < yyrr1413; yyj1413++ { + yyh1413.ElemContainerState(yyj1413) if r.TryDecodeAsNil() { - yyv1408[yyj1408] = NodeUtilization{} + yyv1413[yyj1413] = NodeUtilization{} } else { - yyv1409 := &yyv1408[yyj1408] - yyv1409.CodecDecodeSelf(d) + yyv1414 := &yyv1413[yyj1413] + yyv1414.CodecDecodeSelf(d) } } - if yyrt1408 { - for ; yyj1408 < yyl1408; yyj1408++ { - yyv1408 = append(yyv1408, NodeUtilization{}) - yyh1408.ElemContainerState(yyj1408) + if yyrt1413 { + for ; yyj1413 < yyl1413; yyj1413++ { + yyv1413 = append(yyv1413, NodeUtilization{}) + yyh1413.ElemContainerState(yyj1413) if r.TryDecodeAsNil() { - yyv1408[yyj1408] = NodeUtilization{} + yyv1413[yyj1413] = NodeUtilization{} } else { - yyv1410 := &yyv1408[yyj1408] - yyv1410.CodecDecodeSelf(d) + yyv1415 := &yyv1413[yyj1413] + yyv1415.CodecDecodeSelf(d) } } } } else { - yyj1408 := 0 - for ; !r.CheckBreak(); yyj1408++ { + yyj1413 := 0 + for ; !r.CheckBreak(); yyj1413++ { - if yyj1408 >= len(yyv1408) { - yyv1408 = append(yyv1408, NodeUtilization{}) // var yyz1408 NodeUtilization - yyc1408 = true + if yyj1413 >= len(yyv1413) { + yyv1413 = append(yyv1413, NodeUtilization{}) // var yyz1413 NodeUtilization + yyc1413 = true } - yyh1408.ElemContainerState(yyj1408) - if yyj1408 < len(yyv1408) { + yyh1413.ElemContainerState(yyj1413) + if yyj1413 < len(yyv1413) { if r.TryDecodeAsNil() { - yyv1408[yyj1408] = NodeUtilization{} + yyv1413[yyj1413] = NodeUtilization{} } else { - yyv1411 := &yyv1408[yyj1408] - yyv1411.CodecDecodeSelf(d) + yyv1416 := &yyv1413[yyj1413] + yyv1416.CodecDecodeSelf(d) } } else { @@ -17419,17 +17467,17 @@ func (x codecSelfer1234) decSliceNodeUtilization(v *[]NodeUtilization, d *codec1 } } - if yyj1408 < len(yyv1408) { - yyv1408 = yyv1408[:yyj1408] - yyc1408 = true - } else if yyj1408 == 0 && yyv1408 == nil { - yyv1408 = []NodeUtilization{} - yyc1408 = true + if yyj1413 < len(yyv1413) { + yyv1413 = yyv1413[:yyj1413] + yyc1413 = true + } else if yyj1413 == 0 && yyv1413 == nil { + yyv1413 = []NodeUtilization{} + yyc1413 = true } } - yyh1408.End() - if yyc1408 { - *v = yyv1408 + yyh1413.End() + if yyc1413 { + *v = yyv1413 } } @@ -17438,10 +17486,10 @@ func (x codecSelfer1234) encSliceClusterAutoscaler(v []ClusterAutoscaler, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1412 := range v { + for _, yyv1417 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1413 := &yyv1412 - yy1413.CodecEncodeSelf(e) + yy1418 := &yyv1417 + yy1418.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17451,83 +17499,83 @@ func (x codecSelfer1234) decSliceClusterAutoscaler(v *[]ClusterAutoscaler, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1414 := *v - yyh1414, yyl1414 := z.DecSliceHelperStart() - var yyc1414 bool - if yyl1414 == 0 { - if yyv1414 == nil { - yyv1414 = []ClusterAutoscaler{} - yyc1414 = true - } else if len(yyv1414) != 0 { - yyv1414 = yyv1414[:0] - yyc1414 = true + yyv1419 := *v + yyh1419, yyl1419 := z.DecSliceHelperStart() + var yyc1419 bool + if yyl1419 == 0 { + if yyv1419 == nil { + yyv1419 = []ClusterAutoscaler{} + yyc1419 = true + } else if len(yyv1419) != 0 { + yyv1419 = yyv1419[:0] + yyc1419 = true } - } else if yyl1414 > 0 { - var yyrr1414, yyrl1414 int - var yyrt1414 bool - if yyl1414 > cap(yyv1414) { + } else if yyl1419 > 0 { + var yyrr1419, yyrl1419 int + var yyrt1419 bool + if yyl1419 > cap(yyv1419) { - yyrg1414 := len(yyv1414) > 0 - yyv21414 := yyv1414 - yyrl1414, yyrt1414 = z.DecInferLen(yyl1414, z.DecBasicHandle().MaxInitLen, 232) - if yyrt1414 { - if yyrl1414 <= cap(yyv1414) { - yyv1414 = yyv1414[:yyrl1414] + yyrg1419 := len(yyv1419) > 0 + yyv21419 := yyv1419 + yyrl1419, yyrt1419 = z.DecInferLen(yyl1419, z.DecBasicHandle().MaxInitLen, 232) + if yyrt1419 { + if yyrl1419 <= cap(yyv1419) { + yyv1419 = yyv1419[:yyrl1419] } else { - yyv1414 = make([]ClusterAutoscaler, yyrl1414) + yyv1419 = make([]ClusterAutoscaler, yyrl1419) } } else { - yyv1414 = make([]ClusterAutoscaler, yyrl1414) + yyv1419 = make([]ClusterAutoscaler, yyrl1419) } - yyc1414 = true - yyrr1414 = len(yyv1414) - if yyrg1414 { - copy(yyv1414, yyv21414) + yyc1419 = true + yyrr1419 = len(yyv1419) + if yyrg1419 { + copy(yyv1419, yyv21419) } - } else if yyl1414 != len(yyv1414) { - yyv1414 = yyv1414[:yyl1414] - yyc1414 = true + } else if yyl1419 != len(yyv1419) { + yyv1419 = yyv1419[:yyl1419] + yyc1419 = true } - yyj1414 := 0 - for ; yyj1414 < yyrr1414; yyj1414++ { - yyh1414.ElemContainerState(yyj1414) + yyj1419 := 0 + for ; yyj1419 < yyrr1419; yyj1419++ { + yyh1419.ElemContainerState(yyj1419) if r.TryDecodeAsNil() { - yyv1414[yyj1414] = ClusterAutoscaler{} + yyv1419[yyj1419] = ClusterAutoscaler{} } else { - yyv1415 := &yyv1414[yyj1414] - yyv1415.CodecDecodeSelf(d) + yyv1420 := &yyv1419[yyj1419] + yyv1420.CodecDecodeSelf(d) } } - if yyrt1414 { - for ; yyj1414 < yyl1414; yyj1414++ { - yyv1414 = append(yyv1414, ClusterAutoscaler{}) - yyh1414.ElemContainerState(yyj1414) + if yyrt1419 { + for ; yyj1419 < yyl1419; yyj1419++ { + yyv1419 = append(yyv1419, ClusterAutoscaler{}) + yyh1419.ElemContainerState(yyj1419) if r.TryDecodeAsNil() { - yyv1414[yyj1414] = ClusterAutoscaler{} + yyv1419[yyj1419] = ClusterAutoscaler{} } else { - yyv1416 := &yyv1414[yyj1414] - yyv1416.CodecDecodeSelf(d) + yyv1421 := &yyv1419[yyj1419] + yyv1421.CodecDecodeSelf(d) } } } } else { - yyj1414 := 0 - for ; !r.CheckBreak(); yyj1414++ { + yyj1419 := 0 + for ; !r.CheckBreak(); yyj1419++ { - if yyj1414 >= len(yyv1414) { - yyv1414 = append(yyv1414, ClusterAutoscaler{}) // var yyz1414 ClusterAutoscaler - yyc1414 = true + if yyj1419 >= len(yyv1419) { + yyv1419 = append(yyv1419, ClusterAutoscaler{}) // var yyz1419 ClusterAutoscaler + yyc1419 = true } - yyh1414.ElemContainerState(yyj1414) - if yyj1414 < len(yyv1414) { + yyh1419.ElemContainerState(yyj1419) + if yyj1419 < len(yyv1419) { if r.TryDecodeAsNil() { - yyv1414[yyj1414] = ClusterAutoscaler{} + yyv1419[yyj1419] = ClusterAutoscaler{} } else { - yyv1417 := &yyv1414[yyj1414] - yyv1417.CodecDecodeSelf(d) + yyv1422 := &yyv1419[yyj1419] + yyv1422.CodecDecodeSelf(d) } } else { @@ -17535,17 +17583,17 @@ func (x codecSelfer1234) decSliceClusterAutoscaler(v *[]ClusterAutoscaler, d *co } } - if yyj1414 < len(yyv1414) { - yyv1414 = yyv1414[:yyj1414] - yyc1414 = true - } else if yyj1414 == 0 && yyv1414 == nil { - yyv1414 = []ClusterAutoscaler{} - yyc1414 = true + if yyj1419 < len(yyv1419) { + yyv1419 = yyv1419[:yyj1419] + yyc1419 = true + } else if yyj1419 == 0 && yyv1419 == nil { + yyv1419 = []ClusterAutoscaler{} + yyc1419 = true } } - yyh1414.End() - if yyc1414 { - *v = yyv1414 + yyh1419.End() + if yyc1419 { + *v = yyv1419 } } @@ -17554,10 +17602,10 @@ func (x codecSelfer1234) encSliceLabelSelectorRequirement(v []LabelSelectorRequi z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1418 := range v { + for _, yyv1423 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1419 := &yyv1418 - yy1419.CodecEncodeSelf(e) + yy1424 := &yyv1423 + yy1424.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17567,83 +17615,83 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1420 := *v - yyh1420, yyl1420 := z.DecSliceHelperStart() - var yyc1420 bool - if yyl1420 == 0 { - if yyv1420 == nil { - yyv1420 = []LabelSelectorRequirement{} - yyc1420 = true - } else if len(yyv1420) != 0 { - yyv1420 = yyv1420[:0] - yyc1420 = true + yyv1425 := *v + yyh1425, yyl1425 := z.DecSliceHelperStart() + var yyc1425 bool + if yyl1425 == 0 { + if yyv1425 == nil { + yyv1425 = []LabelSelectorRequirement{} + yyc1425 = true + } else if len(yyv1425) != 0 { + yyv1425 = yyv1425[:0] + yyc1425 = true } - } else if yyl1420 > 0 { - var yyrr1420, yyrl1420 int - var yyrt1420 bool - if yyl1420 > cap(yyv1420) { + } else if yyl1425 > 0 { + var yyrr1425, yyrl1425 int + var yyrt1425 bool + if yyl1425 > cap(yyv1425) { - yyrg1420 := len(yyv1420) > 0 - yyv21420 := yyv1420 - yyrl1420, yyrt1420 = z.DecInferLen(yyl1420, z.DecBasicHandle().MaxInitLen, 56) - if yyrt1420 { - if yyrl1420 <= cap(yyv1420) { - yyv1420 = yyv1420[:yyrl1420] + yyrg1425 := len(yyv1425) > 0 + yyv21425 := yyv1425 + yyrl1425, yyrt1425 = z.DecInferLen(yyl1425, z.DecBasicHandle().MaxInitLen, 56) + if yyrt1425 { + if yyrl1425 <= cap(yyv1425) { + yyv1425 = yyv1425[:yyrl1425] } else { - yyv1420 = make([]LabelSelectorRequirement, yyrl1420) + yyv1425 = make([]LabelSelectorRequirement, yyrl1425) } } else { - yyv1420 = make([]LabelSelectorRequirement, yyrl1420) + yyv1425 = make([]LabelSelectorRequirement, yyrl1425) } - yyc1420 = true - yyrr1420 = len(yyv1420) - if yyrg1420 { - copy(yyv1420, yyv21420) + yyc1425 = true + yyrr1425 = len(yyv1425) + if yyrg1425 { + copy(yyv1425, yyv21425) } - } else if yyl1420 != len(yyv1420) { - yyv1420 = yyv1420[:yyl1420] - yyc1420 = true + } else if yyl1425 != len(yyv1425) { + yyv1425 = yyv1425[:yyl1425] + yyc1425 = true } - yyj1420 := 0 - for ; yyj1420 < yyrr1420; yyj1420++ { - yyh1420.ElemContainerState(yyj1420) + yyj1425 := 0 + for ; yyj1425 < yyrr1425; yyj1425++ { + yyh1425.ElemContainerState(yyj1425) if r.TryDecodeAsNil() { - yyv1420[yyj1420] = LabelSelectorRequirement{} + yyv1425[yyj1425] = LabelSelectorRequirement{} } else { - yyv1421 := &yyv1420[yyj1420] - yyv1421.CodecDecodeSelf(d) + yyv1426 := &yyv1425[yyj1425] + yyv1426.CodecDecodeSelf(d) } } - if yyrt1420 { - for ; yyj1420 < yyl1420; yyj1420++ { - yyv1420 = append(yyv1420, LabelSelectorRequirement{}) - yyh1420.ElemContainerState(yyj1420) + if yyrt1425 { + for ; yyj1425 < yyl1425; yyj1425++ { + yyv1425 = append(yyv1425, LabelSelectorRequirement{}) + yyh1425.ElemContainerState(yyj1425) if r.TryDecodeAsNil() { - yyv1420[yyj1420] = LabelSelectorRequirement{} + yyv1425[yyj1425] = LabelSelectorRequirement{} } else { - yyv1422 := &yyv1420[yyj1420] - yyv1422.CodecDecodeSelf(d) + yyv1427 := &yyv1425[yyj1425] + yyv1427.CodecDecodeSelf(d) } } } } else { - yyj1420 := 0 - for ; !r.CheckBreak(); yyj1420++ { + yyj1425 := 0 + for ; !r.CheckBreak(); yyj1425++ { - if yyj1420 >= len(yyv1420) { - yyv1420 = append(yyv1420, LabelSelectorRequirement{}) // var yyz1420 LabelSelectorRequirement - yyc1420 = true + if yyj1425 >= len(yyv1425) { + yyv1425 = append(yyv1425, LabelSelectorRequirement{}) // var yyz1425 LabelSelectorRequirement + yyc1425 = true } - yyh1420.ElemContainerState(yyj1420) - if yyj1420 < len(yyv1420) { + yyh1425.ElemContainerState(yyj1425) + if yyj1425 < len(yyv1425) { if r.TryDecodeAsNil() { - yyv1420[yyj1420] = LabelSelectorRequirement{} + yyv1425[yyj1425] = LabelSelectorRequirement{} } else { - yyv1423 := &yyv1420[yyj1420] - yyv1423.CodecDecodeSelf(d) + yyv1428 := &yyv1425[yyj1425] + yyv1428.CodecDecodeSelf(d) } } else { @@ -17651,17 +17699,17 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ } } - if yyj1420 < len(yyv1420) { - yyv1420 = yyv1420[:yyj1420] - yyc1420 = true - } else if yyj1420 == 0 && yyv1420 == nil { - yyv1420 = []LabelSelectorRequirement{} - yyc1420 = true + if yyj1425 < len(yyv1425) { + yyv1425 = yyv1425[:yyj1425] + yyc1425 = true + } else if yyj1425 == 0 && yyv1425 == nil { + yyv1425 = []LabelSelectorRequirement{} + yyc1425 = true } } - yyh1420.End() - if yyc1420 { - *v = yyv1420 + yyh1425.End() + if yyc1425 { + *v = yyv1425 } } @@ -17670,10 +17718,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1424 := range v { + for _, yyv1429 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1425 := &yyv1424 - yy1425.CodecEncodeSelf(e) + yy1430 := &yyv1429 + yy1430.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17683,83 +17731,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1426 := *v - yyh1426, yyl1426 := z.DecSliceHelperStart() - var yyc1426 bool - if yyl1426 == 0 { - if yyv1426 == nil { - yyv1426 = []ConfigMap{} - yyc1426 = true - } else if len(yyv1426) != 0 { - yyv1426 = yyv1426[:0] - yyc1426 = true + yyv1431 := *v + yyh1431, yyl1431 := z.DecSliceHelperStart() + var yyc1431 bool + if yyl1431 == 0 { + if yyv1431 == nil { + yyv1431 = []ConfigMap{} + yyc1431 = true + } else if len(yyv1431) != 0 { + yyv1431 = yyv1431[:0] + yyc1431 = true } - } else if yyl1426 > 0 { - var yyrr1426, yyrl1426 int - var yyrt1426 bool - if yyl1426 > cap(yyv1426) { + } else if yyl1431 > 0 { + var yyrr1431, yyrl1431 int + var yyrt1431 bool + if yyl1431 > cap(yyv1431) { - yyrg1426 := len(yyv1426) > 0 - yyv21426 := yyv1426 - yyrl1426, yyrt1426 = z.DecInferLen(yyl1426, z.DecBasicHandle().MaxInitLen, 200) - if yyrt1426 { - if yyrl1426 <= cap(yyv1426) { - yyv1426 = yyv1426[:yyrl1426] + yyrg1431 := len(yyv1431) > 0 + yyv21431 := yyv1431 + yyrl1431, yyrt1431 = z.DecInferLen(yyl1431, z.DecBasicHandle().MaxInitLen, 200) + if yyrt1431 { + if yyrl1431 <= cap(yyv1431) { + yyv1431 = yyv1431[:yyrl1431] } else { - yyv1426 = make([]ConfigMap, yyrl1426) + yyv1431 = make([]ConfigMap, yyrl1431) } } else { - yyv1426 = make([]ConfigMap, yyrl1426) + yyv1431 = make([]ConfigMap, yyrl1431) } - yyc1426 = true - yyrr1426 = len(yyv1426) - if yyrg1426 { - copy(yyv1426, yyv21426) + yyc1431 = true + yyrr1431 = len(yyv1431) + if yyrg1431 { + copy(yyv1431, yyv21431) } - } else if yyl1426 != len(yyv1426) { - yyv1426 = yyv1426[:yyl1426] - yyc1426 = true + } else if yyl1431 != len(yyv1431) { + yyv1431 = yyv1431[:yyl1431] + yyc1431 = true } - yyj1426 := 0 - for ; yyj1426 < yyrr1426; yyj1426++ { - yyh1426.ElemContainerState(yyj1426) + yyj1431 := 0 + for ; yyj1431 < yyrr1431; yyj1431++ { + yyh1431.ElemContainerState(yyj1431) if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ConfigMap{} + yyv1431[yyj1431] = ConfigMap{} } else { - yyv1427 := &yyv1426[yyj1426] - yyv1427.CodecDecodeSelf(d) + yyv1432 := &yyv1431[yyj1431] + yyv1432.CodecDecodeSelf(d) } } - if yyrt1426 { - for ; yyj1426 < yyl1426; yyj1426++ { - yyv1426 = append(yyv1426, ConfigMap{}) - yyh1426.ElemContainerState(yyj1426) + if yyrt1431 { + for ; yyj1431 < yyl1431; yyj1431++ { + yyv1431 = append(yyv1431, ConfigMap{}) + yyh1431.ElemContainerState(yyj1431) if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ConfigMap{} + yyv1431[yyj1431] = ConfigMap{} } else { - yyv1428 := &yyv1426[yyj1426] - yyv1428.CodecDecodeSelf(d) + yyv1433 := &yyv1431[yyj1431] + yyv1433.CodecDecodeSelf(d) } } } } else { - yyj1426 := 0 - for ; !r.CheckBreak(); yyj1426++ { + yyj1431 := 0 + for ; !r.CheckBreak(); yyj1431++ { - if yyj1426 >= len(yyv1426) { - yyv1426 = append(yyv1426, ConfigMap{}) // var yyz1426 ConfigMap - yyc1426 = true + if yyj1431 >= len(yyv1431) { + yyv1431 = append(yyv1431, ConfigMap{}) // var yyz1431 ConfigMap + yyc1431 = true } - yyh1426.ElemContainerState(yyj1426) - if yyj1426 < len(yyv1426) { + yyh1431.ElemContainerState(yyj1431) + if yyj1431 < len(yyv1431) { if r.TryDecodeAsNil() { - yyv1426[yyj1426] = ConfigMap{} + yyv1431[yyj1431] = ConfigMap{} } else { - yyv1429 := &yyv1426[yyj1426] - yyv1429.CodecDecodeSelf(d) + yyv1434 := &yyv1431[yyj1431] + yyv1434.CodecDecodeSelf(d) } } else { @@ -17767,17 +17815,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj1426 < len(yyv1426) { - yyv1426 = yyv1426[:yyj1426] - yyc1426 = true - } else if yyj1426 == 0 && yyv1426 == nil { - yyv1426 = []ConfigMap{} - yyc1426 = true + if yyj1431 < len(yyv1431) { + yyv1431 = yyv1431[:yyj1431] + yyc1431 = true + } else if yyj1431 == 0 && yyv1431 == nil { + yyv1431 = []ConfigMap{} + yyc1431 = true } } - yyh1426.End() - if yyc1426 { - *v = yyv1426 + yyh1431.End() + if yyc1431 { + *v = yyv1431 } } @@ -17786,10 +17834,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1430 := range v { + for _, yyv1435 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1431 := &yyv1430 - yy1431.CodecEncodeSelf(e) + yy1436 := &yyv1435 + yy1436.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17799,83 +17847,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1432 := *v - yyh1432, yyl1432 := z.DecSliceHelperStart() - var yyc1432 bool - if yyl1432 == 0 { - if yyv1432 == nil { - yyv1432 = []ReplicaSet{} - yyc1432 = true - } else if len(yyv1432) != 0 { - yyv1432 = yyv1432[:0] - yyc1432 = true + yyv1437 := *v + yyh1437, yyl1437 := z.DecSliceHelperStart() + var yyc1437 bool + if yyl1437 == 0 { + if yyv1437 == nil { + yyv1437 = []ReplicaSet{} + yyc1437 = true + } else if len(yyv1437) != 0 { + yyv1437 = yyv1437[:0] + yyc1437 = true } - } else if yyl1432 > 0 { - var yyrr1432, yyrl1432 int - var yyrt1432 bool - if yyl1432 > cap(yyv1432) { + } else if yyl1437 > 0 { + var yyrr1437, yyrl1437 int + var yyrt1437 bool + if yyl1437 > cap(yyv1437) { - yyrg1432 := len(yyv1432) > 0 - yyv21432 := yyv1432 - yyrl1432, yyrt1432 = z.DecInferLen(yyl1432, z.DecBasicHandle().MaxInitLen, 232) - if yyrt1432 { - if yyrl1432 <= cap(yyv1432) { - yyv1432 = yyv1432[:yyrl1432] + yyrg1437 := len(yyv1437) > 0 + yyv21437 := yyv1437 + yyrl1437, yyrt1437 = z.DecInferLen(yyl1437, z.DecBasicHandle().MaxInitLen, 232) + if yyrt1437 { + if yyrl1437 <= cap(yyv1437) { + yyv1437 = yyv1437[:yyrl1437] } else { - yyv1432 = make([]ReplicaSet, yyrl1432) + yyv1437 = make([]ReplicaSet, yyrl1437) } } else { - yyv1432 = make([]ReplicaSet, yyrl1432) + yyv1437 = make([]ReplicaSet, yyrl1437) } - yyc1432 = true - yyrr1432 = len(yyv1432) - if yyrg1432 { - copy(yyv1432, yyv21432) + yyc1437 = true + yyrr1437 = len(yyv1437) + if yyrg1437 { + copy(yyv1437, yyv21437) } - } else if yyl1432 != len(yyv1432) { - yyv1432 = yyv1432[:yyl1432] - yyc1432 = true + } else if yyl1437 != len(yyv1437) { + yyv1437 = yyv1437[:yyl1437] + yyc1437 = true } - yyj1432 := 0 - for ; yyj1432 < yyrr1432; yyj1432++ { - yyh1432.ElemContainerState(yyj1432) + yyj1437 := 0 + for ; yyj1437 < yyrr1437; yyj1437++ { + yyh1437.ElemContainerState(yyj1437) if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSet{} + yyv1437[yyj1437] = ReplicaSet{} } else { - yyv1433 := &yyv1432[yyj1432] - yyv1433.CodecDecodeSelf(d) + yyv1438 := &yyv1437[yyj1437] + yyv1438.CodecDecodeSelf(d) } } - if yyrt1432 { - for ; yyj1432 < yyl1432; yyj1432++ { - yyv1432 = append(yyv1432, ReplicaSet{}) - yyh1432.ElemContainerState(yyj1432) + if yyrt1437 { + for ; yyj1437 < yyl1437; yyj1437++ { + yyv1437 = append(yyv1437, ReplicaSet{}) + yyh1437.ElemContainerState(yyj1437) if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSet{} + yyv1437[yyj1437] = ReplicaSet{} } else { - yyv1434 := &yyv1432[yyj1432] - yyv1434.CodecDecodeSelf(d) + yyv1439 := &yyv1437[yyj1437] + yyv1439.CodecDecodeSelf(d) } } } } else { - yyj1432 := 0 - for ; !r.CheckBreak(); yyj1432++ { + yyj1437 := 0 + for ; !r.CheckBreak(); yyj1437++ { - if yyj1432 >= len(yyv1432) { - yyv1432 = append(yyv1432, ReplicaSet{}) // var yyz1432 ReplicaSet - yyc1432 = true + if yyj1437 >= len(yyv1437) { + yyv1437 = append(yyv1437, ReplicaSet{}) // var yyz1437 ReplicaSet + yyc1437 = true } - yyh1432.ElemContainerState(yyj1432) - if yyj1432 < len(yyv1432) { + yyh1437.ElemContainerState(yyj1437) + if yyj1437 < len(yyv1437) { if r.TryDecodeAsNil() { - yyv1432[yyj1432] = ReplicaSet{} + yyv1437[yyj1437] = ReplicaSet{} } else { - yyv1435 := &yyv1432[yyj1432] - yyv1435.CodecDecodeSelf(d) + yyv1440 := &yyv1437[yyj1437] + yyv1440.CodecDecodeSelf(d) } } else { @@ -17883,16 +17931,16 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1432 < len(yyv1432) { - yyv1432 = yyv1432[:yyj1432] - yyc1432 = true - } else if yyj1432 == 0 && yyv1432 == nil { - yyv1432 = []ReplicaSet{} - yyc1432 = true + if yyj1437 < len(yyv1437) { + yyv1437 = yyv1437[:yyj1437] + yyc1437 = true + } else if yyj1437 == 0 && yyv1437 == nil { + yyv1437 = []ReplicaSet{} + yyc1437 = true } } - yyh1432.End() - if yyc1432 { - *v = yyv1432 + yyh1437.End() + if yyc1437 { + *v = yyv1437 } } diff --git a/pkg/apis/extensions/types.go b/pkg/apis/extensions/types.go index d3483896fdd..a2ed65b45ad 100644 --- a/pkg/apis/extensions/types.go +++ b/pkg/apis/extensions/types.go @@ -228,6 +228,10 @@ type DeploymentSpec struct { // Value of this key is hash of DeploymentSpec.PodTemplateSpec. // No label is added if this is set to empty string. UniqueLabelKey string `json:"uniqueLabelKey,omitempty"` + + // Indicates that the deployment is paused and will not be processed by the + // deployment controller. + Paused bool `json:"paused,omitempty"` } const ( diff --git a/pkg/apis/extensions/v1beta1/conversion.go b/pkg/apis/extensions/v1beta1/conversion.go index b293a12146a..c5a0b911957 100644 --- a/pkg/apis/extensions/v1beta1/conversion.go +++ b/pkg/apis/extensions/v1beta1/conversion.go @@ -262,6 +262,7 @@ func Convert_extensions_DeploymentSpec_To_v1beta1_DeploymentSpec(in *extensions. } out.UniqueLabelKey = new(string) *out.UniqueLabelKey = in.UniqueLabelKey + out.Paused = in.Paused return nil } @@ -289,6 +290,7 @@ func Convert_v1beta1_DeploymentSpec_To_extensions_DeploymentSpec(in *DeploymentS if in.UniqueLabelKey != nil { out.UniqueLabelKey = *in.UniqueLabelKey } + out.Paused = in.Paused return nil } diff --git a/pkg/apis/extensions/v1beta1/conversion_generated.go b/pkg/apis/extensions/v1beta1/conversion_generated.go index f23c20984f3..821c729da4a 100644 --- a/pkg/apis/extensions/v1beta1/conversion_generated.go +++ b/pkg/apis/extensions/v1beta1/conversion_generated.go @@ -2760,6 +2760,7 @@ func autoConvert_extensions_DeploymentSpec_To_v1beta1_DeploymentSpec(in *extensi if err := s.Convert(&in.UniqueLabelKey, &out.UniqueLabelKey, 0); err != nil { return err } + out.Paused = in.Paused return nil } @@ -3935,6 +3936,7 @@ func autoConvert_v1beta1_DeploymentSpec_To_extensions_DeploymentSpec(in *Deploym return err } // in.UniqueLabelKey has no peer in out + out.Paused = in.Paused return nil } diff --git a/pkg/apis/extensions/v1beta1/deep_copy_generated.go b/pkg/apis/extensions/v1beta1/deep_copy_generated.go index 1d99f94467b..af4f1b48786 100644 --- a/pkg/apis/extensions/v1beta1/deep_copy_generated.go +++ b/pkg/apis/extensions/v1beta1/deep_copy_generated.go @@ -1196,6 +1196,7 @@ func deepCopy_v1beta1_DeploymentSpec(in DeploymentSpec, out *DeploymentSpec, c * } else { out.UniqueLabelKey = nil } + out.Paused = in.Paused return nil } diff --git a/pkg/apis/extensions/v1beta1/types.generated.go b/pkg/apis/extensions/v1beta1/types.generated.go index d70cbb0be95..3d4f44d0404 100644 --- a/pkg/apis/extensions/v1beta1/types.generated.go +++ b/pkg/apis/extensions/v1beta1/types.generated.go @@ -4604,16 +4604,17 @@ func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep387 := !z.EncBinary() yy2arr387 := z.EncBasicHandle().StructToArray - var yyq387 [5]bool + var yyq387 [6]bool _, _, _ = yysep387, yyq387, yy2arr387 const yyr387 bool = false yyq387[0] = x.Replicas != nil yyq387[1] = len(x.Selector) != 0 yyq387[3] = true yyq387[4] = x.UniqueLabelKey != nil + yyq387[5] = x.Paused != false var yynn387 int if yyr387 || yy2arr387 { - r.EncodeArrayStart(5) + r.EncodeArrayStart(6) } else { yynn387 = 1 for _, b := range yyq387 { @@ -4755,6 +4756,31 @@ func (x *DeploymentSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr387 || yy2arr387 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq387[5] { + yym408 := z.EncBinary() + _ = yym408 + if false { + } else { + r.EncodeBool(bool(x.Paused)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq387[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("paused")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym409 := z.EncBinary() + _ = yym409 + if false { + } else { + r.EncodeBool(bool(x.Paused)) + } + } + } if yyr387 || yy2arr387 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -4768,25 +4794,25 @@ func (x *DeploymentSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym407 := z.DecBinary() - _ = yym407 + yym410 := z.DecBinary() + _ = yym410 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct408 := r.ContainerType() - if yyct408 == codecSelferValueTypeMap1234 { - yyl408 := r.ReadMapStart() - if yyl408 == 0 { + yyct411 := r.ContainerType() + if yyct411 == codecSelferValueTypeMap1234 { + yyl411 := r.ReadMapStart() + if yyl411 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl408, d) + x.codecDecodeSelfFromMap(yyl411, d) } - } else if yyct408 == codecSelferValueTypeArray1234 { - yyl408 := r.ReadArrayStart() - if yyl408 == 0 { + } else if yyct411 == codecSelferValueTypeArray1234 { + yyl411 := r.ReadArrayStart() + if yyl411 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl408, d) + x.codecDecodeSelfFromArray(yyl411, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -4798,12 +4824,12 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys409Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys409Slc - var yyhl409 bool = l >= 0 - for yyj409 := 0; ; yyj409++ { - if yyhl409 { - if yyj409 >= l { + var yys412Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys412Slc + var yyhl412 bool = l >= 0 + for yyj412 := 0; ; yyj412++ { + if yyhl412 { + if yyj412 >= l { break } } else { @@ -4812,10 +4838,10 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys409Slc = r.DecodeBytes(yys409Slc, true, true) - yys409 := string(yys409Slc) + yys412Slc = r.DecodeBytes(yys412Slc, true, true) + yys412 := string(yys412Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys409 { + switch yys412 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -4825,8 +4851,8 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym411 := z.DecBinary() - _ = yym411 + yym414 := z.DecBinary() + _ = yym414 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -4836,27 +4862,27 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv412 := &x.Selector - yym413 := z.DecBinary() - _ = yym413 + yyv415 := &x.Selector + yym416 := z.DecBinary() + _ = yym416 if false { } else { - z.F.DecMapStringStringX(yyv412, false, d) + z.F.DecMapStringStringX(yyv415, false, d) } } case "template": if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv414 := &x.Template - yyv414.CodecDecodeSelf(d) + yyv417 := &x.Template + yyv417.CodecDecodeSelf(d) } case "strategy": if r.TryDecodeAsNil() { x.Strategy = DeploymentStrategy{} } else { - yyv415 := &x.Strategy - yyv415.CodecDecodeSelf(d) + yyv418 := &x.Strategy + yyv418.CodecDecodeSelf(d) } case "uniqueLabelKey": if r.TryDecodeAsNil() { @@ -4867,17 +4893,23 @@ func (x *DeploymentSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UniqueLabelKey == nil { x.UniqueLabelKey = new(string) } - yym417 := z.DecBinary() - _ = yym417 + yym420 := z.DecBinary() + _ = yym420 if false { } else { *((*string)(x.UniqueLabelKey)) = r.DecodeString() } } + case "paused": + if r.TryDecodeAsNil() { + x.Paused = false + } else { + x.Paused = bool(r.DecodeBool()) + } default: - z.DecStructFieldNotFound(-1, yys409) - } // end switch yys409 - } // end for yyj409 + z.DecStructFieldNotFound(-1, yys412) + } // end switch yys412 + } // end for yyj412 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -4885,16 +4917,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj418 int - var yyb418 bool - var yyhl418 bool = l >= 0 - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + var yyj422 int + var yyb422 bool + var yyhl422 bool = l >= 0 + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4907,20 +4939,20 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym420 := z.DecBinary() - _ = yym420 + yym424 := z.DecBinary() + _ = yym424 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4928,21 +4960,21 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv421 := &x.Selector - yym422 := z.DecBinary() - _ = yym422 + yyv425 := &x.Selector + yym426 := z.DecBinary() + _ = yym426 if false { } else { - z.F.DecMapStringStringX(yyv421, false, d) + z.F.DecMapStringStringX(yyv425, false, d) } } - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4950,16 +4982,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv423 := &x.Template - yyv423.CodecDecodeSelf(d) + yyv427 := &x.Template + yyv427.CodecDecodeSelf(d) } - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4967,16 +4999,16 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Strategy = DeploymentStrategy{} } else { - yyv424 := &x.Strategy - yyv424.CodecDecodeSelf(d) + yyv428 := &x.Strategy + yyv428.CodecDecodeSelf(d) } - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -4989,25 +5021,41 @@ func (x *DeploymentSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UniqueLabelKey == nil { x.UniqueLabelKey = new(string) } - yym426 := z.DecBinary() - _ = yym426 + yym430 := z.DecBinary() + _ = yym430 if false { } else { *((*string)(x.UniqueLabelKey)) = r.DecodeString() } } + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l + } else { + yyb422 = r.CheckBreak() + } + if yyb422 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Paused = false + } else { + x.Paused = bool(r.DecodeBool()) + } for { - yyj418++ - if yyhl418 { - yyb418 = yyj418 > l + yyj422++ + if yyhl422 { + yyb422 = yyj422 > l } else { - yyb418 = r.CheckBreak() + yyb422 = r.CheckBreak() } - if yyb418 { + if yyb422 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj418-1, "") + z.DecStructFieldNotFound(yyj422-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5019,49 +5067,49 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym427 := z.EncBinary() - _ = yym427 + yym432 := z.EncBinary() + _ = yym432 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep428 := !z.EncBinary() - yy2arr428 := z.EncBasicHandle().StructToArray - var yyq428 [2]bool - _, _, _ = yysep428, yyq428, yy2arr428 - const yyr428 bool = false - yyq428[0] = x.Type != "" - yyq428[1] = x.RollingUpdate != nil - var yynn428 int - if yyr428 || yy2arr428 { + yysep433 := !z.EncBinary() + yy2arr433 := z.EncBasicHandle().StructToArray + var yyq433 [2]bool + _, _, _ = yysep433, yyq433, yy2arr433 + const yyr433 bool = false + yyq433[0] = x.Type != "" + yyq433[1] = x.RollingUpdate != nil + var yynn433 int + if yyr433 || yy2arr433 { r.EncodeArrayStart(2) } else { - yynn428 = 0 - for _, b := range yyq428 { + yynn433 = 0 + for _, b := range yyq433 { if b { - yynn428++ + yynn433++ } } - r.EncodeMapStart(yynn428) - yynn428 = 0 + r.EncodeMapStart(yynn433) + yynn433 = 0 } - if yyr428 || yy2arr428 { + if yyr433 || yy2arr433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq428[0] { + if yyq433[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq428[0] { + if yyq433[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr428 || yy2arr428 { + if yyr433 || yy2arr433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq428[1] { + if yyq433[1] { if x.RollingUpdate == nil { r.EncodeNil() } else { @@ -5071,7 +5119,7 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq428[1] { + if yyq433[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rollingUpdate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -5082,7 +5130,7 @@ func (x *DeploymentStrategy) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr428 || yy2arr428 { + if yyr433 || yy2arr433 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5095,25 +5143,25 @@ func (x *DeploymentStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym431 := z.DecBinary() - _ = yym431 + yym436 := z.DecBinary() + _ = yym436 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct432 := r.ContainerType() - if yyct432 == codecSelferValueTypeMap1234 { - yyl432 := r.ReadMapStart() - if yyl432 == 0 { + yyct437 := r.ContainerType() + if yyct437 == codecSelferValueTypeMap1234 { + yyl437 := r.ReadMapStart() + if yyl437 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl432, d) + x.codecDecodeSelfFromMap(yyl437, d) } - } else if yyct432 == codecSelferValueTypeArray1234 { - yyl432 := r.ReadArrayStart() - if yyl432 == 0 { + } else if yyct437 == codecSelferValueTypeArray1234 { + yyl437 := r.ReadArrayStart() + if yyl437 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl432, d) + x.codecDecodeSelfFromArray(yyl437, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5125,12 +5173,12 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys433Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys433Slc - var yyhl433 bool = l >= 0 - for yyj433 := 0; ; yyj433++ { - if yyhl433 { - if yyj433 >= l { + var yys438Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys438Slc + var yyhl438 bool = l >= 0 + for yyj438 := 0; ; yyj438++ { + if yyhl438 { + if yyj438 >= l { break } } else { @@ -5139,10 +5187,10 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys433Slc = r.DecodeBytes(yys433Slc, true, true) - yys433 := string(yys433Slc) + yys438Slc = r.DecodeBytes(yys438Slc, true, true) + yys438 := string(yys438Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys433 { + switch yys438 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -5161,9 +5209,9 @@ func (x *DeploymentStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.RollingUpdate.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys433) - } // end switch yys433 - } // end for yyj433 + z.DecStructFieldNotFound(-1, yys438) + } // end switch yys438 + } // end for yyj438 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5171,16 +5219,16 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj436 int - var yyb436 bool - var yyhl436 bool = l >= 0 - yyj436++ - if yyhl436 { - yyb436 = yyj436 > l + var yyj441 int + var yyb441 bool + var yyhl441 bool = l >= 0 + yyj441++ + if yyhl441 { + yyb441 = yyj441 > l } else { - yyb436 = r.CheckBreak() + yyb441 = r.CheckBreak() } - if yyb436 { + if yyb441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5190,13 +5238,13 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = DeploymentStrategyType(r.DecodeString()) } - yyj436++ - if yyhl436 { - yyb436 = yyj436 > l + yyj441++ + if yyhl441 { + yyb441 = yyj441 > l } else { - yyb436 = r.CheckBreak() + yyb441 = r.CheckBreak() } - if yyb436 { + if yyb441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5212,17 +5260,17 @@ func (x *DeploymentStrategy) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.RollingUpdate.CodecDecodeSelf(d) } for { - yyj436++ - if yyhl436 { - yyb436 = yyj436 > l + yyj441++ + if yyhl441 { + yyb441 = yyj441 > l } else { - yyb436 = r.CheckBreak() + yyb441 = r.CheckBreak() } - if yyb436 { + if yyb441 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj436-1, "") + z.DecStructFieldNotFound(yyj441-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5231,8 +5279,8 @@ func (x DeploymentStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym439 := z.EncBinary() - _ = yym439 + yym444 := z.EncBinary() + _ = yym444 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -5244,8 +5292,8 @@ func (x *DeploymentStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym440 := z.DecBinary() - _ = yym440 + yym445 := z.DecBinary() + _ = yym445 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -5260,43 +5308,43 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym441 := z.EncBinary() - _ = yym441 + yym446 := z.EncBinary() + _ = yym446 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep442 := !z.EncBinary() - yy2arr442 := z.EncBasicHandle().StructToArray - var yyq442 [3]bool - _, _, _ = yysep442, yyq442, yy2arr442 - const yyr442 bool = false - yyq442[0] = x.MaxUnavailable != nil - yyq442[1] = x.MaxSurge != nil - yyq442[2] = x.MinReadySeconds != 0 - var yynn442 int - if yyr442 || yy2arr442 { + yysep447 := !z.EncBinary() + yy2arr447 := z.EncBasicHandle().StructToArray + var yyq447 [3]bool + _, _, _ = yysep447, yyq447, yy2arr447 + const yyr447 bool = false + yyq447[0] = x.MaxUnavailable != nil + yyq447[1] = x.MaxSurge != nil + yyq447[2] = x.MinReadySeconds != 0 + var yynn447 int + if yyr447 || yy2arr447 { r.EncodeArrayStart(3) } else { - yynn442 = 0 - for _, b := range yyq442 { + yynn447 = 0 + for _, b := range yyq447 { if b { - yynn442++ + yynn447++ } } - r.EncodeMapStart(yynn442) - yynn442 = 0 + r.EncodeMapStart(yynn447) + yynn447 = 0 } - if yyr442 || yy2arr442 { + if yyr447 || yy2arr447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[0] { + if yyq447[0] { if x.MaxUnavailable == nil { r.EncodeNil() } else { - yym444 := z.EncBinary() - _ = yym444 + yym449 := z.EncBinary() + _ = yym449 if false { } else if z.HasExtensions() && z.EncExt(x.MaxUnavailable) { - } else if !yym444 && z.IsJSONHandle() { + } else if !yym449 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxUnavailable) } else { z.EncFallback(x.MaxUnavailable) @@ -5306,18 +5354,18 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq442[0] { + if yyq447[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxUnavailable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MaxUnavailable == nil { r.EncodeNil() } else { - yym445 := z.EncBinary() - _ = yym445 + yym450 := z.EncBinary() + _ = yym450 if false { } else if z.HasExtensions() && z.EncExt(x.MaxUnavailable) { - } else if !yym445 && z.IsJSONHandle() { + } else if !yym450 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxUnavailable) } else { z.EncFallback(x.MaxUnavailable) @@ -5325,17 +5373,17 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr442 || yy2arr442 { + if yyr447 || yy2arr447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[1] { + if yyq447[1] { if x.MaxSurge == nil { r.EncodeNil() } else { - yym447 := z.EncBinary() - _ = yym447 + yym452 := z.EncBinary() + _ = yym452 if false { } else if z.HasExtensions() && z.EncExt(x.MaxSurge) { - } else if !yym447 && z.IsJSONHandle() { + } else if !yym452 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxSurge) } else { z.EncFallback(x.MaxSurge) @@ -5345,18 +5393,18 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq442[1] { + if yyq447[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxSurge")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MaxSurge == nil { r.EncodeNil() } else { - yym448 := z.EncBinary() - _ = yym448 + yym453 := z.EncBinary() + _ = yym453 if false { } else if z.HasExtensions() && z.EncExt(x.MaxSurge) { - } else if !yym448 && z.IsJSONHandle() { + } else if !yym453 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxSurge) } else { z.EncFallback(x.MaxSurge) @@ -5364,11 +5412,11 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr442 || yy2arr442 { + if yyr447 || yy2arr447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq442[2] { - yym450 := z.EncBinary() - _ = yym450 + if yyq447[2] { + yym455 := z.EncBinary() + _ = yym455 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) @@ -5377,19 +5425,19 @@ func (x *RollingUpdateDeployment) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq442[2] { + if yyq447[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym451 := z.EncBinary() - _ = yym451 + yym456 := z.EncBinary() + _ = yym456 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) } } } - if yyr442 || yy2arr442 { + if yyr447 || yy2arr447 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5402,25 +5450,25 @@ func (x *RollingUpdateDeployment) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym452 := z.DecBinary() - _ = yym452 + yym457 := z.DecBinary() + _ = yym457 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct453 := r.ContainerType() - if yyct453 == codecSelferValueTypeMap1234 { - yyl453 := r.ReadMapStart() - if yyl453 == 0 { + yyct458 := r.ContainerType() + if yyct458 == codecSelferValueTypeMap1234 { + yyl458 := r.ReadMapStart() + if yyl458 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl453, d) + x.codecDecodeSelfFromMap(yyl458, d) } - } else if yyct453 == codecSelferValueTypeArray1234 { - yyl453 := r.ReadArrayStart() - if yyl453 == 0 { + } else if yyct458 == codecSelferValueTypeArray1234 { + yyl458 := r.ReadArrayStart() + if yyl458 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl453, d) + x.codecDecodeSelfFromArray(yyl458, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5432,12 +5480,12 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys454Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys454Slc - var yyhl454 bool = l >= 0 - for yyj454 := 0; ; yyj454++ { - if yyhl454 { - if yyj454 >= l { + var yys459Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys459Slc + var yyhl459 bool = l >= 0 + for yyj459 := 0; ; yyj459++ { + if yyhl459 { + if yyj459 >= l { break } } else { @@ -5446,10 +5494,10 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys454Slc = r.DecodeBytes(yys454Slc, true, true) - yys454 := string(yys454Slc) + yys459Slc = r.DecodeBytes(yys459Slc, true, true) + yys459 := string(yys459Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys454 { + switch yys459 { case "maxUnavailable": if r.TryDecodeAsNil() { if x.MaxUnavailable != nil { @@ -5459,11 +5507,11 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.MaxUnavailable == nil { x.MaxUnavailable = new(pkg6_intstr.IntOrString) } - yym456 := z.DecBinary() - _ = yym456 + yym461 := z.DecBinary() + _ = yym461 if false { } else if z.HasExtensions() && z.DecExt(x.MaxUnavailable) { - } else if !yym456 && z.IsJSONHandle() { + } else if !yym461 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxUnavailable) } else { z.DecFallback(x.MaxUnavailable, false) @@ -5478,11 +5526,11 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.MaxSurge == nil { x.MaxSurge = new(pkg6_intstr.IntOrString) } - yym458 := z.DecBinary() - _ = yym458 + yym463 := z.DecBinary() + _ = yym463 if false { } else if z.HasExtensions() && z.DecExt(x.MaxSurge) { - } else if !yym458 && z.IsJSONHandle() { + } else if !yym463 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxSurge) } else { z.DecFallback(x.MaxSurge, false) @@ -5495,9 +5543,9 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromMap(l int, d *codec1978.Dec x.MinReadySeconds = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys454) - } // end switch yys454 - } // end for yyj454 + z.DecStructFieldNotFound(-1, yys459) + } // end switch yys459 + } // end for yyj459 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5505,16 +5553,16 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj460 int - var yyb460 bool - var yyhl460 bool = l >= 0 - yyj460++ - if yyhl460 { - yyb460 = yyj460 > l + var yyj465 int + var yyb465 bool + var yyhl465 bool = l >= 0 + yyj465++ + if yyhl465 { + yyb465 = yyj465 > l } else { - yyb460 = r.CheckBreak() + yyb465 = r.CheckBreak() } - if yyb460 { + if yyb465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5527,23 +5575,23 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D if x.MaxUnavailable == nil { x.MaxUnavailable = new(pkg6_intstr.IntOrString) } - yym462 := z.DecBinary() - _ = yym462 + yym467 := z.DecBinary() + _ = yym467 if false { } else if z.HasExtensions() && z.DecExt(x.MaxUnavailable) { - } else if !yym462 && z.IsJSONHandle() { + } else if !yym467 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxUnavailable) } else { z.DecFallback(x.MaxUnavailable, false) } } - yyj460++ - if yyhl460 { - yyb460 = yyj460 > l + yyj465++ + if yyhl465 { + yyb465 = yyj465 > l } else { - yyb460 = r.CheckBreak() + yyb465 = r.CheckBreak() } - if yyb460 { + if yyb465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5556,23 +5604,23 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D if x.MaxSurge == nil { x.MaxSurge = new(pkg6_intstr.IntOrString) } - yym464 := z.DecBinary() - _ = yym464 + yym469 := z.DecBinary() + _ = yym469 if false { } else if z.HasExtensions() && z.DecExt(x.MaxSurge) { - } else if !yym464 && z.IsJSONHandle() { + } else if !yym469 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxSurge) } else { z.DecFallback(x.MaxSurge, false) } } - yyj460++ - if yyhl460 { - yyb460 = yyj460 > l + yyj465++ + if yyhl465 { + yyb465 = yyj465 > l } else { - yyb460 = r.CheckBreak() + yyb465 = r.CheckBreak() } - if yyb460 { + if yyb465 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5583,17 +5631,17 @@ func (x *RollingUpdateDeployment) codecDecodeSelfFromArray(l int, d *codec1978.D x.MinReadySeconds = int32(r.DecodeInt(32)) } for { - yyj460++ - if yyhl460 { - yyb460 = yyj460 > l + yyj465++ + if yyhl465 { + yyb465 = yyj465 > l } else { - yyb460 = r.CheckBreak() + yyb465 = r.CheckBreak() } - if yyb460 { + if yyb465 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj460-1, "") + z.DecStructFieldNotFound(yyj465-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5605,38 +5653,38 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym466 := z.EncBinary() - _ = yym466 + yym471 := z.EncBinary() + _ = yym471 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep467 := !z.EncBinary() - yy2arr467 := z.EncBasicHandle().StructToArray - var yyq467 [4]bool - _, _, _ = yysep467, yyq467, yy2arr467 - const yyr467 bool = false - yyq467[0] = x.Replicas != 0 - yyq467[1] = x.UpdatedReplicas != 0 - yyq467[2] = x.AvailableReplicas != 0 - yyq467[3] = x.UnavailableReplicas != 0 - var yynn467 int - if yyr467 || yy2arr467 { + yysep472 := !z.EncBinary() + yy2arr472 := z.EncBasicHandle().StructToArray + var yyq472 [4]bool + _, _, _ = yysep472, yyq472, yy2arr472 + const yyr472 bool = false + yyq472[0] = x.Replicas != 0 + yyq472[1] = x.UpdatedReplicas != 0 + yyq472[2] = x.AvailableReplicas != 0 + yyq472[3] = x.UnavailableReplicas != 0 + var yynn472 int + if yyr472 || yy2arr472 { r.EncodeArrayStart(4) } else { - yynn467 = 0 - for _, b := range yyq467 { + yynn472 = 0 + for _, b := range yyq472 { if b { - yynn467++ + yynn472++ } } - r.EncodeMapStart(yynn467) - yynn467 = 0 + r.EncodeMapStart(yynn472) + yynn472 = 0 } - if yyr467 || yy2arr467 { + if yyr472 || yy2arr472 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq467[0] { - yym469 := z.EncBinary() - _ = yym469 + if yyq472[0] { + yym474 := z.EncBinary() + _ = yym474 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -5645,74 +5693,74 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq467[0] { + if yyq472[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym470 := z.EncBinary() - _ = yym470 - if false { - } else { - r.EncodeInt(int64(x.Replicas)) - } - } - } - if yyr467 || yy2arr467 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq467[1] { - yym472 := z.EncBinary() - _ = yym472 - if false { - } else { - r.EncodeInt(int64(x.UpdatedReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq467[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("updatedReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym473 := z.EncBinary() - _ = yym473 - if false { - } else { - r.EncodeInt(int64(x.UpdatedReplicas)) - } - } - } - if yyr467 || yy2arr467 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq467[2] { yym475 := z.EncBinary() _ = yym475 if false { } else { - r.EncodeInt(int64(x.AvailableReplicas)) + r.EncodeInt(int64(x.Replicas)) + } + } + } + if yyr472 || yy2arr472 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq472[1] { + yym477 := z.EncBinary() + _ = yym477 + if false { + } else { + r.EncodeInt(int64(x.UpdatedReplicas)) } } else { r.EncodeInt(0) } } else { - if yyq467[2] { + if yyq472[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + r.EncodeString(codecSelferC_UTF81234, string("updatedReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym476 := z.EncBinary() - _ = yym476 - if false { - } else { - r.EncodeInt(int64(x.AvailableReplicas)) - } - } - } - if yyr467 || yy2arr467 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq467[3] { yym478 := z.EncBinary() _ = yym478 if false { + } else { + r.EncodeInt(int64(x.UpdatedReplicas)) + } + } + } + if yyr472 || yy2arr472 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq472[2] { + yym480 := z.EncBinary() + _ = yym480 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq472[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("availableReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym481 := z.EncBinary() + _ = yym481 + if false { + } else { + r.EncodeInt(int64(x.AvailableReplicas)) + } + } + } + if yyr472 || yy2arr472 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq472[3] { + yym483 := z.EncBinary() + _ = yym483 + if false { } else { r.EncodeInt(int64(x.UnavailableReplicas)) } @@ -5720,19 +5768,19 @@ func (x *DeploymentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq467[3] { + if yyq472[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unavailableReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym479 := z.EncBinary() - _ = yym479 + yym484 := z.EncBinary() + _ = yym484 if false { } else { r.EncodeInt(int64(x.UnavailableReplicas)) } } } - if yyr467 || yy2arr467 { + if yyr472 || yy2arr472 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -5745,25 +5793,25 @@ func (x *DeploymentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym480 := z.DecBinary() - _ = yym480 + yym485 := z.DecBinary() + _ = yym485 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct481 := r.ContainerType() - if yyct481 == codecSelferValueTypeMap1234 { - yyl481 := r.ReadMapStart() - if yyl481 == 0 { + yyct486 := r.ContainerType() + if yyct486 == codecSelferValueTypeMap1234 { + yyl486 := r.ReadMapStart() + if yyl486 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl481, d) + x.codecDecodeSelfFromMap(yyl486, d) } - } else if yyct481 == codecSelferValueTypeArray1234 { - yyl481 := r.ReadArrayStart() - if yyl481 == 0 { + } else if yyct486 == codecSelferValueTypeArray1234 { + yyl486 := r.ReadArrayStart() + if yyl486 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl481, d) + x.codecDecodeSelfFromArray(yyl486, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -5775,12 +5823,12 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys482Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys482Slc - var yyhl482 bool = l >= 0 - for yyj482 := 0; ; yyj482++ { - if yyhl482 { - if yyj482 >= l { + var yys487Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys487Slc + var yyhl487 bool = l >= 0 + for yyj487 := 0; ; yyj487++ { + if yyhl487 { + if yyj487 >= l { break } } else { @@ -5789,10 +5837,10 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys482Slc = r.DecodeBytes(yys482Slc, true, true) - yys482 := string(yys482Slc) + yys487Slc = r.DecodeBytes(yys487Slc, true, true) + yys487 := string(yys487Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys482 { + switch yys487 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -5818,9 +5866,9 @@ func (x *DeploymentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.UnavailableReplicas = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys482) - } // end switch yys482 - } // end for yyj482 + z.DecStructFieldNotFound(-1, yys487) + } // end switch yys487 + } // end for yyj487 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -5828,16 +5876,16 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj487 int - var yyb487 bool - var yyhl487 bool = l >= 0 - yyj487++ - if yyhl487 { - yyb487 = yyj487 > l + var yyj492 int + var yyb492 bool + var yyhl492 bool = l >= 0 + yyj492++ + if yyhl492 { + yyb492 = yyj492 > l } else { - yyb487 = r.CheckBreak() + yyb492 = r.CheckBreak() } - if yyb487 { + if yyb492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5847,13 +5895,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj487++ - if yyhl487 { - yyb487 = yyj487 > l + yyj492++ + if yyhl492 { + yyb492 = yyj492 > l } else { - yyb487 = r.CheckBreak() + yyb492 = r.CheckBreak() } - if yyb487 { + if yyb492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5863,13 +5911,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UpdatedReplicas = int32(r.DecodeInt(32)) } - yyj487++ - if yyhl487 { - yyb487 = yyj487 > l + yyj492++ + if yyhl492 { + yyb492 = yyj492 > l } else { - yyb487 = r.CheckBreak() + yyb492 = r.CheckBreak() } - if yyb487 { + if yyb492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5879,13 +5927,13 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.AvailableReplicas = int32(r.DecodeInt(32)) } - yyj487++ - if yyhl487 { - yyb487 = yyj487 > l + yyj492++ + if yyhl492 { + yyb492 = yyj492 > l } else { - yyb487 = r.CheckBreak() + yyb492 = r.CheckBreak() } - if yyb487 { + if yyb492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -5896,17 +5944,17 @@ func (x *DeploymentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.UnavailableReplicas = int32(r.DecodeInt(32)) } for { - yyj487++ - if yyhl487 { - yyb487 = yyj487 > l + yyj492++ + if yyhl492 { + yyb492 = yyj492 > l } else { - yyb487 = r.CheckBreak() + yyb492 = r.CheckBreak() } - if yyb487 { + if yyb492 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj487-1, "") + z.DecStructFieldNotFound(yyj492-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -5918,37 +5966,37 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym492 := z.EncBinary() - _ = yym492 + yym497 := z.EncBinary() + _ = yym497 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep493 := !z.EncBinary() - yy2arr493 := z.EncBasicHandle().StructToArray - var yyq493 [4]bool - _, _, _ = yysep493, yyq493, yy2arr493 - const yyr493 bool = false - yyq493[0] = x.Kind != "" - yyq493[1] = x.APIVersion != "" - yyq493[2] = true - var yynn493 int - if yyr493 || yy2arr493 { + yysep498 := !z.EncBinary() + yy2arr498 := z.EncBasicHandle().StructToArray + var yyq498 [4]bool + _, _, _ = yysep498, yyq498, yy2arr498 + const yyr498 bool = false + yyq498[0] = x.Kind != "" + yyq498[1] = x.APIVersion != "" + yyq498[2] = true + var yynn498 int + if yyr498 || yy2arr498 { r.EncodeArrayStart(4) } else { - yynn493 = 1 - for _, b := range yyq493 { + yynn498 = 1 + for _, b := range yyq498 { if b { - yynn493++ + yynn498++ } } - r.EncodeMapStart(yynn493) - yynn493 = 0 + r.EncodeMapStart(yynn498) + yynn498 = 0 } - if yyr493 || yy2arr493 { + if yyr498 || yy2arr498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq493[0] { - yym495 := z.EncBinary() - _ = yym495 + if yyq498[0] { + yym500 := z.EncBinary() + _ = yym500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -5957,23 +6005,23 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq493[0] { + if yyq498[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym496 := z.EncBinary() - _ = yym496 + yym501 := z.EncBinary() + _ = yym501 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr493 || yy2arr493 { + if yyr498 || yy2arr498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq493[1] { - yym498 := z.EncBinary() - _ = yym498 + if yyq498[1] { + yym503 := z.EncBinary() + _ = yym503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -5982,54 +6030,54 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq493[1] { + if yyq498[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym499 := z.EncBinary() - _ = yym499 + yym504 := z.EncBinary() + _ = yym504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr493 || yy2arr493 { + if yyr498 || yy2arr498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq493[2] { - yy501 := &x.ListMeta - yym502 := z.EncBinary() - _ = yym502 + if yyq498[2] { + yy506 := &x.ListMeta + yym507 := z.EncBinary() + _ = yym507 if false { - } else if z.HasExtensions() && z.EncExt(yy501) { + } else if z.HasExtensions() && z.EncExt(yy506) { } else { - z.EncFallback(yy501) + z.EncFallback(yy506) } } else { r.EncodeNil() } } else { - if yyq493[2] { + if yyq498[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy503 := &x.ListMeta - yym504 := z.EncBinary() - _ = yym504 + yy508 := &x.ListMeta + yym509 := z.EncBinary() + _ = yym509 if false { - } else if z.HasExtensions() && z.EncExt(yy503) { + } else if z.HasExtensions() && z.EncExt(yy508) { } else { - z.EncFallback(yy503) + z.EncFallback(yy508) } } } - if yyr493 || yy2arr493 { + if yyr498 || yy2arr498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym506 := z.EncBinary() - _ = yym506 + yym511 := z.EncBinary() + _ = yym511 if false { } else { h.encSliceDeployment(([]Deployment)(x.Items), e) @@ -6042,15 +6090,15 @@ func (x *DeploymentList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym507 := z.EncBinary() - _ = yym507 + yym512 := z.EncBinary() + _ = yym512 if false { } else { h.encSliceDeployment(([]Deployment)(x.Items), e) } } } - if yyr493 || yy2arr493 { + if yyr498 || yy2arr498 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6063,25 +6111,25 @@ func (x *DeploymentList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym508 := z.DecBinary() - _ = yym508 + yym513 := z.DecBinary() + _ = yym513 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct509 := r.ContainerType() - if yyct509 == codecSelferValueTypeMap1234 { - yyl509 := r.ReadMapStart() - if yyl509 == 0 { + yyct514 := r.ContainerType() + if yyct514 == codecSelferValueTypeMap1234 { + yyl514 := r.ReadMapStart() + if yyl514 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl509, d) + x.codecDecodeSelfFromMap(yyl514, d) } - } else if yyct509 == codecSelferValueTypeArray1234 { - yyl509 := r.ReadArrayStart() - if yyl509 == 0 { + } else if yyct514 == codecSelferValueTypeArray1234 { + yyl514 := r.ReadArrayStart() + if yyl514 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl509, d) + x.codecDecodeSelfFromArray(yyl514, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6093,12 +6141,12 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys510Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys510Slc - var yyhl510 bool = l >= 0 - for yyj510 := 0; ; yyj510++ { - if yyhl510 { - if yyj510 >= l { + var yys515Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys515Slc + var yyhl515 bool = l >= 0 + for yyj515 := 0; ; yyj515++ { + if yyhl515 { + if yyj515 >= l { break } } else { @@ -6107,10 +6155,10 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys510Slc = r.DecodeBytes(yys510Slc, true, true) - yys510 := string(yys510Slc) + yys515Slc = r.DecodeBytes(yys515Slc, true, true) + yys515 := string(yys515Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys510 { + switch yys515 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -6127,31 +6175,31 @@ func (x *DeploymentList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv513 := &x.ListMeta - yym514 := z.DecBinary() - _ = yym514 + yyv518 := &x.ListMeta + yym519 := z.DecBinary() + _ = yym519 if false { - } else if z.HasExtensions() && z.DecExt(yyv513) { + } else if z.HasExtensions() && z.DecExt(yyv518) { } else { - z.DecFallback(yyv513, false) + z.DecFallback(yyv518, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv515 := &x.Items - yym516 := z.DecBinary() - _ = yym516 + yyv520 := &x.Items + yym521 := z.DecBinary() + _ = yym521 if false { } else { - h.decSliceDeployment((*[]Deployment)(yyv515), d) + h.decSliceDeployment((*[]Deployment)(yyv520), d) } } default: - z.DecStructFieldNotFound(-1, yys510) - } // end switch yys510 - } // end for yyj510 + z.DecStructFieldNotFound(-1, yys515) + } // end switch yys515 + } // end for yyj515 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6159,16 +6207,16 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj517 int - var yyb517 bool - var yyhl517 bool = l >= 0 - yyj517++ - if yyhl517 { - yyb517 = yyj517 > l + var yyj522 int + var yyb522 bool + var yyhl522 bool = l >= 0 + yyj522++ + if yyhl522 { + yyb522 = yyj522 > l } else { - yyb517 = r.CheckBreak() + yyb522 = r.CheckBreak() } - if yyb517 { + if yyb522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6178,13 +6226,13 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj517++ - if yyhl517 { - yyb517 = yyj517 > l + yyj522++ + if yyhl522 { + yyb522 = yyj522 > l } else { - yyb517 = r.CheckBreak() + yyb522 = r.CheckBreak() } - if yyb517 { + if yyb522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6194,13 +6242,13 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj517++ - if yyhl517 { - yyb517 = yyj517 > l + yyj522++ + if yyhl522 { + yyb522 = yyj522 > l } else { - yyb517 = r.CheckBreak() + yyb522 = r.CheckBreak() } - if yyb517 { + if yyb522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6208,22 +6256,22 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv520 := &x.ListMeta - yym521 := z.DecBinary() - _ = yym521 + yyv525 := &x.ListMeta + yym526 := z.DecBinary() + _ = yym526 if false { - } else if z.HasExtensions() && z.DecExt(yyv520) { + } else if z.HasExtensions() && z.DecExt(yyv525) { } else { - z.DecFallback(yyv520, false) + z.DecFallback(yyv525, false) } } - yyj517++ - if yyhl517 { - yyb517 = yyj517 > l + yyj522++ + if yyhl522 { + yyb522 = yyj522 > l } else { - yyb517 = r.CheckBreak() + yyb522 = r.CheckBreak() } - if yyb517 { + if yyb522 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6231,26 +6279,26 @@ func (x *DeploymentList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv522 := &x.Items - yym523 := z.DecBinary() - _ = yym523 + yyv527 := &x.Items + yym528 := z.DecBinary() + _ = yym528 if false { } else { - h.decSliceDeployment((*[]Deployment)(yyv522), d) + h.decSliceDeployment((*[]Deployment)(yyv527), d) } } for { - yyj517++ - if yyhl517 { - yyb517 = yyj517 > l + yyj522++ + if yyhl522 { + yyb522 = yyj522 > l } else { - yyb517 = r.CheckBreak() + yyb522 = r.CheckBreak() } - if yyb517 { + if yyb522 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj517-1, "") + z.DecStructFieldNotFound(yyj522-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6262,49 +6310,49 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym524 := z.EncBinary() - _ = yym524 + yym529 := z.EncBinary() + _ = yym529 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep525 := !z.EncBinary() - yy2arr525 := z.EncBasicHandle().StructToArray - var yyq525 [2]bool - _, _, _ = yysep525, yyq525, yy2arr525 - const yyr525 bool = false - yyq525[0] = x.Type != "" - yyq525[1] = x.RollingUpdate != nil - var yynn525 int - if yyr525 || yy2arr525 { + yysep530 := !z.EncBinary() + yy2arr530 := z.EncBasicHandle().StructToArray + var yyq530 [2]bool + _, _, _ = yysep530, yyq530, yy2arr530 + const yyr530 bool = false + yyq530[0] = x.Type != "" + yyq530[1] = x.RollingUpdate != nil + var yynn530 int + if yyr530 || yy2arr530 { r.EncodeArrayStart(2) } else { - yynn525 = 0 - for _, b := range yyq525 { + yynn530 = 0 + for _, b := range yyq530 { if b { - yynn525++ + yynn530++ } } - r.EncodeMapStart(yynn525) - yynn525 = 0 + r.EncodeMapStart(yynn530) + yynn530 = 0 } - if yyr525 || yy2arr525 { + if yyr530 || yy2arr530 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq525[0] { + if yyq530[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq525[0] { + if yyq530[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr525 || yy2arr525 { + if yyr530 || yy2arr530 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq525[1] { + if yyq530[1] { if x.RollingUpdate == nil { r.EncodeNil() } else { @@ -6314,7 +6362,7 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq525[1] { + if yyq530[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rollingUpdate")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6325,7 +6373,7 @@ func (x *DaemonSetUpdateStrategy) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr525 || yy2arr525 { + if yyr530 || yy2arr530 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6338,25 +6386,25 @@ func (x *DaemonSetUpdateStrategy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym528 := z.DecBinary() - _ = yym528 + yym533 := z.DecBinary() + _ = yym533 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct529 := r.ContainerType() - if yyct529 == codecSelferValueTypeMap1234 { - yyl529 := r.ReadMapStart() - if yyl529 == 0 { + yyct534 := r.ContainerType() + if yyct534 == codecSelferValueTypeMap1234 { + yyl534 := r.ReadMapStart() + if yyl534 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl529, d) + x.codecDecodeSelfFromMap(yyl534, d) } - } else if yyct529 == codecSelferValueTypeArray1234 { - yyl529 := r.ReadArrayStart() - if yyl529 == 0 { + } else if yyct534 == codecSelferValueTypeArray1234 { + yyl534 := r.ReadArrayStart() + if yyl534 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl529, d) + x.codecDecodeSelfFromArray(yyl534, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6368,12 +6416,12 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys530Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys530Slc - var yyhl530 bool = l >= 0 - for yyj530 := 0; ; yyj530++ { - if yyhl530 { - if yyj530 >= l { + var yys535Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys535Slc + var yyhl535 bool = l >= 0 + for yyj535 := 0; ; yyj535++ { + if yyhl535 { + if yyj535 >= l { break } } else { @@ -6382,10 +6430,10 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys530Slc = r.DecodeBytes(yys530Slc, true, true) - yys530 := string(yys530Slc) + yys535Slc = r.DecodeBytes(yys535Slc, true, true) + yys535 := string(yys535Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys530 { + switch yys535 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -6404,9 +6452,9 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromMap(l int, d *codec1978.Dec x.RollingUpdate.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys530) - } // end switch yys530 - } // end for yyj530 + z.DecStructFieldNotFound(-1, yys535) + } // end switch yys535 + } // end for yyj535 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6414,16 +6462,16 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj533 int - var yyb533 bool - var yyhl533 bool = l >= 0 - yyj533++ - if yyhl533 { - yyb533 = yyj533 > l + var yyj538 int + var yyb538 bool + var yyhl538 bool = l >= 0 + yyj538++ + if yyhl538 { + yyb538 = yyj538 > l } else { - yyb533 = r.CheckBreak() + yyb538 = r.CheckBreak() } - if yyb533 { + if yyb538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6433,13 +6481,13 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Type = DaemonSetUpdateStrategyType(r.DecodeString()) } - yyj533++ - if yyhl533 { - yyb533 = yyj533 > l + yyj538++ + if yyhl538 { + yyb538 = yyj538 > l } else { - yyb533 = r.CheckBreak() + yyb538 = r.CheckBreak() } - if yyb533 { + if yyb538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6455,17 +6503,17 @@ func (x *DaemonSetUpdateStrategy) codecDecodeSelfFromArray(l int, d *codec1978.D x.RollingUpdate.CodecDecodeSelf(d) } for { - yyj533++ - if yyhl533 { - yyb533 = yyj533 > l + yyj538++ + if yyhl538 { + yyb538 = yyj538 > l } else { - yyb533 = r.CheckBreak() + yyb538 = r.CheckBreak() } - if yyb533 { + if yyb538 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj533-1, "") + z.DecStructFieldNotFound(yyj538-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6474,8 +6522,8 @@ func (x DaemonSetUpdateStrategyType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym536 := z.EncBinary() - _ = yym536 + yym541 := z.EncBinary() + _ = yym541 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -6487,8 +6535,8 @@ func (x *DaemonSetUpdateStrategyType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym537 := z.DecBinary() - _ = yym537 + yym542 := z.DecBinary() + _ = yym542 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -6503,42 +6551,42 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym538 := z.EncBinary() - _ = yym538 + yym543 := z.EncBinary() + _ = yym543 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep539 := !z.EncBinary() - yy2arr539 := z.EncBasicHandle().StructToArray - var yyq539 [2]bool - _, _, _ = yysep539, yyq539, yy2arr539 - const yyr539 bool = false - yyq539[0] = x.MaxUnavailable != nil - yyq539[1] = x.MinReadySeconds != 0 - var yynn539 int - if yyr539 || yy2arr539 { + yysep544 := !z.EncBinary() + yy2arr544 := z.EncBasicHandle().StructToArray + var yyq544 [2]bool + _, _, _ = yysep544, yyq544, yy2arr544 + const yyr544 bool = false + yyq544[0] = x.MaxUnavailable != nil + yyq544[1] = x.MinReadySeconds != 0 + var yynn544 int + if yyr544 || yy2arr544 { r.EncodeArrayStart(2) } else { - yynn539 = 0 - for _, b := range yyq539 { + yynn544 = 0 + for _, b := range yyq544 { if b { - yynn539++ + yynn544++ } } - r.EncodeMapStart(yynn539) - yynn539 = 0 + r.EncodeMapStart(yynn544) + yynn544 = 0 } - if yyr539 || yy2arr539 { + if yyr544 || yy2arr544 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq539[0] { + if yyq544[0] { if x.MaxUnavailable == nil { r.EncodeNil() } else { - yym541 := z.EncBinary() - _ = yym541 + yym546 := z.EncBinary() + _ = yym546 if false { } else if z.HasExtensions() && z.EncExt(x.MaxUnavailable) { - } else if !yym541 && z.IsJSONHandle() { + } else if !yym546 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxUnavailable) } else { z.EncFallback(x.MaxUnavailable) @@ -6548,18 +6596,18 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq539[0] { + if yyq544[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxUnavailable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MaxUnavailable == nil { r.EncodeNil() } else { - yym542 := z.EncBinary() - _ = yym542 + yym547 := z.EncBinary() + _ = yym547 if false { } else if z.HasExtensions() && z.EncExt(x.MaxUnavailable) { - } else if !yym542 && z.IsJSONHandle() { + } else if !yym547 && z.IsJSONHandle() { z.EncJSONMarshal(x.MaxUnavailable) } else { z.EncFallback(x.MaxUnavailable) @@ -6567,11 +6615,11 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr539 || yy2arr539 { + if yyr544 || yy2arr544 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq539[1] { - yym544 := z.EncBinary() - _ = yym544 + if yyq544[1] { + yym549 := z.EncBinary() + _ = yym549 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) @@ -6580,19 +6628,19 @@ func (x *RollingUpdateDaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq539[1] { + if yyq544[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minReadySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym545 := z.EncBinary() - _ = yym545 + yym550 := z.EncBinary() + _ = yym550 if false { } else { r.EncodeInt(int64(x.MinReadySeconds)) } } } - if yyr539 || yy2arr539 { + if yyr544 || yy2arr544 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6605,25 +6653,25 @@ func (x *RollingUpdateDaemonSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym546 := z.DecBinary() - _ = yym546 + yym551 := z.DecBinary() + _ = yym551 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct547 := r.ContainerType() - if yyct547 == codecSelferValueTypeMap1234 { - yyl547 := r.ReadMapStart() - if yyl547 == 0 { + yyct552 := r.ContainerType() + if yyct552 == codecSelferValueTypeMap1234 { + yyl552 := r.ReadMapStart() + if yyl552 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl547, d) + x.codecDecodeSelfFromMap(yyl552, d) } - } else if yyct547 == codecSelferValueTypeArray1234 { - yyl547 := r.ReadArrayStart() - if yyl547 == 0 { + } else if yyct552 == codecSelferValueTypeArray1234 { + yyl552 := r.ReadArrayStart() + if yyl552 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl547, d) + x.codecDecodeSelfFromArray(yyl552, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6635,12 +6683,12 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys548Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys548Slc - var yyhl548 bool = l >= 0 - for yyj548 := 0; ; yyj548++ { - if yyhl548 { - if yyj548 >= l { + var yys553Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys553Slc + var yyhl553 bool = l >= 0 + for yyj553 := 0; ; yyj553++ { + if yyhl553 { + if yyj553 >= l { break } } else { @@ -6649,10 +6697,10 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys548Slc = r.DecodeBytes(yys548Slc, true, true) - yys548 := string(yys548Slc) + yys553Slc = r.DecodeBytes(yys553Slc, true, true) + yys553 := string(yys553Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys548 { + switch yys553 { case "maxUnavailable": if r.TryDecodeAsNil() { if x.MaxUnavailable != nil { @@ -6662,11 +6710,11 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco if x.MaxUnavailable == nil { x.MaxUnavailable = new(pkg6_intstr.IntOrString) } - yym550 := z.DecBinary() - _ = yym550 + yym555 := z.DecBinary() + _ = yym555 if false { } else if z.HasExtensions() && z.DecExt(x.MaxUnavailable) { - } else if !yym550 && z.IsJSONHandle() { + } else if !yym555 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxUnavailable) } else { z.DecFallback(x.MaxUnavailable, false) @@ -6679,9 +6727,9 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Deco x.MinReadySeconds = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys548) - } // end switch yys548 - } // end for yyj548 + z.DecStructFieldNotFound(-1, yys553) + } // end switch yys553 + } // end for yyj553 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -6689,16 +6737,16 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj552 int - var yyb552 bool - var yyhl552 bool = l >= 0 - yyj552++ - if yyhl552 { - yyb552 = yyj552 > l + var yyj557 int + var yyb557 bool + var yyhl557 bool = l >= 0 + yyj557++ + if yyhl557 { + yyb557 = yyj557 > l } else { - yyb552 = r.CheckBreak() + yyb557 = r.CheckBreak() } - if yyb552 { + if yyb557 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6711,23 +6759,23 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De if x.MaxUnavailable == nil { x.MaxUnavailable = new(pkg6_intstr.IntOrString) } - yym554 := z.DecBinary() - _ = yym554 + yym559 := z.DecBinary() + _ = yym559 if false { } else if z.HasExtensions() && z.DecExt(x.MaxUnavailable) { - } else if !yym554 && z.IsJSONHandle() { + } else if !yym559 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.MaxUnavailable) } else { z.DecFallback(x.MaxUnavailable, false) } } - yyj552++ - if yyhl552 { - yyb552 = yyj552 > l + yyj557++ + if yyhl557 { + yyb557 = yyj557 > l } else { - yyb552 = r.CheckBreak() + yyb557 = r.CheckBreak() } - if yyb552 { + if yyb557 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -6738,17 +6786,17 @@ func (x *RollingUpdateDaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.De x.MinReadySeconds = int32(r.DecodeInt(32)) } for { - yyj552++ - if yyhl552 { - yyb552 = yyj552 > l + yyj557++ + if yyhl557 { + yyb557 = yyj557 > l } else { - yyb552 = r.CheckBreak() + yyb557 = r.CheckBreak() } - if yyb552 { + if yyb557 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj552-1, "") + z.DecStructFieldNotFound(yyj557-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -6760,36 +6808,36 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym556 := z.EncBinary() - _ = yym556 + yym561 := z.EncBinary() + _ = yym561 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep557 := !z.EncBinary() - yy2arr557 := z.EncBasicHandle().StructToArray - var yyq557 [4]bool - _, _, _ = yysep557, yyq557, yy2arr557 - const yyr557 bool = false - yyq557[0] = x.Selector != nil - yyq557[1] = x.Template != nil - yyq557[2] = true - yyq557[3] = x.UniqueLabelKey != nil - var yynn557 int - if yyr557 || yy2arr557 { + yysep562 := !z.EncBinary() + yy2arr562 := z.EncBasicHandle().StructToArray + var yyq562 [4]bool + _, _, _ = yysep562, yyq562, yy2arr562 + const yyr562 bool = false + yyq562[0] = x.Selector != nil + yyq562[1] = x.Template != nil + yyq562[2] = true + yyq562[3] = x.UniqueLabelKey != nil + var yynn562 int + if yyr562 || yy2arr562 { r.EncodeArrayStart(4) } else { - yynn557 = 0 - for _, b := range yyq557 { + yynn562 = 0 + for _, b := range yyq562 { if b { - yynn557++ + yynn562++ } } - r.EncodeMapStart(yynn557) - yynn557 = 0 + r.EncodeMapStart(yynn562) + yynn562 = 0 } - if yyr557 || yy2arr557 { + if yyr562 || yy2arr562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq557[0] { + if yyq562[0] { if x.Selector == nil { r.EncodeNil() } else { @@ -6799,7 +6847,7 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq557[0] { + if yyq562[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6810,9 +6858,9 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr557 || yy2arr557 { + if yyr562 || yy2arr562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq557[1] { + if yyq562[1] { if x.Template == nil { r.EncodeNil() } else { @@ -6822,7 +6870,7 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq557[1] { + if yyq562[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -6833,59 +6881,59 @@ func (x *DaemonSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr557 || yy2arr557 { + if yyr562 || yy2arr562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq557[2] { - yy561 := &x.UpdateStrategy - yy561.CodecEncodeSelf(e) + if yyq562[2] { + yy566 := &x.UpdateStrategy + yy566.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq557[2] { + if yyq562[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("updateStrategy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy562 := &x.UpdateStrategy - yy562.CodecEncodeSelf(e) + yy567 := &x.UpdateStrategy + yy567.CodecEncodeSelf(e) } } - if yyr557 || yy2arr557 { + if yyr562 || yy2arr562 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq557[3] { + if yyq562[3] { if x.UniqueLabelKey == nil { r.EncodeNil() } else { - yy564 := *x.UniqueLabelKey - yym565 := z.EncBinary() - _ = yym565 + yy569 := *x.UniqueLabelKey + yym570 := z.EncBinary() + _ = yym570 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy564)) + r.EncodeString(codecSelferC_UTF81234, string(yy569)) } } } else { r.EncodeNil() } } else { - if yyq557[3] { + if yyq562[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uniqueLabelKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UniqueLabelKey == nil { r.EncodeNil() } else { - yy566 := *x.UniqueLabelKey - yym567 := z.EncBinary() - _ = yym567 + yy571 := *x.UniqueLabelKey + yym572 := z.EncBinary() + _ = yym572 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy566)) + r.EncodeString(codecSelferC_UTF81234, string(yy571)) } } } } - if yyr557 || yy2arr557 { + if yyr562 || yy2arr562 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -6898,25 +6946,25 @@ func (x *DaemonSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym568 := z.DecBinary() - _ = yym568 + yym573 := z.DecBinary() + _ = yym573 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct569 := r.ContainerType() - if yyct569 == codecSelferValueTypeMap1234 { - yyl569 := r.ReadMapStart() - if yyl569 == 0 { + yyct574 := r.ContainerType() + if yyct574 == codecSelferValueTypeMap1234 { + yyl574 := r.ReadMapStart() + if yyl574 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl569, d) + x.codecDecodeSelfFromMap(yyl574, d) } - } else if yyct569 == codecSelferValueTypeArray1234 { - yyl569 := r.ReadArrayStart() - if yyl569 == 0 { + } else if yyct574 == codecSelferValueTypeArray1234 { + yyl574 := r.ReadArrayStart() + if yyl574 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl569, d) + x.codecDecodeSelfFromArray(yyl574, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -6928,12 +6976,12 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys570Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys570Slc - var yyhl570 bool = l >= 0 - for yyj570 := 0; ; yyj570++ { - if yyhl570 { - if yyj570 >= l { + var yys575Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys575Slc + var yyhl575 bool = l >= 0 + for yyj575 := 0; ; yyj575++ { + if yyhl575 { + if yyj575 >= l { break } } else { @@ -6942,10 +6990,10 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys570Slc = r.DecodeBytes(yys570Slc, true, true) - yys570 := string(yys570Slc) + yys575Slc = r.DecodeBytes(yys575Slc, true, true) + yys575 := string(yys575Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys570 { + switch yys575 { case "selector": if r.TryDecodeAsNil() { if x.Selector != nil { @@ -6972,8 +7020,8 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.UpdateStrategy = DaemonSetUpdateStrategy{} } else { - yyv573 := &x.UpdateStrategy - yyv573.CodecDecodeSelf(d) + yyv578 := &x.UpdateStrategy + yyv578.CodecDecodeSelf(d) } case "uniqueLabelKey": if r.TryDecodeAsNil() { @@ -6984,17 +7032,17 @@ func (x *DaemonSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UniqueLabelKey == nil { x.UniqueLabelKey = new(string) } - yym575 := z.DecBinary() - _ = yym575 + yym580 := z.DecBinary() + _ = yym580 if false { } else { *((*string)(x.UniqueLabelKey)) = r.DecodeString() } } default: - z.DecStructFieldNotFound(-1, yys570) - } // end switch yys570 - } // end for yyj570 + z.DecStructFieldNotFound(-1, yys575) + } // end switch yys575 + } // end for yyj575 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7002,16 +7050,16 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj576 int - var yyb576 bool - var yyhl576 bool = l >= 0 - yyj576++ - if yyhl576 { - yyb576 = yyj576 > l + var yyj581 int + var yyb581 bool + var yyhl581 bool = l >= 0 + yyj581++ + if yyhl581 { + yyb581 = yyj581 > l } else { - yyb576 = r.CheckBreak() + yyb581 = r.CheckBreak() } - if yyb576 { + if yyb581 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7026,13 +7074,13 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj576++ - if yyhl576 { - yyb576 = yyj576 > l + yyj581++ + if yyhl581 { + yyb581 = yyj581 > l } else { - yyb576 = r.CheckBreak() + yyb581 = r.CheckBreak() } - if yyb576 { + if yyb581 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7047,13 +7095,13 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Template.CodecDecodeSelf(d) } - yyj576++ - if yyhl576 { - yyb576 = yyj576 > l + yyj581++ + if yyhl581 { + yyb581 = yyj581 > l } else { - yyb576 = r.CheckBreak() + yyb581 = r.CheckBreak() } - if yyb576 { + if yyb581 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7061,16 +7109,16 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.UpdateStrategy = DaemonSetUpdateStrategy{} } else { - yyv579 := &x.UpdateStrategy - yyv579.CodecDecodeSelf(d) + yyv584 := &x.UpdateStrategy + yyv584.CodecDecodeSelf(d) } - yyj576++ - if yyhl576 { - yyb576 = yyj576 > l + yyj581++ + if yyhl581 { + yyb581 = yyj581 > l } else { - yyb576 = r.CheckBreak() + yyb581 = r.CheckBreak() } - if yyb576 { + if yyb581 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7083,25 +7131,25 @@ func (x *DaemonSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UniqueLabelKey == nil { x.UniqueLabelKey = new(string) } - yym581 := z.DecBinary() - _ = yym581 + yym586 := z.DecBinary() + _ = yym586 if false { } else { *((*string)(x.UniqueLabelKey)) = r.DecodeString() } } for { - yyj576++ - if yyhl576 { - yyb576 = yyj576 > l + yyj581++ + if yyhl581 { + yyb581 = yyj581 > l } else { - yyb576 = r.CheckBreak() + yyb581 = r.CheckBreak() } - if yyb576 { + if yyb581 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj576-1, "") + z.DecStructFieldNotFound(yyj581-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7113,33 +7161,33 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym582 := z.EncBinary() - _ = yym582 + yym587 := z.EncBinary() + _ = yym587 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep583 := !z.EncBinary() - yy2arr583 := z.EncBasicHandle().StructToArray - var yyq583 [3]bool - _, _, _ = yysep583, yyq583, yy2arr583 - const yyr583 bool = false - var yynn583 int - if yyr583 || yy2arr583 { + yysep588 := !z.EncBinary() + yy2arr588 := z.EncBasicHandle().StructToArray + var yyq588 [3]bool + _, _, _ = yysep588, yyq588, yy2arr588 + const yyr588 bool = false + var yynn588 int + if yyr588 || yy2arr588 { r.EncodeArrayStart(3) } else { - yynn583 = 3 - for _, b := range yyq583 { + yynn588 = 3 + for _, b := range yyq588 { if b { - yynn583++ + yynn588++ } } - r.EncodeMapStart(yynn583) - yynn583 = 0 + r.EncodeMapStart(yynn588) + yynn588 = 0 } - if yyr583 || yy2arr583 { + if yyr588 || yy2arr588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym585 := z.EncBinary() - _ = yym585 + yym590 := z.EncBinary() + _ = yym590 if false { } else { r.EncodeInt(int64(x.CurrentNumberScheduled)) @@ -7148,17 +7196,17 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("currentNumberScheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym586 := z.EncBinary() - _ = yym586 + yym591 := z.EncBinary() + _ = yym591 if false { } else { r.EncodeInt(int64(x.CurrentNumberScheduled)) } } - if yyr583 || yy2arr583 { + if yyr588 || yy2arr588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym588 := z.EncBinary() - _ = yym588 + yym593 := z.EncBinary() + _ = yym593 if false { } else { r.EncodeInt(int64(x.NumberMisscheduled)) @@ -7167,17 +7215,17 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("numberMisscheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym589 := z.EncBinary() - _ = yym589 + yym594 := z.EncBinary() + _ = yym594 if false { } else { r.EncodeInt(int64(x.NumberMisscheduled)) } } - if yyr583 || yy2arr583 { + if yyr588 || yy2arr588 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym591 := z.EncBinary() - _ = yym591 + yym596 := z.EncBinary() + _ = yym596 if false { } else { r.EncodeInt(int64(x.DesiredNumberScheduled)) @@ -7186,14 +7234,14 @@ func (x *DaemonSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("desiredNumberScheduled")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym592 := z.EncBinary() - _ = yym592 + yym597 := z.EncBinary() + _ = yym597 if false { } else { r.EncodeInt(int64(x.DesiredNumberScheduled)) } } - if yyr583 || yy2arr583 { + if yyr588 || yy2arr588 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7206,25 +7254,25 @@ func (x *DaemonSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym593 := z.DecBinary() - _ = yym593 + yym598 := z.DecBinary() + _ = yym598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct594 := r.ContainerType() - if yyct594 == codecSelferValueTypeMap1234 { - yyl594 := r.ReadMapStart() - if yyl594 == 0 { + yyct599 := r.ContainerType() + if yyct599 == codecSelferValueTypeMap1234 { + yyl599 := r.ReadMapStart() + if yyl599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl594, d) + x.codecDecodeSelfFromMap(yyl599, d) } - } else if yyct594 == codecSelferValueTypeArray1234 { - yyl594 := r.ReadArrayStart() - if yyl594 == 0 { + } else if yyct599 == codecSelferValueTypeArray1234 { + yyl599 := r.ReadArrayStart() + if yyl599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl594, d) + x.codecDecodeSelfFromArray(yyl599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7236,12 +7284,12 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys595Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys595Slc - var yyhl595 bool = l >= 0 - for yyj595 := 0; ; yyj595++ { - if yyhl595 { - if yyj595 >= l { + var yys600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys600Slc + var yyhl600 bool = l >= 0 + for yyj600 := 0; ; yyj600++ { + if yyhl600 { + if yyj600 >= l { break } } else { @@ -7250,10 +7298,10 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys595Slc = r.DecodeBytes(yys595Slc, true, true) - yys595 := string(yys595Slc) + yys600Slc = r.DecodeBytes(yys600Slc, true, true) + yys600 := string(yys600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys595 { + switch yys600 { case "currentNumberScheduled": if r.TryDecodeAsNil() { x.CurrentNumberScheduled = 0 @@ -7273,9 +7321,9 @@ func (x *DaemonSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DesiredNumberScheduled = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys595) - } // end switch yys595 - } // end for yyj595 + z.DecStructFieldNotFound(-1, yys600) + } // end switch yys600 + } // end for yyj600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7283,16 +7331,16 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj599 int - var yyb599 bool - var yyhl599 bool = l >= 0 - yyj599++ - if yyhl599 { - yyb599 = yyj599 > l + var yyj604 int + var yyb604 bool + var yyhl604 bool = l >= 0 + yyj604++ + if yyhl604 { + yyb604 = yyj604 > l } else { - yyb599 = r.CheckBreak() + yyb604 = r.CheckBreak() } - if yyb599 { + if yyb604 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7302,13 +7350,13 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.CurrentNumberScheduled = int32(r.DecodeInt(32)) } - yyj599++ - if yyhl599 { - yyb599 = yyj599 > l + yyj604++ + if yyhl604 { + yyb604 = yyj604 > l } else { - yyb599 = r.CheckBreak() + yyb604 = r.CheckBreak() } - if yyb599 { + if yyb604 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7318,13 +7366,13 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.NumberMisscheduled = int32(r.DecodeInt(32)) } - yyj599++ - if yyhl599 { - yyb599 = yyj599 > l + yyj604++ + if yyhl604 { + yyb604 = yyj604 > l } else { - yyb599 = r.CheckBreak() + yyb604 = r.CheckBreak() } - if yyb599 { + if yyb604 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7335,17 +7383,17 @@ func (x *DaemonSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.DesiredNumberScheduled = int32(r.DecodeInt(32)) } for { - yyj599++ - if yyhl599 { - yyb599 = yyj599 > l + yyj604++ + if yyhl604 { + yyb604 = yyj604 > l } else { - yyb599 = r.CheckBreak() + yyb604 = r.CheckBreak() } - if yyb599 { + if yyb604 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj599-1, "") + z.DecStructFieldNotFound(yyj604-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7357,39 +7405,39 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym603 := z.EncBinary() - _ = yym603 + yym608 := z.EncBinary() + _ = yym608 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep604 := !z.EncBinary() - yy2arr604 := z.EncBasicHandle().StructToArray - var yyq604 [5]bool - _, _, _ = yysep604, yyq604, yy2arr604 - const yyr604 bool = false - yyq604[0] = x.Kind != "" - yyq604[1] = x.APIVersion != "" - yyq604[2] = true - yyq604[3] = true - yyq604[4] = true - var yynn604 int - if yyr604 || yy2arr604 { + yysep609 := !z.EncBinary() + yy2arr609 := z.EncBasicHandle().StructToArray + var yyq609 [5]bool + _, _, _ = yysep609, yyq609, yy2arr609 + const yyr609 bool = false + yyq609[0] = x.Kind != "" + yyq609[1] = x.APIVersion != "" + yyq609[2] = true + yyq609[3] = true + yyq609[4] = true + var yynn609 int + if yyr609 || yy2arr609 { r.EncodeArrayStart(5) } else { - yynn604 = 0 - for _, b := range yyq604 { + yynn609 = 0 + for _, b := range yyq609 { if b { - yynn604++ + yynn609++ } } - r.EncodeMapStart(yynn604) - yynn604 = 0 + r.EncodeMapStart(yynn609) + yynn609 = 0 } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq604[0] { - yym606 := z.EncBinary() - _ = yym606 + if yyq609[0] { + yym611 := z.EncBinary() + _ = yym611 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7398,23 +7446,23 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq604[0] { + if yyq609[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym607 := z.EncBinary() - _ = yym607 + yym612 := z.EncBinary() + _ = yym612 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq604[1] { - yym609 := z.EncBinary() - _ = yym609 + if yyq609[1] { + yym614 := z.EncBinary() + _ = yym614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7423,70 +7471,70 @@ func (x *DaemonSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq604[1] { + if yyq609[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym610 := z.EncBinary() - _ = yym610 + yym615 := z.EncBinary() + _ = yym615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq604[2] { - yy612 := &x.ObjectMeta - yy612.CodecEncodeSelf(e) + if yyq609[2] { + yy617 := &x.ObjectMeta + yy617.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq604[2] { + if yyq609[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy613 := &x.ObjectMeta - yy613.CodecEncodeSelf(e) + yy618 := &x.ObjectMeta + yy618.CodecEncodeSelf(e) } } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq604[3] { - yy615 := &x.Spec - yy615.CodecEncodeSelf(e) + if yyq609[3] { + yy620 := &x.Spec + yy620.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq604[3] { + if yyq609[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy616 := &x.Spec - yy616.CodecEncodeSelf(e) + yy621 := &x.Spec + yy621.CodecEncodeSelf(e) } } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq604[4] { - yy618 := &x.Status - yy618.CodecEncodeSelf(e) + if yyq609[4] { + yy623 := &x.Status + yy623.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq604[4] { + if yyq609[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy619 := &x.Status - yy619.CodecEncodeSelf(e) + yy624 := &x.Status + yy624.CodecEncodeSelf(e) } } - if yyr604 || yy2arr604 { + if yyr609 || yy2arr609 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7499,25 +7547,25 @@ func (x *DaemonSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym620 := z.DecBinary() - _ = yym620 + yym625 := z.DecBinary() + _ = yym625 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct621 := r.ContainerType() - if yyct621 == codecSelferValueTypeMap1234 { - yyl621 := r.ReadMapStart() - if yyl621 == 0 { + yyct626 := r.ContainerType() + if yyct626 == codecSelferValueTypeMap1234 { + yyl626 := r.ReadMapStart() + if yyl626 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl621, d) + x.codecDecodeSelfFromMap(yyl626, d) } - } else if yyct621 == codecSelferValueTypeArray1234 { - yyl621 := r.ReadArrayStart() - if yyl621 == 0 { + } else if yyct626 == codecSelferValueTypeArray1234 { + yyl626 := r.ReadArrayStart() + if yyl626 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl621, d) + x.codecDecodeSelfFromArray(yyl626, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7529,12 +7577,12 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys622Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys622Slc - var yyhl622 bool = l >= 0 - for yyj622 := 0; ; yyj622++ { - if yyhl622 { - if yyj622 >= l { + var yys627Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys627Slc + var yyhl627 bool = l >= 0 + for yyj627 := 0; ; yyj627++ { + if yyhl627 { + if yyj627 >= l { break } } else { @@ -7543,10 +7591,10 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys622Slc = r.DecodeBytes(yys622Slc, true, true) - yys622 := string(yys622Slc) + yys627Slc = r.DecodeBytes(yys627Slc, true, true) + yys627 := string(yys627Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys622 { + switch yys627 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7563,27 +7611,27 @@ func (x *DaemonSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv625 := &x.ObjectMeta - yyv625.CodecDecodeSelf(d) + yyv630 := &x.ObjectMeta + yyv630.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = DaemonSetSpec{} } else { - yyv626 := &x.Spec - yyv626.CodecDecodeSelf(d) + yyv631 := &x.Spec + yyv631.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = DaemonSetStatus{} } else { - yyv627 := &x.Status - yyv627.CodecDecodeSelf(d) + yyv632 := &x.Status + yyv632.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys622) - } // end switch yys622 - } // end for yyj622 + z.DecStructFieldNotFound(-1, yys627) + } // end switch yys627 + } // end for yyj627 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7591,16 +7639,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj628 int - var yyb628 bool - var yyhl628 bool = l >= 0 - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + var yyj633 int + var yyb633 bool + var yyhl633 bool = l >= 0 + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7610,13 +7658,13 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7626,13 +7674,13 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7640,16 +7688,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv631 := &x.ObjectMeta - yyv631.CodecDecodeSelf(d) + yyv636 := &x.ObjectMeta + yyv636.CodecDecodeSelf(d) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7657,16 +7705,16 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = DaemonSetSpec{} } else { - yyv632 := &x.Spec - yyv632.CodecDecodeSelf(d) + yyv637 := &x.Spec + yyv637.CodecDecodeSelf(d) } - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7674,21 +7722,21 @@ func (x *DaemonSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = DaemonSetStatus{} } else { - yyv633 := &x.Status - yyv633.CodecDecodeSelf(d) + yyv638 := &x.Status + yyv638.CodecDecodeSelf(d) } for { - yyj628++ - if yyhl628 { - yyb628 = yyj628 > l + yyj633++ + if yyhl633 { + yyb633 = yyj633 > l } else { - yyb628 = r.CheckBreak() + yyb633 = r.CheckBreak() } - if yyb628 { + if yyb633 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj628-1, "") + z.DecStructFieldNotFound(yyj633-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -7700,37 +7748,37 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym634 := z.EncBinary() - _ = yym634 + yym639 := z.EncBinary() + _ = yym639 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep635 := !z.EncBinary() - yy2arr635 := z.EncBasicHandle().StructToArray - var yyq635 [4]bool - _, _, _ = yysep635, yyq635, yy2arr635 - const yyr635 bool = false - yyq635[0] = x.Kind != "" - yyq635[1] = x.APIVersion != "" - yyq635[2] = true - var yynn635 int - if yyr635 || yy2arr635 { + yysep640 := !z.EncBinary() + yy2arr640 := z.EncBasicHandle().StructToArray + var yyq640 [4]bool + _, _, _ = yysep640, yyq640, yy2arr640 + const yyr640 bool = false + yyq640[0] = x.Kind != "" + yyq640[1] = x.APIVersion != "" + yyq640[2] = true + var yynn640 int + if yyr640 || yy2arr640 { r.EncodeArrayStart(4) } else { - yynn635 = 1 - for _, b := range yyq635 { + yynn640 = 1 + for _, b := range yyq640 { if b { - yynn635++ + yynn640++ } } - r.EncodeMapStart(yynn635) - yynn635 = 0 + r.EncodeMapStart(yynn640) + yynn640 = 0 } - if yyr635 || yy2arr635 { + if yyr640 || yy2arr640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq635[0] { - yym637 := z.EncBinary() - _ = yym637 + if yyq640[0] { + yym642 := z.EncBinary() + _ = yym642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -7739,23 +7787,23 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq635[0] { + if yyq640[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym638 := z.EncBinary() - _ = yym638 + yym643 := z.EncBinary() + _ = yym643 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr635 || yy2arr635 { + if yyr640 || yy2arr640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq635[1] { - yym640 := z.EncBinary() - _ = yym640 + if yyq640[1] { + yym645 := z.EncBinary() + _ = yym645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -7764,54 +7812,54 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq635[1] { + if yyq640[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym641 := z.EncBinary() - _ = yym641 + yym646 := z.EncBinary() + _ = yym646 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr635 || yy2arr635 { + if yyr640 || yy2arr640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq635[2] { - yy643 := &x.ListMeta - yym644 := z.EncBinary() - _ = yym644 + if yyq640[2] { + yy648 := &x.ListMeta + yym649 := z.EncBinary() + _ = yym649 if false { - } else if z.HasExtensions() && z.EncExt(yy643) { + } else if z.HasExtensions() && z.EncExt(yy648) { } else { - z.EncFallback(yy643) + z.EncFallback(yy648) } } else { r.EncodeNil() } } else { - if yyq635[2] { + if yyq640[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy645 := &x.ListMeta - yym646 := z.EncBinary() - _ = yym646 + yy650 := &x.ListMeta + yym651 := z.EncBinary() + _ = yym651 if false { - } else if z.HasExtensions() && z.EncExt(yy645) { + } else if z.HasExtensions() && z.EncExt(yy650) { } else { - z.EncFallback(yy645) + z.EncFallback(yy650) } } } - if yyr635 || yy2arr635 { + if yyr640 || yy2arr640 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym648 := z.EncBinary() - _ = yym648 + yym653 := z.EncBinary() + _ = yym653 if false { } else { h.encSliceDaemonSet(([]DaemonSet)(x.Items), e) @@ -7824,15 +7872,15 @@ func (x *DaemonSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym649 := z.EncBinary() - _ = yym649 + yym654 := z.EncBinary() + _ = yym654 if false { } else { h.encSliceDaemonSet(([]DaemonSet)(x.Items), e) } } } - if yyr635 || yy2arr635 { + if yyr640 || yy2arr640 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -7845,25 +7893,25 @@ func (x *DaemonSetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym650 := z.DecBinary() - _ = yym650 + yym655 := z.DecBinary() + _ = yym655 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct651 := r.ContainerType() - if yyct651 == codecSelferValueTypeMap1234 { - yyl651 := r.ReadMapStart() - if yyl651 == 0 { + yyct656 := r.ContainerType() + if yyct656 == codecSelferValueTypeMap1234 { + yyl656 := r.ReadMapStart() + if yyl656 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl651, d) + x.codecDecodeSelfFromMap(yyl656, d) } - } else if yyct651 == codecSelferValueTypeArray1234 { - yyl651 := r.ReadArrayStart() - if yyl651 == 0 { + } else if yyct656 == codecSelferValueTypeArray1234 { + yyl656 := r.ReadArrayStart() + if yyl656 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl651, d) + x.codecDecodeSelfFromArray(yyl656, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -7875,12 +7923,12 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys652Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys652Slc - var yyhl652 bool = l >= 0 - for yyj652 := 0; ; yyj652++ { - if yyhl652 { - if yyj652 >= l { + var yys657Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys657Slc + var yyhl657 bool = l >= 0 + for yyj657 := 0; ; yyj657++ { + if yyhl657 { + if yyj657 >= l { break } } else { @@ -7889,10 +7937,10 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys652Slc = r.DecodeBytes(yys652Slc, true, true) - yys652 := string(yys652Slc) + yys657Slc = r.DecodeBytes(yys657Slc, true, true) + yys657 := string(yys657Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys652 { + switch yys657 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -7909,31 +7957,31 @@ func (x *DaemonSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv655 := &x.ListMeta - yym656 := z.DecBinary() - _ = yym656 + yyv660 := &x.ListMeta + yym661 := z.DecBinary() + _ = yym661 if false { - } else if z.HasExtensions() && z.DecExt(yyv655) { + } else if z.HasExtensions() && z.DecExt(yyv660) { } else { - z.DecFallback(yyv655, false) + z.DecFallback(yyv660, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv657 := &x.Items - yym658 := z.DecBinary() - _ = yym658 + yyv662 := &x.Items + yym663 := z.DecBinary() + _ = yym663 if false { } else { - h.decSliceDaemonSet((*[]DaemonSet)(yyv657), d) + h.decSliceDaemonSet((*[]DaemonSet)(yyv662), d) } } default: - z.DecStructFieldNotFound(-1, yys652) - } // end switch yys652 - } // end for yyj652 + z.DecStructFieldNotFound(-1, yys657) + } // end switch yys657 + } // end for yyj657 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -7941,16 +7989,16 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj659 int - var yyb659 bool - var yyhl659 bool = l >= 0 - yyj659++ - if yyhl659 { - yyb659 = yyj659 > l + var yyj664 int + var yyb664 bool + var yyhl664 bool = l >= 0 + yyj664++ + if yyhl664 { + yyb664 = yyj664 > l } else { - yyb659 = r.CheckBreak() + yyb664 = r.CheckBreak() } - if yyb659 { + if yyb664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7960,13 +8008,13 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj659++ - if yyhl659 { - yyb659 = yyj659 > l + yyj664++ + if yyhl664 { + yyb664 = yyj664 > l } else { - yyb659 = r.CheckBreak() + yyb664 = r.CheckBreak() } - if yyb659 { + if yyb664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7976,13 +8024,13 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj659++ - if yyhl659 { - yyb659 = yyj659 > l + yyj664++ + if yyhl664 { + yyb664 = yyj664 > l } else { - yyb659 = r.CheckBreak() + yyb664 = r.CheckBreak() } - if yyb659 { + if yyb664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -7990,22 +8038,22 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv662 := &x.ListMeta - yym663 := z.DecBinary() - _ = yym663 + yyv667 := &x.ListMeta + yym668 := z.DecBinary() + _ = yym668 if false { - } else if z.HasExtensions() && z.DecExt(yyv662) { + } else if z.HasExtensions() && z.DecExt(yyv667) { } else { - z.DecFallback(yyv662, false) + z.DecFallback(yyv667, false) } } - yyj659++ - if yyhl659 { - yyb659 = yyj659 > l + yyj664++ + if yyhl664 { + yyb664 = yyj664 > l } else { - yyb659 = r.CheckBreak() + yyb664 = r.CheckBreak() } - if yyb659 { + if yyb664 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8013,26 +8061,26 @@ func (x *DaemonSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv664 := &x.Items - yym665 := z.DecBinary() - _ = yym665 + yyv669 := &x.Items + yym670 := z.DecBinary() + _ = yym670 if false { } else { - h.decSliceDaemonSet((*[]DaemonSet)(yyv664), d) + h.decSliceDaemonSet((*[]DaemonSet)(yyv669), d) } } for { - yyj659++ - if yyhl659 { - yyb659 = yyj659 > l + yyj664++ + if yyhl664 { + yyb664 = yyj664 > l } else { - yyb659 = r.CheckBreak() + yyb664 = r.CheckBreak() } - if yyb659 { + if yyb664 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj659-1, "") + z.DecStructFieldNotFound(yyj664-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8044,37 +8092,37 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym666 := z.EncBinary() - _ = yym666 + yym671 := z.EncBinary() + _ = yym671 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep667 := !z.EncBinary() - yy2arr667 := z.EncBasicHandle().StructToArray - var yyq667 [4]bool - _, _, _ = yysep667, yyq667, yy2arr667 - const yyr667 bool = false - yyq667[0] = x.Kind != "" - yyq667[1] = x.APIVersion != "" - yyq667[2] = true - var yynn667 int - if yyr667 || yy2arr667 { + yysep672 := !z.EncBinary() + yy2arr672 := z.EncBasicHandle().StructToArray + var yyq672 [4]bool + _, _, _ = yysep672, yyq672, yy2arr672 + const yyr672 bool = false + yyq672[0] = x.Kind != "" + yyq672[1] = x.APIVersion != "" + yyq672[2] = true + var yynn672 int + if yyr672 || yy2arr672 { r.EncodeArrayStart(4) } else { - yynn667 = 1 - for _, b := range yyq667 { + yynn672 = 1 + for _, b := range yyq672 { if b { - yynn667++ + yynn672++ } } - r.EncodeMapStart(yynn667) - yynn667 = 0 + r.EncodeMapStart(yynn672) + yynn672 = 0 } - if yyr667 || yy2arr667 { + if yyr672 || yy2arr672 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq667[0] { - yym669 := z.EncBinary() - _ = yym669 + if yyq672[0] { + yym674 := z.EncBinary() + _ = yym674 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8083,23 +8131,23 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq667[0] { + if yyq672[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym670 := z.EncBinary() - _ = yym670 + yym675 := z.EncBinary() + _ = yym675 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr667 || yy2arr667 { + if yyr672 || yy2arr672 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq667[1] { - yym672 := z.EncBinary() - _ = yym672 + if yyq672[1] { + yym677 := z.EncBinary() + _ = yym677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8108,54 +8156,54 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq667[1] { + if yyq672[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym673 := z.EncBinary() - _ = yym673 + yym678 := z.EncBinary() + _ = yym678 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr667 || yy2arr667 { + if yyr672 || yy2arr672 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq667[2] { - yy675 := &x.ListMeta - yym676 := z.EncBinary() - _ = yym676 + if yyq672[2] { + yy680 := &x.ListMeta + yym681 := z.EncBinary() + _ = yym681 if false { - } else if z.HasExtensions() && z.EncExt(yy675) { + } else if z.HasExtensions() && z.EncExt(yy680) { } else { - z.EncFallback(yy675) + z.EncFallback(yy680) } } else { r.EncodeNil() } } else { - if yyq667[2] { + if yyq672[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy677 := &x.ListMeta - yym678 := z.EncBinary() - _ = yym678 + yy682 := &x.ListMeta + yym683 := z.EncBinary() + _ = yym683 if false { - } else if z.HasExtensions() && z.EncExt(yy677) { + } else if z.HasExtensions() && z.EncExt(yy682) { } else { - z.EncFallback(yy677) + z.EncFallback(yy682) } } } - if yyr667 || yy2arr667 { + if yyr672 || yy2arr672 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym680 := z.EncBinary() - _ = yym680 + yym685 := z.EncBinary() + _ = yym685 if false { } else { h.encSliceThirdPartyResourceData(([]ThirdPartyResourceData)(x.Items), e) @@ -8168,15 +8216,15 @@ func (x *ThirdPartyResourceDataList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym681 := z.EncBinary() - _ = yym681 + yym686 := z.EncBinary() + _ = yym686 if false { } else { h.encSliceThirdPartyResourceData(([]ThirdPartyResourceData)(x.Items), e) } } } - if yyr667 || yy2arr667 { + if yyr672 || yy2arr672 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8189,25 +8237,25 @@ func (x *ThirdPartyResourceDataList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym682 := z.DecBinary() - _ = yym682 + yym687 := z.DecBinary() + _ = yym687 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct683 := r.ContainerType() - if yyct683 == codecSelferValueTypeMap1234 { - yyl683 := r.ReadMapStart() - if yyl683 == 0 { + yyct688 := r.ContainerType() + if yyct688 == codecSelferValueTypeMap1234 { + yyl688 := r.ReadMapStart() + if yyl688 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl683, d) + x.codecDecodeSelfFromMap(yyl688, d) } - } else if yyct683 == codecSelferValueTypeArray1234 { - yyl683 := r.ReadArrayStart() - if yyl683 == 0 { + } else if yyct688 == codecSelferValueTypeArray1234 { + yyl688 := r.ReadArrayStart() + if yyl688 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl683, d) + x.codecDecodeSelfFromArray(yyl688, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8219,12 +8267,12 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys684Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys684Slc - var yyhl684 bool = l >= 0 - for yyj684 := 0; ; yyj684++ { - if yyhl684 { - if yyj684 >= l { + var yys689Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys689Slc + var yyhl689 bool = l >= 0 + for yyj689 := 0; ; yyj689++ { + if yyhl689 { + if yyj689 >= l { break } } else { @@ -8233,10 +8281,10 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys684Slc = r.DecodeBytes(yys684Slc, true, true) - yys684 := string(yys684Slc) + yys689Slc = r.DecodeBytes(yys689Slc, true, true) + yys689 := string(yys689Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys684 { + switch yys689 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8253,31 +8301,31 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromMap(l int, d *codec1978. if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv687 := &x.ListMeta - yym688 := z.DecBinary() - _ = yym688 + yyv692 := &x.ListMeta + yym693 := z.DecBinary() + _ = yym693 if false { - } else if z.HasExtensions() && z.DecExt(yyv687) { + } else if z.HasExtensions() && z.DecExt(yyv692) { } else { - z.DecFallback(yyv687, false) + z.DecFallback(yyv692, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv689 := &x.Items - yym690 := z.DecBinary() - _ = yym690 + yyv694 := &x.Items + yym695 := z.DecBinary() + _ = yym695 if false { } else { - h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv689), d) + h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv694), d) } } default: - z.DecStructFieldNotFound(-1, yys684) - } // end switch yys684 - } // end for yyj684 + z.DecStructFieldNotFound(-1, yys689) + } // end switch yys689 + } // end for yyj689 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8285,16 +8333,16 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj691 int - var yyb691 bool - var yyhl691 bool = l >= 0 - yyj691++ - if yyhl691 { - yyb691 = yyj691 > l + var yyj696 int + var yyb696 bool + var yyhl696 bool = l >= 0 + yyj696++ + if yyhl696 { + yyb696 = yyj696 > l } else { - yyb691 = r.CheckBreak() + yyb696 = r.CheckBreak() } - if yyb691 { + if yyb696 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8304,13 +8352,13 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 } else { x.Kind = string(r.DecodeString()) } - yyj691++ - if yyhl691 { - yyb691 = yyj691 > l + yyj696++ + if yyhl696 { + yyb696 = yyj696 > l } else { - yyb691 = r.CheckBreak() + yyb696 = r.CheckBreak() } - if yyb691 { + if yyb696 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8320,13 +8368,13 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 } else { x.APIVersion = string(r.DecodeString()) } - yyj691++ - if yyhl691 { - yyb691 = yyj691 > l + yyj696++ + if yyhl696 { + yyb696 = yyj696 > l } else { - yyb691 = r.CheckBreak() + yyb696 = r.CheckBreak() } - if yyb691 { + if yyb696 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8334,22 +8382,22 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv694 := &x.ListMeta - yym695 := z.DecBinary() - _ = yym695 + yyv699 := &x.ListMeta + yym700 := z.DecBinary() + _ = yym700 if false { - } else if z.HasExtensions() && z.DecExt(yyv694) { + } else if z.HasExtensions() && z.DecExt(yyv699) { } else { - z.DecFallback(yyv694, false) + z.DecFallback(yyv699, false) } } - yyj691++ - if yyhl691 { - yyb691 = yyj691 > l + yyj696++ + if yyhl696 { + yyb696 = yyj696 > l } else { - yyb691 = r.CheckBreak() + yyb696 = r.CheckBreak() } - if yyb691 { + if yyb696 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8357,26 +8405,26 @@ func (x *ThirdPartyResourceDataList) codecDecodeSelfFromArray(l int, d *codec197 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv696 := &x.Items - yym697 := z.DecBinary() - _ = yym697 + yyv701 := &x.Items + yym702 := z.DecBinary() + _ = yym702 if false { } else { - h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv696), d) + h.decSliceThirdPartyResourceData((*[]ThirdPartyResourceData)(yyv701), d) } } for { - yyj691++ - if yyhl691 { - yyb691 = yyj691 > l + yyj696++ + if yyhl696 { + yyb696 = yyj696 > l } else { - yyb691 = r.CheckBreak() + yyb696 = r.CheckBreak() } - if yyb691 { + if yyb696 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj691-1, "") + z.DecStructFieldNotFound(yyj696-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8388,39 +8436,39 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym698 := z.EncBinary() - _ = yym698 + yym703 := z.EncBinary() + _ = yym703 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep699 := !z.EncBinary() - yy2arr699 := z.EncBasicHandle().StructToArray - var yyq699 [5]bool - _, _, _ = yysep699, yyq699, yy2arr699 - const yyr699 bool = false - yyq699[0] = x.Kind != "" - yyq699[1] = x.APIVersion != "" - yyq699[2] = true - yyq699[3] = true - yyq699[4] = true - var yynn699 int - if yyr699 || yy2arr699 { + yysep704 := !z.EncBinary() + yy2arr704 := z.EncBasicHandle().StructToArray + var yyq704 [5]bool + _, _, _ = yysep704, yyq704, yy2arr704 + const yyr704 bool = false + yyq704[0] = x.Kind != "" + yyq704[1] = x.APIVersion != "" + yyq704[2] = true + yyq704[3] = true + yyq704[4] = true + var yynn704 int + if yyr704 || yy2arr704 { r.EncodeArrayStart(5) } else { - yynn699 = 0 - for _, b := range yyq699 { + yynn704 = 0 + for _, b := range yyq704 { if b { - yynn699++ + yynn704++ } } - r.EncodeMapStart(yynn699) - yynn699 = 0 + r.EncodeMapStart(yynn704) + yynn704 = 0 } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq699[0] { - yym701 := z.EncBinary() - _ = yym701 + if yyq704[0] { + yym706 := z.EncBinary() + _ = yym706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8429,23 +8477,23 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq699[0] { + if yyq704[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym702 := z.EncBinary() - _ = yym702 + yym707 := z.EncBinary() + _ = yym707 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq699[1] { - yym704 := z.EncBinary() - _ = yym704 + if yyq704[1] { + yym709 := z.EncBinary() + _ = yym709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8454,70 +8502,70 @@ func (x *Job) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq699[1] { + if yyq704[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym705 := z.EncBinary() - _ = yym705 + yym710 := z.EncBinary() + _ = yym710 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq699[2] { - yy707 := &x.ObjectMeta - yy707.CodecEncodeSelf(e) + if yyq704[2] { + yy712 := &x.ObjectMeta + yy712.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq699[2] { + if yyq704[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy708 := &x.ObjectMeta - yy708.CodecEncodeSelf(e) + yy713 := &x.ObjectMeta + yy713.CodecEncodeSelf(e) } } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq699[3] { - yy710 := &x.Spec - yy710.CodecEncodeSelf(e) + if yyq704[3] { + yy715 := &x.Spec + yy715.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq699[3] { + if yyq704[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy711 := &x.Spec - yy711.CodecEncodeSelf(e) + yy716 := &x.Spec + yy716.CodecEncodeSelf(e) } } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq699[4] { - yy713 := &x.Status - yy713.CodecEncodeSelf(e) + if yyq704[4] { + yy718 := &x.Status + yy718.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq699[4] { + if yyq704[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy714 := &x.Status - yy714.CodecEncodeSelf(e) + yy719 := &x.Status + yy719.CodecEncodeSelf(e) } } - if yyr699 || yy2arr699 { + if yyr704 || yy2arr704 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8530,25 +8578,25 @@ func (x *Job) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym715 := z.DecBinary() - _ = yym715 + yym720 := z.DecBinary() + _ = yym720 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct716 := r.ContainerType() - if yyct716 == codecSelferValueTypeMap1234 { - yyl716 := r.ReadMapStart() - if yyl716 == 0 { + yyct721 := r.ContainerType() + if yyct721 == codecSelferValueTypeMap1234 { + yyl721 := r.ReadMapStart() + if yyl721 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl716, d) + x.codecDecodeSelfFromMap(yyl721, d) } - } else if yyct716 == codecSelferValueTypeArray1234 { - yyl716 := r.ReadArrayStart() - if yyl716 == 0 { + } else if yyct721 == codecSelferValueTypeArray1234 { + yyl721 := r.ReadArrayStart() + if yyl721 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl716, d) + x.codecDecodeSelfFromArray(yyl721, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8560,12 +8608,12 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys717Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys717Slc - var yyhl717 bool = l >= 0 - for yyj717 := 0; ; yyj717++ { - if yyhl717 { - if yyj717 >= l { + var yys722Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys722Slc + var yyhl722 bool = l >= 0 + for yyj722 := 0; ; yyj722++ { + if yyhl722 { + if yyj722 >= l { break } } else { @@ -8574,10 +8622,10 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys717Slc = r.DecodeBytes(yys717Slc, true, true) - yys717 := string(yys717Slc) + yys722Slc = r.DecodeBytes(yys722Slc, true, true) + yys722 := string(yys722Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys717 { + switch yys722 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8594,27 +8642,27 @@ func (x *Job) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv720 := &x.ObjectMeta - yyv720.CodecDecodeSelf(d) + yyv725 := &x.ObjectMeta + yyv725.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = JobSpec{} } else { - yyv721 := &x.Spec - yyv721.CodecDecodeSelf(d) + yyv726 := &x.Spec + yyv726.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = JobStatus{} } else { - yyv722 := &x.Status - yyv722.CodecDecodeSelf(d) + yyv727 := &x.Status + yyv727.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys717) - } // end switch yys717 - } // end for yyj717 + z.DecStructFieldNotFound(-1, yys722) + } // end switch yys722 + } // end for yyj722 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8622,16 +8670,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj723 int - var yyb723 bool - var yyhl723 bool = l >= 0 - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + var yyj728 int + var yyb728 bool + var yyhl728 bool = l >= 0 + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8641,13 +8689,13 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8657,13 +8705,13 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8671,16 +8719,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv726 := &x.ObjectMeta - yyv726.CodecDecodeSelf(d) + yyv731 := &x.ObjectMeta + yyv731.CodecDecodeSelf(d) } - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8688,16 +8736,16 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = JobSpec{} } else { - yyv727 := &x.Spec - yyv727.CodecDecodeSelf(d) + yyv732 := &x.Spec + yyv732.CodecDecodeSelf(d) } - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8705,21 +8753,21 @@ func (x *Job) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = JobStatus{} } else { - yyv728 := &x.Status - yyv728.CodecDecodeSelf(d) + yyv733 := &x.Status + yyv733.CodecDecodeSelf(d) } for { - yyj723++ - if yyhl723 { - yyb723 = yyj723 > l + yyj728++ + if yyhl728 { + yyb728 = yyj728 > l } else { - yyb723 = r.CheckBreak() + yyb728 = r.CheckBreak() } - if yyb723 { + if yyb728 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj723-1, "") + z.DecStructFieldNotFound(yyj728-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -8731,37 +8779,37 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym729 := z.EncBinary() - _ = yym729 + yym734 := z.EncBinary() + _ = yym734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep730 := !z.EncBinary() - yy2arr730 := z.EncBasicHandle().StructToArray - var yyq730 [4]bool - _, _, _ = yysep730, yyq730, yy2arr730 - const yyr730 bool = false - yyq730[0] = x.Kind != "" - yyq730[1] = x.APIVersion != "" - yyq730[2] = true - var yynn730 int - if yyr730 || yy2arr730 { + yysep735 := !z.EncBinary() + yy2arr735 := z.EncBasicHandle().StructToArray + var yyq735 [4]bool + _, _, _ = yysep735, yyq735, yy2arr735 + const yyr735 bool = false + yyq735[0] = x.Kind != "" + yyq735[1] = x.APIVersion != "" + yyq735[2] = true + var yynn735 int + if yyr735 || yy2arr735 { r.EncodeArrayStart(4) } else { - yynn730 = 1 - for _, b := range yyq730 { + yynn735 = 1 + for _, b := range yyq735 { if b { - yynn730++ + yynn735++ } } - r.EncodeMapStart(yynn730) - yynn730 = 0 + r.EncodeMapStart(yynn735) + yynn735 = 0 } - if yyr730 || yy2arr730 { + if yyr735 || yy2arr735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq730[0] { - yym732 := z.EncBinary() - _ = yym732 + if yyq735[0] { + yym737 := z.EncBinary() + _ = yym737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -8770,23 +8818,23 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq730[0] { + if yyq735[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym733 := z.EncBinary() - _ = yym733 + yym738 := z.EncBinary() + _ = yym738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr730 || yy2arr730 { + if yyr735 || yy2arr735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq730[1] { - yym735 := z.EncBinary() - _ = yym735 + if yyq735[1] { + yym740 := z.EncBinary() + _ = yym740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -8795,54 +8843,54 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq730[1] { + if yyq735[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym736 := z.EncBinary() - _ = yym736 + yym741 := z.EncBinary() + _ = yym741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr730 || yy2arr730 { + if yyr735 || yy2arr735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq730[2] { - yy738 := &x.ListMeta - yym739 := z.EncBinary() - _ = yym739 + if yyq735[2] { + yy743 := &x.ListMeta + yym744 := z.EncBinary() + _ = yym744 if false { - } else if z.HasExtensions() && z.EncExt(yy738) { + } else if z.HasExtensions() && z.EncExt(yy743) { } else { - z.EncFallback(yy738) + z.EncFallback(yy743) } } else { r.EncodeNil() } } else { - if yyq730[2] { + if yyq735[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy740 := &x.ListMeta - yym741 := z.EncBinary() - _ = yym741 + yy745 := &x.ListMeta + yym746 := z.EncBinary() + _ = yym746 if false { - } else if z.HasExtensions() && z.EncExt(yy740) { + } else if z.HasExtensions() && z.EncExt(yy745) { } else { - z.EncFallback(yy740) + z.EncFallback(yy745) } } } - if yyr730 || yy2arr730 { + if yyr735 || yy2arr735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym743 := z.EncBinary() - _ = yym743 + yym748 := z.EncBinary() + _ = yym748 if false { } else { h.encSliceJob(([]Job)(x.Items), e) @@ -8855,15 +8903,15 @@ func (x *JobList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym744 := z.EncBinary() - _ = yym744 + yym749 := z.EncBinary() + _ = yym749 if false { } else { h.encSliceJob(([]Job)(x.Items), e) } } } - if yyr730 || yy2arr730 { + if yyr735 || yy2arr735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -8876,25 +8924,25 @@ func (x *JobList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym745 := z.DecBinary() - _ = yym745 + yym750 := z.DecBinary() + _ = yym750 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct746 := r.ContainerType() - if yyct746 == codecSelferValueTypeMap1234 { - yyl746 := r.ReadMapStart() - if yyl746 == 0 { + yyct751 := r.ContainerType() + if yyct751 == codecSelferValueTypeMap1234 { + yyl751 := r.ReadMapStart() + if yyl751 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl746, d) + x.codecDecodeSelfFromMap(yyl751, d) } - } else if yyct746 == codecSelferValueTypeArray1234 { - yyl746 := r.ReadArrayStart() - if yyl746 == 0 { + } else if yyct751 == codecSelferValueTypeArray1234 { + yyl751 := r.ReadArrayStart() + if yyl751 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl746, d) + x.codecDecodeSelfFromArray(yyl751, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -8906,12 +8954,12 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys747Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys747Slc - var yyhl747 bool = l >= 0 - for yyj747 := 0; ; yyj747++ { - if yyhl747 { - if yyj747 >= l { + var yys752Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys752Slc + var yyhl752 bool = l >= 0 + for yyj752 := 0; ; yyj752++ { + if yyhl752 { + if yyj752 >= l { break } } else { @@ -8920,10 +8968,10 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys747Slc = r.DecodeBytes(yys747Slc, true, true) - yys747 := string(yys747Slc) + yys752Slc = r.DecodeBytes(yys752Slc, true, true) + yys752 := string(yys752Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys747 { + switch yys752 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -8940,31 +8988,31 @@ func (x *JobList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv750 := &x.ListMeta - yym751 := z.DecBinary() - _ = yym751 + yyv755 := &x.ListMeta + yym756 := z.DecBinary() + _ = yym756 if false { - } else if z.HasExtensions() && z.DecExt(yyv750) { + } else if z.HasExtensions() && z.DecExt(yyv755) { } else { - z.DecFallback(yyv750, false) + z.DecFallback(yyv755, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv752 := &x.Items - yym753 := z.DecBinary() - _ = yym753 + yyv757 := &x.Items + yym758 := z.DecBinary() + _ = yym758 if false { } else { - h.decSliceJob((*[]Job)(yyv752), d) + h.decSliceJob((*[]Job)(yyv757), d) } } default: - z.DecStructFieldNotFound(-1, yys747) - } // end switch yys747 - } // end for yyj747 + z.DecStructFieldNotFound(-1, yys752) + } // end switch yys752 + } // end for yyj752 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -8972,16 +9020,16 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj754 int - var yyb754 bool - var yyhl754 bool = l >= 0 - yyj754++ - if yyhl754 { - yyb754 = yyj754 > l + var yyj759 int + var yyb759 bool + var yyhl759 bool = l >= 0 + yyj759++ + if yyhl759 { + yyb759 = yyj759 > l } else { - yyb754 = r.CheckBreak() + yyb759 = r.CheckBreak() } - if yyb754 { + if yyb759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -8991,13 +9039,13 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj754++ - if yyhl754 { - yyb754 = yyj754 > l + yyj759++ + if yyhl759 { + yyb759 = yyj759 > l } else { - yyb754 = r.CheckBreak() + yyb759 = r.CheckBreak() } - if yyb754 { + if yyb759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9007,13 +9055,13 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj754++ - if yyhl754 { - yyb754 = yyj754 > l + yyj759++ + if yyhl759 { + yyb759 = yyj759 > l } else { - yyb754 = r.CheckBreak() + yyb759 = r.CheckBreak() } - if yyb754 { + if yyb759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9021,22 +9069,22 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv757 := &x.ListMeta - yym758 := z.DecBinary() - _ = yym758 + yyv762 := &x.ListMeta + yym763 := z.DecBinary() + _ = yym763 if false { - } else if z.HasExtensions() && z.DecExt(yyv757) { + } else if z.HasExtensions() && z.DecExt(yyv762) { } else { - z.DecFallback(yyv757, false) + z.DecFallback(yyv762, false) } } - yyj754++ - if yyhl754 { - yyb754 = yyj754 > l + yyj759++ + if yyhl759 { + yyb759 = yyj759 > l } else { - yyb754 = r.CheckBreak() + yyb759 = r.CheckBreak() } - if yyb754 { + if yyb759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9044,26 +9092,26 @@ func (x *JobList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv759 := &x.Items - yym760 := z.DecBinary() - _ = yym760 + yyv764 := &x.Items + yym765 := z.DecBinary() + _ = yym765 if false { } else { - h.decSliceJob((*[]Job)(yyv759), d) + h.decSliceJob((*[]Job)(yyv764), d) } } for { - yyj754++ - if yyhl754 { - yyb754 = yyj754 > l + yyj759++ + if yyhl759 { + yyb759 = yyj759 > l } else { - yyb754 = r.CheckBreak() + yyb759 = r.CheckBreak() } - if yyb754 { + if yyb759 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj754-1, "") + z.DecStructFieldNotFound(yyj759-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9075,75 +9123,40 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym761 := z.EncBinary() - _ = yym761 + yym766 := z.EncBinary() + _ = yym766 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep762 := !z.EncBinary() - yy2arr762 := z.EncBasicHandle().StructToArray - var yyq762 [5]bool - _, _, _ = yysep762, yyq762, yy2arr762 - const yyr762 bool = false - yyq762[0] = x.Parallelism != nil - yyq762[1] = x.Completions != nil - yyq762[2] = x.ActiveDeadlineSeconds != nil - yyq762[3] = x.Selector != nil - var yynn762 int - if yyr762 || yy2arr762 { + yysep767 := !z.EncBinary() + yy2arr767 := z.EncBasicHandle().StructToArray + var yyq767 [5]bool + _, _, _ = yysep767, yyq767, yy2arr767 + const yyr767 bool = false + yyq767[0] = x.Parallelism != nil + yyq767[1] = x.Completions != nil + yyq767[2] = x.ActiveDeadlineSeconds != nil + yyq767[3] = x.Selector != nil + var yynn767 int + if yyr767 || yy2arr767 { r.EncodeArrayStart(5) } else { - yynn762 = 1 - for _, b := range yyq762 { + yynn767 = 1 + for _, b := range yyq767 { if b { - yynn762++ + yynn767++ } } - r.EncodeMapStart(yynn762) - yynn762 = 0 + r.EncodeMapStart(yynn767) + yynn767 = 0 } - if yyr762 || yy2arr762 { + if yyr767 || yy2arr767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq762[0] { + if yyq767[0] { if x.Parallelism == nil { r.EncodeNil() } else { - yy764 := *x.Parallelism - yym765 := z.EncBinary() - _ = yym765 - if false { - } else { - r.EncodeInt(int64(yy764)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq762[0] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("parallelism")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Parallelism == nil { - r.EncodeNil() - } else { - yy766 := *x.Parallelism - yym767 := z.EncBinary() - _ = yym767 - if false { - } else { - r.EncodeInt(int64(yy766)) - } - } - } - } - if yyr762 || yy2arr762 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq762[1] { - if x.Completions == nil { - r.EncodeNil() - } else { - yy769 := *x.Completions + yy769 := *x.Parallelism yym770 := z.EncBinary() _ = yym770 if false { @@ -9155,14 +9168,14 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq762[1] { + if yyq767[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("completions")) + r.EncodeString(codecSelferC_UTF81234, string("parallelism")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.Completions == nil { + if x.Parallelism == nil { r.EncodeNil() } else { - yy771 := *x.Completions + yy771 := *x.Parallelism yym772 := z.EncBinary() _ = yym772 if false { @@ -9172,13 +9185,13 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr762 || yy2arr762 { + if yyr767 || yy2arr767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq762[2] { - if x.ActiveDeadlineSeconds == nil { + if yyq767[1] { + if x.Completions == nil { r.EncodeNil() } else { - yy774 := *x.ActiveDeadlineSeconds + yy774 := *x.Completions yym775 := z.EncBinary() _ = yym775 if false { @@ -9190,14 +9203,14 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq762[2] { + if yyq767[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("completions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ActiveDeadlineSeconds == nil { + if x.Completions == nil { r.EncodeNil() } else { - yy776 := *x.ActiveDeadlineSeconds + yy776 := *x.Completions yym777 := z.EncBinary() _ = yym777 if false { @@ -9207,9 +9220,44 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr762 || yy2arr762 { + if yyr767 || yy2arr767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq762[3] { + if yyq767[2] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy779 := *x.ActiveDeadlineSeconds + yym780 := z.EncBinary() + _ = yym780 + if false { + } else { + r.EncodeInt(int64(yy779)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq767[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy781 := *x.ActiveDeadlineSeconds + yym782 := z.EncBinary() + _ = yym782 + if false { + } else { + r.EncodeInt(int64(yy781)) + } + } + } + } + if yyr767 || yy2arr767 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq767[3] { if x.Selector == nil { r.EncodeNil() } else { @@ -9219,7 +9267,7 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq762[3] { + if yyq767[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -9230,18 +9278,18 @@ func (x *JobSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr762 || yy2arr762 { + if yyr767 || yy2arr767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy780 := &x.Template - yy780.CodecEncodeSelf(e) + yy785 := &x.Template + yy785.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy781 := &x.Template - yy781.CodecEncodeSelf(e) + yy786 := &x.Template + yy786.CodecEncodeSelf(e) } - if yyr762 || yy2arr762 { + if yyr767 || yy2arr767 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9254,25 +9302,25 @@ func (x *JobSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym782 := z.DecBinary() - _ = yym782 + yym787 := z.DecBinary() + _ = yym787 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct783 := r.ContainerType() - if yyct783 == codecSelferValueTypeMap1234 { - yyl783 := r.ReadMapStart() - if yyl783 == 0 { + yyct788 := r.ContainerType() + if yyct788 == codecSelferValueTypeMap1234 { + yyl788 := r.ReadMapStart() + if yyl788 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl783, d) + x.codecDecodeSelfFromMap(yyl788, d) } - } else if yyct783 == codecSelferValueTypeArray1234 { - yyl783 := r.ReadArrayStart() - if yyl783 == 0 { + } else if yyct788 == codecSelferValueTypeArray1234 { + yyl788 := r.ReadArrayStart() + if yyl788 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl783, d) + x.codecDecodeSelfFromArray(yyl788, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9284,12 +9332,12 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys784Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys784Slc - var yyhl784 bool = l >= 0 - for yyj784 := 0; ; yyj784++ { - if yyhl784 { - if yyj784 >= l { + var yys789Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys789Slc + var yyhl789 bool = l >= 0 + for yyj789 := 0; ; yyj789++ { + if yyhl789 { + if yyj789 >= l { break } } else { @@ -9298,10 +9346,10 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys784Slc = r.DecodeBytes(yys784Slc, true, true) - yys784 := string(yys784Slc) + yys789Slc = r.DecodeBytes(yys789Slc, true, true) + yys789 := string(yys789Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys784 { + switch yys789 { case "parallelism": if r.TryDecodeAsNil() { if x.Parallelism != nil { @@ -9311,8 +9359,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Parallelism == nil { x.Parallelism = new(int32) } - yym786 := z.DecBinary() - _ = yym786 + yym791 := z.DecBinary() + _ = yym791 if false { } else { *((*int32)(x.Parallelism)) = int32(r.DecodeInt(32)) @@ -9327,8 +9375,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Completions == nil { x.Completions = new(int32) } - yym788 := z.DecBinary() - _ = yym788 + yym793 := z.DecBinary() + _ = yym793 if false { } else { *((*int32)(x.Completions)) = int32(r.DecodeInt(32)) @@ -9343,8 +9391,8 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym790 := z.DecBinary() - _ = yym790 + yym795 := z.DecBinary() + _ = yym795 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -9365,13 +9413,13 @@ func (x *JobSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv792 := &x.Template - yyv792.CodecDecodeSelf(d) + yyv797 := &x.Template + yyv797.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys784) - } // end switch yys784 - } // end for yyj784 + z.DecStructFieldNotFound(-1, yys789) + } // end switch yys789 + } // end for yyj789 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9379,16 +9427,16 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj793 int - var yyb793 bool - var yyhl793 bool = l >= 0 - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + var yyj798 int + var yyb798 bool + var yyhl798 bool = l >= 0 + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9401,20 +9449,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Parallelism == nil { x.Parallelism = new(int32) } - yym795 := z.DecBinary() - _ = yym795 + yym800 := z.DecBinary() + _ = yym800 if false { } else { *((*int32)(x.Parallelism)) = int32(r.DecodeInt(32)) } } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9427,20 +9475,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Completions == nil { x.Completions = new(int32) } - yym797 := z.DecBinary() - _ = yym797 + yym802 := z.DecBinary() + _ = yym802 if false { } else { *((*int32)(x.Completions)) = int32(r.DecodeInt(32)) } } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9453,20 +9501,20 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym799 := z.DecBinary() - _ = yym799 + yym804 := z.DecBinary() + _ = yym804 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9481,13 +9529,13 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9495,21 +9543,21 @@ func (x *JobSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = pkg2_v1.PodTemplateSpec{} } else { - yyv801 := &x.Template - yyv801.CodecDecodeSelf(d) + yyv806 := &x.Template + yyv806.CodecDecodeSelf(d) } for { - yyj793++ - if yyhl793 { - yyb793 = yyj793 > l + yyj798++ + if yyhl798 { + yyb798 = yyj798 > l } else { - yyb793 = r.CheckBreak() + yyb798 = r.CheckBreak() } - if yyb793 { + if yyb798 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj793-1, "") + z.DecStructFieldNotFound(yyj798-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9521,43 +9569,43 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym802 := z.EncBinary() - _ = yym802 + yym807 := z.EncBinary() + _ = yym807 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep803 := !z.EncBinary() - yy2arr803 := z.EncBasicHandle().StructToArray - var yyq803 [6]bool - _, _, _ = yysep803, yyq803, yy2arr803 - const yyr803 bool = false - yyq803[0] = len(x.Conditions) != 0 - yyq803[1] = x.StartTime != nil - yyq803[2] = x.CompletionTime != nil - yyq803[3] = x.Active != 0 - yyq803[4] = x.Succeeded != 0 - yyq803[5] = x.Failed != 0 - var yynn803 int - if yyr803 || yy2arr803 { + yysep808 := !z.EncBinary() + yy2arr808 := z.EncBasicHandle().StructToArray + var yyq808 [6]bool + _, _, _ = yysep808, yyq808, yy2arr808 + const yyr808 bool = false + yyq808[0] = len(x.Conditions) != 0 + yyq808[1] = x.StartTime != nil + yyq808[2] = x.CompletionTime != nil + yyq808[3] = x.Active != 0 + yyq808[4] = x.Succeeded != 0 + yyq808[5] = x.Failed != 0 + var yynn808 int + if yyr808 || yy2arr808 { r.EncodeArrayStart(6) } else { - yynn803 = 0 - for _, b := range yyq803 { + yynn808 = 0 + for _, b := range yyq808 { if b { - yynn803++ + yynn808++ } } - r.EncodeMapStart(yynn803) - yynn803 = 0 + r.EncodeMapStart(yynn808) + yynn808 = 0 } - if yyr803 || yy2arr803 { + if yyr808 || yy2arr808 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[0] { + if yyq808[0] { if x.Conditions == nil { r.EncodeNil() } else { - yym805 := z.EncBinary() - _ = yym805 + yym810 := z.EncBinary() + _ = yym810 if false { } else { h.encSliceJobCondition(([]JobCondition)(x.Conditions), e) @@ -9567,15 +9615,15 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq803[0] { + if yyq808[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym806 := z.EncBinary() - _ = yym806 + yym811 := z.EncBinary() + _ = yym811 if false { } else { h.encSliceJobCondition(([]JobCondition)(x.Conditions), e) @@ -9583,19 +9631,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr803 || yy2arr803 { + if yyr808 || yy2arr808 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[1] { + if yyq808[1] { if x.StartTime == nil { r.EncodeNil() } else { - yym808 := z.EncBinary() - _ = yym808 + yym813 := z.EncBinary() + _ = yym813 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym808 { + } else if yym813 { z.EncBinaryMarshal(x.StartTime) - } else if !yym808 && z.IsJSONHandle() { + } else if !yym813 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -9605,20 +9653,20 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq803[1] { + if yyq808[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym809 := z.EncBinary() - _ = yym809 + yym814 := z.EncBinary() + _ = yym814 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym809 { + } else if yym814 { z.EncBinaryMarshal(x.StartTime) - } else if !yym809 && z.IsJSONHandle() { + } else if !yym814 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -9626,19 +9674,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr803 || yy2arr803 { + if yyr808 || yy2arr808 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[2] { + if yyq808[2] { if x.CompletionTime == nil { r.EncodeNil() } else { - yym811 := z.EncBinary() - _ = yym811 + yym816 := z.EncBinary() + _ = yym816 if false { } else if z.HasExtensions() && z.EncExt(x.CompletionTime) { - } else if yym811 { + } else if yym816 { z.EncBinaryMarshal(x.CompletionTime) - } else if !yym811 && z.IsJSONHandle() { + } else if !yym816 && z.IsJSONHandle() { z.EncJSONMarshal(x.CompletionTime) } else { z.EncFallback(x.CompletionTime) @@ -9648,20 +9696,20 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq803[2] { + if yyq808[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("completionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CompletionTime == nil { r.EncodeNil() } else { - yym812 := z.EncBinary() - _ = yym812 + yym817 := z.EncBinary() + _ = yym817 if false { } else if z.HasExtensions() && z.EncExt(x.CompletionTime) { - } else if yym812 { + } else if yym817 { z.EncBinaryMarshal(x.CompletionTime) - } else if !yym812 && z.IsJSONHandle() { + } else if !yym817 && z.IsJSONHandle() { z.EncJSONMarshal(x.CompletionTime) } else { z.EncFallback(x.CompletionTime) @@ -9669,11 +9717,11 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr803 || yy2arr803 { + if yyr808 || yy2arr808 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[3] { - yym814 := z.EncBinary() - _ = yym814 + if yyq808[3] { + yym819 := z.EncBinary() + _ = yym819 if false { } else { r.EncodeInt(int64(x.Active)) @@ -9682,49 +9730,49 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq803[3] { + if yyq808[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("active")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym815 := z.EncBinary() - _ = yym815 - if false { - } else { - r.EncodeInt(int64(x.Active)) - } - } - } - if yyr803 || yy2arr803 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[4] { - yym817 := z.EncBinary() - _ = yym817 - if false { - } else { - r.EncodeInt(int64(x.Succeeded)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq803[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("succeeded")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym818 := z.EncBinary() - _ = yym818 - if false { - } else { - r.EncodeInt(int64(x.Succeeded)) - } - } - } - if yyr803 || yy2arr803 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq803[5] { yym820 := z.EncBinary() _ = yym820 if false { + } else { + r.EncodeInt(int64(x.Active)) + } + } + } + if yyr808 || yy2arr808 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq808[4] { + yym822 := z.EncBinary() + _ = yym822 + if false { + } else { + r.EncodeInt(int64(x.Succeeded)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq808[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("succeeded")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym823 := z.EncBinary() + _ = yym823 + if false { + } else { + r.EncodeInt(int64(x.Succeeded)) + } + } + } + if yyr808 || yy2arr808 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq808[5] { + yym825 := z.EncBinary() + _ = yym825 + if false { } else { r.EncodeInt(int64(x.Failed)) } @@ -9732,19 +9780,19 @@ func (x *JobStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq803[5] { + if yyq808[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failed")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym821 := z.EncBinary() - _ = yym821 + yym826 := z.EncBinary() + _ = yym826 if false { } else { r.EncodeInt(int64(x.Failed)) } } } - if yyr803 || yy2arr803 { + if yyr808 || yy2arr808 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9757,25 +9805,25 @@ func (x *JobStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym822 := z.DecBinary() - _ = yym822 + yym827 := z.DecBinary() + _ = yym827 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct823 := r.ContainerType() - if yyct823 == codecSelferValueTypeMap1234 { - yyl823 := r.ReadMapStart() - if yyl823 == 0 { + yyct828 := r.ContainerType() + if yyct828 == codecSelferValueTypeMap1234 { + yyl828 := r.ReadMapStart() + if yyl828 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl823, d) + x.codecDecodeSelfFromMap(yyl828, d) } - } else if yyct823 == codecSelferValueTypeArray1234 { - yyl823 := r.ReadArrayStart() - if yyl823 == 0 { + } else if yyct828 == codecSelferValueTypeArray1234 { + yyl828 := r.ReadArrayStart() + if yyl828 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl823, d) + x.codecDecodeSelfFromArray(yyl828, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9787,12 +9835,12 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys824Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys824Slc - var yyhl824 bool = l >= 0 - for yyj824 := 0; ; yyj824++ { - if yyhl824 { - if yyj824 >= l { + var yys829Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys829Slc + var yyhl829 bool = l >= 0 + for yyj829 := 0; ; yyj829++ { + if yyhl829 { + if yyj829 >= l { break } } else { @@ -9801,20 +9849,20 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys824Slc = r.DecodeBytes(yys824Slc, true, true) - yys824 := string(yys824Slc) + yys829Slc = r.DecodeBytes(yys829Slc, true, true) + yys829 := string(yys829Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys824 { + switch yys829 { case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv825 := &x.Conditions - yym826 := z.DecBinary() - _ = yym826 + yyv830 := &x.Conditions + yym831 := z.DecBinary() + _ = yym831 if false { } else { - h.decSliceJobCondition((*[]JobCondition)(yyv825), d) + h.decSliceJobCondition((*[]JobCondition)(yyv830), d) } } case "startTime": @@ -9826,13 +9874,13 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg1_unversioned.Time) } - yym828 := z.DecBinary() - _ = yym828 + yym833 := z.DecBinary() + _ = yym833 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym828 { + } else if yym833 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym828 && z.IsJSONHandle() { + } else if !yym833 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -9847,13 +9895,13 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.CompletionTime == nil { x.CompletionTime = new(pkg1_unversioned.Time) } - yym830 := z.DecBinary() - _ = yym830 + yym835 := z.DecBinary() + _ = yym835 if false { } else if z.HasExtensions() && z.DecExt(x.CompletionTime) { - } else if yym830 { + } else if yym835 { z.DecBinaryUnmarshal(x.CompletionTime) - } else if !yym830 && z.IsJSONHandle() { + } else if !yym835 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.CompletionTime) } else { z.DecFallback(x.CompletionTime, false) @@ -9878,9 +9926,9 @@ func (x *JobStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Failed = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys824) - } // end switch yys824 - } // end for yyj824 + z.DecStructFieldNotFound(-1, yys829) + } // end switch yys829 + } // end for yyj829 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9888,16 +9936,16 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj834 int - var yyb834 bool - var yyhl834 bool = l >= 0 - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + var yyj839 int + var yyb839 bool + var yyhl839 bool = l >= 0 + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9905,21 +9953,21 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv835 := &x.Conditions - yym836 := z.DecBinary() - _ = yym836 + yyv840 := &x.Conditions + yym841 := z.DecBinary() + _ = yym841 if false { } else { - h.decSliceJobCondition((*[]JobCondition)(yyv835), d) + h.decSliceJobCondition((*[]JobCondition)(yyv840), d) } } - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9932,25 +9980,25 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg1_unversioned.Time) } - yym838 := z.DecBinary() - _ = yym838 + yym843 := z.DecBinary() + _ = yym843 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym838 { + } else if yym843 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym838 && z.IsJSONHandle() { + } else if !yym843 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9963,25 +10011,25 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.CompletionTime == nil { x.CompletionTime = new(pkg1_unversioned.Time) } - yym840 := z.DecBinary() - _ = yym840 + yym845 := z.DecBinary() + _ = yym845 if false { } else if z.HasExtensions() && z.DecExt(x.CompletionTime) { - } else if yym840 { + } else if yym845 { z.DecBinaryUnmarshal(x.CompletionTime) - } else if !yym840 && z.IsJSONHandle() { + } else if !yym845 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.CompletionTime) } else { z.DecFallback(x.CompletionTime, false) } } - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9991,13 +10039,13 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Active = int32(r.DecodeInt(32)) } - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10007,13 +10055,13 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Succeeded = int32(r.DecodeInt(32)) } - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10024,17 +10072,17 @@ func (x *JobStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Failed = int32(r.DecodeInt(32)) } for { - yyj834++ - if yyhl834 { - yyb834 = yyj834 > l + yyj839++ + if yyhl839 { + yyb839 = yyj839 > l } else { - yyb834 = r.CheckBreak() + yyb839 = r.CheckBreak() } - if yyb834 { + if yyb839 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj834-1, "") + z.DecStructFieldNotFound(yyj839-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10043,8 +10091,8 @@ func (x JobConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym844 := z.EncBinary() - _ = yym844 + yym849 := z.EncBinary() + _ = yym849 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -10056,8 +10104,8 @@ func (x *JobConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym845 := z.DecBinary() - _ = yym845 + yym850 := z.DecBinary() + _ = yym850 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -10072,34 +10120,34 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym846 := z.EncBinary() - _ = yym846 + yym851 := z.EncBinary() + _ = yym851 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep847 := !z.EncBinary() - yy2arr847 := z.EncBasicHandle().StructToArray - var yyq847 [6]bool - _, _, _ = yysep847, yyq847, yy2arr847 - const yyr847 bool = false - yyq847[2] = true - yyq847[3] = true - yyq847[4] = x.Reason != "" - yyq847[5] = x.Message != "" - var yynn847 int - if yyr847 || yy2arr847 { + yysep852 := !z.EncBinary() + yy2arr852 := z.EncBasicHandle().StructToArray + var yyq852 [6]bool + _, _, _ = yysep852, yyq852, yy2arr852 + const yyr852 bool = false + yyq852[2] = true + yyq852[3] = true + yyq852[4] = x.Reason != "" + yyq852[5] = x.Message != "" + var yynn852 int + if yyr852 || yy2arr852 { r.EncodeArrayStart(6) } else { - yynn847 = 2 - for _, b := range yyq847 { + yynn852 = 2 + for _, b := range yyq852 { if b { - yynn847++ + yynn852++ } } - r.EncodeMapStart(yynn847) - yynn847 = 0 + r.EncodeMapStart(yynn852) + yynn852 = 0 } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -10108,10 +10156,10 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym850 := z.EncBinary() - _ = yym850 + yym855 := z.EncBinary() + _ = yym855 if false { } else if z.HasExtensions() && z.EncExt(x.Status) { } else { @@ -10121,55 +10169,18 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym851 := z.EncBinary() - _ = yym851 + yym856 := z.EncBinary() + _ = yym856 if false { } else if z.HasExtensions() && z.EncExt(x.Status) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Status)) } } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq847[2] { - yy853 := &x.LastProbeTime - yym854 := z.EncBinary() - _ = yym854 - if false { - } else if z.HasExtensions() && z.EncExt(yy853) { - } else if yym854 { - z.EncBinaryMarshal(yy853) - } else if !yym854 && z.IsJSONHandle() { - z.EncJSONMarshal(yy853) - } else { - z.EncFallback(yy853) - } - } else { - r.EncodeNil() - } - } else { - if yyq847[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy855 := &x.LastProbeTime - yym856 := z.EncBinary() - _ = yym856 - if false { - } else if z.HasExtensions() && z.EncExt(yy855) { - } else if yym856 { - z.EncBinaryMarshal(yy855) - } else if !yym856 && z.IsJSONHandle() { - z.EncJSONMarshal(yy855) - } else { - z.EncFallback(yy855) - } - } - } - if yyr847 || yy2arr847 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq847[3] { - yy858 := &x.LastTransitionTime + if yyq852[2] { + yy858 := &x.LastProbeTime yym859 := z.EncBinary() _ = yym859 if false { @@ -10185,11 +10196,11 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq847[3] { + if yyq852[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy860 := &x.LastTransitionTime + yy860 := &x.LastProbeTime yym861 := z.EncBinary() _ = yym861 if false { @@ -10203,36 +10214,73 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq847[4] { - yym863 := z.EncBinary() - _ = yym863 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq847[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq852[3] { + yy863 := &x.LastTransitionTime yym864 := z.EncBinary() _ = yym864 if false { + } else if z.HasExtensions() && z.EncExt(yy863) { + } else if yym864 { + z.EncBinaryMarshal(yy863) + } else if !yym864 && z.IsJSONHandle() { + z.EncJSONMarshal(yy863) + } else { + z.EncFallback(yy863) + } + } else { + r.EncodeNil() + } + } else { + if yyq852[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy865 := &x.LastTransitionTime + yym866 := z.EncBinary() + _ = yym866 + if false { + } else if z.HasExtensions() && z.EncExt(yy865) { + } else if yym866 { + z.EncBinaryMarshal(yy865) + } else if !yym866 && z.IsJSONHandle() { + z.EncJSONMarshal(yy865) + } else { + z.EncFallback(yy865) + } + } + } + if yyr852 || yy2arr852 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq852[4] { + yym868 := z.EncBinary() + _ = yym868 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq852[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym869 := z.EncBinary() + _ = yym869 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq847[5] { - yym866 := z.EncBinary() - _ = yym866 + if yyq852[5] { + yym871 := z.EncBinary() + _ = yym871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -10241,19 +10289,19 @@ func (x *JobCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq847[5] { + if yyq852[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym867 := z.EncBinary() - _ = yym867 + yym872 := z.EncBinary() + _ = yym872 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr847 || yy2arr847 { + if yyr852 || yy2arr852 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10266,25 +10314,25 @@ func (x *JobCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym868 := z.DecBinary() - _ = yym868 + yym873 := z.DecBinary() + _ = yym873 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct869 := r.ContainerType() - if yyct869 == codecSelferValueTypeMap1234 { - yyl869 := r.ReadMapStart() - if yyl869 == 0 { + yyct874 := r.ContainerType() + if yyct874 == codecSelferValueTypeMap1234 { + yyl874 := r.ReadMapStart() + if yyl874 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl869, d) + x.codecDecodeSelfFromMap(yyl874, d) } - } else if yyct869 == codecSelferValueTypeArray1234 { - yyl869 := r.ReadArrayStart() - if yyl869 == 0 { + } else if yyct874 == codecSelferValueTypeArray1234 { + yyl874 := r.ReadArrayStart() + if yyl874 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl869, d) + x.codecDecodeSelfFromArray(yyl874, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10296,12 +10344,12 @@ func (x *JobCondition) 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 yys875Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys875Slc + var yyhl875 bool = l >= 0 + for yyj875 := 0; ; yyj875++ { + if yyhl875 { + if yyj875 >= l { break } } else { @@ -10310,10 +10358,10 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys870Slc = r.DecodeBytes(yys870Slc, true, true) - yys870 := string(yys870Slc) + yys875Slc = r.DecodeBytes(yys875Slc, true, true) + yys875 := string(yys875Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys870 { + switch yys875 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -10330,34 +10378,34 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg1_unversioned.Time{} } else { - yyv873 := &x.LastProbeTime - yym874 := z.DecBinary() - _ = yym874 + yyv878 := &x.LastProbeTime + yym879 := z.DecBinary() + _ = yym879 if false { - } else if z.HasExtensions() && z.DecExt(yyv873) { - } else if yym874 { - z.DecBinaryUnmarshal(yyv873) - } else if !yym874 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv873) + } else if z.HasExtensions() && z.DecExt(yyv878) { + } else if yym879 { + z.DecBinaryUnmarshal(yyv878) + } else if !yym879 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv878) } else { - z.DecFallback(yyv873, false) + z.DecFallback(yyv878, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv875 := &x.LastTransitionTime - yym876 := z.DecBinary() - _ = yym876 + yyv880 := &x.LastTransitionTime + yym881 := z.DecBinary() + _ = yym881 if false { - } else if z.HasExtensions() && z.DecExt(yyv875) { - } else if yym876 { - z.DecBinaryUnmarshal(yyv875) - } else if !yym876 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv875) + } else if z.HasExtensions() && z.DecExt(yyv880) { + } else if yym881 { + z.DecBinaryUnmarshal(yyv880) + } else if !yym881 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv880) } else { - z.DecFallback(yyv875, false) + z.DecFallback(yyv880, false) } } case "reason": @@ -10373,9 +10421,9 @@ func (x *JobCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys870) - } // end switch yys870 - } // end for yyj870 + z.DecStructFieldNotFound(-1, yys875) + } // end switch yys875 + } // end for yyj875 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10383,16 +10431,16 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj879 int - var yyb879 bool - var yyhl879 bool = l >= 0 - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + var yyj884 int + var yyb884 bool + var yyhl884 bool = l >= 0 + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10402,13 +10450,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = JobConditionType(r.DecodeString()) } - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10418,13 +10466,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = pkg2_v1.ConditionStatus(r.DecodeString()) } - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10432,26 +10480,26 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg1_unversioned.Time{} } else { - yyv882 := &x.LastProbeTime - yym883 := z.DecBinary() - _ = yym883 + yyv887 := &x.LastProbeTime + yym888 := z.DecBinary() + _ = yym888 if false { - } else if z.HasExtensions() && z.DecExt(yyv882) { - } else if yym883 { - z.DecBinaryUnmarshal(yyv882) - } else if !yym883 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv882) + } else if z.HasExtensions() && z.DecExt(yyv887) { + } else if yym888 { + z.DecBinaryUnmarshal(yyv887) + } else if !yym888 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv887) } else { - z.DecFallback(yyv882, false) + z.DecFallback(yyv887, false) } } - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10459,26 +10507,26 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg1_unversioned.Time{} } else { - yyv884 := &x.LastTransitionTime - yym885 := z.DecBinary() - _ = yym885 + yyv889 := &x.LastTransitionTime + yym890 := z.DecBinary() + _ = yym890 if false { - } else if z.HasExtensions() && z.DecExt(yyv884) { - } else if yym885 { - z.DecBinaryUnmarshal(yyv884) - } else if !yym885 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv884) + } else if z.HasExtensions() && z.DecExt(yyv889) { + } else if yym890 { + z.DecBinaryUnmarshal(yyv889) + } else if !yym890 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv889) } else { - z.DecFallback(yyv884, false) + z.DecFallback(yyv889, false) } } - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10488,13 +10536,13 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10505,17 +10553,17 @@ func (x *JobCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj879++ - if yyhl879 { - yyb879 = yyj879 > l + yyj884++ + if yyhl884 { + yyb884 = yyj884 > l } else { - yyb879 = r.CheckBreak() + yyb884 = r.CheckBreak() } - if yyb879 { + if yyb884 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj879-1, "") + z.DecStructFieldNotFound(yyj884-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10527,39 +10575,39 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym888 := z.EncBinary() - _ = yym888 + yym893 := z.EncBinary() + _ = yym893 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep889 := !z.EncBinary() - yy2arr889 := z.EncBasicHandle().StructToArray - var yyq889 [5]bool - _, _, _ = yysep889, yyq889, yy2arr889 - const yyr889 bool = false - yyq889[0] = x.Kind != "" - yyq889[1] = x.APIVersion != "" - yyq889[2] = true - yyq889[3] = true - yyq889[4] = true - var yynn889 int - if yyr889 || yy2arr889 { + yysep894 := !z.EncBinary() + yy2arr894 := z.EncBasicHandle().StructToArray + var yyq894 [5]bool + _, _, _ = yysep894, yyq894, yy2arr894 + const yyr894 bool = false + yyq894[0] = x.Kind != "" + yyq894[1] = x.APIVersion != "" + yyq894[2] = true + yyq894[3] = true + yyq894[4] = true + var yynn894 int + if yyr894 || yy2arr894 { r.EncodeArrayStart(5) } else { - yynn889 = 0 - for _, b := range yyq889 { + yynn894 = 0 + for _, b := range yyq894 { if b { - yynn889++ + yynn894++ } } - r.EncodeMapStart(yynn889) - yynn889 = 0 + r.EncodeMapStart(yynn894) + yynn894 = 0 } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq889[0] { - yym891 := z.EncBinary() - _ = yym891 + if yyq894[0] { + yym896 := z.EncBinary() + _ = yym896 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -10568,23 +10616,23 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq889[0] { + if yyq894[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym892 := z.EncBinary() - _ = yym892 + yym897 := z.EncBinary() + _ = yym897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq889[1] { - yym894 := z.EncBinary() - _ = yym894 + if yyq894[1] { + yym899 := z.EncBinary() + _ = yym899 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -10593,70 +10641,70 @@ func (x *Ingress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq889[1] { + if yyq894[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym895 := z.EncBinary() - _ = yym895 + yym900 := z.EncBinary() + _ = yym900 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq889[2] { - yy897 := &x.ObjectMeta - yy897.CodecEncodeSelf(e) + if yyq894[2] { + yy902 := &x.ObjectMeta + yy902.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq889[2] { + if yyq894[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy898 := &x.ObjectMeta - yy898.CodecEncodeSelf(e) + yy903 := &x.ObjectMeta + yy903.CodecEncodeSelf(e) } } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq889[3] { - yy900 := &x.Spec - yy900.CodecEncodeSelf(e) + if yyq894[3] { + yy905 := &x.Spec + yy905.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq889[3] { + if yyq894[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy901 := &x.Spec - yy901.CodecEncodeSelf(e) + yy906 := &x.Spec + yy906.CodecEncodeSelf(e) } } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq889[4] { - yy903 := &x.Status - yy903.CodecEncodeSelf(e) + if yyq894[4] { + yy908 := &x.Status + yy908.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq889[4] { + if yyq894[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy904 := &x.Status - yy904.CodecEncodeSelf(e) + yy909 := &x.Status + yy909.CodecEncodeSelf(e) } } - if yyr889 || yy2arr889 { + if yyr894 || yy2arr894 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10669,25 +10717,25 @@ func (x *Ingress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym905 := z.DecBinary() - _ = yym905 + yym910 := z.DecBinary() + _ = yym910 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct906 := r.ContainerType() - if yyct906 == codecSelferValueTypeMap1234 { - yyl906 := r.ReadMapStart() - if yyl906 == 0 { + yyct911 := r.ContainerType() + if yyct911 == codecSelferValueTypeMap1234 { + yyl911 := r.ReadMapStart() + if yyl911 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl906, d) + x.codecDecodeSelfFromMap(yyl911, d) } - } else if yyct906 == codecSelferValueTypeArray1234 { - yyl906 := r.ReadArrayStart() - if yyl906 == 0 { + } else if yyct911 == codecSelferValueTypeArray1234 { + yyl911 := r.ReadArrayStart() + if yyl911 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl906, d) + x.codecDecodeSelfFromArray(yyl911, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10699,12 +10747,12 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys907Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys907Slc - var yyhl907 bool = l >= 0 - for yyj907 := 0; ; yyj907++ { - if yyhl907 { - if yyj907 >= l { + var yys912Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys912Slc + var yyhl912 bool = l >= 0 + for yyj912 := 0; ; yyj912++ { + if yyhl912 { + if yyj912 >= l { break } } else { @@ -10713,10 +10761,10 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys907Slc = r.DecodeBytes(yys907Slc, true, true) - yys907 := string(yys907Slc) + yys912Slc = r.DecodeBytes(yys912Slc, true, true) + yys912 := string(yys912Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys907 { + switch yys912 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -10733,27 +10781,27 @@ func (x *Ingress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv910 := &x.ObjectMeta - yyv910.CodecDecodeSelf(d) + yyv915 := &x.ObjectMeta + yyv915.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = IngressSpec{} } else { - yyv911 := &x.Spec - yyv911.CodecDecodeSelf(d) + yyv916 := &x.Spec + yyv916.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = IngressStatus{} } else { - yyv912 := &x.Status - yyv912.CodecDecodeSelf(d) + yyv917 := &x.Status + yyv917.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys907) - } // end switch yys907 - } // end for yyj907 + z.DecStructFieldNotFound(-1, yys912) + } // end switch yys912 + } // end for yyj912 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10761,16 +10809,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj913 int - var yyb913 bool - var yyhl913 bool = l >= 0 - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + var yyj918 int + var yyb918 bool + var yyhl918 bool = l >= 0 + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10780,13 +10828,13 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10796,13 +10844,13 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10810,16 +10858,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv916 := &x.ObjectMeta - yyv916.CodecDecodeSelf(d) + yyv921 := &x.ObjectMeta + yyv921.CodecDecodeSelf(d) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10827,16 +10875,16 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = IngressSpec{} } else { - yyv917 := &x.Spec - yyv917.CodecDecodeSelf(d) + yyv922 := &x.Spec + yyv922.CodecDecodeSelf(d) } - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10844,21 +10892,21 @@ func (x *Ingress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = IngressStatus{} } else { - yyv918 := &x.Status - yyv918.CodecDecodeSelf(d) + yyv923 := &x.Status + yyv923.CodecDecodeSelf(d) } for { - yyj913++ - if yyhl913 { - yyb913 = yyj913 > l + yyj918++ + if yyhl918 { + yyb918 = yyj918 > l } else { - yyb913 = r.CheckBreak() + yyb918 = r.CheckBreak() } - if yyb913 { + if yyb918 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj913-1, "") + z.DecStructFieldNotFound(yyj918-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10870,37 +10918,37 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym919 := z.EncBinary() - _ = yym919 + yym924 := z.EncBinary() + _ = yym924 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep920 := !z.EncBinary() - yy2arr920 := z.EncBasicHandle().StructToArray - var yyq920 [4]bool - _, _, _ = yysep920, yyq920, yy2arr920 - const yyr920 bool = false - yyq920[0] = x.Kind != "" - yyq920[1] = x.APIVersion != "" - yyq920[2] = true - var yynn920 int - if yyr920 || yy2arr920 { + yysep925 := !z.EncBinary() + yy2arr925 := z.EncBasicHandle().StructToArray + var yyq925 [4]bool + _, _, _ = yysep925, yyq925, yy2arr925 + const yyr925 bool = false + yyq925[0] = x.Kind != "" + yyq925[1] = x.APIVersion != "" + yyq925[2] = true + var yynn925 int + if yyr925 || yy2arr925 { r.EncodeArrayStart(4) } else { - yynn920 = 1 - for _, b := range yyq920 { + yynn925 = 1 + for _, b := range yyq925 { if b { - yynn920++ + yynn925++ } } - r.EncodeMapStart(yynn920) - yynn920 = 0 + r.EncodeMapStart(yynn925) + yynn925 = 0 } - if yyr920 || yy2arr920 { + if yyr925 || yy2arr925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq920[0] { - yym922 := z.EncBinary() - _ = yym922 + if yyq925[0] { + yym927 := z.EncBinary() + _ = yym927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -10909,23 +10957,23 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq920[0] { + if yyq925[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym923 := z.EncBinary() - _ = yym923 + yym928 := z.EncBinary() + _ = yym928 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr920 || yy2arr920 { + if yyr925 || yy2arr925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq920[1] { - yym925 := z.EncBinary() - _ = yym925 + if yyq925[1] { + yym930 := z.EncBinary() + _ = yym930 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -10934,54 +10982,54 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq920[1] { + if yyq925[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym926 := z.EncBinary() - _ = yym926 + yym931 := z.EncBinary() + _ = yym931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr920 || yy2arr920 { + if yyr925 || yy2arr925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq920[2] { - yy928 := &x.ListMeta - yym929 := z.EncBinary() - _ = yym929 + if yyq925[2] { + yy933 := &x.ListMeta + yym934 := z.EncBinary() + _ = yym934 if false { - } else if z.HasExtensions() && z.EncExt(yy928) { + } else if z.HasExtensions() && z.EncExt(yy933) { } else { - z.EncFallback(yy928) + z.EncFallback(yy933) } } else { r.EncodeNil() } } else { - if yyq920[2] { + if yyq925[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy930 := &x.ListMeta - yym931 := z.EncBinary() - _ = yym931 + yy935 := &x.ListMeta + yym936 := z.EncBinary() + _ = yym936 if false { - } else if z.HasExtensions() && z.EncExt(yy930) { + } else if z.HasExtensions() && z.EncExt(yy935) { } else { - z.EncFallback(yy930) + z.EncFallback(yy935) } } } - if yyr920 || yy2arr920 { + if yyr925 || yy2arr925 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym933 := z.EncBinary() - _ = yym933 + yym938 := z.EncBinary() + _ = yym938 if false { } else { h.encSliceIngress(([]Ingress)(x.Items), e) @@ -10994,15 +11042,15 @@ func (x *IngressList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym934 := z.EncBinary() - _ = yym934 + yym939 := z.EncBinary() + _ = yym939 if false { } else { h.encSliceIngress(([]Ingress)(x.Items), e) } } } - if yyr920 || yy2arr920 { + if yyr925 || yy2arr925 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11015,25 +11063,25 @@ func (x *IngressList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym935 := z.DecBinary() - _ = yym935 + yym940 := z.DecBinary() + _ = yym940 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct936 := r.ContainerType() - if yyct936 == codecSelferValueTypeMap1234 { - yyl936 := r.ReadMapStart() - if yyl936 == 0 { + yyct941 := r.ContainerType() + if yyct941 == codecSelferValueTypeMap1234 { + yyl941 := r.ReadMapStart() + if yyl941 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl936, d) + x.codecDecodeSelfFromMap(yyl941, d) } - } else if yyct936 == codecSelferValueTypeArray1234 { - yyl936 := r.ReadArrayStart() - if yyl936 == 0 { + } else if yyct941 == codecSelferValueTypeArray1234 { + yyl941 := r.ReadArrayStart() + if yyl941 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl936, d) + x.codecDecodeSelfFromArray(yyl941, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11045,12 +11093,12 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys937Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys937Slc - var yyhl937 bool = l >= 0 - for yyj937 := 0; ; yyj937++ { - if yyhl937 { - if yyj937 >= l { + var yys942Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys942Slc + var yyhl942 bool = l >= 0 + for yyj942 := 0; ; yyj942++ { + if yyhl942 { + if yyj942 >= l { break } } else { @@ -11059,10 +11107,10 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys937Slc = r.DecodeBytes(yys937Slc, true, true) - yys937 := string(yys937Slc) + yys942Slc = r.DecodeBytes(yys942Slc, true, true) + yys942 := string(yys942Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys937 { + switch yys942 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -11079,31 +11127,31 @@ func (x *IngressList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv940 := &x.ListMeta - yym941 := z.DecBinary() - _ = yym941 + yyv945 := &x.ListMeta + yym946 := z.DecBinary() + _ = yym946 if false { - } else if z.HasExtensions() && z.DecExt(yyv940) { + } else if z.HasExtensions() && z.DecExt(yyv945) { } else { - z.DecFallback(yyv940, false) + z.DecFallback(yyv945, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv942 := &x.Items - yym943 := z.DecBinary() - _ = yym943 + yyv947 := &x.Items + yym948 := z.DecBinary() + _ = yym948 if false { } else { - h.decSliceIngress((*[]Ingress)(yyv942), d) + h.decSliceIngress((*[]Ingress)(yyv947), d) } } default: - z.DecStructFieldNotFound(-1, yys937) - } // end switch yys937 - } // end for yyj937 + z.DecStructFieldNotFound(-1, yys942) + } // end switch yys942 + } // end for yyj942 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11111,16 +11159,16 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj944 int - var yyb944 bool - var yyhl944 bool = l >= 0 - yyj944++ - if yyhl944 { - yyb944 = yyj944 > l + var yyj949 int + var yyb949 bool + var yyhl949 bool = l >= 0 + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb944 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb944 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11130,13 +11178,13 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj944++ - if yyhl944 { - yyb944 = yyj944 > l + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb944 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb944 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11146,13 +11194,13 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj944++ - if yyhl944 { - yyb944 = yyj944 > l + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb944 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb944 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11160,22 +11208,22 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv947 := &x.ListMeta - yym948 := z.DecBinary() - _ = yym948 + yyv952 := &x.ListMeta + yym953 := z.DecBinary() + _ = yym953 if false { - } else if z.HasExtensions() && z.DecExt(yyv947) { + } else if z.HasExtensions() && z.DecExt(yyv952) { } else { - z.DecFallback(yyv947, false) + z.DecFallback(yyv952, false) } } - yyj944++ - if yyhl944 { - yyb944 = yyj944 > l + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb944 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb944 { + if yyb949 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11183,26 +11231,26 @@ func (x *IngressList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv949 := &x.Items - yym950 := z.DecBinary() - _ = yym950 + yyv954 := &x.Items + yym955 := z.DecBinary() + _ = yym955 if false { } else { - h.decSliceIngress((*[]Ingress)(yyv949), d) + h.decSliceIngress((*[]Ingress)(yyv954), d) } } for { - yyj944++ - if yyhl944 { - yyb944 = yyj944 > l + yyj949++ + if yyhl949 { + yyb949 = yyj949 > l } else { - yyb944 = r.CheckBreak() + yyb949 = r.CheckBreak() } - if yyb944 { + if yyb949 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj944-1, "") + z.DecStructFieldNotFound(yyj949-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11214,34 +11262,34 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym951 := z.EncBinary() - _ = yym951 + yym956 := z.EncBinary() + _ = yym956 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep952 := !z.EncBinary() - yy2arr952 := z.EncBasicHandle().StructToArray - var yyq952 [2]bool - _, _, _ = yysep952, yyq952, yy2arr952 - const yyr952 bool = false - yyq952[0] = x.Backend != nil - yyq952[1] = len(x.Rules) != 0 - var yynn952 int - if yyr952 || yy2arr952 { + yysep957 := !z.EncBinary() + yy2arr957 := z.EncBasicHandle().StructToArray + var yyq957 [2]bool + _, _, _ = yysep957, yyq957, yy2arr957 + const yyr957 bool = false + yyq957[0] = x.Backend != nil + yyq957[1] = len(x.Rules) != 0 + var yynn957 int + if yyr957 || yy2arr957 { r.EncodeArrayStart(2) } else { - yynn952 = 0 - for _, b := range yyq952 { + yynn957 = 0 + for _, b := range yyq957 { if b { - yynn952++ + yynn957++ } } - r.EncodeMapStart(yynn952) - yynn952 = 0 + r.EncodeMapStart(yynn957) + yynn957 = 0 } - if yyr952 || yy2arr952 { + if yyr957 || yy2arr957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq952[0] { + if yyq957[0] { if x.Backend == nil { r.EncodeNil() } else { @@ -11251,7 +11299,7 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq952[0] { + if yyq957[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("backend")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -11262,14 +11310,14 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr952 || yy2arr952 { + if yyr957 || yy2arr957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq952[1] { + if yyq957[1] { if x.Rules == nil { r.EncodeNil() } else { - yym955 := z.EncBinary() - _ = yym955 + yym960 := z.EncBinary() + _ = yym960 if false { } else { h.encSliceIngressRule(([]IngressRule)(x.Rules), e) @@ -11279,15 +11327,15 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq952[1] { + if yyq957[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("rules")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Rules == nil { r.EncodeNil() } else { - yym956 := z.EncBinary() - _ = yym956 + yym961 := z.EncBinary() + _ = yym961 if false { } else { h.encSliceIngressRule(([]IngressRule)(x.Rules), e) @@ -11295,7 +11343,7 @@ func (x *IngressSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr952 || yy2arr952 { + if yyr957 || yy2arr957 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11308,25 +11356,25 @@ func (x *IngressSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym957 := z.DecBinary() - _ = yym957 + yym962 := z.DecBinary() + _ = yym962 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct958 := r.ContainerType() - if yyct958 == codecSelferValueTypeMap1234 { - yyl958 := r.ReadMapStart() - if yyl958 == 0 { + yyct963 := r.ContainerType() + if yyct963 == codecSelferValueTypeMap1234 { + yyl963 := r.ReadMapStart() + if yyl963 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl958, d) + x.codecDecodeSelfFromMap(yyl963, d) } - } else if yyct958 == codecSelferValueTypeArray1234 { - yyl958 := r.ReadArrayStart() - if yyl958 == 0 { + } else if yyct963 == codecSelferValueTypeArray1234 { + yyl963 := r.ReadArrayStart() + if yyl963 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl958, d) + x.codecDecodeSelfFromArray(yyl963, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11338,12 +11386,12 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys959Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys959Slc - var yyhl959 bool = l >= 0 - for yyj959 := 0; ; yyj959++ { - if yyhl959 { - if yyj959 >= l { + var yys964Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys964Slc + var yyhl964 bool = l >= 0 + for yyj964 := 0; ; yyj964++ { + if yyhl964 { + if yyj964 >= l { break } } else { @@ -11352,10 +11400,10 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys959Slc = r.DecodeBytes(yys959Slc, true, true) - yys959 := string(yys959Slc) + yys964Slc = r.DecodeBytes(yys964Slc, true, true) + yys964 := string(yys964Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys959 { + switch yys964 { case "backend": if r.TryDecodeAsNil() { if x.Backend != nil { @@ -11371,18 +11419,18 @@ func (x *IngressSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Rules = nil } else { - yyv961 := &x.Rules - yym962 := z.DecBinary() - _ = yym962 + yyv966 := &x.Rules + yym967 := z.DecBinary() + _ = yym967 if false { } else { - h.decSliceIngressRule((*[]IngressRule)(yyv961), d) + h.decSliceIngressRule((*[]IngressRule)(yyv966), d) } } default: - z.DecStructFieldNotFound(-1, yys959) - } // end switch yys959 - } // end for yyj959 + z.DecStructFieldNotFound(-1, yys964) + } // end switch yys964 + } // end for yyj964 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11390,16 +11438,16 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj963 int - var yyb963 bool - var yyhl963 bool = l >= 0 - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + var yyj968 int + var yyb968 bool + var yyhl968 bool = l >= 0 + yyj968++ + if yyhl968 { + yyb968 = yyj968 > l } else { - yyb963 = r.CheckBreak() + yyb968 = r.CheckBreak() } - if yyb963 { + if yyb968 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11414,13 +11462,13 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Backend.CodecDecodeSelf(d) } - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj968++ + if yyhl968 { + yyb968 = yyj968 > l } else { - yyb963 = r.CheckBreak() + yyb968 = r.CheckBreak() } - if yyb963 { + if yyb968 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11428,26 +11476,26 @@ func (x *IngressSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Rules = nil } else { - yyv965 := &x.Rules - yym966 := z.DecBinary() - _ = yym966 + yyv970 := &x.Rules + yym971 := z.DecBinary() + _ = yym971 if false { } else { - h.decSliceIngressRule((*[]IngressRule)(yyv965), d) + h.decSliceIngressRule((*[]IngressRule)(yyv970), d) } } for { - yyj963++ - if yyhl963 { - yyb963 = yyj963 > l + yyj968++ + if yyhl968 { + yyb968 = yyj968 > l } else { - yyb963 = r.CheckBreak() + yyb968 = r.CheckBreak() } - if yyb963 { + if yyb968 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj963-1, "") + z.DecStructFieldNotFound(yyj968-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11459,48 +11507,48 @@ func (x *IngressStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym967 := z.EncBinary() - _ = yym967 + yym972 := z.EncBinary() + _ = yym972 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep968 := !z.EncBinary() - yy2arr968 := z.EncBasicHandle().StructToArray - var yyq968 [1]bool - _, _, _ = yysep968, yyq968, yy2arr968 - const yyr968 bool = false - yyq968[0] = true - var yynn968 int - if yyr968 || yy2arr968 { + yysep973 := !z.EncBinary() + yy2arr973 := z.EncBasicHandle().StructToArray + var yyq973 [1]bool + _, _, _ = yysep973, yyq973, yy2arr973 + const yyr973 bool = false + yyq973[0] = true + var yynn973 int + if yyr973 || yy2arr973 { r.EncodeArrayStart(1) } else { - yynn968 = 0 - for _, b := range yyq968 { + yynn973 = 0 + for _, b := range yyq973 { if b { - yynn968++ + yynn973++ } } - r.EncodeMapStart(yynn968) - yynn968 = 0 + r.EncodeMapStart(yynn973) + yynn973 = 0 } - if yyr968 || yy2arr968 { + if yyr973 || yy2arr973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq968[0] { - yy970 := &x.LoadBalancer - yy970.CodecEncodeSelf(e) + if yyq973[0] { + yy975 := &x.LoadBalancer + yy975.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq968[0] { + if yyq973[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy971 := &x.LoadBalancer - yy971.CodecEncodeSelf(e) + yy976 := &x.LoadBalancer + yy976.CodecEncodeSelf(e) } } - if yyr968 || yy2arr968 { + if yyr973 || yy2arr973 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11513,25 +11561,25 @@ func (x *IngressStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym972 := z.DecBinary() - _ = yym972 + yym977 := z.DecBinary() + _ = yym977 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct973 := r.ContainerType() - if yyct973 == codecSelferValueTypeMap1234 { - yyl973 := r.ReadMapStart() - if yyl973 == 0 { + yyct978 := r.ContainerType() + if yyct978 == codecSelferValueTypeMap1234 { + yyl978 := r.ReadMapStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl973, d) + x.codecDecodeSelfFromMap(yyl978, d) } - } else if yyct973 == codecSelferValueTypeArray1234 { - yyl973 := r.ReadArrayStart() - if yyl973 == 0 { + } else if yyct978 == codecSelferValueTypeArray1234 { + yyl978 := r.ReadArrayStart() + if yyl978 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl973, d) + x.codecDecodeSelfFromArray(yyl978, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11543,12 +11591,12 @@ func (x *IngressStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys974Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys974Slc - var yyhl974 bool = l >= 0 - for yyj974 := 0; ; yyj974++ { - if yyhl974 { - if yyj974 >= l { + var yys979Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys979Slc + var yyhl979 bool = l >= 0 + for yyj979 := 0; ; yyj979++ { + if yyhl979 { + if yyj979 >= l { break } } else { @@ -11557,21 +11605,21 @@ func (x *IngressStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys974Slc = r.DecodeBytes(yys974Slc, true, true) - yys974 := string(yys974Slc) + yys979Slc = r.DecodeBytes(yys979Slc, true, true) + yys979 := string(yys979Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys974 { + switch yys979 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = pkg2_v1.LoadBalancerStatus{} } else { - yyv975 := &x.LoadBalancer - yyv975.CodecDecodeSelf(d) + yyv980 := &x.LoadBalancer + yyv980.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys974) - } // end switch yys974 - } // end for yyj974 + z.DecStructFieldNotFound(-1, yys979) + } // end switch yys979 + } // end for yyj979 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11579,16 +11627,16 @@ func (x *IngressStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj976 int - var yyb976 bool - var yyhl976 bool = l >= 0 - yyj976++ - if yyhl976 { - yyb976 = yyj976 > l + var yyj981 int + var yyb981 bool + var yyhl981 bool = l >= 0 + yyj981++ + if yyhl981 { + yyb981 = yyj981 > l } else { - yyb976 = r.CheckBreak() + yyb981 = r.CheckBreak() } - if yyb976 { + if yyb981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11596,21 +11644,21 @@ func (x *IngressStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = pkg2_v1.LoadBalancerStatus{} } else { - yyv977 := &x.LoadBalancer - yyv977.CodecDecodeSelf(d) + yyv982 := &x.LoadBalancer + yyv982.CodecDecodeSelf(d) } for { - yyj976++ - if yyhl976 { - yyb976 = yyj976 > l + yyj981++ + if yyhl981 { + yyb981 = yyj981 > l } else { - yyb976 = r.CheckBreak() + yyb981 = r.CheckBreak() } - if yyb976 { + if yyb981 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj976-1, "") + z.DecStructFieldNotFound(yyj981-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11622,36 +11670,36 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym978 := z.EncBinary() - _ = yym978 + yym983 := z.EncBinary() + _ = yym983 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep979 := !z.EncBinary() - yy2arr979 := z.EncBasicHandle().StructToArray - var yyq979 [2]bool - _, _, _ = yysep979, yyq979, yy2arr979 - const yyr979 bool = false - yyq979[0] = x.Host != "" - yyq979[1] = x.IngressRuleValue.HTTP != nil && x.HTTP != nil - var yynn979 int - if yyr979 || yy2arr979 { + yysep984 := !z.EncBinary() + yy2arr984 := z.EncBasicHandle().StructToArray + var yyq984 [2]bool + _, _, _ = yysep984, yyq984, yy2arr984 + const yyr984 bool = false + yyq984[0] = x.Host != "" + yyq984[1] = x.IngressRuleValue.HTTP != nil && x.HTTP != nil + var yynn984 int + if yyr984 || yy2arr984 { r.EncodeArrayStart(2) } else { - yynn979 = 0 - for _, b := range yyq979 { + yynn984 = 0 + for _, b := range yyq984 { if b { - yynn979++ + yynn984++ } } - r.EncodeMapStart(yynn979) - yynn979 = 0 + r.EncodeMapStart(yynn984) + yynn984 = 0 } - if yyr979 || yy2arr979 { + if yyr984 || yy2arr984 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq979[0] { - yym981 := z.EncBinary() - _ = yym981 + if yyq984[0] { + yym986 := z.EncBinary() + _ = yym986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -11660,30 +11708,30 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq979[0] { + if yyq984[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym982 := z.EncBinary() - _ = yym982 + yym987 := z.EncBinary() + _ = yym987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - var yyn983 bool + var yyn988 bool if x.IngressRuleValue.HTTP == nil { - yyn983 = true - goto LABEL983 + yyn988 = true + goto LABEL988 } - LABEL983: - if yyr979 || yy2arr979 { - if yyn983 { + LABEL988: + if yyr984 || yy2arr984 { + if yyn988 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq979[1] { + if yyq984[1] { if x.HTTP == nil { r.EncodeNil() } else { @@ -11694,11 +11742,11 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq979[1] { + if yyq984[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("http")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn983 { + if yyn988 { r.EncodeNil() } else { if x.HTTP == nil { @@ -11709,7 +11757,7 @@ func (x *IngressRule) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr979 || yy2arr979 { + if yyr984 || yy2arr984 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11722,25 +11770,25 @@ func (x *IngressRule) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym984 := z.DecBinary() - _ = yym984 + yym989 := z.DecBinary() + _ = yym989 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct985 := r.ContainerType() - if yyct985 == codecSelferValueTypeMap1234 { - yyl985 := r.ReadMapStart() - if yyl985 == 0 { + yyct990 := r.ContainerType() + if yyct990 == codecSelferValueTypeMap1234 { + yyl990 := r.ReadMapStart() + if yyl990 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl985, d) + x.codecDecodeSelfFromMap(yyl990, d) } - } else if yyct985 == codecSelferValueTypeArray1234 { - yyl985 := r.ReadArrayStart() - if yyl985 == 0 { + } else if yyct990 == codecSelferValueTypeArray1234 { + yyl990 := r.ReadArrayStart() + if yyl990 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl985, d) + x.codecDecodeSelfFromArray(yyl990, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11752,12 +11800,12 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys986Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys986Slc - var yyhl986 bool = l >= 0 - for yyj986 := 0; ; yyj986++ { - if yyhl986 { - if yyj986 >= l { + var yys991Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys991Slc + var yyhl991 bool = l >= 0 + for yyj991 := 0; ; yyj991++ { + if yyhl991 { + if yyj991 >= l { break } } else { @@ -11766,10 +11814,10 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys986Slc = r.DecodeBytes(yys986Slc, true, true) - yys986 := string(yys986Slc) + yys991Slc = r.DecodeBytes(yys991Slc, true, true) + yys991 := string(yys991Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys986 { + switch yys991 { case "host": if r.TryDecodeAsNil() { x.Host = "" @@ -11791,9 +11839,9 @@ func (x *IngressRule) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys986) - } // end switch yys986 - } // end for yyj986 + z.DecStructFieldNotFound(-1, yys991) + } // end switch yys991 + } // end for yyj991 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11801,16 +11849,16 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj989 int - var yyb989 bool - var yyhl989 bool = l >= 0 - yyj989++ - if yyhl989 { - yyb989 = yyj989 > l + var yyj994 int + var yyb994 bool + var yyhl994 bool = l >= 0 + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb989 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb989 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11823,13 +11871,13 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.IngressRuleValue.HTTP == nil { x.IngressRuleValue.HTTP = new(HTTPIngressRuleValue) } - yyj989++ - if yyhl989 { - yyb989 = yyj989 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb989 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb989 { + if yyb994 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11845,17 +11893,17 @@ func (x *IngressRule) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } for { - yyj989++ - if yyhl989 { - yyb989 = yyj989 > l + yyj994++ + if yyhl994 { + yyb994 = yyj994 > l } else { - yyb989 = r.CheckBreak() + yyb994 = r.CheckBreak() } - if yyb989 { + if yyb994 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj989-1, "") + z.DecStructFieldNotFound(yyj994-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11867,33 +11915,33 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym992 := z.EncBinary() - _ = yym992 + yym997 := z.EncBinary() + _ = yym997 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep993 := !z.EncBinary() - yy2arr993 := z.EncBasicHandle().StructToArray - var yyq993 [1]bool - _, _, _ = yysep993, yyq993, yy2arr993 - const yyr993 bool = false - yyq993[0] = x.HTTP != nil - var yynn993 int - if yyr993 || yy2arr993 { + yysep998 := !z.EncBinary() + yy2arr998 := z.EncBasicHandle().StructToArray + var yyq998 [1]bool + _, _, _ = yysep998, yyq998, yy2arr998 + const yyr998 bool = false + yyq998[0] = x.HTTP != nil + var yynn998 int + if yyr998 || yy2arr998 { r.EncodeArrayStart(1) } else { - yynn993 = 0 - for _, b := range yyq993 { + yynn998 = 0 + for _, b := range yyq998 { if b { - yynn993++ + yynn998++ } } - r.EncodeMapStart(yynn993) - yynn993 = 0 + r.EncodeMapStart(yynn998) + yynn998 = 0 } - if yyr993 || yy2arr993 { + if yyr998 || yy2arr998 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq993[0] { + if yyq998[0] { if x.HTTP == nil { r.EncodeNil() } else { @@ -11903,7 +11951,7 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq993[0] { + if yyq998[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("http")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -11914,7 +11962,7 @@ func (x *IngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr993 || yy2arr993 { + if yyr998 || yy2arr998 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11927,25 +11975,25 @@ func (x *IngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym995 := z.DecBinary() - _ = yym995 + yym1000 := z.DecBinary() + _ = yym1000 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct996 := r.ContainerType() - if yyct996 == codecSelferValueTypeMap1234 { - yyl996 := r.ReadMapStart() - if yyl996 == 0 { + yyct1001 := r.ContainerType() + if yyct1001 == codecSelferValueTypeMap1234 { + yyl1001 := r.ReadMapStart() + if yyl1001 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl996, d) + x.codecDecodeSelfFromMap(yyl1001, d) } - } else if yyct996 == codecSelferValueTypeArray1234 { - yyl996 := r.ReadArrayStart() - if yyl996 == 0 { + } else if yyct1001 == codecSelferValueTypeArray1234 { + yyl1001 := r.ReadArrayStart() + if yyl1001 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl996, d) + x.codecDecodeSelfFromArray(yyl1001, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11957,12 +12005,12 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys997Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys997Slc - var yyhl997 bool = l >= 0 - for yyj997 := 0; ; yyj997++ { - if yyhl997 { - if yyj997 >= l { + var yys1002Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1002Slc + var yyhl1002 bool = l >= 0 + for yyj1002 := 0; ; yyj1002++ { + if yyhl1002 { + if yyj1002 >= l { break } } else { @@ -11971,10 +12019,10 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys997Slc = r.DecodeBytes(yys997Slc, true, true) - yys997 := string(yys997Slc) + yys1002Slc = r.DecodeBytes(yys1002Slc, true, true) + yys1002 := string(yys1002Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys997 { + switch yys1002 { case "http": if r.TryDecodeAsNil() { if x.HTTP != nil { @@ -11987,9 +12035,9 @@ func (x *IngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HTTP.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys997) - } // end switch yys997 - } // end for yyj997 + z.DecStructFieldNotFound(-1, yys1002) + } // end switch yys1002 + } // end for yyj1002 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11997,16 +12045,16 @@ func (x *IngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj999 int - var yyb999 bool - var yyhl999 bool = l >= 0 - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + var yyj1004 int + var yyb1004 bool + var yyhl1004 bool = l >= 0 + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12022,17 +12070,17 @@ func (x *IngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.HTTP.CodecDecodeSelf(d) } for { - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj999-1, "") + z.DecStructFieldNotFound(yyj1004-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12044,36 +12092,36 @@ func (x *HTTPIngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1001 := z.EncBinary() - _ = yym1001 + yym1006 := z.EncBinary() + _ = yym1006 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1002 := !z.EncBinary() - yy2arr1002 := z.EncBasicHandle().StructToArray - var yyq1002 [1]bool - _, _, _ = yysep1002, yyq1002, yy2arr1002 - const yyr1002 bool = false - var yynn1002 int - if yyr1002 || yy2arr1002 { + yysep1007 := !z.EncBinary() + yy2arr1007 := z.EncBasicHandle().StructToArray + var yyq1007 [1]bool + _, _, _ = yysep1007, yyq1007, yy2arr1007 + const yyr1007 bool = false + var yynn1007 int + if yyr1007 || yy2arr1007 { r.EncodeArrayStart(1) } else { - yynn1002 = 1 - for _, b := range yyq1002 { + yynn1007 = 1 + for _, b := range yyq1007 { if b { - yynn1002++ + yynn1007++ } } - r.EncodeMapStart(yynn1002) - yynn1002 = 0 + r.EncodeMapStart(yynn1007) + yynn1007 = 0 } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Paths == nil { r.EncodeNil() } else { - yym1004 := z.EncBinary() - _ = yym1004 + yym1009 := z.EncBinary() + _ = yym1009 if false { } else { h.encSliceHTTPIngressPath(([]HTTPIngressPath)(x.Paths), e) @@ -12086,15 +12134,15 @@ func (x *HTTPIngressRuleValue) CodecEncodeSelf(e *codec1978.Encoder) { if x.Paths == nil { r.EncodeNil() } else { - yym1005 := z.EncBinary() - _ = yym1005 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else { h.encSliceHTTPIngressPath(([]HTTPIngressPath)(x.Paths), e) } } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12107,25 +12155,25 @@ func (x *HTTPIngressRuleValue) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1006 := z.DecBinary() - _ = yym1006 + yym1011 := z.DecBinary() + _ = yym1011 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1007 := r.ContainerType() - if yyct1007 == codecSelferValueTypeMap1234 { - yyl1007 := r.ReadMapStart() - if yyl1007 == 0 { + yyct1012 := r.ContainerType() + if yyct1012 == codecSelferValueTypeMap1234 { + yyl1012 := r.ReadMapStart() + if yyl1012 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1007, d) + x.codecDecodeSelfFromMap(yyl1012, d) } - } else if yyct1007 == codecSelferValueTypeArray1234 { - yyl1007 := r.ReadArrayStart() - if yyl1007 == 0 { + } else if yyct1012 == codecSelferValueTypeArray1234 { + yyl1012 := r.ReadArrayStart() + if yyl1012 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1007, d) + x.codecDecodeSelfFromArray(yyl1012, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12137,12 +12185,12 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1008Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1008Slc - var yyhl1008 bool = l >= 0 - for yyj1008 := 0; ; yyj1008++ { - if yyhl1008 { - if yyj1008 >= l { + var yys1013Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1013Slc + var yyhl1013 bool = l >= 0 + for yyj1013 := 0; ; yyj1013++ { + if yyhl1013 { + if yyj1013 >= l { break } } else { @@ -12151,26 +12199,26 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1008Slc = r.DecodeBytes(yys1008Slc, true, true) - yys1008 := string(yys1008Slc) + yys1013Slc = r.DecodeBytes(yys1013Slc, true, true) + yys1013 := string(yys1013Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1008 { + switch yys1013 { case "paths": if r.TryDecodeAsNil() { x.Paths = nil } else { - yyv1009 := &x.Paths - yym1010 := z.DecBinary() - _ = yym1010 + yyv1014 := &x.Paths + yym1015 := z.DecBinary() + _ = yym1015 if false { } else { - h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1009), d) + h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1014), d) } } default: - z.DecStructFieldNotFound(-1, yys1008) - } // end switch yys1008 - } // end for yyj1008 + z.DecStructFieldNotFound(-1, yys1013) + } // end switch yys1013 + } // end for yyj1013 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12178,16 +12226,16 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1011 int - var yyb1011 bool - var yyhl1011 bool = l >= 0 - yyj1011++ - if yyhl1011 { - yyb1011 = yyj1011 > l + var yyj1016 int + var yyb1016 bool + var yyhl1016 bool = l >= 0 + yyj1016++ + if yyhl1016 { + yyb1016 = yyj1016 > l } else { - yyb1011 = r.CheckBreak() + yyb1016 = r.CheckBreak() } - if yyb1011 { + if yyb1016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12195,26 +12243,26 @@ func (x *HTTPIngressRuleValue) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Paths = nil } else { - yyv1012 := &x.Paths - yym1013 := z.DecBinary() - _ = yym1013 + yyv1017 := &x.Paths + yym1018 := z.DecBinary() + _ = yym1018 if false { } else { - h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1012), d) + h.decSliceHTTPIngressPath((*[]HTTPIngressPath)(yyv1017), d) } } for { - yyj1011++ - if yyhl1011 { - yyb1011 = yyj1011 > l + yyj1016++ + if yyhl1016 { + yyb1016 = yyj1016 > l } else { - yyb1011 = r.CheckBreak() + yyb1016 = r.CheckBreak() } - if yyb1011 { + if yyb1016 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1011-1, "") + z.DecStructFieldNotFound(yyj1016-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12226,35 +12274,35 @@ func (x *HTTPIngressPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1014 := z.EncBinary() - _ = yym1014 + yym1019 := z.EncBinary() + _ = yym1019 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1015 := !z.EncBinary() - yy2arr1015 := z.EncBasicHandle().StructToArray - var yyq1015 [2]bool - _, _, _ = yysep1015, yyq1015, yy2arr1015 - const yyr1015 bool = false - yyq1015[0] = x.Path != "" - var yynn1015 int - if yyr1015 || yy2arr1015 { + yysep1020 := !z.EncBinary() + yy2arr1020 := z.EncBasicHandle().StructToArray + var yyq1020 [2]bool + _, _, _ = yysep1020, yyq1020, yy2arr1020 + const yyr1020 bool = false + yyq1020[0] = x.Path != "" + var yynn1020 int + if yyr1020 || yy2arr1020 { r.EncodeArrayStart(2) } else { - yynn1015 = 1 - for _, b := range yyq1015 { + yynn1020 = 1 + for _, b := range yyq1020 { if b { - yynn1015++ + yynn1020++ } } - r.EncodeMapStart(yynn1015) - yynn1015 = 0 + r.EncodeMapStart(yynn1020) + yynn1020 = 0 } - if yyr1015 || yy2arr1015 { + if yyr1020 || yy2arr1020 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1015[0] { - yym1017 := z.EncBinary() - _ = yym1017 + if yyq1020[0] { + yym1022 := z.EncBinary() + _ = yym1022 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12263,30 +12311,30 @@ func (x *HTTPIngressPath) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1015[0] { + if yyq1020[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1018 := z.EncBinary() - _ = yym1018 + yym1023 := z.EncBinary() + _ = yym1023 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1015 || yy2arr1015 { + if yyr1020 || yy2arr1020 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1020 := &x.Backend - yy1020.CodecEncodeSelf(e) + yy1025 := &x.Backend + yy1025.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("backend")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1021 := &x.Backend - yy1021.CodecEncodeSelf(e) + yy1026 := &x.Backend + yy1026.CodecEncodeSelf(e) } - if yyr1015 || yy2arr1015 { + if yyr1020 || yy2arr1020 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12299,25 +12347,25 @@ func (x *HTTPIngressPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1022 := z.DecBinary() - _ = yym1022 + yym1027 := z.DecBinary() + _ = yym1027 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1023 := r.ContainerType() - if yyct1023 == codecSelferValueTypeMap1234 { - yyl1023 := r.ReadMapStart() - if yyl1023 == 0 { + yyct1028 := r.ContainerType() + if yyct1028 == codecSelferValueTypeMap1234 { + yyl1028 := r.ReadMapStart() + if yyl1028 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1023, d) + x.codecDecodeSelfFromMap(yyl1028, d) } - } else if yyct1023 == codecSelferValueTypeArray1234 { - yyl1023 := r.ReadArrayStart() - if yyl1023 == 0 { + } else if yyct1028 == codecSelferValueTypeArray1234 { + yyl1028 := r.ReadArrayStart() + if yyl1028 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1023, d) + x.codecDecodeSelfFromArray(yyl1028, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12329,12 +12377,12 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1024Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1024Slc - var yyhl1024 bool = l >= 0 - for yyj1024 := 0; ; yyj1024++ { - if yyhl1024 { - if yyj1024 >= l { + var yys1029Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1029Slc + var yyhl1029 bool = l >= 0 + for yyj1029 := 0; ; yyj1029++ { + if yyhl1029 { + if yyj1029 >= l { break } } else { @@ -12343,10 +12391,10 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1024Slc = r.DecodeBytes(yys1024Slc, true, true) - yys1024 := string(yys1024Slc) + yys1029Slc = r.DecodeBytes(yys1029Slc, true, true) + yys1029 := string(yys1029Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1024 { + switch yys1029 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -12357,13 +12405,13 @@ func (x *HTTPIngressPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Backend = IngressBackend{} } else { - yyv1026 := &x.Backend - yyv1026.CodecDecodeSelf(d) + yyv1031 := &x.Backend + yyv1031.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1024) - } // end switch yys1024 - } // end for yyj1024 + z.DecStructFieldNotFound(-1, yys1029) + } // end switch yys1029 + } // end for yyj1029 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12371,16 +12419,16 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1027 int - var yyb1027 bool - var yyhl1027 bool = l >= 0 - yyj1027++ - if yyhl1027 { - yyb1027 = yyj1027 > l + var yyj1032 int + var yyb1032 bool + var yyhl1032 bool = l >= 0 + yyj1032++ + if yyhl1032 { + yyb1032 = yyj1032 > l } else { - yyb1027 = r.CheckBreak() + yyb1032 = r.CheckBreak() } - if yyb1027 { + if yyb1032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12390,13 +12438,13 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj1027++ - if yyhl1027 { - yyb1027 = yyj1027 > l + yyj1032++ + if yyhl1032 { + yyb1032 = yyj1032 > l } else { - yyb1027 = r.CheckBreak() + yyb1032 = r.CheckBreak() } - if yyb1027 { + if yyb1032 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12404,21 +12452,21 @@ func (x *HTTPIngressPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Backend = IngressBackend{} } else { - yyv1029 := &x.Backend - yyv1029.CodecDecodeSelf(d) + yyv1034 := &x.Backend + yyv1034.CodecDecodeSelf(d) } for { - yyj1027++ - if yyhl1027 { - yyb1027 = yyj1027 > l + yyj1032++ + if yyhl1032 { + yyb1032 = yyj1032 > l } else { - yyb1027 = r.CheckBreak() + yyb1032 = r.CheckBreak() } - if yyb1027 { + if yyb1032 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1027-1, "") + z.DecStructFieldNotFound(yyj1032-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12430,33 +12478,33 @@ func (x *IngressBackend) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1030 := z.EncBinary() - _ = yym1030 + yym1035 := z.EncBinary() + _ = yym1035 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1031 := !z.EncBinary() - yy2arr1031 := z.EncBasicHandle().StructToArray - var yyq1031 [2]bool - _, _, _ = yysep1031, yyq1031, yy2arr1031 - const yyr1031 bool = false - var yynn1031 int - if yyr1031 || yy2arr1031 { + yysep1036 := !z.EncBinary() + yy2arr1036 := z.EncBasicHandle().StructToArray + var yyq1036 [2]bool + _, _, _ = yysep1036, yyq1036, yy2arr1036 + const yyr1036 bool = false + var yynn1036 int + if yyr1036 || yy2arr1036 { r.EncodeArrayStart(2) } else { - yynn1031 = 2 - for _, b := range yyq1031 { + yynn1036 = 2 + for _, b := range yyq1036 { if b { - yynn1031++ + yynn1036++ } } - r.EncodeMapStart(yynn1031) - yynn1031 = 0 + r.EncodeMapStart(yynn1036) + yynn1036 = 0 } - if yyr1031 || yy2arr1031 { + if yyr1036 || yy2arr1036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1033 := z.EncBinary() - _ = yym1033 + yym1038 := z.EncBinary() + _ = yym1038 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceName)) @@ -12465,41 +12513,41 @@ func (x *IngressBackend) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1034 := z.EncBinary() - _ = yym1034 + yym1039 := z.EncBinary() + _ = yym1039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceName)) } } - if yyr1031 || yy2arr1031 { + if yyr1036 || yy2arr1036 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1036 := &x.ServicePort - yym1037 := z.EncBinary() - _ = yym1037 + yy1041 := &x.ServicePort + yym1042 := z.EncBinary() + _ = yym1042 if false { - } else if z.HasExtensions() && z.EncExt(yy1036) { - } else if !yym1037 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1036) + } else if z.HasExtensions() && z.EncExt(yy1041) { + } else if !yym1042 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1041) } else { - z.EncFallback(yy1036) + z.EncFallback(yy1041) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("servicePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1038 := &x.ServicePort - yym1039 := z.EncBinary() - _ = yym1039 + yy1043 := &x.ServicePort + yym1044 := z.EncBinary() + _ = yym1044 if false { - } else if z.HasExtensions() && z.EncExt(yy1038) { - } else if !yym1039 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1038) + } else if z.HasExtensions() && z.EncExt(yy1043) { + } else if !yym1044 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1043) } else { - z.EncFallback(yy1038) + z.EncFallback(yy1043) } } - if yyr1031 || yy2arr1031 { + if yyr1036 || yy2arr1036 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12512,25 +12560,25 @@ func (x *IngressBackend) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1040 := z.DecBinary() - _ = yym1040 + yym1045 := z.DecBinary() + _ = yym1045 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1041 := r.ContainerType() - if yyct1041 == codecSelferValueTypeMap1234 { - yyl1041 := r.ReadMapStart() - if yyl1041 == 0 { + yyct1046 := r.ContainerType() + if yyct1046 == codecSelferValueTypeMap1234 { + yyl1046 := r.ReadMapStart() + if yyl1046 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1041, d) + x.codecDecodeSelfFromMap(yyl1046, d) } - } else if yyct1041 == codecSelferValueTypeArray1234 { - yyl1041 := r.ReadArrayStart() - if yyl1041 == 0 { + } else if yyct1046 == codecSelferValueTypeArray1234 { + yyl1046 := r.ReadArrayStart() + if yyl1046 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1041, d) + x.codecDecodeSelfFromArray(yyl1046, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12542,12 +12590,12 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 yys1047Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1047Slc + var yyhl1047 bool = l >= 0 + for yyj1047 := 0; ; yyj1047++ { + if yyhl1047 { + if yyj1047 >= l { break } } else { @@ -12556,10 +12604,10 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1042Slc = r.DecodeBytes(yys1042Slc, true, true) - yys1042 := string(yys1042Slc) + yys1047Slc = r.DecodeBytes(yys1047Slc, true, true) + yys1047 := string(yys1047Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1042 { + switch yys1047 { case "serviceName": if r.TryDecodeAsNil() { x.ServiceName = "" @@ -12570,21 +12618,21 @@ func (x *IngressBackend) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ServicePort = pkg6_intstr.IntOrString{} } else { - yyv1044 := &x.ServicePort - yym1045 := z.DecBinary() - _ = yym1045 + yyv1049 := &x.ServicePort + yym1050 := z.DecBinary() + _ = yym1050 if false { - } else if z.HasExtensions() && z.DecExt(yyv1044) { - } else if !yym1045 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1044) + } else if z.HasExtensions() && z.DecExt(yyv1049) { + } else if !yym1050 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1049) } else { - z.DecFallback(yyv1044, false) + z.DecFallback(yyv1049, false) } } default: - z.DecStructFieldNotFound(-1, yys1042) - } // end switch yys1042 - } // end for yyj1042 + z.DecStructFieldNotFound(-1, yys1047) + } // end switch yys1047 + } // end for yyj1047 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12592,16 +12640,16 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1046 int - var yyb1046 bool - var yyhl1046 bool = l >= 0 - yyj1046++ - if yyhl1046 { - yyb1046 = yyj1046 > l + var yyj1051 int + var yyb1051 bool + var yyhl1051 bool = l >= 0 + yyj1051++ + if yyhl1051 { + yyb1051 = yyj1051 > l } else { - yyb1046 = r.CheckBreak() + yyb1051 = r.CheckBreak() } - if yyb1046 { + if yyb1051 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12611,13 +12659,13 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceName = string(r.DecodeString()) } - yyj1046++ - if yyhl1046 { - yyb1046 = yyj1046 > l + yyj1051++ + if yyhl1051 { + yyb1051 = yyj1051 > l } else { - yyb1046 = r.CheckBreak() + yyb1051 = r.CheckBreak() } - if yyb1046 { + if yyb1051 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12625,29 +12673,29 @@ func (x *IngressBackend) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ServicePort = pkg6_intstr.IntOrString{} } else { - yyv1048 := &x.ServicePort - yym1049 := z.DecBinary() - _ = yym1049 + yyv1053 := &x.ServicePort + yym1054 := z.DecBinary() + _ = yym1054 if false { - } else if z.HasExtensions() && z.DecExt(yyv1048) { - } else if !yym1049 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1048) + } else if z.HasExtensions() && z.DecExt(yyv1053) { + } else if !yym1054 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1053) } else { - z.DecFallback(yyv1048, false) + z.DecFallback(yyv1053, false) } } for { - yyj1046++ - if yyhl1046 { - yyb1046 = yyj1046 > l + yyj1051++ + if yyhl1051 { + yyb1051 = yyj1051 > l } else { - yyb1046 = r.CheckBreak() + yyb1051 = r.CheckBreak() } - if yyb1046 { + if yyb1051 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1046-1, "") + z.DecStructFieldNotFound(yyj1051-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12656,8 +12704,8 @@ func (x NodeResource) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1050 := z.EncBinary() - _ = yym1050 + yym1055 := z.EncBinary() + _ = yym1055 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -12669,8 +12717,8 @@ func (x *NodeResource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1051 := z.DecBinary() - _ = yym1051 + yym1056 := z.DecBinary() + _ = yym1056 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -12685,30 +12733,30 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1052 := z.EncBinary() - _ = yym1052 + yym1057 := z.EncBinary() + _ = yym1057 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1053 := !z.EncBinary() - yy2arr1053 := z.EncBasicHandle().StructToArray - var yyq1053 [2]bool - _, _, _ = yysep1053, yyq1053, yy2arr1053 - const yyr1053 bool = false - var yynn1053 int - if yyr1053 || yy2arr1053 { + yysep1058 := !z.EncBinary() + yy2arr1058 := z.EncBasicHandle().StructToArray + var yyq1058 [2]bool + _, _, _ = yysep1058, yyq1058, yy2arr1058 + const yyr1058 bool = false + var yynn1058 int + if yyr1058 || yy2arr1058 { r.EncodeArrayStart(2) } else { - yynn1053 = 2 - for _, b := range yyq1053 { + yynn1058 = 2 + for _, b := range yyq1058 { if b { - yynn1053++ + yynn1058++ } } - r.EncodeMapStart(yynn1053) - yynn1053 = 0 + r.EncodeMapStart(yynn1058) + yynn1058 = 0 } - if yyr1053 || yy2arr1053 { + if yyr1058 || yy2arr1058 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Resource.CodecEncodeSelf(e) } else { @@ -12717,10 +12765,10 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Resource.CodecEncodeSelf(e) } - if yyr1053 || yy2arr1053 { + if yyr1058 || yy2arr1058 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1056 := z.EncBinary() - _ = yym1056 + yym1061 := z.EncBinary() + _ = yym1061 if false { } else { r.EncodeFloat64(float64(x.Value)) @@ -12729,14 +12777,14 @@ func (x *NodeUtilization) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1057 := z.EncBinary() - _ = yym1057 + yym1062 := z.EncBinary() + _ = yym1062 if false { } else { r.EncodeFloat64(float64(x.Value)) } } - if yyr1053 || yy2arr1053 { + if yyr1058 || yy2arr1058 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12749,25 +12797,25 @@ func (x *NodeUtilization) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1058 := z.DecBinary() - _ = yym1058 + yym1063 := z.DecBinary() + _ = yym1063 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1059 := r.ContainerType() - if yyct1059 == codecSelferValueTypeMap1234 { - yyl1059 := r.ReadMapStart() - if yyl1059 == 0 { + yyct1064 := r.ContainerType() + if yyct1064 == codecSelferValueTypeMap1234 { + yyl1064 := r.ReadMapStart() + if yyl1064 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1059, d) + x.codecDecodeSelfFromMap(yyl1064, d) } - } else if yyct1059 == codecSelferValueTypeArray1234 { - yyl1059 := r.ReadArrayStart() - if yyl1059 == 0 { + } else if yyct1064 == codecSelferValueTypeArray1234 { + yyl1064 := r.ReadArrayStart() + if yyl1064 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1059, d) + x.codecDecodeSelfFromArray(yyl1064, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12779,12 +12827,12 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1060Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1060Slc - var yyhl1060 bool = l >= 0 - for yyj1060 := 0; ; yyj1060++ { - if yyhl1060 { - if yyj1060 >= l { + var yys1065Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1065Slc + var yyhl1065 bool = l >= 0 + for yyj1065 := 0; ; yyj1065++ { + if yyhl1065 { + if yyj1065 >= l { break } } else { @@ -12793,10 +12841,10 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1060Slc = r.DecodeBytes(yys1060Slc, true, true) - yys1060 := string(yys1060Slc) + yys1065Slc = r.DecodeBytes(yys1065Slc, true, true) + yys1065 := string(yys1065Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1060 { + switch yys1065 { case "resource": if r.TryDecodeAsNil() { x.Resource = "" @@ -12810,9 +12858,9 @@ func (x *NodeUtilization) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = float64(r.DecodeFloat(false)) } default: - z.DecStructFieldNotFound(-1, yys1060) - } // end switch yys1060 - } // end for yyj1060 + z.DecStructFieldNotFound(-1, yys1065) + } // end switch yys1065 + } // end for yyj1065 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12820,16 +12868,16 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1063 int - var yyb1063 bool - var yyhl1063 bool = l >= 0 - yyj1063++ - if yyhl1063 { - yyb1063 = yyj1063 > l + var yyj1068 int + var yyb1068 bool + var yyhl1068 bool = l >= 0 + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l } else { - yyb1063 = r.CheckBreak() + yyb1068 = r.CheckBreak() } - if yyb1063 { + if yyb1068 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12839,13 +12887,13 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Resource = NodeResource(r.DecodeString()) } - yyj1063++ - if yyhl1063 { - yyb1063 = yyj1063 > l + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l } else { - yyb1063 = r.CheckBreak() + yyb1068 = r.CheckBreak() } - if yyb1063 { + if yyb1068 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12856,17 +12904,17 @@ func (x *NodeUtilization) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Value = float64(r.DecodeFloat(false)) } for { - yyj1063++ - if yyhl1063 { - yyb1063 = yyj1063 > l + yyj1068++ + if yyhl1068 { + yyb1068 = yyj1068 > l } else { - yyb1063 = r.CheckBreak() + yyb1068 = r.CheckBreak() } - if yyb1063 { + if yyb1068 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1063-1, "") + z.DecStructFieldNotFound(yyj1068-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12878,33 +12926,33 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1066 := z.EncBinary() - _ = yym1066 + yym1071 := z.EncBinary() + _ = yym1071 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1067 := !z.EncBinary() - yy2arr1067 := z.EncBasicHandle().StructToArray - var yyq1067 [3]bool - _, _, _ = yysep1067, yyq1067, yy2arr1067 - const yyr1067 bool = false - var yynn1067 int - if yyr1067 || yy2arr1067 { + yysep1072 := !z.EncBinary() + yy2arr1072 := z.EncBasicHandle().StructToArray + var yyq1072 [3]bool + _, _, _ = yysep1072, yyq1072, yy2arr1072 + const yyr1072 bool = false + var yynn1072 int + if yyr1072 || yy2arr1072 { r.EncodeArrayStart(3) } else { - yynn1067 = 3 - for _, b := range yyq1067 { + yynn1072 = 3 + for _, b := range yyq1072 { if b { - yynn1067++ + yynn1072++ } } - r.EncodeMapStart(yynn1067) - yynn1067 = 0 + r.EncodeMapStart(yynn1072) + yynn1072 = 0 } - if yyr1067 || yy2arr1067 { + if yyr1072 || yy2arr1072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1069 := z.EncBinary() - _ = yym1069 + yym1074 := z.EncBinary() + _ = yym1074 if false { } else { r.EncodeInt(int64(x.MinNodes)) @@ -12913,17 +12961,17 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("minNodes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1070 := z.EncBinary() - _ = yym1070 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else { r.EncodeInt(int64(x.MinNodes)) } } - if yyr1067 || yy2arr1067 { + if yyr1072 || yy2arr1072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1072 := z.EncBinary() - _ = yym1072 + yym1077 := z.EncBinary() + _ = yym1077 if false { } else { r.EncodeInt(int64(x.MaxNodes)) @@ -12932,20 +12980,20 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxNodes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1073 := z.EncBinary() - _ = yym1073 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else { r.EncodeInt(int64(x.MaxNodes)) } } - if yyr1067 || yy2arr1067 { + if yyr1072 || yy2arr1072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetUtilization == nil { r.EncodeNil() } else { - yym1075 := z.EncBinary() - _ = yym1075 + yym1080 := z.EncBinary() + _ = yym1080 if false { } else { h.encSliceNodeUtilization(([]NodeUtilization)(x.TargetUtilization), e) @@ -12958,15 +13006,15 @@ func (x *ClusterAutoscalerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetUtilization == nil { r.EncodeNil() } else { - yym1076 := z.EncBinary() - _ = yym1076 + yym1081 := z.EncBinary() + _ = yym1081 if false { } else { h.encSliceNodeUtilization(([]NodeUtilization)(x.TargetUtilization), e) } } } - if yyr1067 || yy2arr1067 { + if yyr1072 || yy2arr1072 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12979,25 +13027,25 @@ func (x *ClusterAutoscalerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1077 := z.DecBinary() - _ = yym1077 + yym1082 := z.DecBinary() + _ = yym1082 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1078 := r.ContainerType() - if yyct1078 == codecSelferValueTypeMap1234 { - yyl1078 := r.ReadMapStart() - if yyl1078 == 0 { + yyct1083 := r.ContainerType() + if yyct1083 == codecSelferValueTypeMap1234 { + yyl1083 := r.ReadMapStart() + if yyl1083 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1078, d) + x.codecDecodeSelfFromMap(yyl1083, d) } - } else if yyct1078 == codecSelferValueTypeArray1234 { - yyl1078 := r.ReadArrayStart() - if yyl1078 == 0 { + } else if yyct1083 == codecSelferValueTypeArray1234 { + yyl1083 := r.ReadArrayStart() + if yyl1083 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1078, d) + x.codecDecodeSelfFromArray(yyl1083, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13009,12 +13057,12 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1079Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1079Slc - var yyhl1079 bool = l >= 0 - for yyj1079 := 0; ; yyj1079++ { - if yyhl1079 { - if yyj1079 >= l { + var yys1084Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1084Slc + var yyhl1084 bool = l >= 0 + for yyj1084 := 0; ; yyj1084++ { + if yyhl1084 { + if yyj1084 >= l { break } } else { @@ -13023,10 +13071,10 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1079Slc = r.DecodeBytes(yys1079Slc, true, true) - yys1079 := string(yys1079Slc) + yys1084Slc = r.DecodeBytes(yys1084Slc, true, true) + yys1084 := string(yys1084Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1079 { + switch yys1084 { case "minNodes": if r.TryDecodeAsNil() { x.MinNodes = 0 @@ -13043,18 +13091,18 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.TargetUtilization = nil } else { - yyv1082 := &x.TargetUtilization - yym1083 := z.DecBinary() - _ = yym1083 + yyv1087 := &x.TargetUtilization + yym1088 := z.DecBinary() + _ = yym1088 if false { } else { - h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1082), d) + h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1087), d) } } default: - z.DecStructFieldNotFound(-1, yys1079) - } // end switch yys1079 - } // end for yyj1079 + z.DecStructFieldNotFound(-1, yys1084) + } // end switch yys1084 + } // end for yyj1084 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13062,16 +13110,16 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1084 int - var yyb1084 bool - var yyhl1084 bool = l >= 0 - yyj1084++ - if yyhl1084 { - yyb1084 = yyj1084 > l + var yyj1089 int + var yyb1089 bool + var yyhl1089 bool = l >= 0 + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1084 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1084 { + if yyb1089 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13081,13 +13129,13 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.MinNodes = int32(r.DecodeInt(32)) } - yyj1084++ - if yyhl1084 { - yyb1084 = yyj1084 > l + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1084 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1084 { + if yyb1089 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13097,13 +13145,13 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.MaxNodes = int32(r.DecodeInt(32)) } - yyj1084++ - if yyhl1084 { - yyb1084 = yyj1084 > l + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1084 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1084 { + if yyb1089 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13111,26 +13159,26 @@ func (x *ClusterAutoscalerSpec) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.TargetUtilization = nil } else { - yyv1087 := &x.TargetUtilization - yym1088 := z.DecBinary() - _ = yym1088 + yyv1092 := &x.TargetUtilization + yym1093 := z.DecBinary() + _ = yym1093 if false { } else { - h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1087), d) + h.decSliceNodeUtilization((*[]NodeUtilization)(yyv1092), d) } } for { - yyj1084++ - if yyhl1084 { - yyb1084 = yyj1084 > l + yyj1089++ + if yyhl1089 { + yyb1089 = yyj1089 > l } else { - yyb1084 = r.CheckBreak() + yyb1089 = r.CheckBreak() } - if yyb1084 { + if yyb1089 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1084-1, "") + z.DecStructFieldNotFound(yyj1089-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13142,38 +13190,38 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1089 := z.EncBinary() - _ = yym1089 + yym1094 := z.EncBinary() + _ = yym1094 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1090 := !z.EncBinary() - yy2arr1090 := z.EncBasicHandle().StructToArray - var yyq1090 [4]bool - _, _, _ = yysep1090, yyq1090, yy2arr1090 - const yyr1090 bool = false - yyq1090[0] = x.Kind != "" - yyq1090[1] = x.APIVersion != "" - yyq1090[2] = true - yyq1090[3] = true - var yynn1090 int - if yyr1090 || yy2arr1090 { + yysep1095 := !z.EncBinary() + yy2arr1095 := z.EncBasicHandle().StructToArray + var yyq1095 [4]bool + _, _, _ = yysep1095, yyq1095, yy2arr1095 + const yyr1095 bool = false + yyq1095[0] = x.Kind != "" + yyq1095[1] = x.APIVersion != "" + yyq1095[2] = true + yyq1095[3] = true + var yynn1095 int + if yyr1095 || yy2arr1095 { r.EncodeArrayStart(4) } else { - yynn1090 = 0 - for _, b := range yyq1090 { + yynn1095 = 0 + for _, b := range yyq1095 { if b { - yynn1090++ + yynn1095++ } } - r.EncodeMapStart(yynn1090) - yynn1090 = 0 + r.EncodeMapStart(yynn1095) + yynn1095 = 0 } - if yyr1090 || yy2arr1090 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1090[0] { - yym1092 := z.EncBinary() - _ = yym1092 + if yyq1095[0] { + yym1097 := z.EncBinary() + _ = yym1097 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13182,23 +13230,23 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1090[0] { + if yyq1095[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1093 := z.EncBinary() - _ = yym1093 + yym1098 := z.EncBinary() + _ = yym1098 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1090 || yy2arr1090 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1090[1] { - yym1095 := z.EncBinary() - _ = yym1095 + if yyq1095[1] { + yym1100 := z.EncBinary() + _ = yym1100 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13207,53 +13255,53 @@ func (x *ClusterAutoscaler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1090[1] { + if yyq1095[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1096 := z.EncBinary() - _ = yym1096 + yym1101 := z.EncBinary() + _ = yym1101 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1090 || yy2arr1090 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1090[2] { - yy1098 := &x.ObjectMeta - yy1098.CodecEncodeSelf(e) + if yyq1095[2] { + yy1103 := &x.ObjectMeta + yy1103.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1090[2] { + if yyq1095[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1099 := &x.ObjectMeta - yy1099.CodecEncodeSelf(e) + yy1104 := &x.ObjectMeta + yy1104.CodecEncodeSelf(e) } } - if yyr1090 || yy2arr1090 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1090[3] { - yy1101 := &x.Spec - yy1101.CodecEncodeSelf(e) + if yyq1095[3] { + yy1106 := &x.Spec + yy1106.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1090[3] { + if yyq1095[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1102 := &x.Spec - yy1102.CodecEncodeSelf(e) + yy1107 := &x.Spec + yy1107.CodecEncodeSelf(e) } } - if yyr1090 || yy2arr1090 { + if yyr1095 || yy2arr1095 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13266,25 +13314,25 @@ func (x *ClusterAutoscaler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1103 := z.DecBinary() - _ = yym1103 + yym1108 := z.DecBinary() + _ = yym1108 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1104 := r.ContainerType() - if yyct1104 == codecSelferValueTypeMap1234 { - yyl1104 := r.ReadMapStart() - if yyl1104 == 0 { + yyct1109 := r.ContainerType() + if yyct1109 == codecSelferValueTypeMap1234 { + yyl1109 := r.ReadMapStart() + if yyl1109 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1104, d) + x.codecDecodeSelfFromMap(yyl1109, d) } - } else if yyct1104 == codecSelferValueTypeArray1234 { - yyl1104 := r.ReadArrayStart() - if yyl1104 == 0 { + } else if yyct1109 == codecSelferValueTypeArray1234 { + yyl1109 := r.ReadArrayStart() + if yyl1109 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1104, d) + x.codecDecodeSelfFromArray(yyl1109, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13296,12 +13344,12 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1105Slc - var yyhl1105 bool = l >= 0 - for yyj1105 := 0; ; yyj1105++ { - if yyhl1105 { - if yyj1105 >= l { + var yys1110Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1110Slc + var yyhl1110 bool = l >= 0 + for yyj1110 := 0; ; yyj1110++ { + if yyhl1110 { + if yyj1110 >= l { break } } else { @@ -13310,10 +13358,10 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1105Slc = r.DecodeBytes(yys1105Slc, true, true) - yys1105 := string(yys1105Slc) + yys1110Slc = r.DecodeBytes(yys1110Slc, true, true) + yys1110 := string(yys1110Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1105 { + switch yys1110 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13330,20 +13378,20 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1108 := &x.ObjectMeta - yyv1108.CodecDecodeSelf(d) + yyv1113 := &x.ObjectMeta + yyv1113.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ClusterAutoscalerSpec{} } else { - yyv1109 := &x.Spec - yyv1109.CodecDecodeSelf(d) + yyv1114 := &x.Spec + yyv1114.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1105) - } // end switch yys1105 - } // end for yyj1105 + z.DecStructFieldNotFound(-1, yys1110) + } // end switch yys1110 + } // end for yyj1110 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13351,16 +13399,16 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1110 int - var yyb1110 bool - var yyhl1110 bool = l >= 0 - yyj1110++ - if yyhl1110 { - yyb1110 = yyj1110 > l + var yyj1115 int + var yyb1115 bool + var yyhl1115 bool = l >= 0 + yyj1115++ + if yyhl1115 { + yyb1115 = yyj1115 > l } else { - yyb1110 = r.CheckBreak() + yyb1115 = r.CheckBreak() } - if yyb1110 { + if yyb1115 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13370,13 +13418,13 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj1110++ - if yyhl1110 { - yyb1110 = yyj1110 > l + yyj1115++ + if yyhl1115 { + yyb1115 = yyj1115 > l } else { - yyb1110 = r.CheckBreak() + yyb1115 = r.CheckBreak() } - if yyb1110 { + if yyb1115 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13386,13 +13434,13 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj1110++ - if yyhl1110 { - yyb1110 = yyj1110 > l + yyj1115++ + if yyhl1115 { + yyb1115 = yyj1115 > l } else { - yyb1110 = r.CheckBreak() + yyb1115 = r.CheckBreak() } - if yyb1110 { + if yyb1115 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13400,16 +13448,16 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1113 := &x.ObjectMeta - yyv1113.CodecDecodeSelf(d) + yyv1118 := &x.ObjectMeta + yyv1118.CodecDecodeSelf(d) } - yyj1110++ - if yyhl1110 { - yyb1110 = yyj1110 > l + yyj1115++ + if yyhl1115 { + yyb1115 = yyj1115 > l } else { - yyb1110 = r.CheckBreak() + yyb1115 = r.CheckBreak() } - if yyb1110 { + if yyb1115 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13417,21 +13465,21 @@ func (x *ClusterAutoscaler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Spec = ClusterAutoscalerSpec{} } else { - yyv1114 := &x.Spec - yyv1114.CodecDecodeSelf(d) + yyv1119 := &x.Spec + yyv1119.CodecDecodeSelf(d) } for { - yyj1110++ - if yyhl1110 { - yyb1110 = yyj1110 > l + yyj1115++ + if yyhl1115 { + yyb1115 = yyj1115 > l } else { - yyb1110 = r.CheckBreak() + yyb1115 = r.CheckBreak() } - if yyb1110 { + if yyb1115 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1110-1, "") + z.DecStructFieldNotFound(yyj1115-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13443,37 +13491,37 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1115 := z.EncBinary() - _ = yym1115 + yym1120 := z.EncBinary() + _ = yym1120 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1116 := !z.EncBinary() - yy2arr1116 := z.EncBasicHandle().StructToArray - var yyq1116 [4]bool - _, _, _ = yysep1116, yyq1116, yy2arr1116 - const yyr1116 bool = false - yyq1116[0] = x.Kind != "" - yyq1116[1] = x.APIVersion != "" - yyq1116[2] = true - var yynn1116 int - if yyr1116 || yy2arr1116 { + 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 { r.EncodeArrayStart(4) } else { - yynn1116 = 1 - for _, b := range yyq1116 { + yynn1121 = 1 + for _, b := range yyq1121 { if b { - yynn1116++ + yynn1121++ } } - r.EncodeMapStart(yynn1116) - yynn1116 = 0 + r.EncodeMapStart(yynn1121) + yynn1121 = 0 } - if yyr1116 || yy2arr1116 { + if yyr1121 || yy2arr1121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1116[0] { - yym1118 := z.EncBinary() - _ = yym1118 + if yyq1121[0] { + yym1123 := z.EncBinary() + _ = yym1123 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13482,23 +13530,23 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1116[0] { + if yyq1121[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1119 := z.EncBinary() - _ = yym1119 + yym1124 := z.EncBinary() + _ = yym1124 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1116 || yy2arr1116 { + if yyr1121 || yy2arr1121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1116[1] { - yym1121 := z.EncBinary() - _ = yym1121 + if yyq1121[1] { + yym1126 := z.EncBinary() + _ = yym1126 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13507,54 +13555,54 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1116[1] { + if yyq1121[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1122 := z.EncBinary() - _ = yym1122 + yym1127 := z.EncBinary() + _ = yym1127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1116 || yy2arr1116 { + if yyr1121 || yy2arr1121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1116[2] { - yy1124 := &x.ListMeta - yym1125 := z.EncBinary() - _ = yym1125 + if yyq1121[2] { + yy1129 := &x.ListMeta + yym1130 := z.EncBinary() + _ = yym1130 if false { - } else if z.HasExtensions() && z.EncExt(yy1124) { + } else if z.HasExtensions() && z.EncExt(yy1129) { } else { - z.EncFallback(yy1124) + z.EncFallback(yy1129) } } else { r.EncodeNil() } } else { - if yyq1116[2] { + if yyq1121[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1126 := &x.ListMeta - yym1127 := z.EncBinary() - _ = yym1127 + yy1131 := &x.ListMeta + yym1132 := z.EncBinary() + _ = yym1132 if false { - } else if z.HasExtensions() && z.EncExt(yy1126) { + } else if z.HasExtensions() && z.EncExt(yy1131) { } else { - z.EncFallback(yy1126) + z.EncFallback(yy1131) } } } - if yyr1116 || yy2arr1116 { + if yyr1121 || yy2arr1121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1129 := z.EncBinary() - _ = yym1129 + yym1134 := z.EncBinary() + _ = yym1134 if false { } else { h.encSliceClusterAutoscaler(([]ClusterAutoscaler)(x.Items), e) @@ -13567,15 +13615,15 @@ func (x *ClusterAutoscalerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1130 := z.EncBinary() - _ = yym1130 + yym1135 := z.EncBinary() + _ = yym1135 if false { } else { h.encSliceClusterAutoscaler(([]ClusterAutoscaler)(x.Items), e) } } } - if yyr1116 || yy2arr1116 { + if yyr1121 || yy2arr1121 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13588,25 +13636,25 @@ func (x *ClusterAutoscalerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1131 := z.DecBinary() - _ = yym1131 + yym1136 := z.DecBinary() + _ = yym1136 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1132 := r.ContainerType() - if yyct1132 == codecSelferValueTypeMap1234 { - yyl1132 := r.ReadMapStart() - if yyl1132 == 0 { + yyct1137 := r.ContainerType() + if yyct1137 == codecSelferValueTypeMap1234 { + yyl1137 := r.ReadMapStart() + if yyl1137 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1132, d) + x.codecDecodeSelfFromMap(yyl1137, d) } - } else if yyct1132 == codecSelferValueTypeArray1234 { - yyl1132 := r.ReadArrayStart() - if yyl1132 == 0 { + } else if yyct1137 == codecSelferValueTypeArray1234 { + yyl1137 := r.ReadArrayStart() + if yyl1137 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1132, d) + x.codecDecodeSelfFromArray(yyl1137, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13618,12 +13666,12 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1133Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1133Slc - var yyhl1133 bool = l >= 0 - for yyj1133 := 0; ; yyj1133++ { - if yyhl1133 { - if yyj1133 >= l { + var yys1138Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1138Slc + var yyhl1138 bool = l >= 0 + for yyj1138 := 0; ; yyj1138++ { + if yyhl1138 { + if yyj1138 >= l { break } } else { @@ -13632,10 +13680,10 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1133Slc = r.DecodeBytes(yys1133Slc, true, true) - yys1133 := string(yys1133Slc) + yys1138Slc = r.DecodeBytes(yys1138Slc, true, true) + yys1138 := string(yys1138Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1133 { + switch yys1138 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13652,31 +13700,31 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1136 := &x.ListMeta - yym1137 := z.DecBinary() - _ = yym1137 + yyv1141 := &x.ListMeta + yym1142 := z.DecBinary() + _ = yym1142 if false { - } else if z.HasExtensions() && z.DecExt(yyv1136) { + } else if z.HasExtensions() && z.DecExt(yyv1141) { } else { - z.DecFallback(yyv1136, false) + z.DecFallback(yyv1141, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1138 := &x.Items - yym1139 := z.DecBinary() - _ = yym1139 + yyv1143 := &x.Items + yym1144 := z.DecBinary() + _ = yym1144 if false { } else { - h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1138), d) + h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1143), d) } } default: - z.DecStructFieldNotFound(-1, yys1133) - } // end switch yys1133 - } // end for yyj1133 + z.DecStructFieldNotFound(-1, yys1138) + } // end switch yys1138 + } // end for yyj1138 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13684,16 +13732,16 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1140 int - var yyb1140 bool - var yyhl1140 bool = l >= 0 - yyj1140++ - if yyhl1140 { - yyb1140 = yyj1140 > l + var yyj1145 int + var yyb1145 bool + var yyhl1145 bool = l >= 0 + yyj1145++ + if yyhl1145 { + yyb1145 = yyj1145 > l } else { - yyb1140 = r.CheckBreak() + yyb1145 = r.CheckBreak() } - if yyb1140 { + if yyb1145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13703,13 +13751,13 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1140++ - if yyhl1140 { - yyb1140 = yyj1140 > l + yyj1145++ + if yyhl1145 { + yyb1145 = yyj1145 > l } else { - yyb1140 = r.CheckBreak() + yyb1145 = r.CheckBreak() } - if yyb1140 { + if yyb1145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13719,13 +13767,13 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1140++ - if yyhl1140 { - yyb1140 = yyj1140 > l + yyj1145++ + if yyhl1145 { + yyb1145 = yyj1145 > l } else { - yyb1140 = r.CheckBreak() + yyb1145 = r.CheckBreak() } - if yyb1140 { + if yyb1145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13733,22 +13781,22 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1143 := &x.ListMeta - yym1144 := z.DecBinary() - _ = yym1144 + yyv1148 := &x.ListMeta + yym1149 := z.DecBinary() + _ = yym1149 if false { - } else if z.HasExtensions() && z.DecExt(yyv1143) { + } else if z.HasExtensions() && z.DecExt(yyv1148) { } else { - z.DecFallback(yyv1143, false) + z.DecFallback(yyv1148, false) } } - yyj1140++ - if yyhl1140 { - yyb1140 = yyj1140 > l + yyj1145++ + if yyhl1145 { + yyb1145 = yyj1145 > l } else { - yyb1140 = r.CheckBreak() + yyb1145 = r.CheckBreak() } - if yyb1140 { + if yyb1145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13756,26 +13804,26 @@ func (x *ClusterAutoscalerList) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1145 := &x.Items - yym1146 := z.DecBinary() - _ = yym1146 + yyv1150 := &x.Items + yym1151 := z.DecBinary() + _ = yym1151 if false { } else { - h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1145), d) + h.decSliceClusterAutoscaler((*[]ClusterAutoscaler)(yyv1150), d) } } for { - yyj1140++ - if yyhl1140 { - yyb1140 = yyj1140 > l + yyj1145++ + if yyhl1145 { + yyb1145 = yyj1145 > l } else { - yyb1140 = r.CheckBreak() + yyb1145 = r.CheckBreak() } - if yyb1140 { + if yyb1145 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1140-1, "") + z.DecStructFieldNotFound(yyj1145-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13787,36 +13835,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1147 := z.EncBinary() - _ = yym1147 + yym1152 := z.EncBinary() + _ = yym1152 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1148 := !z.EncBinary() - yy2arr1148 := z.EncBasicHandle().StructToArray - var yyq1148 [4]bool - _, _, _ = yysep1148, yyq1148, yy2arr1148 - const yyr1148 bool = false - yyq1148[0] = x.Kind != "" - yyq1148[1] = x.APIVersion != "" - var yynn1148 int - if yyr1148 || yy2arr1148 { + 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 != "" + var yynn1153 int + if yyr1153 || yy2arr1153 { r.EncodeArrayStart(4) } else { - yynn1148 = 2 - for _, b := range yyq1148 { + yynn1153 = 2 + for _, b := range yyq1153 { if b { - yynn1148++ + yynn1153++ } } - r.EncodeMapStart(yynn1148) - yynn1148 = 0 + r.EncodeMapStart(yynn1153) + yynn1153 = 0 } - if yyr1148 || yy2arr1148 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1148[0] { - yym1150 := z.EncBinary() - _ = yym1150 + if yyq1153[0] { + yym1155 := z.EncBinary() + _ = yym1155 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -13825,23 +13873,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1148[0] { + if yyq1153[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1151 := z.EncBinary() - _ = yym1151 + yym1156 := z.EncBinary() + _ = yym1156 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1148 || yy2arr1148 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1148[1] { - yym1153 := z.EncBinary() - _ = yym1153 + if yyq1153[1] { + yym1158 := z.EncBinary() + _ = yym1158 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13850,22 +13898,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1148[1] { + if yyq1153[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1154 := z.EncBinary() - _ = yym1154 + yym1159 := z.EncBinary() + _ = yym1159 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1148 || yy2arr1148 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1156 := z.EncBinary() - _ = yym1156 + yym1161 := z.EncBinary() + _ = yym1161 if false { } else { r.EncodeBool(bool(x.Export)) @@ -13874,17 +13922,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1157 := z.EncBinary() - _ = yym1157 + yym1162 := z.EncBinary() + _ = yym1162 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr1148 || yy2arr1148 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1159 := z.EncBinary() - _ = yym1159 + yym1164 := z.EncBinary() + _ = yym1164 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -13893,14 +13941,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1160 := z.EncBinary() - _ = yym1160 + yym1165 := z.EncBinary() + _ = yym1165 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr1148 || yy2arr1148 { + if yyr1153 || yy2arr1153 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13913,25 +13961,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1161 := z.DecBinary() - _ = yym1161 + yym1166 := z.DecBinary() + _ = yym1166 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1162 := r.ContainerType() - if yyct1162 == codecSelferValueTypeMap1234 { - yyl1162 := r.ReadMapStart() - if yyl1162 == 0 { + yyct1167 := r.ContainerType() + if yyct1167 == codecSelferValueTypeMap1234 { + yyl1167 := r.ReadMapStart() + if yyl1167 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1162, d) + x.codecDecodeSelfFromMap(yyl1167, d) } - } else if yyct1162 == codecSelferValueTypeArray1234 { - yyl1162 := r.ReadArrayStart() - if yyl1162 == 0 { + } else if yyct1167 == codecSelferValueTypeArray1234 { + yyl1167 := r.ReadArrayStart() + if yyl1167 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1162, d) + x.codecDecodeSelfFromArray(yyl1167, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13943,12 +13991,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1163Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1163Slc - var yyhl1163 bool = l >= 0 - for yyj1163 := 0; ; yyj1163++ { - if yyhl1163 { - if yyj1163 >= l { + var yys1168Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1168Slc + var yyhl1168 bool = l >= 0 + for yyj1168 := 0; ; yyj1168++ { + if yyhl1168 { + if yyj1168 >= l { break } } else { @@ -13957,10 +14005,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1163Slc = r.DecodeBytes(yys1163Slc, true, true) - yys1163 := string(yys1163Slc) + yys1168Slc = r.DecodeBytes(yys1168Slc, true, true) + yys1168 := string(yys1168Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1163 { + switch yys1168 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -13986,9 +14034,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1163) - } // end switch yys1163 - } // end for yyj1163 + z.DecStructFieldNotFound(-1, yys1168) + } // end switch yys1168 + } // end for yyj1168 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13996,16 +14044,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1168 int - var yyb1168 bool - var yyhl1168 bool = l >= 0 - yyj1168++ - if yyhl1168 { - yyb1168 = yyj1168 > l + var yyj1173 int + var yyb1173 bool + var yyhl1173 bool = l >= 0 + yyj1173++ + if yyhl1173 { + yyb1173 = yyj1173 > l } else { - yyb1168 = r.CheckBreak() + yyb1173 = r.CheckBreak() } - if yyb1168 { + if yyb1173 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14015,13 +14063,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1168++ - if yyhl1168 { - yyb1168 = yyj1168 > l + yyj1173++ + if yyhl1173 { + yyb1173 = yyj1173 > l } else { - yyb1168 = r.CheckBreak() + yyb1173 = r.CheckBreak() } - if yyb1168 { + if yyb1173 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14031,13 +14079,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1168++ - if yyhl1168 { - yyb1168 = yyj1168 > l + yyj1173++ + if yyhl1173 { + yyb1173 = yyj1173 > l } else { - yyb1168 = r.CheckBreak() + yyb1173 = r.CheckBreak() } - if yyb1168 { + if yyb1173 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14047,13 +14095,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj1168++ - if yyhl1168 { - yyb1168 = yyj1168 > l + yyj1173++ + if yyhl1173 { + yyb1173 = yyj1173 > l } else { - yyb1168 = r.CheckBreak() + yyb1173 = r.CheckBreak() } - if yyb1168 { + if yyb1173 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14064,17 +14112,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj1168++ - if yyhl1168 { - yyb1168 = yyj1168 > l + yyj1173++ + if yyhl1173 { + yyb1173 = yyj1173 > l } else { - yyb1168 = r.CheckBreak() + yyb1173 = r.CheckBreak() } - if yyb1168 { + if yyb1173 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1168-1, "") + z.DecStructFieldNotFound(yyj1173-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14086,41 +14134,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1173 := z.EncBinary() - _ = yym1173 + yym1178 := z.EncBinary() + _ = yym1178 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1174 := !z.EncBinary() - yy2arr1174 := z.EncBasicHandle().StructToArray - var yyq1174 [7]bool - _, _, _ = yysep1174, yyq1174, yy2arr1174 - const yyr1174 bool = false - yyq1174[0] = x.Kind != "" - yyq1174[1] = x.APIVersion != "" - yyq1174[2] = x.LabelSelector != "" - yyq1174[3] = x.FieldSelector != "" - yyq1174[4] = x.Watch != false - yyq1174[5] = x.ResourceVersion != "" - yyq1174[6] = x.TimeoutSeconds != nil - var yynn1174 int - if yyr1174 || yy2arr1174 { + yysep1179 := !z.EncBinary() + yy2arr1179 := z.EncBasicHandle().StructToArray + var yyq1179 [7]bool + _, _, _ = yysep1179, yyq1179, yy2arr1179 + const yyr1179 bool = false + yyq1179[0] = x.Kind != "" + yyq1179[1] = x.APIVersion != "" + yyq1179[2] = x.LabelSelector != "" + yyq1179[3] = x.FieldSelector != "" + yyq1179[4] = x.Watch != false + yyq1179[5] = x.ResourceVersion != "" + yyq1179[6] = x.TimeoutSeconds != nil + var yynn1179 int + if yyr1179 || yy2arr1179 { r.EncodeArrayStart(7) } else { - yynn1174 = 0 - for _, b := range yyq1174 { + yynn1179 = 0 + for _, b := range yyq1179 { if b { - yynn1174++ + yynn1179++ } } - r.EncodeMapStart(yynn1174) - yynn1174 = 0 + r.EncodeMapStart(yynn1179) + yynn1179 = 0 } - if yyr1174 || yy2arr1174 { + if yyr1179 || yy2arr1179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[0] { - yym1176 := z.EncBinary() - _ = yym1176 + if yyq1179[0] { + yym1181 := z.EncBinary() + _ = yym1181 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -14129,74 +14177,74 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1174[0] { + if yyq1179[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1177 := z.EncBinary() - _ = yym1177 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr1174 || yy2arr1174 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[1] { - yym1179 := z.EncBinary() - _ = yym1179 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1174[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1180 := z.EncBinary() - _ = yym1180 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr1174 || yy2arr1174 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[2] { yym1182 := z.EncBinary() _ = yym1182 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr1179 || yy2arr1179 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1179[1] { + yym1184 := z.EncBinary() + _ = yym1184 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1174[2] { + if yyq1179[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1183 := z.EncBinary() - _ = yym1183 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } - } - if yyr1174 || yy2arr1174 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[3] { yym1185 := z.EncBinary() _ = yym1185 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr1179 || yy2arr1179 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1179[2] { + yym1187 := z.EncBinary() + _ = yym1187 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1179[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1188 := z.EncBinary() + _ = yym1188 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } + } + if yyr1179 || yy2arr1179 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1179[3] { + yym1190 := z.EncBinary() + _ = yym1190 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } @@ -14204,23 +14252,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1174[3] { + if yyq1179[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1186 := z.EncBinary() - _ = yym1186 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr1174 || yy2arr1174 { + if yyr1179 || yy2arr1179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[4] { - yym1188 := z.EncBinary() - _ = yym1188 + if yyq1179[4] { + yym1193 := z.EncBinary() + _ = yym1193 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -14229,23 +14277,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1174[4] { + if yyq1179[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1189 := z.EncBinary() - _ = yym1189 + yym1194 := z.EncBinary() + _ = yym1194 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr1174 || yy2arr1174 { + if yyr1179 || yy2arr1179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[5] { - yym1191 := z.EncBinary() - _ = yym1191 + if yyq1179[5] { + yym1196 := z.EncBinary() + _ = yym1196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -14254,54 +14302,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1174[5] { + if yyq1179[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1192 := z.EncBinary() - _ = yym1192 + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr1174 || yy2arr1174 { + if yyr1179 || yy2arr1179 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1174[6] { + if yyq1179[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy1194 := *x.TimeoutSeconds - yym1195 := z.EncBinary() - _ = yym1195 + yy1199 := *x.TimeoutSeconds + yym1200 := z.EncBinary() + _ = yym1200 if false { } else { - r.EncodeInt(int64(yy1194)) + r.EncodeInt(int64(yy1199)) } } } else { r.EncodeNil() } } else { - if yyq1174[6] { + if yyq1179[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy1196 := *x.TimeoutSeconds - yym1197 := z.EncBinary() - _ = yym1197 + yy1201 := *x.TimeoutSeconds + yym1202 := z.EncBinary() + _ = yym1202 if false { } else { - r.EncodeInt(int64(yy1196)) + r.EncodeInt(int64(yy1201)) } } } } - if yyr1174 || yy2arr1174 { + if yyr1179 || yy2arr1179 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14314,25 +14362,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1198 := z.DecBinary() - _ = yym1198 + yym1203 := z.DecBinary() + _ = yym1203 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1199 := r.ContainerType() - if yyct1199 == codecSelferValueTypeMap1234 { - yyl1199 := r.ReadMapStart() - if yyl1199 == 0 { + yyct1204 := r.ContainerType() + if yyct1204 == codecSelferValueTypeMap1234 { + yyl1204 := r.ReadMapStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1199, d) + x.codecDecodeSelfFromMap(yyl1204, d) } - } else if yyct1199 == codecSelferValueTypeArray1234 { - yyl1199 := r.ReadArrayStart() - if yyl1199 == 0 { + } else if yyct1204 == codecSelferValueTypeArray1234 { + yyl1204 := r.ReadArrayStart() + if yyl1204 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1199, d) + x.codecDecodeSelfFromArray(yyl1204, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14344,12 +14392,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1200Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1200Slc - var yyhl1200 bool = l >= 0 - for yyj1200 := 0; ; yyj1200++ { - if yyhl1200 { - if yyj1200 >= l { + var yys1205Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1205Slc + var yyhl1205 bool = l >= 0 + for yyj1205 := 0; ; yyj1205++ { + if yyhl1205 { + if yyj1205 >= l { break } } else { @@ -14358,10 +14406,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1200Slc = r.DecodeBytes(yys1200Slc, true, true) - yys1200 := string(yys1200Slc) + yys1205Slc = r.DecodeBytes(yys1205Slc, true, true) + yys1205 := string(yys1205Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1200 { + switch yys1205 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -14407,17 +14455,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym1208 := z.DecBinary() - _ = yym1208 + yym1213 := z.DecBinary() + _ = yym1213 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1200) - } // end switch yys1200 - } // end for yyj1200 + z.DecStructFieldNotFound(-1, yys1205) + } // end switch yys1205 + } // end for yyj1205 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14425,16 +14473,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1209 int - var yyb1209 bool - var yyhl1209 bool = l >= 0 - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + var yyj1214 int + var yyb1214 bool + var yyhl1214 bool = l >= 0 + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14444,13 +14492,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14460,13 +14508,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14476,13 +14524,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14492,13 +14540,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14508,13 +14556,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14524,13 +14572,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14543,25 +14591,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym1217 := z.DecBinary() - _ = yym1217 + yym1222 := z.DecBinary() + _ = yym1222 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj1209++ - if yyhl1209 { - yyb1209 = yyj1209 > l + yyj1214++ + if yyhl1214 { + yyb1214 = yyj1214 > l } else { - yyb1209 = r.CheckBreak() + yyb1214 = r.CheckBreak() } - if yyb1209 { + if yyb1214 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1209-1, "") + z.DecStructFieldNotFound(yyj1214-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14573,39 +14621,39 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1218 := z.EncBinary() - _ = yym1218 + yym1223 := z.EncBinary() + _ = yym1223 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1219 := !z.EncBinary() - yy2arr1219 := z.EncBasicHandle().StructToArray - var yyq1219 [2]bool - _, _, _ = yysep1219, yyq1219, yy2arr1219 - const yyr1219 bool = false - yyq1219[0] = len(x.MatchLabels) != 0 - yyq1219[1] = len(x.MatchExpressions) != 0 - var yynn1219 int - if yyr1219 || yy2arr1219 { + yysep1224 := !z.EncBinary() + yy2arr1224 := z.EncBasicHandle().StructToArray + var yyq1224 [2]bool + _, _, _ = yysep1224, yyq1224, yy2arr1224 + const yyr1224 bool = false + yyq1224[0] = len(x.MatchLabels) != 0 + yyq1224[1] = len(x.MatchExpressions) != 0 + var yynn1224 int + if yyr1224 || yy2arr1224 { r.EncodeArrayStart(2) } else { - yynn1219 = 0 - for _, b := range yyq1219 { + yynn1224 = 0 + for _, b := range yyq1224 { if b { - yynn1219++ + yynn1224++ } } - r.EncodeMapStart(yynn1219) - yynn1219 = 0 + r.EncodeMapStart(yynn1224) + yynn1224 = 0 } - if yyr1219 || yy2arr1219 { + if yyr1224 || yy2arr1224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[0] { + if yyq1224[0] { if x.MatchLabels == nil { r.EncodeNil() } else { - yym1221 := z.EncBinary() - _ = yym1221 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { z.F.EncMapStringStringV(x.MatchLabels, false, e) @@ -14615,15 +14663,15 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1219[0] { + if yyq1224[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("matchLabels")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MatchLabels == nil { r.EncodeNil() } else { - yym1222 := z.EncBinary() - _ = yym1222 + yym1227 := z.EncBinary() + _ = yym1227 if false { } else { z.F.EncMapStringStringV(x.MatchLabels, false, e) @@ -14631,14 +14679,14 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1219 || yy2arr1219 { + if yyr1224 || yy2arr1224 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1219[1] { + if yyq1224[1] { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1224 := z.EncBinary() - _ = yym1224 + yym1229 := z.EncBinary() + _ = yym1229 if false { } else { h.encSliceLabelSelectorRequirement(([]LabelSelectorRequirement)(x.MatchExpressions), e) @@ -14648,15 +14696,15 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1219[1] { + if yyq1224[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("matchExpressions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1225 := z.EncBinary() - _ = yym1225 + yym1230 := z.EncBinary() + _ = yym1230 if false { } else { h.encSliceLabelSelectorRequirement(([]LabelSelectorRequirement)(x.MatchExpressions), e) @@ -14664,7 +14712,7 @@ func (x *LabelSelector) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1219 || yy2arr1219 { + if yyr1224 || yy2arr1224 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14677,25 +14725,25 @@ func (x *LabelSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1226 := z.DecBinary() - _ = yym1226 + yym1231 := z.DecBinary() + _ = yym1231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1227 := r.ContainerType() - if yyct1227 == codecSelferValueTypeMap1234 { - yyl1227 := r.ReadMapStart() - if yyl1227 == 0 { + yyct1232 := r.ContainerType() + if yyct1232 == codecSelferValueTypeMap1234 { + yyl1232 := r.ReadMapStart() + if yyl1232 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1227, d) + x.codecDecodeSelfFromMap(yyl1232, d) } - } else if yyct1227 == codecSelferValueTypeArray1234 { - yyl1227 := r.ReadArrayStart() - if yyl1227 == 0 { + } else if yyct1232 == codecSelferValueTypeArray1234 { + yyl1232 := r.ReadArrayStart() + if yyl1232 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1227, d) + x.codecDecodeSelfFromArray(yyl1232, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14707,12 +14755,12 @@ func (x *LabelSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1228Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1228Slc - var yyhl1228 bool = l >= 0 - for yyj1228 := 0; ; yyj1228++ { - if yyhl1228 { - if yyj1228 >= l { + var yys1233Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1233Slc + var yyhl1233 bool = l >= 0 + for yyj1233 := 0; ; yyj1233++ { + if yyhl1233 { + if yyj1233 >= l { break } } else { @@ -14721,38 +14769,38 @@ func (x *LabelSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1228Slc = r.DecodeBytes(yys1228Slc, true, true) - yys1228 := string(yys1228Slc) + yys1233Slc = r.DecodeBytes(yys1233Slc, true, true) + yys1233 := string(yys1233Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1228 { + switch yys1233 { case "matchLabels": if r.TryDecodeAsNil() { x.MatchLabels = nil } else { - yyv1229 := &x.MatchLabels - yym1230 := z.DecBinary() - _ = yym1230 + yyv1234 := &x.MatchLabels + yym1235 := z.DecBinary() + _ = yym1235 if false { } else { - z.F.DecMapStringStringX(yyv1229, false, d) + z.F.DecMapStringStringX(yyv1234, false, d) } } case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1231 := &x.MatchExpressions - yym1232 := z.DecBinary() - _ = yym1232 + yyv1236 := &x.MatchExpressions + yym1237 := z.DecBinary() + _ = yym1237 if false { } else { - h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1231), d) + h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1236), d) } } default: - z.DecStructFieldNotFound(-1, yys1228) - } // end switch yys1228 - } // end for yyj1228 + z.DecStructFieldNotFound(-1, yys1233) + } // end switch yys1233 + } // end for yyj1233 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14760,16 +14808,16 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1233 int - var yyb1233 bool - var yyhl1233 bool = l >= 0 - yyj1233++ - if yyhl1233 { - yyb1233 = yyj1233 > l + var yyj1238 int + var yyb1238 bool + var yyhl1238 bool = l >= 0 + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l } else { - yyb1233 = r.CheckBreak() + yyb1238 = r.CheckBreak() } - if yyb1233 { + if yyb1238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14777,21 +14825,21 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MatchLabels = nil } else { - yyv1234 := &x.MatchLabels - yym1235 := z.DecBinary() - _ = yym1235 + yyv1239 := &x.MatchLabels + yym1240 := z.DecBinary() + _ = yym1240 if false { } else { - z.F.DecMapStringStringX(yyv1234, false, d) + z.F.DecMapStringStringX(yyv1239, false, d) } } - yyj1233++ - if yyhl1233 { - yyb1233 = yyj1233 > l + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l } else { - yyb1233 = r.CheckBreak() + yyb1238 = r.CheckBreak() } - if yyb1233 { + if yyb1238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14799,26 +14847,26 @@ func (x *LabelSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1236 := &x.MatchExpressions - yym1237 := z.DecBinary() - _ = yym1237 + yyv1241 := &x.MatchExpressions + yym1242 := z.DecBinary() + _ = yym1242 if false { } else { - h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1236), d) + h.decSliceLabelSelectorRequirement((*[]LabelSelectorRequirement)(yyv1241), d) } } for { - yyj1233++ - if yyhl1233 { - yyb1233 = yyj1233 > l + yyj1238++ + if yyhl1238 { + yyb1238 = yyj1238 > l } else { - yyb1233 = r.CheckBreak() + yyb1238 = r.CheckBreak() } - if yyb1233 { + if yyb1238 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1233-1, "") + z.DecStructFieldNotFound(yyj1238-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14830,34 +14878,34 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1238 := z.EncBinary() - _ = yym1238 + yym1243 := z.EncBinary() + _ = yym1243 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1239 := !z.EncBinary() - yy2arr1239 := z.EncBasicHandle().StructToArray - var yyq1239 [3]bool - _, _, _ = yysep1239, yyq1239, yy2arr1239 - const yyr1239 bool = false - yyq1239[2] = len(x.Values) != 0 - var yynn1239 int - if yyr1239 || yy2arr1239 { + yysep1244 := !z.EncBinary() + yy2arr1244 := z.EncBasicHandle().StructToArray + var yyq1244 [3]bool + _, _, _ = yysep1244, yyq1244, yy2arr1244 + const yyr1244 bool = false + yyq1244[2] = len(x.Values) != 0 + var yynn1244 int + if yyr1244 || yy2arr1244 { r.EncodeArrayStart(3) } else { - yynn1239 = 2 - for _, b := range yyq1239 { + yynn1244 = 2 + for _, b := range yyq1244 { if b { - yynn1239++ + yynn1244++ } } - r.EncodeMapStart(yynn1239) - yynn1239 = 0 + r.EncodeMapStart(yynn1244) + yynn1244 = 0 } - if yyr1239 || yy2arr1239 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1241 := z.EncBinary() - _ = yym1241 + yym1246 := z.EncBinary() + _ = yym1246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -14866,14 +14914,14 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1242 := z.EncBinary() - _ = yym1242 + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1239 || yy2arr1239 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -14882,14 +14930,14 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1239 || yy2arr1239 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1239[2] { + if yyq1244[2] { if x.Values == nil { r.EncodeNil() } else { - yym1245 := z.EncBinary() - _ = yym1245 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -14899,15 +14947,15 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1239[2] { + if yyq1244[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1246 := z.EncBinary() - _ = yym1246 + yym1251 := z.EncBinary() + _ = yym1251 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -14915,7 +14963,7 @@ func (x *LabelSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1239 || yy2arr1239 { + if yyr1244 || yy2arr1244 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14928,25 +14976,25 @@ func (x *LabelSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1247 := z.DecBinary() - _ = yym1247 + yym1252 := z.DecBinary() + _ = yym1252 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1248 := r.ContainerType() - if yyct1248 == codecSelferValueTypeMap1234 { - yyl1248 := r.ReadMapStart() - if yyl1248 == 0 { + yyct1253 := r.ContainerType() + if yyct1253 == codecSelferValueTypeMap1234 { + yyl1253 := r.ReadMapStart() + if yyl1253 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1248, d) + x.codecDecodeSelfFromMap(yyl1253, d) } - } else if yyct1248 == codecSelferValueTypeArray1234 { - yyl1248 := r.ReadArrayStart() - if yyl1248 == 0 { + } else if yyct1253 == codecSelferValueTypeArray1234 { + yyl1253 := r.ReadArrayStart() + if yyl1253 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1248, d) + x.codecDecodeSelfFromArray(yyl1253, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14958,12 +15006,12 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1249Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1249Slc - var yyhl1249 bool = l >= 0 - for yyj1249 := 0; ; yyj1249++ { - if yyhl1249 { - if yyj1249 >= l { + var yys1254Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1254Slc + var yyhl1254 bool = l >= 0 + for yyj1254 := 0; ; yyj1254++ { + if yyhl1254 { + if yyj1254 >= l { break } } else { @@ -14972,10 +15020,10 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1249Slc = r.DecodeBytes(yys1249Slc, true, true) - yys1249 := string(yys1249Slc) + yys1254Slc = r.DecodeBytes(yys1254Slc, true, true) + yys1254 := string(yys1254Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1249 { + switch yys1254 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -14992,18 +15040,18 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1252 := &x.Values - yym1253 := z.DecBinary() - _ = yym1253 + yyv1257 := &x.Values + yym1258 := z.DecBinary() + _ = yym1258 if false { } else { - z.F.DecSliceStringX(yyv1252, false, d) + z.F.DecSliceStringX(yyv1257, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1249) - } // end switch yys1249 - } // end for yyj1249 + z.DecStructFieldNotFound(-1, yys1254) + } // end switch yys1254 + } // end for yyj1254 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15011,16 +15059,16 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1254 int - var yyb1254 bool - var yyhl1254 bool = l >= 0 - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + var yyj1259 int + var yyb1259 bool + var yyhl1259 bool = l >= 0 + yyj1259++ + if yyhl1259 { + yyb1259 = yyj1259 > l } else { - yyb1254 = r.CheckBreak() + yyb1259 = r.CheckBreak() } - if yyb1254 { + if yyb1259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15030,13 +15078,13 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Key = string(r.DecodeString()) } - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1259++ + if yyhl1259 { + yyb1259 = yyj1259 > l } else { - yyb1254 = r.CheckBreak() + yyb1259 = r.CheckBreak() } - if yyb1254 { + if yyb1259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15046,13 +15094,13 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Operator = LabelSelectorOperator(r.DecodeString()) } - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1259++ + if yyhl1259 { + yyb1259 = yyj1259 > l } else { - yyb1254 = r.CheckBreak() + yyb1259 = r.CheckBreak() } - if yyb1254 { + if yyb1259 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15060,26 +15108,26 @@ func (x *LabelSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1257 := &x.Values - yym1258 := z.DecBinary() - _ = yym1258 + yyv1262 := &x.Values + yym1263 := z.DecBinary() + _ = yym1263 if false { } else { - z.F.DecSliceStringX(yyv1257, false, d) + z.F.DecSliceStringX(yyv1262, false, d) } } for { - yyj1254++ - if yyhl1254 { - yyb1254 = yyj1254 > l + yyj1259++ + if yyhl1259 { + yyb1259 = yyj1259 > l } else { - yyb1254 = r.CheckBreak() + yyb1259 = r.CheckBreak() } - if yyb1254 { + if yyb1259 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1254-1, "") + z.DecStructFieldNotFound(yyj1259-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15088,8 +15136,8 @@ func (x LabelSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1259 := z.EncBinary() - _ = yym1259 + yym1264 := z.EncBinary() + _ = yym1264 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15101,8 +15149,8 @@ func (x *LabelSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1260 := z.DecBinary() - _ = yym1260 + yym1265 := z.DecBinary() + _ = yym1265 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15117,38 +15165,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1261 := z.EncBinary() - _ = yym1261 + yym1266 := z.EncBinary() + _ = yym1266 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1262 := !z.EncBinary() - yy2arr1262 := z.EncBasicHandle().StructToArray - var yyq1262 [4]bool - _, _, _ = yysep1262, yyq1262, yy2arr1262 - const yyr1262 bool = false - yyq1262[0] = x.Kind != "" - yyq1262[1] = x.APIVersion != "" - yyq1262[2] = true - yyq1262[3] = len(x.Data) != 0 - var yynn1262 int - if yyr1262 || yy2arr1262 { + yysep1267 := !z.EncBinary() + yy2arr1267 := z.EncBasicHandle().StructToArray + var yyq1267 [4]bool + _, _, _ = yysep1267, yyq1267, yy2arr1267 + const yyr1267 bool = false + yyq1267[0] = x.Kind != "" + yyq1267[1] = x.APIVersion != "" + yyq1267[2] = true + yyq1267[3] = len(x.Data) != 0 + var yynn1267 int + if yyr1267 || yy2arr1267 { r.EncodeArrayStart(4) } else { - yynn1262 = 0 - for _, b := range yyq1262 { + yynn1267 = 0 + for _, b := range yyq1267 { if b { - yynn1262++ + yynn1267++ } } - r.EncodeMapStart(yynn1262) - yynn1262 = 0 + r.EncodeMapStart(yynn1267) + yynn1267 = 0 } - if yyr1262 || yy2arr1262 { + if yyr1267 || yy2arr1267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1262[0] { - yym1264 := z.EncBinary() - _ = yym1264 + if yyq1267[0] { + yym1269 := z.EncBinary() + _ = yym1269 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15157,23 +15205,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1262[0] { + if yyq1267[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1265 := z.EncBinary() - _ = yym1265 + yym1270 := z.EncBinary() + _ = yym1270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1262 || yy2arr1262 { + if yyr1267 || yy2arr1267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1262[1] { - yym1267 := z.EncBinary() - _ = yym1267 + if yyq1267[1] { + yym1272 := z.EncBinary() + _ = yym1272 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15182,43 +15230,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1262[1] { + if yyq1267[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1268 := z.EncBinary() - _ = yym1268 + yym1273 := z.EncBinary() + _ = yym1273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1262 || yy2arr1262 { + if yyr1267 || yy2arr1267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1262[2] { - yy1270 := &x.ObjectMeta - yy1270.CodecEncodeSelf(e) + if yyq1267[2] { + yy1275 := &x.ObjectMeta + yy1275.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1262[2] { + if yyq1267[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1271 := &x.ObjectMeta - yy1271.CodecEncodeSelf(e) + yy1276 := &x.ObjectMeta + yy1276.CodecEncodeSelf(e) } } - if yyr1262 || yy2arr1262 { + if yyr1267 || yy2arr1267 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1262[3] { + if yyq1267[3] { if x.Data == nil { r.EncodeNil() } else { - yym1273 := z.EncBinary() - _ = yym1273 + yym1278 := z.EncBinary() + _ = yym1278 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -15228,15 +15276,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1262[3] { + if yyq1267[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym1274 := z.EncBinary() - _ = yym1274 + yym1279 := z.EncBinary() + _ = yym1279 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -15244,7 +15292,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1262 || yy2arr1262 { + if yyr1267 || yy2arr1267 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15257,25 +15305,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1275 := z.DecBinary() - _ = yym1275 + yym1280 := z.DecBinary() + _ = yym1280 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1276 := r.ContainerType() - if yyct1276 == codecSelferValueTypeMap1234 { - yyl1276 := r.ReadMapStart() - if yyl1276 == 0 { + yyct1281 := r.ContainerType() + if yyct1281 == codecSelferValueTypeMap1234 { + yyl1281 := r.ReadMapStart() + if yyl1281 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1276, d) + x.codecDecodeSelfFromMap(yyl1281, d) } - } else if yyct1276 == codecSelferValueTypeArray1234 { - yyl1276 := r.ReadArrayStart() - if yyl1276 == 0 { + } else if yyct1281 == codecSelferValueTypeArray1234 { + yyl1281 := r.ReadArrayStart() + if yyl1281 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1276, d) + x.codecDecodeSelfFromArray(yyl1281, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15287,12 +15335,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1277Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1277Slc - var yyhl1277 bool = l >= 0 - for yyj1277 := 0; ; yyj1277++ { - if yyhl1277 { - if yyj1277 >= l { + var yys1282Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1282Slc + var yyhl1282 bool = l >= 0 + for yyj1282 := 0; ; yyj1282++ { + if yyhl1282 { + if yyj1282 >= l { break } } else { @@ -15301,10 +15349,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1277Slc = r.DecodeBytes(yys1277Slc, true, true) - yys1277 := string(yys1277Slc) + yys1282Slc = r.DecodeBytes(yys1282Slc, true, true) + yys1282 := string(yys1282Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1277 { + switch yys1282 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -15321,25 +15369,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1280 := &x.ObjectMeta - yyv1280.CodecDecodeSelf(d) + yyv1285 := &x.ObjectMeta + yyv1285.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv1281 := &x.Data - yym1282 := z.DecBinary() - _ = yym1282 + yyv1286 := &x.Data + yym1287 := z.DecBinary() + _ = yym1287 if false { } else { - z.F.DecMapStringStringX(yyv1281, false, d) + z.F.DecMapStringStringX(yyv1286, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1277) - } // end switch yys1277 - } // end for yyj1277 + z.DecStructFieldNotFound(-1, yys1282) + } // end switch yys1282 + } // end for yyj1282 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15347,16 +15395,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1283 int - var yyb1283 bool - var yyhl1283 bool = l >= 0 - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + var yyj1288 int + var yyb1288 bool + var yyhl1288 bool = l >= 0 + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1283 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1283 { + if yyb1288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15366,13 +15414,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1283 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1283 { + if yyb1288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15382,13 +15430,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1283 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1283 { + if yyb1288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15396,16 +15444,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1286 := &x.ObjectMeta - yyv1286.CodecDecodeSelf(d) + yyv1291 := &x.ObjectMeta + yyv1291.CodecDecodeSelf(d) } - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1283 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1283 { + if yyb1288 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15413,26 +15461,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv1287 := &x.Data - yym1288 := z.DecBinary() - _ = yym1288 + yyv1292 := &x.Data + yym1293 := z.DecBinary() + _ = yym1293 if false { } else { - z.F.DecMapStringStringX(yyv1287, false, d) + z.F.DecMapStringStringX(yyv1292, false, d) } } for { - yyj1283++ - if yyhl1283 { - yyb1283 = yyj1283 > l + yyj1288++ + if yyhl1288 { + yyb1288 = yyj1288 > l } else { - yyb1283 = r.CheckBreak() + yyb1288 = r.CheckBreak() } - if yyb1283 { + if yyb1288 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1283-1, "") + z.DecStructFieldNotFound(yyj1288-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15444,38 +15492,38 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1289 := z.EncBinary() - _ = yym1289 + yym1294 := z.EncBinary() + _ = yym1294 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1290 := !z.EncBinary() - yy2arr1290 := z.EncBasicHandle().StructToArray - var yyq1290 [4]bool - _, _, _ = yysep1290, yyq1290, yy2arr1290 - const yyr1290 bool = false - yyq1290[0] = x.Kind != "" - yyq1290[1] = x.APIVersion != "" - yyq1290[2] = true - yyq1290[3] = len(x.Items) != 0 - var yynn1290 int - if yyr1290 || yy2arr1290 { + yysep1295 := !z.EncBinary() + yy2arr1295 := z.EncBasicHandle().StructToArray + var yyq1295 [4]bool + _, _, _ = yysep1295, yyq1295, yy2arr1295 + const yyr1295 bool = false + yyq1295[0] = x.Kind != "" + yyq1295[1] = x.APIVersion != "" + yyq1295[2] = true + yyq1295[3] = len(x.Items) != 0 + var yynn1295 int + if yyr1295 || yy2arr1295 { r.EncodeArrayStart(4) } else { - yynn1290 = 0 - for _, b := range yyq1290 { + yynn1295 = 0 + for _, b := range yyq1295 { if b { - yynn1290++ + yynn1295++ } } - r.EncodeMapStart(yynn1290) - yynn1290 = 0 + r.EncodeMapStart(yynn1295) + yynn1295 = 0 } - if yyr1290 || yy2arr1290 { + if yyr1295 || yy2arr1295 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1290[0] { - yym1292 := z.EncBinary() - _ = yym1292 + if yyq1295[0] { + yym1297 := z.EncBinary() + _ = yym1297 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15484,23 +15532,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1290[0] { + if yyq1295[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1293 := z.EncBinary() - _ = yym1293 + yym1298 := z.EncBinary() + _ = yym1298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1290 || yy2arr1290 { + if yyr1295 || yy2arr1295 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1290[1] { - yym1295 := z.EncBinary() - _ = yym1295 + if yyq1295[1] { + yym1300 := z.EncBinary() + _ = yym1300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15509,55 +15557,55 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1290[1] { + if yyq1295[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1296 := z.EncBinary() - _ = yym1296 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1290 || yy2arr1290 { + if yyr1295 || yy2arr1295 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1290[2] { - yy1298 := &x.ListMeta - yym1299 := z.EncBinary() - _ = yym1299 + if yyq1295[2] { + yy1303 := &x.ListMeta + yym1304 := z.EncBinary() + _ = yym1304 if false { - } else if z.HasExtensions() && z.EncExt(yy1298) { + } else if z.HasExtensions() && z.EncExt(yy1303) { } else { - z.EncFallback(yy1298) + z.EncFallback(yy1303) } } else { r.EncodeNil() } } else { - if yyq1290[2] { + if yyq1295[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1300 := &x.ListMeta - yym1301 := z.EncBinary() - _ = yym1301 + yy1305 := &x.ListMeta + yym1306 := z.EncBinary() + _ = yym1306 if false { - } else if z.HasExtensions() && z.EncExt(yy1300) { + } else if z.HasExtensions() && z.EncExt(yy1305) { } else { - z.EncFallback(yy1300) + z.EncFallback(yy1305) } } } - if yyr1290 || yy2arr1290 { + if yyr1295 || yy2arr1295 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1290[3] { + if yyq1295[3] { if x.Items == nil { r.EncodeNil() } else { - yym1303 := z.EncBinary() - _ = yym1303 + yym1308 := z.EncBinary() + _ = yym1308 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -15567,15 +15615,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1290[3] { + if yyq1295[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1304 := z.EncBinary() - _ = yym1304 + yym1309 := z.EncBinary() + _ = yym1309 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -15583,7 +15631,7 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1290 || yy2arr1290 { + if yyr1295 || yy2arr1295 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15596,25 +15644,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1305 := z.DecBinary() - _ = yym1305 + yym1310 := z.DecBinary() + _ = yym1310 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1306 := r.ContainerType() - if yyct1306 == codecSelferValueTypeMap1234 { - yyl1306 := r.ReadMapStart() - if yyl1306 == 0 { + yyct1311 := r.ContainerType() + if yyct1311 == codecSelferValueTypeMap1234 { + yyl1311 := r.ReadMapStart() + if yyl1311 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1306, d) + x.codecDecodeSelfFromMap(yyl1311, d) } - } else if yyct1306 == codecSelferValueTypeArray1234 { - yyl1306 := r.ReadArrayStart() - if yyl1306 == 0 { + } else if yyct1311 == codecSelferValueTypeArray1234 { + yyl1311 := r.ReadArrayStart() + if yyl1311 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1306, d) + x.codecDecodeSelfFromArray(yyl1311, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15626,12 +15674,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1307Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1307Slc - var yyhl1307 bool = l >= 0 - for yyj1307 := 0; ; yyj1307++ { - if yyhl1307 { - if yyj1307 >= l { + var yys1312Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1312Slc + var yyhl1312 bool = l >= 0 + for yyj1312 := 0; ; yyj1312++ { + if yyhl1312 { + if yyj1312 >= l { break } } else { @@ -15640,10 +15688,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1307Slc = r.DecodeBytes(yys1307Slc, true, true) - yys1307 := string(yys1307Slc) + yys1312Slc = r.DecodeBytes(yys1312Slc, true, true) + yys1312 := string(yys1312Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1307 { + switch yys1312 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -15660,31 +15708,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1310 := &x.ListMeta - yym1311 := z.DecBinary() - _ = yym1311 + yyv1315 := &x.ListMeta + yym1316 := z.DecBinary() + _ = yym1316 if false { - } else if z.HasExtensions() && z.DecExt(yyv1310) { + } else if z.HasExtensions() && z.DecExt(yyv1315) { } else { - z.DecFallback(yyv1310, false) + z.DecFallback(yyv1315, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1312 := &x.Items - yym1313 := z.DecBinary() - _ = yym1313 + yyv1317 := &x.Items + yym1318 := z.DecBinary() + _ = yym1318 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv1312), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv1317), d) } } default: - z.DecStructFieldNotFound(-1, yys1307) - } // end switch yys1307 - } // end for yyj1307 + z.DecStructFieldNotFound(-1, yys1312) + } // end switch yys1312 + } // end for yyj1312 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15692,16 +15740,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1314 int - var yyb1314 bool - var yyhl1314 bool = l >= 0 - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + var yyj1319 int + var yyb1319 bool + var yyhl1319 bool = l >= 0 + yyj1319++ + if yyhl1319 { + yyb1319 = yyj1319 > l } else { - yyb1314 = r.CheckBreak() + yyb1319 = r.CheckBreak() } - if yyb1314 { + if yyb1319 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15711,13 +15759,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1319++ + if yyhl1319 { + yyb1319 = yyj1319 > l } else { - yyb1314 = r.CheckBreak() + yyb1319 = r.CheckBreak() } - if yyb1314 { + if yyb1319 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15727,13 +15775,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1319++ + if yyhl1319 { + yyb1319 = yyj1319 > l } else { - yyb1314 = r.CheckBreak() + yyb1319 = r.CheckBreak() } - if yyb1314 { + if yyb1319 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15741,22 +15789,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1317 := &x.ListMeta - yym1318 := z.DecBinary() - _ = yym1318 + yyv1322 := &x.ListMeta + yym1323 := z.DecBinary() + _ = yym1323 if false { - } else if z.HasExtensions() && z.DecExt(yyv1317) { + } else if z.HasExtensions() && z.DecExt(yyv1322) { } else { - z.DecFallback(yyv1317, false) + z.DecFallback(yyv1322, false) } } - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1319++ + if yyhl1319 { + yyb1319 = yyj1319 > l } else { - yyb1314 = r.CheckBreak() + yyb1319 = r.CheckBreak() } - if yyb1314 { + if yyb1319 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15764,26 +15812,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1319 := &x.Items - yym1320 := z.DecBinary() - _ = yym1320 + yyv1324 := &x.Items + yym1325 := z.DecBinary() + _ = yym1325 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv1319), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv1324), d) } } for { - yyj1314++ - if yyhl1314 { - yyb1314 = yyj1314 > l + yyj1319++ + if yyhl1319 { + yyb1319 = yyj1319 > l } else { - yyb1314 = r.CheckBreak() + yyb1319 = r.CheckBreak() } - if yyb1314 { + if yyb1319 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1314-1, "") + z.DecStructFieldNotFound(yyj1319-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15795,39 +15843,39 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1321 := z.EncBinary() - _ = yym1321 + yym1326 := z.EncBinary() + _ = yym1326 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1322 := !z.EncBinary() - yy2arr1322 := z.EncBasicHandle().StructToArray - var yyq1322 [5]bool - _, _, _ = yysep1322, yyq1322, yy2arr1322 - const yyr1322 bool = false - yyq1322[0] = x.Kind != "" - yyq1322[1] = x.APIVersion != "" - yyq1322[2] = true - yyq1322[3] = true - yyq1322[4] = true - var yynn1322 int - if yyr1322 || yy2arr1322 { + yysep1327 := !z.EncBinary() + yy2arr1327 := z.EncBasicHandle().StructToArray + var yyq1327 [5]bool + _, _, _ = yysep1327, yyq1327, yy2arr1327 + const yyr1327 bool = false + yyq1327[0] = x.Kind != "" + yyq1327[1] = x.APIVersion != "" + yyq1327[2] = true + yyq1327[3] = true + yyq1327[4] = true + var yynn1327 int + if yyr1327 || yy2arr1327 { r.EncodeArrayStart(5) } else { - yynn1322 = 0 - for _, b := range yyq1322 { + yynn1327 = 0 + for _, b := range yyq1327 { if b { - yynn1322++ + yynn1327++ } } - r.EncodeMapStart(yynn1322) - yynn1322 = 0 + r.EncodeMapStart(yynn1327) + yynn1327 = 0 } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[0] { - yym1324 := z.EncBinary() - _ = yym1324 + if yyq1327[0] { + yym1329 := z.EncBinary() + _ = yym1329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -15836,23 +15884,23 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1322[0] { + if yyq1327[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1325 := z.EncBinary() - _ = yym1325 + yym1330 := z.EncBinary() + _ = yym1330 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[1] { - yym1327 := z.EncBinary() - _ = yym1327 + if yyq1327[1] { + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -15861,70 +15909,70 @@ func (x *ReplicaSet) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1322[1] { + if yyq1327[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1328 := z.EncBinary() - _ = yym1328 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[2] { - yy1330 := &x.ObjectMeta - yy1330.CodecEncodeSelf(e) + if yyq1327[2] { + yy1335 := &x.ObjectMeta + yy1335.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1322[2] { + if yyq1327[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1331 := &x.ObjectMeta - yy1331.CodecEncodeSelf(e) + yy1336 := &x.ObjectMeta + yy1336.CodecEncodeSelf(e) } } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[3] { - yy1333 := &x.Spec - yy1333.CodecEncodeSelf(e) + if yyq1327[3] { + yy1338 := &x.Spec + yy1338.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1322[3] { + if yyq1327[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1334 := &x.Spec - yy1334.CodecEncodeSelf(e) + yy1339 := &x.Spec + yy1339.CodecEncodeSelf(e) } } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1322[4] { - yy1336 := &x.Status - yy1336.CodecEncodeSelf(e) + if yyq1327[4] { + yy1341 := &x.Status + yy1341.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1322[4] { + if yyq1327[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1337 := &x.Status - yy1337.CodecEncodeSelf(e) + yy1342 := &x.Status + yy1342.CodecEncodeSelf(e) } } - if yyr1322 || yy2arr1322 { + if yyr1327 || yy2arr1327 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15937,25 +15985,25 @@ func (x *ReplicaSet) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1338 := z.DecBinary() - _ = yym1338 + yym1343 := z.DecBinary() + _ = yym1343 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1339 := r.ContainerType() - if yyct1339 == codecSelferValueTypeMap1234 { - yyl1339 := r.ReadMapStart() - if yyl1339 == 0 { + yyct1344 := r.ContainerType() + if yyct1344 == codecSelferValueTypeMap1234 { + yyl1344 := r.ReadMapStart() + if yyl1344 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1339, d) + x.codecDecodeSelfFromMap(yyl1344, d) } - } else if yyct1339 == codecSelferValueTypeArray1234 { - yyl1339 := r.ReadArrayStart() - if yyl1339 == 0 { + } else if yyct1344 == codecSelferValueTypeArray1234 { + yyl1344 := r.ReadArrayStart() + if yyl1344 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1339, d) + x.codecDecodeSelfFromArray(yyl1344, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15967,12 +16015,12 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1340Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1340Slc - var yyhl1340 bool = l >= 0 - for yyj1340 := 0; ; yyj1340++ { - if yyhl1340 { - if yyj1340 >= l { + var yys1345Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1345Slc + var yyhl1345 bool = l >= 0 + for yyj1345 := 0; ; yyj1345++ { + if yyhl1345 { + if yyj1345 >= l { break } } else { @@ -15981,10 +16029,10 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1340Slc = r.DecodeBytes(yys1340Slc, true, true) - yys1340 := string(yys1340Slc) + yys1345Slc = r.DecodeBytes(yys1345Slc, true, true) + yys1345 := string(yys1345Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1340 { + switch yys1345 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -16001,27 +16049,27 @@ func (x *ReplicaSet) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1343 := &x.ObjectMeta - yyv1343.CodecDecodeSelf(d) + yyv1348 := &x.ObjectMeta + yyv1348.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicaSetSpec{} } else { - yyv1344 := &x.Spec - yyv1344.CodecDecodeSelf(d) + yyv1349 := &x.Spec + yyv1349.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicaSetStatus{} } else { - yyv1345 := &x.Status - yyv1345.CodecDecodeSelf(d) + yyv1350 := &x.Status + yyv1350.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1340) - } // end switch yys1340 - } // end for yyj1340 + z.DecStructFieldNotFound(-1, yys1345) + } // end switch yys1345 + } // end for yyj1345 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16029,16 +16077,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1346 int - var yyb1346 bool - var yyhl1346 bool = l >= 0 - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + var yyj1351 int + var yyb1351 bool + var yyhl1351 bool = l >= 0 + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16048,13 +16096,13 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16064,13 +16112,13 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16078,16 +16126,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = pkg2_v1.ObjectMeta{} } else { - yyv1349 := &x.ObjectMeta - yyv1349.CodecDecodeSelf(d) + yyv1354 := &x.ObjectMeta + yyv1354.CodecDecodeSelf(d) } - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16095,16 +16143,16 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ReplicaSetSpec{} } else { - yyv1350 := &x.Spec - yyv1350.CodecDecodeSelf(d) + yyv1355 := &x.Spec + yyv1355.CodecDecodeSelf(d) } - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16112,21 +16160,21 @@ func (x *ReplicaSet) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ReplicaSetStatus{} } else { - yyv1351 := &x.Status - yyv1351.CodecDecodeSelf(d) + yyv1356 := &x.Status + yyv1356.CodecDecodeSelf(d) } for { - yyj1346++ - if yyhl1346 { - yyb1346 = yyj1346 > l + yyj1351++ + if yyhl1351 { + yyb1351 = yyj1351 > l } else { - yyb1346 = r.CheckBreak() + yyb1351 = r.CheckBreak() } - if yyb1346 { + if yyb1351 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1346-1, "") + z.DecStructFieldNotFound(yyj1351-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16138,37 +16186,37 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1352 := z.EncBinary() - _ = yym1352 + yym1357 := z.EncBinary() + _ = yym1357 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1353 := !z.EncBinary() - yy2arr1353 := z.EncBasicHandle().StructToArray - var yyq1353 [4]bool - _, _, _ = yysep1353, yyq1353, yy2arr1353 - const yyr1353 bool = false - yyq1353[0] = x.Kind != "" - yyq1353[1] = x.APIVersion != "" - yyq1353[2] = true - var yynn1353 int - if yyr1353 || yy2arr1353 { + yysep1358 := !z.EncBinary() + yy2arr1358 := z.EncBasicHandle().StructToArray + var yyq1358 [4]bool + _, _, _ = yysep1358, yyq1358, yy2arr1358 + const yyr1358 bool = false + yyq1358[0] = x.Kind != "" + yyq1358[1] = x.APIVersion != "" + yyq1358[2] = true + var yynn1358 int + if yyr1358 || yy2arr1358 { r.EncodeArrayStart(4) } else { - yynn1353 = 1 - for _, b := range yyq1353 { + yynn1358 = 1 + for _, b := range yyq1358 { if b { - yynn1353++ + yynn1358++ } } - r.EncodeMapStart(yynn1353) - yynn1353 = 0 + r.EncodeMapStart(yynn1358) + yynn1358 = 0 } - if yyr1353 || yy2arr1353 { + if yyr1358 || yy2arr1358 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1353[0] { - yym1355 := z.EncBinary() - _ = yym1355 + if yyq1358[0] { + yym1360 := z.EncBinary() + _ = yym1360 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -16177,23 +16225,23 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1353[0] { + if yyq1358[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1356 := z.EncBinary() - _ = yym1356 + yym1361 := z.EncBinary() + _ = yym1361 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1353 || yy2arr1353 { + if yyr1358 || yy2arr1358 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1353[1] { - yym1358 := z.EncBinary() - _ = yym1358 + if yyq1358[1] { + yym1363 := z.EncBinary() + _ = yym1363 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -16202,54 +16250,54 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1353[1] { + if yyq1358[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1359 := z.EncBinary() - _ = yym1359 + yym1364 := z.EncBinary() + _ = yym1364 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1353 || yy2arr1353 { + if yyr1358 || yy2arr1358 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1353[2] { - yy1361 := &x.ListMeta - yym1362 := z.EncBinary() - _ = yym1362 + if yyq1358[2] { + yy1366 := &x.ListMeta + yym1367 := z.EncBinary() + _ = yym1367 if false { - } else if z.HasExtensions() && z.EncExt(yy1361) { + } else if z.HasExtensions() && z.EncExt(yy1366) { } else { - z.EncFallback(yy1361) + z.EncFallback(yy1366) } } else { r.EncodeNil() } } else { - if yyq1353[2] { + if yyq1358[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1363 := &x.ListMeta - yym1364 := z.EncBinary() - _ = yym1364 + yy1368 := &x.ListMeta + yym1369 := z.EncBinary() + _ = yym1369 if false { - } else if z.HasExtensions() && z.EncExt(yy1363) { + } else if z.HasExtensions() && z.EncExt(yy1368) { } else { - z.EncFallback(yy1363) + z.EncFallback(yy1368) } } } - if yyr1353 || yy2arr1353 { + if yyr1358 || yy2arr1358 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1366 := z.EncBinary() - _ = yym1366 + yym1371 := z.EncBinary() + _ = yym1371 if false { } else { h.encSliceReplicaSet(([]ReplicaSet)(x.Items), e) @@ -16262,15 +16310,15 @@ func (x *ReplicaSetList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1367 := z.EncBinary() - _ = yym1367 + yym1372 := z.EncBinary() + _ = yym1372 if false { } else { h.encSliceReplicaSet(([]ReplicaSet)(x.Items), e) } } } - if yyr1353 || yy2arr1353 { + if yyr1358 || yy2arr1358 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16283,25 +16331,25 @@ func (x *ReplicaSetList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1368 := z.DecBinary() - _ = yym1368 + yym1373 := z.DecBinary() + _ = yym1373 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1369 := r.ContainerType() - if yyct1369 == codecSelferValueTypeMap1234 { - yyl1369 := r.ReadMapStart() - if yyl1369 == 0 { + yyct1374 := r.ContainerType() + if yyct1374 == codecSelferValueTypeMap1234 { + yyl1374 := r.ReadMapStart() + if yyl1374 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1369, d) + x.codecDecodeSelfFromMap(yyl1374, d) } - } else if yyct1369 == codecSelferValueTypeArray1234 { - yyl1369 := r.ReadArrayStart() - if yyl1369 == 0 { + } else if yyct1374 == codecSelferValueTypeArray1234 { + yyl1374 := r.ReadArrayStart() + if yyl1374 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1369, d) + x.codecDecodeSelfFromArray(yyl1374, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16313,12 +16361,12 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1370Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1370Slc - var yyhl1370 bool = l >= 0 - for yyj1370 := 0; ; yyj1370++ { - if yyhl1370 { - if yyj1370 >= l { + var yys1375Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1375Slc + var yyhl1375 bool = l >= 0 + for yyj1375 := 0; ; yyj1375++ { + if yyhl1375 { + if yyj1375 >= l { break } } else { @@ -16327,10 +16375,10 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1370Slc = r.DecodeBytes(yys1370Slc, true, true) - yys1370 := string(yys1370Slc) + yys1375Slc = r.DecodeBytes(yys1375Slc, true, true) + yys1375 := string(yys1375Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1370 { + switch yys1375 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -16347,31 +16395,31 @@ func (x *ReplicaSetList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1373 := &x.ListMeta - yym1374 := z.DecBinary() - _ = yym1374 + yyv1378 := &x.ListMeta + yym1379 := z.DecBinary() + _ = yym1379 if false { - } else if z.HasExtensions() && z.DecExt(yyv1373) { + } else if z.HasExtensions() && z.DecExt(yyv1378) { } else { - z.DecFallback(yyv1373, false) + z.DecFallback(yyv1378, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1375 := &x.Items - yym1376 := z.DecBinary() - _ = yym1376 + yyv1380 := &x.Items + yym1381 := z.DecBinary() + _ = yym1381 if false { } else { - h.decSliceReplicaSet((*[]ReplicaSet)(yyv1375), d) + h.decSliceReplicaSet((*[]ReplicaSet)(yyv1380), d) } } default: - z.DecStructFieldNotFound(-1, yys1370) - } // end switch yys1370 - } // end for yyj1370 + z.DecStructFieldNotFound(-1, yys1375) + } // end switch yys1375 + } // end for yyj1375 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16379,16 +16427,16 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1377 int - var yyb1377 bool - var yyhl1377 bool = l >= 0 - yyj1377++ - if yyhl1377 { - yyb1377 = yyj1377 > l + var yyj1382 int + var yyb1382 bool + var yyhl1382 bool = l >= 0 + yyj1382++ + if yyhl1382 { + yyb1382 = yyj1382 > l } else { - yyb1377 = r.CheckBreak() + yyb1382 = r.CheckBreak() } - if yyb1377 { + if yyb1382 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16398,13 +16446,13 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1377++ - if yyhl1377 { - yyb1377 = yyj1377 > l + yyj1382++ + if yyhl1382 { + yyb1382 = yyj1382 > l } else { - yyb1377 = r.CheckBreak() + yyb1382 = r.CheckBreak() } - if yyb1377 { + if yyb1382 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16414,13 +16462,13 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1377++ - if yyhl1377 { - yyb1377 = yyj1377 > l + yyj1382++ + if yyhl1382 { + yyb1382 = yyj1382 > l } else { - yyb1377 = r.CheckBreak() + yyb1382 = r.CheckBreak() } - if yyb1377 { + if yyb1382 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16428,22 +16476,22 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg1_unversioned.ListMeta{} } else { - yyv1380 := &x.ListMeta - yym1381 := z.DecBinary() - _ = yym1381 + yyv1385 := &x.ListMeta + yym1386 := z.DecBinary() + _ = yym1386 if false { - } else if z.HasExtensions() && z.DecExt(yyv1380) { + } else if z.HasExtensions() && z.DecExt(yyv1385) { } else { - z.DecFallback(yyv1380, false) + z.DecFallback(yyv1385, false) } } - yyj1377++ - if yyhl1377 { - yyb1377 = yyj1377 > l + yyj1382++ + if yyhl1382 { + yyb1382 = yyj1382 > l } else { - yyb1377 = r.CheckBreak() + yyb1382 = r.CheckBreak() } - if yyb1377 { + if yyb1382 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16451,26 +16499,26 @@ func (x *ReplicaSetList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1382 := &x.Items - yym1383 := z.DecBinary() - _ = yym1383 + yyv1387 := &x.Items + yym1388 := z.DecBinary() + _ = yym1388 if false { } else { - h.decSliceReplicaSet((*[]ReplicaSet)(yyv1382), d) + h.decSliceReplicaSet((*[]ReplicaSet)(yyv1387), d) } } for { - yyj1377++ - if yyhl1377 { - yyb1377 = yyj1377 > l + yyj1382++ + if yyhl1382 { + yyb1382 = yyj1382 > l } else { - yyb1377 = r.CheckBreak() + yyb1382 = r.CheckBreak() } - if yyb1377 { + if yyb1382 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1377-1, "") + z.DecStructFieldNotFound(yyj1382-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16482,70 +16530,70 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1384 := z.EncBinary() - _ = yym1384 + yym1389 := z.EncBinary() + _ = yym1389 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1385 := !z.EncBinary() - yy2arr1385 := z.EncBasicHandle().StructToArray - var yyq1385 [3]bool - _, _, _ = yysep1385, yyq1385, yy2arr1385 - const yyr1385 bool = false - yyq1385[0] = x.Replicas != nil - yyq1385[1] = x.Selector != nil - yyq1385[2] = x.Template != nil - var yynn1385 int - if yyr1385 || yy2arr1385 { + yysep1390 := !z.EncBinary() + yy2arr1390 := z.EncBasicHandle().StructToArray + var yyq1390 [3]bool + _, _, _ = yysep1390, yyq1390, yy2arr1390 + const yyr1390 bool = false + yyq1390[0] = x.Replicas != nil + yyq1390[1] = x.Selector != nil + yyq1390[2] = x.Template != nil + var yynn1390 int + if yyr1390 || yy2arr1390 { r.EncodeArrayStart(3) } else { - yynn1385 = 0 - for _, b := range yyq1385 { + yynn1390 = 0 + for _, b := range yyq1390 { if b { - yynn1385++ + yynn1390++ } } - r.EncodeMapStart(yynn1385) - yynn1385 = 0 + r.EncodeMapStart(yynn1390) + yynn1390 = 0 } - if yyr1385 || yy2arr1385 { + if yyr1390 || yy2arr1390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1385[0] { + if yyq1390[0] { if x.Replicas == nil { r.EncodeNil() } else { - yy1387 := *x.Replicas - yym1388 := z.EncBinary() - _ = yym1388 + yy1392 := *x.Replicas + yym1393 := z.EncBinary() + _ = yym1393 if false { } else { - r.EncodeInt(int64(yy1387)) + r.EncodeInt(int64(yy1392)) } } } else { r.EncodeNil() } } else { - if yyq1385[0] { + if yyq1390[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Replicas == nil { r.EncodeNil() } else { - yy1389 := *x.Replicas - yym1390 := z.EncBinary() - _ = yym1390 + yy1394 := *x.Replicas + yym1395 := z.EncBinary() + _ = yym1395 if false { } else { - r.EncodeInt(int64(yy1389)) + r.EncodeInt(int64(yy1394)) } } } } - if yyr1385 || yy2arr1385 { + if yyr1390 || yy2arr1390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1385[1] { + if yyq1390[1] { if x.Selector == nil { r.EncodeNil() } else { @@ -16555,7 +16603,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1385[1] { + if yyq1390[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16566,9 +16614,9 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1385 || yy2arr1385 { + if yyr1390 || yy2arr1390 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1385[2] { + if yyq1390[2] { if x.Template == nil { r.EncodeNil() } else { @@ -16578,7 +16626,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1385[2] { + if yyq1390[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16589,7 +16637,7 @@ func (x *ReplicaSetSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1385 || yy2arr1385 { + if yyr1390 || yy2arr1390 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16602,25 +16650,25 @@ func (x *ReplicaSetSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1393 := z.DecBinary() - _ = yym1393 + yym1398 := z.DecBinary() + _ = yym1398 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1394 := r.ContainerType() - if yyct1394 == codecSelferValueTypeMap1234 { - yyl1394 := r.ReadMapStart() - if yyl1394 == 0 { + yyct1399 := r.ContainerType() + if yyct1399 == codecSelferValueTypeMap1234 { + yyl1399 := r.ReadMapStart() + if yyl1399 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1394, d) + x.codecDecodeSelfFromMap(yyl1399, d) } - } else if yyct1394 == codecSelferValueTypeArray1234 { - yyl1394 := r.ReadArrayStart() - if yyl1394 == 0 { + } else if yyct1399 == codecSelferValueTypeArray1234 { + yyl1399 := r.ReadArrayStart() + if yyl1399 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1394, d) + x.codecDecodeSelfFromArray(yyl1399, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16632,12 +16680,12 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1395Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1395Slc - var yyhl1395 bool = l >= 0 - for yyj1395 := 0; ; yyj1395++ { - if yyhl1395 { - if yyj1395 >= l { + var yys1400Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1400Slc + var yyhl1400 bool = l >= 0 + for yyj1400 := 0; ; yyj1400++ { + if yyhl1400 { + if yyj1400 >= l { break } } else { @@ -16646,10 +16694,10 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1395Slc = r.DecodeBytes(yys1395Slc, true, true) - yys1395 := string(yys1395Slc) + yys1400Slc = r.DecodeBytes(yys1400Slc, true, true) + yys1400 := string(yys1400Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1395 { + switch yys1400 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -16659,8 +16707,8 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym1397 := z.DecBinary() - _ = yym1397 + yym1402 := z.DecBinary() + _ = yym1402 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -16689,9 +16737,9 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1395) - } // end switch yys1395 - } // end for yyj1395 + z.DecStructFieldNotFound(-1, yys1400) + } // end switch yys1400 + } // end for yyj1400 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16699,16 +16747,16 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1400 int - var yyb1400 bool - var yyhl1400 bool = l >= 0 - yyj1400++ - if yyhl1400 { - yyb1400 = yyj1400 > l + var yyj1405 int + var yyb1405 bool + var yyhl1405 bool = l >= 0 + yyj1405++ + if yyhl1405 { + yyb1405 = yyj1405 > l } else { - yyb1400 = r.CheckBreak() + yyb1405 = r.CheckBreak() } - if yyb1400 { + if yyb1405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16721,20 +16769,20 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Replicas == nil { x.Replicas = new(int32) } - yym1402 := z.DecBinary() - _ = yym1402 + yym1407 := z.DecBinary() + _ = yym1407 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj1400++ - if yyhl1400 { - yyb1400 = yyj1400 > l + yyj1405++ + if yyhl1405 { + yyb1405 = yyj1405 > l } else { - yyb1400 = r.CheckBreak() + yyb1405 = r.CheckBreak() } - if yyb1400 { + if yyb1405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16749,13 +16797,13 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Selector.CodecDecodeSelf(d) } - yyj1400++ - if yyhl1400 { - yyb1400 = yyj1400 > l + yyj1405++ + if yyhl1405 { + yyb1405 = yyj1405 > l } else { - yyb1400 = r.CheckBreak() + yyb1405 = r.CheckBreak() } - if yyb1400 { + if yyb1405 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16771,17 +16819,17 @@ func (x *ReplicaSetSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Template.CodecDecodeSelf(d) } for { - yyj1400++ - if yyhl1400 { - yyb1400 = yyj1400 > l + yyj1405++ + if yyhl1405 { + yyb1405 = yyj1405 > l } else { - yyb1400 = r.CheckBreak() + yyb1405 = r.CheckBreak() } - if yyb1400 { + if yyb1405 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1400-1, "") + z.DecStructFieldNotFound(yyj1405-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16793,34 +16841,34 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1405 := z.EncBinary() - _ = yym1405 + yym1410 := z.EncBinary() + _ = yym1410 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1406 := !z.EncBinary() - yy2arr1406 := z.EncBasicHandle().StructToArray - var yyq1406 [2]bool - _, _, _ = yysep1406, yyq1406, yy2arr1406 - const yyr1406 bool = false - yyq1406[1] = x.ObservedGeneration != 0 - var yynn1406 int - if yyr1406 || yy2arr1406 { + yysep1411 := !z.EncBinary() + yy2arr1411 := z.EncBasicHandle().StructToArray + var yyq1411 [2]bool + _, _, _ = yysep1411, yyq1411, yy2arr1411 + const yyr1411 bool = false + yyq1411[1] = x.ObservedGeneration != 0 + var yynn1411 int + if yyr1411 || yy2arr1411 { r.EncodeArrayStart(2) } else { - yynn1406 = 1 - for _, b := range yyq1406 { + yynn1411 = 1 + for _, b := range yyq1411 { if b { - yynn1406++ + yynn1411++ } } - r.EncodeMapStart(yynn1406) - yynn1406 = 0 + r.EncodeMapStart(yynn1411) + yynn1411 = 0 } - if yyr1406 || yy2arr1406 { + if yyr1411 || yy2arr1411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1408 := z.EncBinary() - _ = yym1408 + yym1413 := z.EncBinary() + _ = yym1413 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -16829,18 +16877,18 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1409 := z.EncBinary() - _ = yym1409 + yym1414 := z.EncBinary() + _ = yym1414 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1406 || yy2arr1406 { + if yyr1411 || yy2arr1411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1406[1] { - yym1411 := z.EncBinary() - _ = yym1411 + if yyq1411[1] { + yym1416 := z.EncBinary() + _ = yym1416 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -16849,19 +16897,19 @@ func (x *ReplicaSetStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1406[1] { + if yyq1411[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1412 := z.EncBinary() - _ = yym1412 + yym1417 := z.EncBinary() + _ = yym1417 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1406 || yy2arr1406 { + if yyr1411 || yy2arr1411 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16874,25 +16922,25 @@ func (x *ReplicaSetStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1413 := z.DecBinary() - _ = yym1413 + yym1418 := z.DecBinary() + _ = yym1418 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1414 := r.ContainerType() - if yyct1414 == codecSelferValueTypeMap1234 { - yyl1414 := r.ReadMapStart() - if yyl1414 == 0 { + yyct1419 := r.ContainerType() + if yyct1419 == codecSelferValueTypeMap1234 { + yyl1419 := r.ReadMapStart() + if yyl1419 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1414, d) + x.codecDecodeSelfFromMap(yyl1419, d) } - } else if yyct1414 == codecSelferValueTypeArray1234 { - yyl1414 := r.ReadArrayStart() - if yyl1414 == 0 { + } else if yyct1419 == codecSelferValueTypeArray1234 { + yyl1419 := r.ReadArrayStart() + if yyl1419 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1414, d) + x.codecDecodeSelfFromArray(yyl1419, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16904,12 +16952,12 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1415Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1415Slc - var yyhl1415 bool = l >= 0 - for yyj1415 := 0; ; yyj1415++ { - if yyhl1415 { - if yyj1415 >= l { + var yys1420Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1420Slc + var yyhl1420 bool = l >= 0 + for yyj1420 := 0; ; yyj1420++ { + if yyhl1420 { + if yyj1420 >= l { break } } else { @@ -16918,10 +16966,10 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1415Slc = r.DecodeBytes(yys1415Slc, true, true) - yys1415 := string(yys1415Slc) + yys1420Slc = r.DecodeBytes(yys1420Slc, true, true) + yys1420 := string(yys1420Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1415 { + switch yys1420 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -16935,9 +16983,9 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1415) - } // end switch yys1415 - } // end for yyj1415 + z.DecStructFieldNotFound(-1, yys1420) + } // end switch yys1420 + } // end for yyj1420 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16945,16 +16993,16 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1418 int - var yyb1418 bool - var yyhl1418 bool = l >= 0 - yyj1418++ - if yyhl1418 { - yyb1418 = yyj1418 > l + var yyj1423 int + var yyb1423 bool + var yyhl1423 bool = l >= 0 + yyj1423++ + if yyhl1423 { + yyb1423 = yyj1423 > l } else { - yyb1418 = r.CheckBreak() + yyb1423 = r.CheckBreak() } - if yyb1418 { + if yyb1423 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16964,13 +17012,13 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj1418++ - if yyhl1418 { - yyb1418 = yyj1418 > l + yyj1423++ + if yyhl1423 { + yyb1423 = yyj1423 > l } else { - yyb1418 = r.CheckBreak() + yyb1423 = r.CheckBreak() } - if yyb1418 { + if yyb1423 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16981,17 +17029,17 @@ func (x *ReplicaSetStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1418++ - if yyhl1418 { - yyb1418 = yyj1418 > l + yyj1423++ + if yyhl1423 { + yyb1423 = yyj1423 > l } else { - yyb1418 = r.CheckBreak() + yyb1423 = r.CheckBreak() } - if yyb1418 { + if yyb1423 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1418-1, "") + z.DecStructFieldNotFound(yyj1423-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17001,10 +17049,10 @@ func (x codecSelfer1234) encSliceHorizontalPodAutoscaler(v []HorizontalPodAutosc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1421 := range v { + for _, yyv1426 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1422 := &yyv1421 - yy1422.CodecEncodeSelf(e) + yy1427 := &yyv1426 + yy1427.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17014,83 +17062,83 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1423 := *v - yyh1423, yyl1423 := z.DecSliceHelperStart() - var yyc1423 bool - if yyl1423 == 0 { - if yyv1423 == nil { - yyv1423 = []HorizontalPodAutoscaler{} - yyc1423 = true - } else if len(yyv1423) != 0 { - yyv1423 = yyv1423[:0] - yyc1423 = true + yyv1428 := *v + yyh1428, yyl1428 := z.DecSliceHelperStart() + var yyc1428 bool + if yyl1428 == 0 { + if yyv1428 == nil { + yyv1428 = []HorizontalPodAutoscaler{} + yyc1428 = true + } else if len(yyv1428) != 0 { + yyv1428 = yyv1428[:0] + yyc1428 = true } - } else if yyl1423 > 0 { - var yyrr1423, yyrl1423 int - var yyrt1423 bool - if yyl1423 > cap(yyv1423) { + } else if yyl1428 > 0 { + var yyrr1428, yyrl1428 int + var yyrt1428 bool + if yyl1428 > cap(yyv1428) { - yyrg1423 := len(yyv1423) > 0 - yyv21423 := yyv1423 - yyrl1423, yyrt1423 = z.DecInferLen(yyl1423, z.DecBasicHandle().MaxInitLen, 312) - if yyrt1423 { - if yyrl1423 <= cap(yyv1423) { - yyv1423 = yyv1423[:yyrl1423] + yyrg1428 := len(yyv1428) > 0 + yyv21428 := yyv1428 + yyrl1428, yyrt1428 = z.DecInferLen(yyl1428, z.DecBasicHandle().MaxInitLen, 312) + if yyrt1428 { + if yyrl1428 <= cap(yyv1428) { + yyv1428 = yyv1428[:yyrl1428] } else { - yyv1423 = make([]HorizontalPodAutoscaler, yyrl1423) + yyv1428 = make([]HorizontalPodAutoscaler, yyrl1428) } } else { - yyv1423 = make([]HorizontalPodAutoscaler, yyrl1423) + yyv1428 = make([]HorizontalPodAutoscaler, yyrl1428) } - yyc1423 = true - yyrr1423 = len(yyv1423) - if yyrg1423 { - copy(yyv1423, yyv21423) + yyc1428 = true + yyrr1428 = len(yyv1428) + if yyrg1428 { + copy(yyv1428, yyv21428) } - } else if yyl1423 != len(yyv1423) { - yyv1423 = yyv1423[:yyl1423] - yyc1423 = true + } else if yyl1428 != len(yyv1428) { + yyv1428 = yyv1428[:yyl1428] + yyc1428 = true } - yyj1423 := 0 - for ; yyj1423 < yyrr1423; yyj1423++ { - yyh1423.ElemContainerState(yyj1423) + yyj1428 := 0 + for ; yyj1428 < yyrr1428; yyj1428++ { + yyh1428.ElemContainerState(yyj1428) if r.TryDecodeAsNil() { - yyv1423[yyj1423] = HorizontalPodAutoscaler{} + yyv1428[yyj1428] = HorizontalPodAutoscaler{} } else { - yyv1424 := &yyv1423[yyj1423] - yyv1424.CodecDecodeSelf(d) + yyv1429 := &yyv1428[yyj1428] + yyv1429.CodecDecodeSelf(d) } } - if yyrt1423 { - for ; yyj1423 < yyl1423; yyj1423++ { - yyv1423 = append(yyv1423, HorizontalPodAutoscaler{}) - yyh1423.ElemContainerState(yyj1423) + if yyrt1428 { + for ; yyj1428 < yyl1428; yyj1428++ { + yyv1428 = append(yyv1428, HorizontalPodAutoscaler{}) + yyh1428.ElemContainerState(yyj1428) if r.TryDecodeAsNil() { - yyv1423[yyj1423] = HorizontalPodAutoscaler{} + yyv1428[yyj1428] = HorizontalPodAutoscaler{} } else { - yyv1425 := &yyv1423[yyj1423] - yyv1425.CodecDecodeSelf(d) + yyv1430 := &yyv1428[yyj1428] + yyv1430.CodecDecodeSelf(d) } } } } else { - yyj1423 := 0 - for ; !r.CheckBreak(); yyj1423++ { + yyj1428 := 0 + for ; !r.CheckBreak(); yyj1428++ { - if yyj1423 >= len(yyv1423) { - yyv1423 = append(yyv1423, HorizontalPodAutoscaler{}) // var yyz1423 HorizontalPodAutoscaler - yyc1423 = true + if yyj1428 >= len(yyv1428) { + yyv1428 = append(yyv1428, HorizontalPodAutoscaler{}) // var yyz1428 HorizontalPodAutoscaler + yyc1428 = true } - yyh1423.ElemContainerState(yyj1423) - if yyj1423 < len(yyv1423) { + yyh1428.ElemContainerState(yyj1428) + if yyj1428 < len(yyv1428) { if r.TryDecodeAsNil() { - yyv1423[yyj1423] = HorizontalPodAutoscaler{} + yyv1428[yyj1428] = HorizontalPodAutoscaler{} } else { - yyv1426 := &yyv1423[yyj1423] - yyv1426.CodecDecodeSelf(d) + yyv1431 := &yyv1428[yyj1428] + yyv1431.CodecDecodeSelf(d) } } else { @@ -17098,17 +17146,17 @@ func (x codecSelfer1234) decSliceHorizontalPodAutoscaler(v *[]HorizontalPodAutos } } - if yyj1423 < len(yyv1423) { - yyv1423 = yyv1423[:yyj1423] - yyc1423 = true - } else if yyj1423 == 0 && yyv1423 == nil { - yyv1423 = []HorizontalPodAutoscaler{} - yyc1423 = true + if yyj1428 < len(yyv1428) { + yyv1428 = yyv1428[:yyj1428] + yyc1428 = true + } else if yyj1428 == 0 && yyv1428 == nil { + yyv1428 = []HorizontalPodAutoscaler{} + yyc1428 = true } } - yyh1423.End() - if yyc1423 { - *v = yyv1423 + yyh1428.End() + if yyc1428 { + *v = yyv1428 } } @@ -17117,10 +17165,10 @@ func (x codecSelfer1234) encSliceAPIVersion(v []APIVersion, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1427 := range v { + for _, yyv1432 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1428 := &yyv1427 - yy1428.CodecEncodeSelf(e) + yy1433 := &yyv1432 + yy1433.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17130,83 +17178,83 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1429 := *v - yyh1429, yyl1429 := z.DecSliceHelperStart() - var yyc1429 bool - if yyl1429 == 0 { - if yyv1429 == nil { - yyv1429 = []APIVersion{} - yyc1429 = true - } else if len(yyv1429) != 0 { - yyv1429 = yyv1429[:0] - yyc1429 = true + yyv1434 := *v + yyh1434, yyl1434 := z.DecSliceHelperStart() + var yyc1434 bool + if yyl1434 == 0 { + if yyv1434 == nil { + yyv1434 = []APIVersion{} + yyc1434 = true + } else if len(yyv1434) != 0 { + yyv1434 = yyv1434[:0] + yyc1434 = true } - } else if yyl1429 > 0 { - var yyrr1429, yyrl1429 int - var yyrt1429 bool - if yyl1429 > cap(yyv1429) { + } else if yyl1434 > 0 { + var yyrr1434, yyrl1434 int + var yyrt1434 bool + if yyl1434 > cap(yyv1434) { - yyrg1429 := len(yyv1429) > 0 - yyv21429 := yyv1429 - yyrl1429, yyrt1429 = z.DecInferLen(yyl1429, z.DecBasicHandle().MaxInitLen, 32) - if yyrt1429 { - if yyrl1429 <= cap(yyv1429) { - yyv1429 = yyv1429[:yyrl1429] + yyrg1434 := len(yyv1434) > 0 + yyv21434 := yyv1434 + yyrl1434, yyrt1434 = z.DecInferLen(yyl1434, z.DecBasicHandle().MaxInitLen, 32) + if yyrt1434 { + if yyrl1434 <= cap(yyv1434) { + yyv1434 = yyv1434[:yyrl1434] } else { - yyv1429 = make([]APIVersion, yyrl1429) + yyv1434 = make([]APIVersion, yyrl1434) } } else { - yyv1429 = make([]APIVersion, yyrl1429) + yyv1434 = make([]APIVersion, yyrl1434) } - yyc1429 = true - yyrr1429 = len(yyv1429) - if yyrg1429 { - copy(yyv1429, yyv21429) + yyc1434 = true + yyrr1434 = len(yyv1434) + if yyrg1434 { + copy(yyv1434, yyv21434) } - } else if yyl1429 != len(yyv1429) { - yyv1429 = yyv1429[:yyl1429] - yyc1429 = true + } else if yyl1434 != len(yyv1434) { + yyv1434 = yyv1434[:yyl1434] + yyc1434 = true } - yyj1429 := 0 - for ; yyj1429 < yyrr1429; yyj1429++ { - yyh1429.ElemContainerState(yyj1429) + yyj1434 := 0 + for ; yyj1434 < yyrr1434; yyj1434++ { + yyh1434.ElemContainerState(yyj1434) if r.TryDecodeAsNil() { - yyv1429[yyj1429] = APIVersion{} + yyv1434[yyj1434] = APIVersion{} } else { - yyv1430 := &yyv1429[yyj1429] - yyv1430.CodecDecodeSelf(d) + yyv1435 := &yyv1434[yyj1434] + yyv1435.CodecDecodeSelf(d) } } - if yyrt1429 { - for ; yyj1429 < yyl1429; yyj1429++ { - yyv1429 = append(yyv1429, APIVersion{}) - yyh1429.ElemContainerState(yyj1429) + if yyrt1434 { + for ; yyj1434 < yyl1434; yyj1434++ { + yyv1434 = append(yyv1434, APIVersion{}) + yyh1434.ElemContainerState(yyj1434) if r.TryDecodeAsNil() { - yyv1429[yyj1429] = APIVersion{} + yyv1434[yyj1434] = APIVersion{} } else { - yyv1431 := &yyv1429[yyj1429] - yyv1431.CodecDecodeSelf(d) + yyv1436 := &yyv1434[yyj1434] + yyv1436.CodecDecodeSelf(d) } } } } else { - yyj1429 := 0 - for ; !r.CheckBreak(); yyj1429++ { + yyj1434 := 0 + for ; !r.CheckBreak(); yyj1434++ { - if yyj1429 >= len(yyv1429) { - yyv1429 = append(yyv1429, APIVersion{}) // var yyz1429 APIVersion - yyc1429 = true + if yyj1434 >= len(yyv1434) { + yyv1434 = append(yyv1434, APIVersion{}) // var yyz1434 APIVersion + yyc1434 = true } - yyh1429.ElemContainerState(yyj1429) - if yyj1429 < len(yyv1429) { + yyh1434.ElemContainerState(yyj1434) + if yyj1434 < len(yyv1434) { if r.TryDecodeAsNil() { - yyv1429[yyj1429] = APIVersion{} + yyv1434[yyj1434] = APIVersion{} } else { - yyv1432 := &yyv1429[yyj1429] - yyv1432.CodecDecodeSelf(d) + yyv1437 := &yyv1434[yyj1434] + yyv1437.CodecDecodeSelf(d) } } else { @@ -17214,17 +17262,17 @@ func (x codecSelfer1234) decSliceAPIVersion(v *[]APIVersion, d *codec1978.Decode } } - if yyj1429 < len(yyv1429) { - yyv1429 = yyv1429[:yyj1429] - yyc1429 = true - } else if yyj1429 == 0 && yyv1429 == nil { - yyv1429 = []APIVersion{} - yyc1429 = true + if yyj1434 < len(yyv1434) { + yyv1434 = yyv1434[:yyj1434] + yyc1434 = true + } else if yyj1434 == 0 && yyv1434 == nil { + yyv1434 = []APIVersion{} + yyc1434 = true } } - yyh1429.End() - if yyc1429 { - *v = yyv1429 + yyh1434.End() + if yyc1434 { + *v = yyv1434 } } @@ -17233,10 +17281,10 @@ func (x codecSelfer1234) encSliceThirdPartyResource(v []ThirdPartyResource, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1433 := range v { + for _, yyv1438 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1434 := &yyv1433 - yy1434.CodecEncodeSelf(e) + yy1439 := &yyv1438 + yy1439.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17246,83 +17294,83 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1435 := *v - yyh1435, yyl1435 := z.DecSliceHelperStart() - var yyc1435 bool - if yyl1435 == 0 { - if yyv1435 == nil { - yyv1435 = []ThirdPartyResource{} - yyc1435 = true - } else if len(yyv1435) != 0 { - yyv1435 = yyv1435[:0] - yyc1435 = true + yyv1440 := *v + yyh1440, yyl1440 := z.DecSliceHelperStart() + var yyc1440 bool + if yyl1440 == 0 { + if yyv1440 == nil { + yyv1440 = []ThirdPartyResource{} + yyc1440 = true + } else if len(yyv1440) != 0 { + yyv1440 = yyv1440[:0] + yyc1440 = true } - } else if yyl1435 > 0 { - var yyrr1435, yyrl1435 int - var yyrt1435 bool - if yyl1435 > cap(yyv1435) { + } else if yyl1440 > 0 { + var yyrr1440, yyrl1440 int + var yyrt1440 bool + if yyl1440 > cap(yyv1440) { - yyrg1435 := len(yyv1435) > 0 - yyv21435 := yyv1435 - yyrl1435, yyrt1435 = z.DecInferLen(yyl1435, z.DecBasicHandle().MaxInitLen, 232) - if yyrt1435 { - if yyrl1435 <= cap(yyv1435) { - yyv1435 = yyv1435[:yyrl1435] + yyrg1440 := len(yyv1440) > 0 + yyv21440 := yyv1440 + yyrl1440, yyrt1440 = z.DecInferLen(yyl1440, z.DecBasicHandle().MaxInitLen, 232) + if yyrt1440 { + if yyrl1440 <= cap(yyv1440) { + yyv1440 = yyv1440[:yyrl1440] } else { - yyv1435 = make([]ThirdPartyResource, yyrl1435) + yyv1440 = make([]ThirdPartyResource, yyrl1440) } } else { - yyv1435 = make([]ThirdPartyResource, yyrl1435) + yyv1440 = make([]ThirdPartyResource, yyrl1440) } - yyc1435 = true - yyrr1435 = len(yyv1435) - if yyrg1435 { - copy(yyv1435, yyv21435) + yyc1440 = true + yyrr1440 = len(yyv1440) + if yyrg1440 { + copy(yyv1440, yyv21440) } - } else if yyl1435 != len(yyv1435) { - yyv1435 = yyv1435[:yyl1435] - yyc1435 = true + } else if yyl1440 != len(yyv1440) { + yyv1440 = yyv1440[:yyl1440] + yyc1440 = true } - yyj1435 := 0 - for ; yyj1435 < yyrr1435; yyj1435++ { - yyh1435.ElemContainerState(yyj1435) + yyj1440 := 0 + for ; yyj1440 < yyrr1440; yyj1440++ { + yyh1440.ElemContainerState(yyj1440) if r.TryDecodeAsNil() { - yyv1435[yyj1435] = ThirdPartyResource{} + yyv1440[yyj1440] = ThirdPartyResource{} } else { - yyv1436 := &yyv1435[yyj1435] - yyv1436.CodecDecodeSelf(d) + yyv1441 := &yyv1440[yyj1440] + yyv1441.CodecDecodeSelf(d) } } - if yyrt1435 { - for ; yyj1435 < yyl1435; yyj1435++ { - yyv1435 = append(yyv1435, ThirdPartyResource{}) - yyh1435.ElemContainerState(yyj1435) + if yyrt1440 { + for ; yyj1440 < yyl1440; yyj1440++ { + yyv1440 = append(yyv1440, ThirdPartyResource{}) + yyh1440.ElemContainerState(yyj1440) if r.TryDecodeAsNil() { - yyv1435[yyj1435] = ThirdPartyResource{} + yyv1440[yyj1440] = ThirdPartyResource{} } else { - yyv1437 := &yyv1435[yyj1435] - yyv1437.CodecDecodeSelf(d) + yyv1442 := &yyv1440[yyj1440] + yyv1442.CodecDecodeSelf(d) } } } } else { - yyj1435 := 0 - for ; !r.CheckBreak(); yyj1435++ { + yyj1440 := 0 + for ; !r.CheckBreak(); yyj1440++ { - if yyj1435 >= len(yyv1435) { - yyv1435 = append(yyv1435, ThirdPartyResource{}) // var yyz1435 ThirdPartyResource - yyc1435 = true + if yyj1440 >= len(yyv1440) { + yyv1440 = append(yyv1440, ThirdPartyResource{}) // var yyz1440 ThirdPartyResource + yyc1440 = true } - yyh1435.ElemContainerState(yyj1435) - if yyj1435 < len(yyv1435) { + yyh1440.ElemContainerState(yyj1440) + if yyj1440 < len(yyv1440) { if r.TryDecodeAsNil() { - yyv1435[yyj1435] = ThirdPartyResource{} + yyv1440[yyj1440] = ThirdPartyResource{} } else { - yyv1438 := &yyv1435[yyj1435] - yyv1438.CodecDecodeSelf(d) + yyv1443 := &yyv1440[yyj1440] + yyv1443.CodecDecodeSelf(d) } } else { @@ -17330,17 +17378,17 @@ func (x codecSelfer1234) decSliceThirdPartyResource(v *[]ThirdPartyResource, d * } } - if yyj1435 < len(yyv1435) { - yyv1435 = yyv1435[:yyj1435] - yyc1435 = true - } else if yyj1435 == 0 && yyv1435 == nil { - yyv1435 = []ThirdPartyResource{} - yyc1435 = true + if yyj1440 < len(yyv1440) { + yyv1440 = yyv1440[:yyj1440] + yyc1440 = true + } else if yyj1440 == 0 && yyv1440 == nil { + yyv1440 = []ThirdPartyResource{} + yyc1440 = true } } - yyh1435.End() - if yyc1435 { - *v = yyv1435 + yyh1440.End() + if yyc1440 { + *v = yyv1440 } } @@ -17349,10 +17397,10 @@ func (x codecSelfer1234) encSliceDeployment(v []Deployment, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1439 := range v { + for _, yyv1444 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1440 := &yyv1439 - yy1440.CodecEncodeSelf(e) + yy1445 := &yyv1444 + yy1445.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17362,83 +17410,83 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1441 := *v - yyh1441, yyl1441 := z.DecSliceHelperStart() - var yyc1441 bool - if yyl1441 == 0 { - if yyv1441 == nil { - yyv1441 = []Deployment{} - yyc1441 = true - } else if len(yyv1441) != 0 { - yyv1441 = yyv1441[:0] - yyc1441 = true + yyv1446 := *v + yyh1446, yyl1446 := z.DecSliceHelperStart() + var yyc1446 bool + if yyl1446 == 0 { + if yyv1446 == nil { + yyv1446 = []Deployment{} + yyc1446 = true + } else if len(yyv1446) != 0 { + yyv1446 = yyv1446[:0] + yyc1446 = true } - } else if yyl1441 > 0 { - var yyrr1441, yyrl1441 int - var yyrt1441 bool - if yyl1441 > cap(yyv1441) { + } else if yyl1446 > 0 { + var yyrr1446, yyrl1446 int + var yyrt1446 bool + if yyl1446 > cap(yyv1446) { - yyrg1441 := len(yyv1441) > 0 - yyv21441 := yyv1441 - yyrl1441, yyrt1441 = z.DecInferLen(yyl1441, z.DecBasicHandle().MaxInitLen, 608) - if yyrt1441 { - if yyrl1441 <= cap(yyv1441) { - yyv1441 = yyv1441[:yyrl1441] + yyrg1446 := len(yyv1446) > 0 + yyv21446 := yyv1446 + yyrl1446, yyrt1446 = z.DecInferLen(yyl1446, z.DecBasicHandle().MaxInitLen, 616) + if yyrt1446 { + if yyrl1446 <= cap(yyv1446) { + yyv1446 = yyv1446[:yyrl1446] } else { - yyv1441 = make([]Deployment, yyrl1441) + yyv1446 = make([]Deployment, yyrl1446) } } else { - yyv1441 = make([]Deployment, yyrl1441) + yyv1446 = make([]Deployment, yyrl1446) } - yyc1441 = true - yyrr1441 = len(yyv1441) - if yyrg1441 { - copy(yyv1441, yyv21441) + yyc1446 = true + yyrr1446 = len(yyv1446) + if yyrg1446 { + copy(yyv1446, yyv21446) } - } else if yyl1441 != len(yyv1441) { - yyv1441 = yyv1441[:yyl1441] - yyc1441 = true + } else if yyl1446 != len(yyv1446) { + yyv1446 = yyv1446[:yyl1446] + yyc1446 = true } - yyj1441 := 0 - for ; yyj1441 < yyrr1441; yyj1441++ { - yyh1441.ElemContainerState(yyj1441) + yyj1446 := 0 + for ; yyj1446 < yyrr1446; yyj1446++ { + yyh1446.ElemContainerState(yyj1446) if r.TryDecodeAsNil() { - yyv1441[yyj1441] = Deployment{} + yyv1446[yyj1446] = Deployment{} } else { - yyv1442 := &yyv1441[yyj1441] - yyv1442.CodecDecodeSelf(d) + yyv1447 := &yyv1446[yyj1446] + yyv1447.CodecDecodeSelf(d) } } - if yyrt1441 { - for ; yyj1441 < yyl1441; yyj1441++ { - yyv1441 = append(yyv1441, Deployment{}) - yyh1441.ElemContainerState(yyj1441) + if yyrt1446 { + for ; yyj1446 < yyl1446; yyj1446++ { + yyv1446 = append(yyv1446, Deployment{}) + yyh1446.ElemContainerState(yyj1446) if r.TryDecodeAsNil() { - yyv1441[yyj1441] = Deployment{} + yyv1446[yyj1446] = Deployment{} } else { - yyv1443 := &yyv1441[yyj1441] - yyv1443.CodecDecodeSelf(d) + yyv1448 := &yyv1446[yyj1446] + yyv1448.CodecDecodeSelf(d) } } } } else { - yyj1441 := 0 - for ; !r.CheckBreak(); yyj1441++ { + yyj1446 := 0 + for ; !r.CheckBreak(); yyj1446++ { - if yyj1441 >= len(yyv1441) { - yyv1441 = append(yyv1441, Deployment{}) // var yyz1441 Deployment - yyc1441 = true + if yyj1446 >= len(yyv1446) { + yyv1446 = append(yyv1446, Deployment{}) // var yyz1446 Deployment + yyc1446 = true } - yyh1441.ElemContainerState(yyj1441) - if yyj1441 < len(yyv1441) { + yyh1446.ElemContainerState(yyj1446) + if yyj1446 < len(yyv1446) { if r.TryDecodeAsNil() { - yyv1441[yyj1441] = Deployment{} + yyv1446[yyj1446] = Deployment{} } else { - yyv1444 := &yyv1441[yyj1441] - yyv1444.CodecDecodeSelf(d) + yyv1449 := &yyv1446[yyj1446] + yyv1449.CodecDecodeSelf(d) } } else { @@ -17446,17 +17494,17 @@ func (x codecSelfer1234) decSliceDeployment(v *[]Deployment, d *codec1978.Decode } } - if yyj1441 < len(yyv1441) { - yyv1441 = yyv1441[:yyj1441] - yyc1441 = true - } else if yyj1441 == 0 && yyv1441 == nil { - yyv1441 = []Deployment{} - yyc1441 = true + if yyj1446 < len(yyv1446) { + yyv1446 = yyv1446[:yyj1446] + yyc1446 = true + } else if yyj1446 == 0 && yyv1446 == nil { + yyv1446 = []Deployment{} + yyc1446 = true } } - yyh1441.End() - if yyc1441 { - *v = yyv1441 + yyh1446.End() + if yyc1446 { + *v = yyv1446 } } @@ -17465,10 +17513,10 @@ func (x codecSelfer1234) encSliceDaemonSet(v []DaemonSet, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1445 := range v { + for _, yyv1450 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1446 := &yyv1445 - yy1446.CodecEncodeSelf(e) + yy1451 := &yyv1450 + yy1451.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17478,83 +17526,83 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1447 := *v - yyh1447, yyl1447 := z.DecSliceHelperStart() - var yyc1447 bool - if yyl1447 == 0 { - if yyv1447 == nil { - yyv1447 = []DaemonSet{} - yyc1447 = true - } else if len(yyv1447) != 0 { - yyv1447 = yyv1447[:0] - yyc1447 = true + yyv1452 := *v + yyh1452, yyl1452 := z.DecSliceHelperStart() + var yyc1452 bool + if yyl1452 == 0 { + if yyv1452 == nil { + yyv1452 = []DaemonSet{} + yyc1452 = true + } else if len(yyv1452) != 0 { + yyv1452 = yyv1452[:0] + yyc1452 = true } - } else if yyl1447 > 0 { - var yyrr1447, yyrl1447 int - var yyrt1447 bool - if yyl1447 > cap(yyv1447) { + } else if yyl1452 > 0 { + var yyrr1452, yyrl1452 int + var yyrt1452 bool + if yyl1452 > cap(yyv1452) { - yyrg1447 := len(yyv1447) > 0 - yyv21447 := yyv1447 - yyrl1447, yyrt1447 = z.DecInferLen(yyl1447, z.DecBasicHandle().MaxInitLen, 256) - if yyrt1447 { - if yyrl1447 <= cap(yyv1447) { - yyv1447 = yyv1447[:yyrl1447] + yyrg1452 := len(yyv1452) > 0 + yyv21452 := yyv1452 + yyrl1452, yyrt1452 = z.DecInferLen(yyl1452, z.DecBasicHandle().MaxInitLen, 256) + if yyrt1452 { + if yyrl1452 <= cap(yyv1452) { + yyv1452 = yyv1452[:yyrl1452] } else { - yyv1447 = make([]DaemonSet, yyrl1447) + yyv1452 = make([]DaemonSet, yyrl1452) } } else { - yyv1447 = make([]DaemonSet, yyrl1447) + yyv1452 = make([]DaemonSet, yyrl1452) } - yyc1447 = true - yyrr1447 = len(yyv1447) - if yyrg1447 { - copy(yyv1447, yyv21447) + yyc1452 = true + yyrr1452 = len(yyv1452) + if yyrg1452 { + copy(yyv1452, yyv21452) } - } else if yyl1447 != len(yyv1447) { - yyv1447 = yyv1447[:yyl1447] - yyc1447 = true + } else if yyl1452 != len(yyv1452) { + yyv1452 = yyv1452[:yyl1452] + yyc1452 = true } - yyj1447 := 0 - for ; yyj1447 < yyrr1447; yyj1447++ { - yyh1447.ElemContainerState(yyj1447) + yyj1452 := 0 + for ; yyj1452 < yyrr1452; yyj1452++ { + yyh1452.ElemContainerState(yyj1452) if r.TryDecodeAsNil() { - yyv1447[yyj1447] = DaemonSet{} + yyv1452[yyj1452] = DaemonSet{} } else { - yyv1448 := &yyv1447[yyj1447] - yyv1448.CodecDecodeSelf(d) + yyv1453 := &yyv1452[yyj1452] + yyv1453.CodecDecodeSelf(d) } } - if yyrt1447 { - for ; yyj1447 < yyl1447; yyj1447++ { - yyv1447 = append(yyv1447, DaemonSet{}) - yyh1447.ElemContainerState(yyj1447) + if yyrt1452 { + for ; yyj1452 < yyl1452; yyj1452++ { + yyv1452 = append(yyv1452, DaemonSet{}) + yyh1452.ElemContainerState(yyj1452) if r.TryDecodeAsNil() { - yyv1447[yyj1447] = DaemonSet{} + yyv1452[yyj1452] = DaemonSet{} } else { - yyv1449 := &yyv1447[yyj1447] - yyv1449.CodecDecodeSelf(d) + yyv1454 := &yyv1452[yyj1452] + yyv1454.CodecDecodeSelf(d) } } } } else { - yyj1447 := 0 - for ; !r.CheckBreak(); yyj1447++ { + yyj1452 := 0 + for ; !r.CheckBreak(); yyj1452++ { - if yyj1447 >= len(yyv1447) { - yyv1447 = append(yyv1447, DaemonSet{}) // var yyz1447 DaemonSet - yyc1447 = true + if yyj1452 >= len(yyv1452) { + yyv1452 = append(yyv1452, DaemonSet{}) // var yyz1452 DaemonSet + yyc1452 = true } - yyh1447.ElemContainerState(yyj1447) - if yyj1447 < len(yyv1447) { + yyh1452.ElemContainerState(yyj1452) + if yyj1452 < len(yyv1452) { if r.TryDecodeAsNil() { - yyv1447[yyj1447] = DaemonSet{} + yyv1452[yyj1452] = DaemonSet{} } else { - yyv1450 := &yyv1447[yyj1447] - yyv1450.CodecDecodeSelf(d) + yyv1455 := &yyv1452[yyj1452] + yyv1455.CodecDecodeSelf(d) } } else { @@ -17562,17 +17610,17 @@ func (x codecSelfer1234) decSliceDaemonSet(v *[]DaemonSet, d *codec1978.Decoder) } } - if yyj1447 < len(yyv1447) { - yyv1447 = yyv1447[:yyj1447] - yyc1447 = true - } else if yyj1447 == 0 && yyv1447 == nil { - yyv1447 = []DaemonSet{} - yyc1447 = true + if yyj1452 < len(yyv1452) { + yyv1452 = yyv1452[:yyj1452] + yyc1452 = true + } else if yyj1452 == 0 && yyv1452 == nil { + yyv1452 = []DaemonSet{} + yyc1452 = true } } - yyh1447.End() - if yyc1447 { - *v = yyv1447 + yyh1452.End() + if yyc1452 { + *v = yyv1452 } } @@ -17581,10 +17629,10 @@ func (x codecSelfer1234) encSliceThirdPartyResourceData(v []ThirdPartyResourceDa z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1451 := range v { + for _, yyv1456 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1452 := &yyv1451 - yy1452.CodecEncodeSelf(e) + yy1457 := &yyv1456 + yy1457.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17594,83 +17642,83 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1453 := *v - yyh1453, yyl1453 := z.DecSliceHelperStart() - var yyc1453 bool - if yyl1453 == 0 { - if yyv1453 == nil { - yyv1453 = []ThirdPartyResourceData{} - yyc1453 = true - } else if len(yyv1453) != 0 { - yyv1453 = yyv1453[:0] - yyc1453 = true + yyv1458 := *v + yyh1458, yyl1458 := z.DecSliceHelperStart() + var yyc1458 bool + if yyl1458 == 0 { + if yyv1458 == nil { + yyv1458 = []ThirdPartyResourceData{} + yyc1458 = true + } else if len(yyv1458) != 0 { + yyv1458 = yyv1458[:0] + yyc1458 = true } - } else if yyl1453 > 0 { - var yyrr1453, yyrl1453 int - var yyrt1453 bool - if yyl1453 > cap(yyv1453) { + } else if yyl1458 > 0 { + var yyrr1458, yyrl1458 int + var yyrt1458 bool + if yyl1458 > cap(yyv1458) { - yyrg1453 := len(yyv1453) > 0 - yyv21453 := yyv1453 - yyrl1453, yyrt1453 = z.DecInferLen(yyl1453, z.DecBasicHandle().MaxInitLen, 216) - if yyrt1453 { - if yyrl1453 <= cap(yyv1453) { - yyv1453 = yyv1453[:yyrl1453] + yyrg1458 := len(yyv1458) > 0 + yyv21458 := yyv1458 + yyrl1458, yyrt1458 = z.DecInferLen(yyl1458, z.DecBasicHandle().MaxInitLen, 216) + if yyrt1458 { + if yyrl1458 <= cap(yyv1458) { + yyv1458 = yyv1458[:yyrl1458] } else { - yyv1453 = make([]ThirdPartyResourceData, yyrl1453) + yyv1458 = make([]ThirdPartyResourceData, yyrl1458) } } else { - yyv1453 = make([]ThirdPartyResourceData, yyrl1453) + yyv1458 = make([]ThirdPartyResourceData, yyrl1458) } - yyc1453 = true - yyrr1453 = len(yyv1453) - if yyrg1453 { - copy(yyv1453, yyv21453) + yyc1458 = true + yyrr1458 = len(yyv1458) + if yyrg1458 { + copy(yyv1458, yyv21458) } - } else if yyl1453 != len(yyv1453) { - yyv1453 = yyv1453[:yyl1453] - yyc1453 = true + } else if yyl1458 != len(yyv1458) { + yyv1458 = yyv1458[:yyl1458] + yyc1458 = true } - yyj1453 := 0 - for ; yyj1453 < yyrr1453; yyj1453++ { - yyh1453.ElemContainerState(yyj1453) + yyj1458 := 0 + for ; yyj1458 < yyrr1458; yyj1458++ { + yyh1458.ElemContainerState(yyj1458) if r.TryDecodeAsNil() { - yyv1453[yyj1453] = ThirdPartyResourceData{} + yyv1458[yyj1458] = ThirdPartyResourceData{} } else { - yyv1454 := &yyv1453[yyj1453] - yyv1454.CodecDecodeSelf(d) + yyv1459 := &yyv1458[yyj1458] + yyv1459.CodecDecodeSelf(d) } } - if yyrt1453 { - for ; yyj1453 < yyl1453; yyj1453++ { - yyv1453 = append(yyv1453, ThirdPartyResourceData{}) - yyh1453.ElemContainerState(yyj1453) + if yyrt1458 { + for ; yyj1458 < yyl1458; yyj1458++ { + yyv1458 = append(yyv1458, ThirdPartyResourceData{}) + yyh1458.ElemContainerState(yyj1458) if r.TryDecodeAsNil() { - yyv1453[yyj1453] = ThirdPartyResourceData{} + yyv1458[yyj1458] = ThirdPartyResourceData{} } else { - yyv1455 := &yyv1453[yyj1453] - yyv1455.CodecDecodeSelf(d) + yyv1460 := &yyv1458[yyj1458] + yyv1460.CodecDecodeSelf(d) } } } } else { - yyj1453 := 0 - for ; !r.CheckBreak(); yyj1453++ { + yyj1458 := 0 + for ; !r.CheckBreak(); yyj1458++ { - if yyj1453 >= len(yyv1453) { - yyv1453 = append(yyv1453, ThirdPartyResourceData{}) // var yyz1453 ThirdPartyResourceData - yyc1453 = true + if yyj1458 >= len(yyv1458) { + yyv1458 = append(yyv1458, ThirdPartyResourceData{}) // var yyz1458 ThirdPartyResourceData + yyc1458 = true } - yyh1453.ElemContainerState(yyj1453) - if yyj1453 < len(yyv1453) { + yyh1458.ElemContainerState(yyj1458) + if yyj1458 < len(yyv1458) { if r.TryDecodeAsNil() { - yyv1453[yyj1453] = ThirdPartyResourceData{} + yyv1458[yyj1458] = ThirdPartyResourceData{} } else { - yyv1456 := &yyv1453[yyj1453] - yyv1456.CodecDecodeSelf(d) + yyv1461 := &yyv1458[yyj1458] + yyv1461.CodecDecodeSelf(d) } } else { @@ -17678,17 +17726,17 @@ func (x codecSelfer1234) decSliceThirdPartyResourceData(v *[]ThirdPartyResourceD } } - if yyj1453 < len(yyv1453) { - yyv1453 = yyv1453[:yyj1453] - yyc1453 = true - } else if yyj1453 == 0 && yyv1453 == nil { - yyv1453 = []ThirdPartyResourceData{} - yyc1453 = true + if yyj1458 < len(yyv1458) { + yyv1458 = yyv1458[:yyj1458] + yyc1458 = true + } else if yyj1458 == 0 && yyv1458 == nil { + yyv1458 = []ThirdPartyResourceData{} + yyc1458 = true } } - yyh1453.End() - if yyc1453 { - *v = yyv1453 + yyh1458.End() + if yyc1458 { + *v = yyv1458 } } @@ -17697,10 +17745,10 @@ func (x codecSelfer1234) encSliceJob(v []Job, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1457 := range v { + for _, yyv1462 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1458 := &yyv1457 - yy1458.CodecEncodeSelf(e) + yy1463 := &yyv1462 + yy1463.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17710,83 +17758,83 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1459 := *v - yyh1459, yyl1459 := z.DecSliceHelperStart() - var yyc1459 bool - if yyl1459 == 0 { - if yyv1459 == nil { - yyv1459 = []Job{} - yyc1459 = true - } else if len(yyv1459) != 0 { - yyv1459 = yyv1459[:0] - yyc1459 = true + yyv1464 := *v + yyh1464, yyl1464 := z.DecSliceHelperStart() + var yyc1464 bool + if yyl1464 == 0 { + if yyv1464 == nil { + yyv1464 = []Job{} + yyc1464 = true + } else if len(yyv1464) != 0 { + yyv1464 = yyv1464[:0] + yyc1464 = true } - } else if yyl1459 > 0 { - var yyrr1459, yyrl1459 int - var yyrt1459 bool - if yyl1459 > cap(yyv1459) { + } else if yyl1464 > 0 { + var yyrr1464, yyrl1464 int + var yyrt1464 bool + if yyl1464 > cap(yyv1464) { - yyrg1459 := len(yyv1459) > 0 - yyv21459 := yyv1459 - yyrl1459, yyrt1459 = z.DecInferLen(yyl1459, z.DecBasicHandle().MaxInitLen, 632) - if yyrt1459 { - if yyrl1459 <= cap(yyv1459) { - yyv1459 = yyv1459[:yyrl1459] + yyrg1464 := len(yyv1464) > 0 + yyv21464 := yyv1464 + yyrl1464, yyrt1464 = z.DecInferLen(yyl1464, z.DecBasicHandle().MaxInitLen, 632) + if yyrt1464 { + if yyrl1464 <= cap(yyv1464) { + yyv1464 = yyv1464[:yyrl1464] } else { - yyv1459 = make([]Job, yyrl1459) + yyv1464 = make([]Job, yyrl1464) } } else { - yyv1459 = make([]Job, yyrl1459) + yyv1464 = make([]Job, yyrl1464) } - yyc1459 = true - yyrr1459 = len(yyv1459) - if yyrg1459 { - copy(yyv1459, yyv21459) + yyc1464 = true + yyrr1464 = len(yyv1464) + if yyrg1464 { + copy(yyv1464, yyv21464) } - } else if yyl1459 != len(yyv1459) { - yyv1459 = yyv1459[:yyl1459] - yyc1459 = true + } else if yyl1464 != len(yyv1464) { + yyv1464 = yyv1464[:yyl1464] + yyc1464 = true } - yyj1459 := 0 - for ; yyj1459 < yyrr1459; yyj1459++ { - yyh1459.ElemContainerState(yyj1459) + yyj1464 := 0 + for ; yyj1464 < yyrr1464; yyj1464++ { + yyh1464.ElemContainerState(yyj1464) if r.TryDecodeAsNil() { - yyv1459[yyj1459] = Job{} + yyv1464[yyj1464] = Job{} } else { - yyv1460 := &yyv1459[yyj1459] - yyv1460.CodecDecodeSelf(d) + yyv1465 := &yyv1464[yyj1464] + yyv1465.CodecDecodeSelf(d) } } - if yyrt1459 { - for ; yyj1459 < yyl1459; yyj1459++ { - yyv1459 = append(yyv1459, Job{}) - yyh1459.ElemContainerState(yyj1459) + if yyrt1464 { + for ; yyj1464 < yyl1464; yyj1464++ { + yyv1464 = append(yyv1464, Job{}) + yyh1464.ElemContainerState(yyj1464) if r.TryDecodeAsNil() { - yyv1459[yyj1459] = Job{} + yyv1464[yyj1464] = Job{} } else { - yyv1461 := &yyv1459[yyj1459] - yyv1461.CodecDecodeSelf(d) + yyv1466 := &yyv1464[yyj1464] + yyv1466.CodecDecodeSelf(d) } } } } else { - yyj1459 := 0 - for ; !r.CheckBreak(); yyj1459++ { + yyj1464 := 0 + for ; !r.CheckBreak(); yyj1464++ { - if yyj1459 >= len(yyv1459) { - yyv1459 = append(yyv1459, Job{}) // var yyz1459 Job - yyc1459 = true + if yyj1464 >= len(yyv1464) { + yyv1464 = append(yyv1464, Job{}) // var yyz1464 Job + yyc1464 = true } - yyh1459.ElemContainerState(yyj1459) - if yyj1459 < len(yyv1459) { + yyh1464.ElemContainerState(yyj1464) + if yyj1464 < len(yyv1464) { if r.TryDecodeAsNil() { - yyv1459[yyj1459] = Job{} + yyv1464[yyj1464] = Job{} } else { - yyv1462 := &yyv1459[yyj1459] - yyv1462.CodecDecodeSelf(d) + yyv1467 := &yyv1464[yyj1464] + yyv1467.CodecDecodeSelf(d) } } else { @@ -17794,17 +17842,17 @@ func (x codecSelfer1234) decSliceJob(v *[]Job, d *codec1978.Decoder) { } } - if yyj1459 < len(yyv1459) { - yyv1459 = yyv1459[:yyj1459] - yyc1459 = true - } else if yyj1459 == 0 && yyv1459 == nil { - yyv1459 = []Job{} - yyc1459 = true + if yyj1464 < len(yyv1464) { + yyv1464 = yyv1464[:yyj1464] + yyc1464 = true + } else if yyj1464 == 0 && yyv1464 == nil { + yyv1464 = []Job{} + yyc1464 = true } } - yyh1459.End() - if yyc1459 { - *v = yyv1459 + yyh1464.End() + if yyc1464 { + *v = yyv1464 } } @@ -17813,10 +17861,10 @@ func (x codecSelfer1234) encSliceJobCondition(v []JobCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1463 := range v { + for _, yyv1468 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1464 := &yyv1463 - yy1464.CodecEncodeSelf(e) + yy1469 := &yyv1468 + yy1469.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17826,83 +17874,83 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1465 := *v - yyh1465, yyl1465 := z.DecSliceHelperStart() - var yyc1465 bool - if yyl1465 == 0 { - if yyv1465 == nil { - yyv1465 = []JobCondition{} - yyc1465 = true - } else if len(yyv1465) != 0 { - yyv1465 = yyv1465[:0] - yyc1465 = true + yyv1470 := *v + yyh1470, yyl1470 := z.DecSliceHelperStart() + var yyc1470 bool + if yyl1470 == 0 { + if yyv1470 == nil { + yyv1470 = []JobCondition{} + yyc1470 = true + } else if len(yyv1470) != 0 { + yyv1470 = yyv1470[:0] + yyc1470 = true } - } else if yyl1465 > 0 { - var yyrr1465, yyrl1465 int - var yyrt1465 bool - if yyl1465 > cap(yyv1465) { + } else if yyl1470 > 0 { + var yyrr1470, yyrl1470 int + var yyrt1470 bool + if yyl1470 > cap(yyv1470) { - yyrg1465 := len(yyv1465) > 0 - yyv21465 := yyv1465 - yyrl1465, yyrt1465 = z.DecInferLen(yyl1465, z.DecBasicHandle().MaxInitLen, 112) - if yyrt1465 { - if yyrl1465 <= cap(yyv1465) { - yyv1465 = yyv1465[:yyrl1465] + yyrg1470 := len(yyv1470) > 0 + yyv21470 := yyv1470 + yyrl1470, yyrt1470 = z.DecInferLen(yyl1470, z.DecBasicHandle().MaxInitLen, 112) + if yyrt1470 { + if yyrl1470 <= cap(yyv1470) { + yyv1470 = yyv1470[:yyrl1470] } else { - yyv1465 = make([]JobCondition, yyrl1465) + yyv1470 = make([]JobCondition, yyrl1470) } } else { - yyv1465 = make([]JobCondition, yyrl1465) + yyv1470 = make([]JobCondition, yyrl1470) } - yyc1465 = true - yyrr1465 = len(yyv1465) - if yyrg1465 { - copy(yyv1465, yyv21465) + yyc1470 = true + yyrr1470 = len(yyv1470) + if yyrg1470 { + copy(yyv1470, yyv21470) } - } else if yyl1465 != len(yyv1465) { - yyv1465 = yyv1465[:yyl1465] - yyc1465 = true + } else if yyl1470 != len(yyv1470) { + yyv1470 = yyv1470[:yyl1470] + yyc1470 = true } - yyj1465 := 0 - for ; yyj1465 < yyrr1465; yyj1465++ { - yyh1465.ElemContainerState(yyj1465) + yyj1470 := 0 + for ; yyj1470 < yyrr1470; yyj1470++ { + yyh1470.ElemContainerState(yyj1470) if r.TryDecodeAsNil() { - yyv1465[yyj1465] = JobCondition{} + yyv1470[yyj1470] = JobCondition{} } else { - yyv1466 := &yyv1465[yyj1465] - yyv1466.CodecDecodeSelf(d) + yyv1471 := &yyv1470[yyj1470] + yyv1471.CodecDecodeSelf(d) } } - if yyrt1465 { - for ; yyj1465 < yyl1465; yyj1465++ { - yyv1465 = append(yyv1465, JobCondition{}) - yyh1465.ElemContainerState(yyj1465) + if yyrt1470 { + for ; yyj1470 < yyl1470; yyj1470++ { + yyv1470 = append(yyv1470, JobCondition{}) + yyh1470.ElemContainerState(yyj1470) if r.TryDecodeAsNil() { - yyv1465[yyj1465] = JobCondition{} + yyv1470[yyj1470] = JobCondition{} } else { - yyv1467 := &yyv1465[yyj1465] - yyv1467.CodecDecodeSelf(d) + yyv1472 := &yyv1470[yyj1470] + yyv1472.CodecDecodeSelf(d) } } } } else { - yyj1465 := 0 - for ; !r.CheckBreak(); yyj1465++ { + yyj1470 := 0 + for ; !r.CheckBreak(); yyj1470++ { - if yyj1465 >= len(yyv1465) { - yyv1465 = append(yyv1465, JobCondition{}) // var yyz1465 JobCondition - yyc1465 = true + if yyj1470 >= len(yyv1470) { + yyv1470 = append(yyv1470, JobCondition{}) // var yyz1470 JobCondition + yyc1470 = true } - yyh1465.ElemContainerState(yyj1465) - if yyj1465 < len(yyv1465) { + yyh1470.ElemContainerState(yyj1470) + if yyj1470 < len(yyv1470) { if r.TryDecodeAsNil() { - yyv1465[yyj1465] = JobCondition{} + yyv1470[yyj1470] = JobCondition{} } else { - yyv1468 := &yyv1465[yyj1465] - yyv1468.CodecDecodeSelf(d) + yyv1473 := &yyv1470[yyj1470] + yyv1473.CodecDecodeSelf(d) } } else { @@ -17910,17 +17958,17 @@ func (x codecSelfer1234) decSliceJobCondition(v *[]JobCondition, d *codec1978.De } } - if yyj1465 < len(yyv1465) { - yyv1465 = yyv1465[:yyj1465] - yyc1465 = true - } else if yyj1465 == 0 && yyv1465 == nil { - yyv1465 = []JobCondition{} - yyc1465 = true + if yyj1470 < len(yyv1470) { + yyv1470 = yyv1470[:yyj1470] + yyc1470 = true + } else if yyj1470 == 0 && yyv1470 == nil { + yyv1470 = []JobCondition{} + yyc1470 = true } } - yyh1465.End() - if yyc1465 { - *v = yyv1465 + yyh1470.End() + if yyc1470 { + *v = yyv1470 } } @@ -17929,10 +17977,10 @@ func (x codecSelfer1234) encSliceIngress(v []Ingress, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1469 := range v { + for _, yyv1474 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1470 := &yyv1469 - yy1470.CodecEncodeSelf(e) + yy1475 := &yyv1474 + yy1475.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17942,83 +17990,83 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1471 := *v - yyh1471, yyl1471 := z.DecSliceHelperStart() - var yyc1471 bool - if yyl1471 == 0 { - if yyv1471 == nil { - yyv1471 = []Ingress{} - yyc1471 = true - } else if len(yyv1471) != 0 { - yyv1471 = yyv1471[:0] - yyc1471 = true + yyv1476 := *v + yyh1476, yyl1476 := z.DecSliceHelperStart() + var yyc1476 bool + if yyl1476 == 0 { + if yyv1476 == nil { + yyv1476 = []Ingress{} + yyc1476 = true + } else if len(yyv1476) != 0 { + yyv1476 = yyv1476[:0] + yyc1476 = true } - } else if yyl1471 > 0 { - var yyrr1471, yyrl1471 int - var yyrt1471 bool - if yyl1471 > cap(yyv1471) { + } else if yyl1476 > 0 { + var yyrr1476, yyrl1476 int + var yyrt1476 bool + if yyl1476 > cap(yyv1476) { - yyrg1471 := len(yyv1471) > 0 - yyv21471 := yyv1471 - yyrl1471, yyrt1471 = z.DecInferLen(yyl1471, z.DecBasicHandle().MaxInitLen, 248) - if yyrt1471 { - if yyrl1471 <= cap(yyv1471) { - yyv1471 = yyv1471[:yyrl1471] + yyrg1476 := len(yyv1476) > 0 + yyv21476 := yyv1476 + yyrl1476, yyrt1476 = z.DecInferLen(yyl1476, z.DecBasicHandle().MaxInitLen, 248) + if yyrt1476 { + if yyrl1476 <= cap(yyv1476) { + yyv1476 = yyv1476[:yyrl1476] } else { - yyv1471 = make([]Ingress, yyrl1471) + yyv1476 = make([]Ingress, yyrl1476) } } else { - yyv1471 = make([]Ingress, yyrl1471) + yyv1476 = make([]Ingress, yyrl1476) } - yyc1471 = true - yyrr1471 = len(yyv1471) - if yyrg1471 { - copy(yyv1471, yyv21471) + yyc1476 = true + yyrr1476 = len(yyv1476) + if yyrg1476 { + copy(yyv1476, yyv21476) } - } else if yyl1471 != len(yyv1471) { - yyv1471 = yyv1471[:yyl1471] - yyc1471 = true + } else if yyl1476 != len(yyv1476) { + yyv1476 = yyv1476[:yyl1476] + yyc1476 = true } - yyj1471 := 0 - for ; yyj1471 < yyrr1471; yyj1471++ { - yyh1471.ElemContainerState(yyj1471) + yyj1476 := 0 + for ; yyj1476 < yyrr1476; yyj1476++ { + yyh1476.ElemContainerState(yyj1476) if r.TryDecodeAsNil() { - yyv1471[yyj1471] = Ingress{} + yyv1476[yyj1476] = Ingress{} } else { - yyv1472 := &yyv1471[yyj1471] - yyv1472.CodecDecodeSelf(d) + yyv1477 := &yyv1476[yyj1476] + yyv1477.CodecDecodeSelf(d) } } - if yyrt1471 { - for ; yyj1471 < yyl1471; yyj1471++ { - yyv1471 = append(yyv1471, Ingress{}) - yyh1471.ElemContainerState(yyj1471) + if yyrt1476 { + for ; yyj1476 < yyl1476; yyj1476++ { + yyv1476 = append(yyv1476, Ingress{}) + yyh1476.ElemContainerState(yyj1476) if r.TryDecodeAsNil() { - yyv1471[yyj1471] = Ingress{} + yyv1476[yyj1476] = Ingress{} } else { - yyv1473 := &yyv1471[yyj1471] - yyv1473.CodecDecodeSelf(d) + yyv1478 := &yyv1476[yyj1476] + yyv1478.CodecDecodeSelf(d) } } } } else { - yyj1471 := 0 - for ; !r.CheckBreak(); yyj1471++ { + yyj1476 := 0 + for ; !r.CheckBreak(); yyj1476++ { - if yyj1471 >= len(yyv1471) { - yyv1471 = append(yyv1471, Ingress{}) // var yyz1471 Ingress - yyc1471 = true + if yyj1476 >= len(yyv1476) { + yyv1476 = append(yyv1476, Ingress{}) // var yyz1476 Ingress + yyc1476 = true } - yyh1471.ElemContainerState(yyj1471) - if yyj1471 < len(yyv1471) { + yyh1476.ElemContainerState(yyj1476) + if yyj1476 < len(yyv1476) { if r.TryDecodeAsNil() { - yyv1471[yyj1471] = Ingress{} + yyv1476[yyj1476] = Ingress{} } else { - yyv1474 := &yyv1471[yyj1471] - yyv1474.CodecDecodeSelf(d) + yyv1479 := &yyv1476[yyj1476] + yyv1479.CodecDecodeSelf(d) } } else { @@ -18026,17 +18074,17 @@ func (x codecSelfer1234) decSliceIngress(v *[]Ingress, d *codec1978.Decoder) { } } - if yyj1471 < len(yyv1471) { - yyv1471 = yyv1471[:yyj1471] - yyc1471 = true - } else if yyj1471 == 0 && yyv1471 == nil { - yyv1471 = []Ingress{} - yyc1471 = true + if yyj1476 < len(yyv1476) { + yyv1476 = yyv1476[:yyj1476] + yyc1476 = true + } else if yyj1476 == 0 && yyv1476 == nil { + yyv1476 = []Ingress{} + yyc1476 = true } } - yyh1471.End() - if yyc1471 { - *v = yyv1471 + yyh1476.End() + if yyc1476 { + *v = yyv1476 } } @@ -18045,10 +18093,10 @@ func (x codecSelfer1234) encSliceIngressRule(v []IngressRule, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1475 := range v { + for _, yyv1480 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1476 := &yyv1475 - yy1476.CodecEncodeSelf(e) + yy1481 := &yyv1480 + yy1481.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18058,83 +18106,83 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1477 := *v - yyh1477, yyl1477 := z.DecSliceHelperStart() - var yyc1477 bool - if yyl1477 == 0 { - if yyv1477 == nil { - yyv1477 = []IngressRule{} - yyc1477 = true - } else if len(yyv1477) != 0 { - yyv1477 = yyv1477[:0] - yyc1477 = true + yyv1482 := *v + yyh1482, yyl1482 := z.DecSliceHelperStart() + var yyc1482 bool + if yyl1482 == 0 { + if yyv1482 == nil { + yyv1482 = []IngressRule{} + yyc1482 = true + } else if len(yyv1482) != 0 { + yyv1482 = yyv1482[:0] + yyc1482 = true } - } else if yyl1477 > 0 { - var yyrr1477, yyrl1477 int - var yyrt1477 bool - if yyl1477 > cap(yyv1477) { + } else if yyl1482 > 0 { + var yyrr1482, yyrl1482 int + var yyrt1482 bool + if yyl1482 > cap(yyv1482) { - yyrg1477 := len(yyv1477) > 0 - yyv21477 := yyv1477 - yyrl1477, yyrt1477 = z.DecInferLen(yyl1477, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1477 { - if yyrl1477 <= cap(yyv1477) { - yyv1477 = yyv1477[:yyrl1477] + yyrg1482 := len(yyv1482) > 0 + yyv21482 := yyv1482 + yyrl1482, yyrt1482 = z.DecInferLen(yyl1482, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1482 { + if yyrl1482 <= cap(yyv1482) { + yyv1482 = yyv1482[:yyrl1482] } else { - yyv1477 = make([]IngressRule, yyrl1477) + yyv1482 = make([]IngressRule, yyrl1482) } } else { - yyv1477 = make([]IngressRule, yyrl1477) + yyv1482 = make([]IngressRule, yyrl1482) } - yyc1477 = true - yyrr1477 = len(yyv1477) - if yyrg1477 { - copy(yyv1477, yyv21477) + yyc1482 = true + yyrr1482 = len(yyv1482) + if yyrg1482 { + copy(yyv1482, yyv21482) } - } else if yyl1477 != len(yyv1477) { - yyv1477 = yyv1477[:yyl1477] - yyc1477 = true + } else if yyl1482 != len(yyv1482) { + yyv1482 = yyv1482[:yyl1482] + yyc1482 = true } - yyj1477 := 0 - for ; yyj1477 < yyrr1477; yyj1477++ { - yyh1477.ElemContainerState(yyj1477) + yyj1482 := 0 + for ; yyj1482 < yyrr1482; yyj1482++ { + yyh1482.ElemContainerState(yyj1482) if r.TryDecodeAsNil() { - yyv1477[yyj1477] = IngressRule{} + yyv1482[yyj1482] = IngressRule{} } else { - yyv1478 := &yyv1477[yyj1477] - yyv1478.CodecDecodeSelf(d) + yyv1483 := &yyv1482[yyj1482] + yyv1483.CodecDecodeSelf(d) } } - if yyrt1477 { - for ; yyj1477 < yyl1477; yyj1477++ { - yyv1477 = append(yyv1477, IngressRule{}) - yyh1477.ElemContainerState(yyj1477) + if yyrt1482 { + for ; yyj1482 < yyl1482; yyj1482++ { + yyv1482 = append(yyv1482, IngressRule{}) + yyh1482.ElemContainerState(yyj1482) if r.TryDecodeAsNil() { - yyv1477[yyj1477] = IngressRule{} + yyv1482[yyj1482] = IngressRule{} } else { - yyv1479 := &yyv1477[yyj1477] - yyv1479.CodecDecodeSelf(d) + yyv1484 := &yyv1482[yyj1482] + yyv1484.CodecDecodeSelf(d) } } } } else { - yyj1477 := 0 - for ; !r.CheckBreak(); yyj1477++ { + yyj1482 := 0 + for ; !r.CheckBreak(); yyj1482++ { - if yyj1477 >= len(yyv1477) { - yyv1477 = append(yyv1477, IngressRule{}) // var yyz1477 IngressRule - yyc1477 = true + if yyj1482 >= len(yyv1482) { + yyv1482 = append(yyv1482, IngressRule{}) // var yyz1482 IngressRule + yyc1482 = true } - yyh1477.ElemContainerState(yyj1477) - if yyj1477 < len(yyv1477) { + yyh1482.ElemContainerState(yyj1482) + if yyj1482 < len(yyv1482) { if r.TryDecodeAsNil() { - yyv1477[yyj1477] = IngressRule{} + yyv1482[yyj1482] = IngressRule{} } else { - yyv1480 := &yyv1477[yyj1477] - yyv1480.CodecDecodeSelf(d) + yyv1485 := &yyv1482[yyj1482] + yyv1485.CodecDecodeSelf(d) } } else { @@ -18142,17 +18190,17 @@ func (x codecSelfer1234) decSliceIngressRule(v *[]IngressRule, d *codec1978.Deco } } - if yyj1477 < len(yyv1477) { - yyv1477 = yyv1477[:yyj1477] - yyc1477 = true - } else if yyj1477 == 0 && yyv1477 == nil { - yyv1477 = []IngressRule{} - yyc1477 = true + if yyj1482 < len(yyv1482) { + yyv1482 = yyv1482[:yyj1482] + yyc1482 = true + } else if yyj1482 == 0 && yyv1482 == nil { + yyv1482 = []IngressRule{} + yyc1482 = true } } - yyh1477.End() - if yyc1477 { - *v = yyv1477 + yyh1482.End() + if yyc1482 { + *v = yyv1482 } } @@ -18161,10 +18209,10 @@ func (x codecSelfer1234) encSliceHTTPIngressPath(v []HTTPIngressPath, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1481 := range v { + for _, yyv1486 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1482 := &yyv1481 - yy1482.CodecEncodeSelf(e) + yy1487 := &yyv1486 + yy1487.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18174,83 +18222,83 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1483 := *v - yyh1483, yyl1483 := z.DecSliceHelperStart() - var yyc1483 bool - if yyl1483 == 0 { - if yyv1483 == nil { - yyv1483 = []HTTPIngressPath{} - yyc1483 = true - } else if len(yyv1483) != 0 { - yyv1483 = yyv1483[:0] - yyc1483 = true + yyv1488 := *v + yyh1488, yyl1488 := z.DecSliceHelperStart() + var yyc1488 bool + if yyl1488 == 0 { + if yyv1488 == nil { + yyv1488 = []HTTPIngressPath{} + yyc1488 = true + } else if len(yyv1488) != 0 { + yyv1488 = yyv1488[:0] + yyc1488 = true } - } else if yyl1483 > 0 { - var yyrr1483, yyrl1483 int - var yyrt1483 bool - if yyl1483 > cap(yyv1483) { + } else if yyl1488 > 0 { + var yyrr1488, yyrl1488 int + var yyrt1488 bool + if yyl1488 > cap(yyv1488) { - yyrg1483 := len(yyv1483) > 0 - yyv21483 := yyv1483 - yyrl1483, yyrt1483 = z.DecInferLen(yyl1483, z.DecBasicHandle().MaxInitLen, 64) - if yyrt1483 { - if yyrl1483 <= cap(yyv1483) { - yyv1483 = yyv1483[:yyrl1483] + yyrg1488 := len(yyv1488) > 0 + yyv21488 := yyv1488 + yyrl1488, yyrt1488 = z.DecInferLen(yyl1488, z.DecBasicHandle().MaxInitLen, 64) + if yyrt1488 { + if yyrl1488 <= cap(yyv1488) { + yyv1488 = yyv1488[:yyrl1488] } else { - yyv1483 = make([]HTTPIngressPath, yyrl1483) + yyv1488 = make([]HTTPIngressPath, yyrl1488) } } else { - yyv1483 = make([]HTTPIngressPath, yyrl1483) + yyv1488 = make([]HTTPIngressPath, yyrl1488) } - yyc1483 = true - yyrr1483 = len(yyv1483) - if yyrg1483 { - copy(yyv1483, yyv21483) + yyc1488 = true + yyrr1488 = len(yyv1488) + if yyrg1488 { + copy(yyv1488, yyv21488) } - } else if yyl1483 != len(yyv1483) { - yyv1483 = yyv1483[:yyl1483] - yyc1483 = true + } else if yyl1488 != len(yyv1488) { + yyv1488 = yyv1488[:yyl1488] + yyc1488 = true } - yyj1483 := 0 - for ; yyj1483 < yyrr1483; yyj1483++ { - yyh1483.ElemContainerState(yyj1483) + yyj1488 := 0 + for ; yyj1488 < yyrr1488; yyj1488++ { + yyh1488.ElemContainerState(yyj1488) if r.TryDecodeAsNil() { - yyv1483[yyj1483] = HTTPIngressPath{} + yyv1488[yyj1488] = HTTPIngressPath{} } else { - yyv1484 := &yyv1483[yyj1483] - yyv1484.CodecDecodeSelf(d) + yyv1489 := &yyv1488[yyj1488] + yyv1489.CodecDecodeSelf(d) } } - if yyrt1483 { - for ; yyj1483 < yyl1483; yyj1483++ { - yyv1483 = append(yyv1483, HTTPIngressPath{}) - yyh1483.ElemContainerState(yyj1483) + if yyrt1488 { + for ; yyj1488 < yyl1488; yyj1488++ { + yyv1488 = append(yyv1488, HTTPIngressPath{}) + yyh1488.ElemContainerState(yyj1488) if r.TryDecodeAsNil() { - yyv1483[yyj1483] = HTTPIngressPath{} + yyv1488[yyj1488] = HTTPIngressPath{} } else { - yyv1485 := &yyv1483[yyj1483] - yyv1485.CodecDecodeSelf(d) + yyv1490 := &yyv1488[yyj1488] + yyv1490.CodecDecodeSelf(d) } } } } else { - yyj1483 := 0 - for ; !r.CheckBreak(); yyj1483++ { + yyj1488 := 0 + for ; !r.CheckBreak(); yyj1488++ { - if yyj1483 >= len(yyv1483) { - yyv1483 = append(yyv1483, HTTPIngressPath{}) // var yyz1483 HTTPIngressPath - yyc1483 = true + if yyj1488 >= len(yyv1488) { + yyv1488 = append(yyv1488, HTTPIngressPath{}) // var yyz1488 HTTPIngressPath + yyc1488 = true } - yyh1483.ElemContainerState(yyj1483) - if yyj1483 < len(yyv1483) { + yyh1488.ElemContainerState(yyj1488) + if yyj1488 < len(yyv1488) { if r.TryDecodeAsNil() { - yyv1483[yyj1483] = HTTPIngressPath{} + yyv1488[yyj1488] = HTTPIngressPath{} } else { - yyv1486 := &yyv1483[yyj1483] - yyv1486.CodecDecodeSelf(d) + yyv1491 := &yyv1488[yyj1488] + yyv1491.CodecDecodeSelf(d) } } else { @@ -18258,17 +18306,17 @@ func (x codecSelfer1234) decSliceHTTPIngressPath(v *[]HTTPIngressPath, d *codec1 } } - if yyj1483 < len(yyv1483) { - yyv1483 = yyv1483[:yyj1483] - yyc1483 = true - } else if yyj1483 == 0 && yyv1483 == nil { - yyv1483 = []HTTPIngressPath{} - yyc1483 = true + if yyj1488 < len(yyv1488) { + yyv1488 = yyv1488[:yyj1488] + yyc1488 = true + } else if yyj1488 == 0 && yyv1488 == nil { + yyv1488 = []HTTPIngressPath{} + yyc1488 = true } } - yyh1483.End() - if yyc1483 { - *v = yyv1483 + yyh1488.End() + if yyc1488 { + *v = yyv1488 } } @@ -18277,10 +18325,10 @@ func (x codecSelfer1234) encSliceNodeUtilization(v []NodeUtilization, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1487 := range v { + for _, yyv1492 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1488 := &yyv1487 - yy1488.CodecEncodeSelf(e) + yy1493 := &yyv1492 + yy1493.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18290,83 +18338,83 @@ func (x codecSelfer1234) decSliceNodeUtilization(v *[]NodeUtilization, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1489 := *v - yyh1489, yyl1489 := z.DecSliceHelperStart() - var yyc1489 bool - if yyl1489 == 0 { - if yyv1489 == nil { - yyv1489 = []NodeUtilization{} - yyc1489 = true - } else if len(yyv1489) != 0 { - yyv1489 = yyv1489[:0] - yyc1489 = true + yyv1494 := *v + yyh1494, yyl1494 := z.DecSliceHelperStart() + var yyc1494 bool + if yyl1494 == 0 { + if yyv1494 == nil { + yyv1494 = []NodeUtilization{} + yyc1494 = true + } else if len(yyv1494) != 0 { + yyv1494 = yyv1494[:0] + yyc1494 = true } - } else if yyl1489 > 0 { - var yyrr1489, yyrl1489 int - var yyrt1489 bool - if yyl1489 > cap(yyv1489) { + } else if yyl1494 > 0 { + var yyrr1494, yyrl1494 int + var yyrt1494 bool + if yyl1494 > cap(yyv1494) { - yyrg1489 := len(yyv1489) > 0 - yyv21489 := yyv1489 - yyrl1489, yyrt1489 = z.DecInferLen(yyl1489, z.DecBasicHandle().MaxInitLen, 24) - if yyrt1489 { - if yyrl1489 <= cap(yyv1489) { - yyv1489 = yyv1489[:yyrl1489] + yyrg1494 := len(yyv1494) > 0 + yyv21494 := yyv1494 + yyrl1494, yyrt1494 = z.DecInferLen(yyl1494, z.DecBasicHandle().MaxInitLen, 24) + if yyrt1494 { + if yyrl1494 <= cap(yyv1494) { + yyv1494 = yyv1494[:yyrl1494] } else { - yyv1489 = make([]NodeUtilization, yyrl1489) + yyv1494 = make([]NodeUtilization, yyrl1494) } } else { - yyv1489 = make([]NodeUtilization, yyrl1489) + yyv1494 = make([]NodeUtilization, yyrl1494) } - yyc1489 = true - yyrr1489 = len(yyv1489) - if yyrg1489 { - copy(yyv1489, yyv21489) + yyc1494 = true + yyrr1494 = len(yyv1494) + if yyrg1494 { + copy(yyv1494, yyv21494) } - } else if yyl1489 != len(yyv1489) { - yyv1489 = yyv1489[:yyl1489] - yyc1489 = true + } else if yyl1494 != len(yyv1494) { + yyv1494 = yyv1494[:yyl1494] + yyc1494 = true } - yyj1489 := 0 - for ; yyj1489 < yyrr1489; yyj1489++ { - yyh1489.ElemContainerState(yyj1489) + yyj1494 := 0 + for ; yyj1494 < yyrr1494; yyj1494++ { + yyh1494.ElemContainerState(yyj1494) if r.TryDecodeAsNil() { - yyv1489[yyj1489] = NodeUtilization{} + yyv1494[yyj1494] = NodeUtilization{} } else { - yyv1490 := &yyv1489[yyj1489] - yyv1490.CodecDecodeSelf(d) + yyv1495 := &yyv1494[yyj1494] + yyv1495.CodecDecodeSelf(d) } } - if yyrt1489 { - for ; yyj1489 < yyl1489; yyj1489++ { - yyv1489 = append(yyv1489, NodeUtilization{}) - yyh1489.ElemContainerState(yyj1489) + if yyrt1494 { + for ; yyj1494 < yyl1494; yyj1494++ { + yyv1494 = append(yyv1494, NodeUtilization{}) + yyh1494.ElemContainerState(yyj1494) if r.TryDecodeAsNil() { - yyv1489[yyj1489] = NodeUtilization{} + yyv1494[yyj1494] = NodeUtilization{} } else { - yyv1491 := &yyv1489[yyj1489] - yyv1491.CodecDecodeSelf(d) + yyv1496 := &yyv1494[yyj1494] + yyv1496.CodecDecodeSelf(d) } } } } else { - yyj1489 := 0 - for ; !r.CheckBreak(); yyj1489++ { + yyj1494 := 0 + for ; !r.CheckBreak(); yyj1494++ { - if yyj1489 >= len(yyv1489) { - yyv1489 = append(yyv1489, NodeUtilization{}) // var yyz1489 NodeUtilization - yyc1489 = true + if yyj1494 >= len(yyv1494) { + yyv1494 = append(yyv1494, NodeUtilization{}) // var yyz1494 NodeUtilization + yyc1494 = true } - yyh1489.ElemContainerState(yyj1489) - if yyj1489 < len(yyv1489) { + yyh1494.ElemContainerState(yyj1494) + if yyj1494 < len(yyv1494) { if r.TryDecodeAsNil() { - yyv1489[yyj1489] = NodeUtilization{} + yyv1494[yyj1494] = NodeUtilization{} } else { - yyv1492 := &yyv1489[yyj1489] - yyv1492.CodecDecodeSelf(d) + yyv1497 := &yyv1494[yyj1494] + yyv1497.CodecDecodeSelf(d) } } else { @@ -18374,17 +18422,17 @@ func (x codecSelfer1234) decSliceNodeUtilization(v *[]NodeUtilization, d *codec1 } } - if yyj1489 < len(yyv1489) { - yyv1489 = yyv1489[:yyj1489] - yyc1489 = true - } else if yyj1489 == 0 && yyv1489 == nil { - yyv1489 = []NodeUtilization{} - yyc1489 = true + if yyj1494 < len(yyv1494) { + yyv1494 = yyv1494[:yyj1494] + yyc1494 = true + } else if yyj1494 == 0 && yyv1494 == nil { + yyv1494 = []NodeUtilization{} + yyc1494 = true } } - yyh1489.End() - if yyc1489 { - *v = yyv1489 + yyh1494.End() + if yyc1494 { + *v = yyv1494 } } @@ -18393,10 +18441,10 @@ func (x codecSelfer1234) encSliceClusterAutoscaler(v []ClusterAutoscaler, e *cod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1493 := range v { + for _, yyv1498 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1494 := &yyv1493 - yy1494.CodecEncodeSelf(e) + yy1499 := &yyv1498 + yy1499.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18406,83 +18454,83 @@ func (x codecSelfer1234) decSliceClusterAutoscaler(v *[]ClusterAutoscaler, d *co z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1495 := *v - yyh1495, yyl1495 := z.DecSliceHelperStart() - var yyc1495 bool - if yyl1495 == 0 { - if yyv1495 == nil { - yyv1495 = []ClusterAutoscaler{} - yyc1495 = true - } else if len(yyv1495) != 0 { - yyv1495 = yyv1495[:0] - yyc1495 = true + yyv1500 := *v + yyh1500, yyl1500 := z.DecSliceHelperStart() + var yyc1500 bool + if yyl1500 == 0 { + if yyv1500 == nil { + yyv1500 = []ClusterAutoscaler{} + yyc1500 = true + } else if len(yyv1500) != 0 { + yyv1500 = yyv1500[:0] + yyc1500 = true } - } else if yyl1495 > 0 { - var yyrr1495, yyrl1495 int - var yyrt1495 bool - if yyl1495 > cap(yyv1495) { + } else if yyl1500 > 0 { + var yyrr1500, yyrl1500 int + var yyrt1500 bool + if yyl1500 > cap(yyv1500) { - yyrg1495 := len(yyv1495) > 0 - yyv21495 := yyv1495 - yyrl1495, yyrt1495 = z.DecInferLen(yyl1495, z.DecBasicHandle().MaxInitLen, 224) - if yyrt1495 { - if yyrl1495 <= cap(yyv1495) { - yyv1495 = yyv1495[:yyrl1495] + yyrg1500 := len(yyv1500) > 0 + yyv21500 := yyv1500 + yyrl1500, yyrt1500 = z.DecInferLen(yyl1500, z.DecBasicHandle().MaxInitLen, 224) + if yyrt1500 { + if yyrl1500 <= cap(yyv1500) { + yyv1500 = yyv1500[:yyrl1500] } else { - yyv1495 = make([]ClusterAutoscaler, yyrl1495) + yyv1500 = make([]ClusterAutoscaler, yyrl1500) } } else { - yyv1495 = make([]ClusterAutoscaler, yyrl1495) + yyv1500 = make([]ClusterAutoscaler, yyrl1500) } - yyc1495 = true - yyrr1495 = len(yyv1495) - if yyrg1495 { - copy(yyv1495, yyv21495) + yyc1500 = true + yyrr1500 = len(yyv1500) + if yyrg1500 { + copy(yyv1500, yyv21500) } - } else if yyl1495 != len(yyv1495) { - yyv1495 = yyv1495[:yyl1495] - yyc1495 = true + } else if yyl1500 != len(yyv1500) { + yyv1500 = yyv1500[:yyl1500] + yyc1500 = true } - yyj1495 := 0 - for ; yyj1495 < yyrr1495; yyj1495++ { - yyh1495.ElemContainerState(yyj1495) + yyj1500 := 0 + for ; yyj1500 < yyrr1500; yyj1500++ { + yyh1500.ElemContainerState(yyj1500) if r.TryDecodeAsNil() { - yyv1495[yyj1495] = ClusterAutoscaler{} + yyv1500[yyj1500] = ClusterAutoscaler{} } else { - yyv1496 := &yyv1495[yyj1495] - yyv1496.CodecDecodeSelf(d) + yyv1501 := &yyv1500[yyj1500] + yyv1501.CodecDecodeSelf(d) } } - if yyrt1495 { - for ; yyj1495 < yyl1495; yyj1495++ { - yyv1495 = append(yyv1495, ClusterAutoscaler{}) - yyh1495.ElemContainerState(yyj1495) + if yyrt1500 { + for ; yyj1500 < yyl1500; yyj1500++ { + yyv1500 = append(yyv1500, ClusterAutoscaler{}) + yyh1500.ElemContainerState(yyj1500) if r.TryDecodeAsNil() { - yyv1495[yyj1495] = ClusterAutoscaler{} + yyv1500[yyj1500] = ClusterAutoscaler{} } else { - yyv1497 := &yyv1495[yyj1495] - yyv1497.CodecDecodeSelf(d) + yyv1502 := &yyv1500[yyj1500] + yyv1502.CodecDecodeSelf(d) } } } } else { - yyj1495 := 0 - for ; !r.CheckBreak(); yyj1495++ { + yyj1500 := 0 + for ; !r.CheckBreak(); yyj1500++ { - if yyj1495 >= len(yyv1495) { - yyv1495 = append(yyv1495, ClusterAutoscaler{}) // var yyz1495 ClusterAutoscaler - yyc1495 = true + if yyj1500 >= len(yyv1500) { + yyv1500 = append(yyv1500, ClusterAutoscaler{}) // var yyz1500 ClusterAutoscaler + yyc1500 = true } - yyh1495.ElemContainerState(yyj1495) - if yyj1495 < len(yyv1495) { + yyh1500.ElemContainerState(yyj1500) + if yyj1500 < len(yyv1500) { if r.TryDecodeAsNil() { - yyv1495[yyj1495] = ClusterAutoscaler{} + yyv1500[yyj1500] = ClusterAutoscaler{} } else { - yyv1498 := &yyv1495[yyj1495] - yyv1498.CodecDecodeSelf(d) + yyv1503 := &yyv1500[yyj1500] + yyv1503.CodecDecodeSelf(d) } } else { @@ -18490,17 +18538,17 @@ func (x codecSelfer1234) decSliceClusterAutoscaler(v *[]ClusterAutoscaler, d *co } } - if yyj1495 < len(yyv1495) { - yyv1495 = yyv1495[:yyj1495] - yyc1495 = true - } else if yyj1495 == 0 && yyv1495 == nil { - yyv1495 = []ClusterAutoscaler{} - yyc1495 = true + if yyj1500 < len(yyv1500) { + yyv1500 = yyv1500[:yyj1500] + yyc1500 = true + } else if yyj1500 == 0 && yyv1500 == nil { + yyv1500 = []ClusterAutoscaler{} + yyc1500 = true } } - yyh1495.End() - if yyc1495 { - *v = yyv1495 + yyh1500.End() + if yyc1500 { + *v = yyv1500 } } @@ -18509,10 +18557,10 @@ func (x codecSelfer1234) encSliceLabelSelectorRequirement(v []LabelSelectorRequi z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1499 := range v { + for _, yyv1504 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1500 := &yyv1499 - yy1500.CodecEncodeSelf(e) + yy1505 := &yyv1504 + yy1505.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18522,83 +18570,83 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1501 := *v - yyh1501, yyl1501 := z.DecSliceHelperStart() - var yyc1501 bool - if yyl1501 == 0 { - if yyv1501 == nil { - yyv1501 = []LabelSelectorRequirement{} - yyc1501 = true - } else if len(yyv1501) != 0 { - yyv1501 = yyv1501[:0] - yyc1501 = true + yyv1506 := *v + yyh1506, yyl1506 := z.DecSliceHelperStart() + var yyc1506 bool + if yyl1506 == 0 { + if yyv1506 == nil { + yyv1506 = []LabelSelectorRequirement{} + yyc1506 = true + } else if len(yyv1506) != 0 { + yyv1506 = yyv1506[:0] + yyc1506 = true } - } else if yyl1501 > 0 { - var yyrr1501, yyrl1501 int - var yyrt1501 bool - if yyl1501 > cap(yyv1501) { + } else if yyl1506 > 0 { + var yyrr1506, yyrl1506 int + var yyrt1506 bool + if yyl1506 > cap(yyv1506) { - yyrg1501 := len(yyv1501) > 0 - yyv21501 := yyv1501 - yyrl1501, yyrt1501 = z.DecInferLen(yyl1501, z.DecBasicHandle().MaxInitLen, 56) - if yyrt1501 { - if yyrl1501 <= cap(yyv1501) { - yyv1501 = yyv1501[:yyrl1501] + yyrg1506 := len(yyv1506) > 0 + yyv21506 := yyv1506 + yyrl1506, yyrt1506 = z.DecInferLen(yyl1506, z.DecBasicHandle().MaxInitLen, 56) + if yyrt1506 { + if yyrl1506 <= cap(yyv1506) { + yyv1506 = yyv1506[:yyrl1506] } else { - yyv1501 = make([]LabelSelectorRequirement, yyrl1501) + yyv1506 = make([]LabelSelectorRequirement, yyrl1506) } } else { - yyv1501 = make([]LabelSelectorRequirement, yyrl1501) + yyv1506 = make([]LabelSelectorRequirement, yyrl1506) } - yyc1501 = true - yyrr1501 = len(yyv1501) - if yyrg1501 { - copy(yyv1501, yyv21501) + yyc1506 = true + yyrr1506 = len(yyv1506) + if yyrg1506 { + copy(yyv1506, yyv21506) } - } else if yyl1501 != len(yyv1501) { - yyv1501 = yyv1501[:yyl1501] - yyc1501 = true + } else if yyl1506 != len(yyv1506) { + yyv1506 = yyv1506[:yyl1506] + yyc1506 = true } - yyj1501 := 0 - for ; yyj1501 < yyrr1501; yyj1501++ { - yyh1501.ElemContainerState(yyj1501) + yyj1506 := 0 + for ; yyj1506 < yyrr1506; yyj1506++ { + yyh1506.ElemContainerState(yyj1506) if r.TryDecodeAsNil() { - yyv1501[yyj1501] = LabelSelectorRequirement{} + yyv1506[yyj1506] = LabelSelectorRequirement{} } else { - yyv1502 := &yyv1501[yyj1501] - yyv1502.CodecDecodeSelf(d) + yyv1507 := &yyv1506[yyj1506] + yyv1507.CodecDecodeSelf(d) } } - if yyrt1501 { - for ; yyj1501 < yyl1501; yyj1501++ { - yyv1501 = append(yyv1501, LabelSelectorRequirement{}) - yyh1501.ElemContainerState(yyj1501) + if yyrt1506 { + for ; yyj1506 < yyl1506; yyj1506++ { + yyv1506 = append(yyv1506, LabelSelectorRequirement{}) + yyh1506.ElemContainerState(yyj1506) if r.TryDecodeAsNil() { - yyv1501[yyj1501] = LabelSelectorRequirement{} + yyv1506[yyj1506] = LabelSelectorRequirement{} } else { - yyv1503 := &yyv1501[yyj1501] - yyv1503.CodecDecodeSelf(d) + yyv1508 := &yyv1506[yyj1506] + yyv1508.CodecDecodeSelf(d) } } } } else { - yyj1501 := 0 - for ; !r.CheckBreak(); yyj1501++ { + yyj1506 := 0 + for ; !r.CheckBreak(); yyj1506++ { - if yyj1501 >= len(yyv1501) { - yyv1501 = append(yyv1501, LabelSelectorRequirement{}) // var yyz1501 LabelSelectorRequirement - yyc1501 = true + if yyj1506 >= len(yyv1506) { + yyv1506 = append(yyv1506, LabelSelectorRequirement{}) // var yyz1506 LabelSelectorRequirement + yyc1506 = true } - yyh1501.ElemContainerState(yyj1501) - if yyj1501 < len(yyv1501) { + yyh1506.ElemContainerState(yyj1506) + if yyj1506 < len(yyv1506) { if r.TryDecodeAsNil() { - yyv1501[yyj1501] = LabelSelectorRequirement{} + yyv1506[yyj1506] = LabelSelectorRequirement{} } else { - yyv1504 := &yyv1501[yyj1501] - yyv1504.CodecDecodeSelf(d) + yyv1509 := &yyv1506[yyj1506] + yyv1509.CodecDecodeSelf(d) } } else { @@ -18606,17 +18654,17 @@ func (x codecSelfer1234) decSliceLabelSelectorRequirement(v *[]LabelSelectorRequ } } - if yyj1501 < len(yyv1501) { - yyv1501 = yyv1501[:yyj1501] - yyc1501 = true - } else if yyj1501 == 0 && yyv1501 == nil { - yyv1501 = []LabelSelectorRequirement{} - yyc1501 = true + if yyj1506 < len(yyv1506) { + yyv1506 = yyv1506[:yyj1506] + yyc1506 = true + } else if yyj1506 == 0 && yyv1506 == nil { + yyv1506 = []LabelSelectorRequirement{} + yyc1506 = true } } - yyh1501.End() - if yyc1501 { - *v = yyv1501 + yyh1506.End() + if yyc1506 { + *v = yyv1506 } } @@ -18625,10 +18673,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1505 := range v { + for _, yyv1510 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1506 := &yyv1505 - yy1506.CodecEncodeSelf(e) + yy1511 := &yyv1510 + yy1511.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18638,83 +18686,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1507 := *v - yyh1507, yyl1507 := z.DecSliceHelperStart() - var yyc1507 bool - if yyl1507 == 0 { - if yyv1507 == nil { - yyv1507 = []ConfigMap{} - yyc1507 = true - } else if len(yyv1507) != 0 { - yyv1507 = yyv1507[:0] - yyc1507 = true + yyv1512 := *v + yyh1512, yyl1512 := z.DecSliceHelperStart() + var yyc1512 bool + if yyl1512 == 0 { + if yyv1512 == nil { + yyv1512 = []ConfigMap{} + yyc1512 = true + } else if len(yyv1512) != 0 { + yyv1512 = yyv1512[:0] + yyc1512 = true } - } else if yyl1507 > 0 { - var yyrr1507, yyrl1507 int - var yyrt1507 bool - if yyl1507 > cap(yyv1507) { + } else if yyl1512 > 0 { + var yyrr1512, yyrl1512 int + var yyrt1512 bool + if yyl1512 > cap(yyv1512) { - yyrg1507 := len(yyv1507) > 0 - yyv21507 := yyv1507 - yyrl1507, yyrt1507 = z.DecInferLen(yyl1507, z.DecBasicHandle().MaxInitLen, 200) - if yyrt1507 { - if yyrl1507 <= cap(yyv1507) { - yyv1507 = yyv1507[:yyrl1507] + yyrg1512 := len(yyv1512) > 0 + yyv21512 := yyv1512 + yyrl1512, yyrt1512 = z.DecInferLen(yyl1512, z.DecBasicHandle().MaxInitLen, 200) + if yyrt1512 { + if yyrl1512 <= cap(yyv1512) { + yyv1512 = yyv1512[:yyrl1512] } else { - yyv1507 = make([]ConfigMap, yyrl1507) + yyv1512 = make([]ConfigMap, yyrl1512) } } else { - yyv1507 = make([]ConfigMap, yyrl1507) + yyv1512 = make([]ConfigMap, yyrl1512) } - yyc1507 = true - yyrr1507 = len(yyv1507) - if yyrg1507 { - copy(yyv1507, yyv21507) + yyc1512 = true + yyrr1512 = len(yyv1512) + if yyrg1512 { + copy(yyv1512, yyv21512) } - } else if yyl1507 != len(yyv1507) { - yyv1507 = yyv1507[:yyl1507] - yyc1507 = true + } else if yyl1512 != len(yyv1512) { + yyv1512 = yyv1512[:yyl1512] + yyc1512 = true } - yyj1507 := 0 - for ; yyj1507 < yyrr1507; yyj1507++ { - yyh1507.ElemContainerState(yyj1507) + yyj1512 := 0 + for ; yyj1512 < yyrr1512; yyj1512++ { + yyh1512.ElemContainerState(yyj1512) if r.TryDecodeAsNil() { - yyv1507[yyj1507] = ConfigMap{} + yyv1512[yyj1512] = ConfigMap{} } else { - yyv1508 := &yyv1507[yyj1507] - yyv1508.CodecDecodeSelf(d) + yyv1513 := &yyv1512[yyj1512] + yyv1513.CodecDecodeSelf(d) } } - if yyrt1507 { - for ; yyj1507 < yyl1507; yyj1507++ { - yyv1507 = append(yyv1507, ConfigMap{}) - yyh1507.ElemContainerState(yyj1507) + if yyrt1512 { + for ; yyj1512 < yyl1512; yyj1512++ { + yyv1512 = append(yyv1512, ConfigMap{}) + yyh1512.ElemContainerState(yyj1512) if r.TryDecodeAsNil() { - yyv1507[yyj1507] = ConfigMap{} + yyv1512[yyj1512] = ConfigMap{} } else { - yyv1509 := &yyv1507[yyj1507] - yyv1509.CodecDecodeSelf(d) + yyv1514 := &yyv1512[yyj1512] + yyv1514.CodecDecodeSelf(d) } } } } else { - yyj1507 := 0 - for ; !r.CheckBreak(); yyj1507++ { + yyj1512 := 0 + for ; !r.CheckBreak(); yyj1512++ { - if yyj1507 >= len(yyv1507) { - yyv1507 = append(yyv1507, ConfigMap{}) // var yyz1507 ConfigMap - yyc1507 = true + if yyj1512 >= len(yyv1512) { + yyv1512 = append(yyv1512, ConfigMap{}) // var yyz1512 ConfigMap + yyc1512 = true } - yyh1507.ElemContainerState(yyj1507) - if yyj1507 < len(yyv1507) { + yyh1512.ElemContainerState(yyj1512) + if yyj1512 < len(yyv1512) { if r.TryDecodeAsNil() { - yyv1507[yyj1507] = ConfigMap{} + yyv1512[yyj1512] = ConfigMap{} } else { - yyv1510 := &yyv1507[yyj1507] - yyv1510.CodecDecodeSelf(d) + yyv1515 := &yyv1512[yyj1512] + yyv1515.CodecDecodeSelf(d) } } else { @@ -18722,17 +18770,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj1507 < len(yyv1507) { - yyv1507 = yyv1507[:yyj1507] - yyc1507 = true - } else if yyj1507 == 0 && yyv1507 == nil { - yyv1507 = []ConfigMap{} - yyc1507 = true + if yyj1512 < len(yyv1512) { + yyv1512 = yyv1512[:yyj1512] + yyc1512 = true + } else if yyj1512 == 0 && yyv1512 == nil { + yyv1512 = []ConfigMap{} + yyc1512 = true } } - yyh1507.End() - if yyc1507 { - *v = yyv1507 + yyh1512.End() + if yyc1512 { + *v = yyv1512 } } @@ -18741,10 +18789,10 @@ func (x codecSelfer1234) encSliceReplicaSet(v []ReplicaSet, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv1511 := range v { + for _, yyv1516 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1512 := &yyv1511 - yy1512.CodecEncodeSelf(e) + yy1517 := &yyv1516 + yy1517.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18754,83 +18802,83 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv1513 := *v - yyh1513, yyl1513 := z.DecSliceHelperStart() - var yyc1513 bool - if yyl1513 == 0 { - if yyv1513 == nil { - yyv1513 = []ReplicaSet{} - yyc1513 = true - } else if len(yyv1513) != 0 { - yyv1513 = yyv1513[:0] - yyc1513 = true + yyv1518 := *v + yyh1518, yyl1518 := z.DecSliceHelperStart() + var yyc1518 bool + if yyl1518 == 0 { + if yyv1518 == nil { + yyv1518 = []ReplicaSet{} + yyc1518 = true + } else if len(yyv1518) != 0 { + yyv1518 = yyv1518[:0] + yyc1518 = true } - } else if yyl1513 > 0 { - var yyrr1513, yyrl1513 int - var yyrt1513 bool - if yyl1513 > cap(yyv1513) { + } else if yyl1518 > 0 { + var yyrr1518, yyrl1518 int + var yyrt1518 bool + if yyl1518 > cap(yyv1518) { - yyrg1513 := len(yyv1513) > 0 - yyv21513 := yyv1513 - yyrl1513, yyrt1513 = z.DecInferLen(yyl1513, z.DecBasicHandle().MaxInitLen, 232) - if yyrt1513 { - if yyrl1513 <= cap(yyv1513) { - yyv1513 = yyv1513[:yyrl1513] + yyrg1518 := len(yyv1518) > 0 + yyv21518 := yyv1518 + yyrl1518, yyrt1518 = z.DecInferLen(yyl1518, z.DecBasicHandle().MaxInitLen, 232) + if yyrt1518 { + if yyrl1518 <= cap(yyv1518) { + yyv1518 = yyv1518[:yyrl1518] } else { - yyv1513 = make([]ReplicaSet, yyrl1513) + yyv1518 = make([]ReplicaSet, yyrl1518) } } else { - yyv1513 = make([]ReplicaSet, yyrl1513) + yyv1518 = make([]ReplicaSet, yyrl1518) } - yyc1513 = true - yyrr1513 = len(yyv1513) - if yyrg1513 { - copy(yyv1513, yyv21513) + yyc1518 = true + yyrr1518 = len(yyv1518) + if yyrg1518 { + copy(yyv1518, yyv21518) } - } else if yyl1513 != len(yyv1513) { - yyv1513 = yyv1513[:yyl1513] - yyc1513 = true + } else if yyl1518 != len(yyv1518) { + yyv1518 = yyv1518[:yyl1518] + yyc1518 = true } - yyj1513 := 0 - for ; yyj1513 < yyrr1513; yyj1513++ { - yyh1513.ElemContainerState(yyj1513) + yyj1518 := 0 + for ; yyj1518 < yyrr1518; yyj1518++ { + yyh1518.ElemContainerState(yyj1518) if r.TryDecodeAsNil() { - yyv1513[yyj1513] = ReplicaSet{} + yyv1518[yyj1518] = ReplicaSet{} } else { - yyv1514 := &yyv1513[yyj1513] - yyv1514.CodecDecodeSelf(d) + yyv1519 := &yyv1518[yyj1518] + yyv1519.CodecDecodeSelf(d) } } - if yyrt1513 { - for ; yyj1513 < yyl1513; yyj1513++ { - yyv1513 = append(yyv1513, ReplicaSet{}) - yyh1513.ElemContainerState(yyj1513) + if yyrt1518 { + for ; yyj1518 < yyl1518; yyj1518++ { + yyv1518 = append(yyv1518, ReplicaSet{}) + yyh1518.ElemContainerState(yyj1518) if r.TryDecodeAsNil() { - yyv1513[yyj1513] = ReplicaSet{} + yyv1518[yyj1518] = ReplicaSet{} } else { - yyv1515 := &yyv1513[yyj1513] - yyv1515.CodecDecodeSelf(d) + yyv1520 := &yyv1518[yyj1518] + yyv1520.CodecDecodeSelf(d) } } } } else { - yyj1513 := 0 - for ; !r.CheckBreak(); yyj1513++ { + yyj1518 := 0 + for ; !r.CheckBreak(); yyj1518++ { - if yyj1513 >= len(yyv1513) { - yyv1513 = append(yyv1513, ReplicaSet{}) // var yyz1513 ReplicaSet - yyc1513 = true + if yyj1518 >= len(yyv1518) { + yyv1518 = append(yyv1518, ReplicaSet{}) // var yyz1518 ReplicaSet + yyc1518 = true } - yyh1513.ElemContainerState(yyj1513) - if yyj1513 < len(yyv1513) { + yyh1518.ElemContainerState(yyj1518) + if yyj1518 < len(yyv1518) { if r.TryDecodeAsNil() { - yyv1513[yyj1513] = ReplicaSet{} + yyv1518[yyj1518] = ReplicaSet{} } else { - yyv1516 := &yyv1513[yyj1513] - yyv1516.CodecDecodeSelf(d) + yyv1521 := &yyv1518[yyj1518] + yyv1521.CodecDecodeSelf(d) } } else { @@ -18838,16 +18886,16 @@ func (x codecSelfer1234) decSliceReplicaSet(v *[]ReplicaSet, d *codec1978.Decode } } - if yyj1513 < len(yyv1513) { - yyv1513 = yyv1513[:yyj1513] - yyc1513 = true - } else if yyj1513 == 0 && yyv1513 == nil { - yyv1513 = []ReplicaSet{} - yyc1513 = true + if yyj1518 < len(yyv1518) { + yyv1518 = yyv1518[:yyj1518] + yyc1518 = true + } else if yyj1518 == 0 && yyv1518 == nil { + yyv1518 = []ReplicaSet{} + yyc1518 = true } } - yyh1513.End() - if yyc1513 { - *v = yyv1513 + yyh1518.End() + if yyc1518 { + *v = yyv1518 } } diff --git a/pkg/apis/extensions/v1beta1/types.go b/pkg/apis/extensions/v1beta1/types.go index 564af4d7246..896c285a252 100644 --- a/pkg/apis/extensions/v1beta1/types.go +++ b/pkg/apis/extensions/v1beta1/types.go @@ -213,6 +213,10 @@ type DeploymentSpec struct { // Value of this key is hash of DeploymentSpec.PodTemplateSpec. // No label is added if this is set to empty string. UniqueLabelKey *string `json:"uniqueLabelKey,omitempty"` + + // Indicates that the deployment is paused and will not be processed by the + // deployment controller. + Paused bool `json:"paused,omitempty"` } const ( diff --git a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go index ccc0b554904..cd92db822d4 100644 --- a/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go +++ b/pkg/apis/extensions/v1beta1/types_swagger_doc_generated.go @@ -175,6 +175,7 @@ var map_DeploymentSpec = map[string]string{ "template": "Template describes the pods that will be created.", "strategy": "The deployment strategy to use to replace existing pods with new ones.", "uniqueLabelKey": "Key of the selector that is added to existing RCs (and label key that is added to its pods) to prevent the existing RCs to select new pods (and old pods being selected by new RC). Users can set this to an empty string to indicate that the system should not add any selector and label. If unspecified, system uses DefaultDeploymentUniqueLabelKey(\"deployment.kubernetes.io/podTemplateHash\"). Value of this key is hash of DeploymentSpec.PodTemplateSpec. No label is added if this is set to empty string.", + "paused": "Indicates that the deployment is paused and will not be processed by the deployment controller.", } func (DeploymentSpec) SwaggerDoc() map[string]string { diff --git a/pkg/controller/deployment/deployment_controller.go b/pkg/controller/deployment/deployment_controller.go index b53d62ab1a0..0877e821030 100644 --- a/pkg/controller/deployment/deployment_controller.go +++ b/pkg/controller/deployment/deployment_controller.go @@ -410,6 +410,11 @@ func (dc *DeploymentController) syncDeployment(key string) error { return nil } + if d.Spec.Paused { + // Ignore paused deployments + glog.V(4).Infof("Ignoring paused deployment %s/%s", d.Namespace, d.Name) + return nil + } switch d.Spec.Strategy.Type { case extensions.RecreateDeploymentStrategyType: return dc.syncRecreateDeployment(d) diff --git a/pkg/registry/deployment/etcd/etcd_test.go b/pkg/registry/deployment/etcd/etcd_test.go index dc6fae4060e..c327a04efd7 100755 --- a/pkg/registry/deployment/etcd/etcd_test.go +++ b/pkg/registry/deployment/etcd/etcd_test.go @@ -75,21 +75,6 @@ func validNewDeployment() *extensions.Deployment { var validDeployment = *validNewDeployment() -func validNewScale() *extensions.Scale { - return &extensions.Scale{ - ObjectMeta: api.ObjectMeta{Name: name, Namespace: namespace}, - Spec: extensions.ScaleSpec{ - Replicas: validDeployment.Spec.Replicas, - }, - Status: extensions.ScaleStatus{ - Replicas: validDeployment.Status.Replicas, - Selector: validDeployment.Spec.Template.Labels, - }, - } -} - -var validScale = *validNewScale() - func TestCreate(t *testing.T) { storage, server := newStorage(t) defer server.Terminate(t) @@ -192,6 +177,21 @@ func TestWatch(t *testing.T) { ) } +func validNewScale() *extensions.Scale { + return &extensions.Scale{ + ObjectMeta: api.ObjectMeta{Name: name, Namespace: namespace}, + Spec: extensions.ScaleSpec{ + Replicas: validDeployment.Spec.Replicas, + }, + Status: extensions.ScaleStatus{ + Replicas: validDeployment.Status.Replicas, + Selector: validDeployment.Spec.Template.Labels, + }, + } +} + +var validScale = *validNewScale() + func TestScaleGet(t *testing.T) { storage, server := newStorage(t) defer server.Terminate(t) @@ -204,10 +204,10 @@ func TestScaleGet(t *testing.T) { expect := &validScale obj, err := storage.Scale.Get(ctx, name) - scale := obj.(*extensions.Scale) if err != nil { t.Fatalf("unexpected error: %v", err) } + scale := obj.(*extensions.Scale) if e, a := expect, scale; !api.Semantic.DeepDerivative(e, a) { t.Errorf("unexpected scale: %s", util.ObjectDiff(e, a)) } @@ -216,6 +216,7 @@ func TestScaleGet(t *testing.T) { func TestScaleUpdate(t *testing.T) { storage, server := newStorage(t) defer server.Terminate(t) + ctx := api.WithNamespace(api.NewContext(), namespace) key := etcdtest.AddPrefix("/deployments/" + namespace + "/" + name) if err := storage.Deployment.Storage.Set(ctx, key, &validDeployment, nil, 0); err != nil { @@ -232,12 +233,11 @@ func TestScaleUpdate(t *testing.T) { if _, _, err := storage.Scale.Update(ctx, &update); err != nil { t.Fatalf("unexpected error: %v", err) } - obj, err := storage.Scale.Get(ctx, name) + obj, err := storage.Deployment.Get(ctx, name) if err != nil { t.Fatalf("unexpected error: %v", err) } - - deployment := obj.(*extensions.Scale) + deployment := obj.(*extensions.Deployment) if deployment.Spec.Replicas != replicas { t.Errorf("wrong replicas count expected: %d got: %d", replicas, deployment.Spec.Replicas) } diff --git a/test/e2e/deployment.go b/test/e2e/deployment.go index cfdb90c0b61..b37f6ed67a9 100644 --- a/test/e2e/deployment.go +++ b/test/e2e/deployment.go @@ -18,9 +18,11 @@ package e2e import ( "fmt" + "time" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/apis/extensions" + "k8s.io/kubernetes/pkg/labels" deploymentutil "k8s.io/kubernetes/pkg/util/deployment" "k8s.io/kubernetes/pkg/util/intstr" @@ -46,6 +48,9 @@ var _ = Describe("Deployment", func() { It("deployment should support rollover [Flaky]", func() { testRolloverDeployment(f) }) + It("paused deployment should be ignored by the controller", func() { + testPausedDeployment(f) + }) }) func newRC(rcName string, replicas int, rcPodLabels map[string]string, imageName string, image string) *api.ReplicationController { @@ -390,3 +395,74 @@ func testRolloverDeployment(f *Framework) { newRC, err = deploymentutil.GetNewRC(*deployment, c) Expect(newRC.Spec.Template.Spec.Containers[0].Image).Should(Equal(updatedDeploymentImage)) } + +func testPausedDeployment(f *Framework) { + ns := f.Namespace.Name + c := f.Client + deploymentName := "nginx" + podLabels := map[string]string{"name": "nginx"} + d := newDeployment(deploymentName, 1, podLabels, "nginx", "nginx", extensions.RollingUpdateDeploymentStrategyType) + d.Spec.Paused = true + Logf("Creating paused deployment %s", deploymentName) + _, err := c.Deployments(ns).Create(d) + Expect(err).NotTo(HaveOccurred()) + defer func() { + _, err := c.Deployments(ns).Get(deploymentName) + Expect(err).NotTo(HaveOccurred()) + Logf("deleting deployment %s", deploymentName) + Expect(c.Deployments(ns).Delete(deploymentName, nil)).NotTo(HaveOccurred()) + }() + // Check that deployment is created fine. + deployment, err := c.Deployments(ns).Get(deploymentName) + Expect(err).NotTo(HaveOccurred()) + + // Verify that there is no latest state realized for the new deployment. + rc, err := deploymentutil.GetNewRC(*deployment, c) + Expect(err).NotTo(HaveOccurred()) + if rc != nil { + err = fmt.Errorf("unexpected new rc/%s for deployment/%s", rc.Name, deployment.Name) + Expect(err).NotTo(HaveOccurred()) + } + + // Update the deployment to run + deployment.Spec.Paused = false + deployment, err = c.Deployments(ns).Update(deployment) + Expect(err).NotTo(HaveOccurred()) + + opts := api.ListOptions{LabelSelector: labels.Set(deployment.Spec.Selector).AsSelector()} + w, err := c.ReplicationControllers(ns).Watch(opts) + Expect(err).NotTo(HaveOccurred()) + + select { + case <-w.ResultChan(): + // this is it + case <-time.After(time.Minute): + err = fmt.Errorf("expected a new rc to be created") + Expect(err).NotTo(HaveOccurred()) + } + + // Pause the deployment and delete the replication controller. + // The paused deployment shouldn't recreate a new one. + deployment.Spec.Paused = true + deployment.ResourceVersion = "" + deployment, err = c.Deployments(ns).Update(deployment) + Expect(err).NotTo(HaveOccurred()) + + newRC, err := deploymentutil.GetNewRC(*deployment, c) + Expect(err).NotTo(HaveOccurred()) + Expect(c.ReplicationControllers(ns).Delete(newRC.Name)).NotTo(HaveOccurred()) + + deployment, err = c.Deployments(ns).Get(deploymentName) + Expect(err).NotTo(HaveOccurred()) + + if !deployment.Spec.Paused { + err = fmt.Errorf("deployment %q should be paused", deployment.Name) + Expect(err).NotTo(HaveOccurred()) + } + shouldBeNil, err := deploymentutil.GetNewRC(*deployment, c) + Expect(err).NotTo(HaveOccurred()) + if shouldBeNil != nil { + err = fmt.Errorf("deployment %q shouldn't have a rc but there is %q", deployment.Name, shouldBeNil.Name) + Expect(err).NotTo(HaveOccurred()) + } +}