From 70a9c0bf56c5efd20c7e3d623cd236f08cfd72f8 Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Sat, 10 Oct 2015 18:10:45 +0800 Subject: [PATCH] Add directory in GitRepo and updated tests. Update validate and gitRepo Update generated code --- api/swagger-spec/v1.json | 7 +- api/swagger-spec/v1beta1.json | 7 +- .../extensions/v1beta1/definitions.html | 11 +- docs/api-reference/v1/definitions.html | 11 +- pkg/api/deep_copy_generated.go | 1 + pkg/api/types.generated.go | 27409 +++++++-------- pkg/api/types.go | 7 +- pkg/api/v1/conversion_generated.go | 2 + pkg/api/v1/deep_copy_generated.go | 1 + pkg/api/v1/types.generated.go | 27631 ++++++++-------- pkg/api/v1/types.go | 7 +- pkg/api/v1/types_swagger_doc_generated.go | 1 + pkg/api/validation/validation.go | 40 +- pkg/api/validation/validation_test.go | 15 +- pkg/apis/extensions/deep_copy_generated.go | 1 + .../v1beta1/conversion_generated.go | 2 + .../extensions/v1beta1/deep_copy_generated.go | 1 + pkg/volume/git_repo/git_repo.go | 32 +- pkg/volume/git_repo/git_repo_test.go | 335 +- 19 files changed, 27957 insertions(+), 27564 deletions(-) diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 0e68abf377a..a5bf9f9a21a 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -13251,8 +13251,7 @@ "id": "v1.GitRepoVolumeSource", "description": "GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.", "required": [ - "repository", - "revision" + "repository" ], "properties": { "repository": { @@ -13262,6 +13261,10 @@ "revision": { "type": "string", "description": "Commit hash for the specified revision." + }, + "directory": { + "type": "string", + "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name." } } }, diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index 82f3fb5eb39..d11efee40a4 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -3244,8 +3244,7 @@ "id": "v1.GitRepoVolumeSource", "description": "GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.", "required": [ - "repository", - "revision" + "repository" ], "properties": { "repository": { @@ -3255,6 +3254,10 @@ "revision": { "type": "string", "description": "Commit hash for the specified revision." + }, + "directory": { + "type": "string", + "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name." } } }, diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index dc27ce0cea7..0a41869c99d 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -1436,7 +1436,14 @@ Both these may change in the future. Incoming requests are matched against the h

revision

Commit hash for the specified revision.

-

true

+

false

+

string

+ + + +

directory

+

Target directory name. Must not contain or start with ... If . is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

+

false

string

@@ -4261,7 +4268,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index 09b2d8a2211..7db938529dc 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -1321,7 +1321,14 @@ Examples:

revision

Commit hash for the specified revision.

-

true

+

false

+

string

+ + + +

directory

+

Target directory name. Must not contain or start with ... If . is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

+

false

string

@@ -6894,7 +6901,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/pkg/api/deep_copy_generated.go b/pkg/api/deep_copy_generated.go index 8b9630b3dd2..8bc040d2bf9 100644 --- a/pkg/api/deep_copy_generated.go +++ b/pkg/api/deep_copy_generated.go @@ -587,6 +587,7 @@ func deepCopy_api_GCEPersistentDiskVolumeSource(in GCEPersistentDiskVolumeSource func deepCopy_api_GitRepoVolumeSource(in GitRepoVolumeSource, out *GitRepoVolumeSource, c *conversion.Cloner) error { out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index 428f6cd05c6..50e70dbfb77 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -9412,14 +9412,16 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep639 := !z.EncBinary() yy2arr639 := z.EncBasicHandle().StructToArray - var yyq639 [2]bool + var yyq639 [3]bool _, _, _ = yysep639, yyq639, yy2arr639 const yyr639 bool = false + yyq639[1] = x.Revision != "" + yyq639[2] = x.Directory != "" var yynn639 int if yyr639 || yy2arr639 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { - yynn639 = 2 + yynn639 = 1 for _, b := range yyq639 { if b { yynn639++ @@ -9449,21 +9451,52 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr639 || yy2arr639 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym644 := z.EncBinary() - _ = yym644 - if false { + if yyq639[1] { + yym644 := z.EncBinary() + _ = yym644 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("revision")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym645 := z.EncBinary() - _ = yym645 - if false { + if yyq639[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("revision")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym645 := z.EncBinary() + _ = yym645 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + } + } + } + if yyr639 || yy2arr639 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq639[2] { + yym647 := z.EncBinary() + _ = yym647 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq639[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("directory")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym648 := z.EncBinary() + _ = yym648 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) + } } } if yyr639 || yy2arr639 { @@ -9479,25 +9512,25 @@ func (x *GitRepoVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym646 := z.DecBinary() - _ = yym646 + yym649 := z.DecBinary() + _ = yym649 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct647 := r.ContainerType() - if yyct647 == codecSelferValueTypeMap1234 { - yyl647 := r.ReadMapStart() - if yyl647 == 0 { + yyct650 := r.ContainerType() + if yyct650 == codecSelferValueTypeMap1234 { + yyl650 := r.ReadMapStart() + if yyl650 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl647, d) + x.codecDecodeSelfFromMap(yyl650, d) } - } else if yyct647 == codecSelferValueTypeArray1234 { - yyl647 := r.ReadArrayStart() - if yyl647 == 0 { + } else if yyct650 == codecSelferValueTypeArray1234 { + yyl650 := r.ReadArrayStart() + if yyl650 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl647, d) + x.codecDecodeSelfFromArray(yyl650, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9509,12 +9542,12 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys648Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys648Slc - var yyhl648 bool = l >= 0 - for yyj648 := 0; ; yyj648++ { - if yyhl648 { - if yyj648 >= 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 { @@ -9523,10 +9556,10 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys648Slc = r.DecodeBytes(yys648Slc, true, true) - yys648 := string(yys648Slc) + yys651Slc = r.DecodeBytes(yys651Slc, true, true) + yys651 := string(yys651Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys648 { + switch yys651 { case "repository": if r.TryDecodeAsNil() { x.Repository = "" @@ -9539,10 +9572,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } else { x.Revision = string(r.DecodeString()) } + case "directory": + if r.TryDecodeAsNil() { + x.Directory = "" + } else { + x.Directory = string(r.DecodeString()) + } default: - z.DecStructFieldNotFound(-1, yys648) - } // end switch yys648 - } // end for yyj648 + z.DecStructFieldNotFound(-1, yys651) + } // end switch yys651 + } // end for yyj651 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9550,16 +9589,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj651 int - var yyb651 bool - var yyhl651 bool = l >= 0 - yyj651++ - if yyhl651 { - yyb651 = yyj651 > l + var yyj655 int + var yyb655 bool + var yyhl655 bool = l >= 0 + yyj655++ + if yyhl655 { + yyb655 = yyj655 > l } else { - yyb651 = r.CheckBreak() + yyb655 = r.CheckBreak() } - if yyb651 { + if yyb655 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9569,13 +9608,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Repository = string(r.DecodeString()) } - yyj651++ - if yyhl651 { - yyb651 = yyj651 > l + yyj655++ + if yyhl655 { + yyb655 = yyj655 > l } else { - yyb651 = r.CheckBreak() + yyb655 = r.CheckBreak() } - if yyb651 { + if yyb655 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9585,18 +9624,34 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Revision = string(r.DecodeString()) } + yyj655++ + if yyhl655 { + yyb655 = yyj655 > l + } else { + yyb655 = r.CheckBreak() + } + if yyb655 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Directory = "" + } else { + x.Directory = string(r.DecodeString()) + } for { - yyj651++ - if yyhl651 { - yyb651 = yyj651 > l + yyj655++ + if yyhl655 { + yyb655 = yyj655 > l } else { - yyb651 = r.CheckBreak() + yyb655 = r.CheckBreak() } - if yyb651 { + if yyb655 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj651-1, "") + z.DecStructFieldNotFound(yyj655-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9608,33 +9663,33 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym654 := z.EncBinary() - _ = yym654 + yym659 := z.EncBinary() + _ = yym659 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep655 := !z.EncBinary() - yy2arr655 := z.EncBasicHandle().StructToArray - var yyq655 [1]bool - _, _, _ = yysep655, yyq655, yy2arr655 - const yyr655 bool = false - var yynn655 int - if yyr655 || yy2arr655 { + yysep660 := !z.EncBinary() + yy2arr660 := z.EncBasicHandle().StructToArray + var yyq660 [1]bool + _, _, _ = yysep660, yyq660, yy2arr660 + const yyr660 bool = false + var yynn660 int + if yyr660 || yy2arr660 { r.EncodeArrayStart(1) } else { - yynn655 = 1 - for _, b := range yyq655 { + yynn660 = 1 + for _, b := range yyq660 { if b { - yynn655++ + yynn660++ } } - r.EncodeMapStart(yynn655) - yynn655 = 0 + r.EncodeMapStart(yynn660) + yynn660 = 0 } - if yyr655 || yy2arr655 { + if yyr660 || yy2arr660 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym657 := z.EncBinary() - _ = yym657 + yym662 := z.EncBinary() + _ = yym662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -9643,14 +9698,14 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym658 := z.EncBinary() - _ = yym658 + yym663 := z.EncBinary() + _ = yym663 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr655 || yy2arr655 { + if yyr660 || yy2arr660 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9663,25 +9718,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym659 := z.DecBinary() - _ = yym659 + yym664 := z.DecBinary() + _ = yym664 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct660 := r.ContainerType() - if yyct660 == codecSelferValueTypeMap1234 { - yyl660 := r.ReadMapStart() - if yyl660 == 0 { + yyct665 := r.ContainerType() + if yyct665 == codecSelferValueTypeMap1234 { + yyl665 := r.ReadMapStart() + if yyl665 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl660, d) + x.codecDecodeSelfFromMap(yyl665, d) } - } else if yyct660 == codecSelferValueTypeArray1234 { - yyl660 := r.ReadArrayStart() - if yyl660 == 0 { + } else if yyct665 == codecSelferValueTypeArray1234 { + yyl665 := r.ReadArrayStart() + if yyl665 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl660, d) + x.codecDecodeSelfFromArray(yyl665, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -9693,12 +9748,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys661Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys661Slc - var yyhl661 bool = l >= 0 - for yyj661 := 0; ; yyj661++ { - if yyhl661 { - if yyj661 >= l { + var yys666Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys666Slc + var yyhl666 bool = l >= 0 + for yyj666 := 0; ; yyj666++ { + if yyhl666 { + if yyj666 >= l { break } } else { @@ -9707,10 +9762,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys661Slc = r.DecodeBytes(yys661Slc, true, true) - yys661 := string(yys661Slc) + yys666Slc = r.DecodeBytes(yys666Slc, true, true) + yys666 := string(yys666Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys661 { + switch yys666 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -9718,9 +9773,9 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.SecretName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys661) - } // end switch yys661 - } // end for yyj661 + z.DecStructFieldNotFound(-1, yys666) + } // end switch yys666 + } // end for yyj666 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -9728,16 +9783,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj663 int - var yyb663 bool - var yyhl663 bool = l >= 0 - yyj663++ - if yyhl663 { - yyb663 = yyj663 > l + var yyj668 int + var yyb668 bool + var yyhl668 bool = l >= 0 + yyj668++ + if yyhl668 { + yyb668 = yyj668 > l } else { - yyb663 = r.CheckBreak() + yyb668 = r.CheckBreak() } - if yyb663 { + if yyb668 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9748,17 +9803,17 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.SecretName = string(r.DecodeString()) } for { - yyj663++ - if yyhl663 { - yyb663 = yyj663 > l + yyj668++ + if yyhl668 { + yyb668 = yyj668 > l } else { - yyb663 = r.CheckBreak() + yyb668 = r.CheckBreak() } - if yyb663 { + if yyb668 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj663-1, "") + z.DecStructFieldNotFound(yyj668-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -9770,34 +9825,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym665 := z.EncBinary() - _ = yym665 + yym670 := z.EncBinary() + _ = yym670 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep666 := !z.EncBinary() - yy2arr666 := z.EncBasicHandle().StructToArray - var yyq666 [3]bool - _, _, _ = yysep666, yyq666, yy2arr666 - const yyr666 bool = false - yyq666[2] = x.ReadOnly != false - var yynn666 int - if yyr666 || yy2arr666 { + yysep671 := !z.EncBinary() + yy2arr671 := z.EncBasicHandle().StructToArray + var yyq671 [3]bool + _, _, _ = yysep671, yyq671, yy2arr671 + const yyr671 bool = false + yyq671[2] = x.ReadOnly != false + var yynn671 int + if yyr671 || yy2arr671 { r.EncodeArrayStart(3) } else { - yynn666 = 2 - for _, b := range yyq666 { + yynn671 = 2 + for _, b := range yyq671 { if b { - yynn666++ + yynn671++ } } - r.EncodeMapStart(yynn666) - yynn666 = 0 + r.EncodeMapStart(yynn671) + yynn671 = 0 } - if yyr666 || yy2arr666 { + if yyr671 || yy2arr671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym668 := z.EncBinary() - _ = yym668 + yym673 := z.EncBinary() + _ = yym673 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -9806,17 +9861,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym669 := z.EncBinary() - _ = yym669 + yym674 := z.EncBinary() + _ = yym674 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr666 || yy2arr666 { + if yyr671 || yy2arr671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym671 := z.EncBinary() - _ = yym671 + yym676 := z.EncBinary() + _ = yym676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -9825,18 +9880,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym672 := z.EncBinary() - _ = yym672 + yym677 := z.EncBinary() + _ = yym677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr666 || yy2arr666 { + if yyr671 || yy2arr671 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq666[2] { - yym674 := z.EncBinary() - _ = yym674 + if yyq671[2] { + yym679 := z.EncBinary() + _ = yym679 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -9845,19 +9900,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq666[2] { + if yyq671[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym675 := z.EncBinary() - _ = yym675 + yym680 := z.EncBinary() + _ = yym680 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr666 || yy2arr666 { + if yyr671 || yy2arr671 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -9870,25 +9925,25 @@ func (x *NFSVolumeSource) 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) @@ -9900,12 +9955,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { 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 { @@ -9914,10 +9969,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } 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 "server": if r.TryDecodeAsNil() { x.Server = "" @@ -9937,9 +9992,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } 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) } @@ -9947,16 +10002,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj682 int - var yyb682 bool - var yyhl682 bool = l >= 0 - yyj682++ - if yyhl682 { - yyb682 = yyj682 > l + var yyj687 int + var yyb687 bool + var yyhl687 bool = l >= 0 + yyj687++ + if yyhl687 { + yyb687 = yyj687 > l } else { - yyb682 = r.CheckBreak() + yyb687 = r.CheckBreak() } - if yyb682 { + if yyb687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9966,13 +10021,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj682++ - if yyhl682 { - yyb682 = yyj682 > l + yyj687++ + if yyhl687 { + yyb687 = yyj687 > l } else { - yyb682 = r.CheckBreak() + yyb687 = r.CheckBreak() } - if yyb682 { + if yyb687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9982,13 +10037,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj682++ - if yyhl682 { - yyb682 = yyj682 > l + yyj687++ + if yyhl687 { + yyb687 = yyj687 > l } else { - yyb682 = r.CheckBreak() + yyb687 = r.CheckBreak() } - if yyb682 { + if yyb687 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -9999,17 +10054,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj682++ - if yyhl682 { - yyb682 = yyj682 > l + yyj687++ + if yyhl687 { + yyb687 = yyj687 > l } else { - yyb682 = r.CheckBreak() + yyb687 = r.CheckBreak() } - if yyb682 { + if yyb687 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj682-1, "") + z.DecStructFieldNotFound(yyj687-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10021,34 +10076,34 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym686 := z.EncBinary() - _ = yym686 + yym691 := z.EncBinary() + _ = yym691 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep687 := !z.EncBinary() - yy2arr687 := z.EncBasicHandle().StructToArray - var yyq687 [3]bool - _, _, _ = yysep687, yyq687, yy2arr687 - const yyr687 bool = false - yyq687[2] = x.ReadOnly != false - var yynn687 int - if yyr687 || yy2arr687 { + yysep692 := !z.EncBinary() + yy2arr692 := z.EncBasicHandle().StructToArray + var yyq692 [3]bool + _, _, _ = yysep692, yyq692, yy2arr692 + const yyr692 bool = false + yyq692[2] = x.ReadOnly != false + var yynn692 int + if yyr692 || yy2arr692 { r.EncodeArrayStart(3) } else { - yynn687 = 2 - for _, b := range yyq687 { + yynn692 = 2 + for _, b := range yyq692 { if b { - yynn687++ + yynn692++ } } - r.EncodeMapStart(yynn687) - yynn687 = 0 + r.EncodeMapStart(yynn692) + yynn692 = 0 } - if yyr687 || yy2arr687 { + if yyr692 || yy2arr692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym689 := z.EncBinary() - _ = yym689 + yym694 := z.EncBinary() + _ = yym694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) @@ -10057,17 +10112,17 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("endpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym690 := z.EncBinary() - _ = yym690 + yym695 := z.EncBinary() + _ = yym695 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.EndpointsName)) } } - if yyr687 || yy2arr687 { + if yyr692 || yy2arr692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym692 := z.EncBinary() - _ = yym692 + yym697 := z.EncBinary() + _ = yym697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -10076,18 +10131,18 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym693 := z.EncBinary() - _ = yym693 + yym698 := z.EncBinary() + _ = yym698 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr687 || yy2arr687 { + if yyr692 || yy2arr692 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq687[2] { - yym695 := z.EncBinary() - _ = yym695 + if yyq692[2] { + yym700 := z.EncBinary() + _ = yym700 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10096,19 +10151,19 @@ func (x *GlusterfsVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq687[2] { + if yyq692[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym696 := z.EncBinary() - _ = yym696 + yym701 := z.EncBinary() + _ = yym701 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr687 || yy2arr687 { + if yyr692 || yy2arr692 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10121,25 +10176,25 @@ func (x *GlusterfsVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym697 := z.DecBinary() - _ = yym697 + yym702 := z.DecBinary() + _ = yym702 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct698 := r.ContainerType() - if yyct698 == codecSelferValueTypeMap1234 { - yyl698 := r.ReadMapStart() - if yyl698 == 0 { + yyct703 := r.ContainerType() + if yyct703 == codecSelferValueTypeMap1234 { + yyl703 := r.ReadMapStart() + if yyl703 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl698, d) + x.codecDecodeSelfFromMap(yyl703, d) } - } else if yyct698 == codecSelferValueTypeArray1234 { - yyl698 := r.ReadArrayStart() - if yyl698 == 0 { + } else if yyct703 == codecSelferValueTypeArray1234 { + yyl703 := r.ReadArrayStart() + if yyl703 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl698, d) + x.codecDecodeSelfFromArray(yyl703, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10151,12 +10206,12 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys699Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys699Slc - var yyhl699 bool = l >= 0 - for yyj699 := 0; ; yyj699++ { - if yyhl699 { - if yyj699 >= l { + var yys704Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys704Slc + var yyhl704 bool = l >= 0 + for yyj704 := 0; ; yyj704++ { + if yyhl704 { + if yyj704 >= l { break } } else { @@ -10165,10 +10220,10 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys699Slc = r.DecodeBytes(yys699Slc, true, true) - yys699 := string(yys699Slc) + yys704Slc = r.DecodeBytes(yys704Slc, true, true) + yys704 := string(yys704Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys699 { + switch yys704 { case "endpoints": if r.TryDecodeAsNil() { x.EndpointsName = "" @@ -10188,9 +10243,9 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys699) - } // end switch yys699 - } // end for yyj699 + z.DecStructFieldNotFound(-1, yys704) + } // end switch yys704 + } // end for yyj704 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10198,16 +10253,16 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj703 int - var yyb703 bool - var yyhl703 bool = l >= 0 - yyj703++ - if yyhl703 { - yyb703 = yyj703 > l + var yyj708 int + var yyb708 bool + var yyhl708 bool = l >= 0 + yyj708++ + if yyhl708 { + yyb708 = yyj708 > l } else { - yyb703 = r.CheckBreak() + yyb708 = r.CheckBreak() } - if yyb703 { + if yyb708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10217,13 +10272,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.EndpointsName = string(r.DecodeString()) } - yyj703++ - if yyhl703 { - yyb703 = yyj703 > l + yyj708++ + if yyhl708 { + yyb708 = yyj708 > l } else { - yyb703 = r.CheckBreak() + yyb708 = r.CheckBreak() } - if yyb703 { + if yyb708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10233,13 +10288,13 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj703++ - if yyhl703 { - yyb703 = yyj703 > l + yyj708++ + if yyhl708 { + yyb708 = yyj708 > l } else { - yyb703 = r.CheckBreak() + yyb708 = r.CheckBreak() } - if yyb703 { + if yyb708 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10250,17 +10305,17 @@ func (x *GlusterfsVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj703++ - if yyhl703 { - yyb703 = yyj703 > l + yyj708++ + if yyhl708 { + yyb708 = yyj708 > l } else { - yyb703 = r.CheckBreak() + yyb708 = r.CheckBreak() } - if yyb703 { + if yyb708 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj703-1, "") + z.DecStructFieldNotFound(yyj708-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10272,38 +10327,38 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym707 := z.EncBinary() - _ = yym707 + yym712 := z.EncBinary() + _ = yym712 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep708 := !z.EncBinary() - yy2arr708 := z.EncBasicHandle().StructToArray - var yyq708 [8]bool - _, _, _ = yysep708, yyq708, yy2arr708 - const yyr708 bool = false - yyq708[2] = x.FSType != "" - yyq708[7] = x.ReadOnly != false - var yynn708 int - if yyr708 || yy2arr708 { + yysep713 := !z.EncBinary() + yy2arr713 := z.EncBasicHandle().StructToArray + var yyq713 [8]bool + _, _, _ = yysep713, yyq713, yy2arr713 + const yyr713 bool = false + yyq713[2] = x.FSType != "" + yyq713[7] = x.ReadOnly != false + var yynn713 int + if yyr713 || yy2arr713 { r.EncodeArrayStart(8) } else { - yynn708 = 6 - for _, b := range yyq708 { + yynn713 = 6 + for _, b := range yyq713 { if b { - yynn708++ + yynn713++ } } - r.EncodeMapStart(yynn708) - yynn708 = 0 + r.EncodeMapStart(yynn713) + yynn713 = 0 } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.CephMonitors == nil { r.EncodeNil() } else { - yym710 := z.EncBinary() - _ = yym710 + yym715 := z.EncBinary() + _ = yym715 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) @@ -10316,18 +10371,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.CephMonitors == nil { r.EncodeNil() } else { - yym711 := z.EncBinary() - _ = yym711 + yym716 := z.EncBinary() + _ = yym716 if false { } else { z.F.EncSliceStringV(x.CephMonitors, false, e) } } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym713 := z.EncBinary() - _ = yym713 + yym718 := z.EncBinary() + _ = yym718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) @@ -10336,18 +10391,18 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym714 := z.EncBinary() - _ = yym714 + yym719 := z.EncBinary() + _ = yym719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDImage)) } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq708[2] { - yym716 := z.EncBinary() - _ = yym716 + if yyq713[2] { + yym721 := z.EncBinary() + _ = yym721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10356,22 +10411,22 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq708[2] { + if yyq713[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym717 := z.EncBinary() - _ = yym717 + yym722 := z.EncBinary() + _ = yym722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym719 := z.EncBinary() - _ = yym719 + yym724 := z.EncBinary() + _ = yym724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) @@ -10380,17 +10435,17 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pool")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym720 := z.EncBinary() - _ = yym720 + yym725 := z.EncBinary() + _ = yym725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RBDPool)) } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym722 := z.EncBinary() - _ = yym722 + yym727 := z.EncBinary() + _ = yym727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) @@ -10399,17 +10454,17 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym723 := z.EncBinary() - _ = yym723 + yym728 := z.EncBinary() + _ = yym728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.RadosUser)) } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym725 := z.EncBinary() - _ = yym725 + yym730 := z.EncBinary() + _ = yym730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) @@ -10418,14 +10473,14 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("keyring")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym726 := z.EncBinary() - _ = yym726 + yym731 := z.EncBinary() + _ = yym731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Keyring)) } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SecretRef == nil { r.EncodeNil() @@ -10442,11 +10497,11 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { x.SecretRef.CodecEncodeSelf(e) } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq708[7] { - yym729 := z.EncBinary() - _ = yym729 + if yyq713[7] { + yym734 := z.EncBinary() + _ = yym734 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10455,19 +10510,19 @@ func (x *RBDVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq708[7] { + if yyq713[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym730 := z.EncBinary() - _ = yym730 + yym735 := z.EncBinary() + _ = yym735 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr708 || yy2arr708 { + if yyr713 || yy2arr713 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10480,25 +10535,25 @@ func (x *RBDVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym731 := z.DecBinary() - _ = yym731 + yym736 := z.DecBinary() + _ = yym736 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct732 := r.ContainerType() - if yyct732 == codecSelferValueTypeMap1234 { - yyl732 := r.ReadMapStart() - if yyl732 == 0 { + yyct737 := r.ContainerType() + if yyct737 == codecSelferValueTypeMap1234 { + yyl737 := r.ReadMapStart() + if yyl737 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl732, d) + x.codecDecodeSelfFromMap(yyl737, d) } - } else if yyct732 == codecSelferValueTypeArray1234 { - yyl732 := r.ReadArrayStart() - if yyl732 == 0 { + } else if yyct737 == codecSelferValueTypeArray1234 { + yyl737 := r.ReadArrayStart() + if yyl737 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl732, d) + x.codecDecodeSelfFromArray(yyl737, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10510,12 +10565,12 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys733Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys733Slc - var yyhl733 bool = l >= 0 - for yyj733 := 0; ; yyj733++ { - if yyhl733 { - if yyj733 >= l { + var yys738Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys738Slc + var yyhl738 bool = l >= 0 + for yyj738 := 0; ; yyj738++ { + if yyhl738 { + if yyj738 >= l { break } } else { @@ -10524,20 +10579,20 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys733Slc = r.DecodeBytes(yys733Slc, true, true) - yys733 := string(yys733Slc) + yys738Slc = r.DecodeBytes(yys738Slc, true, true) + yys738 := string(yys738Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys733 { + switch yys738 { case "monitors": if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv734 := &x.CephMonitors - yym735 := z.DecBinary() - _ = yym735 + yyv739 := &x.CephMonitors + yym740 := z.DecBinary() + _ = yym740 if false { } else { - z.F.DecSliceStringX(yyv734, false, d) + z.F.DecSliceStringX(yyv739, false, d) } } case "image": @@ -10588,9 +10643,9 @@ func (x *RBDVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys733) - } // end switch yys733 - } // end for yyj733 + z.DecStructFieldNotFound(-1, yys738) + } // end switch yys738 + } // end for yyj738 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10598,16 +10653,16 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj743 int - var yyb743 bool - var yyhl743 bool = l >= 0 - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + var yyj748 int + var yyb748 bool + var yyhl748 bool = l >= 0 + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10615,21 +10670,21 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.CephMonitors = nil } else { - yyv744 := &x.CephMonitors - yym745 := z.DecBinary() - _ = yym745 + yyv749 := &x.CephMonitors + yym750 := z.DecBinary() + _ = yym750 if false { } else { - z.F.DecSliceStringX(yyv744, false, d) + z.F.DecSliceStringX(yyv749, false, d) } } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10639,13 +10694,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDImage = string(r.DecodeString()) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10655,13 +10710,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10671,13 +10726,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RBDPool = string(r.DecodeString()) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10687,13 +10742,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RadosUser = string(r.DecodeString()) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10703,13 +10758,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Keyring = string(r.DecodeString()) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10724,13 +10779,13 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10741,17 +10796,17 @@ func (x *RBDVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj743++ - if yyhl743 { - yyb743 = yyj743 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb743 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb743 { + if yyb748 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj743-1, "") + z.DecStructFieldNotFound(yyj748-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10763,35 +10818,35 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym753 := z.EncBinary() - _ = yym753 + yym758 := z.EncBinary() + _ = yym758 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep754 := !z.EncBinary() - yy2arr754 := z.EncBasicHandle().StructToArray - var yyq754 [3]bool - _, _, _ = yysep754, yyq754, yy2arr754 - const yyr754 bool = false - yyq754[1] = x.FSType != "" - yyq754[2] = x.ReadOnly != false - var yynn754 int - if yyr754 || yy2arr754 { + yysep759 := !z.EncBinary() + yy2arr759 := z.EncBasicHandle().StructToArray + var yyq759 [3]bool + _, _, _ = yysep759, yyq759, yy2arr759 + const yyr759 bool = false + yyq759[1] = x.FSType != "" + yyq759[2] = x.ReadOnly != false + var yynn759 int + if yyr759 || yy2arr759 { r.EncodeArrayStart(3) } else { - yynn754 = 1 - for _, b := range yyq754 { + yynn759 = 1 + for _, b := range yyq759 { if b { - yynn754++ + yynn759++ } } - r.EncodeMapStart(yynn754) - yynn754 = 0 + r.EncodeMapStart(yynn759) + yynn759 = 0 } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym756 := z.EncBinary() - _ = yym756 + yym761 := z.EncBinary() + _ = yym761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -10800,18 +10855,18 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym757 := z.EncBinary() - _ = yym757 + yym762 := z.EncBinary() + _ = yym762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq754[1] { - yym759 := z.EncBinary() - _ = yym759 + if yyq759[1] { + yym764 := z.EncBinary() + _ = yym764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10820,23 +10875,23 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq754[1] { + if yyq759[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym760 := z.EncBinary() - _ = yym760 + yym765 := z.EncBinary() + _ = yym765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq754[2] { - yym762 := z.EncBinary() - _ = yym762 + if yyq759[2] { + yym767 := z.EncBinary() + _ = yym767 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10845,19 +10900,19 @@ func (x *CinderVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq754[2] { + if yyq759[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym763 := z.EncBinary() - _ = yym763 + yym768 := z.EncBinary() + _ = yym768 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10870,25 +10925,25 @@ func (x *CinderVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym764 := z.DecBinary() - _ = yym764 + yym769 := z.DecBinary() + _ = yym769 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct765 := r.ContainerType() - if yyct765 == codecSelferValueTypeMap1234 { - yyl765 := r.ReadMapStart() - if yyl765 == 0 { + yyct770 := r.ContainerType() + if yyct770 == codecSelferValueTypeMap1234 { + yyl770 := r.ReadMapStart() + if yyl770 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl765, d) + x.codecDecodeSelfFromMap(yyl770, d) } - } else if yyct765 == codecSelferValueTypeArray1234 { - yyl765 := r.ReadArrayStart() - if yyl765 == 0 { + } else if yyct770 == codecSelferValueTypeArray1234 { + yyl770 := r.ReadArrayStart() + if yyl770 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl765, d) + x.codecDecodeSelfFromArray(yyl770, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10900,12 +10955,12 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys766Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys766Slc - var yyhl766 bool = l >= 0 - for yyj766 := 0; ; yyj766++ { - if yyhl766 { - if yyj766 >= l { + var yys771Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys771Slc + var yyhl771 bool = l >= 0 + for yyj771 := 0; ; yyj771++ { + if yyhl771 { + if yyj771 >= l { break } } else { @@ -10914,10 +10969,10 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys766Slc = r.DecodeBytes(yys766Slc, true, true) - yys766 := string(yys766Slc) + yys771Slc = r.DecodeBytes(yys771Slc, true, true) + yys771 := string(yys771Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys766 { + switch yys771 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -10937,9 +10992,9 @@ func (x *CinderVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys766) - } // end switch yys766 - } // end for yyj766 + z.DecStructFieldNotFound(-1, yys771) + } // end switch yys771 + } // end for yyj771 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10947,16 +11002,16 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj770 int - var yyb770 bool - var yyhl770 bool = l >= 0 - yyj770++ - if yyhl770 { - yyb770 = yyj770 > l + var yyj775 int + var yyb775 bool + var yyhl775 bool = l >= 0 + yyj775++ + if yyhl775 { + yyb775 = yyj775 > l } else { - yyb770 = r.CheckBreak() + yyb775 = r.CheckBreak() } - if yyb770 { + if yyb775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10966,13 +11021,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.VolumeID = string(r.DecodeString()) } - yyj770++ - if yyhl770 { - yyb770 = yyj770 > l + yyj775++ + if yyhl775 { + yyb775 = yyj775 > l } else { - yyb770 = r.CheckBreak() + yyb775 = r.CheckBreak() } - if yyb770 { + if yyb775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10982,13 +11037,13 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.FSType = string(r.DecodeString()) } - yyj770++ - if yyhl770 { - yyb770 = yyj770 > l + yyj775++ + if yyhl775 { + yyb775 = yyj775 > l } else { - yyb770 = r.CheckBreak() + yyb775 = r.CheckBreak() } - if yyb770 { + if yyb775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10999,17 +11054,17 @@ func (x *CinderVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj770++ - if yyhl770 { - yyb770 = yyj770 > l + yyj775++ + if yyhl775 { + yyb775 = yyj775 > l } else { - yyb770 = r.CheckBreak() + yyb775 = r.CheckBreak() } - if yyb770 { + if yyb775 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj770-1, "") + z.DecStructFieldNotFound(yyj775-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11021,40 +11076,40 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym774 := z.EncBinary() - _ = yym774 + yym779 := z.EncBinary() + _ = yym779 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep775 := !z.EncBinary() - yy2arr775 := z.EncBasicHandle().StructToArray - var yyq775 [5]bool - _, _, _ = yysep775, yyq775, yy2arr775 - const yyr775 bool = false - yyq775[1] = x.User != "" - yyq775[2] = x.SecretFile != "" - yyq775[3] = x.SecretRef != nil - yyq775[4] = x.ReadOnly != false - var yynn775 int - if yyr775 || yy2arr775 { + yysep780 := !z.EncBinary() + yy2arr780 := z.EncBasicHandle().StructToArray + var yyq780 [5]bool + _, _, _ = yysep780, yyq780, yy2arr780 + const yyr780 bool = false + yyq780[1] = x.User != "" + yyq780[2] = x.SecretFile != "" + yyq780[3] = x.SecretRef != nil + yyq780[4] = x.ReadOnly != false + var yynn780 int + if yyr780 || yy2arr780 { r.EncodeArrayStart(5) } else { - yynn775 = 1 - for _, b := range yyq775 { + yynn780 = 1 + for _, b := range yyq780 { if b { - yynn775++ + yynn780++ } } - r.EncodeMapStart(yynn775) - yynn775 = 0 + r.EncodeMapStart(yynn780) + yynn780 = 0 } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Monitors == nil { r.EncodeNil() } else { - yym777 := z.EncBinary() - _ = yym777 + yym782 := z.EncBinary() + _ = yym782 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) @@ -11067,19 +11122,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Monitors == nil { r.EncodeNil() } else { - yym778 := z.EncBinary() - _ = yym778 + yym783 := z.EncBinary() + _ = yym783 if false { } else { z.F.EncSliceStringV(x.Monitors, false, e) } } } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq775[1] { - yym780 := z.EncBinary() - _ = yym780 + if yyq780[1] { + yym785 := z.EncBinary() + _ = yym785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -11088,23 +11143,23 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq775[1] { + if yyq780[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym781 := z.EncBinary() - _ = yym781 + yym786 := z.EncBinary() + _ = yym786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq775[2] { - yym783 := z.EncBinary() - _ = yym783 + if yyq780[2] { + yym788 := z.EncBinary() + _ = yym788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) @@ -11113,21 +11168,21 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq775[2] { + if yyq780[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretFile")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym784 := z.EncBinary() - _ = yym784 + yym789 := z.EncBinary() + _ = yym789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretFile)) } } } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq775[3] { + if yyq780[3] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -11137,7 +11192,7 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq775[3] { + if yyq780[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -11148,11 +11203,11 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq775[4] { - yym787 := z.EncBinary() - _ = yym787 + if yyq780[4] { + yym792 := z.EncBinary() + _ = yym792 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11161,19 +11216,19 @@ func (x *CephFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq775[4] { + if yyq780[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym788 := z.EncBinary() - _ = yym788 + yym793 := z.EncBinary() + _ = yym793 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr775 || yy2arr775 { + if yyr780 || yy2arr780 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11186,25 +11241,25 @@ func (x *CephFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym789 := z.DecBinary() - _ = yym789 + yym794 := z.DecBinary() + _ = yym794 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct790 := r.ContainerType() - if yyct790 == codecSelferValueTypeMap1234 { - yyl790 := r.ReadMapStart() - if yyl790 == 0 { + yyct795 := r.ContainerType() + if yyct795 == codecSelferValueTypeMap1234 { + yyl795 := r.ReadMapStart() + if yyl795 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl790, d) + x.codecDecodeSelfFromMap(yyl795, d) } - } else if yyct790 == codecSelferValueTypeArray1234 { - yyl790 := r.ReadArrayStart() - if yyl790 == 0 { + } else if yyct795 == codecSelferValueTypeArray1234 { + yyl795 := r.ReadArrayStart() + if yyl795 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl790, d) + x.codecDecodeSelfFromArray(yyl795, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11216,12 +11271,12 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys791Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys791Slc - var yyhl791 bool = l >= 0 - for yyj791 := 0; ; yyj791++ { - if yyhl791 { - if yyj791 >= l { + var yys796Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys796Slc + var yyhl796 bool = l >= 0 + for yyj796 := 0; ; yyj796++ { + if yyhl796 { + if yyj796 >= l { break } } else { @@ -11230,20 +11285,20 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys791Slc = r.DecodeBytes(yys791Slc, true, true) - yys791 := string(yys791Slc) + yys796Slc = r.DecodeBytes(yys796Slc, true, true) + yys796 := string(yys796Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys791 { + switch yys796 { case "monitors": if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv792 := &x.Monitors - yym793 := z.DecBinary() - _ = yym793 + yyv797 := &x.Monitors + yym798 := z.DecBinary() + _ = yym798 if false { } else { - z.F.DecSliceStringX(yyv792, false, d) + z.F.DecSliceStringX(yyv797, false, d) } } case "user": @@ -11276,9 +11331,9 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys791) - } // end switch yys791 - } // end for yyj791 + z.DecStructFieldNotFound(-1, yys796) + } // end switch yys796 + } // end for yyj796 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11286,16 +11341,16 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj798 int - var yyb798 bool - var yyhl798 bool = l >= 0 - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + var yyj803 int + var yyb803 bool + var yyhl803 bool = l >= 0 + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11303,21 +11358,21 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Monitors = nil } else { - yyv799 := &x.Monitors - yym800 := z.DecBinary() - _ = yym800 + yyv804 := &x.Monitors + yym805 := z.DecBinary() + _ = yym805 if false { } else { - z.F.DecSliceStringX(yyv799, false, d) + z.F.DecSliceStringX(yyv804, false, d) } } - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11327,13 +11382,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.User = string(r.DecodeString()) } - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11343,13 +11398,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretFile = string(r.DecodeString()) } - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11364,13 +11419,13 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SecretRef.CodecDecodeSelf(d) } - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11381,17 +11436,17 @@ func (x *CephFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.ReadOnly = bool(r.DecodeBool()) } for { - yyj798++ - if yyhl798 { - yyb798 = yyj798 > l + yyj803++ + if yyhl803 { + yyb803 = yyj803 > l } else { - yyb798 = r.CheckBreak() + yyb803 = r.CheckBreak() } - if yyb798 { + if yyb803 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj798-1, "") + z.DecStructFieldNotFound(yyj803-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11403,33 +11458,33 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym805 := z.EncBinary() - _ = yym805 + yym810 := z.EncBinary() + _ = yym810 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep806 := !z.EncBinary() - yy2arr806 := z.EncBasicHandle().StructToArray - var yyq806 [1]bool - _, _, _ = yysep806, yyq806, yy2arr806 - const yyr806 bool = false - var yynn806 int - if yyr806 || yy2arr806 { + yysep811 := !z.EncBinary() + yy2arr811 := z.EncBasicHandle().StructToArray + var yyq811 [1]bool + _, _, _ = yysep811, yyq811, yy2arr811 + const yyr811 bool = false + var yynn811 int + if yyr811 || yy2arr811 { r.EncodeArrayStart(1) } else { - yynn806 = 1 - for _, b := range yyq806 { + yynn811 = 1 + for _, b := range yyq811 { if b { - yynn806++ + yynn811++ } } - r.EncodeMapStart(yynn806) - yynn806 = 0 + r.EncodeMapStart(yynn811) + yynn811 = 0 } - if yyr806 || yy2arr806 { + if yyr811 || yy2arr811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym808 := z.EncBinary() - _ = yym808 + yym813 := z.EncBinary() + _ = yym813 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) @@ -11438,14 +11493,14 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("datasetName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym809 := z.EncBinary() - _ = yym809 + yym814 := z.EncBinary() + _ = yym814 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) } } - if yyr806 || yy2arr806 { + if yyr811 || yy2arr811 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11458,25 +11513,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym810 := z.DecBinary() - _ = yym810 + yym815 := z.DecBinary() + _ = yym815 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct811 := r.ContainerType() - if yyct811 == codecSelferValueTypeMap1234 { - yyl811 := r.ReadMapStart() - if yyl811 == 0 { + yyct816 := r.ContainerType() + if yyct816 == codecSelferValueTypeMap1234 { + yyl816 := r.ReadMapStart() + if yyl816 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl811, d) + x.codecDecodeSelfFromMap(yyl816, d) } - } else if yyct811 == codecSelferValueTypeArray1234 { - yyl811 := r.ReadArrayStart() - if yyl811 == 0 { + } else if yyct816 == codecSelferValueTypeArray1234 { + yyl816 := r.ReadArrayStart() + if yyl816 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl811, d) + x.codecDecodeSelfFromArray(yyl816, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11488,12 +11543,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys812Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys812Slc - var yyhl812 bool = l >= 0 - for yyj812 := 0; ; yyj812++ { - if yyhl812 { - if yyj812 >= l { + var yys817Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys817Slc + var yyhl817 bool = l >= 0 + for yyj817 := 0; ; yyj817++ { + if yyhl817 { + if yyj817 >= l { break } } else { @@ -11502,10 +11557,10 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys812Slc = r.DecodeBytes(yys812Slc, true, true) - yys812 := string(yys812Slc) + yys817Slc = r.DecodeBytes(yys817Slc, true, true) + yys817 := string(yys817Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys812 { + switch yys817 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" @@ -11513,9 +11568,9 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.DatasetName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys812) - } // end switch yys812 - } // end for yyj812 + z.DecStructFieldNotFound(-1, yys817) + } // end switch yys817 + } // end for yyj817 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11523,16 +11578,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj814 int - var yyb814 bool - var yyhl814 bool = l >= 0 - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + var yyj819 int + var yyb819 bool + var yyhl819 bool = l >= 0 + yyj819++ + if yyhl819 { + yyb819 = yyj819 > l } else { - yyb814 = r.CheckBreak() + yyb819 = r.CheckBreak() } - if yyb814 { + if yyb819 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11543,17 +11598,17 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.DatasetName = string(r.DecodeString()) } for { - yyj814++ - if yyhl814 { - yyb814 = yyj814 > l + yyj819++ + if yyhl819 { + yyb819 = yyj819 > l } else { - yyb814 = r.CheckBreak() + yyb819 = r.CheckBreak() } - if yyb814 { + if yyb819 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj814-1, "") + z.DecStructFieldNotFound(yyj819-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11565,38 +11620,38 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym816 := z.EncBinary() - _ = yym816 + yym821 := z.EncBinary() + _ = yym821 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep817 := !z.EncBinary() - yy2arr817 := z.EncBasicHandle().StructToArray - var yyq817 [1]bool - _, _, _ = yysep817, yyq817, yy2arr817 - const yyr817 bool = false - yyq817[0] = len(x.Items) != 0 - var yynn817 int - if yyr817 || yy2arr817 { + yysep822 := !z.EncBinary() + yy2arr822 := z.EncBasicHandle().StructToArray + var yyq822 [1]bool + _, _, _ = yysep822, yyq822, yy2arr822 + const yyr822 bool = false + yyq822[0] = len(x.Items) != 0 + var yynn822 int + if yyr822 || yy2arr822 { r.EncodeArrayStart(1) } else { - yynn817 = 0 - for _, b := range yyq817 { + yynn822 = 0 + for _, b := range yyq822 { if b { - yynn817++ + yynn822++ } } - r.EncodeMapStart(yynn817) - yynn817 = 0 + r.EncodeMapStart(yynn822) + yynn822 = 0 } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq817[0] { + if yyq822[0] { if x.Items == nil { r.EncodeNil() } else { - yym819 := z.EncBinary() - _ = yym819 + yym824 := z.EncBinary() + _ = yym824 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -11606,15 +11661,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq817[0] { + if yyq822[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym820 := z.EncBinary() - _ = yym820 + yym825 := z.EncBinary() + _ = yym825 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -11622,7 +11677,7 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11635,25 +11690,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym821 := z.DecBinary() - _ = yym821 + yym826 := z.DecBinary() + _ = yym826 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct822 := r.ContainerType() - if yyct822 == codecSelferValueTypeMap1234 { - yyl822 := r.ReadMapStart() - if yyl822 == 0 { + yyct827 := r.ContainerType() + if yyct827 == codecSelferValueTypeMap1234 { + yyl827 := r.ReadMapStart() + if yyl827 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl822, d) + x.codecDecodeSelfFromMap(yyl827, d) } - } else if yyct822 == codecSelferValueTypeArray1234 { - yyl822 := r.ReadArrayStart() - if yyl822 == 0 { + } else if yyct827 == codecSelferValueTypeArray1234 { + yyl827 := r.ReadArrayStart() + if yyl827 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl822, d) + x.codecDecodeSelfFromArray(yyl827, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11665,12 +11720,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys823Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys823Slc - var yyhl823 bool = l >= 0 - for yyj823 := 0; ; yyj823++ { - if yyhl823 { - if yyj823 >= l { + var yys828Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys828Slc + var yyhl828 bool = l >= 0 + for yyj828 := 0; ; yyj828++ { + if yyhl828 { + if yyj828 >= l { break } } else { @@ -11679,26 +11734,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys823Slc = r.DecodeBytes(yys823Slc, true, true) - yys823 := string(yys823Slc) + yys828Slc = r.DecodeBytes(yys828Slc, true, true) + yys828 := string(yys828Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys823 { + switch yys828 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv824 := &x.Items - yym825 := z.DecBinary() - _ = yym825 + yyv829 := &x.Items + yym830 := z.DecBinary() + _ = yym830 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv824), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv829), d) } } default: - z.DecStructFieldNotFound(-1, yys823) - } // end switch yys823 - } // end for yyj823 + z.DecStructFieldNotFound(-1, yys828) + } // end switch yys828 + } // end for yyj828 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11706,16 +11761,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj826 int - var yyb826 bool - var yyhl826 bool = l >= 0 - yyj826++ - if yyhl826 { - yyb826 = yyj826 > l + var yyj831 int + var yyb831 bool + var yyhl831 bool = l >= 0 + yyj831++ + if yyhl831 { + yyb831 = yyj831 > l } else { - yyb826 = r.CheckBreak() + yyb831 = r.CheckBreak() } - if yyb826 { + if yyb831 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11723,26 +11778,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv827 := &x.Items - yym828 := z.DecBinary() - _ = yym828 + yyv832 := &x.Items + yym833 := z.DecBinary() + _ = yym833 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv827), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv832), d) } } for { - yyj826++ - if yyhl826 { - yyb826 = yyj826 > l + yyj831++ + if yyhl831 { + yyb831 = yyj831 > l } else { - yyb826 = r.CheckBreak() + yyb831 = r.CheckBreak() } - if yyb826 { + if yyb831 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj826-1, "") + z.DecStructFieldNotFound(yyj831-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11754,33 +11809,33 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym829 := z.EncBinary() - _ = yym829 + yym834 := z.EncBinary() + _ = yym834 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep830 := !z.EncBinary() - yy2arr830 := z.EncBasicHandle().StructToArray - var yyq830 [2]bool - _, _, _ = yysep830, yyq830, yy2arr830 - const yyr830 bool = false - var yynn830 int - if yyr830 || yy2arr830 { + yysep835 := !z.EncBinary() + yy2arr835 := z.EncBasicHandle().StructToArray + var yyq835 [2]bool + _, _, _ = yysep835, yyq835, yy2arr835 + const yyr835 bool = false + var yynn835 int + if yyr835 || yy2arr835 { r.EncodeArrayStart(2) } else { - yynn830 = 2 - for _, b := range yyq830 { + yynn835 = 2 + for _, b := range yyq835 { if b { - yynn830++ + yynn835++ } } - r.EncodeMapStart(yynn830) - yynn830 = 0 + r.EncodeMapStart(yynn835) + yynn835 = 0 } - if yyr830 || yy2arr830 { + if yyr835 || yy2arr835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym832 := z.EncBinary() - _ = yym832 + yym837 := z.EncBinary() + _ = yym837 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -11789,25 +11844,25 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym833 := z.EncBinary() - _ = yym833 + yym838 := z.EncBinary() + _ = yym838 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr830 || yy2arr830 { + if yyr835 || yy2arr835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy835 := &x.FieldRef - yy835.CodecEncodeSelf(e) + yy840 := &x.FieldRef + yy840.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy836 := &x.FieldRef - yy836.CodecEncodeSelf(e) + yy841 := &x.FieldRef + yy841.CodecEncodeSelf(e) } - if yyr830 || yy2arr830 { + if yyr835 || yy2arr835 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11820,25 +11875,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym837 := z.DecBinary() - _ = yym837 + yym842 := z.DecBinary() + _ = yym842 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct838 := r.ContainerType() - if yyct838 == codecSelferValueTypeMap1234 { - yyl838 := r.ReadMapStart() - if yyl838 == 0 { + yyct843 := r.ContainerType() + if yyct843 == codecSelferValueTypeMap1234 { + yyl843 := r.ReadMapStart() + if yyl843 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl838, d) + x.codecDecodeSelfFromMap(yyl843, d) } - } else if yyct838 == codecSelferValueTypeArray1234 { - yyl838 := r.ReadArrayStart() - if yyl838 == 0 { + } else if yyct843 == codecSelferValueTypeArray1234 { + yyl843 := r.ReadArrayStart() + if yyl843 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl838, d) + x.codecDecodeSelfFromArray(yyl843, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11850,12 +11905,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys839Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys839Slc - var yyhl839 bool = l >= 0 - for yyj839 := 0; ; yyj839++ { - if yyhl839 { - if yyj839 >= l { + var yys844Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys844Slc + var yyhl844 bool = l >= 0 + for yyj844 := 0; ; yyj844++ { + if yyhl844 { + if yyj844 >= l { break } } else { @@ -11864,10 +11919,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys839Slc = r.DecodeBytes(yys839Slc, true, true) - yys839 := string(yys839Slc) + yys844Slc = r.DecodeBytes(yys844Slc, true, true) + yys844 := string(yys844Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys839 { + switch yys844 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -11878,13 +11933,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv841 := &x.FieldRef - yyv841.CodecDecodeSelf(d) + yyv846 := &x.FieldRef + yyv846.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys839) - } // end switch yys839 - } // end for yyj839 + z.DecStructFieldNotFound(-1, yys844) + } // end switch yys844 + } // end for yyj844 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11892,16 +11947,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj842 int - var yyb842 bool - var yyhl842 bool = l >= 0 - yyj842++ - if yyhl842 { - yyb842 = yyj842 > l + var yyj847 int + var yyb847 bool + var yyhl847 bool = l >= 0 + yyj847++ + if yyhl847 { + yyb847 = yyj847 > l } else { - yyb842 = r.CheckBreak() + yyb847 = r.CheckBreak() } - if yyb842 { + if yyb847 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11911,13 +11966,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj842++ - if yyhl842 { - yyb842 = yyj842 > l + yyj847++ + if yyhl847 { + yyb847 = yyj847 > l } else { - yyb842 = r.CheckBreak() + yyb847 = r.CheckBreak() } - if yyb842 { + if yyb847 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11925,21 +11980,21 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv844 := &x.FieldRef - yyv844.CodecDecodeSelf(d) + yyv849 := &x.FieldRef + yyv849.CodecDecodeSelf(d) } for { - yyj842++ - if yyhl842 { - yyb842 = yyj842 > l + yyj847++ + if yyhl847 { + yyb847 = yyj847 > l } else { - yyb842 = r.CheckBreak() + yyb847 = r.CheckBreak() } - if yyb842 { + if yyb847 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj842-1, "") + z.DecStructFieldNotFound(yyj847-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11951,38 +12006,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym845 := z.EncBinary() - _ = yym845 + yym850 := z.EncBinary() + _ = yym850 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep846 := !z.EncBinary() - yy2arr846 := z.EncBasicHandle().StructToArray - var yyq846 [5]bool - _, _, _ = yysep846, yyq846, yy2arr846 - const yyr846 bool = false - yyq846[0] = x.Name != "" - yyq846[1] = x.HostPort != 0 - yyq846[3] = x.Protocol != "" - yyq846[4] = x.HostIP != "" - var yynn846 int - if yyr846 || yy2arr846 { + yysep851 := !z.EncBinary() + yy2arr851 := z.EncBasicHandle().StructToArray + var yyq851 [5]bool + _, _, _ = yysep851, yyq851, yy2arr851 + const yyr851 bool = false + yyq851[0] = x.Name != "" + yyq851[1] = x.HostPort != 0 + yyq851[3] = x.Protocol != "" + yyq851[4] = x.HostIP != "" + var yynn851 int + if yyr851 || yy2arr851 { r.EncodeArrayStart(5) } else { - yynn846 = 1 - for _, b := range yyq846 { + yynn851 = 1 + for _, b := range yyq851 { if b { - yynn846++ + yynn851++ } } - r.EncodeMapStart(yynn846) - yynn846 = 0 + r.EncodeMapStart(yynn851) + yynn851 = 0 } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq846[0] { - yym848 := z.EncBinary() - _ = yym848 + if yyq851[0] { + yym853 := z.EncBinary() + _ = yym853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -11991,23 +12046,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq846[0] { + if yyq851[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym849 := z.EncBinary() - _ = yym849 + yym854 := z.EncBinary() + _ = yym854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq846[1] { - yym851 := z.EncBinary() - _ = yym851 + if yyq851[1] { + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -12016,22 +12071,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq846[1] { + if yyq851[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym852 := z.EncBinary() - _ = yym852 + yym857 := z.EncBinary() + _ = yym857 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym854 := z.EncBinary() - _ = yym854 + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -12040,33 +12095,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym855 := z.EncBinary() - _ = yym855 + yym860 := z.EncBinary() + _ = yym860 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq846[3] { + if yyq851[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq846[3] { + if yyq851[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq846[4] { - yym858 := z.EncBinary() - _ = yym858 + if yyq851[4] { + yym863 := z.EncBinary() + _ = yym863 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -12075,19 +12130,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq846[4] { + if yyq851[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym859 := z.EncBinary() - _ = yym859 + yym864 := z.EncBinary() + _ = yym864 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12100,25 +12155,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym860 := z.DecBinary() - _ = yym860 + yym865 := z.DecBinary() + _ = yym865 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct861 := r.ContainerType() - if yyct861 == codecSelferValueTypeMap1234 { - yyl861 := r.ReadMapStart() - if yyl861 == 0 { + yyct866 := r.ContainerType() + if yyct866 == codecSelferValueTypeMap1234 { + yyl866 := r.ReadMapStart() + if yyl866 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl861, d) + x.codecDecodeSelfFromMap(yyl866, d) } - } else if yyct861 == codecSelferValueTypeArray1234 { - yyl861 := r.ReadArrayStart() - if yyl861 == 0 { + } else if yyct866 == codecSelferValueTypeArray1234 { + yyl866 := r.ReadArrayStart() + if yyl866 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl861, d) + x.codecDecodeSelfFromArray(yyl866, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12130,12 +12185,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys862Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys862Slc - var yyhl862 bool = l >= 0 - for yyj862 := 0; ; yyj862++ { - if yyhl862 { - if yyj862 >= l { + var yys867Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys867Slc + var yyhl867 bool = l >= 0 + for yyj867 := 0; ; yyj867++ { + if yyhl867 { + if yyj867 >= l { break } } else { @@ -12144,10 +12199,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys862Slc = r.DecodeBytes(yys862Slc, true, true) - yys862 := string(yys862Slc) + yys867Slc = r.DecodeBytes(yys867Slc, true, true) + yys867 := string(yys867Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys862 { + switch yys867 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -12179,9 +12234,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys862) - } // end switch yys862 - } // end for yyj862 + z.DecStructFieldNotFound(-1, yys867) + } // end switch yys867 + } // end for yyj867 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12189,16 +12244,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj868 int - var yyb868 bool - var yyhl868 bool = l >= 0 - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + var yyj873 int + var yyb873 bool + var yyhl873 bool = l >= 0 + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12208,13 +12263,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12224,13 +12279,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12240,13 +12295,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12256,13 +12311,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12273,17 +12328,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj868++ - if yyhl868 { - yyb868 = yyj868 > l + yyj873++ + if yyhl873 { + yyb873 = yyj873 > l } else { - yyb868 = r.CheckBreak() + yyb873 = r.CheckBreak() } - if yyb868 { + if yyb873 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj868-1, "") + z.DecStructFieldNotFound(yyj873-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12295,34 +12350,34 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym874 := z.EncBinary() - _ = yym874 + yym879 := z.EncBinary() + _ = yym879 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep875 := !z.EncBinary() - yy2arr875 := z.EncBasicHandle().StructToArray - var yyq875 [3]bool - _, _, _ = yysep875, yyq875, yy2arr875 - const yyr875 bool = false - yyq875[1] = x.ReadOnly != false - var yynn875 int - if yyr875 || yy2arr875 { + yysep880 := !z.EncBinary() + yy2arr880 := z.EncBasicHandle().StructToArray + var yyq880 [3]bool + _, _, _ = yysep880, yyq880, yy2arr880 + const yyr880 bool = false + yyq880[1] = x.ReadOnly != false + var yynn880 int + if yyr880 || yy2arr880 { r.EncodeArrayStart(3) } else { - yynn875 = 2 - for _, b := range yyq875 { + yynn880 = 2 + for _, b := range yyq880 { if b { - yynn875++ + yynn880++ } } - r.EncodeMapStart(yynn875) - yynn875 = 0 + r.EncodeMapStart(yynn880) + yynn880 = 0 } - if yyr875 || yy2arr875 { + if yyr880 || yy2arr880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym877 := z.EncBinary() - _ = yym877 + yym882 := z.EncBinary() + _ = yym882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -12331,18 +12386,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym878 := z.EncBinary() - _ = yym878 + yym883 := z.EncBinary() + _ = yym883 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr875 || yy2arr875 { + if yyr880 || yy2arr880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq875[1] { - yym880 := z.EncBinary() - _ = yym880 + if yyq880[1] { + yym885 := z.EncBinary() + _ = yym885 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12351,22 +12406,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq875[1] { + if yyq880[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym881 := z.EncBinary() - _ = yym881 + yym886 := z.EncBinary() + _ = yym886 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr875 || yy2arr875 { + if yyr880 || yy2arr880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym883 := z.EncBinary() - _ = yym883 + yym888 := z.EncBinary() + _ = yym888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -12375,14 +12430,14 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym884 := z.EncBinary() - _ = yym884 + yym889 := z.EncBinary() + _ = yym889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr875 || yy2arr875 { + if yyr880 || yy2arr880 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12395,25 +12450,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym885 := z.DecBinary() - _ = yym885 + yym890 := z.DecBinary() + _ = yym890 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct886 := r.ContainerType() - if yyct886 == codecSelferValueTypeMap1234 { - yyl886 := r.ReadMapStart() - if yyl886 == 0 { + yyct891 := r.ContainerType() + if yyct891 == codecSelferValueTypeMap1234 { + yyl891 := r.ReadMapStart() + if yyl891 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl886, d) + x.codecDecodeSelfFromMap(yyl891, d) } - } else if yyct886 == codecSelferValueTypeArray1234 { - yyl886 := r.ReadArrayStart() - if yyl886 == 0 { + } else if yyct891 == codecSelferValueTypeArray1234 { + yyl891 := r.ReadArrayStart() + if yyl891 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl886, d) + x.codecDecodeSelfFromArray(yyl891, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12425,12 +12480,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys887Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys887Slc - var yyhl887 bool = l >= 0 - for yyj887 := 0; ; yyj887++ { - if yyhl887 { - if yyj887 >= l { + var yys892Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys892Slc + var yyhl892 bool = l >= 0 + for yyj892 := 0; ; yyj892++ { + if yyhl892 { + if yyj892 >= l { break } } else { @@ -12439,10 +12494,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys887Slc = r.DecodeBytes(yys887Slc, true, true) - yys887 := string(yys887Slc) + yys892Slc = r.DecodeBytes(yys892Slc, true, true) + yys892 := string(yys892Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys887 { + switch yys892 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -12462,9 +12517,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.MountPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys887) - } // end switch yys887 - } // end for yyj887 + z.DecStructFieldNotFound(-1, yys892) + } // end switch yys892 + } // end for yyj892 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12472,16 +12527,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj891 int - var yyb891 bool - var yyhl891 bool = l >= 0 - yyj891++ - if yyhl891 { - yyb891 = yyj891 > l + var yyj896 int + var yyb896 bool + var yyhl896 bool = l >= 0 + yyj896++ + if yyhl896 { + yyb896 = yyj896 > l } else { - yyb891 = r.CheckBreak() + yyb896 = r.CheckBreak() } - if yyb891 { + if yyb896 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12491,13 +12546,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj891++ - if yyhl891 { - yyb891 = yyj891 > l + yyj896++ + if yyhl896 { + yyb896 = yyj896 > l } else { - yyb891 = r.CheckBreak() + yyb896 = r.CheckBreak() } - if yyb891 { + if yyb896 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12507,13 +12562,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj891++ - if yyhl891 { - yyb891 = yyj891 > l + yyj896++ + if yyhl896 { + yyb896 = yyj896 > l } else { - yyb891 = r.CheckBreak() + yyb896 = r.CheckBreak() } - if yyb891 { + if yyb896 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12524,17 +12579,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.MountPath = string(r.DecodeString()) } for { - yyj891++ - if yyhl891 { - yyb891 = yyj891 > l + yyj896++ + if yyhl896 { + yyb896 = yyj896 > l } else { - yyb891 = r.CheckBreak() + yyb896 = r.CheckBreak() } - if yyb891 { + if yyb896 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj891-1, "") + z.DecStructFieldNotFound(yyj896-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12546,35 +12601,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym895 := z.EncBinary() - _ = yym895 + yym900 := z.EncBinary() + _ = yym900 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep896 := !z.EncBinary() - yy2arr896 := z.EncBasicHandle().StructToArray - var yyq896 [3]bool - _, _, _ = yysep896, yyq896, yy2arr896 - const yyr896 bool = false - yyq896[1] = x.Value != "" - yyq896[2] = x.ValueFrom != nil - var yynn896 int - if yyr896 || yy2arr896 { + yysep901 := !z.EncBinary() + yy2arr901 := z.EncBasicHandle().StructToArray + var yyq901 [3]bool + _, _, _ = yysep901, yyq901, yy2arr901 + const yyr901 bool = false + yyq901[1] = x.Value != "" + yyq901[2] = x.ValueFrom != nil + var yynn901 int + if yyr901 || yy2arr901 { r.EncodeArrayStart(3) } else { - yynn896 = 1 - for _, b := range yyq896 { + yynn901 = 1 + for _, b := range yyq901 { if b { - yynn896++ + yynn901++ } } - r.EncodeMapStart(yynn896) - yynn896 = 0 + r.EncodeMapStart(yynn901) + yynn901 = 0 } - if yyr896 || yy2arr896 { + if yyr901 || yy2arr901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym898 := z.EncBinary() - _ = yym898 + yym903 := z.EncBinary() + _ = yym903 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -12583,18 +12638,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym899 := z.EncBinary() - _ = yym899 + yym904 := z.EncBinary() + _ = yym904 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr896 || yy2arr896 { + if yyr901 || yy2arr901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq896[1] { - yym901 := z.EncBinary() - _ = yym901 + if yyq901[1] { + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -12603,21 +12658,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq896[1] { + if yyq901[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym902 := z.EncBinary() - _ = yym902 + yym907 := z.EncBinary() + _ = yym907 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr896 || yy2arr896 { + if yyr901 || yy2arr901 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq896[2] { + if yyq901[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -12627,7 +12682,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq896[2] { + if yyq901[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12638,7 +12693,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr896 || yy2arr896 { + if yyr901 || yy2arr901 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12651,25 +12706,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym904 := z.DecBinary() - _ = yym904 + yym909 := z.DecBinary() + _ = yym909 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct905 := r.ContainerType() - if yyct905 == codecSelferValueTypeMap1234 { - yyl905 := r.ReadMapStart() - if yyl905 == 0 { + yyct910 := r.ContainerType() + if yyct910 == codecSelferValueTypeMap1234 { + yyl910 := r.ReadMapStart() + if yyl910 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl905, d) + x.codecDecodeSelfFromMap(yyl910, d) } - } else if yyct905 == codecSelferValueTypeArray1234 { - yyl905 := r.ReadArrayStart() - if yyl905 == 0 { + } else if yyct910 == codecSelferValueTypeArray1234 { + yyl910 := r.ReadArrayStart() + if yyl910 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl905, d) + x.codecDecodeSelfFromArray(yyl910, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12681,12 +12736,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys906Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys906Slc - var yyhl906 bool = l >= 0 - for yyj906 := 0; ; yyj906++ { - if yyhl906 { - if yyj906 >= l { + var yys911Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys911Slc + var yyhl911 bool = l >= 0 + for yyj911 := 0; ; yyj911++ { + if yyhl911 { + if yyj911 >= l { break } } else { @@ -12695,10 +12750,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys906Slc = r.DecodeBytes(yys906Slc, true, true) - yys906 := string(yys906Slc) + yys911Slc = r.DecodeBytes(yys911Slc, true, true) + yys911 := string(yys911Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys906 { + switch yys911 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -12723,9 +12778,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys906) - } // end switch yys906 - } // end for yyj906 + z.DecStructFieldNotFound(-1, yys911) + } // end switch yys911 + } // end for yyj911 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12733,16 +12788,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj910 int - var yyb910 bool - var yyhl910 bool = l >= 0 - yyj910++ - if yyhl910 { - yyb910 = yyj910 > l + var yyj915 int + var yyb915 bool + var yyhl915 bool = l >= 0 + yyj915++ + if yyhl915 { + yyb915 = yyj915 > l } else { - yyb910 = r.CheckBreak() + yyb915 = r.CheckBreak() } - if yyb910 { + if yyb915 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12752,13 +12807,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj910++ - if yyhl910 { - yyb910 = yyj910 > l + yyj915++ + if yyhl915 { + yyb915 = yyj915 > l } else { - yyb910 = r.CheckBreak() + yyb915 = r.CheckBreak() } - if yyb910 { + if yyb915 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12768,13 +12823,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj910++ - if yyhl910 { - yyb910 = yyj910 > l + yyj915++ + if yyhl915 { + yyb915 = yyj915 > l } else { - yyb910 = r.CheckBreak() + yyb915 = r.CheckBreak() } - if yyb910 { + if yyb915 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12790,17 +12845,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj910++ - if yyhl910 { - yyb910 = yyj910 > l + yyj915++ + if yyhl915 { + yyb915 = yyj915 > l } else { - yyb910 = r.CheckBreak() + yyb915 = r.CheckBreak() } - if yyb910 { + if yyb915 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj910-1, "") + z.DecStructFieldNotFound(yyj915-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12812,30 +12867,30 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym914 := z.EncBinary() - _ = yym914 + yym919 := z.EncBinary() + _ = yym919 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep915 := !z.EncBinary() - yy2arr915 := z.EncBasicHandle().StructToArray - var yyq915 [1]bool - _, _, _ = yysep915, yyq915, yy2arr915 - const yyr915 bool = false - var yynn915 int - if yyr915 || yy2arr915 { + yysep920 := !z.EncBinary() + yy2arr920 := z.EncBasicHandle().StructToArray + var yyq920 [1]bool + _, _, _ = yysep920, yyq920, yy2arr920 + const yyr920 bool = false + var yynn920 int + if yyr920 || yy2arr920 { r.EncodeArrayStart(1) } else { - yynn915 = 1 - for _, b := range yyq915 { + yynn920 = 1 + for _, b := range yyq920 { if b { - yynn915++ + yynn920++ } } - r.EncodeMapStart(yynn915) - yynn915 = 0 + r.EncodeMapStart(yynn920) + yynn920 = 0 } - if yyr915 || yy2arr915 { + if yyr920 || yy2arr920 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldRef == nil { r.EncodeNil() @@ -12852,7 +12907,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { x.FieldRef.CodecEncodeSelf(e) } } - if yyr915 || yy2arr915 { + if yyr920 || yy2arr920 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12865,25 +12920,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym917 := z.DecBinary() - _ = yym917 + yym922 := z.DecBinary() + _ = yym922 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct918 := r.ContainerType() - if yyct918 == codecSelferValueTypeMap1234 { - yyl918 := r.ReadMapStart() - if yyl918 == 0 { + yyct923 := r.ContainerType() + if yyct923 == codecSelferValueTypeMap1234 { + yyl923 := r.ReadMapStart() + if yyl923 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl918, d) + x.codecDecodeSelfFromMap(yyl923, d) } - } else if yyct918 == codecSelferValueTypeArray1234 { - yyl918 := r.ReadArrayStart() - if yyl918 == 0 { + } else if yyct923 == codecSelferValueTypeArray1234 { + yyl923 := r.ReadArrayStart() + if yyl923 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl918, d) + x.codecDecodeSelfFromArray(yyl923, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12895,12 +12950,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys919Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys919Slc - var yyhl919 bool = l >= 0 - for yyj919 := 0; ; yyj919++ { - if yyhl919 { - if yyj919 >= l { + var yys924Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys924Slc + var yyhl924 bool = l >= 0 + for yyj924 := 0; ; yyj924++ { + if yyhl924 { + if yyj924 >= l { break } } else { @@ -12909,10 +12964,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys919Slc = r.DecodeBytes(yys919Slc, true, true) - yys919 := string(yys919Slc) + yys924Slc = r.DecodeBytes(yys924Slc, true, true) + yys924 := string(yys924Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys919 { + switch yys924 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -12925,9 +12980,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys919) - } // end switch yys919 - } // end for yyj919 + z.DecStructFieldNotFound(-1, yys924) + } // end switch yys924 + } // end for yyj924 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12935,16 +12990,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj921 int - var yyb921 bool - var yyhl921 bool = l >= 0 - yyj921++ - if yyhl921 { - yyb921 = yyj921 > l + var yyj926 int + var yyb926 bool + var yyhl926 bool = l >= 0 + yyj926++ + if yyhl926 { + yyb926 = yyj926 > l } else { - yyb921 = r.CheckBreak() + yyb926 = r.CheckBreak() } - if yyb921 { + if yyb926 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12960,17 +13015,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FieldRef.CodecDecodeSelf(d) } for { - yyj921++ - if yyhl921 { - yyb921 = yyj921 > l + yyj926++ + if yyhl926 { + yyb926 = yyj926 > l } else { - yyb921 = r.CheckBreak() + yyb926 = r.CheckBreak() } - if yyb921 { + if yyb926 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj921-1, "") + z.DecStructFieldNotFound(yyj926-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12982,33 +13037,33 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym923 := z.EncBinary() - _ = yym923 + yym928 := z.EncBinary() + _ = yym928 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep924 := !z.EncBinary() - yy2arr924 := z.EncBasicHandle().StructToArray - var yyq924 [2]bool - _, _, _ = yysep924, yyq924, yy2arr924 - const yyr924 bool = false - var yynn924 int - if yyr924 || yy2arr924 { + yysep929 := !z.EncBinary() + yy2arr929 := z.EncBasicHandle().StructToArray + var yyq929 [2]bool + _, _, _ = yysep929, yyq929, yy2arr929 + const yyr929 bool = false + var yynn929 int + if yyr929 || yy2arr929 { r.EncodeArrayStart(2) } else { - yynn924 = 2 - for _, b := range yyq924 { + yynn929 = 2 + for _, b := range yyq929 { if b { - yynn924++ + yynn929++ } } - r.EncodeMapStart(yynn924) - yynn924 = 0 + r.EncodeMapStart(yynn929) + yynn929 = 0 } - if yyr924 || yy2arr924 { + if yyr929 || yy2arr929 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym926 := z.EncBinary() - _ = yym926 + yym931 := z.EncBinary() + _ = yym931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -13017,17 +13072,17 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym927 := z.EncBinary() - _ = yym927 + yym932 := z.EncBinary() + _ = yym932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr924 || yy2arr924 { + if yyr929 || yy2arr929 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym929 := z.EncBinary() - _ = yym929 + yym934 := z.EncBinary() + _ = yym934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -13036,14 +13091,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym930 := z.EncBinary() - _ = yym930 + yym935 := z.EncBinary() + _ = yym935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr924 || yy2arr924 { + if yyr929 || yy2arr929 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13056,25 +13111,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym931 := z.DecBinary() - _ = yym931 + yym936 := z.DecBinary() + _ = yym936 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct932 := r.ContainerType() - if yyct932 == codecSelferValueTypeMap1234 { - yyl932 := r.ReadMapStart() - if yyl932 == 0 { + yyct937 := r.ContainerType() + if yyct937 == codecSelferValueTypeMap1234 { + yyl937 := r.ReadMapStart() + if yyl937 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl932, d) + x.codecDecodeSelfFromMap(yyl937, d) } - } else if yyct932 == codecSelferValueTypeArray1234 { - yyl932 := r.ReadArrayStart() - if yyl932 == 0 { + } else if yyct937 == codecSelferValueTypeArray1234 { + yyl937 := r.ReadArrayStart() + if yyl937 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl932, d) + x.codecDecodeSelfFromArray(yyl937, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13086,12 +13141,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys933Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys933Slc - var yyhl933 bool = l >= 0 - for yyj933 := 0; ; yyj933++ { - if yyhl933 { - if yyj933 >= l { + var yys938Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys938Slc + var yyhl938 bool = l >= 0 + for yyj938 := 0; ; yyj938++ { + if yyhl938 { + if yyj938 >= l { break } } else { @@ -13100,10 +13155,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys933Slc = r.DecodeBytes(yys933Slc, true, true) - yys933 := string(yys933Slc) + yys938Slc = r.DecodeBytes(yys938Slc, true, true) + yys938 := string(yys938Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys933 { + switch yys938 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -13117,9 +13172,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys933) - } // end switch yys933 - } // end for yyj933 + z.DecStructFieldNotFound(-1, yys938) + } // end switch yys938 + } // end for yyj938 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13127,16 +13182,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj936 int - var yyb936 bool - var yyhl936 bool = l >= 0 - yyj936++ - if yyhl936 { - yyb936 = yyj936 > l + var yyj941 int + var yyb941 bool + var yyhl941 bool = l >= 0 + yyj941++ + if yyhl941 { + yyb941 = yyj941 > l } else { - yyb936 = r.CheckBreak() + yyb941 = r.CheckBreak() } - if yyb936 { + if yyb941 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13146,13 +13201,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj936++ - if yyhl936 { - yyb936 = yyj936 > l + yyj941++ + if yyhl941 { + yyb941 = yyj941 > l } else { - yyb936 = r.CheckBreak() + yyb941 = r.CheckBreak() } - if yyb936 { + if yyb941 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13163,17 +13218,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj936++ - if yyhl936 { - yyb936 = yyj936 > l + yyj941++ + if yyhl941 { + yyb941 = yyj941 > l } else { - yyb936 = r.CheckBreak() + yyb941 = r.CheckBreak() } - if yyb936 { + if yyb941 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj936-1, "") + z.DecStructFieldNotFound(yyj941-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13185,38 +13240,38 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym939 := z.EncBinary() - _ = yym939 + yym944 := z.EncBinary() + _ = yym944 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep940 := !z.EncBinary() - yy2arr940 := z.EncBasicHandle().StructToArray - var yyq940 [4]bool - _, _, _ = yysep940, yyq940, yy2arr940 - const yyr940 bool = false - yyq940[0] = x.Path != "" - yyq940[1] = true - yyq940[2] = x.Host != "" - yyq940[3] = x.Scheme != "" - var yynn940 int - if yyr940 || yy2arr940 { + yysep945 := !z.EncBinary() + yy2arr945 := z.EncBasicHandle().StructToArray + var yyq945 [4]bool + _, _, _ = yysep945, yyq945, yy2arr945 + const yyr945 bool = false + yyq945[0] = x.Path != "" + yyq945[1] = true + yyq945[2] = x.Host != "" + yyq945[3] = x.Scheme != "" + var yynn945 int + if yyr945 || yy2arr945 { r.EncodeArrayStart(4) } else { - yynn940 = 0 - for _, b := range yyq940 { + yynn945 = 0 + for _, b := range yyq945 { if b { - yynn940++ + yynn945++ } } - r.EncodeMapStart(yynn940) - yynn940 = 0 + r.EncodeMapStart(yynn945) + yynn945 = 0 } - if yyr940 || yy2arr940 { + if yyr945 || yy2arr945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq940[0] { - yym942 := z.EncBinary() - _ = yym942 + if yyq945[0] { + yym947 := z.EncBinary() + _ = yym947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13225,56 +13280,56 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq940[0] { + if yyq945[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym943 := z.EncBinary() - _ = yym943 + yym948 := z.EncBinary() + _ = yym948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr940 || yy2arr940 { + if yyr945 || yy2arr945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq940[1] { - yy945 := &x.Port - yym946 := z.EncBinary() - _ = yym946 + if yyq945[1] { + yy950 := &x.Port + yym951 := z.EncBinary() + _ = yym951 if false { - } else if z.HasExtensions() && z.EncExt(yy945) { - } else if !yym946 && z.IsJSONHandle() { - z.EncJSONMarshal(yy945) + } else if z.HasExtensions() && z.EncExt(yy950) { + } else if !yym951 && z.IsJSONHandle() { + z.EncJSONMarshal(yy950) } else { - z.EncFallback(yy945) + z.EncFallback(yy950) } } else { r.EncodeNil() } } else { - if yyq940[1] { + if yyq945[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy947 := &x.Port - yym948 := z.EncBinary() - _ = yym948 + yy952 := &x.Port + yym953 := z.EncBinary() + _ = yym953 if false { - } else if z.HasExtensions() && z.EncExt(yy947) { - } else if !yym948 && z.IsJSONHandle() { - z.EncJSONMarshal(yy947) + } else if z.HasExtensions() && z.EncExt(yy952) { + } else if !yym953 && z.IsJSONHandle() { + z.EncJSONMarshal(yy952) } else { - z.EncFallback(yy947) + z.EncFallback(yy952) } } } - if yyr940 || yy2arr940 { + if yyr945 || yy2arr945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq940[2] { - yym950 := z.EncBinary() - _ = yym950 + if yyq945[2] { + yym955 := z.EncBinary() + _ = yym955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -13283,34 +13338,34 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq940[2] { + if yyq945[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym951 := z.EncBinary() - _ = yym951 + yym956 := z.EncBinary() + _ = yym956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr940 || yy2arr940 { + if yyr945 || yy2arr945 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq940[3] { + if yyq945[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq940[3] { + if yyq945[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr940 || yy2arr940 { + if yyr945 || yy2arr945 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13323,25 +13378,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym953 := z.DecBinary() - _ = yym953 + yym958 := z.DecBinary() + _ = yym958 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct954 := r.ContainerType() - if yyct954 == codecSelferValueTypeMap1234 { - yyl954 := r.ReadMapStart() - if yyl954 == 0 { + yyct959 := r.ContainerType() + if yyct959 == codecSelferValueTypeMap1234 { + yyl959 := r.ReadMapStart() + if yyl959 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl954, d) + x.codecDecodeSelfFromMap(yyl959, d) } - } else if yyct954 == codecSelferValueTypeArray1234 { - yyl954 := r.ReadArrayStart() - if yyl954 == 0 { + } else if yyct959 == codecSelferValueTypeArray1234 { + yyl959 := r.ReadArrayStart() + if yyl959 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl954, d) + x.codecDecodeSelfFromArray(yyl959, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13353,12 +13408,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys955Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys955Slc - var yyhl955 bool = l >= 0 - for yyj955 := 0; ; yyj955++ { - if yyhl955 { - if yyj955 >= l { + var yys960Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys960Slc + var yyhl960 bool = l >= 0 + for yyj960 := 0; ; yyj960++ { + if yyhl960 { + if yyj960 >= l { break } } else { @@ -13367,10 +13422,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys955Slc = r.DecodeBytes(yys955Slc, true, true) - yys955 := string(yys955Slc) + yys960Slc = r.DecodeBytes(yys960Slc, true, true) + yys960 := string(yys960Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys955 { + switch yys960 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -13381,15 +13436,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv957 := &x.Port - yym958 := z.DecBinary() - _ = yym958 + yyv962 := &x.Port + yym963 := z.DecBinary() + _ = yym963 if false { - } else if z.HasExtensions() && z.DecExt(yyv957) { - } else if !yym958 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv957) + } else if z.HasExtensions() && z.DecExt(yyv962) { + } else if !yym963 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv962) } else { - z.DecFallback(yyv957, false) + z.DecFallback(yyv962, false) } } case "host": @@ -13405,9 +13460,9 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys955) - } // end switch yys955 - } // end for yyj955 + z.DecStructFieldNotFound(-1, yys960) + } // end switch yys960 + } // end for yyj960 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13415,16 +13470,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj961 int - var yyb961 bool - var yyhl961 bool = l >= 0 - yyj961++ - if yyhl961 { - yyb961 = yyj961 > l + var yyj966 int + var yyb966 bool + var yyhl966 bool = l >= 0 + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb961 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb961 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13434,13 +13489,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj961++ - if yyhl961 { - yyb961 = yyj961 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb961 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb961 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13448,24 +13503,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv963 := &x.Port - yym964 := z.DecBinary() - _ = yym964 + yyv968 := &x.Port + yym969 := z.DecBinary() + _ = yym969 if false { - } else if z.HasExtensions() && z.DecExt(yyv963) { - } else if !yym964 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv963) + } else if z.HasExtensions() && z.DecExt(yyv968) { + } else if !yym969 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv968) } else { - z.DecFallback(yyv963, false) + z.DecFallback(yyv968, false) } } - yyj961++ - if yyhl961 { - yyb961 = yyj961 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb961 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb961 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13475,13 +13530,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj961++ - if yyhl961 { - yyb961 = yyj961 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb961 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb961 { + if yyb966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13492,17 +13547,17 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } for { - yyj961++ - if yyhl961 { - yyb961 = yyj961 > l + yyj966++ + if yyhl966 { + yyb966 = yyj966 > l } else { - yyb961 = r.CheckBreak() + yyb966 = r.CheckBreak() } - if yyb961 { + if yyb966 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj961-1, "") + z.DecStructFieldNotFound(yyj966-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13511,8 +13566,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym967 := z.EncBinary() - _ = yym967 + yym972 := z.EncBinary() + _ = yym972 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13524,8 +13579,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym968 := z.DecBinary() - _ = yym968 + yym973 := z.DecBinary() + _ = yym973 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13540,64 +13595,64 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym969 := z.EncBinary() - _ = yym969 + yym974 := z.EncBinary() + _ = yym974 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep970 := !z.EncBinary() - yy2arr970 := z.EncBasicHandle().StructToArray - var yyq970 [1]bool - _, _, _ = yysep970, yyq970, yy2arr970 - const yyr970 bool = false - yyq970[0] = true - var yynn970 int - if yyr970 || yy2arr970 { + yysep975 := !z.EncBinary() + yy2arr975 := z.EncBasicHandle().StructToArray + var yyq975 [1]bool + _, _, _ = yysep975, yyq975, yy2arr975 + const yyr975 bool = false + yyq975[0] = true + var yynn975 int + if yyr975 || yy2arr975 { r.EncodeArrayStart(1) } else { - yynn970 = 0 - for _, b := range yyq970 { + yynn975 = 0 + for _, b := range yyq975 { if b { - yynn970++ + yynn975++ } } - r.EncodeMapStart(yynn970) - yynn970 = 0 + r.EncodeMapStart(yynn975) + yynn975 = 0 } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq970[0] { - yy972 := &x.Port - yym973 := z.EncBinary() - _ = yym973 + if yyq975[0] { + yy977 := &x.Port + yym978 := z.EncBinary() + _ = yym978 if false { - } else if z.HasExtensions() && z.EncExt(yy972) { - } else if !yym973 && z.IsJSONHandle() { - z.EncJSONMarshal(yy972) + } else if z.HasExtensions() && z.EncExt(yy977) { + } else if !yym978 && z.IsJSONHandle() { + z.EncJSONMarshal(yy977) } else { - z.EncFallback(yy972) + z.EncFallback(yy977) } } else { r.EncodeNil() } } else { - if yyq970[0] { + if yyq975[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy974 := &x.Port - yym975 := z.EncBinary() - _ = yym975 + yy979 := &x.Port + yym980 := z.EncBinary() + _ = yym980 if false { - } else if z.HasExtensions() && z.EncExt(yy974) { - } else if !yym975 && z.IsJSONHandle() { - z.EncJSONMarshal(yy974) + } else if z.HasExtensions() && z.EncExt(yy979) { + } else if !yym980 && z.IsJSONHandle() { + z.EncJSONMarshal(yy979) } else { - z.EncFallback(yy974) + z.EncFallback(yy979) } } } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13610,25 +13665,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym976 := z.DecBinary() - _ = yym976 + yym981 := z.DecBinary() + _ = yym981 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct977 := r.ContainerType() - if yyct977 == codecSelferValueTypeMap1234 { - yyl977 := r.ReadMapStart() - if yyl977 == 0 { + yyct982 := r.ContainerType() + if yyct982 == codecSelferValueTypeMap1234 { + yyl982 := r.ReadMapStart() + if yyl982 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl977, d) + x.codecDecodeSelfFromMap(yyl982, d) } - } else if yyct977 == codecSelferValueTypeArray1234 { - yyl977 := r.ReadArrayStart() - if yyl977 == 0 { + } else if yyct982 == codecSelferValueTypeArray1234 { + yyl982 := r.ReadArrayStart() + if yyl982 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl977, d) + x.codecDecodeSelfFromArray(yyl982, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13640,12 +13695,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys978Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys978Slc - var yyhl978 bool = l >= 0 - for yyj978 := 0; ; yyj978++ { - if yyhl978 { - if yyj978 >= l { + var yys983Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys983Slc + var yyhl983 bool = l >= 0 + for yyj983 := 0; ; yyj983++ { + if yyhl983 { + if yyj983 >= l { break } } else { @@ -13654,29 +13709,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys978Slc = r.DecodeBytes(yys978Slc, true, true) - yys978 := string(yys978Slc) + yys983Slc = r.DecodeBytes(yys983Slc, true, true) + yys983 := string(yys983Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys978 { + switch yys983 { case "port": if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv979 := &x.Port - yym980 := z.DecBinary() - _ = yym980 + yyv984 := &x.Port + yym985 := z.DecBinary() + _ = yym985 if false { - } else if z.HasExtensions() && z.DecExt(yyv979) { - } else if !yym980 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv979) + } else if z.HasExtensions() && z.DecExt(yyv984) { + } else if !yym985 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv984) } else { - z.DecFallback(yyv979, false) + z.DecFallback(yyv984, false) } } default: - z.DecStructFieldNotFound(-1, yys978) - } // end switch yys978 - } // end for yyj978 + z.DecStructFieldNotFound(-1, yys983) + } // end switch yys983 + } // end for yyj983 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13684,16 +13739,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj981 int - var yyb981 bool - var yyhl981 bool = l >= 0 - yyj981++ - if yyhl981 { - yyb981 = yyj981 > l + var yyj986 int + var yyb986 bool + var yyhl986 bool = l >= 0 + yyj986++ + if yyhl986 { + yyb986 = yyj986 > l } else { - yyb981 = r.CheckBreak() + yyb986 = r.CheckBreak() } - if yyb981 { + if yyb986 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13701,29 +13756,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv982 := &x.Port - yym983 := z.DecBinary() - _ = yym983 + yyv987 := &x.Port + yym988 := z.DecBinary() + _ = yym988 if false { - } else if z.HasExtensions() && z.DecExt(yyv982) { - } else if !yym983 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv982) + } else if z.HasExtensions() && z.DecExt(yyv987) { + } else if !yym988 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv987) } else { - z.DecFallback(yyv982, false) + z.DecFallback(yyv987, false) } } for { - yyj981++ - if yyhl981 { - yyb981 = yyj981 > l + yyj986++ + if yyhl986 { + yyb986 = yyj986 > l } else { - yyb981 = r.CheckBreak() + yyb986 = r.CheckBreak() } - if yyb981 { + if yyb986 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj981-1, "") + z.DecStructFieldNotFound(yyj986-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13735,38 +13790,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym984 := z.EncBinary() - _ = yym984 + yym989 := z.EncBinary() + _ = yym989 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep985 := !z.EncBinary() - yy2arr985 := z.EncBasicHandle().StructToArray - var yyq985 [1]bool - _, _, _ = yysep985, yyq985, yy2arr985 - const yyr985 bool = false - yyq985[0] = len(x.Command) != 0 - var yynn985 int - if yyr985 || yy2arr985 { + yysep990 := !z.EncBinary() + yy2arr990 := z.EncBasicHandle().StructToArray + var yyq990 [1]bool + _, _, _ = yysep990, yyq990, yy2arr990 + const yyr990 bool = false + yyq990[0] = len(x.Command) != 0 + var yynn990 int + if yyr990 || yy2arr990 { r.EncodeArrayStart(1) } else { - yynn985 = 0 - for _, b := range yyq985 { + yynn990 = 0 + for _, b := range yyq990 { if b { - yynn985++ + yynn990++ } } - r.EncodeMapStart(yynn985) - yynn985 = 0 + r.EncodeMapStart(yynn990) + yynn990 = 0 } - if yyr985 || yy2arr985 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq985[0] { + if yyq990[0] { if x.Command == nil { r.EncodeNil() } else { - yym987 := z.EncBinary() - _ = yym987 + yym992 := z.EncBinary() + _ = yym992 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -13776,15 +13831,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq985[0] { + if yyq990[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym988 := z.EncBinary() - _ = yym988 + yym993 := z.EncBinary() + _ = yym993 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -13792,7 +13847,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr985 || yy2arr985 { + if yyr990 || yy2arr990 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13805,25 +13860,25 @@ func (x *ExecAction) 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) @@ -13835,12 +13890,12 @@ func (x *ExecAction) 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 { @@ -13849,26 +13904,26 @@ func (x *ExecAction) 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 "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv992 := &x.Command - yym993 := z.DecBinary() - _ = yym993 + yyv997 := &x.Command + yym998 := z.DecBinary() + _ = yym998 if false { } else { - z.F.DecSliceStringX(yyv992, false, d) + z.F.DecSliceStringX(yyv997, false, 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) } @@ -13876,16 +13931,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj994 int - var yyb994 bool - var yyhl994 bool = l >= 0 - yyj994++ - if yyhl994 { - yyb994 = yyj994 > l + var yyj999 int + var yyb999 bool + var yyhl999 bool = l >= 0 + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb994 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb994 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13893,26 +13948,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv995 := &x.Command - yym996 := z.DecBinary() - _ = yym996 + yyv1000 := &x.Command + yym1001 := z.DecBinary() + _ = yym1001 if false { } else { - z.F.DecSliceStringX(yyv995, false, d) + z.F.DecSliceStringX(yyv1000, false, d) } } for { - yyj994++ - if yyhl994 { - yyb994 = yyj994 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb994 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb994 { + if yyb999 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj994-1, "") + z.DecStructFieldNotFound(yyj999-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13924,49 +13979,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym997 := z.EncBinary() - _ = yym997 + yym1002 := z.EncBinary() + _ = yym1002 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep998 := !z.EncBinary() - yy2arr998 := z.EncBasicHandle().StructToArray - var yyq998 [8]bool - _, _, _ = yysep998, yyq998, yy2arr998 - const yyr998 bool = false - yyq998[0] = x.Handler.Exec != nil && x.Exec != nil - yyq998[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq998[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq998[3] = x.InitialDelaySeconds != 0 - yyq998[4] = x.TimeoutSeconds != 0 - yyq998[5] = x.PeriodSeconds != 0 - yyq998[6] = x.SuccessThreshold != 0 - yyq998[7] = x.FailureThreshold != 0 - var yynn998 int - if yyr998 || yy2arr998 { + yysep1003 := !z.EncBinary() + yy2arr1003 := z.EncBasicHandle().StructToArray + var yyq1003 [8]bool + _, _, _ = yysep1003, yyq1003, yy2arr1003 + const yyr1003 bool = false + yyq1003[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1003[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1003[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1003[3] = x.InitialDelaySeconds != 0 + yyq1003[4] = x.TimeoutSeconds != 0 + yyq1003[5] = x.PeriodSeconds != 0 + yyq1003[6] = x.SuccessThreshold != 0 + yyq1003[7] = x.FailureThreshold != 0 + var yynn1003 int + if yyr1003 || yy2arr1003 { r.EncodeArrayStart(8) } else { - yynn998 = 0 - for _, b := range yyq998 { + yynn1003 = 0 + for _, b := range yyq1003 { if b { - yynn998++ + yynn1003++ } } - r.EncodeMapStart(yynn998) - yynn998 = 0 + r.EncodeMapStart(yynn1003) + yynn1003 = 0 } - var yyn999 bool + var yyn1004 bool if x.Handler.Exec == nil { - yyn999 = true - goto LABEL999 + yyn1004 = true + goto LABEL1004 } - LABEL999: - if yyr998 || yy2arr998 { - if yyn999 { + LABEL1004: + if yyr1003 || yy2arr1003 { + if yyn1004 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[0] { + if yyq1003[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -13977,11 +14032,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq998[0] { + if yyq1003[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn999 { + if yyn1004 { r.EncodeNil() } else { if x.Exec == nil { @@ -13992,18 +14047,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1000 bool + var yyn1005 bool if x.Handler.HTTPGet == nil { - yyn1000 = true - goto LABEL1000 + yyn1005 = true + goto LABEL1005 } - LABEL1000: - if yyr998 || yy2arr998 { - if yyn1000 { + LABEL1005: + if yyr1003 || yy2arr1003 { + if yyn1005 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[1] { + if yyq1003[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -14014,11 +14069,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq998[1] { + if yyq1003[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1000 { + if yyn1005 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -14029,18 +14084,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1001 bool + var yyn1006 bool if x.Handler.TCPSocket == nil { - yyn1001 = true - goto LABEL1001 + yyn1006 = true + goto LABEL1006 } - LABEL1001: - if yyr998 || yy2arr998 { - if yyn1001 { + LABEL1006: + if yyr1003 || yy2arr1003 { + if yyn1006 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[2] { + if yyq1003[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -14051,11 +14106,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq998[2] { + if yyq1003[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1001 { + if yyn1006 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -14066,11 +14121,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr998 || yy2arr998 { + if yyr1003 || yy2arr1003 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[3] { - yym1003 := z.EncBinary() - _ = yym1003 + if yyq1003[3] { + yym1008 := z.EncBinary() + _ = yym1008 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -14079,99 +14134,99 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq998[3] { + if yyq1003[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1004 := z.EncBinary() - _ = yym1004 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr998 || yy2arr998 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[4] { - yym1006 := z.EncBinary() - _ = yym1006 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq998[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1007 := z.EncBinary() - _ = yym1007 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr998 || yy2arr998 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[5] { yym1009 := z.EncBinary() _ = yym1009 if false { } else { - r.EncodeInt(int64(x.PeriodSeconds)) + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr1003 || yy2arr1003 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1003[4] { + yym1011 := z.EncBinary() + _ = yym1011 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq998[5] { + if yyq1003[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1010 := z.EncBinary() - _ = yym1010 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr998 || yy2arr998 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[6] { yym1012 := z.EncBinary() _ = yym1012 if false { } else { - r.EncodeInt(int64(x.SuccessThreshold)) + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr1003 || yy2arr1003 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1003[5] { + yym1014 := z.EncBinary() + _ = yym1014 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq998[6] { + if yyq1003[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1013 := z.EncBinary() - _ = yym1013 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr998 || yy2arr998 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq998[7] { yym1015 := z.EncBinary() _ = yym1015 if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr1003 || yy2arr1003 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1003[6] { + yym1017 := z.EncBinary() + _ = yym1017 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1003[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1018 := z.EncBinary() + _ = yym1018 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr1003 || yy2arr1003 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1003[7] { + yym1020 := z.EncBinary() + _ = yym1020 + if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } @@ -14179,19 +14234,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq998[7] { + if yyq1003[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1016 := z.EncBinary() - _ = yym1016 + yym1021 := z.EncBinary() + _ = yym1021 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr998 || yy2arr998 { + if yyr1003 || yy2arr1003 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14204,25 +14259,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1017 := z.DecBinary() - _ = yym1017 + yym1022 := z.DecBinary() + _ = yym1022 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1018 := r.ContainerType() - if yyct1018 == codecSelferValueTypeMap1234 { - yyl1018 := r.ReadMapStart() - if yyl1018 == 0 { + yyct1023 := r.ContainerType() + if yyct1023 == codecSelferValueTypeMap1234 { + yyl1023 := r.ReadMapStart() + if yyl1023 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1018, d) + x.codecDecodeSelfFromMap(yyl1023, d) } - } else if yyct1018 == codecSelferValueTypeArray1234 { - yyl1018 := r.ReadArrayStart() - if yyl1018 == 0 { + } else if yyct1023 == codecSelferValueTypeArray1234 { + yyl1023 := r.ReadArrayStart() + if yyl1023 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1018, d) + x.codecDecodeSelfFromArray(yyl1023, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14234,12 +14289,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1019Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1019Slc - var yyhl1019 bool = l >= 0 - for yyj1019 := 0; ; yyj1019++ { - if yyhl1019 { - if yyj1019 >= l { + var yys1024Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1024Slc + var yyhl1024 bool = l >= 0 + for yyj1024 := 0; ; yyj1024++ { + if yyhl1024 { + if yyj1024 >= l { break } } else { @@ -14248,10 +14303,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1019Slc = r.DecodeBytes(yys1019Slc, true, true) - yys1019 := string(yys1019Slc) + yys1024Slc = r.DecodeBytes(yys1024Slc, true, true) + yys1024 := string(yys1024Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1019 { + switch yys1024 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -14325,9 +14380,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys1019) - } // end switch yys1019 - } // end for yyj1019 + z.DecStructFieldNotFound(-1, yys1024) + } // end switch yys1024 + } // end for yyj1024 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14335,19 +14390,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1028 int - var yyb1028 bool - var yyhl1028 bool = l >= 0 + var yyj1033 int + var yyb1033 bool + var yyhl1033 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14365,13 +14420,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14389,13 +14444,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14410,13 +14465,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14426,13 +14481,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14442,13 +14497,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14458,13 +14513,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14474,13 +14529,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14491,17 +14546,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj1028++ - if yyhl1028 { - yyb1028 = yyj1028 > l + yyj1033++ + if yyhl1033 { + yyb1033 = yyj1033 > l } else { - yyb1028 = r.CheckBreak() + yyb1033 = r.CheckBreak() } - if yyb1028 { + if yyb1033 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1028-1, "") + z.DecStructFieldNotFound(yyj1033-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14510,8 +14565,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1037 := z.EncBinary() - _ = yym1037 + yym1042 := z.EncBinary() + _ = yym1042 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14523,8 +14578,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1038 := z.DecBinary() - _ = yym1038 + yym1043 := z.DecBinary() + _ = yym1043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14536,8 +14591,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1039 := z.EncBinary() - _ = yym1039 + yym1044 := z.EncBinary() + _ = yym1044 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14549,8 +14604,8 @@ func (x *Capability) 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 { @@ -14565,39 +14620,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1041 := z.EncBinary() - _ = yym1041 + yym1046 := z.EncBinary() + _ = yym1046 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1042 := !z.EncBinary() - yy2arr1042 := z.EncBasicHandle().StructToArray - var yyq1042 [2]bool - _, _, _ = yysep1042, yyq1042, yy2arr1042 - const yyr1042 bool = false - yyq1042[0] = len(x.Add) != 0 - yyq1042[1] = len(x.Drop) != 0 - var yynn1042 int - if yyr1042 || yy2arr1042 { + yysep1047 := !z.EncBinary() + yy2arr1047 := z.EncBasicHandle().StructToArray + var yyq1047 [2]bool + _, _, _ = yysep1047, yyq1047, yy2arr1047 + const yyr1047 bool = false + yyq1047[0] = len(x.Add) != 0 + yyq1047[1] = len(x.Drop) != 0 + var yynn1047 int + if yyr1047 || yy2arr1047 { r.EncodeArrayStart(2) } else { - yynn1042 = 0 - for _, b := range yyq1042 { + yynn1047 = 0 + for _, b := range yyq1047 { if b { - yynn1042++ + yynn1047++ } } - r.EncodeMapStart(yynn1042) - yynn1042 = 0 + r.EncodeMapStart(yynn1047) + yynn1047 = 0 } - if yyr1042 || yy2arr1042 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1042[0] { + if yyq1047[0] { if x.Add == nil { r.EncodeNil() } else { - yym1044 := z.EncBinary() - _ = yym1044 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -14607,15 +14662,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1042[0] { + if yyq1047[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1045 := z.EncBinary() - _ = yym1045 + yym1050 := z.EncBinary() + _ = yym1050 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -14623,14 +14678,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1042 || yy2arr1042 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1042[1] { + if yyq1047[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1047 := z.EncBinary() - _ = yym1047 + yym1052 := z.EncBinary() + _ = yym1052 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -14640,15 +14695,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1042[1] { + if yyq1047[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1048 := z.EncBinary() - _ = yym1048 + yym1053 := z.EncBinary() + _ = yym1053 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -14656,7 +14711,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1042 || yy2arr1042 { + if yyr1047 || yy2arr1047 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14669,25 +14724,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1049 := z.DecBinary() - _ = yym1049 + yym1054 := z.DecBinary() + _ = yym1054 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1050 := r.ContainerType() - if yyct1050 == codecSelferValueTypeMap1234 { - yyl1050 := r.ReadMapStart() - if yyl1050 == 0 { + yyct1055 := r.ContainerType() + if yyct1055 == codecSelferValueTypeMap1234 { + yyl1055 := r.ReadMapStart() + if yyl1055 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1050, d) + x.codecDecodeSelfFromMap(yyl1055, d) } - } else if yyct1050 == codecSelferValueTypeArray1234 { - yyl1050 := r.ReadArrayStart() - if yyl1050 == 0 { + } else if yyct1055 == codecSelferValueTypeArray1234 { + yyl1055 := r.ReadArrayStart() + if yyl1055 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1050, d) + x.codecDecodeSelfFromArray(yyl1055, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14699,12 +14754,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1051Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1051Slc - var yyhl1051 bool = l >= 0 - for yyj1051 := 0; ; yyj1051++ { - if yyhl1051 { - if yyj1051 >= l { + var yys1056Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1056Slc + var yyhl1056 bool = l >= 0 + for yyj1056 := 0; ; yyj1056++ { + if yyhl1056 { + if yyj1056 >= l { break } } else { @@ -14713,38 +14768,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1051Slc = r.DecodeBytes(yys1051Slc, true, true) - yys1051 := string(yys1051Slc) + yys1056Slc = r.DecodeBytes(yys1056Slc, true, true) + yys1056 := string(yys1056Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1051 { + switch yys1056 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1052 := &x.Add - yym1053 := z.DecBinary() - _ = yym1053 + yyv1057 := &x.Add + yym1058 := z.DecBinary() + _ = yym1058 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1052), d) + h.decSliceCapability((*[]Capability)(yyv1057), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1054 := &x.Drop - yym1055 := z.DecBinary() - _ = yym1055 + yyv1059 := &x.Drop + yym1060 := z.DecBinary() + _ = yym1060 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1054), d) + h.decSliceCapability((*[]Capability)(yyv1059), d) } } default: - z.DecStructFieldNotFound(-1, yys1051) - } // end switch yys1051 - } // end for yyj1051 + z.DecStructFieldNotFound(-1, yys1056) + } // end switch yys1056 + } // end for yyj1056 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14752,16 +14807,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1056 int - var yyb1056 bool - var yyhl1056 bool = l >= 0 - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + var yyj1061 int + var yyb1061 bool + var yyhl1061 bool = l >= 0 + yyj1061++ + if yyhl1061 { + yyb1061 = yyj1061 > l } else { - yyb1056 = r.CheckBreak() + yyb1061 = r.CheckBreak() } - if yyb1056 { + if yyb1061 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14769,21 +14824,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1057 := &x.Add - yym1058 := z.DecBinary() - _ = yym1058 + yyv1062 := &x.Add + yym1063 := z.DecBinary() + _ = yym1063 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1057), d) + h.decSliceCapability((*[]Capability)(yyv1062), d) } } - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1061++ + if yyhl1061 { + yyb1061 = yyj1061 > l } else { - yyb1056 = r.CheckBreak() + yyb1061 = r.CheckBreak() } - if yyb1056 { + if yyb1061 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14791,26 +14846,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1059 := &x.Drop - yym1060 := z.DecBinary() - _ = yym1060 + yyv1064 := &x.Drop + yym1065 := z.DecBinary() + _ = yym1065 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1059), d) + h.decSliceCapability((*[]Capability)(yyv1064), d) } } for { - yyj1056++ - if yyhl1056 { - yyb1056 = yyj1056 > l + yyj1061++ + if yyhl1061 { + yyb1061 = yyj1061 > l } else { - yyb1056 = r.CheckBreak() + yyb1061 = r.CheckBreak() } - if yyb1056 { + if yyb1061 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1056-1, "") + z.DecStructFieldNotFound(yyj1061-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14822,34 +14877,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1061 := z.EncBinary() - _ = yym1061 + yym1066 := z.EncBinary() + _ = yym1066 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1062 := !z.EncBinary() - yy2arr1062 := z.EncBasicHandle().StructToArray - var yyq1062 [2]bool - _, _, _ = yysep1062, yyq1062, yy2arr1062 - const yyr1062 bool = false - yyq1062[0] = len(x.Limits) != 0 - yyq1062[1] = len(x.Requests) != 0 - var yynn1062 int - if yyr1062 || yy2arr1062 { + yysep1067 := !z.EncBinary() + yy2arr1067 := z.EncBasicHandle().StructToArray + var yyq1067 [2]bool + _, _, _ = yysep1067, yyq1067, yy2arr1067 + const yyr1067 bool = false + yyq1067[0] = len(x.Limits) != 0 + yyq1067[1] = len(x.Requests) != 0 + var yynn1067 int + if yyr1067 || yy2arr1067 { r.EncodeArrayStart(2) } else { - yynn1062 = 0 - for _, b := range yyq1062 { + yynn1067 = 0 + for _, b := range yyq1067 { if b { - yynn1062++ + yynn1067++ } } - r.EncodeMapStart(yynn1062) - yynn1062 = 0 + r.EncodeMapStart(yynn1067) + yynn1067 = 0 } - if yyr1062 || yy2arr1062 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1062[0] { + if yyq1067[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -14859,7 +14914,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1062[0] { + if yyq1067[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14870,9 +14925,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1062 || yy2arr1062 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1062[1] { + if yyq1067[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -14882,7 +14937,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1062[1] { + if yyq1067[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14893,7 +14948,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1062 || yy2arr1062 { + if yyr1067 || yy2arr1067 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14906,25 +14961,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1065 := z.DecBinary() - _ = yym1065 + yym1070 := z.DecBinary() + _ = yym1070 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1066 := r.ContainerType() - if yyct1066 == codecSelferValueTypeMap1234 { - yyl1066 := r.ReadMapStart() - if yyl1066 == 0 { + yyct1071 := r.ContainerType() + if yyct1071 == codecSelferValueTypeMap1234 { + yyl1071 := r.ReadMapStart() + if yyl1071 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1066, d) + x.codecDecodeSelfFromMap(yyl1071, d) } - } else if yyct1066 == codecSelferValueTypeArray1234 { - yyl1066 := r.ReadArrayStart() - if yyl1066 == 0 { + } else if yyct1071 == codecSelferValueTypeArray1234 { + yyl1071 := r.ReadArrayStart() + if yyl1071 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1066, d) + x.codecDecodeSelfFromArray(yyl1071, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14936,12 +14991,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1067Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1067Slc - var yyhl1067 bool = l >= 0 - for yyj1067 := 0; ; yyj1067++ { - if yyhl1067 { - if yyj1067 >= l { + var yys1072Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1072Slc + var yyhl1072 bool = l >= 0 + for yyj1072 := 0; ; yyj1072++ { + if yyhl1072 { + if yyj1072 >= l { break } } else { @@ -14950,28 +15005,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1067Slc = r.DecodeBytes(yys1067Slc, true, true) - yys1067 := string(yys1067Slc) + yys1072Slc = r.DecodeBytes(yys1072Slc, true, true) + yys1072 := string(yys1072Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1067 { + switch yys1072 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1068 := &x.Limits - yyv1068.CodecDecodeSelf(d) + yyv1073 := &x.Limits + yyv1073.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1069 := &x.Requests - yyv1069.CodecDecodeSelf(d) + yyv1074 := &x.Requests + yyv1074.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1067) - } // end switch yys1067 - } // end for yyj1067 + z.DecStructFieldNotFound(-1, yys1072) + } // end switch yys1072 + } // end for yyj1072 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14979,16 +15034,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1070 int - var yyb1070 bool - var yyhl1070 bool = l >= 0 - yyj1070++ - if yyhl1070 { - yyb1070 = yyj1070 > l + var yyj1075 int + var yyb1075 bool + var yyhl1075 bool = l >= 0 + yyj1075++ + if yyhl1075 { + yyb1075 = yyj1075 > l } else { - yyb1070 = r.CheckBreak() + yyb1075 = r.CheckBreak() } - if yyb1070 { + if yyb1075 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14996,16 +15051,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1071 := &x.Limits - yyv1071.CodecDecodeSelf(d) + yyv1076 := &x.Limits + yyv1076.CodecDecodeSelf(d) } - yyj1070++ - if yyhl1070 { - yyb1070 = yyj1070 > l + yyj1075++ + if yyhl1075 { + yyb1075 = yyj1075 > l } else { - yyb1070 = r.CheckBreak() + yyb1075 = r.CheckBreak() } - if yyb1070 { + if yyb1075 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15013,21 +15068,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1072 := &x.Requests - yyv1072.CodecDecodeSelf(d) + yyv1077 := &x.Requests + yyv1077.CodecDecodeSelf(d) } for { - yyj1070++ - if yyhl1070 { - yyb1070 = yyj1070 > l + yyj1075++ + if yyhl1075 { + yyb1075 = yyj1075 > l } else { - yyb1070 = r.CheckBreak() + yyb1075 = r.CheckBreak() } - if yyb1070 { + if yyb1075 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1070-1, "") + z.DecStructFieldNotFound(yyj1075-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15039,48 +15094,48 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1073 := z.EncBinary() - _ = yym1073 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1074 := !z.EncBinary() - yy2arr1074 := z.EncBasicHandle().StructToArray - var yyq1074 [18]bool - _, _, _ = yysep1074, yyq1074, yy2arr1074 - const yyr1074 bool = false - yyq1074[2] = len(x.Command) != 0 - yyq1074[3] = len(x.Args) != 0 - yyq1074[4] = x.WorkingDir != "" - yyq1074[5] = len(x.Ports) != 0 - yyq1074[6] = len(x.Env) != 0 - yyq1074[7] = true - yyq1074[8] = len(x.VolumeMounts) != 0 - yyq1074[9] = x.LivenessProbe != nil - yyq1074[10] = x.ReadinessProbe != nil - yyq1074[11] = x.Lifecycle != nil - yyq1074[12] = x.TerminationMessagePath != "" - yyq1074[14] = x.SecurityContext != nil - yyq1074[15] = x.Stdin != false - yyq1074[16] = x.StdinOnce != false - yyq1074[17] = x.TTY != false - var yynn1074 int - if yyr1074 || yy2arr1074 { + yysep1079 := !z.EncBinary() + yy2arr1079 := z.EncBasicHandle().StructToArray + var yyq1079 [18]bool + _, _, _ = yysep1079, yyq1079, yy2arr1079 + const yyr1079 bool = false + yyq1079[2] = len(x.Command) != 0 + yyq1079[3] = len(x.Args) != 0 + yyq1079[4] = x.WorkingDir != "" + yyq1079[5] = len(x.Ports) != 0 + yyq1079[6] = len(x.Env) != 0 + yyq1079[7] = true + yyq1079[8] = len(x.VolumeMounts) != 0 + yyq1079[9] = x.LivenessProbe != nil + yyq1079[10] = x.ReadinessProbe != nil + yyq1079[11] = x.Lifecycle != nil + yyq1079[12] = x.TerminationMessagePath != "" + yyq1079[14] = x.SecurityContext != nil + yyq1079[15] = x.Stdin != false + yyq1079[16] = x.StdinOnce != false + yyq1079[17] = x.TTY != false + var yynn1079 int + if yyr1079 || yy2arr1079 { r.EncodeArrayStart(18) } else { - yynn1074 = 3 - for _, b := range yyq1074 { + yynn1079 = 3 + for _, b := range yyq1079 { if b { - yynn1074++ + yynn1079++ } } - r.EncodeMapStart(yynn1074) - yynn1074 = 0 + r.EncodeMapStart(yynn1079) + yynn1079 = 0 } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1076 := z.EncBinary() - _ = yym1076 + yym1081 := z.EncBinary() + _ = yym1081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15089,17 +15144,17 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1077 := z.EncBinary() - _ = yym1077 + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1079 := z.EncBinary() - _ = yym1079 + yym1084 := z.EncBinary() + _ = yym1084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -15108,21 +15163,21 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1080 := z.EncBinary() - _ = yym1080 + yym1085 := z.EncBinary() + _ = yym1085 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[2] { + if yyq1079[2] { if x.Command == nil { r.EncodeNil() } else { - yym1082 := z.EncBinary() - _ = yym1082 + yym1087 := z.EncBinary() + _ = yym1087 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -15132,15 +15187,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[2] { + if yyq1079[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1083 := z.EncBinary() - _ = yym1083 + yym1088 := z.EncBinary() + _ = yym1088 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -15148,14 +15203,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[3] { + if yyq1079[3] { if x.Args == nil { r.EncodeNil() } else { - yym1085 := z.EncBinary() - _ = yym1085 + yym1090 := z.EncBinary() + _ = yym1090 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -15165,15 +15220,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[3] { + if yyq1079[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1086 := z.EncBinary() - _ = yym1086 + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -15181,11 +15236,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[4] { - yym1088 := z.EncBinary() - _ = yym1088 + if yyq1079[4] { + yym1093 := z.EncBinary() + _ = yym1093 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -15194,26 +15249,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1074[4] { + if yyq1079[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1089 := z.EncBinary() - _ = yym1089 + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[5] { + if yyq1079[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1091 := z.EncBinary() - _ = yym1091 + yym1096 := z.EncBinary() + _ = yym1096 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -15223,15 +15278,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[5] { + if yyq1079[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1092 := z.EncBinary() - _ = yym1092 + yym1097 := z.EncBinary() + _ = yym1097 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -15239,14 +15294,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[6] { + if yyq1079[6] { if x.Env == nil { r.EncodeNil() } else { - yym1094 := z.EncBinary() - _ = yym1094 + yym1099 := z.EncBinary() + _ = yym1099 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -15256,15 +15311,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[6] { + if yyq1079[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1095 := z.EncBinary() - _ = yym1095 + yym1100 := z.EncBinary() + _ = yym1100 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -15272,31 +15327,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[7] { - yy1097 := &x.Resources - yy1097.CodecEncodeSelf(e) + if yyq1079[7] { + yy1102 := &x.Resources + yy1102.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1074[7] { + if yyq1079[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1098 := &x.Resources - yy1098.CodecEncodeSelf(e) + yy1103 := &x.Resources + yy1103.CodecEncodeSelf(e) } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[8] { + if yyq1079[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1100 := z.EncBinary() - _ = yym1100 + yym1105 := z.EncBinary() + _ = yym1105 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -15306,15 +15361,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[8] { + if yyq1079[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1101 := z.EncBinary() - _ = yym1101 + yym1106 := z.EncBinary() + _ = yym1106 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -15322,9 +15377,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[9] { + if yyq1079[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -15334,7 +15389,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[9] { + if yyq1079[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15345,9 +15400,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[10] { + if yyq1079[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -15357,7 +15412,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[10] { + if yyq1079[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15368,9 +15423,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[11] { + if yyq1079[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -15380,7 +15435,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[11] { + if yyq1079[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15391,11 +15446,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[12] { - yym1106 := z.EncBinary() - _ = yym1106 + if yyq1079[12] { + yym1111 := z.EncBinary() + _ = yym1111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -15404,19 +15459,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1074[12] { + if yyq1079[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1107 := z.EncBinary() - _ = yym1107 + yym1112 := z.EncBinary() + _ = yym1112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.ImagePullPolicy.CodecEncodeSelf(e) } else { @@ -15425,9 +15480,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[14] { + if yyq1079[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -15437,7 +15492,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1074[14] { + if yyq1079[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15448,11 +15503,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[15] { - yym1111 := z.EncBinary() - _ = yym1111 + if yyq1079[15] { + yym1116 := z.EncBinary() + _ = yym1116 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -15461,49 +15516,49 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1074[15] { + if yyq1079[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1112 := z.EncBinary() - _ = yym1112 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr1074 || yy2arr1074 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[16] { - yym1114 := z.EncBinary() - _ = yym1114 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1074[16] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1115 := z.EncBinary() - _ = yym1115 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } - } - if yyr1074 || yy2arr1074 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1074[17] { yym1117 := z.EncBinary() _ = yym1117 if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr1079 || yy2arr1079 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1079[16] { + yym1119 := z.EncBinary() + _ = yym1119 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1079[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1120 := z.EncBinary() + _ = yym1120 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } + } + if yyr1079 || yy2arr1079 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1079[17] { + yym1122 := z.EncBinary() + _ = yym1122 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -15511,19 +15566,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1074[17] { + if yyq1079[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1118 := z.EncBinary() - _ = yym1118 + yym1123 := z.EncBinary() + _ = yym1123 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1074 || yy2arr1074 { + if yyr1079 || yy2arr1079 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15536,25 +15591,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1119 := z.DecBinary() - _ = yym1119 + yym1124 := z.DecBinary() + _ = yym1124 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1120 := r.ContainerType() - if yyct1120 == codecSelferValueTypeMap1234 { - yyl1120 := r.ReadMapStart() - if yyl1120 == 0 { + yyct1125 := r.ContainerType() + if yyct1125 == codecSelferValueTypeMap1234 { + yyl1125 := r.ReadMapStart() + if yyl1125 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1120, d) + x.codecDecodeSelfFromMap(yyl1125, d) } - } else if yyct1120 == codecSelferValueTypeArray1234 { - yyl1120 := r.ReadArrayStart() - if yyl1120 == 0 { + } else if yyct1125 == codecSelferValueTypeArray1234 { + yyl1125 := r.ReadArrayStart() + if yyl1125 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1120, d) + x.codecDecodeSelfFromArray(yyl1125, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15566,12 +15621,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1121Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1121Slc - var yyhl1121 bool = l >= 0 - for yyj1121 := 0; ; yyj1121++ { - if yyhl1121 { - if yyj1121 >= l { + var yys1126Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1126Slc + var yyhl1126 bool = l >= 0 + for yyj1126 := 0; ; yyj1126++ { + if yyhl1126 { + if yyj1126 >= l { break } } else { @@ -15580,10 +15635,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1121Slc = r.DecodeBytes(yys1121Slc, true, true) - yys1121 := string(yys1121Slc) + yys1126Slc = r.DecodeBytes(yys1126Slc, true, true) + yys1126 := string(yys1126Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1121 { + switch yys1126 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15600,24 +15655,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1124 := &x.Command - yym1125 := z.DecBinary() - _ = yym1125 + yyv1129 := &x.Command + yym1130 := z.DecBinary() + _ = yym1130 if false { } else { - z.F.DecSliceStringX(yyv1124, false, d) + z.F.DecSliceStringX(yyv1129, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1126 := &x.Args - yym1127 := z.DecBinary() - _ = yym1127 + yyv1131 := &x.Args + yym1132 := z.DecBinary() + _ = yym1132 if false { } else { - z.F.DecSliceStringX(yyv1126, false, d) + z.F.DecSliceStringX(yyv1131, false, d) } } case "workingDir": @@ -15630,43 +15685,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1129 := &x.Ports - yym1130 := z.DecBinary() - _ = yym1130 + yyv1134 := &x.Ports + yym1135 := z.DecBinary() + _ = yym1135 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1129), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1134), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1131 := &x.Env - yym1132 := z.DecBinary() - _ = yym1132 + yyv1136 := &x.Env + yym1137 := z.DecBinary() + _ = yym1137 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1131), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1136), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1133 := &x.Resources - yyv1133.CodecDecodeSelf(d) + yyv1138 := &x.Resources + yyv1138.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1134 := &x.VolumeMounts - yym1135 := z.DecBinary() - _ = yym1135 + yyv1139 := &x.VolumeMounts + yym1140 := z.DecBinary() + _ = yym1140 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1134), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1139), d) } } case "livenessProbe": @@ -15744,9 +15799,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1121) - } // end switch yys1121 - } // end for yyj1121 + z.DecStructFieldNotFound(-1, yys1126) + } // end switch yys1126 + } // end for yyj1126 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15754,16 +15809,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1145 int - var yyb1145 bool - var yyhl1145 bool = l >= 0 - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + var yyj1150 int + var yyb1150 bool + var yyhl1150 bool = l >= 0 + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15773,13 +15828,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15789,13 +15844,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15803,21 +15858,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1148 := &x.Command - yym1149 := z.DecBinary() - _ = yym1149 + yyv1153 := &x.Command + yym1154 := z.DecBinary() + _ = yym1154 if false { } else { - z.F.DecSliceStringX(yyv1148, false, d) + z.F.DecSliceStringX(yyv1153, false, d) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15825,21 +15880,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1150 := &x.Args - yym1151 := z.DecBinary() - _ = yym1151 + yyv1155 := &x.Args + yym1156 := z.DecBinary() + _ = yym1156 if false { } else { - z.F.DecSliceStringX(yyv1150, false, d) + z.F.DecSliceStringX(yyv1155, false, d) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15849,13 +15904,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15863,21 +15918,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1153 := &x.Ports - yym1154 := z.DecBinary() - _ = yym1154 + yyv1158 := &x.Ports + yym1159 := z.DecBinary() + _ = yym1159 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1153), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1158), d) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15885,21 +15940,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1155 := &x.Env - yym1156 := z.DecBinary() - _ = yym1156 + yyv1160 := &x.Env + yym1161 := z.DecBinary() + _ = yym1161 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1155), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1160), d) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15907,16 +15962,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1157 := &x.Resources - yyv1157.CodecDecodeSelf(d) + yyv1162 := &x.Resources + yyv1162.CodecDecodeSelf(d) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15924,21 +15979,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1158 := &x.VolumeMounts - yym1159 := z.DecBinary() - _ = yym1159 + yyv1163 := &x.VolumeMounts + yym1164 := z.DecBinary() + _ = yym1164 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1158), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1163), d) } } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15953,13 +16008,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15974,13 +16029,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15995,13 +16050,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16011,13 +16066,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16027,13 +16082,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16048,13 +16103,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16064,13 +16119,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16080,13 +16135,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16097,17 +16152,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1145++ - if yyhl1145 { - yyb1145 = yyj1145 > l + yyj1150++ + if yyhl1150 { + yyb1150 = yyj1150 > l } else { - yyb1145 = r.CheckBreak() + yyb1150 = r.CheckBreak() } - if yyb1145 { + if yyb1150 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1145-1, "") + z.DecStructFieldNotFound(yyj1150-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16119,35 +16174,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1169 := z.EncBinary() - _ = yym1169 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1170 := !z.EncBinary() - yy2arr1170 := z.EncBasicHandle().StructToArray - var yyq1170 [3]bool - _, _, _ = yysep1170, yyq1170, yy2arr1170 - const yyr1170 bool = false - yyq1170[0] = x.Exec != nil - yyq1170[1] = x.HTTPGet != nil - yyq1170[2] = x.TCPSocket != nil - var yynn1170 int - if yyr1170 || yy2arr1170 { + yysep1175 := !z.EncBinary() + yy2arr1175 := z.EncBasicHandle().StructToArray + var yyq1175 [3]bool + _, _, _ = yysep1175, yyq1175, yy2arr1175 + const yyr1175 bool = false + yyq1175[0] = x.Exec != nil + yyq1175[1] = x.HTTPGet != nil + yyq1175[2] = x.TCPSocket != nil + var yynn1175 int + if yyr1175 || yy2arr1175 { r.EncodeArrayStart(3) } else { - yynn1170 = 0 - for _, b := range yyq1170 { + yynn1175 = 0 + for _, b := range yyq1175 { if b { - yynn1170++ + yynn1175++ } } - r.EncodeMapStart(yynn1170) - yynn1170 = 0 + r.EncodeMapStart(yynn1175) + yynn1175 = 0 } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1170[0] { + if yyq1175[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -16157,7 +16212,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1170[0] { + if yyq1175[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16168,9 +16223,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1170[1] { + if yyq1175[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -16180,7 +16235,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1170[1] { + if yyq1175[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16191,9 +16246,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1170[2] { + if yyq1175[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -16203,7 +16258,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1170[2] { + if yyq1175[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16214,7 +16269,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16227,25 +16282,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1174 := z.DecBinary() - _ = yym1174 + yym1179 := z.DecBinary() + _ = yym1179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1175 := r.ContainerType() - if yyct1175 == codecSelferValueTypeMap1234 { - yyl1175 := r.ReadMapStart() - if yyl1175 == 0 { + yyct1180 := r.ContainerType() + if yyct1180 == codecSelferValueTypeMap1234 { + yyl1180 := r.ReadMapStart() + if yyl1180 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1175, d) + x.codecDecodeSelfFromMap(yyl1180, d) } - } else if yyct1175 == codecSelferValueTypeArray1234 { - yyl1175 := r.ReadArrayStart() - if yyl1175 == 0 { + } else if yyct1180 == codecSelferValueTypeArray1234 { + yyl1180 := r.ReadArrayStart() + if yyl1180 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1175, d) + x.codecDecodeSelfFromArray(yyl1180, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16257,12 +16312,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1176Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1176Slc - var yyhl1176 bool = l >= 0 - for yyj1176 := 0; ; yyj1176++ { - if yyhl1176 { - if yyj1176 >= l { + var yys1181Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1181Slc + var yyhl1181 bool = l >= 0 + for yyj1181 := 0; ; yyj1181++ { + if yyhl1181 { + if yyj1181 >= l { break } } else { @@ -16271,10 +16326,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1176Slc = r.DecodeBytes(yys1176Slc, true, true) - yys1176 := string(yys1176Slc) + yys1181Slc = r.DecodeBytes(yys1181Slc, true, true) + yys1181 := string(yys1181Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1176 { + switch yys1181 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -16309,9 +16364,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1176) - } // end switch yys1176 - } // end for yyj1176 + z.DecStructFieldNotFound(-1, yys1181) + } // end switch yys1181 + } // end for yyj1181 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16319,16 +16374,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1180 int - var yyb1180 bool - var yyhl1180 bool = l >= 0 - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + var yyj1185 int + var yyb1185 bool + var yyhl1185 bool = l >= 0 + yyj1185++ + if yyhl1185 { + yyb1185 = yyj1185 > l } else { - yyb1180 = r.CheckBreak() + yyb1185 = r.CheckBreak() } - if yyb1180 { + if yyb1185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16343,13 +16398,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + yyj1185++ + if yyhl1185 { + yyb1185 = yyj1185 > l } else { - yyb1180 = r.CheckBreak() + yyb1185 = r.CheckBreak() } - if yyb1180 { + if yyb1185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16364,13 +16419,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + yyj1185++ + if yyhl1185 { + yyb1185 = yyj1185 > l } else { - yyb1180 = r.CheckBreak() + yyb1185 = r.CheckBreak() } - if yyb1180 { + if yyb1185 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16386,17 +16441,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1180++ - if yyhl1180 { - yyb1180 = yyj1180 > l + yyj1185++ + if yyhl1185 { + yyb1185 = yyj1185 > l } else { - yyb1180 = r.CheckBreak() + yyb1185 = r.CheckBreak() } - if yyb1180 { + if yyb1185 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1180-1, "") + z.DecStructFieldNotFound(yyj1185-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16408,34 +16463,34 @@ func (x *Lifecycle) 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 [2]bool - _, _, _ = yysep1185, yyq1185, yy2arr1185 - const yyr1185 bool = false - yyq1185[0] = x.PostStart != nil - yyq1185[1] = x.PreStop != nil - var yynn1185 int - if yyr1185 || yy2arr1185 { + yysep1190 := !z.EncBinary() + yy2arr1190 := z.EncBasicHandle().StructToArray + var yyq1190 [2]bool + _, _, _ = yysep1190, yyq1190, yy2arr1190 + const yyr1190 bool = false + yyq1190[0] = x.PostStart != nil + yyq1190[1] = x.PreStop != nil + var yynn1190 int + if yyr1190 || yy2arr1190 { r.EncodeArrayStart(2) } 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] { + if yyq1190[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -16445,7 +16500,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1185[0] { + if yyq1190[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16456,9 +16511,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1185[1] { + if yyq1190[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -16468,7 +16523,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1185[1] { + if yyq1190[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16479,7 +16534,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1185 || yy2arr1185 { + if yyr1190 || yy2arr1190 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16492,25 +16547,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1188 := z.DecBinary() - _ = yym1188 + yym1193 := z.DecBinary() + _ = yym1193 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1189 := r.ContainerType() - if yyct1189 == codecSelferValueTypeMap1234 { - yyl1189 := r.ReadMapStart() - if yyl1189 == 0 { + yyct1194 := r.ContainerType() + if yyct1194 == codecSelferValueTypeMap1234 { + yyl1194 := r.ReadMapStart() + if yyl1194 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1189, d) + x.codecDecodeSelfFromMap(yyl1194, d) } - } else if yyct1189 == codecSelferValueTypeArray1234 { - yyl1189 := r.ReadArrayStart() - if yyl1189 == 0 { + } else if yyct1194 == codecSelferValueTypeArray1234 { + yyl1194 := r.ReadArrayStart() + if yyl1194 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1189, d) + x.codecDecodeSelfFromArray(yyl1194, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16522,12 +16577,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1190Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1190Slc - var yyhl1190 bool = l >= 0 - for yyj1190 := 0; ; yyj1190++ { - if yyhl1190 { - if yyj1190 >= l { + var yys1195Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1195Slc + var yyhl1195 bool = l >= 0 + for yyj1195 := 0; ; yyj1195++ { + if yyhl1195 { + if yyj1195 >= l { break } } else { @@ -16536,10 +16591,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1190Slc = r.DecodeBytes(yys1190Slc, true, true) - yys1190 := string(yys1190Slc) + yys1195Slc = r.DecodeBytes(yys1195Slc, true, true) + yys1195 := string(yys1195Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1190 { + switch yys1195 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -16563,9 +16618,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1190) - } // end switch yys1190 - } // end for yyj1190 + z.DecStructFieldNotFound(-1, yys1195) + } // end switch yys1195 + } // end for yyj1195 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16573,16 +16628,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1193 int - var yyb1193 bool - var yyhl1193 bool = l >= 0 - yyj1193++ - if yyhl1193 { - yyb1193 = yyj1193 > l + var yyj1198 int + var yyb1198 bool + var yyhl1198 bool = l >= 0 + yyj1198++ + if yyhl1198 { + yyb1198 = yyj1198 > l } else { - yyb1193 = r.CheckBreak() + yyb1198 = r.CheckBreak() } - if yyb1193 { + if yyb1198 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16597,13 +16652,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1193++ - if yyhl1193 { - yyb1193 = yyj1193 > l + yyj1198++ + if yyhl1198 { + yyb1198 = yyj1198 > l } else { - yyb1193 = r.CheckBreak() + yyb1198 = r.CheckBreak() } - if yyb1193 { + if yyb1198 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16619,17 +16674,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1193++ - if yyhl1193 { - yyb1193 = yyj1193 > l + yyj1198++ + if yyhl1198 { + yyb1198 = yyj1198 > l } else { - yyb1193 = r.CheckBreak() + yyb1198 = r.CheckBreak() } - if yyb1193 { + if yyb1198 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1193-1, "") + z.DecStructFieldNotFound(yyj1198-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16638,8 +16693,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1196 := z.EncBinary() - _ = yym1196 + yym1201 := z.EncBinary() + _ = yym1201 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -16651,8 +16706,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1197 := z.DecBinary() - _ = yym1197 + yym1202 := z.DecBinary() + _ = yym1202 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -16667,36 +16722,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1198 := z.EncBinary() - _ = yym1198 + yym1203 := z.EncBinary() + _ = yym1203 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1199 := !z.EncBinary() - yy2arr1199 := z.EncBasicHandle().StructToArray - var yyq1199 [2]bool - _, _, _ = yysep1199, yyq1199, yy2arr1199 - const yyr1199 bool = false - yyq1199[0] = x.Reason != "" - yyq1199[1] = x.Message != "" - var yynn1199 int - if yyr1199 || yy2arr1199 { + yysep1204 := !z.EncBinary() + yy2arr1204 := z.EncBasicHandle().StructToArray + var yyq1204 [2]bool + _, _, _ = yysep1204, yyq1204, yy2arr1204 + const yyr1204 bool = false + yyq1204[0] = x.Reason != "" + yyq1204[1] = x.Message != "" + var yynn1204 int + if yyr1204 || yy2arr1204 { r.EncodeArrayStart(2) } else { - yynn1199 = 0 - for _, b := range yyq1199 { + yynn1204 = 0 + for _, b := range yyq1204 { if b { - yynn1199++ + yynn1204++ } } - r.EncodeMapStart(yynn1199) - yynn1199 = 0 + r.EncodeMapStart(yynn1204) + yynn1204 = 0 } - if yyr1199 || yy2arr1199 { + if yyr1204 || yy2arr1204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1199[0] { - yym1201 := z.EncBinary() - _ = yym1201 + if yyq1204[0] { + yym1206 := z.EncBinary() + _ = yym1206 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -16705,23 +16760,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1199[0] { + if yyq1204[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1202 := z.EncBinary() - _ = yym1202 + yym1207 := z.EncBinary() + _ = yym1207 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1199 || yy2arr1199 { + if yyr1204 || yy2arr1204 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1199[1] { - yym1204 := z.EncBinary() - _ = yym1204 + if yyq1204[1] { + yym1209 := z.EncBinary() + _ = yym1209 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -16730,19 +16785,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1199[1] { + if yyq1204[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1205 := z.EncBinary() - _ = yym1205 + yym1210 := z.EncBinary() + _ = yym1210 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1199 || yy2arr1199 { + if yyr1204 || yy2arr1204 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16755,25 +16810,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1206 := z.DecBinary() - _ = yym1206 + yym1211 := z.DecBinary() + _ = yym1211 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1207 := r.ContainerType() - if yyct1207 == codecSelferValueTypeMap1234 { - yyl1207 := r.ReadMapStart() - if yyl1207 == 0 { + yyct1212 := r.ContainerType() + if yyct1212 == codecSelferValueTypeMap1234 { + yyl1212 := r.ReadMapStart() + if yyl1212 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1207, d) + x.codecDecodeSelfFromMap(yyl1212, d) } - } else if yyct1207 == codecSelferValueTypeArray1234 { - yyl1207 := r.ReadArrayStart() - if yyl1207 == 0 { + } else if yyct1212 == codecSelferValueTypeArray1234 { + yyl1212 := r.ReadArrayStart() + if yyl1212 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1207, d) + x.codecDecodeSelfFromArray(yyl1212, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16785,12 +16840,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1208Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1208Slc - var yyhl1208 bool = l >= 0 - for yyj1208 := 0; ; yyj1208++ { - if yyhl1208 { - if yyj1208 >= l { + var yys1213Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1213Slc + var yyhl1213 bool = l >= 0 + for yyj1213 := 0; ; yyj1213++ { + if yyhl1213 { + if yyj1213 >= l { break } } else { @@ -16799,10 +16854,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1208Slc = r.DecodeBytes(yys1208Slc, true, true) - yys1208 := string(yys1208Slc) + yys1213Slc = r.DecodeBytes(yys1213Slc, true, true) + yys1213 := string(yys1213Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1208 { + switch yys1213 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -16816,9 +16871,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1208) - } // end switch yys1208 - } // end for yyj1208 + z.DecStructFieldNotFound(-1, yys1213) + } // end switch yys1213 + } // end for yyj1213 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16826,16 +16881,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1211 int - var yyb1211 bool - var yyhl1211 bool = l >= 0 - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + var yyj1216 int + var yyb1216 bool + var yyhl1216 bool = l >= 0 + yyj1216++ + if yyhl1216 { + yyb1216 = yyj1216 > l } else { - yyb1211 = r.CheckBreak() + yyb1216 = r.CheckBreak() } - if yyb1211 { + if yyb1216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16845,13 +16900,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1216++ + if yyhl1216 { + yyb1216 = yyj1216 > l } else { - yyb1211 = r.CheckBreak() + yyb1216 = r.CheckBreak() } - if yyb1211 { + if yyb1216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16862,17 +16917,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1211++ - if yyhl1211 { - yyb1211 = yyj1211 > l + yyj1216++ + if yyhl1216 { + yyb1216 = yyj1216 > l } else { - yyb1211 = r.CheckBreak() + yyb1216 = r.CheckBreak() } - if yyb1211 { + if yyb1216 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1211-1, "") + z.DecStructFieldNotFound(yyj1216-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16884,68 +16939,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1214 := z.EncBinary() - _ = yym1214 + yym1219 := z.EncBinary() + _ = yym1219 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1215 := !z.EncBinary() - yy2arr1215 := z.EncBasicHandle().StructToArray - var yyq1215 [1]bool - _, _, _ = yysep1215, yyq1215, yy2arr1215 - const yyr1215 bool = false - yyq1215[0] = true - var yynn1215 int - if yyr1215 || yy2arr1215 { + yysep1220 := !z.EncBinary() + yy2arr1220 := z.EncBasicHandle().StructToArray + var yyq1220 [1]bool + _, _, _ = yysep1220, yyq1220, yy2arr1220 + const yyr1220 bool = false + yyq1220[0] = true + var yynn1220 int + if yyr1220 || yy2arr1220 { r.EncodeArrayStart(1) } else { - yynn1215 = 0 - for _, b := range yyq1215 { + yynn1220 = 0 + for _, b := range yyq1220 { if b { - yynn1215++ + yynn1220++ } } - r.EncodeMapStart(yynn1215) - yynn1215 = 0 + r.EncodeMapStart(yynn1220) + yynn1220 = 0 } - if yyr1215 || yy2arr1215 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1215[0] { - yy1217 := &x.StartedAt - yym1218 := z.EncBinary() - _ = yym1218 + if yyq1220[0] { + yy1222 := &x.StartedAt + yym1223 := z.EncBinary() + _ = yym1223 if false { - } else if z.HasExtensions() && z.EncExt(yy1217) { - } else if yym1218 { - z.EncBinaryMarshal(yy1217) - } else if !yym1218 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1217) + } else if z.HasExtensions() && z.EncExt(yy1222) { + } else if yym1223 { + z.EncBinaryMarshal(yy1222) + } else if !yym1223 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1222) } else { - z.EncFallback(yy1217) + z.EncFallback(yy1222) } } else { r.EncodeNil() } } else { - if yyq1215[0] { + if yyq1220[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1219 := &x.StartedAt - yym1220 := z.EncBinary() - _ = yym1220 + yy1224 := &x.StartedAt + yym1225 := z.EncBinary() + _ = yym1225 if false { - } else if z.HasExtensions() && z.EncExt(yy1219) { - } else if yym1220 { - z.EncBinaryMarshal(yy1219) - } else if !yym1220 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1219) + } else if z.HasExtensions() && z.EncExt(yy1224) { + } else if yym1225 { + z.EncBinaryMarshal(yy1224) + } else if !yym1225 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1224) } else { - z.EncFallback(yy1219) + z.EncFallback(yy1224) } } } - if yyr1215 || yy2arr1215 { + if yyr1220 || yy2arr1220 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16958,25 +17013,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1221 := z.DecBinary() - _ = yym1221 + yym1226 := z.DecBinary() + _ = yym1226 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1222 := r.ContainerType() - if yyct1222 == codecSelferValueTypeMap1234 { - yyl1222 := r.ReadMapStart() - if yyl1222 == 0 { + yyct1227 := r.ContainerType() + if yyct1227 == codecSelferValueTypeMap1234 { + yyl1227 := r.ReadMapStart() + if yyl1227 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1222, d) + x.codecDecodeSelfFromMap(yyl1227, d) } - } else if yyct1222 == codecSelferValueTypeArray1234 { - yyl1222 := r.ReadArrayStart() - if yyl1222 == 0 { + } else if yyct1227 == codecSelferValueTypeArray1234 { + yyl1227 := r.ReadArrayStart() + if yyl1227 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1222, d) + x.codecDecodeSelfFromArray(yyl1227, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16988,12 +17043,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1223Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1223Slc - var yyhl1223 bool = l >= 0 - for yyj1223 := 0; ; yyj1223++ { - if yyhl1223 { - if yyj1223 >= l { + var yys1228Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1228Slc + var yyhl1228 bool = l >= 0 + for yyj1228 := 0; ; yyj1228++ { + if yyhl1228 { + if yyj1228 >= l { break } } else { @@ -17002,31 +17057,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1223Slc = r.DecodeBytes(yys1223Slc, true, true) - yys1223 := string(yys1223Slc) + yys1228Slc = r.DecodeBytes(yys1228Slc, true, true) + yys1228 := string(yys1228Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1223 { + switch yys1228 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1224 := &x.StartedAt - yym1225 := z.DecBinary() - _ = yym1225 + yyv1229 := &x.StartedAt + yym1230 := z.DecBinary() + _ = yym1230 if false { - } else if z.HasExtensions() && z.DecExt(yyv1224) { - } else if yym1225 { - z.DecBinaryUnmarshal(yyv1224) - } else if !yym1225 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1224) + } else if z.HasExtensions() && z.DecExt(yyv1229) { + } else if yym1230 { + z.DecBinaryUnmarshal(yyv1229) + } else if !yym1230 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1229) } else { - z.DecFallback(yyv1224, false) + z.DecFallback(yyv1229, false) } } default: - z.DecStructFieldNotFound(-1, yys1223) - } // end switch yys1223 - } // end for yyj1223 + z.DecStructFieldNotFound(-1, yys1228) + } // end switch yys1228 + } // end for yyj1228 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17034,16 +17089,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1226 int - var yyb1226 bool - var yyhl1226 bool = l >= 0 - yyj1226++ - if yyhl1226 { - yyb1226 = yyj1226 > l + var yyj1231 int + var yyb1231 bool + var yyhl1231 bool = l >= 0 + yyj1231++ + if yyhl1231 { + yyb1231 = yyj1231 > l } else { - yyb1226 = r.CheckBreak() + yyb1231 = r.CheckBreak() } - if yyb1226 { + if yyb1231 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17051,31 +17106,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1227 := &x.StartedAt - yym1228 := z.DecBinary() - _ = yym1228 + yyv1232 := &x.StartedAt + yym1233 := z.DecBinary() + _ = yym1233 if false { - } else if z.HasExtensions() && z.DecExt(yyv1227) { - } else if yym1228 { - z.DecBinaryUnmarshal(yyv1227) - } else if !yym1228 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1227) + } else if z.HasExtensions() && z.DecExt(yyv1232) { + } else if yym1233 { + z.DecBinaryUnmarshal(yyv1232) + } else if !yym1233 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1232) } else { - z.DecFallback(yyv1227, false) + z.DecFallback(yyv1232, false) } } for { - yyj1226++ - if yyhl1226 { - yyb1226 = yyj1226 > l + yyj1231++ + if yyhl1231 { + yyb1231 = yyj1231 > l } else { - yyb1226 = r.CheckBreak() + yyb1231 = r.CheckBreak() } - if yyb1226 { + if yyb1231 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1226-1, "") + z.DecStructFieldNotFound(yyj1231-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17087,39 +17142,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1229 := z.EncBinary() - _ = yym1229 + yym1234 := z.EncBinary() + _ = yym1234 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1230 := !z.EncBinary() - yy2arr1230 := z.EncBasicHandle().StructToArray - var yyq1230 [7]bool - _, _, _ = yysep1230, yyq1230, yy2arr1230 - const yyr1230 bool = false - yyq1230[1] = x.Signal != 0 - yyq1230[2] = x.Reason != "" - yyq1230[3] = x.Message != "" - yyq1230[4] = true - yyq1230[5] = true - yyq1230[6] = x.ContainerID != "" - var yynn1230 int - if yyr1230 || yy2arr1230 { + yysep1235 := !z.EncBinary() + yy2arr1235 := z.EncBasicHandle().StructToArray + var yyq1235 [7]bool + _, _, _ = yysep1235, yyq1235, yy2arr1235 + const yyr1235 bool = false + yyq1235[1] = x.Signal != 0 + yyq1235[2] = x.Reason != "" + yyq1235[3] = x.Message != "" + yyq1235[4] = true + yyq1235[5] = true + yyq1235[6] = x.ContainerID != "" + var yynn1235 int + if yyr1235 || yy2arr1235 { r.EncodeArrayStart(7) } else { - yynn1230 = 1 - for _, b := range yyq1230 { + yynn1235 = 1 + for _, b := range yyq1235 { if b { - yynn1230++ + yynn1235++ } } - r.EncodeMapStart(yynn1230) - yynn1230 = 0 + r.EncodeMapStart(yynn1235) + yynn1235 = 0 } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1232 := z.EncBinary() - _ = yym1232 + yym1237 := z.EncBinary() + _ = yym1237 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -17128,18 +17183,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1233 := z.EncBinary() - _ = yym1233 + yym1238 := z.EncBinary() + _ = yym1238 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[1] { - yym1235 := z.EncBinary() - _ = yym1235 + if yyq1235[1] { + yym1240 := z.EncBinary() + _ = yym1240 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -17148,23 +17203,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1230[1] { + if yyq1235[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1236 := z.EncBinary() - _ = yym1236 + yym1241 := z.EncBinary() + _ = yym1241 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[2] { - yym1238 := z.EncBinary() - _ = yym1238 + if yyq1235[2] { + yym1243 := z.EncBinary() + _ = yym1243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -17173,23 +17228,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1230[2] { + if yyq1235[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1239 := z.EncBinary() - _ = yym1239 + yym1244 := z.EncBinary() + _ = yym1244 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[3] { - yym1241 := z.EncBinary() - _ = yym1241 + if yyq1235[3] { + yym1246 := z.EncBinary() + _ = yym1246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -17198,59 +17253,22 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1230[3] { + if yyq1235[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1242 := z.EncBinary() - _ = yym1242 + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[4] { - yy1244 := &x.StartedAt - yym1245 := z.EncBinary() - _ = yym1245 - if false { - } else if z.HasExtensions() && z.EncExt(yy1244) { - } else if yym1245 { - z.EncBinaryMarshal(yy1244) - } else if !yym1245 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1244) - } else { - z.EncFallback(yy1244) - } - } else { - r.EncodeNil() - } - } else { - if yyq1230[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startedAt")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1246 := &x.StartedAt - yym1247 := z.EncBinary() - _ = yym1247 - if false { - } else if z.HasExtensions() && z.EncExt(yy1246) { - } else if yym1247 { - z.EncBinaryMarshal(yy1246) - } else if !yym1247 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1246) - } else { - z.EncFallback(yy1246) - } - } - } - if yyr1230 || yy2arr1230 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[5] { - yy1249 := &x.FinishedAt + if yyq1235[4] { + yy1249 := &x.StartedAt yym1250 := z.EncBinary() _ = yym1250 if false { @@ -17266,11 +17284,11 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1230[5] { + if yyq1235[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1251 := &x.FinishedAt + yy1251 := &x.StartedAt yym1252 := z.EncBinary() _ = yym1252 if false { @@ -17284,11 +17302,48 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1230[6] { - yym1254 := z.EncBinary() - _ = yym1254 + if yyq1235[5] { + yy1254 := &x.FinishedAt + yym1255 := z.EncBinary() + _ = yym1255 + if false { + } else if z.HasExtensions() && z.EncExt(yy1254) { + } else if yym1255 { + z.EncBinaryMarshal(yy1254) + } else if !yym1255 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1254) + } else { + z.EncFallback(yy1254) + } + } else { + r.EncodeNil() + } + } else { + if yyq1235[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1256 := &x.FinishedAt + yym1257 := z.EncBinary() + _ = yym1257 + if false { + } else if z.HasExtensions() && z.EncExt(yy1256) { + } else if yym1257 { + z.EncBinaryMarshal(yy1256) + } else if !yym1257 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1256) + } else { + z.EncFallback(yy1256) + } + } + } + if yyr1235 || yy2arr1235 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1235[6] { + yym1259 := z.EncBinary() + _ = yym1259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -17297,19 +17352,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1230[6] { + if yyq1235[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1255 := z.EncBinary() - _ = yym1255 + yym1260 := z.EncBinary() + _ = yym1260 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1230 || yy2arr1230 { + if yyr1235 || yy2arr1235 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17322,25 +17377,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1256 := z.DecBinary() - _ = yym1256 + yym1261 := z.DecBinary() + _ = yym1261 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1257 := r.ContainerType() - if yyct1257 == codecSelferValueTypeMap1234 { - yyl1257 := r.ReadMapStart() - if yyl1257 == 0 { + yyct1262 := r.ContainerType() + if yyct1262 == codecSelferValueTypeMap1234 { + yyl1262 := r.ReadMapStart() + if yyl1262 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1257, d) + x.codecDecodeSelfFromMap(yyl1262, d) } - } else if yyct1257 == codecSelferValueTypeArray1234 { - yyl1257 := r.ReadArrayStart() - if yyl1257 == 0 { + } else if yyct1262 == codecSelferValueTypeArray1234 { + yyl1262 := r.ReadArrayStart() + if yyl1262 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1257, d) + x.codecDecodeSelfFromArray(yyl1262, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17352,12 +17407,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1258Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1258Slc - var yyhl1258 bool = l >= 0 - for yyj1258 := 0; ; yyj1258++ { - if yyhl1258 { - if yyj1258 >= l { + var yys1263Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1263Slc + var yyhl1263 bool = l >= 0 + for yyj1263 := 0; ; yyj1263++ { + if yyhl1263 { + if yyj1263 >= l { break } } else { @@ -17366,10 +17421,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1258Slc = r.DecodeBytes(yys1258Slc, true, true) - yys1258 := string(yys1258Slc) + yys1263Slc = r.DecodeBytes(yys1263Slc, true, true) + yys1263 := string(yys1263Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1258 { + switch yys1263 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -17398,34 +17453,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1263 := &x.StartedAt - yym1264 := z.DecBinary() - _ = yym1264 + yyv1268 := &x.StartedAt + yym1269 := z.DecBinary() + _ = yym1269 if false { - } else if z.HasExtensions() && z.DecExt(yyv1263) { - } else if yym1264 { - z.DecBinaryUnmarshal(yyv1263) - } else if !yym1264 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1263) + } else if z.HasExtensions() && z.DecExt(yyv1268) { + } else if yym1269 { + z.DecBinaryUnmarshal(yyv1268) + } else if !yym1269 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1268) } else { - z.DecFallback(yyv1263, false) + z.DecFallback(yyv1268, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1265 := &x.FinishedAt - yym1266 := z.DecBinary() - _ = yym1266 + yyv1270 := &x.FinishedAt + yym1271 := z.DecBinary() + _ = yym1271 if false { - } else if z.HasExtensions() && z.DecExt(yyv1265) { - } else if yym1266 { - z.DecBinaryUnmarshal(yyv1265) - } else if !yym1266 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1265) + } else if z.HasExtensions() && z.DecExt(yyv1270) { + } else if yym1271 { + z.DecBinaryUnmarshal(yyv1270) + } else if !yym1271 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1270) } else { - z.DecFallback(yyv1265, false) + z.DecFallback(yyv1270, false) } } case "containerID": @@ -17435,9 +17490,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1258) - } // end switch yys1258 - } // end for yyj1258 + z.DecStructFieldNotFound(-1, yys1263) + } // end switch yys1263 + } // end for yyj1263 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17445,16 +17500,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1268 int - var yyb1268 bool - var yyhl1268 bool = l >= 0 - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + var yyj1273 int + var yyb1273 bool + var yyhl1273 bool = l >= 0 + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17464,13 +17519,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17480,13 +17535,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17496,13 +17551,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17512,13 +17567,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17526,26 +17581,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1273 := &x.StartedAt - yym1274 := z.DecBinary() - _ = yym1274 + yyv1278 := &x.StartedAt + yym1279 := z.DecBinary() + _ = yym1279 if false { - } else if z.HasExtensions() && z.DecExt(yyv1273) { - } else if yym1274 { - z.DecBinaryUnmarshal(yyv1273) - } else if !yym1274 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1273) + } else if z.HasExtensions() && z.DecExt(yyv1278) { + } else if yym1279 { + z.DecBinaryUnmarshal(yyv1278) + } else if !yym1279 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1278) } else { - z.DecFallback(yyv1273, false) + z.DecFallback(yyv1278, false) } } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17553,26 +17608,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1275 := &x.FinishedAt - yym1276 := z.DecBinary() - _ = yym1276 + yyv1280 := &x.FinishedAt + yym1281 := z.DecBinary() + _ = yym1281 if false { - } else if z.HasExtensions() && z.DecExt(yyv1275) { - } else if yym1276 { - z.DecBinaryUnmarshal(yyv1275) - } else if !yym1276 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1275) + } else if z.HasExtensions() && z.DecExt(yyv1280) { + } else if yym1281 { + z.DecBinaryUnmarshal(yyv1280) + } else if !yym1281 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1280) } else { - z.DecFallback(yyv1275, false) + z.DecFallback(yyv1280, false) } } - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17583,17 +17638,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1268++ - if yyhl1268 { - yyb1268 = yyj1268 > l + yyj1273++ + if yyhl1273 { + yyb1273 = yyj1273 > l } else { - yyb1268 = r.CheckBreak() + yyb1273 = r.CheckBreak() } - if yyb1268 { + if yyb1273 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1268-1, "") + z.DecStructFieldNotFound(yyj1273-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17605,35 +17660,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1278 := z.EncBinary() - _ = yym1278 + yym1283 := z.EncBinary() + _ = yym1283 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1279 := !z.EncBinary() - yy2arr1279 := z.EncBasicHandle().StructToArray - var yyq1279 [3]bool - _, _, _ = yysep1279, yyq1279, yy2arr1279 - const yyr1279 bool = false - yyq1279[0] = x.Waiting != nil - yyq1279[1] = x.Running != nil - yyq1279[2] = x.Terminated != nil - var yynn1279 int - if yyr1279 || yy2arr1279 { + yysep1284 := !z.EncBinary() + yy2arr1284 := z.EncBasicHandle().StructToArray + var yyq1284 [3]bool + _, _, _ = yysep1284, yyq1284, yy2arr1284 + const yyr1284 bool = false + yyq1284[0] = x.Waiting != nil + yyq1284[1] = x.Running != nil + yyq1284[2] = x.Terminated != nil + var yynn1284 int + if yyr1284 || yy2arr1284 { r.EncodeArrayStart(3) } else { - yynn1279 = 0 - for _, b := range yyq1279 { + yynn1284 = 0 + for _, b := range yyq1284 { if b { - yynn1279++ + yynn1284++ } } - r.EncodeMapStart(yynn1279) - yynn1279 = 0 + r.EncodeMapStart(yynn1284) + yynn1284 = 0 } - if yyr1279 || yy2arr1279 { + if yyr1284 || yy2arr1284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1279[0] { + if yyq1284[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -17643,7 +17698,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1279[0] { + if yyq1284[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17654,9 +17709,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1279 || yy2arr1279 { + if yyr1284 || yy2arr1284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1279[1] { + if yyq1284[1] { if x.Running == nil { r.EncodeNil() } else { @@ -17666,7 +17721,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1279[1] { + if yyq1284[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17677,9 +17732,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1279 || yy2arr1279 { + if yyr1284 || yy2arr1284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1279[2] { + if yyq1284[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -17689,7 +17744,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1279[2] { + if yyq1284[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17700,7 +17755,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1279 || yy2arr1279 { + if yyr1284 || yy2arr1284 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17713,25 +17768,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1283 := z.DecBinary() - _ = yym1283 + yym1288 := z.DecBinary() + _ = yym1288 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1284 := r.ContainerType() - if yyct1284 == codecSelferValueTypeMap1234 { - yyl1284 := r.ReadMapStart() - if yyl1284 == 0 { + yyct1289 := r.ContainerType() + if yyct1289 == codecSelferValueTypeMap1234 { + yyl1289 := r.ReadMapStart() + if yyl1289 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1284, d) + x.codecDecodeSelfFromMap(yyl1289, d) } - } else if yyct1284 == codecSelferValueTypeArray1234 { - yyl1284 := r.ReadArrayStart() - if yyl1284 == 0 { + } else if yyct1289 == codecSelferValueTypeArray1234 { + yyl1289 := r.ReadArrayStart() + if yyl1289 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1284, d) + x.codecDecodeSelfFromArray(yyl1289, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17743,12 +17798,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1285Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1285Slc - var yyhl1285 bool = l >= 0 - for yyj1285 := 0; ; yyj1285++ { - if yyhl1285 { - if yyj1285 >= l { + var yys1290Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1290Slc + var yyhl1290 bool = l >= 0 + for yyj1290 := 0; ; yyj1290++ { + if yyhl1290 { + if yyj1290 >= l { break } } else { @@ -17757,10 +17812,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1285Slc = r.DecodeBytes(yys1285Slc, true, true) - yys1285 := string(yys1285Slc) + yys1290Slc = r.DecodeBytes(yys1290Slc, true, true) + yys1290 := string(yys1290Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1285 { + switch yys1290 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -17795,9 +17850,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1285) - } // end switch yys1285 - } // end for yyj1285 + z.DecStructFieldNotFound(-1, yys1290) + } // end switch yys1290 + } // end for yyj1290 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17805,16 +17860,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1289 int - var yyb1289 bool - var yyhl1289 bool = l >= 0 - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + var yyj1294 int + var yyb1294 bool + var yyhl1294 bool = l >= 0 + yyj1294++ + if yyhl1294 { + yyb1294 = yyj1294 > l } else { - yyb1289 = r.CheckBreak() + yyb1294 = r.CheckBreak() } - if yyb1289 { + if yyb1294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17829,13 +17884,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + yyj1294++ + if yyhl1294 { + yyb1294 = yyj1294 > l } else { - yyb1289 = r.CheckBreak() + yyb1294 = r.CheckBreak() } - if yyb1289 { + if yyb1294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17850,13 +17905,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + yyj1294++ + if yyhl1294 { + yyb1294 = yyj1294 > l } else { - yyb1289 = r.CheckBreak() + yyb1294 = r.CheckBreak() } - if yyb1289 { + if yyb1294 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17872,17 +17927,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1289++ - if yyhl1289 { - yyb1289 = yyj1289 > l + yyj1294++ + if yyhl1294 { + yyb1294 = yyj1294 > l } else { - yyb1289 = r.CheckBreak() + yyb1294 = r.CheckBreak() } - if yyb1289 { + if yyb1294 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1289-1, "") + z.DecStructFieldNotFound(yyj1294-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17894,36 +17949,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1293 := z.EncBinary() - _ = yym1293 + yym1298 := z.EncBinary() + _ = yym1298 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1294 := !z.EncBinary() - yy2arr1294 := z.EncBasicHandle().StructToArray - var yyq1294 [8]bool - _, _, _ = yysep1294, yyq1294, yy2arr1294 - const yyr1294 bool = false - yyq1294[1] = true - yyq1294[2] = true - yyq1294[7] = x.ContainerID != "" - var yynn1294 int - if yyr1294 || yy2arr1294 { + yysep1299 := !z.EncBinary() + yy2arr1299 := z.EncBasicHandle().StructToArray + var yyq1299 [8]bool + _, _, _ = yysep1299, yyq1299, yy2arr1299 + const yyr1299 bool = false + yyq1299[1] = true + yyq1299[2] = true + yyq1299[7] = x.ContainerID != "" + var yynn1299 int + if yyr1299 || yy2arr1299 { r.EncodeArrayStart(8) } else { - yynn1294 = 5 - for _, b := range yyq1294 { + yynn1299 = 5 + for _, b := range yyq1299 { if b { - yynn1294++ + yynn1299++ } } - r.EncodeMapStart(yynn1294) - yynn1294 = 0 + r.EncodeMapStart(yynn1299) + yynn1299 = 0 } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1296 := z.EncBinary() - _ = yym1296 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17932,51 +17987,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1297 := z.EncBinary() - _ = yym1297 + yym1302 := z.EncBinary() + _ = yym1302 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1294[1] { - yy1299 := &x.State - yy1299.CodecEncodeSelf(e) + if yyq1299[1] { + yy1304 := &x.State + yy1304.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1294[1] { + if yyq1299[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1300 := &x.State - yy1300.CodecEncodeSelf(e) + yy1305 := &x.State + yy1305.CodecEncodeSelf(e) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1294[2] { - yy1302 := &x.LastTerminationState - yy1302.CodecEncodeSelf(e) + if yyq1299[2] { + yy1307 := &x.LastTerminationState + yy1307.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1294[2] { + if yyq1299[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1303 := &x.LastTerminationState - yy1303.CodecEncodeSelf(e) + yy1308 := &x.LastTerminationState + yy1308.CodecEncodeSelf(e) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1305 := z.EncBinary() - _ = yym1305 + yym1310 := z.EncBinary() + _ = yym1310 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -17985,17 +18040,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1306 := z.EncBinary() - _ = yym1306 + yym1311 := z.EncBinary() + _ = yym1311 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1308 := z.EncBinary() - _ = yym1308 + yym1313 := z.EncBinary() + _ = yym1313 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -18004,17 +18059,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1309 := z.EncBinary() - _ = yym1309 + yym1314 := z.EncBinary() + _ = yym1314 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1311 := z.EncBinary() - _ = yym1311 + yym1316 := z.EncBinary() + _ = yym1316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -18023,17 +18078,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1312 := z.EncBinary() - _ = yym1312 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1314 := z.EncBinary() - _ = yym1314 + yym1319 := z.EncBinary() + _ = yym1319 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -18042,18 +18097,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1315 := z.EncBinary() - _ = yym1315 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1294[7] { - yym1317 := z.EncBinary() - _ = yym1317 + if yyq1299[7] { + yym1322 := z.EncBinary() + _ = yym1322 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -18062,19 +18117,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1294[7] { + if yyq1299[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1318 := z.EncBinary() - _ = yym1318 + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1294 || yy2arr1294 { + if yyr1299 || yy2arr1299 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18087,25 +18142,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1319 := z.DecBinary() - _ = yym1319 + yym1324 := z.DecBinary() + _ = yym1324 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1320 := r.ContainerType() - if yyct1320 == codecSelferValueTypeMap1234 { - yyl1320 := r.ReadMapStart() - if yyl1320 == 0 { + yyct1325 := r.ContainerType() + if yyct1325 == codecSelferValueTypeMap1234 { + yyl1325 := r.ReadMapStart() + if yyl1325 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1320, d) + x.codecDecodeSelfFromMap(yyl1325, d) } - } else if yyct1320 == codecSelferValueTypeArray1234 { - yyl1320 := r.ReadArrayStart() - if yyl1320 == 0 { + } else if yyct1325 == codecSelferValueTypeArray1234 { + yyl1325 := r.ReadArrayStart() + if yyl1325 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1320, d) + x.codecDecodeSelfFromArray(yyl1325, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18117,12 +18172,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1321Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1321Slc - var yyhl1321 bool = l >= 0 - for yyj1321 := 0; ; yyj1321++ { - if yyhl1321 { - if yyj1321 >= l { + var yys1326Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1326Slc + var yyhl1326 bool = l >= 0 + for yyj1326 := 0; ; yyj1326++ { + if yyhl1326 { + if yyj1326 >= l { break } } else { @@ -18131,10 +18186,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1321Slc = r.DecodeBytes(yys1321Slc, true, true) - yys1321 := string(yys1321Slc) + yys1326Slc = r.DecodeBytes(yys1326Slc, true, true) + yys1326 := string(yys1326Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1321 { + switch yys1326 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18145,15 +18200,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1323 := &x.State - yyv1323.CodecDecodeSelf(d) + yyv1328 := &x.State + yyv1328.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1324 := &x.LastTerminationState - yyv1324.CodecDecodeSelf(d) + yyv1329 := &x.LastTerminationState + yyv1329.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -18186,9 +18241,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1321) - } // end switch yys1321 - } // end for yyj1321 + z.DecStructFieldNotFound(-1, yys1326) + } // end switch yys1326 + } // end for yyj1326 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18196,16 +18251,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1330 int - var yyb1330 bool - var yyhl1330 bool = l >= 0 - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + var yyj1335 int + var yyb1335 bool + var yyhl1335 bool = l >= 0 + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18215,13 +18270,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18229,16 +18284,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1332 := &x.State - yyv1332.CodecDecodeSelf(d) + yyv1337 := &x.State + yyv1337.CodecDecodeSelf(d) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18246,16 +18301,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1333 := &x.LastTerminationState - yyv1333.CodecDecodeSelf(d) + yyv1338 := &x.LastTerminationState + yyv1338.CodecDecodeSelf(d) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18265,13 +18320,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18281,13 +18336,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18297,13 +18352,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18313,13 +18368,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18330,17 +18385,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1330++ - if yyhl1330 { - yyb1330 = yyj1330 > l + yyj1335++ + if yyhl1335 { + yyb1335 = yyj1335 > l } else { - yyb1330 = r.CheckBreak() + yyb1335 = r.CheckBreak() } - if yyb1330 { + if yyb1335 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1330-1, "") + z.DecStructFieldNotFound(yyj1335-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18349,8 +18404,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1339 := z.EncBinary() - _ = yym1339 + yym1344 := z.EncBinary() + _ = yym1344 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18362,8 +18417,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1340 := z.DecBinary() - _ = yym1340 + yym1345 := z.DecBinary() + _ = yym1345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18375,8 +18430,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1341 := z.EncBinary() - _ = yym1341 + yym1346 := z.EncBinary() + _ = yym1346 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18388,8 +18443,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1342 := z.DecBinary() - _ = yym1342 + yym1347 := z.DecBinary() + _ = yym1347 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18404,34 +18459,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1343 := z.EncBinary() - _ = yym1343 + yym1348 := z.EncBinary() + _ = yym1348 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1344 := !z.EncBinary() - yy2arr1344 := z.EncBasicHandle().StructToArray - var yyq1344 [6]bool - _, _, _ = yysep1344, yyq1344, yy2arr1344 - const yyr1344 bool = false - yyq1344[2] = true - yyq1344[3] = true - yyq1344[4] = x.Reason != "" - yyq1344[5] = x.Message != "" - var yynn1344 int - if yyr1344 || yy2arr1344 { + yysep1349 := !z.EncBinary() + yy2arr1349 := z.EncBasicHandle().StructToArray + var yyq1349 [6]bool + _, _, _ = yysep1349, yyq1349, yy2arr1349 + const yyr1349 bool = false + yyq1349[2] = true + yyq1349[3] = true + yyq1349[4] = x.Reason != "" + yyq1349[5] = x.Message != "" + var yynn1349 int + if yyr1349 || yy2arr1349 { r.EncodeArrayStart(6) } else { - yynn1344 = 2 - for _, b := range yyq1344 { + yynn1349 = 2 + for _, b := range yyq1349 { if b { - yynn1344++ + yynn1349++ } } - r.EncodeMapStart(yynn1344) - yynn1344 = 0 + r.EncodeMapStart(yynn1349) + yynn1349 = 0 } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -18440,7 +18495,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -18449,47 +18504,10 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[2] { - yy1348 := &x.LastProbeTime - yym1349 := z.EncBinary() - _ = yym1349 - if false { - } else if z.HasExtensions() && z.EncExt(yy1348) { - } else if yym1349 { - z.EncBinaryMarshal(yy1348) - } else if !yym1349 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1348) - } else { - z.EncFallback(yy1348) - } - } else { - r.EncodeNil() - } - } else { - if yyq1344[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1350 := &x.LastProbeTime - yym1351 := z.EncBinary() - _ = yym1351 - if false { - } else if z.HasExtensions() && z.EncExt(yy1350) { - } else if yym1351 { - z.EncBinaryMarshal(yy1350) - } else if !yym1351 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1350) - } else { - z.EncFallback(yy1350) - } - } - } - if yyr1344 || yy2arr1344 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[3] { - yy1353 := &x.LastTransitionTime + if yyq1349[2] { + yy1353 := &x.LastProbeTime yym1354 := z.EncBinary() _ = yym1354 if false { @@ -18505,11 +18523,11 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1344[3] { + if yyq1349[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1355 := &x.LastTransitionTime + yy1355 := &x.LastProbeTime yym1356 := z.EncBinary() _ = yym1356 if false { @@ -18523,36 +18541,73 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[4] { - yym1358 := z.EncBinary() - _ = yym1358 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1344[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq1349[3] { + yy1358 := &x.LastTransitionTime yym1359 := z.EncBinary() _ = yym1359 if false { + } else if z.HasExtensions() && z.EncExt(yy1358) { + } else if yym1359 { + z.EncBinaryMarshal(yy1358) + } else if !yym1359 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1358) + } else { + z.EncFallback(yy1358) + } + } else { + r.EncodeNil() + } + } else { + if yyq1349[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1360 := &x.LastTransitionTime + yym1361 := z.EncBinary() + _ = yym1361 + if false { + } else if z.HasExtensions() && z.EncExt(yy1360) { + } else if yym1361 { + z.EncBinaryMarshal(yy1360) + } else if !yym1361 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1360) + } else { + z.EncFallback(yy1360) + } + } + } + if yyr1349 || yy2arr1349 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1349[4] { + yym1363 := z.EncBinary() + _ = yym1363 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1349[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1364 := z.EncBinary() + _ = yym1364 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1344[5] { - yym1361 := z.EncBinary() - _ = yym1361 + if yyq1349[5] { + yym1366 := z.EncBinary() + _ = yym1366 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -18561,19 +18616,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1344[5] { + if yyq1349[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1362 := z.EncBinary() - _ = yym1362 + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1344 || yy2arr1344 { + if yyr1349 || yy2arr1349 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18586,25 +18641,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1363 := z.DecBinary() - _ = yym1363 + yym1368 := z.DecBinary() + _ = yym1368 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1364 := r.ContainerType() - if yyct1364 == codecSelferValueTypeMap1234 { - yyl1364 := r.ReadMapStart() - if yyl1364 == 0 { + yyct1369 := r.ContainerType() + if yyct1369 == codecSelferValueTypeMap1234 { + yyl1369 := r.ReadMapStart() + if yyl1369 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1364, d) + x.codecDecodeSelfFromMap(yyl1369, d) } - } else if yyct1364 == codecSelferValueTypeArray1234 { - yyl1364 := r.ReadArrayStart() - if yyl1364 == 0 { + } else if yyct1369 == codecSelferValueTypeArray1234 { + yyl1369 := r.ReadArrayStart() + if yyl1369 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1364, d) + x.codecDecodeSelfFromArray(yyl1369, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18616,12 +18671,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1365Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1365Slc - var yyhl1365 bool = l >= 0 - for yyj1365 := 0; ; yyj1365++ { - if yyhl1365 { - if yyj1365 >= l { + var yys1370Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1370Slc + var yyhl1370 bool = l >= 0 + for yyj1370 := 0; ; yyj1370++ { + if yyhl1370 { + if yyj1370 >= l { break } } else { @@ -18630,10 +18685,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1365Slc = r.DecodeBytes(yys1365Slc, true, true) - yys1365 := string(yys1365Slc) + yys1370Slc = r.DecodeBytes(yys1370Slc, true, true) + yys1370 := string(yys1370Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1365 { + switch yys1370 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -18650,34 +18705,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1368 := &x.LastProbeTime - yym1369 := z.DecBinary() - _ = yym1369 + yyv1373 := &x.LastProbeTime + yym1374 := z.DecBinary() + _ = yym1374 if false { - } else if z.HasExtensions() && z.DecExt(yyv1368) { - } else if yym1369 { - z.DecBinaryUnmarshal(yyv1368) - } else if !yym1369 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1368) + } else if z.HasExtensions() && z.DecExt(yyv1373) { + } else if yym1374 { + z.DecBinaryUnmarshal(yyv1373) + } else if !yym1374 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1373) } else { - z.DecFallback(yyv1368, false) + z.DecFallback(yyv1373, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1370 := &x.LastTransitionTime - yym1371 := z.DecBinary() - _ = yym1371 + yyv1375 := &x.LastTransitionTime + yym1376 := z.DecBinary() + _ = yym1376 if false { - } else if z.HasExtensions() && z.DecExt(yyv1370) { - } else if yym1371 { - z.DecBinaryUnmarshal(yyv1370) - } else if !yym1371 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1370) + } else if z.HasExtensions() && z.DecExt(yyv1375) { + } else if yym1376 { + z.DecBinaryUnmarshal(yyv1375) + } else if !yym1376 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1375) } else { - z.DecFallback(yyv1370, false) + z.DecFallback(yyv1375, false) } } case "reason": @@ -18693,9 +18748,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1365) - } // end switch yys1365 - } // end for yyj1365 + z.DecStructFieldNotFound(-1, yys1370) + } // end switch yys1370 + } // end for yyj1370 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18703,16 +18758,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1374 int - var yyb1374 bool - var yyhl1374 bool = l >= 0 - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + var yyj1379 int + var yyb1379 bool + var yyhl1379 bool = l >= 0 + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18722,13 +18777,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18738,13 +18793,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18752,26 +18807,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1377 := &x.LastProbeTime - yym1378 := z.DecBinary() - _ = yym1378 + yyv1382 := &x.LastProbeTime + yym1383 := z.DecBinary() + _ = yym1383 if false { - } else if z.HasExtensions() && z.DecExt(yyv1377) { - } else if yym1378 { - z.DecBinaryUnmarshal(yyv1377) - } else if !yym1378 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1377) + } else if z.HasExtensions() && z.DecExt(yyv1382) { + } else if yym1383 { + z.DecBinaryUnmarshal(yyv1382) + } else if !yym1383 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1382) } else { - z.DecFallback(yyv1377, false) + z.DecFallback(yyv1382, false) } } - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18779,26 +18834,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1379 := &x.LastTransitionTime - yym1380 := z.DecBinary() - _ = yym1380 + yyv1384 := &x.LastTransitionTime + yym1385 := z.DecBinary() + _ = yym1385 if false { - } else if z.HasExtensions() && z.DecExt(yyv1379) { - } else if yym1380 { - z.DecBinaryUnmarshal(yyv1379) - } else if !yym1380 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1379) + } else if z.HasExtensions() && z.DecExt(yyv1384) { + } else if yym1385 { + z.DecBinaryUnmarshal(yyv1384) + } else if !yym1385 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1384) } else { - z.DecFallback(yyv1379, false) + z.DecFallback(yyv1384, false) } } - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18808,13 +18863,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18825,17 +18880,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1374++ - if yyhl1374 { - yyb1374 = yyj1374 > l + yyj1379++ + if yyhl1379 { + yyb1379 = yyj1379 > l } else { - yyb1374 = r.CheckBreak() + yyb1379 = r.CheckBreak() } - if yyb1374 { + if yyb1379 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1374-1, "") + z.DecStructFieldNotFound(yyj1379-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18844,8 +18899,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1383 := z.EncBinary() - _ = yym1383 + yym1388 := z.EncBinary() + _ = yym1388 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18857,8 +18912,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1384 := z.DecBinary() - _ = yym1384 + yym1389 := z.DecBinary() + _ = yym1389 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18873,37 +18928,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1385 := z.EncBinary() - _ = yym1385 + yym1390 := z.EncBinary() + _ = yym1390 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1386 := !z.EncBinary() - yy2arr1386 := z.EncBasicHandle().StructToArray - var yyq1386 [4]bool - _, _, _ = yysep1386, yyq1386, yy2arr1386 - const yyr1386 bool = false - yyq1386[0] = x.Kind != "" - yyq1386[1] = x.APIVersion != "" - yyq1386[2] = true - var yynn1386 int - if yyr1386 || yy2arr1386 { + yysep1391 := !z.EncBinary() + yy2arr1391 := z.EncBasicHandle().StructToArray + var yyq1391 [4]bool + _, _, _ = yysep1391, yyq1391, yy2arr1391 + const yyr1391 bool = false + yyq1391[0] = x.Kind != "" + yyq1391[1] = x.APIVersion != "" + yyq1391[2] = true + var yynn1391 int + if yyr1391 || yy2arr1391 { r.EncodeArrayStart(4) } else { - yynn1386 = 1 - for _, b := range yyq1386 { + yynn1391 = 1 + for _, b := range yyq1391 { if b { - yynn1386++ + yynn1391++ } } - r.EncodeMapStart(yynn1386) - yynn1386 = 0 + r.EncodeMapStart(yynn1391) + yynn1391 = 0 } - if yyr1386 || yy2arr1386 { + if yyr1391 || yy2arr1391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[0] { - yym1388 := z.EncBinary() - _ = yym1388 + if yyq1391[0] { + yym1393 := z.EncBinary() + _ = yym1393 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -18912,23 +18967,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1386[0] { + if yyq1391[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1389 := z.EncBinary() - _ = yym1389 + yym1394 := z.EncBinary() + _ = yym1394 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1386 || yy2arr1386 { + if yyr1391 || yy2arr1391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[1] { - yym1391 := z.EncBinary() - _ = yym1391 + if yyq1391[1] { + yym1396 := z.EncBinary() + _ = yym1396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -18937,54 +18992,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1386[1] { + if yyq1391[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1392 := z.EncBinary() - _ = yym1392 + yym1397 := z.EncBinary() + _ = yym1397 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1386 || yy2arr1386 { + if yyr1391 || yy2arr1391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1386[2] { - yy1394 := &x.ListMeta - yym1395 := z.EncBinary() - _ = yym1395 + if yyq1391[2] { + yy1399 := &x.ListMeta + yym1400 := z.EncBinary() + _ = yym1400 if false { - } else if z.HasExtensions() && z.EncExt(yy1394) { + } else if z.HasExtensions() && z.EncExt(yy1399) { } else { - z.EncFallback(yy1394) + z.EncFallback(yy1399) } } else { r.EncodeNil() } } else { - if yyq1386[2] { + if yyq1391[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1396 := &x.ListMeta - yym1397 := z.EncBinary() - _ = yym1397 + yy1401 := &x.ListMeta + yym1402 := z.EncBinary() + _ = yym1402 if false { - } else if z.HasExtensions() && z.EncExt(yy1396) { + } else if z.HasExtensions() && z.EncExt(yy1401) { } else { - z.EncFallback(yy1396) + z.EncFallback(yy1401) } } } - if yyr1386 || yy2arr1386 { + if yyr1391 || yy2arr1391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1399 := z.EncBinary() - _ = yym1399 + yym1404 := z.EncBinary() + _ = yym1404 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -18997,15 +19052,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1400 := z.EncBinary() - _ = yym1400 + yym1405 := z.EncBinary() + _ = yym1405 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1386 || yy2arr1386 { + if yyr1391 || yy2arr1391 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19018,25 +19073,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1401 := z.DecBinary() - _ = yym1401 + yym1406 := z.DecBinary() + _ = yym1406 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1402 := r.ContainerType() - if yyct1402 == codecSelferValueTypeMap1234 { - yyl1402 := r.ReadMapStart() - if yyl1402 == 0 { + yyct1407 := r.ContainerType() + if yyct1407 == codecSelferValueTypeMap1234 { + yyl1407 := r.ReadMapStart() + if yyl1407 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1402, d) + x.codecDecodeSelfFromMap(yyl1407, d) } - } else if yyct1402 == codecSelferValueTypeArray1234 { - yyl1402 := r.ReadArrayStart() - if yyl1402 == 0 { + } else if yyct1407 == codecSelferValueTypeArray1234 { + yyl1407 := r.ReadArrayStart() + if yyl1407 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1402, d) + x.codecDecodeSelfFromArray(yyl1407, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19048,12 +19103,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1403Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1403Slc - var yyhl1403 bool = l >= 0 - for yyj1403 := 0; ; yyj1403++ { - if yyhl1403 { - if yyj1403 >= l { + var yys1408Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1408Slc + var yyhl1408 bool = l >= 0 + for yyj1408 := 0; ; yyj1408++ { + if yyhl1408 { + if yyj1408 >= l { break } } else { @@ -19062,10 +19117,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1403Slc = r.DecodeBytes(yys1403Slc, true, true) - yys1403 := string(yys1403Slc) + yys1408Slc = r.DecodeBytes(yys1408Slc, true, true) + yys1408 := string(yys1408Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1403 { + switch yys1408 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -19082,31 +19137,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1406 := &x.ListMeta - yym1407 := z.DecBinary() - _ = yym1407 + yyv1411 := &x.ListMeta + yym1412 := z.DecBinary() + _ = yym1412 if false { - } else if z.HasExtensions() && z.DecExt(yyv1406) { + } else if z.HasExtensions() && z.DecExt(yyv1411) { } else { - z.DecFallback(yyv1406, false) + z.DecFallback(yyv1411, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1408 := &x.Items - yym1409 := z.DecBinary() - _ = yym1409 + yyv1413 := &x.Items + yym1414 := z.DecBinary() + _ = yym1414 if false { } else { - h.decSlicePod((*[]Pod)(yyv1408), d) + h.decSlicePod((*[]Pod)(yyv1413), d) } } default: - z.DecStructFieldNotFound(-1, yys1403) - } // end switch yys1403 - } // end for yyj1403 + z.DecStructFieldNotFound(-1, yys1408) + } // end switch yys1408 + } // end for yyj1408 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19114,16 +19169,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1410 int - var yyb1410 bool - var yyhl1410 bool = l >= 0 - yyj1410++ - if yyhl1410 { - yyb1410 = yyj1410 > l + var yyj1415 int + var yyb1415 bool + var yyhl1415 bool = l >= 0 + yyj1415++ + if yyhl1415 { + yyb1415 = yyj1415 > l } else { - yyb1410 = r.CheckBreak() + yyb1415 = r.CheckBreak() } - if yyb1410 { + if yyb1415 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19133,13 +19188,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1410++ - if yyhl1410 { - yyb1410 = yyj1410 > l + yyj1415++ + if yyhl1415 { + yyb1415 = yyj1415 > l } else { - yyb1410 = r.CheckBreak() + yyb1415 = r.CheckBreak() } - if yyb1410 { + if yyb1415 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19149,13 +19204,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1410++ - if yyhl1410 { - yyb1410 = yyj1410 > l + yyj1415++ + if yyhl1415 { + yyb1415 = yyj1415 > l } else { - yyb1410 = r.CheckBreak() + yyb1415 = r.CheckBreak() } - if yyb1410 { + if yyb1415 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19163,22 +19218,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1413 := &x.ListMeta - yym1414 := z.DecBinary() - _ = yym1414 + yyv1418 := &x.ListMeta + yym1419 := z.DecBinary() + _ = yym1419 if false { - } else if z.HasExtensions() && z.DecExt(yyv1413) { + } else if z.HasExtensions() && z.DecExt(yyv1418) { } else { - z.DecFallback(yyv1413, false) + z.DecFallback(yyv1418, false) } } - yyj1410++ - if yyhl1410 { - yyb1410 = yyj1410 > l + yyj1415++ + if yyhl1415 { + yyb1415 = yyj1415 > l } else { - yyb1410 = r.CheckBreak() + yyb1415 = r.CheckBreak() } - if yyb1410 { + if yyb1415 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19186,26 +19241,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1415 := &x.Items - yym1416 := z.DecBinary() - _ = yym1416 + yyv1420 := &x.Items + yym1421 := z.DecBinary() + _ = yym1421 if false { } else { - h.decSlicePod((*[]Pod)(yyv1415), d) + h.decSlicePod((*[]Pod)(yyv1420), d) } } for { - yyj1410++ - if yyhl1410 { - yyb1410 = yyj1410 > l + yyj1415++ + if yyhl1415 { + yyb1415 = yyj1415 > l } else { - yyb1410 = r.CheckBreak() + yyb1415 = r.CheckBreak() } - if yyb1410 { + if yyb1415 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1410-1, "") + z.DecStructFieldNotFound(yyj1415-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19214,8 +19269,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1417 := z.EncBinary() - _ = yym1417 + yym1422 := z.EncBinary() + _ = yym1422 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19227,8 +19282,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1418 := z.DecBinary() - _ = yym1418 + yym1423 := z.DecBinary() + _ = yym1423 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19243,44 +19298,44 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1419 := z.EncBinary() - _ = yym1419 + yym1424 := z.EncBinary() + _ = yym1424 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1420 := !z.EncBinary() - yy2arr1420 := z.EncBasicHandle().StructToArray - var yyq1420 [11]bool - _, _, _ = yysep1420, yyq1420, yy2arr1420 - const yyr1420 bool = false - yyq1420[2] = x.RestartPolicy != "" - yyq1420[3] = x.TerminationGracePeriodSeconds != nil - yyq1420[4] = x.ActiveDeadlineSeconds != nil - yyq1420[5] = x.DNSPolicy != "" - yyq1420[6] = len(x.NodeSelector) != 0 - yyq1420[8] = x.NodeName != "" - yyq1420[9] = x.SecurityContext != nil - yyq1420[10] = len(x.ImagePullSecrets) != 0 - var yynn1420 int - if yyr1420 || yy2arr1420 { + yysep1425 := !z.EncBinary() + yy2arr1425 := z.EncBasicHandle().StructToArray + var yyq1425 [11]bool + _, _, _ = yysep1425, yyq1425, yy2arr1425 + const yyr1425 bool = false + yyq1425[2] = x.RestartPolicy != "" + yyq1425[3] = x.TerminationGracePeriodSeconds != nil + yyq1425[4] = x.ActiveDeadlineSeconds != nil + yyq1425[5] = x.DNSPolicy != "" + yyq1425[6] = len(x.NodeSelector) != 0 + yyq1425[8] = x.NodeName != "" + yyq1425[9] = x.SecurityContext != nil + yyq1425[10] = len(x.ImagePullSecrets) != 0 + var yynn1425 int + if yyr1425 || yy2arr1425 { r.EncodeArrayStart(11) } else { - yynn1420 = 3 - for _, b := range yyq1420 { + yynn1425 = 3 + for _, b := range yyq1425 { if b { - yynn1420++ + yynn1425++ } } - r.EncodeMapStart(yynn1420) - yynn1420 = 0 + r.EncodeMapStart(yynn1425) + yynn1425 = 0 } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1422 := z.EncBinary() - _ = yym1422 + yym1427 := z.EncBinary() + _ = yym1427 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -19293,21 +19348,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Volumes == nil { r.EncodeNil() } else { - yym1423 := z.EncBinary() - _ = yym1423 + yym1428 := z.EncBinary() + _ = yym1428 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1425 := z.EncBinary() - _ = yym1425 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -19320,71 +19375,36 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1426 := z.EncBinary() - _ = yym1426 + yym1431 := z.EncBinary() + _ = yym1431 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[2] { + if yyq1425[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1420[2] { + if yyq1425[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[3] { + if yyq1425[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1429 := *x.TerminationGracePeriodSeconds - yym1430 := z.EncBinary() - _ = yym1430 - if false { - } else { - r.EncodeInt(int64(yy1429)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1420[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TerminationGracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy1431 := *x.TerminationGracePeriodSeconds - yym1432 := z.EncBinary() - _ = yym1432 - if false { - } else { - r.EncodeInt(int64(yy1431)) - } - } - } - } - if yyr1420 || yy2arr1420 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[4] { - if x.ActiveDeadlineSeconds == nil { - r.EncodeNil() - } else { - yy1434 := *x.ActiveDeadlineSeconds + yy1434 := *x.TerminationGracePeriodSeconds yym1435 := z.EncBinary() _ = yym1435 if false { @@ -19396,14 +19416,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1420[4] { + if yyq1425[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ActiveDeadlineSeconds == nil { + if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1436 := *x.ActiveDeadlineSeconds + yy1436 := *x.TerminationGracePeriodSeconds yym1437 := z.EncBinary() _ = yym1437 if false { @@ -19413,29 +19433,64 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[5] { + if yyq1425[4] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy1439 := *x.ActiveDeadlineSeconds + yym1440 := z.EncBinary() + _ = yym1440 + if false { + } else { + r.EncodeInt(int64(yy1439)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1425[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy1441 := *x.ActiveDeadlineSeconds + yym1442 := z.EncBinary() + _ = yym1442 + if false { + } else { + r.EncodeInt(int64(yy1441)) + } + } + } + } + if yyr1425 || yy2arr1425 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1425[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1420[5] { + if yyq1425[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[6] { + if yyq1425[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1440 := z.EncBinary() - _ = yym1440 + yym1445 := z.EncBinary() + _ = yym1445 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -19445,15 +19500,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1420[6] { + if yyq1425[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1441 := z.EncBinary() - _ = yym1441 + yym1446 := z.EncBinary() + _ = yym1446 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -19461,10 +19516,10 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1443 := z.EncBinary() - _ = yym1443 + yym1448 := z.EncBinary() + _ = yym1448 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -19473,18 +19528,18 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1444 := z.EncBinary() - _ = yym1444 + yym1449 := z.EncBinary() + _ = yym1449 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[8] { - yym1446 := z.EncBinary() - _ = yym1446 + if yyq1425[8] { + yym1451 := z.EncBinary() + _ = yym1451 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -19493,21 +19548,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1420[8] { + if yyq1425[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1447 := z.EncBinary() - _ = yym1447 + yym1452 := z.EncBinary() + _ = yym1452 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[9] { + if yyq1425[9] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -19517,7 +19572,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1420[9] { + if yyq1425[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19528,14 +19583,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1420[10] { + if yyq1425[10] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1450 := z.EncBinary() - _ = yym1450 + yym1455 := z.EncBinary() + _ = yym1455 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -19545,15 +19600,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1420[10] { + if yyq1425[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1451 := z.EncBinary() - _ = yym1451 + yym1456 := z.EncBinary() + _ = yym1456 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -19561,7 +19616,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1420 || yy2arr1420 { + if yyr1425 || yy2arr1425 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19574,25 +19629,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1452 := z.DecBinary() - _ = yym1452 + yym1457 := z.DecBinary() + _ = yym1457 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1453 := r.ContainerType() - if yyct1453 == codecSelferValueTypeMap1234 { - yyl1453 := r.ReadMapStart() - if yyl1453 == 0 { + yyct1458 := r.ContainerType() + if yyct1458 == codecSelferValueTypeMap1234 { + yyl1458 := r.ReadMapStart() + if yyl1458 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1453, d) + x.codecDecodeSelfFromMap(yyl1458, d) } - } else if yyct1453 == codecSelferValueTypeArray1234 { - yyl1453 := r.ReadArrayStart() - if yyl1453 == 0 { + } else if yyct1458 == codecSelferValueTypeArray1234 { + yyl1458 := r.ReadArrayStart() + if yyl1458 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1453, d) + x.codecDecodeSelfFromArray(yyl1458, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19604,12 +19659,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1454Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1454Slc - var yyhl1454 bool = l >= 0 - for yyj1454 := 0; ; yyj1454++ { - if yyhl1454 { - if yyj1454 >= l { + var yys1459Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1459Slc + var yyhl1459 bool = l >= 0 + for yyj1459 := 0; ; yyj1459++ { + if yyhl1459 { + if yyj1459 >= l { break } } else { @@ -19618,32 +19673,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1454Slc = r.DecodeBytes(yys1454Slc, true, true) - yys1454 := string(yys1454Slc) + yys1459Slc = r.DecodeBytes(yys1459Slc, true, true) + yys1459 := string(yys1459Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1454 { + switch yys1459 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1455 := &x.Volumes - yym1456 := z.DecBinary() - _ = yym1456 + yyv1460 := &x.Volumes + yym1461 := z.DecBinary() + _ = yym1461 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1455), d) + h.decSliceVolume((*[]Volume)(yyv1460), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1457 := &x.Containers - yym1458 := z.DecBinary() - _ = yym1458 + yyv1462 := &x.Containers + yym1463 := z.DecBinary() + _ = yym1463 if false { } else { - h.decSliceContainer((*[]Container)(yyv1457), d) + h.decSliceContainer((*[]Container)(yyv1462), d) } } case "restartPolicy": @@ -19661,8 +19716,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1461 := z.DecBinary() - _ = yym1461 + yym1466 := z.DecBinary() + _ = yym1466 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -19677,8 +19732,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1463 := z.DecBinary() - _ = yym1463 + yym1468 := z.DecBinary() + _ = yym1468 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -19694,12 +19749,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1465 := &x.NodeSelector - yym1466 := z.DecBinary() - _ = yym1466 + yyv1470 := &x.NodeSelector + yym1471 := z.DecBinary() + _ = yym1471 if false { } else { - z.F.DecMapStringStringX(yyv1465, false, d) + z.F.DecMapStringStringX(yyv1470, false, d) } } case "serviceAccountName": @@ -19729,18 +19784,18 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1470 := &x.ImagePullSecrets - yym1471 := z.DecBinary() - _ = yym1471 + yyv1475 := &x.ImagePullSecrets + yym1476 := z.DecBinary() + _ = yym1476 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1470), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1475), d) } } default: - z.DecStructFieldNotFound(-1, yys1454) - } // end switch yys1454 - } // end for yyj1454 + z.DecStructFieldNotFound(-1, yys1459) + } // end switch yys1459 + } // end for yyj1459 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19748,16 +19803,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1472 int - var yyb1472 bool - var yyhl1472 bool = l >= 0 - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + var yyj1477 int + var yyb1477 bool + var yyhl1477 bool = l >= 0 + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19765,21 +19820,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1473 := &x.Volumes - yym1474 := z.DecBinary() - _ = yym1474 + yyv1478 := &x.Volumes + yym1479 := z.DecBinary() + _ = yym1479 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1473), d) + h.decSliceVolume((*[]Volume)(yyv1478), d) } } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19787,21 +19842,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1475 := &x.Containers - yym1476 := z.DecBinary() - _ = yym1476 + yyv1480 := &x.Containers + yym1481 := z.DecBinary() + _ = yym1481 if false { } else { - h.decSliceContainer((*[]Container)(yyv1475), d) + h.decSliceContainer((*[]Container)(yyv1480), d) } } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19811,13 +19866,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19830,20 +19885,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1479 := z.DecBinary() - _ = yym1479 + yym1484 := z.DecBinary() + _ = yym1484 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19856,20 +19911,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1481 := z.DecBinary() - _ = yym1481 + yym1486 := z.DecBinary() + _ = yym1486 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19879,13 +19934,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19893,21 +19948,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1483 := &x.NodeSelector - yym1484 := z.DecBinary() - _ = yym1484 + yyv1488 := &x.NodeSelector + yym1489 := z.DecBinary() + _ = yym1489 if false { } else { - z.F.DecMapStringStringX(yyv1483, false, d) + z.F.DecMapStringStringX(yyv1488, false, d) } } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19917,13 +19972,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19933,13 +19988,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19954,13 +20009,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19968,26 +20023,26 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1488 := &x.ImagePullSecrets - yym1489 := z.DecBinary() - _ = yym1489 + yyv1493 := &x.ImagePullSecrets + yym1494 := z.DecBinary() + _ = yym1494 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1488), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1493), d) } } for { - yyj1472++ - if yyhl1472 { - yyb1472 = yyj1472 > l + yyj1477++ + if yyhl1477 { + yyb1477 = yyj1477 > l } else { - yyb1472 = r.CheckBreak() + yyb1477 = r.CheckBreak() } - if yyb1472 { + if yyb1477 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1472-1, "") + z.DecStructFieldNotFound(yyj1477-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19999,42 +20054,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1490 := z.EncBinary() - _ = yym1490 + yym1495 := z.EncBinary() + _ = yym1495 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1491 := !z.EncBinary() - yy2arr1491 := z.EncBasicHandle().StructToArray - var yyq1491 [8]bool - _, _, _ = yysep1491, yyq1491, yy2arr1491 - const yyr1491 bool = false - yyq1491[0] = x.HostNetwork != false - yyq1491[1] = x.HostPID != false - yyq1491[2] = x.HostIPC != false - yyq1491[3] = x.SELinuxOptions != nil - yyq1491[4] = x.RunAsUser != nil - yyq1491[5] = x.RunAsNonRoot != nil - yyq1491[6] = len(x.SupplementalGroups) != 0 - yyq1491[7] = x.FSGroup != nil - var yynn1491 int - if yyr1491 || yy2arr1491 { + yysep1496 := !z.EncBinary() + yy2arr1496 := z.EncBasicHandle().StructToArray + var yyq1496 [8]bool + _, _, _ = yysep1496, yyq1496, yy2arr1496 + const yyr1496 bool = false + yyq1496[0] = x.HostNetwork != false + yyq1496[1] = x.HostPID != false + yyq1496[2] = x.HostIPC != false + yyq1496[3] = x.SELinuxOptions != nil + yyq1496[4] = x.RunAsUser != nil + yyq1496[5] = x.RunAsNonRoot != nil + yyq1496[6] = len(x.SupplementalGroups) != 0 + yyq1496[7] = x.FSGroup != nil + var yynn1496 int + if yyr1496 || yy2arr1496 { r.EncodeArrayStart(8) } else { - yynn1491 = 0 - for _, b := range yyq1491 { + yynn1496 = 0 + for _, b := range yyq1496 { if b { - yynn1491++ + yynn1496++ } } - r.EncodeMapStart(yynn1491) - yynn1491 = 0 + r.EncodeMapStart(yynn1496) + yynn1496 = 0 } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[0] { - yym1493 := z.EncBinary() - _ = yym1493 + if yyq1496[0] { + yym1498 := z.EncBinary() + _ = yym1498 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -20043,49 +20098,49 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1491[0] { + if yyq1496[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1494 := z.EncBinary() - _ = yym1494 - if false { - } else { - r.EncodeBool(bool(x.HostNetwork)) - } - } - } - if yyr1491 || yy2arr1491 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[1] { - yym1496 := z.EncBinary() - _ = yym1496 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1491[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1497 := z.EncBinary() - _ = yym1497 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } - } - if yyr1491 || yy2arr1491 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[2] { yym1499 := z.EncBinary() _ = yym1499 if false { + } else { + r.EncodeBool(bool(x.HostNetwork)) + } + } + } + if yyr1496 || yy2arr1496 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1496[1] { + yym1501 := z.EncBinary() + _ = yym1501 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1496[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1502 := z.EncBinary() + _ = yym1502 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } + } + if yyr1496 || yy2arr1496 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1496[2] { + yym1504 := z.EncBinary() + _ = yym1504 + if false { } else { r.EncodeBool(bool(x.HostIPC)) } @@ -20093,21 +20148,21 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1491[2] { + if yyq1496[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1500 := z.EncBinary() - _ = yym1500 + yym1505 := z.EncBinary() + _ = yym1505 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[3] { + if yyq1496[3] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -20117,7 +20172,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1491[3] { + if yyq1496[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20128,84 +20183,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[4] { + if yyq1496[4] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy1503 := *x.RunAsUser - yym1504 := z.EncBinary() - _ = yym1504 + yy1508 := *x.RunAsUser + yym1509 := z.EncBinary() + _ = yym1509 if false { } else { - r.EncodeInt(int64(yy1503)) + r.EncodeInt(int64(yy1508)) } } } else { r.EncodeNil() } } else { - if yyq1491[4] { + if yyq1496[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy1505 := *x.RunAsUser - yym1506 := z.EncBinary() - _ = yym1506 + yy1510 := *x.RunAsUser + yym1511 := z.EncBinary() + _ = yym1511 if false { } else { - r.EncodeInt(int64(yy1505)) + r.EncodeInt(int64(yy1510)) } } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[5] { + if yyq1496[5] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1508 := *x.RunAsNonRoot - yym1509 := z.EncBinary() - _ = yym1509 + yy1513 := *x.RunAsNonRoot + yym1514 := z.EncBinary() + _ = yym1514 if false { } else { - r.EncodeBool(bool(yy1508)) + r.EncodeBool(bool(yy1513)) } } } else { r.EncodeNil() } } else { - if yyq1491[5] { + if yyq1496[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1510 := *x.RunAsNonRoot - yym1511 := z.EncBinary() - _ = yym1511 + yy1515 := *x.RunAsNonRoot + yym1516 := z.EncBinary() + _ = yym1516 if false { } else { - r.EncodeBool(bool(yy1510)) + r.EncodeBool(bool(yy1515)) } } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[6] { + if yyq1496[6] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1513 := z.EncBinary() - _ = yym1513 + yym1518 := z.EncBinary() + _ = yym1518 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -20215,15 +20270,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1491[6] { + if yyq1496[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1514 := z.EncBinary() - _ = yym1514 + yym1519 := z.EncBinary() + _ = yym1519 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -20231,42 +20286,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1491[7] { + if yyq1496[7] { if x.FSGroup == nil { r.EncodeNil() } else { - yy1516 := *x.FSGroup - yym1517 := z.EncBinary() - _ = yym1517 + yy1521 := *x.FSGroup + yym1522 := z.EncBinary() + _ = yym1522 if false { } else { - r.EncodeInt(int64(yy1516)) + r.EncodeInt(int64(yy1521)) } } } else { r.EncodeNil() } } else { - if yyq1491[7] { + if yyq1496[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy1518 := *x.FSGroup - yym1519 := z.EncBinary() - _ = yym1519 + yy1523 := *x.FSGroup + yym1524 := z.EncBinary() + _ = yym1524 if false { } else { - r.EncodeInt(int64(yy1518)) + r.EncodeInt(int64(yy1523)) } } } } - if yyr1491 || yy2arr1491 { + if yyr1496 || yy2arr1496 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20279,25 +20334,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1520 := z.DecBinary() - _ = yym1520 + yym1525 := z.DecBinary() + _ = yym1525 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1521 := r.ContainerType() - if yyct1521 == codecSelferValueTypeMap1234 { - yyl1521 := r.ReadMapStart() - if yyl1521 == 0 { + yyct1526 := r.ContainerType() + if yyct1526 == codecSelferValueTypeMap1234 { + yyl1526 := r.ReadMapStart() + if yyl1526 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1521, d) + x.codecDecodeSelfFromMap(yyl1526, d) } - } else if yyct1521 == codecSelferValueTypeArray1234 { - yyl1521 := r.ReadArrayStart() - if yyl1521 == 0 { + } else if yyct1526 == codecSelferValueTypeArray1234 { + yyl1526 := r.ReadArrayStart() + if yyl1526 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1521, d) + x.codecDecodeSelfFromArray(yyl1526, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20309,12 +20364,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1522Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1522Slc - var yyhl1522 bool = l >= 0 - for yyj1522 := 0; ; yyj1522++ { - if yyhl1522 { - if yyj1522 >= l { + var yys1527Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1527Slc + var yyhl1527 bool = l >= 0 + for yyj1527 := 0; ; yyj1527++ { + if yyhl1527 { + if yyj1527 >= l { break } } else { @@ -20323,10 +20378,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1522Slc = r.DecodeBytes(yys1522Slc, true, true) - yys1522 := string(yys1522Slc) + yys1527Slc = r.DecodeBytes(yys1527Slc, true, true) + yys1527 := string(yys1527Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1522 { + switch yys1527 { case "hostNetwork": if r.TryDecodeAsNil() { x.HostNetwork = false @@ -20365,8 +20420,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1528 := z.DecBinary() - _ = yym1528 + yym1533 := z.DecBinary() + _ = yym1533 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -20381,8 +20436,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1530 := z.DecBinary() - _ = yym1530 + yym1535 := z.DecBinary() + _ = yym1535 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -20392,12 +20447,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1531 := &x.SupplementalGroups - yym1532 := z.DecBinary() - _ = yym1532 + yyv1536 := &x.SupplementalGroups + yym1537 := z.DecBinary() + _ = yym1537 if false { } else { - z.F.DecSliceInt64X(yyv1531, false, d) + z.F.DecSliceInt64X(yyv1536, false, d) } } case "fsGroup": @@ -20409,17 +20464,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1534 := z.DecBinary() - _ = yym1534 + yym1539 := z.DecBinary() + _ = yym1539 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1522) - } // end switch yys1522 - } // end for yyj1522 + z.DecStructFieldNotFound(-1, yys1527) + } // end switch yys1527 + } // end for yyj1527 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20427,16 +20482,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1535 int - var yyb1535 bool - var yyhl1535 bool = l >= 0 - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + var yyj1540 int + var yyb1540 bool + var yyhl1540 bool = l >= 0 + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20446,13 +20501,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20462,13 +20517,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostPID = bool(r.DecodeBool()) } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20478,13 +20533,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20499,13 +20554,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20518,20 +20573,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1541 := z.DecBinary() - _ = yym1541 + yym1546 := z.DecBinary() + _ = yym1546 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20544,20 +20599,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1543 := z.DecBinary() - _ = yym1543 + yym1548 := z.DecBinary() + _ = yym1548 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20565,21 +20620,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1544 := &x.SupplementalGroups - yym1545 := z.DecBinary() - _ = yym1545 + yyv1549 := &x.SupplementalGroups + yym1550 := z.DecBinary() + _ = yym1550 if false { } else { - z.F.DecSliceInt64X(yyv1544, false, d) + z.F.DecSliceInt64X(yyv1549, false, d) } } - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20592,25 +20647,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1547 := z.DecBinary() - _ = yym1547 + yym1552 := z.DecBinary() + _ = yym1552 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj1535++ - if yyhl1535 { - yyb1535 = yyj1535 > l + yyj1540++ + if yyhl1540 { + yyb1540 = yyj1540 > l } else { - yyb1535 = r.CheckBreak() + yyb1540 = r.CheckBreak() } - if yyb1535 { + if yyb1540 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1535-1, "") + z.DecStructFieldNotFound(yyj1540-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20622,60 +20677,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1548 := z.EncBinary() - _ = yym1548 + yym1553 := z.EncBinary() + _ = yym1553 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1549 := !z.EncBinary() - yy2arr1549 := z.EncBasicHandle().StructToArray - var yyq1549 [8]bool - _, _, _ = yysep1549, yyq1549, yy2arr1549 - const yyr1549 bool = false - yyq1549[0] = x.Phase != "" - yyq1549[1] = len(x.Conditions) != 0 - yyq1549[2] = x.Message != "" - yyq1549[3] = x.Reason != "" - yyq1549[4] = x.HostIP != "" - yyq1549[5] = x.PodIP != "" - yyq1549[6] = x.StartTime != nil - yyq1549[7] = len(x.ContainerStatuses) != 0 - var yynn1549 int - if yyr1549 || yy2arr1549 { + yysep1554 := !z.EncBinary() + yy2arr1554 := z.EncBasicHandle().StructToArray + var yyq1554 [8]bool + _, _, _ = yysep1554, yyq1554, yy2arr1554 + const yyr1554 bool = false + yyq1554[0] = x.Phase != "" + yyq1554[1] = len(x.Conditions) != 0 + yyq1554[2] = x.Message != "" + yyq1554[3] = x.Reason != "" + yyq1554[4] = x.HostIP != "" + yyq1554[5] = x.PodIP != "" + yyq1554[6] = x.StartTime != nil + yyq1554[7] = len(x.ContainerStatuses) != 0 + var yynn1554 int + if yyr1554 || yy2arr1554 { r.EncodeArrayStart(8) } else { - yynn1549 = 0 - for _, b := range yyq1549 { + yynn1554 = 0 + for _, b := range yyq1554 { if b { - yynn1549++ + yynn1554++ } } - r.EncodeMapStart(yynn1549) - yynn1549 = 0 + r.EncodeMapStart(yynn1554) + yynn1554 = 0 } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[0] { + if yyq1554[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1549[0] { + if yyq1554[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[1] { + if yyq1554[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym1552 := z.EncBinary() - _ = yym1552 + yym1557 := z.EncBinary() + _ = yym1557 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -20685,15 +20740,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1549[1] { + if yyq1554[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym1553 := z.EncBinary() - _ = yym1553 + yym1558 := z.EncBinary() + _ = yym1558 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -20701,11 +20756,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[2] { - yym1555 := z.EncBinary() - _ = yym1555 + if yyq1554[2] { + yym1560 := z.EncBinary() + _ = yym1560 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -20714,74 +20769,74 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1549[2] { + if yyq1554[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1556 := z.EncBinary() - _ = yym1556 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr1549 || yy2arr1549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[3] { - yym1558 := z.EncBinary() - _ = yym1558 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1549[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1559 := z.EncBinary() - _ = yym1559 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr1549 || yy2arr1549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[4] { yym1561 := z.EncBinary() _ = yym1561 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr1554 || yy2arr1554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1554[3] { + yym1563 := z.EncBinary() + _ = yym1563 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1549[4] { + if yyq1554[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1562 := z.EncBinary() - _ = yym1562 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr1549 || yy2arr1549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[5] { yym1564 := z.EncBinary() _ = yym1564 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr1554 || yy2arr1554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1554[4] { + yym1566 := z.EncBinary() + _ = yym1566 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1554[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1567 := z.EncBinary() + _ = yym1567 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr1554 || yy2arr1554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1554[5] { + yym1569 := z.EncBinary() + _ = yym1569 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } @@ -20789,31 +20844,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1549[5] { + if yyq1554[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1565 := z.EncBinary() - _ = yym1565 + yym1570 := z.EncBinary() + _ = yym1570 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[6] { + if yyq1554[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym1567 := z.EncBinary() - _ = yym1567 + yym1572 := z.EncBinary() + _ = yym1572 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1567 { + } else if yym1572 { z.EncBinaryMarshal(x.StartTime) - } else if !yym1567 && z.IsJSONHandle() { + } else if !yym1572 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -20823,20 +20878,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1549[6] { + if yyq1554[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym1568 := z.EncBinary() - _ = yym1568 + yym1573 := z.EncBinary() + _ = yym1573 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1568 { + } else if yym1573 { z.EncBinaryMarshal(x.StartTime) - } else if !yym1568 && z.IsJSONHandle() { + } else if !yym1573 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -20844,14 +20899,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1549[7] { + if yyq1554[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym1570 := z.EncBinary() - _ = yym1570 + yym1575 := z.EncBinary() + _ = yym1575 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -20861,15 +20916,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1549[7] { + if yyq1554[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym1571 := z.EncBinary() - _ = yym1571 + yym1576 := z.EncBinary() + _ = yym1576 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -20877,7 +20932,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1549 || yy2arr1549 { + if yyr1554 || yy2arr1554 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20890,25 +20945,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1572 := z.DecBinary() - _ = yym1572 + yym1577 := z.DecBinary() + _ = yym1577 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1573 := r.ContainerType() - if yyct1573 == codecSelferValueTypeMap1234 { - yyl1573 := r.ReadMapStart() - if yyl1573 == 0 { + yyct1578 := r.ContainerType() + if yyct1578 == codecSelferValueTypeMap1234 { + yyl1578 := r.ReadMapStart() + if yyl1578 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1573, d) + x.codecDecodeSelfFromMap(yyl1578, d) } - } else if yyct1573 == codecSelferValueTypeArray1234 { - yyl1573 := r.ReadArrayStart() - if yyl1573 == 0 { + } else if yyct1578 == codecSelferValueTypeArray1234 { + yyl1578 := r.ReadArrayStart() + if yyl1578 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1573, d) + x.codecDecodeSelfFromArray(yyl1578, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20920,12 +20975,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1574Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1574Slc - var yyhl1574 bool = l >= 0 - for yyj1574 := 0; ; yyj1574++ { - if yyhl1574 { - if yyj1574 >= l { + var yys1579Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1579Slc + var yyhl1579 bool = l >= 0 + for yyj1579 := 0; ; yyj1579++ { + if yyhl1579 { + if yyj1579 >= l { break } } else { @@ -20934,10 +20989,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1574Slc = r.DecodeBytes(yys1574Slc, true, true) - yys1574 := string(yys1574Slc) + yys1579Slc = r.DecodeBytes(yys1579Slc, true, true) + yys1579 := string(yys1579Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1574 { + switch yys1579 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -20948,12 +21003,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1576 := &x.Conditions - yym1577 := z.DecBinary() - _ = yym1577 + yyv1581 := &x.Conditions + yym1582 := z.DecBinary() + _ = yym1582 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1576), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1581), d) } } case "message": @@ -20989,13 +21044,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1583 := z.DecBinary() - _ = yym1583 + yym1588 := z.DecBinary() + _ = yym1588 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1583 { + } else if yym1588 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1583 && z.IsJSONHandle() { + } else if !yym1588 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -21005,18 +21060,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1584 := &x.ContainerStatuses - yym1585 := z.DecBinary() - _ = yym1585 + yyv1589 := &x.ContainerStatuses + yym1590 := z.DecBinary() + _ = yym1590 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1584), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1589), d) } } default: - z.DecStructFieldNotFound(-1, yys1574) - } // end switch yys1574 - } // end for yyj1574 + z.DecStructFieldNotFound(-1, yys1579) + } // end switch yys1579 + } // end for yyj1579 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21024,16 +21079,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1586 int - var yyb1586 bool - var yyhl1586 bool = l >= 0 - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + var yyj1591 int + var yyb1591 bool + var yyhl1591 bool = l >= 0 + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21043,13 +21098,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21057,21 +21112,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1588 := &x.Conditions - yym1589 := z.DecBinary() - _ = yym1589 + yyv1593 := &x.Conditions + yym1594 := z.DecBinary() + _ = yym1594 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1588), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1593), d) } } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21081,13 +21136,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21097,13 +21152,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21113,13 +21168,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21129,13 +21184,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21148,25 +21203,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1595 := z.DecBinary() - _ = yym1595 + yym1600 := z.DecBinary() + _ = yym1600 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1595 { + } else if yym1600 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1595 && z.IsJSONHandle() { + } else if !yym1600 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21174,26 +21229,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1596 := &x.ContainerStatuses - yym1597 := z.DecBinary() - _ = yym1597 + yyv1601 := &x.ContainerStatuses + yym1602 := z.DecBinary() + _ = yym1602 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1596), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1601), d) } } for { - yyj1586++ - if yyhl1586 { - yyb1586 = yyj1586 > l + yyj1591++ + if yyhl1591 { + yyb1591 = yyj1591 > l } else { - yyb1586 = r.CheckBreak() + yyb1591 = r.CheckBreak() } - if yyb1586 { + if yyb1591 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1586-1, "") + z.DecStructFieldNotFound(yyj1591-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21205,38 +21260,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1598 := z.EncBinary() - _ = yym1598 + yym1603 := z.EncBinary() + _ = yym1603 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1599 := !z.EncBinary() - yy2arr1599 := z.EncBasicHandle().StructToArray - var yyq1599 [4]bool - _, _, _ = yysep1599, yyq1599, yy2arr1599 - const yyr1599 bool = false - yyq1599[0] = x.Kind != "" - yyq1599[1] = x.APIVersion != "" - yyq1599[2] = true - yyq1599[3] = true - var yynn1599 int - if yyr1599 || yy2arr1599 { + yysep1604 := !z.EncBinary() + yy2arr1604 := z.EncBasicHandle().StructToArray + var yyq1604 [4]bool + _, _, _ = yysep1604, yyq1604, yy2arr1604 + const yyr1604 bool = false + yyq1604[0] = x.Kind != "" + yyq1604[1] = x.APIVersion != "" + yyq1604[2] = true + yyq1604[3] = true + var yynn1604 int + if yyr1604 || yy2arr1604 { r.EncodeArrayStart(4) } else { - yynn1599 = 0 - for _, b := range yyq1599 { + yynn1604 = 0 + for _, b := range yyq1604 { if b { - yynn1599++ + yynn1604++ } } - r.EncodeMapStart(yynn1599) - yynn1599 = 0 + r.EncodeMapStart(yynn1604) + yynn1604 = 0 } - if yyr1599 || yy2arr1599 { + if yyr1604 || yy2arr1604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1599[0] { - yym1601 := z.EncBinary() - _ = yym1601 + if yyq1604[0] { + yym1606 := z.EncBinary() + _ = yym1606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21245,23 +21300,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1599[0] { + if yyq1604[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1602 := z.EncBinary() - _ = yym1602 + yym1607 := z.EncBinary() + _ = yym1607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1599 || yy2arr1599 { + if yyr1604 || yy2arr1604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1599[1] { - yym1604 := z.EncBinary() - _ = yym1604 + if yyq1604[1] { + yym1609 := z.EncBinary() + _ = yym1609 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21270,53 +21325,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1599[1] { + if yyq1604[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1605 := z.EncBinary() - _ = yym1605 + yym1610 := z.EncBinary() + _ = yym1610 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1599 || yy2arr1599 { + if yyr1604 || yy2arr1604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1599[2] { - yy1607 := &x.ObjectMeta - yy1607.CodecEncodeSelf(e) + if yyq1604[2] { + yy1612 := &x.ObjectMeta + yy1612.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1599[2] { + if yyq1604[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1608 := &x.ObjectMeta - yy1608.CodecEncodeSelf(e) + yy1613 := &x.ObjectMeta + yy1613.CodecEncodeSelf(e) } } - if yyr1599 || yy2arr1599 { + if yyr1604 || yy2arr1604 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1599[3] { - yy1610 := &x.Status - yy1610.CodecEncodeSelf(e) + if yyq1604[3] { + yy1615 := &x.Status + yy1615.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1599[3] { + if yyq1604[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1611 := &x.Status - yy1611.CodecEncodeSelf(e) + yy1616 := &x.Status + yy1616.CodecEncodeSelf(e) } } - if yyr1599 || yy2arr1599 { + if yyr1604 || yy2arr1604 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21329,25 +21384,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1612 := z.DecBinary() - _ = yym1612 + yym1617 := z.DecBinary() + _ = yym1617 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1613 := r.ContainerType() - if yyct1613 == codecSelferValueTypeMap1234 { - yyl1613 := r.ReadMapStart() - if yyl1613 == 0 { + yyct1618 := r.ContainerType() + if yyct1618 == codecSelferValueTypeMap1234 { + yyl1618 := r.ReadMapStart() + if yyl1618 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1613, d) + x.codecDecodeSelfFromMap(yyl1618, d) } - } else if yyct1613 == codecSelferValueTypeArray1234 { - yyl1613 := r.ReadArrayStart() - if yyl1613 == 0 { + } else if yyct1618 == codecSelferValueTypeArray1234 { + yyl1618 := r.ReadArrayStart() + if yyl1618 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1613, d) + x.codecDecodeSelfFromArray(yyl1618, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21359,12 +21414,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1614Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1614Slc - var yyhl1614 bool = l >= 0 - for yyj1614 := 0; ; yyj1614++ { - if yyhl1614 { - if yyj1614 >= l { + var yys1619Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1619Slc + var yyhl1619 bool = l >= 0 + for yyj1619 := 0; ; yyj1619++ { + if yyhl1619 { + if yyj1619 >= l { break } } else { @@ -21373,10 +21428,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1614Slc = r.DecodeBytes(yys1614Slc, true, true) - yys1614 := string(yys1614Slc) + yys1619Slc = r.DecodeBytes(yys1619Slc, true, true) + yys1619 := string(yys1619Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1614 { + switch yys1619 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21393,20 +21448,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1617 := &x.ObjectMeta - yyv1617.CodecDecodeSelf(d) + yyv1622 := &x.ObjectMeta + yyv1622.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1618 := &x.Status - yyv1618.CodecDecodeSelf(d) + yyv1623 := &x.Status + yyv1623.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1614) - } // end switch yys1614 - } // end for yyj1614 + z.DecStructFieldNotFound(-1, yys1619) + } // end switch yys1619 + } // end for yyj1619 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21414,16 +21469,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1619 int - var yyb1619 bool - var yyhl1619 bool = l >= 0 - yyj1619++ - if yyhl1619 { - yyb1619 = yyj1619 > l + var yyj1624 int + var yyb1624 bool + var yyhl1624 bool = l >= 0 + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1619 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1619 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21433,13 +21488,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1619++ - if yyhl1619 { - yyb1619 = yyj1619 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1619 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1619 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21449,13 +21504,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1619++ - if yyhl1619 { - yyb1619 = yyj1619 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1619 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1619 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21463,16 +21518,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1622 := &x.ObjectMeta - yyv1622.CodecDecodeSelf(d) + yyv1627 := &x.ObjectMeta + yyv1627.CodecDecodeSelf(d) } - yyj1619++ - if yyhl1619 { - yyb1619 = yyj1619 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1619 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1619 { + if yyb1624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21480,21 +21535,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1623 := &x.Status - yyv1623.CodecDecodeSelf(d) + yyv1628 := &x.Status + yyv1628.CodecDecodeSelf(d) } for { - yyj1619++ - if yyhl1619 { - yyb1619 = yyj1619 > l + yyj1624++ + if yyhl1624 { + yyb1624 = yyj1624 > l } else { - yyb1619 = r.CheckBreak() + yyb1624 = r.CheckBreak() } - if yyb1619 { + if yyb1624 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1619-1, "") + z.DecStructFieldNotFound(yyj1624-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21506,39 +21561,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1624 := z.EncBinary() - _ = yym1624 + yym1629 := z.EncBinary() + _ = yym1629 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1625 := !z.EncBinary() - yy2arr1625 := z.EncBasicHandle().StructToArray - var yyq1625 [5]bool - _, _, _ = yysep1625, yyq1625, yy2arr1625 - const yyr1625 bool = false - yyq1625[0] = x.Kind != "" - yyq1625[1] = x.APIVersion != "" - yyq1625[2] = true - yyq1625[3] = true - yyq1625[4] = true - var yynn1625 int - if yyr1625 || yy2arr1625 { + yysep1630 := !z.EncBinary() + yy2arr1630 := z.EncBasicHandle().StructToArray + var yyq1630 [5]bool + _, _, _ = yysep1630, yyq1630, yy2arr1630 + const yyr1630 bool = false + yyq1630[0] = x.Kind != "" + yyq1630[1] = x.APIVersion != "" + yyq1630[2] = true + yyq1630[3] = true + yyq1630[4] = true + var yynn1630 int + if yyr1630 || yy2arr1630 { r.EncodeArrayStart(5) } else { - yynn1625 = 0 - for _, b := range yyq1625 { + yynn1630 = 0 + for _, b := range yyq1630 { if b { - yynn1625++ + yynn1630++ } } - r.EncodeMapStart(yynn1625) - yynn1625 = 0 + r.EncodeMapStart(yynn1630) + yynn1630 = 0 } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1625[0] { - yym1627 := z.EncBinary() - _ = yym1627 + if yyq1630[0] { + yym1632 := z.EncBinary() + _ = yym1632 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21547,23 +21602,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1625[0] { + if yyq1630[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1628 := z.EncBinary() - _ = yym1628 + yym1633 := z.EncBinary() + _ = yym1633 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1625[1] { - yym1630 := z.EncBinary() - _ = yym1630 + if yyq1630[1] { + yym1635 := z.EncBinary() + _ = yym1635 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21572,70 +21627,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1625[1] { + if yyq1630[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1631 := z.EncBinary() - _ = yym1631 + yym1636 := z.EncBinary() + _ = yym1636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1625[2] { - yy1633 := &x.ObjectMeta - yy1633.CodecEncodeSelf(e) + if yyq1630[2] { + yy1638 := &x.ObjectMeta + yy1638.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1625[2] { + if yyq1630[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1634 := &x.ObjectMeta - yy1634.CodecEncodeSelf(e) + yy1639 := &x.ObjectMeta + yy1639.CodecEncodeSelf(e) } } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1625[3] { - yy1636 := &x.Spec - yy1636.CodecEncodeSelf(e) + if yyq1630[3] { + yy1641 := &x.Spec + yy1641.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1625[3] { + if yyq1630[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1637 := &x.Spec - yy1637.CodecEncodeSelf(e) + yy1642 := &x.Spec + yy1642.CodecEncodeSelf(e) } } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1625[4] { - yy1639 := &x.Status - yy1639.CodecEncodeSelf(e) + if yyq1630[4] { + yy1644 := &x.Status + yy1644.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1625[4] { + if yyq1630[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1640 := &x.Status - yy1640.CodecEncodeSelf(e) + yy1645 := &x.Status + yy1645.CodecEncodeSelf(e) } } - if yyr1625 || yy2arr1625 { + if yyr1630 || yy2arr1630 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21648,25 +21703,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1641 := z.DecBinary() - _ = yym1641 + yym1646 := z.DecBinary() + _ = yym1646 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1642 := r.ContainerType() - if yyct1642 == codecSelferValueTypeMap1234 { - yyl1642 := r.ReadMapStart() - if yyl1642 == 0 { + yyct1647 := r.ContainerType() + if yyct1647 == codecSelferValueTypeMap1234 { + yyl1647 := r.ReadMapStart() + if yyl1647 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1642, d) + x.codecDecodeSelfFromMap(yyl1647, d) } - } else if yyct1642 == codecSelferValueTypeArray1234 { - yyl1642 := r.ReadArrayStart() - if yyl1642 == 0 { + } else if yyct1647 == codecSelferValueTypeArray1234 { + yyl1647 := r.ReadArrayStart() + if yyl1647 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1642, d) + x.codecDecodeSelfFromArray(yyl1647, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21678,12 +21733,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1643Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1643Slc - var yyhl1643 bool = l >= 0 - for yyj1643 := 0; ; yyj1643++ { - if yyhl1643 { - if yyj1643 >= l { + var yys1648Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1648Slc + var yyhl1648 bool = l >= 0 + for yyj1648 := 0; ; yyj1648++ { + if yyhl1648 { + if yyj1648 >= l { break } } else { @@ -21692,10 +21747,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1643Slc = r.DecodeBytes(yys1643Slc, true, true) - yys1643 := string(yys1643Slc) + yys1648Slc = r.DecodeBytes(yys1648Slc, true, true) + yys1648 := string(yys1648Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1643 { + switch yys1648 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21712,27 +21767,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1646 := &x.ObjectMeta - yyv1646.CodecDecodeSelf(d) + yyv1651 := &x.ObjectMeta + yyv1651.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1647 := &x.Spec - yyv1647.CodecDecodeSelf(d) + yyv1652 := &x.Spec + yyv1652.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1648 := &x.Status - yyv1648.CodecDecodeSelf(d) + yyv1653 := &x.Status + yyv1653.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1643) - } // end switch yys1643 - } // end for yyj1643 + z.DecStructFieldNotFound(-1, yys1648) + } // end switch yys1648 + } // end for yyj1648 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21740,16 +21795,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1649 int - var yyb1649 bool - var yyhl1649 bool = l >= 0 - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + var yyj1654 int + var yyb1654 bool + var yyhl1654 bool = l >= 0 + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21759,13 +21814,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21775,13 +21830,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21789,16 +21844,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1652 := &x.ObjectMeta - yyv1652.CodecDecodeSelf(d) + yyv1657 := &x.ObjectMeta + yyv1657.CodecDecodeSelf(d) } - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21806,16 +21861,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1653 := &x.Spec - yyv1653.CodecDecodeSelf(d) + yyv1658 := &x.Spec + yyv1658.CodecDecodeSelf(d) } - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21823,21 +21878,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1654 := &x.Status - yyv1654.CodecDecodeSelf(d) + yyv1659 := &x.Status + yyv1659.CodecDecodeSelf(d) } for { - yyj1649++ - if yyhl1649 { - yyb1649 = yyj1649 > l + yyj1654++ + if yyhl1654 { + yyb1654 = yyj1654 > l } else { - yyb1649 = r.CheckBreak() + yyb1654 = r.CheckBreak() } - if yyb1649 { + if yyb1654 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1649-1, "") + z.DecStructFieldNotFound(yyj1654-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21849,66 +21904,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1655 := z.EncBinary() - _ = yym1655 + yym1660 := z.EncBinary() + _ = yym1660 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1656 := !z.EncBinary() - yy2arr1656 := z.EncBasicHandle().StructToArray - var yyq1656 [2]bool - _, _, _ = yysep1656, yyq1656, yy2arr1656 - const yyr1656 bool = false - yyq1656[0] = true - yyq1656[1] = true - var yynn1656 int - if yyr1656 || yy2arr1656 { + yysep1661 := !z.EncBinary() + yy2arr1661 := z.EncBasicHandle().StructToArray + var yyq1661 [2]bool + _, _, _ = yysep1661, yyq1661, yy2arr1661 + const yyr1661 bool = false + yyq1661[0] = true + yyq1661[1] = true + var yynn1661 int + if yyr1661 || yy2arr1661 { r.EncodeArrayStart(2) } else { - yynn1656 = 0 - for _, b := range yyq1656 { + yynn1661 = 0 + for _, b := range yyq1661 { if b { - yynn1656++ + yynn1661++ } } - r.EncodeMapStart(yynn1656) - yynn1656 = 0 + r.EncodeMapStart(yynn1661) + yynn1661 = 0 } - if yyr1656 || yy2arr1656 { + if yyr1661 || yy2arr1661 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1656[0] { - yy1658 := &x.ObjectMeta - yy1658.CodecEncodeSelf(e) + if yyq1661[0] { + yy1663 := &x.ObjectMeta + yy1663.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1656[0] { + if yyq1661[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1659 := &x.ObjectMeta - yy1659.CodecEncodeSelf(e) + yy1664 := &x.ObjectMeta + yy1664.CodecEncodeSelf(e) } } - if yyr1656 || yy2arr1656 { + if yyr1661 || yy2arr1661 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1656[1] { - yy1661 := &x.Spec - yy1661.CodecEncodeSelf(e) + if yyq1661[1] { + yy1666 := &x.Spec + yy1666.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1656[1] { + if yyq1661[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1662 := &x.Spec - yy1662.CodecEncodeSelf(e) + yy1667 := &x.Spec + yy1667.CodecEncodeSelf(e) } } - if yyr1656 || yy2arr1656 { + if yyr1661 || yy2arr1661 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21921,25 +21976,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1663 := z.DecBinary() - _ = yym1663 + yym1668 := z.DecBinary() + _ = yym1668 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1664 := r.ContainerType() - if yyct1664 == codecSelferValueTypeMap1234 { - yyl1664 := r.ReadMapStart() - if yyl1664 == 0 { + yyct1669 := r.ContainerType() + if yyct1669 == codecSelferValueTypeMap1234 { + yyl1669 := r.ReadMapStart() + if yyl1669 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1664, d) + x.codecDecodeSelfFromMap(yyl1669, d) } - } else if yyct1664 == codecSelferValueTypeArray1234 { - yyl1664 := r.ReadArrayStart() - if yyl1664 == 0 { + } else if yyct1669 == codecSelferValueTypeArray1234 { + yyl1669 := r.ReadArrayStart() + if yyl1669 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1664, d) + x.codecDecodeSelfFromArray(yyl1669, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21951,12 +22006,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1665Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1665Slc - var yyhl1665 bool = l >= 0 - for yyj1665 := 0; ; yyj1665++ { - if yyhl1665 { - if yyj1665 >= l { + var yys1670Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1670Slc + var yyhl1670 bool = l >= 0 + for yyj1670 := 0; ; yyj1670++ { + if yyhl1670 { + if yyj1670 >= l { break } } else { @@ -21965,28 +22020,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1665Slc = r.DecodeBytes(yys1665Slc, true, true) - yys1665 := string(yys1665Slc) + yys1670Slc = r.DecodeBytes(yys1670Slc, true, true) + yys1670 := string(yys1670Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1665 { + switch yys1670 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1666 := &x.ObjectMeta - yyv1666.CodecDecodeSelf(d) + yyv1671 := &x.ObjectMeta + yyv1671.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1667 := &x.Spec - yyv1667.CodecDecodeSelf(d) + yyv1672 := &x.Spec + yyv1672.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1665) - } // end switch yys1665 - } // end for yyj1665 + z.DecStructFieldNotFound(-1, yys1670) + } // end switch yys1670 + } // end for yyj1670 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21994,16 +22049,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1668 int - var yyb1668 bool - var yyhl1668 bool = l >= 0 - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + var yyj1673 int + var yyb1673 bool + var yyhl1673 bool = l >= 0 + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22011,16 +22066,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1669 := &x.ObjectMeta - yyv1669.CodecDecodeSelf(d) + yyv1674 := &x.ObjectMeta + yyv1674.CodecDecodeSelf(d) } - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22028,21 +22083,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1670 := &x.Spec - yyv1670.CodecDecodeSelf(d) + yyv1675 := &x.Spec + yyv1675.CodecDecodeSelf(d) } for { - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1668-1, "") + z.DecStructFieldNotFound(yyj1673-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22054,38 +22109,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1671 := z.EncBinary() - _ = yym1671 + yym1676 := z.EncBinary() + _ = yym1676 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1672 := !z.EncBinary() - yy2arr1672 := z.EncBasicHandle().StructToArray - var yyq1672 [4]bool - _, _, _ = yysep1672, yyq1672, yy2arr1672 - const yyr1672 bool = false - yyq1672[0] = x.Kind != "" - yyq1672[1] = x.APIVersion != "" - yyq1672[2] = true - yyq1672[3] = true - var yynn1672 int - if yyr1672 || yy2arr1672 { + yysep1677 := !z.EncBinary() + yy2arr1677 := z.EncBasicHandle().StructToArray + var yyq1677 [4]bool + _, _, _ = yysep1677, yyq1677, yy2arr1677 + const yyr1677 bool = false + yyq1677[0] = x.Kind != "" + yyq1677[1] = x.APIVersion != "" + yyq1677[2] = true + yyq1677[3] = true + var yynn1677 int + if yyr1677 || yy2arr1677 { r.EncodeArrayStart(4) } else { - yynn1672 = 0 - for _, b := range yyq1672 { + yynn1677 = 0 + for _, b := range yyq1677 { if b { - yynn1672++ + yynn1677++ } } - r.EncodeMapStart(yynn1672) - yynn1672 = 0 + r.EncodeMapStart(yynn1677) + yynn1677 = 0 } - if yyr1672 || yy2arr1672 { + if yyr1677 || yy2arr1677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[0] { - yym1674 := z.EncBinary() - _ = yym1674 + if yyq1677[0] { + yym1679 := z.EncBinary() + _ = yym1679 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22094,23 +22149,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1672[0] { + if yyq1677[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1675 := z.EncBinary() - _ = yym1675 + yym1680 := z.EncBinary() + _ = yym1680 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1672 || yy2arr1672 { + if yyr1677 || yy2arr1677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[1] { - yym1677 := z.EncBinary() - _ = yym1677 + if yyq1677[1] { + yym1682 := z.EncBinary() + _ = yym1682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22119,53 +22174,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1672[1] { + if yyq1677[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1678 := z.EncBinary() - _ = yym1678 + yym1683 := z.EncBinary() + _ = yym1683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1672 || yy2arr1672 { + if yyr1677 || yy2arr1677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[2] { - yy1680 := &x.ObjectMeta - yy1680.CodecEncodeSelf(e) + if yyq1677[2] { + yy1685 := &x.ObjectMeta + yy1685.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1672[2] { + if yyq1677[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1681 := &x.ObjectMeta - yy1681.CodecEncodeSelf(e) + yy1686 := &x.ObjectMeta + yy1686.CodecEncodeSelf(e) } } - if yyr1672 || yy2arr1672 { + if yyr1677 || yy2arr1677 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1672[3] { - yy1683 := &x.Template - yy1683.CodecEncodeSelf(e) + if yyq1677[3] { + yy1688 := &x.Template + yy1688.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1672[3] { + if yyq1677[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1684 := &x.Template - yy1684.CodecEncodeSelf(e) + yy1689 := &x.Template + yy1689.CodecEncodeSelf(e) } } - if yyr1672 || yy2arr1672 { + if yyr1677 || yy2arr1677 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22178,25 +22233,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1685 := z.DecBinary() - _ = yym1685 + yym1690 := z.DecBinary() + _ = yym1690 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1686 := r.ContainerType() - if yyct1686 == codecSelferValueTypeMap1234 { - yyl1686 := r.ReadMapStart() - if yyl1686 == 0 { + yyct1691 := r.ContainerType() + if yyct1691 == codecSelferValueTypeMap1234 { + yyl1691 := r.ReadMapStart() + if yyl1691 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1686, d) + x.codecDecodeSelfFromMap(yyl1691, d) } - } else if yyct1686 == codecSelferValueTypeArray1234 { - yyl1686 := r.ReadArrayStart() - if yyl1686 == 0 { + } else if yyct1691 == codecSelferValueTypeArray1234 { + yyl1691 := r.ReadArrayStart() + if yyl1691 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1686, d) + x.codecDecodeSelfFromArray(yyl1691, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22208,12 +22263,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1687Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1687Slc - var yyhl1687 bool = l >= 0 - for yyj1687 := 0; ; yyj1687++ { - if yyhl1687 { - if yyj1687 >= l { + var yys1692Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1692Slc + var yyhl1692 bool = l >= 0 + for yyj1692 := 0; ; yyj1692++ { + if yyhl1692 { + if yyj1692 >= l { break } } else { @@ -22222,10 +22277,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1687Slc = r.DecodeBytes(yys1687Slc, true, true) - yys1687 := string(yys1687Slc) + yys1692Slc = r.DecodeBytes(yys1692Slc, true, true) + yys1692 := string(yys1692Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1687 { + switch yys1692 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22242,20 +22297,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1690 := &x.ObjectMeta - yyv1690.CodecDecodeSelf(d) + yyv1695 := &x.ObjectMeta + yyv1695.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1691 := &x.Template - yyv1691.CodecDecodeSelf(d) + yyv1696 := &x.Template + yyv1696.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1687) - } // end switch yys1687 - } // end for yyj1687 + z.DecStructFieldNotFound(-1, yys1692) + } // end switch yys1692 + } // end for yyj1692 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22263,16 +22318,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1692 int - var yyb1692 bool - var yyhl1692 bool = l >= 0 - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + var yyj1697 int + var yyb1697 bool + var yyhl1697 bool = l >= 0 + yyj1697++ + if yyhl1697 { + yyb1697 = yyj1697 > l } else { - yyb1692 = r.CheckBreak() + yyb1697 = r.CheckBreak() } - if yyb1692 { + if yyb1697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22282,13 +22337,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1697++ + if yyhl1697 { + yyb1697 = yyj1697 > l } else { - yyb1692 = r.CheckBreak() + yyb1697 = r.CheckBreak() } - if yyb1692 { + if yyb1697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22298,13 +22353,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1697++ + if yyhl1697 { + yyb1697 = yyj1697 > l } else { - yyb1692 = r.CheckBreak() + yyb1697 = r.CheckBreak() } - if yyb1692 { + if yyb1697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22312,16 +22367,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1695 := &x.ObjectMeta - yyv1695.CodecDecodeSelf(d) + yyv1700 := &x.ObjectMeta + yyv1700.CodecDecodeSelf(d) } - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1697++ + if yyhl1697 { + yyb1697 = yyj1697 > l } else { - yyb1692 = r.CheckBreak() + yyb1697 = r.CheckBreak() } - if yyb1692 { + if yyb1697 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22329,21 +22384,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1696 := &x.Template - yyv1696.CodecDecodeSelf(d) + yyv1701 := &x.Template + yyv1701.CodecDecodeSelf(d) } for { - yyj1692++ - if yyhl1692 { - yyb1692 = yyj1692 > l + yyj1697++ + if yyhl1697 { + yyb1697 = yyj1697 > l } else { - yyb1692 = r.CheckBreak() + yyb1697 = r.CheckBreak() } - if yyb1692 { + if yyb1697 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1692-1, "") + z.DecStructFieldNotFound(yyj1697-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22355,37 +22410,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1697 := z.EncBinary() - _ = yym1697 + yym1702 := z.EncBinary() + _ = yym1702 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1698 := !z.EncBinary() - yy2arr1698 := z.EncBasicHandle().StructToArray - var yyq1698 [4]bool - _, _, _ = yysep1698, yyq1698, yy2arr1698 - const yyr1698 bool = false - yyq1698[0] = x.Kind != "" - yyq1698[1] = x.APIVersion != "" - yyq1698[2] = true - var yynn1698 int - if yyr1698 || yy2arr1698 { + yysep1703 := !z.EncBinary() + yy2arr1703 := z.EncBasicHandle().StructToArray + var yyq1703 [4]bool + _, _, _ = yysep1703, yyq1703, yy2arr1703 + const yyr1703 bool = false + yyq1703[0] = x.Kind != "" + yyq1703[1] = x.APIVersion != "" + yyq1703[2] = true + var yynn1703 int + if yyr1703 || yy2arr1703 { r.EncodeArrayStart(4) } else { - yynn1698 = 1 - for _, b := range yyq1698 { + yynn1703 = 1 + for _, b := range yyq1703 { if b { - yynn1698++ + yynn1703++ } } - r.EncodeMapStart(yynn1698) - yynn1698 = 0 + r.EncodeMapStart(yynn1703) + yynn1703 = 0 } - if yyr1698 || yy2arr1698 { + if yyr1703 || yy2arr1703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1698[0] { - yym1700 := z.EncBinary() - _ = yym1700 + if yyq1703[0] { + yym1705 := z.EncBinary() + _ = yym1705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22394,23 +22449,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1698[0] { + if yyq1703[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1701 := z.EncBinary() - _ = yym1701 + yym1706 := z.EncBinary() + _ = yym1706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1698 || yy2arr1698 { + if yyr1703 || yy2arr1703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1698[1] { - yym1703 := z.EncBinary() - _ = yym1703 + if yyq1703[1] { + yym1708 := z.EncBinary() + _ = yym1708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22419,54 +22474,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1698[1] { + if yyq1703[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1704 := z.EncBinary() - _ = yym1704 + yym1709 := z.EncBinary() + _ = yym1709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1698 || yy2arr1698 { + if yyr1703 || yy2arr1703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1698[2] { - yy1706 := &x.ListMeta - yym1707 := z.EncBinary() - _ = yym1707 + if yyq1703[2] { + yy1711 := &x.ListMeta + yym1712 := z.EncBinary() + _ = yym1712 if false { - } else if z.HasExtensions() && z.EncExt(yy1706) { + } else if z.HasExtensions() && z.EncExt(yy1711) { } else { - z.EncFallback(yy1706) + z.EncFallback(yy1711) } } else { r.EncodeNil() } } else { - if yyq1698[2] { + if yyq1703[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1708 := &x.ListMeta - yym1709 := z.EncBinary() - _ = yym1709 + yy1713 := &x.ListMeta + yym1714 := z.EncBinary() + _ = yym1714 if false { - } else if z.HasExtensions() && z.EncExt(yy1708) { + } else if z.HasExtensions() && z.EncExt(yy1713) { } else { - z.EncFallback(yy1708) + z.EncFallback(yy1713) } } } - if yyr1698 || yy2arr1698 { + if yyr1703 || yy2arr1703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1711 := z.EncBinary() - _ = yym1711 + yym1716 := z.EncBinary() + _ = yym1716 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -22479,15 +22534,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1712 := z.EncBinary() - _ = yym1712 + yym1717 := z.EncBinary() + _ = yym1717 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr1698 || yy2arr1698 { + if yyr1703 || yy2arr1703 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22500,25 +22555,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1713 := z.DecBinary() - _ = yym1713 + yym1718 := z.DecBinary() + _ = yym1718 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1714 := r.ContainerType() - if yyct1714 == codecSelferValueTypeMap1234 { - yyl1714 := r.ReadMapStart() - if yyl1714 == 0 { + yyct1719 := r.ContainerType() + if yyct1719 == codecSelferValueTypeMap1234 { + yyl1719 := r.ReadMapStart() + if yyl1719 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1714, d) + x.codecDecodeSelfFromMap(yyl1719, d) } - } else if yyct1714 == codecSelferValueTypeArray1234 { - yyl1714 := r.ReadArrayStart() - if yyl1714 == 0 { + } else if yyct1719 == codecSelferValueTypeArray1234 { + yyl1719 := r.ReadArrayStart() + if yyl1719 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1714, d) + x.codecDecodeSelfFromArray(yyl1719, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22530,12 +22585,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1715Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1715Slc - var yyhl1715 bool = l >= 0 - for yyj1715 := 0; ; yyj1715++ { - if yyhl1715 { - if yyj1715 >= l { + var yys1720Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1720Slc + var yyhl1720 bool = l >= 0 + for yyj1720 := 0; ; yyj1720++ { + if yyhl1720 { + if yyj1720 >= l { break } } else { @@ -22544,10 +22599,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1715Slc = r.DecodeBytes(yys1715Slc, true, true) - yys1715 := string(yys1715Slc) + yys1720Slc = r.DecodeBytes(yys1720Slc, true, true) + yys1720 := string(yys1720Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1715 { + switch yys1720 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22564,31 +22619,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1718 := &x.ListMeta - yym1719 := z.DecBinary() - _ = yym1719 + yyv1723 := &x.ListMeta + yym1724 := z.DecBinary() + _ = yym1724 if false { - } else if z.HasExtensions() && z.DecExt(yyv1718) { + } else if z.HasExtensions() && z.DecExt(yyv1723) { } else { - z.DecFallback(yyv1718, false) + z.DecFallback(yyv1723, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1720 := &x.Items - yym1721 := z.DecBinary() - _ = yym1721 + yyv1725 := &x.Items + yym1726 := z.DecBinary() + _ = yym1726 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1720), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1725), d) } } default: - z.DecStructFieldNotFound(-1, yys1715) - } // end switch yys1715 - } // end for yyj1715 + z.DecStructFieldNotFound(-1, yys1720) + } // end switch yys1720 + } // end for yyj1720 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22596,16 +22651,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1722 int - var yyb1722 bool - var yyhl1722 bool = l >= 0 - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + var yyj1727 int + var yyb1727 bool + var yyhl1727 bool = l >= 0 + yyj1727++ + if yyhl1727 { + yyb1727 = yyj1727 > l } else { - yyb1722 = r.CheckBreak() + yyb1727 = r.CheckBreak() } - if yyb1722 { + if yyb1727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22615,13 +22670,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1727++ + if yyhl1727 { + yyb1727 = yyj1727 > l } else { - yyb1722 = r.CheckBreak() + yyb1727 = r.CheckBreak() } - if yyb1722 { + if yyb1727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22631,13 +22686,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1727++ + if yyhl1727 { + yyb1727 = yyj1727 > l } else { - yyb1722 = r.CheckBreak() + yyb1727 = r.CheckBreak() } - if yyb1722 { + if yyb1727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22645,22 +22700,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1725 := &x.ListMeta - yym1726 := z.DecBinary() - _ = yym1726 + yyv1730 := &x.ListMeta + yym1731 := z.DecBinary() + _ = yym1731 if false { - } else if z.HasExtensions() && z.DecExt(yyv1725) { + } else if z.HasExtensions() && z.DecExt(yyv1730) { } else { - z.DecFallback(yyv1725, false) + z.DecFallback(yyv1730, false) } } - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1727++ + if yyhl1727 { + yyb1727 = yyj1727 > l } else { - yyb1722 = r.CheckBreak() + yyb1727 = r.CheckBreak() } - if yyb1722 { + if yyb1727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22668,26 +22723,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1727 := &x.Items - yym1728 := z.DecBinary() - _ = yym1728 + yyv1732 := &x.Items + yym1733 := z.DecBinary() + _ = yym1733 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1727), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1732), d) } } for { - yyj1722++ - if yyhl1722 { - yyb1722 = yyj1722 > l + yyj1727++ + if yyhl1727 { + yyb1727 = yyj1727 > l } else { - yyb1722 = r.CheckBreak() + yyb1727 = r.CheckBreak() } - if yyb1722 { + if yyb1727 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1722-1, "") + z.DecStructFieldNotFound(yyj1727-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22699,34 +22754,34 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1729 := z.EncBinary() - _ = yym1729 + yym1734 := z.EncBinary() + _ = yym1734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1730 := !z.EncBinary() - yy2arr1730 := z.EncBasicHandle().StructToArray - var yyq1730 [3]bool - _, _, _ = yysep1730, yyq1730, yy2arr1730 - const yyr1730 bool = false - yyq1730[2] = x.Template != nil - var yynn1730 int - if yyr1730 || yy2arr1730 { + yysep1735 := !z.EncBinary() + yy2arr1735 := z.EncBasicHandle().StructToArray + var yyq1735 [3]bool + _, _, _ = yysep1735, yyq1735, yy2arr1735 + const yyr1735 bool = false + yyq1735[2] = x.Template != nil + var yynn1735 int + if yyr1735 || yy2arr1735 { r.EncodeArrayStart(3) } else { - yynn1730 = 2 - for _, b := range yyq1730 { + yynn1735 = 2 + for _, b := range yyq1735 { if b { - yynn1730++ + yynn1735++ } } - r.EncodeMapStart(yynn1730) - yynn1730 = 0 + r.EncodeMapStart(yynn1735) + yynn1735 = 0 } - if yyr1730 || yy2arr1730 { + if yyr1735 || yy2arr1735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1732 := z.EncBinary() - _ = yym1732 + yym1737 := z.EncBinary() + _ = yym1737 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -22735,20 +22790,20 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1733 := z.EncBinary() - _ = yym1733 + yym1738 := z.EncBinary() + _ = yym1738 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1730 || yy2arr1730 { + if yyr1735 || yy2arr1735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym1735 := z.EncBinary() - _ = yym1735 + yym1740 := z.EncBinary() + _ = yym1740 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -22761,17 +22816,17 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym1736 := z.EncBinary() - _ = yym1736 + yym1741 := z.EncBinary() + _ = yym1741 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr1730 || yy2arr1730 { + if yyr1735 || yy2arr1735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1730[2] { + if yyq1735[2] { if x.Template == nil { r.EncodeNil() } else { @@ -22781,7 +22836,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1730[2] { + if yyq1735[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22792,7 +22847,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1730 || yy2arr1730 { + if yyr1735 || yy2arr1735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22805,25 +22860,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1738 := z.DecBinary() - _ = yym1738 + yym1743 := z.DecBinary() + _ = yym1743 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1739 := r.ContainerType() - if yyct1739 == codecSelferValueTypeMap1234 { - yyl1739 := r.ReadMapStart() - if yyl1739 == 0 { + yyct1744 := r.ContainerType() + if yyct1744 == codecSelferValueTypeMap1234 { + yyl1744 := r.ReadMapStart() + if yyl1744 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1739, d) + x.codecDecodeSelfFromMap(yyl1744, d) } - } else if yyct1739 == codecSelferValueTypeArray1234 { - yyl1739 := r.ReadArrayStart() - if yyl1739 == 0 { + } else if yyct1744 == codecSelferValueTypeArray1234 { + yyl1744 := r.ReadArrayStart() + if yyl1744 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1739, d) + x.codecDecodeSelfFromArray(yyl1744, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22835,12 +22890,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1740Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1740Slc - var yyhl1740 bool = l >= 0 - for yyj1740 := 0; ; yyj1740++ { - if yyhl1740 { - if yyj1740 >= l { + var yys1745Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1745Slc + var yyhl1745 bool = l >= 0 + for yyj1745 := 0; ; yyj1745++ { + if yyhl1745 { + if yyj1745 >= l { break } } else { @@ -22849,10 +22904,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1740Slc = r.DecodeBytes(yys1740Slc, true, true) - yys1740 := string(yys1740Slc) + yys1745Slc = r.DecodeBytes(yys1745Slc, true, true) + yys1745 := string(yys1745Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1740 { + switch yys1745 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -22863,12 +22918,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1742 := &x.Selector - yym1743 := z.DecBinary() - _ = yym1743 + yyv1747 := &x.Selector + yym1748 := z.DecBinary() + _ = yym1748 if false { } else { - z.F.DecMapStringStringX(yyv1742, false, d) + z.F.DecMapStringStringX(yyv1747, false, d) } } case "template": @@ -22883,9 +22938,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1740) - } // end switch yys1740 - } // end for yyj1740 + z.DecStructFieldNotFound(-1, yys1745) + } // end switch yys1745 + } // end for yyj1745 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22893,16 +22948,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1745 int - var yyb1745 bool - var yyhl1745 bool = l >= 0 - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + var yyj1750 int + var yyb1750 bool + var yyhl1750 bool = l >= 0 + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1745 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1745 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22912,13 +22967,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1745 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1745 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22926,21 +22981,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1747 := &x.Selector - yym1748 := z.DecBinary() - _ = yym1748 + yyv1752 := &x.Selector + yym1753 := z.DecBinary() + _ = yym1753 if false { } else { - z.F.DecMapStringStringX(yyv1747, false, d) + z.F.DecMapStringStringX(yyv1752, false, d) } } - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1745 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1745 { + if yyb1750 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22956,17 +23011,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj1745++ - if yyhl1745 { - yyb1745 = yyj1745 > l + yyj1750++ + if yyhl1750 { + yyb1750 = yyj1750 > l } else { - yyb1745 = r.CheckBreak() + yyb1750 = r.CheckBreak() } - if yyb1745 { + if yyb1750 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1745-1, "") + z.DecStructFieldNotFound(yyj1750-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22978,34 +23033,34 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1750 := z.EncBinary() - _ = yym1750 + yym1755 := z.EncBinary() + _ = yym1755 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1751 := !z.EncBinary() - yy2arr1751 := z.EncBasicHandle().StructToArray - var yyq1751 [2]bool - _, _, _ = yysep1751, yyq1751, yy2arr1751 - const yyr1751 bool = false - yyq1751[1] = x.ObservedGeneration != 0 - var yynn1751 int - if yyr1751 || yy2arr1751 { + yysep1756 := !z.EncBinary() + yy2arr1756 := z.EncBasicHandle().StructToArray + var yyq1756 [2]bool + _, _, _ = yysep1756, yyq1756, yy2arr1756 + const yyr1756 bool = false + yyq1756[1] = x.ObservedGeneration != 0 + var yynn1756 int + if yyr1756 || yy2arr1756 { r.EncodeArrayStart(2) } else { - yynn1751 = 1 - for _, b := range yyq1751 { + yynn1756 = 1 + for _, b := range yyq1756 { if b { - yynn1751++ + yynn1756++ } } - r.EncodeMapStart(yynn1751) - yynn1751 = 0 + r.EncodeMapStart(yynn1756) + yynn1756 = 0 } - if yyr1751 || yy2arr1751 { + if yyr1756 || yy2arr1756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1753 := z.EncBinary() - _ = yym1753 + yym1758 := z.EncBinary() + _ = yym1758 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -23014,18 +23069,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1754 := z.EncBinary() - _ = yym1754 + yym1759 := z.EncBinary() + _ = yym1759 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1751 || yy2arr1751 { + if yyr1756 || yy2arr1756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1751[1] { - yym1756 := z.EncBinary() - _ = yym1756 + if yyq1756[1] { + yym1761 := z.EncBinary() + _ = yym1761 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -23034,19 +23089,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1751[1] { + if yyq1756[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1757 := z.EncBinary() - _ = yym1757 + yym1762 := z.EncBinary() + _ = yym1762 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1751 || yy2arr1751 { + if yyr1756 || yy2arr1756 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23059,25 +23114,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1758 := z.DecBinary() - _ = yym1758 + yym1763 := z.DecBinary() + _ = yym1763 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1759 := r.ContainerType() - if yyct1759 == codecSelferValueTypeMap1234 { - yyl1759 := r.ReadMapStart() - if yyl1759 == 0 { + yyct1764 := r.ContainerType() + if yyct1764 == codecSelferValueTypeMap1234 { + yyl1764 := r.ReadMapStart() + if yyl1764 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1759, d) + x.codecDecodeSelfFromMap(yyl1764, d) } - } else if yyct1759 == codecSelferValueTypeArray1234 { - yyl1759 := r.ReadArrayStart() - if yyl1759 == 0 { + } else if yyct1764 == codecSelferValueTypeArray1234 { + yyl1764 := r.ReadArrayStart() + if yyl1764 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1759, d) + x.codecDecodeSelfFromArray(yyl1764, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23089,12 +23144,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1760Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1760Slc - var yyhl1760 bool = l >= 0 - for yyj1760 := 0; ; yyj1760++ { - if yyhl1760 { - if yyj1760 >= l { + var yys1765Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1765Slc + var yyhl1765 bool = l >= 0 + for yyj1765 := 0; ; yyj1765++ { + if yyhl1765 { + if yyj1765 >= l { break } } else { @@ -23103,10 +23158,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1760Slc = r.DecodeBytes(yys1760Slc, true, true) - yys1760 := string(yys1760Slc) + yys1765Slc = r.DecodeBytes(yys1765Slc, true, true) + yys1765 := string(yys1765Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1760 { + switch yys1765 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -23120,9 +23175,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1760) - } // end switch yys1760 - } // end for yyj1760 + z.DecStructFieldNotFound(-1, yys1765) + } // end switch yys1765 + } // end for yyj1765 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23130,16 +23185,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1763 int - var yyb1763 bool - var yyhl1763 bool = l >= 0 - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + var yyj1768 int + var yyb1768 bool + var yyhl1768 bool = l >= 0 + yyj1768++ + if yyhl1768 { + yyb1768 = yyj1768 > l } else { - yyb1763 = r.CheckBreak() + yyb1768 = r.CheckBreak() } - if yyb1763 { + if yyb1768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23149,13 +23204,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1768++ + if yyhl1768 { + yyb1768 = yyj1768 > l } else { - yyb1763 = r.CheckBreak() + yyb1768 = r.CheckBreak() } - if yyb1763 { + if yyb1768 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23166,17 +23221,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1763++ - if yyhl1763 { - yyb1763 = yyj1763 > l + yyj1768++ + if yyhl1768 { + yyb1768 = yyj1768 > l } else { - yyb1763 = r.CheckBreak() + yyb1768 = r.CheckBreak() } - if yyb1763 { + if yyb1768 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1763-1, "") + z.DecStructFieldNotFound(yyj1768-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23188,39 +23243,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1766 := z.EncBinary() - _ = yym1766 + yym1771 := z.EncBinary() + _ = yym1771 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1767 := !z.EncBinary() - yy2arr1767 := z.EncBasicHandle().StructToArray - var yyq1767 [5]bool - _, _, _ = yysep1767, yyq1767, yy2arr1767 - const yyr1767 bool = false - yyq1767[0] = x.Kind != "" - yyq1767[1] = x.APIVersion != "" - yyq1767[2] = true - yyq1767[3] = true - yyq1767[4] = true - var yynn1767 int - if yyr1767 || yy2arr1767 { + yysep1772 := !z.EncBinary() + yy2arr1772 := z.EncBasicHandle().StructToArray + var yyq1772 [5]bool + _, _, _ = yysep1772, yyq1772, yy2arr1772 + const yyr1772 bool = false + yyq1772[0] = x.Kind != "" + yyq1772[1] = x.APIVersion != "" + yyq1772[2] = true + yyq1772[3] = true + yyq1772[4] = true + var yynn1772 int + if yyr1772 || yy2arr1772 { r.EncodeArrayStart(5) } else { - yynn1767 = 0 - for _, b := range yyq1767 { + yynn1772 = 0 + for _, b := range yyq1772 { if b { - yynn1767++ + yynn1772++ } } - r.EncodeMapStart(yynn1767) - yynn1767 = 0 + r.EncodeMapStart(yynn1772) + yynn1772 = 0 } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1767[0] { - yym1769 := z.EncBinary() - _ = yym1769 + if yyq1772[0] { + yym1774 := z.EncBinary() + _ = yym1774 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23229,23 +23284,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1767[0] { + if yyq1772[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1770 := z.EncBinary() - _ = yym1770 + yym1775 := z.EncBinary() + _ = yym1775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1767[1] { - yym1772 := z.EncBinary() - _ = yym1772 + if yyq1772[1] { + yym1777 := z.EncBinary() + _ = yym1777 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23254,70 +23309,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1767[1] { + if yyq1772[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1773 := z.EncBinary() - _ = yym1773 + yym1778 := z.EncBinary() + _ = yym1778 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1767[2] { - yy1775 := &x.ObjectMeta - yy1775.CodecEncodeSelf(e) + if yyq1772[2] { + yy1780 := &x.ObjectMeta + yy1780.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1767[2] { + if yyq1772[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1776 := &x.ObjectMeta - yy1776.CodecEncodeSelf(e) + yy1781 := &x.ObjectMeta + yy1781.CodecEncodeSelf(e) } } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1767[3] { - yy1778 := &x.Spec - yy1778.CodecEncodeSelf(e) + if yyq1772[3] { + yy1783 := &x.Spec + yy1783.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1767[3] { + if yyq1772[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1779 := &x.Spec - yy1779.CodecEncodeSelf(e) + yy1784 := &x.Spec + yy1784.CodecEncodeSelf(e) } } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1767[4] { - yy1781 := &x.Status - yy1781.CodecEncodeSelf(e) + if yyq1772[4] { + yy1786 := &x.Status + yy1786.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1767[4] { + if yyq1772[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1782 := &x.Status - yy1782.CodecEncodeSelf(e) + yy1787 := &x.Status + yy1787.CodecEncodeSelf(e) } } - if yyr1767 || yy2arr1767 { + if yyr1772 || yy2arr1772 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23330,25 +23385,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1783 := z.DecBinary() - _ = yym1783 + yym1788 := z.DecBinary() + _ = yym1788 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1784 := r.ContainerType() - if yyct1784 == codecSelferValueTypeMap1234 { - yyl1784 := r.ReadMapStart() - if yyl1784 == 0 { + yyct1789 := r.ContainerType() + if yyct1789 == codecSelferValueTypeMap1234 { + yyl1789 := r.ReadMapStart() + if yyl1789 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1784, d) + x.codecDecodeSelfFromMap(yyl1789, d) } - } else if yyct1784 == codecSelferValueTypeArray1234 { - yyl1784 := r.ReadArrayStart() - if yyl1784 == 0 { + } else if yyct1789 == codecSelferValueTypeArray1234 { + yyl1789 := r.ReadArrayStart() + if yyl1789 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1784, d) + x.codecDecodeSelfFromArray(yyl1789, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23360,12 +23415,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1785Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1785Slc - var yyhl1785 bool = l >= 0 - for yyj1785 := 0; ; yyj1785++ { - if yyhl1785 { - if yyj1785 >= l { + var yys1790Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1790Slc + var yyhl1790 bool = l >= 0 + for yyj1790 := 0; ; yyj1790++ { + if yyhl1790 { + if yyj1790 >= l { break } } else { @@ -23374,10 +23429,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1785Slc = r.DecodeBytes(yys1785Slc, true, true) - yys1785 := string(yys1785Slc) + yys1790Slc = r.DecodeBytes(yys1790Slc, true, true) + yys1790 := string(yys1790Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1785 { + switch yys1790 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23394,27 +23449,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1788 := &x.ObjectMeta - yyv1788.CodecDecodeSelf(d) + yyv1793 := &x.ObjectMeta + yyv1793.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1789 := &x.Spec - yyv1789.CodecDecodeSelf(d) + yyv1794 := &x.Spec + yyv1794.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1790 := &x.Status - yyv1790.CodecDecodeSelf(d) + yyv1795 := &x.Status + yyv1795.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1785) - } // end switch yys1785 - } // end for yyj1785 + z.DecStructFieldNotFound(-1, yys1790) + } // end switch yys1790 + } // end for yyj1790 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23422,16 +23477,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1791 int - var yyb1791 bool - var yyhl1791 bool = l >= 0 - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + var yyj1796 int + var yyb1796 bool + var yyhl1796 bool = l >= 0 + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23441,13 +23496,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23457,13 +23512,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23471,16 +23526,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1794 := &x.ObjectMeta - yyv1794.CodecDecodeSelf(d) + yyv1799 := &x.ObjectMeta + yyv1799.CodecDecodeSelf(d) } - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23488,16 +23543,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1795 := &x.Spec - yyv1795.CodecDecodeSelf(d) + yyv1800 := &x.Spec + yyv1800.CodecDecodeSelf(d) } - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23505,21 +23560,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1796 := &x.Status - yyv1796.CodecDecodeSelf(d) + yyv1801 := &x.Status + yyv1801.CodecDecodeSelf(d) } for { - yyj1791++ - if yyhl1791 { - yyb1791 = yyj1791 > l + yyj1796++ + if yyhl1796 { + yyb1796 = yyj1796 > l } else { - yyb1791 = r.CheckBreak() + yyb1796 = r.CheckBreak() } - if yyb1791 { + if yyb1796 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1791-1, "") + z.DecStructFieldNotFound(yyj1796-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23531,37 +23586,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1797 := z.EncBinary() - _ = yym1797 + yym1802 := z.EncBinary() + _ = yym1802 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1798 := !z.EncBinary() - yy2arr1798 := z.EncBasicHandle().StructToArray - var yyq1798 [4]bool - _, _, _ = yysep1798, yyq1798, yy2arr1798 - const yyr1798 bool = false - yyq1798[0] = x.Kind != "" - yyq1798[1] = x.APIVersion != "" - yyq1798[2] = true - var yynn1798 int - if yyr1798 || yy2arr1798 { + yysep1803 := !z.EncBinary() + yy2arr1803 := z.EncBasicHandle().StructToArray + var yyq1803 [4]bool + _, _, _ = yysep1803, yyq1803, yy2arr1803 + const yyr1803 bool = false + yyq1803[0] = x.Kind != "" + yyq1803[1] = x.APIVersion != "" + yyq1803[2] = true + var yynn1803 int + if yyr1803 || yy2arr1803 { r.EncodeArrayStart(4) } else { - yynn1798 = 1 - for _, b := range yyq1798 { + yynn1803 = 1 + for _, b := range yyq1803 { if b { - yynn1798++ + yynn1803++ } } - r.EncodeMapStart(yynn1798) - yynn1798 = 0 + r.EncodeMapStart(yynn1803) + yynn1803 = 0 } - if yyr1798 || yy2arr1798 { + if yyr1803 || yy2arr1803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1798[0] { - yym1800 := z.EncBinary() - _ = yym1800 + if yyq1803[0] { + yym1805 := z.EncBinary() + _ = yym1805 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23570,23 +23625,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1798[0] { + if yyq1803[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1801 := z.EncBinary() - _ = yym1801 + yym1806 := z.EncBinary() + _ = yym1806 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1798 || yy2arr1798 { + if yyr1803 || yy2arr1803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1798[1] { - yym1803 := z.EncBinary() - _ = yym1803 + if yyq1803[1] { + yym1808 := z.EncBinary() + _ = yym1808 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23595,54 +23650,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1798[1] { + if yyq1803[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1804 := z.EncBinary() - _ = yym1804 + yym1809 := z.EncBinary() + _ = yym1809 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1798 || yy2arr1798 { + if yyr1803 || yy2arr1803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1798[2] { - yy1806 := &x.ListMeta - yym1807 := z.EncBinary() - _ = yym1807 + if yyq1803[2] { + yy1811 := &x.ListMeta + yym1812 := z.EncBinary() + _ = yym1812 if false { - } else if z.HasExtensions() && z.EncExt(yy1806) { + } else if z.HasExtensions() && z.EncExt(yy1811) { } else { - z.EncFallback(yy1806) + z.EncFallback(yy1811) } } else { r.EncodeNil() } } else { - if yyq1798[2] { + if yyq1803[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1808 := &x.ListMeta - yym1809 := z.EncBinary() - _ = yym1809 + yy1813 := &x.ListMeta + yym1814 := z.EncBinary() + _ = yym1814 if false { - } else if z.HasExtensions() && z.EncExt(yy1808) { + } else if z.HasExtensions() && z.EncExt(yy1813) { } else { - z.EncFallback(yy1808) + z.EncFallback(yy1813) } } } - if yyr1798 || yy2arr1798 { + if yyr1803 || yy2arr1803 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1811 := z.EncBinary() - _ = yym1811 + yym1816 := z.EncBinary() + _ = yym1816 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -23655,15 +23710,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1812 := z.EncBinary() - _ = yym1812 + yym1817 := z.EncBinary() + _ = yym1817 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr1798 || yy2arr1798 { + if yyr1803 || yy2arr1803 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23676,25 +23731,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1813 := z.DecBinary() - _ = yym1813 + yym1818 := z.DecBinary() + _ = yym1818 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1814 := r.ContainerType() - if yyct1814 == codecSelferValueTypeMap1234 { - yyl1814 := r.ReadMapStart() - if yyl1814 == 0 { + yyct1819 := r.ContainerType() + if yyct1819 == codecSelferValueTypeMap1234 { + yyl1819 := r.ReadMapStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1814, d) + x.codecDecodeSelfFromMap(yyl1819, d) } - } else if yyct1814 == codecSelferValueTypeArray1234 { - yyl1814 := r.ReadArrayStart() - if yyl1814 == 0 { + } else if yyct1819 == codecSelferValueTypeArray1234 { + yyl1819 := r.ReadArrayStart() + if yyl1819 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1814, d) + x.codecDecodeSelfFromArray(yyl1819, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23706,12 +23761,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1815Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1815Slc - var yyhl1815 bool = l >= 0 - for yyj1815 := 0; ; yyj1815++ { - if yyhl1815 { - if yyj1815 >= l { + var yys1820Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1820Slc + var yyhl1820 bool = l >= 0 + for yyj1820 := 0; ; yyj1820++ { + if yyhl1820 { + if yyj1820 >= l { break } } else { @@ -23720,10 +23775,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1815Slc = r.DecodeBytes(yys1815Slc, true, true) - yys1815 := string(yys1815Slc) + yys1820Slc = r.DecodeBytes(yys1820Slc, true, true) + yys1820 := string(yys1820Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1815 { + switch yys1820 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23740,31 +23795,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1818 := &x.ListMeta - yym1819 := z.DecBinary() - _ = yym1819 + yyv1823 := &x.ListMeta + yym1824 := z.DecBinary() + _ = yym1824 if false { - } else if z.HasExtensions() && z.DecExt(yyv1818) { + } else if z.HasExtensions() && z.DecExt(yyv1823) { } else { - z.DecFallback(yyv1818, false) + z.DecFallback(yyv1823, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1820 := &x.Items - yym1821 := z.DecBinary() - _ = yym1821 + yyv1825 := &x.Items + yym1826 := z.DecBinary() + _ = yym1826 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1820), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1825), d) } } default: - z.DecStructFieldNotFound(-1, yys1815) - } // end switch yys1815 - } // end for yyj1815 + z.DecStructFieldNotFound(-1, yys1820) + } // end switch yys1820 + } // end for yyj1820 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23772,16 +23827,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1822 int - var yyb1822 bool - var yyhl1822 bool = l >= 0 - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + var yyj1827 int + var yyb1827 bool + var yyhl1827 bool = l >= 0 + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23791,13 +23846,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23807,13 +23862,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23821,22 +23876,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1825 := &x.ListMeta - yym1826 := z.DecBinary() - _ = yym1826 + yyv1830 := &x.ListMeta + yym1831 := z.DecBinary() + _ = yym1831 if false { - } else if z.HasExtensions() && z.DecExt(yyv1825) { + } else if z.HasExtensions() && z.DecExt(yyv1830) { } else { - z.DecFallback(yyv1825, false) + z.DecFallback(yyv1830, false) } } - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23844,26 +23899,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1827 := &x.Items - yym1828 := z.DecBinary() - _ = yym1828 + yyv1832 := &x.Items + yym1833 := z.DecBinary() + _ = yym1833 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1827), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1832), d) } } for { - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1822-1, "") + z.DecStructFieldNotFound(yyj1827-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23875,37 +23930,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1829 := z.EncBinary() - _ = yym1829 + yym1834 := z.EncBinary() + _ = yym1834 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1830 := !z.EncBinary() - yy2arr1830 := z.EncBasicHandle().StructToArray - var yyq1830 [4]bool - _, _, _ = yysep1830, yyq1830, yy2arr1830 - const yyr1830 bool = false - yyq1830[0] = x.Kind != "" - yyq1830[1] = x.APIVersion != "" - yyq1830[2] = true - var yynn1830 int - if yyr1830 || yy2arr1830 { + yysep1835 := !z.EncBinary() + yy2arr1835 := z.EncBasicHandle().StructToArray + var yyq1835 [4]bool + _, _, _ = yysep1835, yyq1835, yy2arr1835 + const yyr1835 bool = false + yyq1835[0] = x.Kind != "" + yyq1835[1] = x.APIVersion != "" + yyq1835[2] = true + var yynn1835 int + if yyr1835 || yy2arr1835 { r.EncodeArrayStart(4) } else { - yynn1830 = 1 - for _, b := range yyq1830 { + yynn1835 = 1 + for _, b := range yyq1835 { if b { - yynn1830++ + yynn1835++ } } - r.EncodeMapStart(yynn1830) - yynn1830 = 0 + r.EncodeMapStart(yynn1835) + yynn1835 = 0 } - if yyr1830 || yy2arr1830 { + if yyr1835 || yy2arr1835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1830[0] { - yym1832 := z.EncBinary() - _ = yym1832 + if yyq1835[0] { + yym1837 := z.EncBinary() + _ = yym1837 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23914,23 +23969,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1830[0] { + if yyq1835[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1833 := z.EncBinary() - _ = yym1833 + yym1838 := z.EncBinary() + _ = yym1838 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1830 || yy2arr1830 { + if yyr1835 || yy2arr1835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1830[1] { - yym1835 := z.EncBinary() - _ = yym1835 + if yyq1835[1] { + yym1840 := z.EncBinary() + _ = yym1840 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23939,54 +23994,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1830[1] { + if yyq1835[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1836 := z.EncBinary() - _ = yym1836 + yym1841 := z.EncBinary() + _ = yym1841 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1830 || yy2arr1830 { + if yyr1835 || yy2arr1835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1830[2] { - yy1838 := &x.ListMeta - yym1839 := z.EncBinary() - _ = yym1839 + if yyq1835[2] { + yy1843 := &x.ListMeta + yym1844 := z.EncBinary() + _ = yym1844 if false { - } else if z.HasExtensions() && z.EncExt(yy1838) { + } else if z.HasExtensions() && z.EncExt(yy1843) { } else { - z.EncFallback(yy1838) + z.EncFallback(yy1843) } } else { r.EncodeNil() } } else { - if yyq1830[2] { + if yyq1835[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1840 := &x.ListMeta - yym1841 := z.EncBinary() - _ = yym1841 + yy1845 := &x.ListMeta + yym1846 := z.EncBinary() + _ = yym1846 if false { - } else if z.HasExtensions() && z.EncExt(yy1840) { + } else if z.HasExtensions() && z.EncExt(yy1845) { } else { - z.EncFallback(yy1840) + z.EncFallback(yy1845) } } } - if yyr1830 || yy2arr1830 { + if yyr1835 || yy2arr1835 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1843 := z.EncBinary() - _ = yym1843 + yym1848 := z.EncBinary() + _ = yym1848 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -23999,15 +24054,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1844 := z.EncBinary() - _ = yym1844 + yym1849 := z.EncBinary() + _ = yym1849 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr1830 || yy2arr1830 { + if yyr1835 || yy2arr1835 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24020,25 +24075,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1845 := z.DecBinary() - _ = yym1845 + yym1850 := z.DecBinary() + _ = yym1850 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1846 := r.ContainerType() - if yyct1846 == codecSelferValueTypeMap1234 { - yyl1846 := r.ReadMapStart() - if yyl1846 == 0 { + yyct1851 := r.ContainerType() + if yyct1851 == codecSelferValueTypeMap1234 { + yyl1851 := r.ReadMapStart() + if yyl1851 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1846, d) + x.codecDecodeSelfFromMap(yyl1851, d) } - } else if yyct1846 == codecSelferValueTypeArray1234 { - yyl1846 := r.ReadArrayStart() - if yyl1846 == 0 { + } else if yyct1851 == codecSelferValueTypeArray1234 { + yyl1851 := r.ReadArrayStart() + if yyl1851 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1846, d) + x.codecDecodeSelfFromArray(yyl1851, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24050,12 +24105,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1847Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1847Slc - var yyhl1847 bool = l >= 0 - for yyj1847 := 0; ; yyj1847++ { - if yyhl1847 { - if yyj1847 >= l { + var yys1852Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1852Slc + var yyhl1852 bool = l >= 0 + for yyj1852 := 0; ; yyj1852++ { + if yyhl1852 { + if yyj1852 >= l { break } } else { @@ -24064,10 +24119,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1847Slc = r.DecodeBytes(yys1847Slc, true, true) - yys1847 := string(yys1847Slc) + yys1852Slc = r.DecodeBytes(yys1852Slc, true, true) + yys1852 := string(yys1852Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1847 { + switch yys1852 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24084,31 +24139,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1850 := &x.ListMeta - yym1851 := z.DecBinary() - _ = yym1851 + yyv1855 := &x.ListMeta + yym1856 := z.DecBinary() + _ = yym1856 if false { - } else if z.HasExtensions() && z.DecExt(yyv1850) { + } else if z.HasExtensions() && z.DecExt(yyv1855) { } else { - z.DecFallback(yyv1850, false) + z.DecFallback(yyv1855, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1852 := &x.Items - yym1853 := z.DecBinary() - _ = yym1853 + yyv1857 := &x.Items + yym1858 := z.DecBinary() + _ = yym1858 if false { } else { - h.decSliceService((*[]Service)(yyv1852), d) + h.decSliceService((*[]Service)(yyv1857), d) } } default: - z.DecStructFieldNotFound(-1, yys1847) - } // end switch yys1847 - } // end for yyj1847 + z.DecStructFieldNotFound(-1, yys1852) + } // end switch yys1852 + } // end for yyj1852 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24116,16 +24171,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1854 int - var yyb1854 bool - var yyhl1854 bool = l >= 0 - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + var yyj1859 int + var yyb1859 bool + var yyhl1859 bool = l >= 0 + yyj1859++ + if yyhl1859 { + yyb1859 = yyj1859 > l } else { - yyb1854 = r.CheckBreak() + yyb1859 = r.CheckBreak() } - if yyb1854 { + if yyb1859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24135,13 +24190,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1859++ + if yyhl1859 { + yyb1859 = yyj1859 > l } else { - yyb1854 = r.CheckBreak() + yyb1859 = r.CheckBreak() } - if yyb1854 { + if yyb1859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24151,13 +24206,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1859++ + if yyhl1859 { + yyb1859 = yyj1859 > l } else { - yyb1854 = r.CheckBreak() + yyb1859 = r.CheckBreak() } - if yyb1854 { + if yyb1859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24165,22 +24220,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1857 := &x.ListMeta - yym1858 := z.DecBinary() - _ = yym1858 + yyv1862 := &x.ListMeta + yym1863 := z.DecBinary() + _ = yym1863 if false { - } else if z.HasExtensions() && z.DecExt(yyv1857) { + } else if z.HasExtensions() && z.DecExt(yyv1862) { } else { - z.DecFallback(yyv1857, false) + z.DecFallback(yyv1862, false) } } - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1859++ + if yyhl1859 { + yyb1859 = yyj1859 > l } else { - yyb1854 = r.CheckBreak() + yyb1859 = r.CheckBreak() } - if yyb1854 { + if yyb1859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24188,26 +24243,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1859 := &x.Items - yym1860 := z.DecBinary() - _ = yym1860 + yyv1864 := &x.Items + yym1865 := z.DecBinary() + _ = yym1865 if false { } else { - h.decSliceService((*[]Service)(yyv1859), d) + h.decSliceService((*[]Service)(yyv1864), d) } } for { - yyj1854++ - if yyhl1854 { - yyb1854 = yyj1854 > l + yyj1859++ + if yyhl1859 { + yyb1859 = yyj1859 > l } else { - yyb1854 = r.CheckBreak() + yyb1859 = r.CheckBreak() } - if yyb1854 { + if yyb1859 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1854-1, "") + z.DecStructFieldNotFound(yyj1859-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24216,8 +24271,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1861 := z.EncBinary() - _ = yym1861 + yym1866 := z.EncBinary() + _ = yym1866 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24229,8 +24284,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1862 := z.DecBinary() - _ = yym1862 + yym1867 := z.DecBinary() + _ = yym1867 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24242,8 +24297,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1863 := z.EncBinary() - _ = yym1863 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24255,8 +24310,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1864 := z.DecBinary() - _ = yym1864 + yym1869 := z.DecBinary() + _ = yym1869 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24271,48 +24326,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1865 := z.EncBinary() - _ = yym1865 + yym1870 := z.EncBinary() + _ = yym1870 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1866 := !z.EncBinary() - yy2arr1866 := z.EncBasicHandle().StructToArray - var yyq1866 [1]bool - _, _, _ = yysep1866, yyq1866, yy2arr1866 - const yyr1866 bool = false - yyq1866[0] = true - var yynn1866 int - if yyr1866 || yy2arr1866 { + yysep1871 := !z.EncBinary() + yy2arr1871 := z.EncBasicHandle().StructToArray + var yyq1871 [1]bool + _, _, _ = yysep1871, yyq1871, yy2arr1871 + const yyr1871 bool = false + yyq1871[0] = true + var yynn1871 int + if yyr1871 || yy2arr1871 { r.EncodeArrayStart(1) } else { - yynn1866 = 0 - for _, b := range yyq1866 { + yynn1871 = 0 + for _, b := range yyq1871 { if b { - yynn1866++ + yynn1871++ } } - r.EncodeMapStart(yynn1866) - yynn1866 = 0 + r.EncodeMapStart(yynn1871) + yynn1871 = 0 } - if yyr1866 || yy2arr1866 { + if yyr1871 || yy2arr1871 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1866[0] { - yy1868 := &x.LoadBalancer - yy1868.CodecEncodeSelf(e) + if yyq1871[0] { + yy1873 := &x.LoadBalancer + yy1873.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1866[0] { + if yyq1871[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1869 := &x.LoadBalancer - yy1869.CodecEncodeSelf(e) + yy1874 := &x.LoadBalancer + yy1874.CodecEncodeSelf(e) } } - if yyr1866 || yy2arr1866 { + if yyr1871 || yy2arr1871 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24325,25 +24380,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1870 := z.DecBinary() - _ = yym1870 + yym1875 := z.DecBinary() + _ = yym1875 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1871 := r.ContainerType() - if yyct1871 == codecSelferValueTypeMap1234 { - yyl1871 := r.ReadMapStart() - if yyl1871 == 0 { + yyct1876 := r.ContainerType() + if yyct1876 == codecSelferValueTypeMap1234 { + yyl1876 := r.ReadMapStart() + if yyl1876 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1871, d) + x.codecDecodeSelfFromMap(yyl1876, d) } - } else if yyct1871 == codecSelferValueTypeArray1234 { - yyl1871 := r.ReadArrayStart() - if yyl1871 == 0 { + } else if yyct1876 == codecSelferValueTypeArray1234 { + yyl1876 := r.ReadArrayStart() + if yyl1876 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1871, d) + x.codecDecodeSelfFromArray(yyl1876, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24355,12 +24410,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1872Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1872Slc - var yyhl1872 bool = l >= 0 - for yyj1872 := 0; ; yyj1872++ { - if yyhl1872 { - if yyj1872 >= l { + var yys1877Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1877Slc + var yyhl1877 bool = l >= 0 + for yyj1877 := 0; ; yyj1877++ { + if yyhl1877 { + if yyj1877 >= l { break } } else { @@ -24369,21 +24424,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1872Slc = r.DecodeBytes(yys1872Slc, true, true) - yys1872 := string(yys1872Slc) + yys1877Slc = r.DecodeBytes(yys1877Slc, true, true) + yys1877 := string(yys1877Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1872 { + switch yys1877 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1873 := &x.LoadBalancer - yyv1873.CodecDecodeSelf(d) + yyv1878 := &x.LoadBalancer + yyv1878.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1872) - } // end switch yys1872 - } // end for yyj1872 + z.DecStructFieldNotFound(-1, yys1877) + } // end switch yys1877 + } // end for yyj1877 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24391,16 +24446,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1874 int - var yyb1874 bool - var yyhl1874 bool = l >= 0 - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + var yyj1879 int + var yyb1879 bool + var yyhl1879 bool = l >= 0 + yyj1879++ + if yyhl1879 { + yyb1879 = yyj1879 > l } else { - yyb1874 = r.CheckBreak() + yyb1879 = r.CheckBreak() } - if yyb1874 { + if yyb1879 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24408,21 +24463,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1875 := &x.LoadBalancer - yyv1875.CodecDecodeSelf(d) + yyv1880 := &x.LoadBalancer + yyv1880.CodecDecodeSelf(d) } for { - yyj1874++ - if yyhl1874 { - yyb1874 = yyj1874 > l + yyj1879++ + if yyhl1879 { + yyb1879 = yyj1879 > l } else { - yyb1874 = r.CheckBreak() + yyb1879 = r.CheckBreak() } - if yyb1874 { + if yyb1879 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1874-1, "") + z.DecStructFieldNotFound(yyj1879-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24434,38 +24489,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1876 := z.EncBinary() - _ = yym1876 + yym1881 := z.EncBinary() + _ = yym1881 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1877 := !z.EncBinary() - yy2arr1877 := z.EncBasicHandle().StructToArray - var yyq1877 [1]bool - _, _, _ = yysep1877, yyq1877, yy2arr1877 - const yyr1877 bool = false - yyq1877[0] = len(x.Ingress) != 0 - var yynn1877 int - if yyr1877 || yy2arr1877 { + yysep1882 := !z.EncBinary() + yy2arr1882 := z.EncBasicHandle().StructToArray + var yyq1882 [1]bool + _, _, _ = yysep1882, yyq1882, yy2arr1882 + const yyr1882 bool = false + yyq1882[0] = len(x.Ingress) != 0 + var yynn1882 int + if yyr1882 || yy2arr1882 { r.EncodeArrayStart(1) } else { - yynn1877 = 0 - for _, b := range yyq1877 { + yynn1882 = 0 + for _, b := range yyq1882 { if b { - yynn1877++ + yynn1882++ } } - r.EncodeMapStart(yynn1877) - yynn1877 = 0 + r.EncodeMapStart(yynn1882) + yynn1882 = 0 } - if yyr1877 || yy2arr1877 { + if yyr1882 || yy2arr1882 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1877[0] { + if yyq1882[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym1879 := z.EncBinary() - _ = yym1879 + yym1884 := z.EncBinary() + _ = yym1884 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -24475,15 +24530,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1877[0] { + if yyq1882[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1880 := z.EncBinary() - _ = yym1880 + yym1885 := z.EncBinary() + _ = yym1885 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -24491,7 +24546,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1877 || yy2arr1877 { + if yyr1882 || yy2arr1882 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24504,25 +24559,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1881 := z.DecBinary() - _ = yym1881 + yym1886 := z.DecBinary() + _ = yym1886 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1882 := r.ContainerType() - if yyct1882 == codecSelferValueTypeMap1234 { - yyl1882 := r.ReadMapStart() - if yyl1882 == 0 { + yyct1887 := r.ContainerType() + if yyct1887 == codecSelferValueTypeMap1234 { + yyl1887 := r.ReadMapStart() + if yyl1887 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1882, d) + x.codecDecodeSelfFromMap(yyl1887, d) } - } else if yyct1882 == codecSelferValueTypeArray1234 { - yyl1882 := r.ReadArrayStart() - if yyl1882 == 0 { + } else if yyct1887 == codecSelferValueTypeArray1234 { + yyl1887 := r.ReadArrayStart() + if yyl1887 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1882, d) + x.codecDecodeSelfFromArray(yyl1887, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24534,12 +24589,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1883Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1883Slc - var yyhl1883 bool = l >= 0 - for yyj1883 := 0; ; yyj1883++ { - if yyhl1883 { - if yyj1883 >= l { + var yys1888Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1888Slc + var yyhl1888 bool = l >= 0 + for yyj1888 := 0; ; yyj1888++ { + if yyhl1888 { + if yyj1888 >= l { break } } else { @@ -24548,26 +24603,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1883Slc = r.DecodeBytes(yys1883Slc, true, true) - yys1883 := string(yys1883Slc) + yys1888Slc = r.DecodeBytes(yys1888Slc, true, true) + yys1888 := string(yys1888Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1883 { + switch yys1888 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1884 := &x.Ingress - yym1885 := z.DecBinary() - _ = yym1885 + yyv1889 := &x.Ingress + yym1890 := z.DecBinary() + _ = yym1890 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1884), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1889), d) } } default: - z.DecStructFieldNotFound(-1, yys1883) - } // end switch yys1883 - } // end for yyj1883 + z.DecStructFieldNotFound(-1, yys1888) + } // end switch yys1888 + } // end for yyj1888 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24575,16 +24630,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1886 int - var yyb1886 bool - var yyhl1886 bool = l >= 0 - yyj1886++ - if yyhl1886 { - yyb1886 = yyj1886 > l + var yyj1891 int + var yyb1891 bool + var yyhl1891 bool = l >= 0 + yyj1891++ + if yyhl1891 { + yyb1891 = yyj1891 > l } else { - yyb1886 = r.CheckBreak() + yyb1891 = r.CheckBreak() } - if yyb1886 { + if yyb1891 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24592,26 +24647,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1887 := &x.Ingress - yym1888 := z.DecBinary() - _ = yym1888 + yyv1892 := &x.Ingress + yym1893 := z.DecBinary() + _ = yym1893 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1887), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1892), d) } } for { - yyj1886++ - if yyhl1886 { - yyb1886 = yyj1886 > l + yyj1891++ + if yyhl1891 { + yyb1891 = yyj1891 > l } else { - yyb1886 = r.CheckBreak() + yyb1891 = r.CheckBreak() } - if yyb1886 { + if yyb1891 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1886-1, "") + z.DecStructFieldNotFound(yyj1891-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24623,36 +24678,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1889 := z.EncBinary() - _ = yym1889 + yym1894 := z.EncBinary() + _ = yym1894 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1890 := !z.EncBinary() - yy2arr1890 := z.EncBasicHandle().StructToArray - var yyq1890 [2]bool - _, _, _ = yysep1890, yyq1890, yy2arr1890 - const yyr1890 bool = false - yyq1890[0] = x.IP != "" - yyq1890[1] = x.Hostname != "" - var yynn1890 int - if yyr1890 || yy2arr1890 { + yysep1895 := !z.EncBinary() + yy2arr1895 := z.EncBasicHandle().StructToArray + var yyq1895 [2]bool + _, _, _ = yysep1895, yyq1895, yy2arr1895 + const yyr1895 bool = false + yyq1895[0] = x.IP != "" + yyq1895[1] = x.Hostname != "" + var yynn1895 int + if yyr1895 || yy2arr1895 { r.EncodeArrayStart(2) } else { - yynn1890 = 0 - for _, b := range yyq1890 { + yynn1895 = 0 + for _, b := range yyq1895 { if b { - yynn1890++ + yynn1895++ } } - r.EncodeMapStart(yynn1890) - yynn1890 = 0 + r.EncodeMapStart(yynn1895) + yynn1895 = 0 } - if yyr1890 || yy2arr1890 { + if yyr1895 || yy2arr1895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1890[0] { - yym1892 := z.EncBinary() - _ = yym1892 + if yyq1895[0] { + yym1897 := z.EncBinary() + _ = yym1897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -24661,23 +24716,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1890[0] { + if yyq1895[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1893 := z.EncBinary() - _ = yym1893 + yym1898 := z.EncBinary() + _ = yym1898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr1890 || yy2arr1890 { + if yyr1895 || yy2arr1895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1890[1] { - yym1895 := z.EncBinary() - _ = yym1895 + if yyq1895[1] { + yym1900 := z.EncBinary() + _ = yym1900 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -24686,19 +24741,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1890[1] { + if yyq1895[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1896 := z.EncBinary() - _ = yym1896 + yym1901 := z.EncBinary() + _ = yym1901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1890 || yy2arr1890 { + if yyr1895 || yy2arr1895 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24711,25 +24766,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1897 := z.DecBinary() - _ = yym1897 + yym1902 := z.DecBinary() + _ = yym1902 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1898 := r.ContainerType() - if yyct1898 == codecSelferValueTypeMap1234 { - yyl1898 := r.ReadMapStart() - if yyl1898 == 0 { + yyct1903 := r.ContainerType() + if yyct1903 == codecSelferValueTypeMap1234 { + yyl1903 := r.ReadMapStart() + if yyl1903 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1898, d) + x.codecDecodeSelfFromMap(yyl1903, d) } - } else if yyct1898 == codecSelferValueTypeArray1234 { - yyl1898 := r.ReadArrayStart() - if yyl1898 == 0 { + } else if yyct1903 == codecSelferValueTypeArray1234 { + yyl1903 := r.ReadArrayStart() + if yyl1903 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1898, d) + x.codecDecodeSelfFromArray(yyl1903, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24741,12 +24796,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1899Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1899Slc - var yyhl1899 bool = l >= 0 - for yyj1899 := 0; ; yyj1899++ { - if yyhl1899 { - if yyj1899 >= l { + var yys1904Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1904Slc + var yyhl1904 bool = l >= 0 + for yyj1904 := 0; ; yyj1904++ { + if yyhl1904 { + if yyj1904 >= l { break } } else { @@ -24755,10 +24810,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1899Slc = r.DecodeBytes(yys1899Slc, true, true) - yys1899 := string(yys1899Slc) + yys1904Slc = r.DecodeBytes(yys1904Slc, true, true) + yys1904 := string(yys1904Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1899 { + switch yys1904 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -24772,9 +24827,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1899) - } // end switch yys1899 - } // end for yyj1899 + z.DecStructFieldNotFound(-1, yys1904) + } // end switch yys1904 + } // end for yyj1904 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24782,16 +24837,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1902 int - var yyb1902 bool - var yyhl1902 bool = l >= 0 - yyj1902++ - if yyhl1902 { - yyb1902 = yyj1902 > l + var yyj1907 int + var yyb1907 bool + var yyhl1907 bool = l >= 0 + yyj1907++ + if yyhl1907 { + yyb1907 = yyj1907 > l } else { - yyb1902 = r.CheckBreak() + yyb1907 = r.CheckBreak() } - if yyb1902 { + if yyb1907 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24801,13 +24856,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj1902++ - if yyhl1902 { - yyb1902 = yyj1902 > l + yyj1907++ + if yyhl1907 { + yyb1907 = yyj1907 > l } else { - yyb1902 = r.CheckBreak() + yyb1907 = r.CheckBreak() } - if yyb1902 { + if yyb1907 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24818,17 +24873,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj1902++ - if yyhl1902 { - yyb1902 = yyj1902 > l + yyj1907++ + if yyhl1907 { + yyb1907 = yyj1907 > l } else { - yyb1902 = r.CheckBreak() + yyb1907 = r.CheckBreak() } - if yyb1902 { + if yyb1907 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1902-1, "") + z.DecStructFieldNotFound(yyj1907-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24840,56 +24895,56 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1905 := z.EncBinary() - _ = yym1905 + yym1910 := z.EncBinary() + _ = yym1910 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1906 := !z.EncBinary() - yy2arr1906 := z.EncBasicHandle().StructToArray - var yyq1906 [7]bool - _, _, _ = yysep1906, yyq1906, yy2arr1906 - const yyr1906 bool = false - yyq1906[0] = x.Type != "" - yyq1906[3] = x.ClusterIP != "" - yyq1906[4] = len(x.ExternalIPs) != 0 - yyq1906[5] = x.LoadBalancerIP != "" - yyq1906[6] = x.SessionAffinity != "" - var yynn1906 int - if yyr1906 || yy2arr1906 { + yysep1911 := !z.EncBinary() + yy2arr1911 := z.EncBasicHandle().StructToArray + var yyq1911 [7]bool + _, _, _ = yysep1911, yyq1911, yy2arr1911 + const yyr1911 bool = false + yyq1911[0] = x.Type != "" + yyq1911[3] = x.ClusterIP != "" + yyq1911[4] = len(x.ExternalIPs) != 0 + yyq1911[5] = x.LoadBalancerIP != "" + yyq1911[6] = x.SessionAffinity != "" + var yynn1911 int + if yyr1911 || yy2arr1911 { r.EncodeArrayStart(7) } else { - yynn1906 = 2 - for _, b := range yyq1906 { + yynn1911 = 2 + for _, b := range yyq1911 { if b { - yynn1906++ + yynn1911++ } } - r.EncodeMapStart(yynn1906) - yynn1906 = 0 + r.EncodeMapStart(yynn1911) + yynn1911 = 0 } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1906[0] { + if yyq1911[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1906[0] { + if yyq1911[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym1909 := z.EncBinary() - _ = yym1909 + yym1914 := z.EncBinary() + _ = yym1914 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -24902,21 +24957,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym1910 := z.EncBinary() - _ = yym1910 + yym1915 := z.EncBinary() + _ = yym1915 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym1912 := z.EncBinary() - _ = yym1912 + yym1917 := z.EncBinary() + _ = yym1917 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -24929,19 +24984,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym1913 := z.EncBinary() - _ = yym1913 + yym1918 := z.EncBinary() + _ = yym1918 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1906[3] { - yym1915 := z.EncBinary() - _ = yym1915 + if yyq1911[3] { + yym1920 := z.EncBinary() + _ = yym1920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -24950,26 +25005,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1906[3] { + if yyq1911[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1916 := z.EncBinary() - _ = yym1916 + yym1921 := z.EncBinary() + _ = yym1921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1906[4] { + if yyq1911[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1918 := z.EncBinary() - _ = yym1918 + yym1923 := z.EncBinary() + _ = yym1923 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -24979,15 +25034,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1906[4] { + if yyq1911[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1919 := z.EncBinary() - _ = yym1919 + yym1924 := z.EncBinary() + _ = yym1924 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -24995,11 +25050,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1906[5] { - yym1921 := z.EncBinary() - _ = yym1921 + if yyq1911[5] { + yym1926 := z.EncBinary() + _ = yym1926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -25008,34 +25063,34 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1906[5] { + if yyq1911[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1922 := z.EncBinary() - _ = yym1922 + yym1927 := z.EncBinary() + _ = yym1927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1906[6] { + if yyq1911[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1906[6] { + if yyq1911[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr1906 || yy2arr1906 { + if yyr1911 || yy2arr1911 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25048,25 +25103,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1924 := z.DecBinary() - _ = yym1924 + yym1929 := z.DecBinary() + _ = yym1929 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1925 := r.ContainerType() - if yyct1925 == codecSelferValueTypeMap1234 { - yyl1925 := r.ReadMapStart() - if yyl1925 == 0 { + yyct1930 := r.ContainerType() + if yyct1930 == codecSelferValueTypeMap1234 { + yyl1930 := r.ReadMapStart() + if yyl1930 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1925, d) + x.codecDecodeSelfFromMap(yyl1930, d) } - } else if yyct1925 == codecSelferValueTypeArray1234 { - yyl1925 := r.ReadArrayStart() - if yyl1925 == 0 { + } else if yyct1930 == codecSelferValueTypeArray1234 { + yyl1930 := r.ReadArrayStart() + if yyl1930 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1925, d) + x.codecDecodeSelfFromArray(yyl1930, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25078,12 +25133,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1926Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1926Slc - var yyhl1926 bool = l >= 0 - for yyj1926 := 0; ; yyj1926++ { - if yyhl1926 { - if yyj1926 >= l { + var yys1931Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1931Slc + var yyhl1931 bool = l >= 0 + for yyj1931 := 0; ; yyj1931++ { + if yyhl1931 { + if yyj1931 >= l { break } } else { @@ -25092,10 +25147,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1926Slc = r.DecodeBytes(yys1926Slc, true, true) - yys1926 := string(yys1926Slc) + yys1931Slc = r.DecodeBytes(yys1931Slc, true, true) + yys1931 := string(yys1931Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1926 { + switch yys1931 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -25106,24 +25161,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1928 := &x.Ports - yym1929 := z.DecBinary() - _ = yym1929 + yyv1933 := &x.Ports + yym1934 := z.DecBinary() + _ = yym1934 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1928), d) + h.decSliceServicePort((*[]ServicePort)(yyv1933), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1930 := &x.Selector - yym1931 := z.DecBinary() - _ = yym1931 + yyv1935 := &x.Selector + yym1936 := z.DecBinary() + _ = yym1936 if false { } else { - z.F.DecMapStringStringX(yyv1930, false, d) + z.F.DecMapStringStringX(yyv1935, false, d) } } case "clusterIP": @@ -25136,12 +25191,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1933 := &x.ExternalIPs - yym1934 := z.DecBinary() - _ = yym1934 + yyv1938 := &x.ExternalIPs + yym1939 := z.DecBinary() + _ = yym1939 if false { } else { - z.F.DecSliceStringX(yyv1933, false, d) + z.F.DecSliceStringX(yyv1938, false, d) } } case "loadBalancerIP": @@ -25157,9 +25212,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1926) - } // end switch yys1926 - } // end for yyj1926 + z.DecStructFieldNotFound(-1, yys1931) + } // end switch yys1931 + } // end for yyj1931 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25167,16 +25222,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1937 int - var yyb1937 bool - var yyhl1937 bool = l >= 0 - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + var yyj1942 int + var yyb1942 bool + var yyhl1942 bool = l >= 0 + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25186,13 +25241,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25200,21 +25255,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1939 := &x.Ports - yym1940 := z.DecBinary() - _ = yym1940 + yyv1944 := &x.Ports + yym1945 := z.DecBinary() + _ = yym1945 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1939), d) + h.decSliceServicePort((*[]ServicePort)(yyv1944), d) } } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25222,21 +25277,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1941 := &x.Selector - yym1942 := z.DecBinary() - _ = yym1942 + yyv1946 := &x.Selector + yym1947 := z.DecBinary() + _ = yym1947 if false { } else { - z.F.DecMapStringStringX(yyv1941, false, d) + z.F.DecMapStringStringX(yyv1946, false, d) } } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25246,13 +25301,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25260,21 +25315,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1944 := &x.ExternalIPs - yym1945 := z.DecBinary() - _ = yym1945 + yyv1949 := &x.ExternalIPs + yym1950 := z.DecBinary() + _ = yym1950 if false { } else { - z.F.DecSliceStringX(yyv1944, false, d) + z.F.DecSliceStringX(yyv1949, false, d) } } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25284,13 +25339,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25301,17 +25356,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } for { - yyj1937++ - if yyhl1937 { - yyb1937 = yyj1937 > l + yyj1942++ + if yyhl1942 { + yyb1942 = yyj1942 > l } else { - yyb1937 = r.CheckBreak() + yyb1942 = r.CheckBreak() } - if yyb1937 { + if yyb1942 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1937-1, "") + z.DecStructFieldNotFound(yyj1942-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25323,33 +25378,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1948 := z.EncBinary() - _ = yym1948 + yym1953 := z.EncBinary() + _ = yym1953 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1949 := !z.EncBinary() - yy2arr1949 := z.EncBasicHandle().StructToArray - var yyq1949 [5]bool - _, _, _ = yysep1949, yyq1949, yy2arr1949 - const yyr1949 bool = false - var yynn1949 int - if yyr1949 || yy2arr1949 { + yysep1954 := !z.EncBinary() + yy2arr1954 := z.EncBasicHandle().StructToArray + var yyq1954 [5]bool + _, _, _ = yysep1954, yyq1954, yy2arr1954 + const yyr1954 bool = false + var yynn1954 int + if yyr1954 || yy2arr1954 { r.EncodeArrayStart(5) } else { - yynn1949 = 5 - for _, b := range yyq1949 { + yynn1954 = 5 + for _, b := range yyq1954 { if b { - yynn1949++ + yynn1954++ } } - r.EncodeMapStart(yynn1949) - yynn1949 = 0 + r.EncodeMapStart(yynn1954) + yynn1954 = 0 } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1951 := z.EncBinary() - _ = yym1951 + yym1956 := z.EncBinary() + _ = yym1956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -25358,14 +25413,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1952 := z.EncBinary() - _ = yym1952 + yym1957 := z.EncBinary() + _ = yym1957 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -25374,10 +25429,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1955 := z.EncBinary() - _ = yym1955 + yym1960 := z.EncBinary() + _ = yym1960 if false { } else { r.EncodeInt(int64(x.Port)) @@ -25386,44 +25441,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1956 := z.EncBinary() - _ = yym1956 + yym1961 := z.EncBinary() + _ = yym1961 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1958 := &x.TargetPort - yym1959 := z.EncBinary() - _ = yym1959 + yy1963 := &x.TargetPort + yym1964 := z.EncBinary() + _ = yym1964 if false { - } else if z.HasExtensions() && z.EncExt(yy1958) { - } else if !yym1959 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1958) + } else if z.HasExtensions() && z.EncExt(yy1963) { + } else if !yym1964 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1963) } else { - z.EncFallback(yy1958) + z.EncFallback(yy1963) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1960 := &x.TargetPort - yym1961 := z.EncBinary() - _ = yym1961 + yy1965 := &x.TargetPort + yym1966 := z.EncBinary() + _ = yym1966 if false { - } else if z.HasExtensions() && z.EncExt(yy1960) { - } else if !yym1961 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1960) + } else if z.HasExtensions() && z.EncExt(yy1965) { + } else if !yym1966 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1965) } else { - z.EncFallback(yy1960) + z.EncFallback(yy1965) } } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1963 := z.EncBinary() - _ = yym1963 + yym1968 := z.EncBinary() + _ = yym1968 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -25432,14 +25487,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1964 := z.EncBinary() - _ = yym1964 + yym1969 := z.EncBinary() + _ = yym1969 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr1949 || yy2arr1949 { + if yyr1954 || yy2arr1954 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25452,25 +25507,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1965 := z.DecBinary() - _ = yym1965 + yym1970 := z.DecBinary() + _ = yym1970 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1966 := r.ContainerType() - if yyct1966 == codecSelferValueTypeMap1234 { - yyl1966 := r.ReadMapStart() - if yyl1966 == 0 { + yyct1971 := r.ContainerType() + if yyct1971 == codecSelferValueTypeMap1234 { + yyl1971 := r.ReadMapStart() + if yyl1971 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1966, d) + x.codecDecodeSelfFromMap(yyl1971, d) } - } else if yyct1966 == codecSelferValueTypeArray1234 { - yyl1966 := r.ReadArrayStart() - if yyl1966 == 0 { + } else if yyct1971 == codecSelferValueTypeArray1234 { + yyl1971 := r.ReadArrayStart() + if yyl1971 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1966, d) + x.codecDecodeSelfFromArray(yyl1971, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25482,12 +25537,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1967Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1967Slc - var yyhl1967 bool = l >= 0 - for yyj1967 := 0; ; yyj1967++ { - if yyhl1967 { - if yyj1967 >= l { + var yys1972Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1972Slc + var yyhl1972 bool = l >= 0 + for yyj1972 := 0; ; yyj1972++ { + if yyhl1972 { + if yyj1972 >= l { break } } else { @@ -25496,10 +25551,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1967Slc = r.DecodeBytes(yys1967Slc, true, true) - yys1967 := string(yys1967Slc) + yys1972Slc = r.DecodeBytes(yys1972Slc, true, true) + yys1972 := string(yys1972Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1967 { + switch yys1972 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -25522,15 +25577,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv1971 := &x.TargetPort - yym1972 := z.DecBinary() - _ = yym1972 + yyv1976 := &x.TargetPort + yym1977 := z.DecBinary() + _ = yym1977 if false { - } else if z.HasExtensions() && z.DecExt(yyv1971) { - } else if !yym1972 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1971) + } else if z.HasExtensions() && z.DecExt(yyv1976) { + } else if !yym1977 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1976) } else { - z.DecFallback(yyv1971, false) + z.DecFallback(yyv1976, false) } } case "nodePort": @@ -25540,9 +25595,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys1967) - } // end switch yys1967 - } // end for yyj1967 + z.DecStructFieldNotFound(-1, yys1972) + } // end switch yys1972 + } // end for yyj1972 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25550,16 +25605,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1974 int - var yyb1974 bool - var yyhl1974 bool = l >= 0 - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + var yyj1979 int + var yyb1979 bool + var yyhl1979 bool = l >= 0 + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25569,13 +25624,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25585,13 +25640,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25601,13 +25656,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25615,24 +25670,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv1978 := &x.TargetPort - yym1979 := z.DecBinary() - _ = yym1979 + yyv1983 := &x.TargetPort + yym1984 := z.DecBinary() + _ = yym1984 if false { - } else if z.HasExtensions() && z.DecExt(yyv1978) { - } else if !yym1979 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1978) + } else if z.HasExtensions() && z.DecExt(yyv1983) { + } else if !yym1984 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1983) } else { - z.DecFallback(yyv1978, false) + z.DecFallback(yyv1983, false) } } - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25643,17 +25698,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj1974++ - if yyhl1974 { - yyb1974 = yyj1974 > l + yyj1979++ + if yyhl1979 { + yyb1979 = yyj1979 > l } else { - yyb1974 = r.CheckBreak() + yyb1979 = r.CheckBreak() } - if yyb1974 { + if yyb1979 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1974-1, "") + z.DecStructFieldNotFound(yyj1979-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25665,39 +25720,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1981 := z.EncBinary() - _ = yym1981 + yym1986 := z.EncBinary() + _ = yym1986 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1982 := !z.EncBinary() - yy2arr1982 := z.EncBasicHandle().StructToArray - var yyq1982 [5]bool - _, _, _ = yysep1982, yyq1982, yy2arr1982 - const yyr1982 bool = false - yyq1982[0] = x.Kind != "" - yyq1982[1] = x.APIVersion != "" - yyq1982[2] = true - yyq1982[3] = true - yyq1982[4] = true - var yynn1982 int - if yyr1982 || yy2arr1982 { + yysep1987 := !z.EncBinary() + yy2arr1987 := z.EncBasicHandle().StructToArray + var yyq1987 [5]bool + _, _, _ = yysep1987, yyq1987, yy2arr1987 + const yyr1987 bool = false + yyq1987[0] = x.Kind != "" + yyq1987[1] = x.APIVersion != "" + yyq1987[2] = true + yyq1987[3] = true + yyq1987[4] = true + var yynn1987 int + if yyr1987 || yy2arr1987 { r.EncodeArrayStart(5) } else { - yynn1982 = 0 - for _, b := range yyq1982 { + yynn1987 = 0 + for _, b := range yyq1987 { if b { - yynn1982++ + yynn1987++ } } - r.EncodeMapStart(yynn1982) - yynn1982 = 0 + r.EncodeMapStart(yynn1987) + yynn1987 = 0 } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1982[0] { - yym1984 := z.EncBinary() - _ = yym1984 + if yyq1987[0] { + yym1989 := z.EncBinary() + _ = yym1989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -25706,23 +25761,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1982[0] { + if yyq1987[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1985 := z.EncBinary() - _ = yym1985 + yym1990 := z.EncBinary() + _ = yym1990 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1982[1] { - yym1987 := z.EncBinary() - _ = yym1987 + if yyq1987[1] { + yym1992 := z.EncBinary() + _ = yym1992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -25731,70 +25786,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1982[1] { + if yyq1987[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1988 := z.EncBinary() - _ = yym1988 + yym1993 := z.EncBinary() + _ = yym1993 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1982[2] { - yy1990 := &x.ObjectMeta - yy1990.CodecEncodeSelf(e) + if yyq1987[2] { + yy1995 := &x.ObjectMeta + yy1995.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1982[2] { + if yyq1987[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1991 := &x.ObjectMeta - yy1991.CodecEncodeSelf(e) + yy1996 := &x.ObjectMeta + yy1996.CodecEncodeSelf(e) } } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1982[3] { - yy1993 := &x.Spec - yy1993.CodecEncodeSelf(e) + if yyq1987[3] { + yy1998 := &x.Spec + yy1998.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1982[3] { + if yyq1987[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1994 := &x.Spec - yy1994.CodecEncodeSelf(e) + yy1999 := &x.Spec + yy1999.CodecEncodeSelf(e) } } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1982[4] { - yy1996 := &x.Status - yy1996.CodecEncodeSelf(e) + if yyq1987[4] { + yy2001 := &x.Status + yy2001.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1982[4] { + if yyq1987[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1997 := &x.Status - yy1997.CodecEncodeSelf(e) + yy2002 := &x.Status + yy2002.CodecEncodeSelf(e) } } - if yyr1982 || yy2arr1982 { + if yyr1987 || yy2arr1987 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25807,25 +25862,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1998 := z.DecBinary() - _ = yym1998 + yym2003 := z.DecBinary() + _ = yym2003 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1999 := r.ContainerType() - if yyct1999 == codecSelferValueTypeMap1234 { - yyl1999 := r.ReadMapStart() - if yyl1999 == 0 { + yyct2004 := r.ContainerType() + if yyct2004 == codecSelferValueTypeMap1234 { + yyl2004 := r.ReadMapStart() + if yyl2004 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1999, d) + x.codecDecodeSelfFromMap(yyl2004, d) } - } else if yyct1999 == codecSelferValueTypeArray1234 { - yyl1999 := r.ReadArrayStart() - if yyl1999 == 0 { + } else if yyct2004 == codecSelferValueTypeArray1234 { + yyl2004 := r.ReadArrayStart() + if yyl2004 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1999, d) + x.codecDecodeSelfFromArray(yyl2004, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25837,12 +25892,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2000Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2000Slc - var yyhl2000 bool = l >= 0 - for yyj2000 := 0; ; yyj2000++ { - if yyhl2000 { - if yyj2000 >= l { + var yys2005Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2005Slc + var yyhl2005 bool = l >= 0 + for yyj2005 := 0; ; yyj2005++ { + if yyhl2005 { + if yyj2005 >= l { break } } else { @@ -25851,10 +25906,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2000Slc = r.DecodeBytes(yys2000Slc, true, true) - yys2000 := string(yys2000Slc) + yys2005Slc = r.DecodeBytes(yys2005Slc, true, true) + yys2005 := string(yys2005Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2000 { + switch yys2005 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -25871,27 +25926,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2003 := &x.ObjectMeta - yyv2003.CodecDecodeSelf(d) + yyv2008 := &x.ObjectMeta + yyv2008.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2004 := &x.Spec - yyv2004.CodecDecodeSelf(d) + yyv2009 := &x.Spec + yyv2009.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2005 := &x.Status - yyv2005.CodecDecodeSelf(d) + yyv2010 := &x.Status + yyv2010.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2000) - } // end switch yys2000 - } // end for yyj2000 + z.DecStructFieldNotFound(-1, yys2005) + } // end switch yys2005 + } // end for yyj2005 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25899,16 +25954,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2006 int - var yyb2006 bool - var yyhl2006 bool = l >= 0 - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + var yyj2011 int + var yyb2011 bool + var yyhl2011 bool = l >= 0 + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25918,13 +25973,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25934,13 +25989,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25948,16 +26003,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2009 := &x.ObjectMeta - yyv2009.CodecDecodeSelf(d) + yyv2014 := &x.ObjectMeta + yyv2014.CodecDecodeSelf(d) } - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25965,16 +26020,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2010 := &x.Spec - yyv2010.CodecDecodeSelf(d) + yyv2015 := &x.Spec + yyv2015.CodecDecodeSelf(d) } - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25982,21 +26037,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2011 := &x.Status - yyv2011.CodecDecodeSelf(d) + yyv2016 := &x.Status + yyv2016.CodecDecodeSelf(d) } for { - yyj2006++ - if yyhl2006 { - yyb2006 = yyj2006 > l + yyj2011++ + if yyhl2011 { + yyb2011 = yyj2011 > l } else { - yyb2006 = r.CheckBreak() + yyb2011 = r.CheckBreak() } - if yyb2006 { + if yyb2011 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2006-1, "") + z.DecStructFieldNotFound(yyj2011-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26008,38 +26063,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2012 := z.EncBinary() - _ = yym2012 + yym2017 := z.EncBinary() + _ = yym2017 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2013 := !z.EncBinary() - yy2arr2013 := z.EncBasicHandle().StructToArray - var yyq2013 [5]bool - _, _, _ = yysep2013, yyq2013, yy2arr2013 - const yyr2013 bool = false - yyq2013[0] = x.Kind != "" - yyq2013[1] = x.APIVersion != "" - yyq2013[2] = true - yyq2013[4] = len(x.ImagePullSecrets) != 0 - var yynn2013 int - if yyr2013 || yy2arr2013 { + yysep2018 := !z.EncBinary() + yy2arr2018 := z.EncBasicHandle().StructToArray + var yyq2018 [5]bool + _, _, _ = yysep2018, yyq2018, yy2arr2018 + const yyr2018 bool = false + yyq2018[0] = x.Kind != "" + yyq2018[1] = x.APIVersion != "" + yyq2018[2] = true + yyq2018[4] = len(x.ImagePullSecrets) != 0 + var yynn2018 int + if yyr2018 || yy2arr2018 { r.EncodeArrayStart(5) } else { - yynn2013 = 1 - for _, b := range yyq2013 { + yynn2018 = 1 + for _, b := range yyq2018 { if b { - yynn2013++ + yynn2018++ } } - r.EncodeMapStart(yynn2013) - yynn2013 = 0 + r.EncodeMapStart(yynn2018) + yynn2018 = 0 } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2013[0] { - yym2015 := z.EncBinary() - _ = yym2015 + if yyq2018[0] { + yym2020 := z.EncBinary() + _ = yym2020 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26048,23 +26103,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2013[0] { + if yyq2018[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2016 := z.EncBinary() - _ = yym2016 + yym2021 := z.EncBinary() + _ = yym2021 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2013[1] { - yym2018 := z.EncBinary() - _ = yym2018 + if yyq2018[1] { + yym2023 := z.EncBinary() + _ = yym2023 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26073,42 +26128,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2013[1] { + if yyq2018[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2019 := z.EncBinary() - _ = yym2019 + yym2024 := z.EncBinary() + _ = yym2024 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2013[2] { - yy2021 := &x.ObjectMeta - yy2021.CodecEncodeSelf(e) + if yyq2018[2] { + yy2026 := &x.ObjectMeta + yy2026.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2013[2] { + if yyq2018[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2022 := &x.ObjectMeta - yy2022.CodecEncodeSelf(e) + yy2027 := &x.ObjectMeta + yy2027.CodecEncodeSelf(e) } } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2024 := z.EncBinary() - _ = yym2024 + yym2029 := z.EncBinary() + _ = yym2029 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -26121,22 +26176,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2025 := z.EncBinary() - _ = yym2025 + yym2030 := z.EncBinary() + _ = yym2030 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2013[4] { + if yyq2018[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2027 := z.EncBinary() - _ = yym2027 + yym2032 := z.EncBinary() + _ = yym2032 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26146,15 +26201,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2013[4] { + if yyq2018[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2028 := z.EncBinary() - _ = yym2028 + yym2033 := z.EncBinary() + _ = yym2033 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -26162,7 +26217,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2013 || yy2arr2013 { + if yyr2018 || yy2arr2018 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26175,25 +26230,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2029 := z.DecBinary() - _ = yym2029 + yym2034 := z.DecBinary() + _ = yym2034 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2030 := r.ContainerType() - if yyct2030 == codecSelferValueTypeMap1234 { - yyl2030 := r.ReadMapStart() - if yyl2030 == 0 { + yyct2035 := r.ContainerType() + if yyct2035 == codecSelferValueTypeMap1234 { + yyl2035 := r.ReadMapStart() + if yyl2035 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2030, d) + x.codecDecodeSelfFromMap(yyl2035, d) } - } else if yyct2030 == codecSelferValueTypeArray1234 { - yyl2030 := r.ReadArrayStart() - if yyl2030 == 0 { + } else if yyct2035 == codecSelferValueTypeArray1234 { + yyl2035 := r.ReadArrayStart() + if yyl2035 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2030, d) + x.codecDecodeSelfFromArray(yyl2035, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26205,12 +26260,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2031Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2031Slc - var yyhl2031 bool = l >= 0 - for yyj2031 := 0; ; yyj2031++ { - if yyhl2031 { - if yyj2031 >= l { + var yys2036Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2036Slc + var yyhl2036 bool = l >= 0 + for yyj2036 := 0; ; yyj2036++ { + if yyhl2036 { + if yyj2036 >= l { break } } else { @@ -26219,10 +26274,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2031Slc = r.DecodeBytes(yys2031Slc, true, true) - yys2031 := string(yys2031Slc) + yys2036Slc = r.DecodeBytes(yys2036Slc, true, true) + yys2036 := string(yys2036Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2031 { + switch yys2036 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26239,37 +26294,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2034 := &x.ObjectMeta - yyv2034.CodecDecodeSelf(d) + yyv2039 := &x.ObjectMeta + yyv2039.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2035 := &x.Secrets - yym2036 := z.DecBinary() - _ = yym2036 + yyv2040 := &x.Secrets + yym2041 := z.DecBinary() + _ = yym2041 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2035), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2040), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2037 := &x.ImagePullSecrets - yym2038 := z.DecBinary() - _ = yym2038 + yyv2042 := &x.ImagePullSecrets + yym2043 := z.DecBinary() + _ = yym2043 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2037), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2042), d) } } default: - z.DecStructFieldNotFound(-1, yys2031) - } // end switch yys2031 - } // end for yyj2031 + z.DecStructFieldNotFound(-1, yys2036) + } // end switch yys2036 + } // end for yyj2036 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26277,16 +26332,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2039 int - var yyb2039 bool - var yyhl2039 bool = l >= 0 - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + var yyj2044 int + var yyb2044 bool + var yyhl2044 bool = l >= 0 + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26296,13 +26351,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26312,13 +26367,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26326,16 +26381,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2042 := &x.ObjectMeta - yyv2042.CodecDecodeSelf(d) + yyv2047 := &x.ObjectMeta + yyv2047.CodecDecodeSelf(d) } - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26343,21 +26398,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2043 := &x.Secrets - yym2044 := z.DecBinary() - _ = yym2044 + yyv2048 := &x.Secrets + yym2049 := z.DecBinary() + _ = yym2049 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2043), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2048), d) } } - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26365,26 +26420,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2045 := &x.ImagePullSecrets - yym2046 := z.DecBinary() - _ = yym2046 + yyv2050 := &x.ImagePullSecrets + yym2051 := z.DecBinary() + _ = yym2051 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2045), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2050), d) } } for { - yyj2039++ - if yyhl2039 { - yyb2039 = yyj2039 > l + yyj2044++ + if yyhl2044 { + yyb2044 = yyj2044 > l } else { - yyb2039 = r.CheckBreak() + yyb2044 = r.CheckBreak() } - if yyb2039 { + if yyb2044 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2039-1, "") + z.DecStructFieldNotFound(yyj2044-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26396,37 +26451,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2047 := z.EncBinary() - _ = yym2047 + yym2052 := z.EncBinary() + _ = yym2052 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2048 := !z.EncBinary() - yy2arr2048 := z.EncBasicHandle().StructToArray - var yyq2048 [4]bool - _, _, _ = yysep2048, yyq2048, yy2arr2048 - const yyr2048 bool = false - yyq2048[0] = x.Kind != "" - yyq2048[1] = x.APIVersion != "" - yyq2048[2] = true - var yynn2048 int - if yyr2048 || yy2arr2048 { + yysep2053 := !z.EncBinary() + yy2arr2053 := z.EncBasicHandle().StructToArray + var yyq2053 [4]bool + _, _, _ = yysep2053, yyq2053, yy2arr2053 + const yyr2053 bool = false + yyq2053[0] = x.Kind != "" + yyq2053[1] = x.APIVersion != "" + yyq2053[2] = true + var yynn2053 int + if yyr2053 || yy2arr2053 { r.EncodeArrayStart(4) } else { - yynn2048 = 1 - for _, b := range yyq2048 { + yynn2053 = 1 + for _, b := range yyq2053 { if b { - yynn2048++ + yynn2053++ } } - r.EncodeMapStart(yynn2048) - yynn2048 = 0 + r.EncodeMapStart(yynn2053) + yynn2053 = 0 } - if yyr2048 || yy2arr2048 { + if yyr2053 || yy2arr2053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2048[0] { - yym2050 := z.EncBinary() - _ = yym2050 + if yyq2053[0] { + yym2055 := z.EncBinary() + _ = yym2055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26435,23 +26490,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2048[0] { + if yyq2053[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2051 := z.EncBinary() - _ = yym2051 + yym2056 := z.EncBinary() + _ = yym2056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2048 || yy2arr2048 { + if yyr2053 || yy2arr2053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2048[1] { - yym2053 := z.EncBinary() - _ = yym2053 + if yyq2053[1] { + yym2058 := z.EncBinary() + _ = yym2058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26460,54 +26515,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2048[1] { + if yyq2053[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2054 := z.EncBinary() - _ = yym2054 + yym2059 := z.EncBinary() + _ = yym2059 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2048 || yy2arr2048 { + if yyr2053 || yy2arr2053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2048[2] { - yy2056 := &x.ListMeta - yym2057 := z.EncBinary() - _ = yym2057 + if yyq2053[2] { + yy2061 := &x.ListMeta + yym2062 := z.EncBinary() + _ = yym2062 if false { - } else if z.HasExtensions() && z.EncExt(yy2056) { + } else if z.HasExtensions() && z.EncExt(yy2061) { } else { - z.EncFallback(yy2056) + z.EncFallback(yy2061) } } else { r.EncodeNil() } } else { - if yyq2048[2] { + if yyq2053[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2058 := &x.ListMeta - yym2059 := z.EncBinary() - _ = yym2059 + yy2063 := &x.ListMeta + yym2064 := z.EncBinary() + _ = yym2064 if false { - } else if z.HasExtensions() && z.EncExt(yy2058) { + } else if z.HasExtensions() && z.EncExt(yy2063) { } else { - z.EncFallback(yy2058) + z.EncFallback(yy2063) } } } - if yyr2048 || yy2arr2048 { + if yyr2053 || yy2arr2053 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2061 := z.EncBinary() - _ = yym2061 + yym2066 := z.EncBinary() + _ = yym2066 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -26520,15 +26575,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2062 := z.EncBinary() - _ = yym2062 + yym2067 := z.EncBinary() + _ = yym2067 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2048 || yy2arr2048 { + if yyr2053 || yy2arr2053 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26541,25 +26596,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2063 := z.DecBinary() - _ = yym2063 + yym2068 := z.DecBinary() + _ = yym2068 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2064 := r.ContainerType() - if yyct2064 == codecSelferValueTypeMap1234 { - yyl2064 := r.ReadMapStart() - if yyl2064 == 0 { + yyct2069 := r.ContainerType() + if yyct2069 == codecSelferValueTypeMap1234 { + yyl2069 := r.ReadMapStart() + if yyl2069 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2064, d) + x.codecDecodeSelfFromMap(yyl2069, d) } - } else if yyct2064 == codecSelferValueTypeArray1234 { - yyl2064 := r.ReadArrayStart() - if yyl2064 == 0 { + } else if yyct2069 == codecSelferValueTypeArray1234 { + yyl2069 := r.ReadArrayStart() + if yyl2069 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2064, d) + x.codecDecodeSelfFromArray(yyl2069, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26571,12 +26626,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2065Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2065Slc - var yyhl2065 bool = l >= 0 - for yyj2065 := 0; ; yyj2065++ { - if yyhl2065 { - if yyj2065 >= l { + var yys2070Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2070Slc + var yyhl2070 bool = l >= 0 + for yyj2070 := 0; ; yyj2070++ { + if yyhl2070 { + if yyj2070 >= l { break } } else { @@ -26585,10 +26640,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2065Slc = r.DecodeBytes(yys2065Slc, true, true) - yys2065 := string(yys2065Slc) + yys2070Slc = r.DecodeBytes(yys2070Slc, true, true) + yys2070 := string(yys2070Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2065 { + switch yys2070 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26605,31 +26660,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2068 := &x.ListMeta - yym2069 := z.DecBinary() - _ = yym2069 + yyv2073 := &x.ListMeta + yym2074 := z.DecBinary() + _ = yym2074 if false { - } else if z.HasExtensions() && z.DecExt(yyv2068) { + } else if z.HasExtensions() && z.DecExt(yyv2073) { } else { - z.DecFallback(yyv2068, false) + z.DecFallback(yyv2073, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2070 := &x.Items - yym2071 := z.DecBinary() - _ = yym2071 + yyv2075 := &x.Items + yym2076 := z.DecBinary() + _ = yym2076 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2070), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2075), d) } } default: - z.DecStructFieldNotFound(-1, yys2065) - } // end switch yys2065 - } // end for yyj2065 + z.DecStructFieldNotFound(-1, yys2070) + } // end switch yys2070 + } // end for yyj2070 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26637,16 +26692,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2072 int - var yyb2072 bool - var yyhl2072 bool = l >= 0 - yyj2072++ - if yyhl2072 { - yyb2072 = yyj2072 > l + var yyj2077 int + var yyb2077 bool + var yyhl2077 bool = l >= 0 + yyj2077++ + if yyhl2077 { + yyb2077 = yyj2077 > l } else { - yyb2072 = r.CheckBreak() + yyb2077 = r.CheckBreak() } - if yyb2072 { + if yyb2077 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26656,13 +26711,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2072++ - if yyhl2072 { - yyb2072 = yyj2072 > l + yyj2077++ + if yyhl2077 { + yyb2077 = yyj2077 > l } else { - yyb2072 = r.CheckBreak() + yyb2077 = r.CheckBreak() } - if yyb2072 { + if yyb2077 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26672,13 +26727,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2072++ - if yyhl2072 { - yyb2072 = yyj2072 > l + yyj2077++ + if yyhl2077 { + yyb2077 = yyj2077 > l } else { - yyb2072 = r.CheckBreak() + yyb2077 = r.CheckBreak() } - if yyb2072 { + if yyb2077 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26686,22 +26741,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2075 := &x.ListMeta - yym2076 := z.DecBinary() - _ = yym2076 + yyv2080 := &x.ListMeta + yym2081 := z.DecBinary() + _ = yym2081 if false { - } else if z.HasExtensions() && z.DecExt(yyv2075) { + } else if z.HasExtensions() && z.DecExt(yyv2080) { } else { - z.DecFallback(yyv2075, false) + z.DecFallback(yyv2080, false) } } - yyj2072++ - if yyhl2072 { - yyb2072 = yyj2072 > l + yyj2077++ + if yyhl2077 { + yyb2077 = yyj2077 > l } else { - yyb2072 = r.CheckBreak() + yyb2077 = r.CheckBreak() } - if yyb2072 { + if yyb2077 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26709,26 +26764,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2077 := &x.Items - yym2078 := z.DecBinary() - _ = yym2078 + yyv2082 := &x.Items + yym2083 := z.DecBinary() + _ = yym2083 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2077), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2082), d) } } for { - yyj2072++ - if yyhl2072 { - yyb2072 = yyj2072 > l + yyj2077++ + if yyhl2077 { + yyb2077 = yyj2077 > l } else { - yyb2072 = r.CheckBreak() + yyb2077 = r.CheckBreak() } - if yyb2072 { + if yyb2077 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2072-1, "") + z.DecStructFieldNotFound(yyj2077-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26740,37 +26795,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2079 := z.EncBinary() - _ = yym2079 + yym2084 := z.EncBinary() + _ = yym2084 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2080 := !z.EncBinary() - yy2arr2080 := z.EncBasicHandle().StructToArray - var yyq2080 [4]bool - _, _, _ = yysep2080, yyq2080, yy2arr2080 - const yyr2080 bool = false - yyq2080[0] = x.Kind != "" - yyq2080[1] = x.APIVersion != "" - yyq2080[2] = true - var yynn2080 int - if yyr2080 || yy2arr2080 { + yysep2085 := !z.EncBinary() + yy2arr2085 := z.EncBasicHandle().StructToArray + var yyq2085 [4]bool + _, _, _ = yysep2085, yyq2085, yy2arr2085 + const yyr2085 bool = false + yyq2085[0] = x.Kind != "" + yyq2085[1] = x.APIVersion != "" + yyq2085[2] = true + var yynn2085 int + if yyr2085 || yy2arr2085 { r.EncodeArrayStart(4) } else { - yynn2080 = 1 - for _, b := range yyq2080 { + yynn2085 = 1 + for _, b := range yyq2085 { if b { - yynn2080++ + yynn2085++ } } - r.EncodeMapStart(yynn2080) - yynn2080 = 0 + r.EncodeMapStart(yynn2085) + yynn2085 = 0 } - if yyr2080 || yy2arr2080 { + if yyr2085 || yy2arr2085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2080[0] { - yym2082 := z.EncBinary() - _ = yym2082 + if yyq2085[0] { + yym2087 := z.EncBinary() + _ = yym2087 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26779,23 +26834,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2080[0] { + if yyq2085[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2083 := z.EncBinary() - _ = yym2083 + yym2088 := z.EncBinary() + _ = yym2088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2080 || yy2arr2080 { + if yyr2085 || yy2arr2085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2080[1] { - yym2085 := z.EncBinary() - _ = yym2085 + if yyq2085[1] { + yym2090 := z.EncBinary() + _ = yym2090 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26804,42 +26859,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2080[1] { + if yyq2085[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2086 := z.EncBinary() - _ = yym2086 + yym2091 := z.EncBinary() + _ = yym2091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2080 || yy2arr2080 { + if yyr2085 || yy2arr2085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2080[2] { - yy2088 := &x.ObjectMeta - yy2088.CodecEncodeSelf(e) + if yyq2085[2] { + yy2093 := &x.ObjectMeta + yy2093.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2080[2] { + if yyq2085[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2089 := &x.ObjectMeta - yy2089.CodecEncodeSelf(e) + yy2094 := &x.ObjectMeta + yy2094.CodecEncodeSelf(e) } } - if yyr2080 || yy2arr2080 { + if yyr2085 || yy2arr2085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2091 := z.EncBinary() - _ = yym2091 + yym2096 := z.EncBinary() + _ = yym2096 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -26852,15 +26907,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2092 := z.EncBinary() - _ = yym2092 + yym2097 := z.EncBinary() + _ = yym2097 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2080 || yy2arr2080 { + if yyr2085 || yy2arr2085 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26873,25 +26928,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2093 := z.DecBinary() - _ = yym2093 + yym2098 := z.DecBinary() + _ = yym2098 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2094 := r.ContainerType() - if yyct2094 == codecSelferValueTypeMap1234 { - yyl2094 := r.ReadMapStart() - if yyl2094 == 0 { + yyct2099 := r.ContainerType() + if yyct2099 == codecSelferValueTypeMap1234 { + yyl2099 := r.ReadMapStart() + if yyl2099 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2094, d) + x.codecDecodeSelfFromMap(yyl2099, d) } - } else if yyct2094 == codecSelferValueTypeArray1234 { - yyl2094 := r.ReadArrayStart() - if yyl2094 == 0 { + } else if yyct2099 == codecSelferValueTypeArray1234 { + yyl2099 := r.ReadArrayStart() + if yyl2099 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2094, d) + x.codecDecodeSelfFromArray(yyl2099, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26903,12 +26958,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2095Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2095Slc - var yyhl2095 bool = l >= 0 - for yyj2095 := 0; ; yyj2095++ { - if yyhl2095 { - if yyj2095 >= l { + var yys2100Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2100Slc + var yyhl2100 bool = l >= 0 + for yyj2100 := 0; ; yyj2100++ { + if yyhl2100 { + if yyj2100 >= l { break } } else { @@ -26917,10 +26972,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2095Slc = r.DecodeBytes(yys2095Slc, true, true) - yys2095 := string(yys2095Slc) + yys2100Slc = r.DecodeBytes(yys2100Slc, true, true) + yys2100 := string(yys2100Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2095 { + switch yys2100 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26937,25 +26992,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2098 := &x.ObjectMeta - yyv2098.CodecDecodeSelf(d) + yyv2103 := &x.ObjectMeta + yyv2103.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2099 := &x.Subsets - yym2100 := z.DecBinary() - _ = yym2100 + yyv2104 := &x.Subsets + yym2105 := z.DecBinary() + _ = yym2105 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2099), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2104), d) } } default: - z.DecStructFieldNotFound(-1, yys2095) - } // end switch yys2095 - } // end for yyj2095 + z.DecStructFieldNotFound(-1, yys2100) + } // end switch yys2100 + } // end for yyj2100 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26963,16 +27018,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2101 int - var yyb2101 bool - var yyhl2101 bool = l >= 0 - yyj2101++ - if yyhl2101 { - yyb2101 = yyj2101 > l + var yyj2106 int + var yyb2106 bool + var yyhl2106 bool = l >= 0 + yyj2106++ + if yyhl2106 { + yyb2106 = yyj2106 > l } else { - yyb2101 = r.CheckBreak() + yyb2106 = r.CheckBreak() } - if yyb2101 { + if yyb2106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26982,13 +27037,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2101++ - if yyhl2101 { - yyb2101 = yyj2101 > l + yyj2106++ + if yyhl2106 { + yyb2106 = yyj2106 > l } else { - yyb2101 = r.CheckBreak() + yyb2106 = r.CheckBreak() } - if yyb2101 { + if yyb2106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26998,13 +27053,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2101++ - if yyhl2101 { - yyb2101 = yyj2101 > l + yyj2106++ + if yyhl2106 { + yyb2106 = yyj2106 > l } else { - yyb2101 = r.CheckBreak() + yyb2106 = r.CheckBreak() } - if yyb2101 { + if yyb2106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27012,16 +27067,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2104 := &x.ObjectMeta - yyv2104.CodecDecodeSelf(d) + yyv2109 := &x.ObjectMeta + yyv2109.CodecDecodeSelf(d) } - yyj2101++ - if yyhl2101 { - yyb2101 = yyj2101 > l + yyj2106++ + if yyhl2106 { + yyb2106 = yyj2106 > l } else { - yyb2101 = r.CheckBreak() + yyb2106 = r.CheckBreak() } - if yyb2101 { + if yyb2106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27029,26 +27084,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2105 := &x.Subsets - yym2106 := z.DecBinary() - _ = yym2106 + yyv2110 := &x.Subsets + yym2111 := z.DecBinary() + _ = yym2111 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2105), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2110), d) } } for { - yyj2101++ - if yyhl2101 { - yyb2101 = yyj2101 > l + yyj2106++ + if yyhl2106 { + yyb2106 = yyj2106 > l } else { - yyb2101 = r.CheckBreak() + yyb2106 = r.CheckBreak() } - if yyb2101 { + if yyb2106 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2101-1, "") + z.DecStructFieldNotFound(yyj2106-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27060,36 +27115,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2107 := z.EncBinary() - _ = yym2107 + yym2112 := z.EncBinary() + _ = yym2112 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2108 := !z.EncBinary() - yy2arr2108 := z.EncBasicHandle().StructToArray - var yyq2108 [3]bool - _, _, _ = yysep2108, yyq2108, yy2arr2108 - const yyr2108 bool = false - var yynn2108 int - if yyr2108 || yy2arr2108 { + yysep2113 := !z.EncBinary() + yy2arr2113 := z.EncBasicHandle().StructToArray + var yyq2113 [3]bool + _, _, _ = yysep2113, yyq2113, yy2arr2113 + const yyr2113 bool = false + var yynn2113 int + if yyr2113 || yy2arr2113 { r.EncodeArrayStart(3) } else { - yynn2108 = 3 - for _, b := range yyq2108 { + yynn2113 = 3 + for _, b := range yyq2113 { if b { - yynn2108++ + yynn2113++ } } - r.EncodeMapStart(yynn2108) - yynn2108 = 0 + r.EncodeMapStart(yynn2113) + yynn2113 = 0 } - if yyr2108 || yy2arr2108 { + if yyr2113 || yy2arr2113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2110 := z.EncBinary() - _ = yym2110 + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -27102,21 +27157,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2111 := z.EncBinary() - _ = yym2111 + yym2116 := z.EncBinary() + _ = yym2116 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2108 || yy2arr2108 { + if yyr2113 || yy2arr2113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2113 := z.EncBinary() - _ = yym2113 + yym2118 := z.EncBinary() + _ = yym2118 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -27129,21 +27184,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2114 := z.EncBinary() - _ = yym2114 + yym2119 := z.EncBinary() + _ = yym2119 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2108 || yy2arr2108 { + if yyr2113 || yy2arr2113 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2116 := z.EncBinary() - _ = yym2116 + yym2121 := z.EncBinary() + _ = yym2121 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -27156,15 +27211,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2117 := z.EncBinary() - _ = yym2117 + yym2122 := z.EncBinary() + _ = yym2122 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2108 || yy2arr2108 { + if yyr2113 || yy2arr2113 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27177,25 +27232,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2118 := z.DecBinary() - _ = yym2118 + yym2123 := z.DecBinary() + _ = yym2123 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2119 := r.ContainerType() - if yyct2119 == codecSelferValueTypeMap1234 { - yyl2119 := r.ReadMapStart() - if yyl2119 == 0 { + yyct2124 := r.ContainerType() + if yyct2124 == codecSelferValueTypeMap1234 { + yyl2124 := r.ReadMapStart() + if yyl2124 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2119, d) + x.codecDecodeSelfFromMap(yyl2124, d) } - } else if yyct2119 == codecSelferValueTypeArray1234 { - yyl2119 := r.ReadArrayStart() - if yyl2119 == 0 { + } else if yyct2124 == codecSelferValueTypeArray1234 { + yyl2124 := r.ReadArrayStart() + if yyl2124 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2119, d) + x.codecDecodeSelfFromArray(yyl2124, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27207,12 +27262,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2120Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2120Slc - var yyhl2120 bool = l >= 0 - for yyj2120 := 0; ; yyj2120++ { - if yyhl2120 { - if yyj2120 >= l { + var yys2125Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2125Slc + var yyhl2125 bool = l >= 0 + for yyj2125 := 0; ; yyj2125++ { + if yyhl2125 { + if yyj2125 >= l { break } } else { @@ -27221,50 +27276,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2120Slc = r.DecodeBytes(yys2120Slc, true, true) - yys2120 := string(yys2120Slc) + yys2125Slc = r.DecodeBytes(yys2125Slc, true, true) + yys2125 := string(yys2125Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2120 { + switch yys2125 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2121 := &x.Addresses - yym2122 := z.DecBinary() - _ = yym2122 + yyv2126 := &x.Addresses + yym2127 := z.DecBinary() + _ = yym2127 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2121), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2126), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2123 := &x.NotReadyAddresses - yym2124 := z.DecBinary() - _ = yym2124 + yyv2128 := &x.NotReadyAddresses + yym2129 := z.DecBinary() + _ = yym2129 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2123), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2128), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2125 := &x.Ports - yym2126 := z.DecBinary() - _ = yym2126 + yyv2130 := &x.Ports + yym2131 := z.DecBinary() + _ = yym2131 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2125), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2130), d) } } default: - z.DecStructFieldNotFound(-1, yys2120) - } // end switch yys2120 - } // end for yyj2120 + z.DecStructFieldNotFound(-1, yys2125) + } // end switch yys2125 + } // end for yyj2125 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27272,16 +27327,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2127 int - var yyb2127 bool - var yyhl2127 bool = l >= 0 - yyj2127++ - if yyhl2127 { - yyb2127 = yyj2127 > l + var yyj2132 int + var yyb2132 bool + var yyhl2132 bool = l >= 0 + yyj2132++ + if yyhl2132 { + yyb2132 = yyj2132 > l } else { - yyb2127 = r.CheckBreak() + yyb2132 = r.CheckBreak() } - if yyb2127 { + if yyb2132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27289,21 +27344,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2128 := &x.Addresses - yym2129 := z.DecBinary() - _ = yym2129 + yyv2133 := &x.Addresses + yym2134 := z.DecBinary() + _ = yym2134 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2128), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2133), d) } } - yyj2127++ - if yyhl2127 { - yyb2127 = yyj2127 > l + yyj2132++ + if yyhl2132 { + yyb2132 = yyj2132 > l } else { - yyb2127 = r.CheckBreak() + yyb2132 = r.CheckBreak() } - if yyb2127 { + if yyb2132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27311,21 +27366,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2130 := &x.NotReadyAddresses - yym2131 := z.DecBinary() - _ = yym2131 + yyv2135 := &x.NotReadyAddresses + yym2136 := z.DecBinary() + _ = yym2136 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2130), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2135), d) } } - yyj2127++ - if yyhl2127 { - yyb2127 = yyj2127 > l + yyj2132++ + if yyhl2132 { + yyb2132 = yyj2132 > l } else { - yyb2127 = r.CheckBreak() + yyb2132 = r.CheckBreak() } - if yyb2127 { + if yyb2132 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27333,26 +27388,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2132 := &x.Ports - yym2133 := z.DecBinary() - _ = yym2133 + yyv2137 := &x.Ports + yym2138 := z.DecBinary() + _ = yym2138 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2132), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2137), d) } } for { - yyj2127++ - if yyhl2127 { - yyb2127 = yyj2127 > l + yyj2132++ + if yyhl2132 { + yyb2132 = yyj2132 > l } else { - yyb2127 = r.CheckBreak() + yyb2132 = r.CheckBreak() } - if yyb2127 { + if yyb2132 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2127-1, "") + z.DecStructFieldNotFound(yyj2132-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27364,33 +27419,33 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2134 := z.EncBinary() - _ = yym2134 + yym2139 := z.EncBinary() + _ = yym2139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2135 := !z.EncBinary() - yy2arr2135 := z.EncBasicHandle().StructToArray - var yyq2135 [2]bool - _, _, _ = yysep2135, yyq2135, yy2arr2135 - const yyr2135 bool = false - var yynn2135 int - if yyr2135 || yy2arr2135 { + yysep2140 := !z.EncBinary() + yy2arr2140 := z.EncBasicHandle().StructToArray + var yyq2140 [2]bool + _, _, _ = yysep2140, yyq2140, yy2arr2140 + const yyr2140 bool = false + var yynn2140 int + if yyr2140 || yy2arr2140 { r.EncodeArrayStart(2) } else { - yynn2135 = 2 - for _, b := range yyq2135 { + yynn2140 = 2 + for _, b := range yyq2140 { if b { - yynn2135++ + yynn2140++ } } - r.EncodeMapStart(yynn2135) - yynn2135 = 0 + r.EncodeMapStart(yynn2140) + yynn2140 = 0 } - if yyr2135 || yy2arr2135 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2137 := z.EncBinary() - _ = yym2137 + yym2142 := z.EncBinary() + _ = yym2142 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -27399,14 +27454,14 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2138 := z.EncBinary() - _ = yym2138 + yym2143 := z.EncBinary() + _ = yym2143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2135 || yy2arr2135 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -27423,7 +27478,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2135 || yy2arr2135 { + if yyr2140 || yy2arr2140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27436,25 +27491,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2140 := z.DecBinary() - _ = yym2140 + yym2145 := z.DecBinary() + _ = yym2145 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2141 := r.ContainerType() - if yyct2141 == codecSelferValueTypeMap1234 { - yyl2141 := r.ReadMapStart() - if yyl2141 == 0 { + yyct2146 := r.ContainerType() + if yyct2146 == codecSelferValueTypeMap1234 { + yyl2146 := r.ReadMapStart() + if yyl2146 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2141, d) + x.codecDecodeSelfFromMap(yyl2146, d) } - } else if yyct2141 == codecSelferValueTypeArray1234 { - yyl2141 := r.ReadArrayStart() - if yyl2141 == 0 { + } else if yyct2146 == codecSelferValueTypeArray1234 { + yyl2146 := r.ReadArrayStart() + if yyl2146 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2141, d) + x.codecDecodeSelfFromArray(yyl2146, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27466,12 +27521,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2142Slc - var yyhl2142 bool = l >= 0 - for yyj2142 := 0; ; yyj2142++ { - if yyhl2142 { - if yyj2142 >= l { + var yys2147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2147Slc + var yyhl2147 bool = l >= 0 + for yyj2147 := 0; ; yyj2147++ { + if yyhl2147 { + if yyj2147 >= l { break } } else { @@ -27480,10 +27535,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2142Slc = r.DecodeBytes(yys2142Slc, true, true) - yys2142 := string(yys2142Slc) + yys2147Slc = r.DecodeBytes(yys2147Slc, true, true) + yys2147 := string(yys2147Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2142 { + switch yys2147 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -27502,9 +27557,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2142) - } // end switch yys2142 - } // end for yyj2142 + z.DecStructFieldNotFound(-1, yys2147) + } // end switch yys2147 + } // end for yyj2147 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27512,16 +27567,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2145 int - var yyb2145 bool - var yyhl2145 bool = l >= 0 - yyj2145++ - if yyhl2145 { - yyb2145 = yyj2145 > l + var yyj2150 int + var yyb2150 bool + var yyhl2150 bool = l >= 0 + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2145 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2145 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27531,13 +27586,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2145++ - if yyhl2145 { - yyb2145 = yyj2145 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2145 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2145 { + if yyb2150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27553,17 +27608,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2145++ - if yyhl2145 { - yyb2145 = yyj2145 > l + yyj2150++ + if yyhl2150 { + yyb2150 = yyj2150 > l } else { - yyb2145 = r.CheckBreak() + yyb2150 = r.CheckBreak() } - if yyb2145 { + if yyb2150 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2145-1, "") + z.DecStructFieldNotFound(yyj2150-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27575,33 +27630,33 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2148 := z.EncBinary() - _ = yym2148 + yym2153 := z.EncBinary() + _ = yym2153 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2149 := !z.EncBinary() - yy2arr2149 := z.EncBasicHandle().StructToArray - var yyq2149 [3]bool - _, _, _ = yysep2149, yyq2149, yy2arr2149 - const yyr2149 bool = false - var yynn2149 int - if yyr2149 || yy2arr2149 { + yysep2154 := !z.EncBinary() + yy2arr2154 := z.EncBasicHandle().StructToArray + var yyq2154 [3]bool + _, _, _ = yysep2154, yyq2154, yy2arr2154 + const yyr2154 bool = false + var yynn2154 int + if yyr2154 || yy2arr2154 { r.EncodeArrayStart(3) } else { - yynn2149 = 3 - for _, b := range yyq2149 { + yynn2154 = 3 + for _, b := range yyq2154 { if b { - yynn2149++ + yynn2154++ } } - r.EncodeMapStart(yynn2149) - yynn2149 = 0 + r.EncodeMapStart(yynn2154) + yynn2154 = 0 } - if yyr2149 || yy2arr2149 { + if yyr2154 || yy2arr2154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2151 := z.EncBinary() - _ = yym2151 + yym2156 := z.EncBinary() + _ = yym2156 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -27610,17 +27665,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2152 := z.EncBinary() - _ = yym2152 + yym2157 := z.EncBinary() + _ = yym2157 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2149 || yy2arr2149 { + if yyr2154 || yy2arr2154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2154 := z.EncBinary() - _ = yym2154 + yym2159 := z.EncBinary() + _ = yym2159 if false { } else { r.EncodeInt(int64(x.Port)) @@ -27629,14 +27684,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2155 := z.EncBinary() - _ = yym2155 + yym2160 := z.EncBinary() + _ = yym2160 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2149 || yy2arr2149 { + if yyr2154 || yy2arr2154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -27645,7 +27700,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2149 || yy2arr2149 { + if yyr2154 || yy2arr2154 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27658,25 +27713,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2157 := z.DecBinary() - _ = yym2157 + yym2162 := z.DecBinary() + _ = yym2162 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2158 := r.ContainerType() - if yyct2158 == codecSelferValueTypeMap1234 { - yyl2158 := r.ReadMapStart() - if yyl2158 == 0 { + yyct2163 := r.ContainerType() + if yyct2163 == codecSelferValueTypeMap1234 { + yyl2163 := r.ReadMapStart() + if yyl2163 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2158, d) + x.codecDecodeSelfFromMap(yyl2163, d) } - } else if yyct2158 == codecSelferValueTypeArray1234 { - yyl2158 := r.ReadArrayStart() - if yyl2158 == 0 { + } else if yyct2163 == codecSelferValueTypeArray1234 { + yyl2163 := r.ReadArrayStart() + if yyl2163 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2158, d) + x.codecDecodeSelfFromArray(yyl2163, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27688,12 +27743,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2159Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2159Slc - var yyhl2159 bool = l >= 0 - for yyj2159 := 0; ; yyj2159++ { - if yyhl2159 { - if yyj2159 >= l { + var yys2164Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2164Slc + var yyhl2164 bool = l >= 0 + for yyj2164 := 0; ; yyj2164++ { + if yyhl2164 { + if yyj2164 >= l { break } } else { @@ -27702,10 +27757,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2159Slc = r.DecodeBytes(yys2159Slc, true, true) - yys2159 := string(yys2159Slc) + yys2164Slc = r.DecodeBytes(yys2164Slc, true, true) + yys2164 := string(yys2164Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2159 { + switch yys2164 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -27725,9 +27780,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2159) - } // end switch yys2159 - } // end for yyj2159 + z.DecStructFieldNotFound(-1, yys2164) + } // end switch yys2164 + } // end for yyj2164 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27735,16 +27790,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2163 int - var yyb2163 bool - var yyhl2163 bool = l >= 0 - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + var yyj2168 int + var yyb2168 bool + var yyhl2168 bool = l >= 0 + yyj2168++ + if yyhl2168 { + yyb2168 = yyj2168 > l } else { - yyb2163 = r.CheckBreak() + yyb2168 = r.CheckBreak() } - if yyb2163 { + if yyb2168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27754,13 +27809,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2168++ + if yyhl2168 { + yyb2168 = yyj2168 > l } else { - yyb2163 = r.CheckBreak() + yyb2168 = r.CheckBreak() } - if yyb2163 { + if yyb2168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27770,13 +27825,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2168++ + if yyhl2168 { + yyb2168 = yyj2168 > l } else { - yyb2163 = r.CheckBreak() + yyb2168 = r.CheckBreak() } - if yyb2163 { + if yyb2168 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27787,17 +27842,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2163++ - if yyhl2163 { - yyb2163 = yyj2163 > l + yyj2168++ + if yyhl2168 { + yyb2168 = yyj2168 > l } else { - yyb2163 = r.CheckBreak() + yyb2168 = r.CheckBreak() } - if yyb2163 { + if yyb2168 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2163-1, "") + z.DecStructFieldNotFound(yyj2168-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27809,37 +27864,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2167 := z.EncBinary() - _ = yym2167 + yym2172 := z.EncBinary() + _ = yym2172 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2168 := !z.EncBinary() - yy2arr2168 := z.EncBasicHandle().StructToArray - var yyq2168 [4]bool - _, _, _ = yysep2168, yyq2168, yy2arr2168 - const yyr2168 bool = false - yyq2168[0] = x.Kind != "" - yyq2168[1] = x.APIVersion != "" - yyq2168[2] = true - var yynn2168 int - if yyr2168 || yy2arr2168 { + yysep2173 := !z.EncBinary() + yy2arr2173 := z.EncBasicHandle().StructToArray + var yyq2173 [4]bool + _, _, _ = yysep2173, yyq2173, yy2arr2173 + const yyr2173 bool = false + yyq2173[0] = x.Kind != "" + yyq2173[1] = x.APIVersion != "" + yyq2173[2] = true + var yynn2173 int + if yyr2173 || yy2arr2173 { r.EncodeArrayStart(4) } else { - yynn2168 = 1 - for _, b := range yyq2168 { + yynn2173 = 1 + for _, b := range yyq2173 { if b { - yynn2168++ + yynn2173++ } } - r.EncodeMapStart(yynn2168) - yynn2168 = 0 + r.EncodeMapStart(yynn2173) + yynn2173 = 0 } - if yyr2168 || yy2arr2168 { + if yyr2173 || yy2arr2173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2168[0] { - yym2170 := z.EncBinary() - _ = yym2170 + if yyq2173[0] { + yym2175 := z.EncBinary() + _ = yym2175 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27848,23 +27903,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2168[0] { + if yyq2173[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2171 := z.EncBinary() - _ = yym2171 + yym2176 := z.EncBinary() + _ = yym2176 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2168 || yy2arr2168 { + if yyr2173 || yy2arr2173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2168[1] { - yym2173 := z.EncBinary() - _ = yym2173 + if yyq2173[1] { + yym2178 := z.EncBinary() + _ = yym2178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27873,54 +27928,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2168[1] { + if yyq2173[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2174 := z.EncBinary() - _ = yym2174 + yym2179 := z.EncBinary() + _ = yym2179 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2168 || yy2arr2168 { + if yyr2173 || yy2arr2173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2168[2] { - yy2176 := &x.ListMeta - yym2177 := z.EncBinary() - _ = yym2177 + if yyq2173[2] { + yy2181 := &x.ListMeta + yym2182 := z.EncBinary() + _ = yym2182 if false { - } else if z.HasExtensions() && z.EncExt(yy2176) { + } else if z.HasExtensions() && z.EncExt(yy2181) { } else { - z.EncFallback(yy2176) + z.EncFallback(yy2181) } } else { r.EncodeNil() } } else { - if yyq2168[2] { + if yyq2173[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2178 := &x.ListMeta - yym2179 := z.EncBinary() - _ = yym2179 + yy2183 := &x.ListMeta + yym2184 := z.EncBinary() + _ = yym2184 if false { - } else if z.HasExtensions() && z.EncExt(yy2178) { + } else if z.HasExtensions() && z.EncExt(yy2183) { } else { - z.EncFallback(yy2178) + z.EncFallback(yy2183) } } } - if yyr2168 || yy2arr2168 { + if yyr2173 || yy2arr2173 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2181 := z.EncBinary() - _ = yym2181 + yym2186 := z.EncBinary() + _ = yym2186 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -27933,15 +27988,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2182 := z.EncBinary() - _ = yym2182 + yym2187 := z.EncBinary() + _ = yym2187 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2168 || yy2arr2168 { + if yyr2173 || yy2arr2173 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27954,25 +28009,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2183 := z.DecBinary() - _ = yym2183 + yym2188 := z.DecBinary() + _ = yym2188 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2184 := r.ContainerType() - if yyct2184 == codecSelferValueTypeMap1234 { - yyl2184 := r.ReadMapStart() - if yyl2184 == 0 { + yyct2189 := r.ContainerType() + if yyct2189 == codecSelferValueTypeMap1234 { + yyl2189 := r.ReadMapStart() + if yyl2189 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2184, d) + x.codecDecodeSelfFromMap(yyl2189, d) } - } else if yyct2184 == codecSelferValueTypeArray1234 { - yyl2184 := r.ReadArrayStart() - if yyl2184 == 0 { + } else if yyct2189 == codecSelferValueTypeArray1234 { + yyl2189 := r.ReadArrayStart() + if yyl2189 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2184, d) + x.codecDecodeSelfFromArray(yyl2189, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27984,12 +28039,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2185Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2185Slc - var yyhl2185 bool = l >= 0 - for yyj2185 := 0; ; yyj2185++ { - if yyhl2185 { - if yyj2185 >= l { + var yys2190Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2190Slc + var yyhl2190 bool = l >= 0 + for yyj2190 := 0; ; yyj2190++ { + if yyhl2190 { + if yyj2190 >= l { break } } else { @@ -27998,10 +28053,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2185Slc = r.DecodeBytes(yys2185Slc, true, true) - yys2185 := string(yys2185Slc) + yys2190Slc = r.DecodeBytes(yys2190Slc, true, true) + yys2190 := string(yys2190Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2185 { + switch yys2190 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -28018,31 +28073,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2188 := &x.ListMeta - yym2189 := z.DecBinary() - _ = yym2189 + yyv2193 := &x.ListMeta + yym2194 := z.DecBinary() + _ = yym2194 if false { - } else if z.HasExtensions() && z.DecExt(yyv2188) { + } else if z.HasExtensions() && z.DecExt(yyv2193) { } else { - z.DecFallback(yyv2188, false) + z.DecFallback(yyv2193, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2190 := &x.Items - yym2191 := z.DecBinary() - _ = yym2191 + yyv2195 := &x.Items + yym2196 := z.DecBinary() + _ = yym2196 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2190), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2195), d) } } default: - z.DecStructFieldNotFound(-1, yys2185) - } // end switch yys2185 - } // end for yyj2185 + z.DecStructFieldNotFound(-1, yys2190) + } // end switch yys2190 + } // end for yyj2190 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28050,16 +28105,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2192 int - var yyb2192 bool - var yyhl2192 bool = l >= 0 - yyj2192++ - if yyhl2192 { - yyb2192 = yyj2192 > l + var yyj2197 int + var yyb2197 bool + var yyhl2197 bool = l >= 0 + yyj2197++ + if yyhl2197 { + yyb2197 = yyj2197 > l } else { - yyb2192 = r.CheckBreak() + yyb2197 = r.CheckBreak() } - if yyb2192 { + if yyb2197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28069,13 +28124,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2192++ - if yyhl2192 { - yyb2192 = yyj2192 > l + yyj2197++ + if yyhl2197 { + yyb2197 = yyj2197 > l } else { - yyb2192 = r.CheckBreak() + yyb2197 = r.CheckBreak() } - if yyb2192 { + if yyb2197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28085,13 +28140,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2192++ - if yyhl2192 { - yyb2192 = yyj2192 > l + yyj2197++ + if yyhl2197 { + yyb2197 = yyj2197 > l } else { - yyb2192 = r.CheckBreak() + yyb2197 = r.CheckBreak() } - if yyb2192 { + if yyb2197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28099,22 +28154,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2195 := &x.ListMeta - yym2196 := z.DecBinary() - _ = yym2196 + yyv2200 := &x.ListMeta + yym2201 := z.DecBinary() + _ = yym2201 if false { - } else if z.HasExtensions() && z.DecExt(yyv2195) { + } else if z.HasExtensions() && z.DecExt(yyv2200) { } else { - z.DecFallback(yyv2195, false) + z.DecFallback(yyv2200, false) } } - yyj2192++ - if yyhl2192 { - yyb2192 = yyj2192 > l + yyj2197++ + if yyhl2197 { + yyb2197 = yyj2197 > l } else { - yyb2192 = r.CheckBreak() + yyb2197 = r.CheckBreak() } - if yyb2192 { + if yyb2197 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28122,26 +28177,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2197 := &x.Items - yym2198 := z.DecBinary() - _ = yym2198 + yyv2202 := &x.Items + yym2203 := z.DecBinary() + _ = yym2203 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2197), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2202), d) } } for { - yyj2192++ - if yyhl2192 { - yyb2192 = yyj2192 > l + yyj2197++ + if yyhl2197 { + yyb2197 = yyj2197 > l } else { - yyb2192 = r.CheckBreak() + yyb2197 = r.CheckBreak() } - if yyb2192 { + if yyb2197 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2192-1, "") + z.DecStructFieldNotFound(yyj2197-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28153,38 +28208,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2199 := z.EncBinary() - _ = yym2199 + yym2204 := z.EncBinary() + _ = yym2204 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2200 := !z.EncBinary() - yy2arr2200 := z.EncBasicHandle().StructToArray - var yyq2200 [4]bool - _, _, _ = yysep2200, yyq2200, yy2arr2200 - const yyr2200 bool = false - yyq2200[0] = x.PodCIDR != "" - yyq2200[1] = x.ExternalID != "" - yyq2200[2] = x.ProviderID != "" - yyq2200[3] = x.Unschedulable != false - var yynn2200 int - if yyr2200 || yy2arr2200 { + yysep2205 := !z.EncBinary() + yy2arr2205 := z.EncBasicHandle().StructToArray + var yyq2205 [4]bool + _, _, _ = yysep2205, yyq2205, yy2arr2205 + const yyr2205 bool = false + yyq2205[0] = x.PodCIDR != "" + yyq2205[1] = x.ExternalID != "" + yyq2205[2] = x.ProviderID != "" + yyq2205[3] = x.Unschedulable != false + var yynn2205 int + if yyr2205 || yy2arr2205 { r.EncodeArrayStart(4) } else { - yynn2200 = 0 - for _, b := range yyq2200 { + yynn2205 = 0 + for _, b := range yyq2205 { if b { - yynn2200++ + yynn2205++ } } - r.EncodeMapStart(yynn2200) - yynn2200 = 0 + r.EncodeMapStart(yynn2205) + yynn2205 = 0 } - if yyr2200 || yy2arr2200 { + if yyr2205 || yy2arr2205 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2200[0] { - yym2202 := z.EncBinary() - _ = yym2202 + if yyq2205[0] { + yym2207 := z.EncBinary() + _ = yym2207 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -28193,49 +28248,49 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2200[0] { + if yyq2205[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2203 := z.EncBinary() - _ = yym2203 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2200 || yy2arr2200 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2200[1] { - yym2205 := z.EncBinary() - _ = yym2205 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2200[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2206 := z.EncBinary() - _ = yym2206 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2200 || yy2arr2200 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2200[2] { yym2208 := z.EncBinary() _ = yym2208 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } + } + if yyr2205 || yy2arr2205 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2205[1] { + yym2210 := z.EncBinary() + _ = yym2210 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2205[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2211 := z.EncBinary() + _ = yym2211 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2205 || yy2arr2205 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2205[2] { + yym2213 := z.EncBinary() + _ = yym2213 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } @@ -28243,23 +28298,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2200[2] { + if yyq2205[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2209 := z.EncBinary() - _ = yym2209 + yym2214 := z.EncBinary() + _ = yym2214 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2200 || yy2arr2200 { + if yyr2205 || yy2arr2205 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2200[3] { - yym2211 := z.EncBinary() - _ = yym2211 + if yyq2205[3] { + yym2216 := z.EncBinary() + _ = yym2216 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -28268,19 +28323,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2200[3] { + if yyq2205[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2212 := z.EncBinary() - _ = yym2212 + yym2217 := z.EncBinary() + _ = yym2217 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2200 || yy2arr2200 { + if yyr2205 || yy2arr2205 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28293,25 +28348,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2213 := z.DecBinary() - _ = yym2213 + yym2218 := z.DecBinary() + _ = yym2218 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2214 := r.ContainerType() - if yyct2214 == codecSelferValueTypeMap1234 { - yyl2214 := r.ReadMapStart() - if yyl2214 == 0 { + yyct2219 := r.ContainerType() + if yyct2219 == codecSelferValueTypeMap1234 { + yyl2219 := r.ReadMapStart() + if yyl2219 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2214, d) + x.codecDecodeSelfFromMap(yyl2219, d) } - } else if yyct2214 == codecSelferValueTypeArray1234 { - yyl2214 := r.ReadArrayStart() - if yyl2214 == 0 { + } else if yyct2219 == codecSelferValueTypeArray1234 { + yyl2219 := r.ReadArrayStart() + if yyl2219 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2214, d) + x.codecDecodeSelfFromArray(yyl2219, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28323,12 +28378,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2215Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2215Slc - var yyhl2215 bool = l >= 0 - for yyj2215 := 0; ; yyj2215++ { - if yyhl2215 { - if yyj2215 >= l { + var yys2220Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2220Slc + var yyhl2220 bool = l >= 0 + for yyj2220 := 0; ; yyj2220++ { + if yyhl2220 { + if yyj2220 >= l { break } } else { @@ -28337,10 +28392,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2215Slc = r.DecodeBytes(yys2215Slc, true, true) - yys2215 := string(yys2215Slc) + yys2220Slc = r.DecodeBytes(yys2220Slc, true, true) + yys2220 := string(yys2220Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2215 { + switch yys2220 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -28366,9 +28421,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2215) - } // end switch yys2215 - } // end for yyj2215 + z.DecStructFieldNotFound(-1, yys2220) + } // end switch yys2220 + } // end for yyj2220 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28376,16 +28431,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2220 int - var yyb2220 bool - var yyhl2220 bool = l >= 0 - yyj2220++ - if yyhl2220 { - yyb2220 = yyj2220 > l + var yyj2225 int + var yyb2225 bool + var yyhl2225 bool = l >= 0 + yyj2225++ + if yyhl2225 { + yyb2225 = yyj2225 > l } else { - yyb2220 = r.CheckBreak() + yyb2225 = r.CheckBreak() } - if yyb2220 { + if yyb2225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28395,13 +28450,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2220++ - if yyhl2220 { - yyb2220 = yyj2220 > l + yyj2225++ + if yyhl2225 { + yyb2225 = yyj2225 > l } else { - yyb2220 = r.CheckBreak() + yyb2225 = r.CheckBreak() } - if yyb2220 { + if yyb2225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28411,13 +28466,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2220++ - if yyhl2220 { - yyb2220 = yyj2220 > l + yyj2225++ + if yyhl2225 { + yyb2225 = yyj2225 > l } else { - yyb2220 = r.CheckBreak() + yyb2225 = r.CheckBreak() } - if yyb2220 { + if yyb2225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28427,13 +28482,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2220++ - if yyhl2220 { - yyb2220 = yyj2220 > l + yyj2225++ + if yyhl2225 { + yyb2225 = yyj2225 > l } else { - yyb2220 = r.CheckBreak() + yyb2225 = r.CheckBreak() } - if yyb2220 { + if yyb2225 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28444,17 +28499,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2220++ - if yyhl2220 { - yyb2220 = yyj2220 > l + yyj2225++ + if yyhl2225 { + yyb2225 = yyj2225 > l } else { - yyb2220 = r.CheckBreak() + yyb2225 = r.CheckBreak() } - if yyb2220 { + if yyb2225 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2220-1, "") + z.DecStructFieldNotFound(yyj2225-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28466,33 +28521,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2225 := z.EncBinary() - _ = yym2225 + yym2230 := z.EncBinary() + _ = yym2230 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2226 := !z.EncBinary() - yy2arr2226 := z.EncBasicHandle().StructToArray - var yyq2226 [1]bool - _, _, _ = yysep2226, yyq2226, yy2arr2226 - const yyr2226 bool = false - var yynn2226 int - if yyr2226 || yy2arr2226 { + yysep2231 := !z.EncBinary() + yy2arr2231 := z.EncBasicHandle().StructToArray + var yyq2231 [1]bool + _, _, _ = yysep2231, yyq2231, yy2arr2231 + const yyr2231 bool = false + var yynn2231 int + if yyr2231 || yy2arr2231 { r.EncodeArrayStart(1) } else { - yynn2226 = 1 - for _, b := range yyq2226 { + yynn2231 = 1 + for _, b := range yyq2231 { if b { - yynn2226++ + yynn2231++ } } - r.EncodeMapStart(yynn2226) - yynn2226 = 0 + r.EncodeMapStart(yynn2231) + yynn2231 = 0 } - if yyr2226 || yy2arr2226 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2228 := z.EncBinary() - _ = yym2228 + yym2233 := z.EncBinary() + _ = yym2233 if false { } else { r.EncodeInt(int64(x.Port)) @@ -28501,14 +28556,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2229 := z.EncBinary() - _ = yym2229 + yym2234 := z.EncBinary() + _ = yym2234 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2226 || yy2arr2226 { + if yyr2231 || yy2arr2231 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28521,25 +28576,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2230 := z.DecBinary() - _ = yym2230 + yym2235 := z.DecBinary() + _ = yym2235 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2231 := r.ContainerType() - if yyct2231 == codecSelferValueTypeMap1234 { - yyl2231 := r.ReadMapStart() - if yyl2231 == 0 { + yyct2236 := r.ContainerType() + if yyct2236 == codecSelferValueTypeMap1234 { + yyl2236 := r.ReadMapStart() + if yyl2236 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2231, d) + x.codecDecodeSelfFromMap(yyl2236, d) } - } else if yyct2231 == codecSelferValueTypeArray1234 { - yyl2231 := r.ReadArrayStart() - if yyl2231 == 0 { + } else if yyct2236 == codecSelferValueTypeArray1234 { + yyl2236 := r.ReadArrayStart() + if yyl2236 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2231, d) + x.codecDecodeSelfFromArray(yyl2236, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28551,12 +28606,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2232Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2232Slc - var yyhl2232 bool = l >= 0 - for yyj2232 := 0; ; yyj2232++ { - if yyhl2232 { - if yyj2232 >= l { + var yys2237Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2237Slc + var yyhl2237 bool = l >= 0 + for yyj2237 := 0; ; yyj2237++ { + if yyhl2237 { + if yyj2237 >= l { break } } else { @@ -28565,10 +28620,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2232Slc = r.DecodeBytes(yys2232Slc, true, true) - yys2232 := string(yys2232Slc) + yys2237Slc = r.DecodeBytes(yys2237Slc, true, true) + yys2237 := string(yys2237Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2232 { + switch yys2237 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -28576,9 +28631,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } default: - z.DecStructFieldNotFound(-1, yys2232) - } // end switch yys2232 - } // end for yyj2232 + z.DecStructFieldNotFound(-1, yys2237) + } // end switch yys2237 + } // end for yyj2237 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28586,16 +28641,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2234 int - var yyb2234 bool - var yyhl2234 bool = l >= 0 - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + var yyj2239 int + var yyb2239 bool + var yyhl2239 bool = l >= 0 + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28606,17 +28661,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int(r.DecodeInt(codecSelferBitsize1234)) } for { - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2234-1, "") + z.DecStructFieldNotFound(yyj2239-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28628,48 +28683,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2236 := z.EncBinary() - _ = yym2236 + yym2241 := z.EncBinary() + _ = yym2241 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2237 := !z.EncBinary() - yy2arr2237 := z.EncBasicHandle().StructToArray - var yyq2237 [1]bool - _, _, _ = yysep2237, yyq2237, yy2arr2237 - const yyr2237 bool = false - yyq2237[0] = true - var yynn2237 int - if yyr2237 || yy2arr2237 { + yysep2242 := !z.EncBinary() + yy2arr2242 := z.EncBasicHandle().StructToArray + var yyq2242 [1]bool + _, _, _ = yysep2242, yyq2242, yy2arr2242 + const yyr2242 bool = false + yyq2242[0] = true + var yynn2242 int + if yyr2242 || yy2arr2242 { r.EncodeArrayStart(1) } else { - yynn2237 = 0 - for _, b := range yyq2237 { + yynn2242 = 0 + for _, b := range yyq2242 { if b { - yynn2237++ + yynn2242++ } } - r.EncodeMapStart(yynn2237) - yynn2237 = 0 + r.EncodeMapStart(yynn2242) + yynn2242 = 0 } - if yyr2237 || yy2arr2237 { + if yyr2242 || yy2arr2242 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2237[0] { - yy2239 := &x.KubeletEndpoint - yy2239.CodecEncodeSelf(e) + if yyq2242[0] { + yy2244 := &x.KubeletEndpoint + yy2244.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2237[0] { + if yyq2242[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2240 := &x.KubeletEndpoint - yy2240.CodecEncodeSelf(e) + yy2245 := &x.KubeletEndpoint + yy2245.CodecEncodeSelf(e) } } - if yyr2237 || yy2arr2237 { + if yyr2242 || yy2arr2242 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28682,25 +28737,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2241 := z.DecBinary() - _ = yym2241 + yym2246 := z.DecBinary() + _ = yym2246 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2242 := r.ContainerType() - if yyct2242 == codecSelferValueTypeMap1234 { - yyl2242 := r.ReadMapStart() - if yyl2242 == 0 { + yyct2247 := r.ContainerType() + if yyct2247 == codecSelferValueTypeMap1234 { + yyl2247 := r.ReadMapStart() + if yyl2247 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2242, d) + x.codecDecodeSelfFromMap(yyl2247, d) } - } else if yyct2242 == codecSelferValueTypeArray1234 { - yyl2242 := r.ReadArrayStart() - if yyl2242 == 0 { + } else if yyct2247 == codecSelferValueTypeArray1234 { + yyl2247 := r.ReadArrayStart() + if yyl2247 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2242, d) + x.codecDecodeSelfFromArray(yyl2247, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28712,12 +28767,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2243Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2243Slc - var yyhl2243 bool = l >= 0 - for yyj2243 := 0; ; yyj2243++ { - if yyhl2243 { - if yyj2243 >= l { + var yys2248Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2248Slc + var yyhl2248 bool = l >= 0 + for yyj2248 := 0; ; yyj2248++ { + if yyhl2248 { + if yyj2248 >= l { break } } else { @@ -28726,21 +28781,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2243Slc = r.DecodeBytes(yys2243Slc, true, true) - yys2243 := string(yys2243Slc) + yys2248Slc = r.DecodeBytes(yys2248Slc, true, true) + yys2248 := string(yys2248Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2243 { + switch yys2248 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2244 := &x.KubeletEndpoint - yyv2244.CodecDecodeSelf(d) + yyv2249 := &x.KubeletEndpoint + yyv2249.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2243) - } // end switch yys2243 - } // end for yyj2243 + z.DecStructFieldNotFound(-1, yys2248) + } // end switch yys2248 + } // end for yyj2248 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28748,16 +28803,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2245 int - var yyb2245 bool - var yyhl2245 bool = l >= 0 - yyj2245++ - if yyhl2245 { - yyb2245 = yyj2245 > l + var yyj2250 int + var yyb2250 bool + var yyhl2250 bool = l >= 0 + yyj2250++ + if yyhl2250 { + yyb2250 = yyj2250 > l } else { - yyb2245 = r.CheckBreak() + yyb2250 = r.CheckBreak() } - if yyb2245 { + if yyb2250 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28765,21 +28820,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2246 := &x.KubeletEndpoint - yyv2246.CodecDecodeSelf(d) + yyv2251 := &x.KubeletEndpoint + yyv2251.CodecDecodeSelf(d) } for { - yyj2245++ - if yyhl2245 { - yyb2245 = yyj2245 > l + yyj2250++ + if yyhl2250 { + yyb2250 = yyj2250 > l } else { - yyb2245 = r.CheckBreak() + yyb2250 = r.CheckBreak() } - if yyb2245 { + if yyb2250 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2245-1, "") + z.DecStructFieldNotFound(yyj2250-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28791,33 +28846,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2247 := z.EncBinary() - _ = yym2247 + yym2252 := z.EncBinary() + _ = yym2252 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2248 := !z.EncBinary() - yy2arr2248 := z.EncBasicHandle().StructToArray - var yyq2248 [8]bool - _, _, _ = yysep2248, yyq2248, yy2arr2248 - const yyr2248 bool = false - var yynn2248 int - if yyr2248 || yy2arr2248 { + yysep2253 := !z.EncBinary() + yy2arr2253 := z.EncBasicHandle().StructToArray + var yyq2253 [8]bool + _, _, _ = yysep2253, yyq2253, yy2arr2253 + const yyr2253 bool = false + var yynn2253 int + if yyr2253 || yy2arr2253 { r.EncodeArrayStart(8) } else { - yynn2248 = 8 - for _, b := range yyq2248 { + yynn2253 = 8 + for _, b := range yyq2253 { if b { - yynn2248++ + yynn2253++ } } - r.EncodeMapStart(yynn2248) - yynn2248 = 0 + r.EncodeMapStart(yynn2253) + yynn2253 = 0 } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2250 := z.EncBinary() - _ = yym2250 + yym2255 := z.EncBinary() + _ = yym2255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -28826,17 +28881,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2251 := z.EncBinary() - _ = yym2251 + yym2256 := z.EncBinary() + _ = yym2256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2253 := z.EncBinary() - _ = yym2253 + yym2258 := z.EncBinary() + _ = yym2258 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -28845,17 +28900,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2254 := z.EncBinary() - _ = yym2254 + yym2259 := z.EncBinary() + _ = yym2259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2256 := z.EncBinary() - _ = yym2256 + yym2261 := z.EncBinary() + _ = yym2261 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -28864,17 +28919,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2257 := z.EncBinary() - _ = yym2257 + yym2262 := z.EncBinary() + _ = yym2262 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2259 := z.EncBinary() - _ = yym2259 + yym2264 := z.EncBinary() + _ = yym2264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -28883,17 +28938,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2260 := z.EncBinary() - _ = yym2260 + yym2265 := z.EncBinary() + _ = yym2265 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2262 := z.EncBinary() - _ = yym2262 + yym2267 := z.EncBinary() + _ = yym2267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OsImage)) @@ -28902,17 +28957,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2263 := z.EncBinary() - _ = yym2263 + yym2268 := z.EncBinary() + _ = yym2268 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OsImage)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2265 := z.EncBinary() - _ = yym2265 + yym2270 := z.EncBinary() + _ = yym2270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -28921,17 +28976,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2266 := z.EncBinary() - _ = yym2266 + yym2271 := z.EncBinary() + _ = yym2271 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2268 := z.EncBinary() - _ = yym2268 + yym2273 := z.EncBinary() + _ = yym2273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -28940,17 +28995,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2269 := z.EncBinary() - _ = yym2269 + yym2274 := z.EncBinary() + _ = yym2274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2271 := z.EncBinary() - _ = yym2271 + yym2276 := z.EncBinary() + _ = yym2276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -28959,14 +29014,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2272 := z.EncBinary() - _ = yym2272 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2248 || yy2arr2248 { + if yyr2253 || yy2arr2253 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28979,25 +29034,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2273 := z.DecBinary() - _ = yym2273 + yym2278 := z.DecBinary() + _ = yym2278 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2274 := r.ContainerType() - if yyct2274 == codecSelferValueTypeMap1234 { - yyl2274 := r.ReadMapStart() - if yyl2274 == 0 { + yyct2279 := r.ContainerType() + if yyct2279 == codecSelferValueTypeMap1234 { + yyl2279 := r.ReadMapStart() + if yyl2279 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2274, d) + x.codecDecodeSelfFromMap(yyl2279, d) } - } else if yyct2274 == codecSelferValueTypeArray1234 { - yyl2274 := r.ReadArrayStart() - if yyl2274 == 0 { + } else if yyct2279 == codecSelferValueTypeArray1234 { + yyl2279 := r.ReadArrayStart() + if yyl2279 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2274, d) + x.codecDecodeSelfFromArray(yyl2279, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29009,12 +29064,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2275Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2275Slc - var yyhl2275 bool = l >= 0 - for yyj2275 := 0; ; yyj2275++ { - if yyhl2275 { - if yyj2275 >= l { + var yys2280Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2280Slc + var yyhl2280 bool = l >= 0 + for yyj2280 := 0; ; yyj2280++ { + if yyhl2280 { + if yyj2280 >= l { break } } else { @@ -29023,10 +29078,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2275Slc = r.DecodeBytes(yys2275Slc, true, true) - yys2275 := string(yys2275Slc) + yys2280Slc = r.DecodeBytes(yys2280Slc, true, true) + yys2280 := string(yys2280Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2275 { + switch yys2280 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -29076,9 +29131,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2275) - } // end switch yys2275 - } // end for yyj2275 + z.DecStructFieldNotFound(-1, yys2280) + } // end switch yys2280 + } // end for yyj2280 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29086,16 +29141,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2284 int - var yyb2284 bool - var yyhl2284 bool = l >= 0 - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + var yyj2289 int + var yyb2289 bool + var yyhl2289 bool = l >= 0 + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29105,13 +29160,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29121,13 +29176,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29137,13 +29192,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29153,13 +29208,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29169,13 +29224,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OsImage = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29185,13 +29240,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29201,13 +29256,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29218,17 +29273,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } for { - yyj2284++ - if yyhl2284 { - yyb2284 = yyj2284 > l + yyj2289++ + if yyhl2289 { + yyb2289 = yyj2289 > l } else { - yyb2284 = r.CheckBreak() + yyb2289 = r.CheckBreak() } - if yyb2284 { + if yyb2289 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2284-1, "") + z.DecStructFieldNotFound(yyj2289-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29240,38 +29295,38 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2293 := z.EncBinary() - _ = yym2293 + yym2298 := z.EncBinary() + _ = yym2298 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2294 := !z.EncBinary() - yy2arr2294 := z.EncBasicHandle().StructToArray - var yyq2294 [6]bool - _, _, _ = yysep2294, yyq2294, yy2arr2294 - const yyr2294 bool = false - yyq2294[0] = len(x.Capacity) != 0 - yyq2294[1] = x.Phase != "" - yyq2294[2] = len(x.Conditions) != 0 - yyq2294[3] = len(x.Addresses) != 0 - yyq2294[4] = true - yyq2294[5] = true - var yynn2294 int - if yyr2294 || yy2arr2294 { + yysep2299 := !z.EncBinary() + yy2arr2299 := z.EncBasicHandle().StructToArray + var yyq2299 [6]bool + _, _, _ = yysep2299, yyq2299, yy2arr2299 + const yyr2299 bool = false + yyq2299[0] = len(x.Capacity) != 0 + yyq2299[1] = x.Phase != "" + yyq2299[2] = len(x.Conditions) != 0 + yyq2299[3] = len(x.Addresses) != 0 + yyq2299[4] = true + yyq2299[5] = true + var yynn2299 int + if yyr2299 || yy2arr2299 { r.EncodeArrayStart(6) } else { - yynn2294 = 0 - for _, b := range yyq2294 { + yynn2299 = 0 + for _, b := range yyq2299 { if b { - yynn2294++ + yynn2299++ } } - r.EncodeMapStart(yynn2294) - yynn2294 = 0 + r.EncodeMapStart(yynn2299) + yynn2299 = 0 } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[0] { + if yyq2299[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -29281,7 +29336,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2294[0] { + if yyq2299[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -29292,29 +29347,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[1] { + if yyq2299[1] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2294[1] { + if yyq2299[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[2] { + if yyq2299[2] { if x.Conditions == nil { r.EncodeNil() } else { - yym2298 := z.EncBinary() - _ = yym2298 + yym2303 := z.EncBinary() + _ = yym2303 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -29324,15 +29379,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2294[2] { + if yyq2299[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2299 := z.EncBinary() - _ = yym2299 + yym2304 := z.EncBinary() + _ = yym2304 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -29340,14 +29395,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[3] { + if yyq2299[3] { if x.Addresses == nil { r.EncodeNil() } else { - yym2301 := z.EncBinary() - _ = yym2301 + yym2306 := z.EncBinary() + _ = yym2306 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -29357,15 +29412,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2294[3] { + if yyq2299[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2302 := z.EncBinary() - _ = yym2302 + yym2307 := z.EncBinary() + _ = yym2307 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -29373,41 +29428,41 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[4] { - yy2304 := &x.DaemonEndpoints - yy2304.CodecEncodeSelf(e) + if yyq2299[4] { + yy2309 := &x.DaemonEndpoints + yy2309.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2294[4] { + if yyq2299[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2305 := &x.DaemonEndpoints - yy2305.CodecEncodeSelf(e) + yy2310 := &x.DaemonEndpoints + yy2310.CodecEncodeSelf(e) } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2294[5] { - yy2307 := &x.NodeInfo - yy2307.CodecEncodeSelf(e) + if yyq2299[5] { + yy2312 := &x.NodeInfo + yy2312.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2294[5] { + if yyq2299[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2308 := &x.NodeInfo - yy2308.CodecEncodeSelf(e) + yy2313 := &x.NodeInfo + yy2313.CodecEncodeSelf(e) } } - if yyr2294 || yy2arr2294 { + if yyr2299 || yy2arr2299 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29420,25 +29475,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2309 := z.DecBinary() - _ = yym2309 + yym2314 := z.DecBinary() + _ = yym2314 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2310 := r.ContainerType() - if yyct2310 == codecSelferValueTypeMap1234 { - yyl2310 := r.ReadMapStart() - if yyl2310 == 0 { + yyct2315 := r.ContainerType() + if yyct2315 == codecSelferValueTypeMap1234 { + yyl2315 := r.ReadMapStart() + if yyl2315 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2310, d) + x.codecDecodeSelfFromMap(yyl2315, d) } - } else if yyct2310 == codecSelferValueTypeArray1234 { - yyl2310 := r.ReadArrayStart() - if yyl2310 == 0 { + } else if yyct2315 == codecSelferValueTypeArray1234 { + yyl2315 := r.ReadArrayStart() + if yyl2315 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2310, d) + x.codecDecodeSelfFromArray(yyl2315, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29450,12 +29505,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2311Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2311Slc - var yyhl2311 bool = l >= 0 - for yyj2311 := 0; ; yyj2311++ { - if yyhl2311 { - if yyj2311 >= l { + var yys2316Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2316Slc + var yyhl2316 bool = l >= 0 + for yyj2316 := 0; ; yyj2316++ { + if yyhl2316 { + if yyj2316 >= l { break } } else { @@ -29464,16 +29519,16 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2311Slc = r.DecodeBytes(yys2311Slc, true, true) - yys2311 := string(yys2311Slc) + yys2316Slc = r.DecodeBytes(yys2316Slc, true, true) + yys2316 := string(yys2316Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2311 { + switch yys2316 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2312 := &x.Capacity - yyv2312.CodecDecodeSelf(d) + yyv2317 := &x.Capacity + yyv2317.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -29485,44 +29540,44 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2314 := &x.Conditions - yym2315 := z.DecBinary() - _ = yym2315 + yyv2319 := &x.Conditions + yym2320 := z.DecBinary() + _ = yym2320 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2314), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2319), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2316 := &x.Addresses - yym2317 := z.DecBinary() - _ = yym2317 + yyv2321 := &x.Addresses + yym2322 := z.DecBinary() + _ = yym2322 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2316), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2321), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2318 := &x.DaemonEndpoints - yyv2318.CodecDecodeSelf(d) + yyv2323 := &x.DaemonEndpoints + yyv2323.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2319 := &x.NodeInfo - yyv2319.CodecDecodeSelf(d) + yyv2324 := &x.NodeInfo + yyv2324.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2311) - } // end switch yys2311 - } // end for yyj2311 + z.DecStructFieldNotFound(-1, yys2316) + } // end switch yys2316 + } // end for yyj2316 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29530,16 +29585,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2320 int - var yyb2320 bool - var yyhl2320 bool = l >= 0 - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + var yyj2325 int + var yyb2325 bool + var yyhl2325 bool = l >= 0 + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29547,16 +29602,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2321 := &x.Capacity - yyv2321.CodecDecodeSelf(d) + yyv2326 := &x.Capacity + yyv2326.CodecDecodeSelf(d) } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29566,13 +29621,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29580,21 +29635,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2323 := &x.Conditions - yym2324 := z.DecBinary() - _ = yym2324 + yyv2328 := &x.Conditions + yym2329 := z.DecBinary() + _ = yym2329 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2323), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2328), d) } } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29602,21 +29657,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2325 := &x.Addresses - yym2326 := z.DecBinary() - _ = yym2326 + yyv2330 := &x.Addresses + yym2331 := z.DecBinary() + _ = yym2331 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2325), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2330), d) } } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29624,16 +29679,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2327 := &x.DaemonEndpoints - yyv2327.CodecDecodeSelf(d) + yyv2332 := &x.DaemonEndpoints + yyv2332.CodecDecodeSelf(d) } - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29641,21 +29696,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2328 := &x.NodeInfo - yyv2328.CodecDecodeSelf(d) + yyv2333 := &x.NodeInfo + yyv2333.CodecDecodeSelf(d) } for { - yyj2320++ - if yyhl2320 { - yyb2320 = yyj2320 > l + yyj2325++ + if yyhl2325 { + yyb2325 = yyj2325 > l } else { - yyb2320 = r.CheckBreak() + yyb2325 = r.CheckBreak() } - if yyb2320 { + if yyb2325 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2320-1, "") + z.DecStructFieldNotFound(yyj2325-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29664,8 +29719,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2329 := z.EncBinary() - _ = yym2329 + yym2334 := z.EncBinary() + _ = yym2334 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -29677,8 +29732,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2330 := z.DecBinary() - _ = yym2330 + yym2335 := z.DecBinary() + _ = yym2335 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -29690,8 +29745,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2331 := z.EncBinary() - _ = yym2331 + yym2336 := z.EncBinary() + _ = yym2336 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -29703,8 +29758,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2332 := z.DecBinary() - _ = yym2332 + yym2337 := z.DecBinary() + _ = yym2337 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -29719,34 +29774,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2333 := z.EncBinary() - _ = yym2333 + yym2338 := z.EncBinary() + _ = yym2338 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2334 := !z.EncBinary() - yy2arr2334 := z.EncBasicHandle().StructToArray - var yyq2334 [6]bool - _, _, _ = yysep2334, yyq2334, yy2arr2334 - const yyr2334 bool = false - yyq2334[2] = true - yyq2334[3] = true - yyq2334[4] = x.Reason != "" - yyq2334[5] = x.Message != "" - var yynn2334 int - if yyr2334 || yy2arr2334 { + yysep2339 := !z.EncBinary() + yy2arr2339 := z.EncBasicHandle().StructToArray + var yyq2339 [6]bool + _, _, _ = yysep2339, yyq2339, yy2arr2339 + const yyr2339 bool = false + yyq2339[2] = true + yyq2339[3] = true + yyq2339[4] = x.Reason != "" + yyq2339[5] = x.Message != "" + var yynn2339 int + if yyr2339 || yy2arr2339 { r.EncodeArrayStart(6) } else { - yynn2334 = 2 - for _, b := range yyq2334 { + yynn2339 = 2 + for _, b := range yyq2339 { if b { - yynn2334++ + yynn2339++ } } - r.EncodeMapStart(yynn2334) - yynn2334 = 0 + r.EncodeMapStart(yynn2339) + yynn2339 = 0 } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -29755,7 +29810,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -29764,47 +29819,10 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2334[2] { - yy2338 := &x.LastHeartbeatTime - yym2339 := z.EncBinary() - _ = yym2339 - if false { - } else if z.HasExtensions() && z.EncExt(yy2338) { - } else if yym2339 { - z.EncBinaryMarshal(yy2338) - } else if !yym2339 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2338) - } else { - z.EncFallback(yy2338) - } - } else { - r.EncodeNil() - } - } else { - if yyq2334[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2340 := &x.LastHeartbeatTime - yym2341 := z.EncBinary() - _ = yym2341 - if false { - } else if z.HasExtensions() && z.EncExt(yy2340) { - } else if yym2341 { - z.EncBinaryMarshal(yy2340) - } else if !yym2341 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2340) - } else { - z.EncFallback(yy2340) - } - } - } - if yyr2334 || yy2arr2334 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2334[3] { - yy2343 := &x.LastTransitionTime + if yyq2339[2] { + yy2343 := &x.LastHeartbeatTime yym2344 := z.EncBinary() _ = yym2344 if false { @@ -29820,11 +29838,11 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2334[3] { + if yyq2339[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2345 := &x.LastTransitionTime + yy2345 := &x.LastHeartbeatTime yym2346 := z.EncBinary() _ = yym2346 if false { @@ -29838,36 +29856,73 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2334[4] { - yym2348 := z.EncBinary() - _ = yym2348 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2334[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2339[3] { + yy2348 := &x.LastTransitionTime yym2349 := z.EncBinary() _ = yym2349 if false { + } else if z.HasExtensions() && z.EncExt(yy2348) { + } else if yym2349 { + z.EncBinaryMarshal(yy2348) + } else if !yym2349 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2348) + } else { + z.EncFallback(yy2348) + } + } else { + r.EncodeNil() + } + } else { + if yyq2339[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2350 := &x.LastTransitionTime + yym2351 := z.EncBinary() + _ = yym2351 + if false { + } else if z.HasExtensions() && z.EncExt(yy2350) { + } else if yym2351 { + z.EncBinaryMarshal(yy2350) + } else if !yym2351 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2350) + } else { + z.EncFallback(yy2350) + } + } + } + if yyr2339 || yy2arr2339 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2339[4] { + yym2353 := z.EncBinary() + _ = yym2353 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2339[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2354 := z.EncBinary() + _ = yym2354 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2334[5] { - yym2351 := z.EncBinary() - _ = yym2351 + if yyq2339[5] { + yym2356 := z.EncBinary() + _ = yym2356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -29876,19 +29931,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2334[5] { + if yyq2339[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2352 := z.EncBinary() - _ = yym2352 + yym2357 := z.EncBinary() + _ = yym2357 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2334 || yy2arr2334 { + if yyr2339 || yy2arr2339 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29901,25 +29956,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2353 := z.DecBinary() - _ = yym2353 + yym2358 := z.DecBinary() + _ = yym2358 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2354 := r.ContainerType() - if yyct2354 == codecSelferValueTypeMap1234 { - yyl2354 := r.ReadMapStart() - if yyl2354 == 0 { + yyct2359 := r.ContainerType() + if yyct2359 == codecSelferValueTypeMap1234 { + yyl2359 := r.ReadMapStart() + if yyl2359 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2354, d) + x.codecDecodeSelfFromMap(yyl2359, d) } - } else if yyct2354 == codecSelferValueTypeArray1234 { - yyl2354 := r.ReadArrayStart() - if yyl2354 == 0 { + } else if yyct2359 == codecSelferValueTypeArray1234 { + yyl2359 := r.ReadArrayStart() + if yyl2359 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2354, d) + x.codecDecodeSelfFromArray(yyl2359, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29931,12 +29986,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2355Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2355Slc - var yyhl2355 bool = l >= 0 - for yyj2355 := 0; ; yyj2355++ { - if yyhl2355 { - if yyj2355 >= l { + var yys2360Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2360Slc + var yyhl2360 bool = l >= 0 + for yyj2360 := 0; ; yyj2360++ { + if yyhl2360 { + if yyj2360 >= l { break } } else { @@ -29945,10 +30000,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2355Slc = r.DecodeBytes(yys2355Slc, true, true) - yys2355 := string(yys2355Slc) + yys2360Slc = r.DecodeBytes(yys2360Slc, true, true) + yys2360 := string(yys2360Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2355 { + switch yys2360 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -29965,34 +30020,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2358 := &x.LastHeartbeatTime - yym2359 := z.DecBinary() - _ = yym2359 + yyv2363 := &x.LastHeartbeatTime + yym2364 := z.DecBinary() + _ = yym2364 if false { - } else if z.HasExtensions() && z.DecExt(yyv2358) { - } else if yym2359 { - z.DecBinaryUnmarshal(yyv2358) - } else if !yym2359 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2358) + } else if z.HasExtensions() && z.DecExt(yyv2363) { + } else if yym2364 { + z.DecBinaryUnmarshal(yyv2363) + } else if !yym2364 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2363) } else { - z.DecFallback(yyv2358, false) + z.DecFallback(yyv2363, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2360 := &x.LastTransitionTime - yym2361 := z.DecBinary() - _ = yym2361 + yyv2365 := &x.LastTransitionTime + yym2366 := z.DecBinary() + _ = yym2366 if false { - } else if z.HasExtensions() && z.DecExt(yyv2360) { - } else if yym2361 { - z.DecBinaryUnmarshal(yyv2360) - } else if !yym2361 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2360) + } else if z.HasExtensions() && z.DecExt(yyv2365) { + } else if yym2366 { + z.DecBinaryUnmarshal(yyv2365) + } else if !yym2366 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2365) } else { - z.DecFallback(yyv2360, false) + z.DecFallback(yyv2365, false) } } case "reason": @@ -30008,9 +30063,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2355) - } // end switch yys2355 - } // end for yyj2355 + z.DecStructFieldNotFound(-1, yys2360) + } // end switch yys2360 + } // end for yyj2360 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30018,16 +30073,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2364 int - var yyb2364 bool - var yyhl2364 bool = l >= 0 - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + var yyj2369 int + var yyb2369 bool + var yyhl2369 bool = l >= 0 + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30037,13 +30092,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30053,13 +30108,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30067,26 +30122,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2367 := &x.LastHeartbeatTime - yym2368 := z.DecBinary() - _ = yym2368 + yyv2372 := &x.LastHeartbeatTime + yym2373 := z.DecBinary() + _ = yym2373 if false { - } else if z.HasExtensions() && z.DecExt(yyv2367) { - } else if yym2368 { - z.DecBinaryUnmarshal(yyv2367) - } else if !yym2368 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2367) + } else if z.HasExtensions() && z.DecExt(yyv2372) { + } else if yym2373 { + z.DecBinaryUnmarshal(yyv2372) + } else if !yym2373 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2372) } else { - z.DecFallback(yyv2367, false) + z.DecFallback(yyv2372, false) } } - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30094,26 +30149,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2369 := &x.LastTransitionTime - yym2370 := z.DecBinary() - _ = yym2370 + yyv2374 := &x.LastTransitionTime + yym2375 := z.DecBinary() + _ = yym2375 if false { - } else if z.HasExtensions() && z.DecExt(yyv2369) { - } else if yym2370 { - z.DecBinaryUnmarshal(yyv2369) - } else if !yym2370 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2369) + } else if z.HasExtensions() && z.DecExt(yyv2374) { + } else if yym2375 { + z.DecBinaryUnmarshal(yyv2374) + } else if !yym2375 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2374) } else { - z.DecFallback(yyv2369, false) + z.DecFallback(yyv2374, false) } } - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30123,13 +30178,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30140,17 +30195,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj2364++ - if yyhl2364 { - yyb2364 = yyj2364 > l + yyj2369++ + if yyhl2369 { + yyb2369 = yyj2369 > l } else { - yyb2364 = r.CheckBreak() + yyb2369 = r.CheckBreak() } - if yyb2364 { + if yyb2369 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2364-1, "") + z.DecStructFieldNotFound(yyj2369-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30159,8 +30214,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2373 := z.EncBinary() - _ = yym2373 + yym2378 := z.EncBinary() + _ = yym2378 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30172,8 +30227,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2374 := z.DecBinary() - _ = yym2374 + yym2379 := z.DecBinary() + _ = yym2379 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30188,30 +30243,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2375 := z.EncBinary() - _ = yym2375 + yym2380 := z.EncBinary() + _ = yym2380 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2376 := !z.EncBinary() - yy2arr2376 := z.EncBasicHandle().StructToArray - var yyq2376 [2]bool - _, _, _ = yysep2376, yyq2376, yy2arr2376 - const yyr2376 bool = false - var yynn2376 int - if yyr2376 || yy2arr2376 { + yysep2381 := !z.EncBinary() + yy2arr2381 := z.EncBasicHandle().StructToArray + var yyq2381 [2]bool + _, _, _ = yysep2381, yyq2381, yy2arr2381 + const yyr2381 bool = false + var yynn2381 int + if yyr2381 || yy2arr2381 { r.EncodeArrayStart(2) } else { - yynn2376 = 2 - for _, b := range yyq2376 { + yynn2381 = 2 + for _, b := range yyq2381 { if b { - yynn2376++ + yynn2381++ } } - r.EncodeMapStart(yynn2376) - yynn2376 = 0 + r.EncodeMapStart(yynn2381) + yynn2381 = 0 } - if yyr2376 || yy2arr2376 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -30220,10 +30275,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2376 || yy2arr2376 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2379 := z.EncBinary() - _ = yym2379 + yym2384 := z.EncBinary() + _ = yym2384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -30232,14 +30287,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2380 := z.EncBinary() - _ = yym2380 + yym2385 := z.EncBinary() + _ = yym2385 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr2376 || yy2arr2376 { + if yyr2381 || yy2arr2381 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30252,25 +30307,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2381 := z.DecBinary() - _ = yym2381 + yym2386 := z.DecBinary() + _ = yym2386 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2382 := r.ContainerType() - if yyct2382 == codecSelferValueTypeMap1234 { - yyl2382 := r.ReadMapStart() - if yyl2382 == 0 { + yyct2387 := r.ContainerType() + if yyct2387 == codecSelferValueTypeMap1234 { + yyl2387 := r.ReadMapStart() + if yyl2387 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2382, d) + x.codecDecodeSelfFromMap(yyl2387, d) } - } else if yyct2382 == codecSelferValueTypeArray1234 { - yyl2382 := r.ReadArrayStart() - if yyl2382 == 0 { + } else if yyct2387 == codecSelferValueTypeArray1234 { + yyl2387 := r.ReadArrayStart() + if yyl2387 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2382, d) + x.codecDecodeSelfFromArray(yyl2387, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30282,12 +30337,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2383Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2383Slc - var yyhl2383 bool = l >= 0 - for yyj2383 := 0; ; yyj2383++ { - if yyhl2383 { - if yyj2383 >= l { + var yys2388Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2388Slc + var yyhl2388 bool = l >= 0 + for yyj2388 := 0; ; yyj2388++ { + if yyhl2388 { + if yyj2388 >= l { break } } else { @@ -30296,10 +30351,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2383Slc = r.DecodeBytes(yys2383Slc, true, true) - yys2383 := string(yys2383Slc) + yys2388Slc = r.DecodeBytes(yys2388Slc, true, true) + yys2388 := string(yys2388Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2383 { + switch yys2388 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -30313,9 +30368,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2383) - } // end switch yys2383 - } // end for yyj2383 + z.DecStructFieldNotFound(-1, yys2388) + } // end switch yys2388 + } // end for yyj2388 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30323,16 +30378,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2386 int - var yyb2386 bool - var yyhl2386 bool = l >= 0 - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + var yyj2391 int + var yyb2391 bool + var yyhl2391 bool = l >= 0 + yyj2391++ + if yyhl2391 { + yyb2391 = yyj2391 > l } else { - yyb2386 = r.CheckBreak() + yyb2391 = r.CheckBreak() } - if yyb2386 { + if yyb2391 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30342,13 +30397,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2391++ + if yyhl2391 { + yyb2391 = yyj2391 > l } else { - yyb2386 = r.CheckBreak() + yyb2391 = r.CheckBreak() } - if yyb2386 { + if yyb2391 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30359,17 +30414,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj2386++ - if yyhl2386 { - yyb2386 = yyj2386 > l + yyj2391++ + if yyhl2391 { + yyb2391 = yyj2391 > l } else { - yyb2386 = r.CheckBreak() + yyb2391 = r.CheckBreak() } - if yyb2386 { + if yyb2391 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2386-1, "") + z.DecStructFieldNotFound(yyj2391-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30381,33 +30436,33 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2389 := z.EncBinary() - _ = yym2389 + yym2394 := z.EncBinary() + _ = yym2394 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2390 := !z.EncBinary() - yy2arr2390 := z.EncBasicHandle().StructToArray - var yyq2390 [1]bool - _, _, _ = yysep2390, yyq2390, yy2arr2390 - const yyr2390 bool = false - yyq2390[0] = len(x.Capacity) != 0 - var yynn2390 int - if yyr2390 || yy2arr2390 { + yysep2395 := !z.EncBinary() + yy2arr2395 := z.EncBasicHandle().StructToArray + var yyq2395 [1]bool + _, _, _ = yysep2395, yyq2395, yy2arr2395 + const yyr2395 bool = false + yyq2395[0] = len(x.Capacity) != 0 + var yynn2395 int + if yyr2395 || yy2arr2395 { r.EncodeArrayStart(1) } else { - yynn2390 = 0 - for _, b := range yyq2390 { + yynn2395 = 0 + for _, b := range yyq2395 { if b { - yynn2390++ + yynn2395++ } } - r.EncodeMapStart(yynn2390) - yynn2390 = 0 + r.EncodeMapStart(yynn2395) + yynn2395 = 0 } - if yyr2390 || yy2arr2390 { + if yyr2395 || yy2arr2395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2390[0] { + if yyq2395[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -30417,7 +30472,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2390[0] { + if yyq2395[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -30428,7 +30483,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2390 || yy2arr2390 { + if yyr2395 || yy2arr2395 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30441,25 +30496,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2392 := z.DecBinary() - _ = yym2392 + yym2397 := z.DecBinary() + _ = yym2397 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2393 := r.ContainerType() - if yyct2393 == codecSelferValueTypeMap1234 { - yyl2393 := r.ReadMapStart() - if yyl2393 == 0 { + yyct2398 := r.ContainerType() + if yyct2398 == codecSelferValueTypeMap1234 { + yyl2398 := r.ReadMapStart() + if yyl2398 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2393, d) + x.codecDecodeSelfFromMap(yyl2398, d) } - } else if yyct2393 == codecSelferValueTypeArray1234 { - yyl2393 := r.ReadArrayStart() - if yyl2393 == 0 { + } else if yyct2398 == codecSelferValueTypeArray1234 { + yyl2398 := r.ReadArrayStart() + if yyl2398 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2393, d) + x.codecDecodeSelfFromArray(yyl2398, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30471,12 +30526,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2394Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2394Slc - var yyhl2394 bool = l >= 0 - for yyj2394 := 0; ; yyj2394++ { - if yyhl2394 { - if yyj2394 >= l { + var yys2399Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2399Slc + var yyhl2399 bool = l >= 0 + for yyj2399 := 0; ; yyj2399++ { + if yyhl2399 { + if yyj2399 >= l { break } } else { @@ -30485,21 +30540,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2394Slc = r.DecodeBytes(yys2394Slc, true, true) - yys2394 := string(yys2394Slc) + yys2399Slc = r.DecodeBytes(yys2399Slc, true, true) + yys2399 := string(yys2399Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2394 { + switch yys2399 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2395 := &x.Capacity - yyv2395.CodecDecodeSelf(d) + yyv2400 := &x.Capacity + yyv2400.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2394) - } // end switch yys2394 - } // end for yyj2394 + z.DecStructFieldNotFound(-1, yys2399) + } // end switch yys2399 + } // end for yyj2399 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30507,16 +30562,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2396 int - var yyb2396 bool - var yyhl2396 bool = l >= 0 - yyj2396++ - if yyhl2396 { - yyb2396 = yyj2396 > l + var yyj2401 int + var yyb2401 bool + var yyhl2401 bool = l >= 0 + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2396 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2396 { + if yyb2401 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30524,21 +30579,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2397 := &x.Capacity - yyv2397.CodecDecodeSelf(d) + yyv2402 := &x.Capacity + yyv2402.CodecDecodeSelf(d) } for { - yyj2396++ - if yyhl2396 { - yyb2396 = yyj2396 > l + yyj2401++ + if yyhl2401 { + yyb2401 = yyj2401 > l } else { - yyb2396 = r.CheckBreak() + yyb2401 = r.CheckBreak() } - if yyb2396 { + if yyb2401 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2396-1, "") + z.DecStructFieldNotFound(yyj2401-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30547,8 +30602,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2398 := z.EncBinary() - _ = yym2398 + yym2403 := z.EncBinary() + _ = yym2403 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30560,8 +30615,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2399 := z.DecBinary() - _ = yym2399 + yym2404 := z.DecBinary() + _ = yym2404 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30576,8 +30631,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2400 := z.EncBinary() - _ = yym2400 + yym2405 := z.EncBinary() + _ = yym2405 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30590,8 +30645,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2401 := z.DecBinary() - _ = yym2401 + yym2406 := z.DecBinary() + _ = yym2406 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30606,39 +30661,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2402 := z.EncBinary() - _ = yym2402 + yym2407 := z.EncBinary() + _ = yym2407 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2403 := !z.EncBinary() - yy2arr2403 := z.EncBasicHandle().StructToArray - var yyq2403 [5]bool - _, _, _ = yysep2403, yyq2403, yy2arr2403 - const yyr2403 bool = false - yyq2403[0] = x.Kind != "" - yyq2403[1] = x.APIVersion != "" - yyq2403[2] = true - yyq2403[3] = true - yyq2403[4] = true - var yynn2403 int - if yyr2403 || yy2arr2403 { + yysep2408 := !z.EncBinary() + yy2arr2408 := z.EncBasicHandle().StructToArray + var yyq2408 [5]bool + _, _, _ = yysep2408, yyq2408, yy2arr2408 + const yyr2408 bool = false + yyq2408[0] = x.Kind != "" + yyq2408[1] = x.APIVersion != "" + yyq2408[2] = true + yyq2408[3] = true + yyq2408[4] = true + var yynn2408 int + if yyr2408 || yy2arr2408 { r.EncodeArrayStart(5) } else { - yynn2403 = 0 - for _, b := range yyq2403 { + yynn2408 = 0 + for _, b := range yyq2408 { if b { - yynn2403++ + yynn2408++ } } - r.EncodeMapStart(yynn2403) - yynn2403 = 0 + r.EncodeMapStart(yynn2408) + yynn2408 = 0 } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[0] { - yym2405 := z.EncBinary() - _ = yym2405 + if yyq2408[0] { + yym2410 := z.EncBinary() + _ = yym2410 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30647,23 +30702,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2403[0] { + if yyq2408[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2406 := z.EncBinary() - _ = yym2406 + yym2411 := z.EncBinary() + _ = yym2411 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[1] { - yym2408 := z.EncBinary() - _ = yym2408 + if yyq2408[1] { + yym2413 := z.EncBinary() + _ = yym2413 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30672,70 +30727,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2403[1] { + if yyq2408[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2409 := z.EncBinary() - _ = yym2409 + yym2414 := z.EncBinary() + _ = yym2414 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[2] { - yy2411 := &x.ObjectMeta - yy2411.CodecEncodeSelf(e) + if yyq2408[2] { + yy2416 := &x.ObjectMeta + yy2416.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[2] { + if yyq2408[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2412 := &x.ObjectMeta - yy2412.CodecEncodeSelf(e) + yy2417 := &x.ObjectMeta + yy2417.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[3] { - yy2414 := &x.Spec - yy2414.CodecEncodeSelf(e) + if yyq2408[3] { + yy2419 := &x.Spec + yy2419.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[3] { + if yyq2408[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2415 := &x.Spec - yy2415.CodecEncodeSelf(e) + yy2420 := &x.Spec + yy2420.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2403[4] { - yy2417 := &x.Status - yy2417.CodecEncodeSelf(e) + if yyq2408[4] { + yy2422 := &x.Status + yy2422.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2403[4] { + if yyq2408[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2418 := &x.Status - yy2418.CodecEncodeSelf(e) + yy2423 := &x.Status + yy2423.CodecEncodeSelf(e) } } - if yyr2403 || yy2arr2403 { + if yyr2408 || yy2arr2408 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30748,25 +30803,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2419 := z.DecBinary() - _ = yym2419 + yym2424 := z.DecBinary() + _ = yym2424 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2420 := r.ContainerType() - if yyct2420 == codecSelferValueTypeMap1234 { - yyl2420 := r.ReadMapStart() - if yyl2420 == 0 { + yyct2425 := r.ContainerType() + if yyct2425 == codecSelferValueTypeMap1234 { + yyl2425 := r.ReadMapStart() + if yyl2425 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2420, d) + x.codecDecodeSelfFromMap(yyl2425, d) } - } else if yyct2420 == codecSelferValueTypeArray1234 { - yyl2420 := r.ReadArrayStart() - if yyl2420 == 0 { + } else if yyct2425 == codecSelferValueTypeArray1234 { + yyl2425 := r.ReadArrayStart() + if yyl2425 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2420, d) + x.codecDecodeSelfFromArray(yyl2425, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30778,12 +30833,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2421Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2421Slc - var yyhl2421 bool = l >= 0 - for yyj2421 := 0; ; yyj2421++ { - if yyhl2421 { - if yyj2421 >= l { + var yys2426Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2426Slc + var yyhl2426 bool = l >= 0 + for yyj2426 := 0; ; yyj2426++ { + if yyhl2426 { + if yyj2426 >= l { break } } else { @@ -30792,10 +30847,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) - yys2421 := string(yys2421Slc) + yys2426Slc = r.DecodeBytes(yys2426Slc, true, true) + yys2426 := string(yys2426Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2421 { + switch yys2426 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30812,27 +30867,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2424 := &x.ObjectMeta - yyv2424.CodecDecodeSelf(d) + yyv2429 := &x.ObjectMeta + yyv2429.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2425 := &x.Spec - yyv2425.CodecDecodeSelf(d) + yyv2430 := &x.Spec + yyv2430.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2426 := &x.Status - yyv2426.CodecDecodeSelf(d) + yyv2431 := &x.Status + yyv2431.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2421) - } // end switch yys2421 - } // end for yyj2421 + z.DecStructFieldNotFound(-1, yys2426) + } // end switch yys2426 + } // end for yyj2426 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30840,16 +30895,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2427 int - var yyb2427 bool - var yyhl2427 bool = l >= 0 - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + var yyj2432 int + var yyb2432 bool + var yyhl2432 bool = l >= 0 + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30859,13 +30914,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30875,13 +30930,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30889,16 +30944,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2430 := &x.ObjectMeta - yyv2430.CodecDecodeSelf(d) + yyv2435 := &x.ObjectMeta + yyv2435.CodecDecodeSelf(d) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30906,16 +30961,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2431 := &x.Spec - yyv2431.CodecDecodeSelf(d) + yyv2436 := &x.Spec + yyv2436.CodecDecodeSelf(d) } - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30923,21 +30978,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2432 := &x.Status - yyv2432.CodecDecodeSelf(d) + yyv2437 := &x.Status + yyv2437.CodecDecodeSelf(d) } for { - yyj2427++ - if yyhl2427 { - yyb2427 = yyj2427 > l + yyj2432++ + if yyhl2432 { + yyb2432 = yyj2432 > l } else { - yyb2427 = r.CheckBreak() + yyb2432 = r.CheckBreak() } - if yyb2427 { + if yyb2432 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2427-1, "") + z.DecStructFieldNotFound(yyj2432-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30949,37 +31004,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2433 := z.EncBinary() - _ = yym2433 + yym2438 := z.EncBinary() + _ = yym2438 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2434 := !z.EncBinary() - yy2arr2434 := z.EncBasicHandle().StructToArray - var yyq2434 [4]bool - _, _, _ = yysep2434, yyq2434, yy2arr2434 - const yyr2434 bool = false - yyq2434[0] = x.Kind != "" - yyq2434[1] = x.APIVersion != "" - yyq2434[2] = true - var yynn2434 int - if yyr2434 || yy2arr2434 { + yysep2439 := !z.EncBinary() + yy2arr2439 := z.EncBasicHandle().StructToArray + var yyq2439 [4]bool + _, _, _ = yysep2439, yyq2439, yy2arr2439 + const yyr2439 bool = false + yyq2439[0] = x.Kind != "" + yyq2439[1] = x.APIVersion != "" + yyq2439[2] = true + var yynn2439 int + if yyr2439 || yy2arr2439 { r.EncodeArrayStart(4) } else { - yynn2434 = 1 - for _, b := range yyq2434 { + yynn2439 = 1 + for _, b := range yyq2439 { if b { - yynn2434++ + yynn2439++ } } - r.EncodeMapStart(yynn2434) - yynn2434 = 0 + r.EncodeMapStart(yynn2439) + yynn2439 = 0 } - if yyr2434 || yy2arr2434 { + if yyr2439 || yy2arr2439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[0] { - yym2436 := z.EncBinary() - _ = yym2436 + if yyq2439[0] { + yym2441 := z.EncBinary() + _ = yym2441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30988,23 +31043,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[0] { + if yyq2439[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2437 := z.EncBinary() - _ = yym2437 + yym2442 := z.EncBinary() + _ = yym2442 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2434 || yy2arr2434 { + if yyr2439 || yy2arr2439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[1] { - yym2439 := z.EncBinary() - _ = yym2439 + if yyq2439[1] { + yym2444 := z.EncBinary() + _ = yym2444 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31013,54 +31068,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2434[1] { + if yyq2439[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2440 := z.EncBinary() - _ = yym2440 + yym2445 := z.EncBinary() + _ = yym2445 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2434 || yy2arr2434 { + if yyr2439 || yy2arr2439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2434[2] { - yy2442 := &x.ListMeta - yym2443 := z.EncBinary() - _ = yym2443 + if yyq2439[2] { + yy2447 := &x.ListMeta + yym2448 := z.EncBinary() + _ = yym2448 if false { - } else if z.HasExtensions() && z.EncExt(yy2442) { + } else if z.HasExtensions() && z.EncExt(yy2447) { } else { - z.EncFallback(yy2442) + z.EncFallback(yy2447) } } else { r.EncodeNil() } } else { - if yyq2434[2] { + if yyq2439[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2444 := &x.ListMeta - yym2445 := z.EncBinary() - _ = yym2445 + yy2449 := &x.ListMeta + yym2450 := z.EncBinary() + _ = yym2450 if false { - } else if z.HasExtensions() && z.EncExt(yy2444) { + } else if z.HasExtensions() && z.EncExt(yy2449) { } else { - z.EncFallback(yy2444) + z.EncFallback(yy2449) } } } - if yyr2434 || yy2arr2434 { + if yyr2439 || yy2arr2439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2447 := z.EncBinary() - _ = yym2447 + yym2452 := z.EncBinary() + _ = yym2452 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -31073,15 +31128,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2448 := z.EncBinary() - _ = yym2448 + yym2453 := z.EncBinary() + _ = yym2453 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr2434 || yy2arr2434 { + if yyr2439 || yy2arr2439 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31094,25 +31149,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2449 := z.DecBinary() - _ = yym2449 + yym2454 := z.DecBinary() + _ = yym2454 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2450 := r.ContainerType() - if yyct2450 == codecSelferValueTypeMap1234 { - yyl2450 := r.ReadMapStart() - if yyl2450 == 0 { + yyct2455 := r.ContainerType() + if yyct2455 == codecSelferValueTypeMap1234 { + yyl2455 := r.ReadMapStart() + if yyl2455 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2450, d) + x.codecDecodeSelfFromMap(yyl2455, d) } - } else if yyct2450 == codecSelferValueTypeArray1234 { - yyl2450 := r.ReadArrayStart() - if yyl2450 == 0 { + } else if yyct2455 == codecSelferValueTypeArray1234 { + yyl2455 := r.ReadArrayStart() + if yyl2455 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2450, d) + x.codecDecodeSelfFromArray(yyl2455, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31124,12 +31179,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2451Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2451Slc - var yyhl2451 bool = l >= 0 - for yyj2451 := 0; ; yyj2451++ { - if yyhl2451 { - if yyj2451 >= l { + var yys2456Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2456Slc + var yyhl2456 bool = l >= 0 + for yyj2456 := 0; ; yyj2456++ { + if yyhl2456 { + if yyj2456 >= l { break } } else { @@ -31138,10 +31193,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2451Slc = r.DecodeBytes(yys2451Slc, true, true) - yys2451 := string(yys2451Slc) + yys2456Slc = r.DecodeBytes(yys2456Slc, true, true) + yys2456 := string(yys2456Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2451 { + switch yys2456 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31158,31 +31213,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2454 := &x.ListMeta - yym2455 := z.DecBinary() - _ = yym2455 + yyv2459 := &x.ListMeta + yym2460 := z.DecBinary() + _ = yym2460 if false { - } else if z.HasExtensions() && z.DecExt(yyv2454) { + } else if z.HasExtensions() && z.DecExt(yyv2459) { } else { - z.DecFallback(yyv2454, false) + z.DecFallback(yyv2459, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2456 := &x.Items - yym2457 := z.DecBinary() - _ = yym2457 + yyv2461 := &x.Items + yym2462 := z.DecBinary() + _ = yym2462 if false { } else { - h.decSliceNode((*[]Node)(yyv2456), d) + h.decSliceNode((*[]Node)(yyv2461), d) } } default: - z.DecStructFieldNotFound(-1, yys2451) - } // end switch yys2451 - } // end for yyj2451 + z.DecStructFieldNotFound(-1, yys2456) + } // end switch yys2456 + } // end for yyj2456 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31190,16 +31245,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2458 int - var yyb2458 bool - var yyhl2458 bool = l >= 0 - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + var yyj2463 int + var yyb2463 bool + var yyhl2463 bool = l >= 0 + yyj2463++ + if yyhl2463 { + yyb2463 = yyj2463 > l } else { - yyb2458 = r.CheckBreak() + yyb2463 = r.CheckBreak() } - if yyb2458 { + if yyb2463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31209,13 +31264,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2463++ + if yyhl2463 { + yyb2463 = yyj2463 > l } else { - yyb2458 = r.CheckBreak() + yyb2463 = r.CheckBreak() } - if yyb2458 { + if yyb2463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31225,13 +31280,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2463++ + if yyhl2463 { + yyb2463 = yyj2463 > l } else { - yyb2458 = r.CheckBreak() + yyb2463 = r.CheckBreak() } - if yyb2458 { + if yyb2463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31239,22 +31294,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2461 := &x.ListMeta - yym2462 := z.DecBinary() - _ = yym2462 + yyv2466 := &x.ListMeta + yym2467 := z.DecBinary() + _ = yym2467 if false { - } else if z.HasExtensions() && z.DecExt(yyv2461) { + } else if z.HasExtensions() && z.DecExt(yyv2466) { } else { - z.DecFallback(yyv2461, false) + z.DecFallback(yyv2466, false) } } - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2463++ + if yyhl2463 { + yyb2463 = yyj2463 > l } else { - yyb2458 = r.CheckBreak() + yyb2463 = r.CheckBreak() } - if yyb2458 { + if yyb2463 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31262,26 +31317,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2463 := &x.Items - yym2464 := z.DecBinary() - _ = yym2464 + yyv2468 := &x.Items + yym2469 := z.DecBinary() + _ = yym2469 if false { } else { - h.decSliceNode((*[]Node)(yyv2463), d) + h.decSliceNode((*[]Node)(yyv2468), d) } } for { - yyj2458++ - if yyhl2458 { - yyb2458 = yyj2458 > l + yyj2463++ + if yyhl2463 { + yyb2463 = yyj2463 > l } else { - yyb2458 = r.CheckBreak() + yyb2463 = r.CheckBreak() } - if yyb2458 { + if yyb2463 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2458-1, "") + z.DecStructFieldNotFound(yyj2463-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31293,36 +31348,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2465 := z.EncBinary() - _ = yym2465 + yym2470 := z.EncBinary() + _ = yym2470 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2466 := !z.EncBinary() - yy2arr2466 := z.EncBasicHandle().StructToArray - var yyq2466 [1]bool - _, _, _ = yysep2466, yyq2466, yy2arr2466 - const yyr2466 bool = false - var yynn2466 int - if yyr2466 || yy2arr2466 { + yysep2471 := !z.EncBinary() + yy2arr2471 := z.EncBasicHandle().StructToArray + var yyq2471 [1]bool + _, _, _ = yysep2471, yyq2471, yy2arr2471 + const yyr2471 bool = false + var yynn2471 int + if yyr2471 || yy2arr2471 { r.EncodeArrayStart(1) } else { - yynn2466 = 1 - for _, b := range yyq2466 { + yynn2471 = 1 + for _, b := range yyq2471 { if b { - yynn2466++ + yynn2471++ } } - r.EncodeMapStart(yynn2466) - yynn2466 = 0 + r.EncodeMapStart(yynn2471) + yynn2471 = 0 } - if yyr2466 || yy2arr2466 { + if yyr2471 || yy2arr2471 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym2468 := z.EncBinary() - _ = yym2468 + yym2473 := z.EncBinary() + _ = yym2473 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -31335,15 +31390,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym2469 := z.EncBinary() - _ = yym2469 + yym2474 := z.EncBinary() + _ = yym2474 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr2466 || yy2arr2466 { + if yyr2471 || yy2arr2471 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31356,25 +31411,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2470 := z.DecBinary() - _ = yym2470 + yym2475 := z.DecBinary() + _ = yym2475 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2471 := r.ContainerType() - if yyct2471 == codecSelferValueTypeMap1234 { - yyl2471 := r.ReadMapStart() - if yyl2471 == 0 { + yyct2476 := r.ContainerType() + if yyct2476 == codecSelferValueTypeMap1234 { + yyl2476 := r.ReadMapStart() + if yyl2476 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2471, d) + x.codecDecodeSelfFromMap(yyl2476, d) } - } else if yyct2471 == codecSelferValueTypeArray1234 { - yyl2471 := r.ReadArrayStart() - if yyl2471 == 0 { + } else if yyct2476 == codecSelferValueTypeArray1234 { + yyl2476 := r.ReadArrayStart() + if yyl2476 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2471, d) + x.codecDecodeSelfFromArray(yyl2476, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31386,12 +31441,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2472Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2472Slc - var yyhl2472 bool = l >= 0 - for yyj2472 := 0; ; yyj2472++ { - if yyhl2472 { - if yyj2472 >= l { + var yys2477Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2477Slc + var yyhl2477 bool = l >= 0 + for yyj2477 := 0; ; yyj2477++ { + if yyhl2477 { + if yyj2477 >= l { break } } else { @@ -31400,26 +31455,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2472Slc = r.DecodeBytes(yys2472Slc, true, true) - yys2472 := string(yys2472Slc) + yys2477Slc = r.DecodeBytes(yys2477Slc, true, true) + yys2477 := string(yys2477Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2472 { + switch yys2477 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2473 := &x.Finalizers - yym2474 := z.DecBinary() - _ = yym2474 + yyv2478 := &x.Finalizers + yym2479 := z.DecBinary() + _ = yym2479 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2473), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2478), d) } } default: - z.DecStructFieldNotFound(-1, yys2472) - } // end switch yys2472 - } // end for yyj2472 + z.DecStructFieldNotFound(-1, yys2477) + } // end switch yys2477 + } // end for yyj2477 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31427,16 +31482,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2475 int - var yyb2475 bool - var yyhl2475 bool = l >= 0 - yyj2475++ - if yyhl2475 { - yyb2475 = yyj2475 > l + var yyj2480 int + var yyb2480 bool + var yyhl2480 bool = l >= 0 + yyj2480++ + if yyhl2480 { + yyb2480 = yyj2480 > l } else { - yyb2475 = r.CheckBreak() + yyb2480 = r.CheckBreak() } - if yyb2475 { + if yyb2480 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31444,26 +31499,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2476 := &x.Finalizers - yym2477 := z.DecBinary() - _ = yym2477 + yyv2481 := &x.Finalizers + yym2482 := z.DecBinary() + _ = yym2482 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2476), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2481), d) } } for { - yyj2475++ - if yyhl2475 { - yyb2475 = yyj2475 > l + yyj2480++ + if yyhl2480 { + yyb2480 = yyj2480 > l } else { - yyb2475 = r.CheckBreak() + yyb2480 = r.CheckBreak() } - if yyb2475 { + if yyb2480 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2475-1, "") + z.DecStructFieldNotFound(yyj2480-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31472,8 +31527,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2478 := z.EncBinary() - _ = yym2478 + yym2483 := z.EncBinary() + _ = yym2483 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31485,8 +31540,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2479 := z.DecBinary() - _ = yym2479 + yym2484 := z.DecBinary() + _ = yym2484 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31501,46 +31556,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2480 := z.EncBinary() - _ = yym2480 + yym2485 := z.EncBinary() + _ = yym2485 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2481 := !z.EncBinary() - yy2arr2481 := z.EncBasicHandle().StructToArray - var yyq2481 [1]bool - _, _, _ = yysep2481, yyq2481, yy2arr2481 - const yyr2481 bool = false - yyq2481[0] = x.Phase != "" - var yynn2481 int - if yyr2481 || yy2arr2481 { + yysep2486 := !z.EncBinary() + yy2arr2486 := z.EncBasicHandle().StructToArray + var yyq2486 [1]bool + _, _, _ = yysep2486, yyq2486, yy2arr2486 + const yyr2486 bool = false + yyq2486[0] = x.Phase != "" + var yynn2486 int + if yyr2486 || yy2arr2486 { r.EncodeArrayStart(1) } else { - yynn2481 = 0 - for _, b := range yyq2481 { + yynn2486 = 0 + for _, b := range yyq2486 { if b { - yynn2481++ + yynn2486++ } } - r.EncodeMapStart(yynn2481) - yynn2481 = 0 + r.EncodeMapStart(yynn2486) + yynn2486 = 0 } - if yyr2481 || yy2arr2481 { + if yyr2486 || yy2arr2486 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2481[0] { + if yyq2486[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2481[0] { + if yyq2486[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2481 || yy2arr2481 { + if yyr2486 || yy2arr2486 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31553,25 +31608,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2483 := z.DecBinary() - _ = yym2483 + yym2488 := z.DecBinary() + _ = yym2488 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2484 := r.ContainerType() - if yyct2484 == codecSelferValueTypeMap1234 { - yyl2484 := r.ReadMapStart() - if yyl2484 == 0 { + yyct2489 := r.ContainerType() + if yyct2489 == codecSelferValueTypeMap1234 { + yyl2489 := r.ReadMapStart() + if yyl2489 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2484, d) + x.codecDecodeSelfFromMap(yyl2489, d) } - } else if yyct2484 == codecSelferValueTypeArray1234 { - yyl2484 := r.ReadArrayStart() - if yyl2484 == 0 { + } else if yyct2489 == codecSelferValueTypeArray1234 { + yyl2489 := r.ReadArrayStart() + if yyl2489 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2484, d) + x.codecDecodeSelfFromArray(yyl2489, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31583,12 +31638,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2485Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2485Slc - var yyhl2485 bool = l >= 0 - for yyj2485 := 0; ; yyj2485++ { - if yyhl2485 { - if yyj2485 >= l { + var yys2490Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2490Slc + var yyhl2490 bool = l >= 0 + for yyj2490 := 0; ; yyj2490++ { + if yyhl2490 { + if yyj2490 >= l { break } } else { @@ -31597,10 +31652,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2485Slc = r.DecodeBytes(yys2485Slc, true, true) - yys2485 := string(yys2485Slc) + yys2490Slc = r.DecodeBytes(yys2490Slc, true, true) + yys2490 := string(yys2490Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2485 { + switch yys2490 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -31608,9 +31663,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2485) - } // end switch yys2485 - } // end for yyj2485 + z.DecStructFieldNotFound(-1, yys2490) + } // end switch yys2490 + } // end for yyj2490 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31618,16 +31673,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2487 int - var yyb2487 bool - var yyhl2487 bool = l >= 0 - yyj2487++ - if yyhl2487 { - yyb2487 = yyj2487 > l + var yyj2492 int + var yyb2492 bool + var yyhl2492 bool = l >= 0 + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2487 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2487 { + if yyb2492 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31638,17 +31693,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj2487++ - if yyhl2487 { - yyb2487 = yyj2487 > l + yyj2492++ + if yyhl2492 { + yyb2492 = yyj2492 > l } else { - yyb2487 = r.CheckBreak() + yyb2492 = r.CheckBreak() } - if yyb2487 { + if yyb2492 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2487-1, "") + z.DecStructFieldNotFound(yyj2492-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31657,8 +31712,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2489 := z.EncBinary() - _ = yym2489 + yym2494 := z.EncBinary() + _ = yym2494 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31670,8 +31725,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2490 := z.DecBinary() - _ = yym2490 + yym2495 := z.DecBinary() + _ = yym2495 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31686,39 +31741,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2491 := z.EncBinary() - _ = yym2491 + yym2496 := z.EncBinary() + _ = yym2496 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2492 := !z.EncBinary() - yy2arr2492 := z.EncBasicHandle().StructToArray - var yyq2492 [5]bool - _, _, _ = yysep2492, yyq2492, yy2arr2492 - const yyr2492 bool = false - yyq2492[0] = x.Kind != "" - yyq2492[1] = x.APIVersion != "" - yyq2492[2] = true - yyq2492[3] = true - yyq2492[4] = true - var yynn2492 int - if yyr2492 || yy2arr2492 { + yysep2497 := !z.EncBinary() + yy2arr2497 := z.EncBasicHandle().StructToArray + var yyq2497 [5]bool + _, _, _ = yysep2497, yyq2497, yy2arr2497 + const yyr2497 bool = false + yyq2497[0] = x.Kind != "" + yyq2497[1] = x.APIVersion != "" + yyq2497[2] = true + yyq2497[3] = true + yyq2497[4] = true + var yynn2497 int + if yyr2497 || yy2arr2497 { r.EncodeArrayStart(5) } else { - yynn2492 = 0 - for _, b := range yyq2492 { + yynn2497 = 0 + for _, b := range yyq2497 { if b { - yynn2492++ + yynn2497++ } } - r.EncodeMapStart(yynn2492) - yynn2492 = 0 + r.EncodeMapStart(yynn2497) + yynn2497 = 0 } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2492[0] { - yym2494 := z.EncBinary() - _ = yym2494 + if yyq2497[0] { + yym2499 := z.EncBinary() + _ = yym2499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31727,23 +31782,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2492[0] { + if yyq2497[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2495 := z.EncBinary() - _ = yym2495 + yym2500 := z.EncBinary() + _ = yym2500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2492[1] { - yym2497 := z.EncBinary() - _ = yym2497 + if yyq2497[1] { + yym2502 := z.EncBinary() + _ = yym2502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31752,70 +31807,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2492[1] { + if yyq2497[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2498 := z.EncBinary() - _ = yym2498 + yym2503 := z.EncBinary() + _ = yym2503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2492[2] { - yy2500 := &x.ObjectMeta - yy2500.CodecEncodeSelf(e) + if yyq2497[2] { + yy2505 := &x.ObjectMeta + yy2505.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2492[2] { + if yyq2497[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2501 := &x.ObjectMeta - yy2501.CodecEncodeSelf(e) + yy2506 := &x.ObjectMeta + yy2506.CodecEncodeSelf(e) } } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2492[3] { - yy2503 := &x.Spec - yy2503.CodecEncodeSelf(e) + if yyq2497[3] { + yy2508 := &x.Spec + yy2508.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2492[3] { + if yyq2497[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2504 := &x.Spec - yy2504.CodecEncodeSelf(e) + yy2509 := &x.Spec + yy2509.CodecEncodeSelf(e) } } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2492[4] { - yy2506 := &x.Status - yy2506.CodecEncodeSelf(e) + if yyq2497[4] { + yy2511 := &x.Status + yy2511.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2492[4] { + if yyq2497[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2507 := &x.Status - yy2507.CodecEncodeSelf(e) + yy2512 := &x.Status + yy2512.CodecEncodeSelf(e) } } - if yyr2492 || yy2arr2492 { + if yyr2497 || yy2arr2497 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31828,25 +31883,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2508 := z.DecBinary() - _ = yym2508 + yym2513 := z.DecBinary() + _ = yym2513 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2509 := r.ContainerType() - if yyct2509 == codecSelferValueTypeMap1234 { - yyl2509 := r.ReadMapStart() - if yyl2509 == 0 { + yyct2514 := r.ContainerType() + if yyct2514 == codecSelferValueTypeMap1234 { + yyl2514 := r.ReadMapStart() + if yyl2514 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2509, d) + x.codecDecodeSelfFromMap(yyl2514, d) } - } else if yyct2509 == codecSelferValueTypeArray1234 { - yyl2509 := r.ReadArrayStart() - if yyl2509 == 0 { + } else if yyct2514 == codecSelferValueTypeArray1234 { + yyl2514 := r.ReadArrayStart() + if yyl2514 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2509, d) + x.codecDecodeSelfFromArray(yyl2514, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31858,12 +31913,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2510Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2510Slc - var yyhl2510 bool = l >= 0 - for yyj2510 := 0; ; yyj2510++ { - if yyhl2510 { - if yyj2510 >= l { + var yys2515Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2515Slc + var yyhl2515 bool = l >= 0 + for yyj2515 := 0; ; yyj2515++ { + if yyhl2515 { + if yyj2515 >= l { break } } else { @@ -31872,10 +31927,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2510Slc = r.DecodeBytes(yys2510Slc, true, true) - yys2510 := string(yys2510Slc) + yys2515Slc = r.DecodeBytes(yys2515Slc, true, true) + yys2515 := string(yys2515Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2510 { + switch yys2515 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31892,27 +31947,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2513 := &x.ObjectMeta - yyv2513.CodecDecodeSelf(d) + yyv2518 := &x.ObjectMeta + yyv2518.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2514 := &x.Spec - yyv2514.CodecDecodeSelf(d) + yyv2519 := &x.Spec + yyv2519.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2515 := &x.Status - yyv2515.CodecDecodeSelf(d) + yyv2520 := &x.Status + yyv2520.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2510) - } // end switch yys2510 - } // end for yyj2510 + z.DecStructFieldNotFound(-1, yys2515) + } // end switch yys2515 + } // end for yyj2515 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31920,16 +31975,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2516 int - var yyb2516 bool - var yyhl2516 bool = l >= 0 - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + var yyj2521 int + var yyb2521 bool + var yyhl2521 bool = l >= 0 + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31939,13 +31994,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31955,13 +32010,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31969,16 +32024,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2519 := &x.ObjectMeta - yyv2519.CodecDecodeSelf(d) + yyv2524 := &x.ObjectMeta + yyv2524.CodecDecodeSelf(d) } - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31986,16 +32041,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2520 := &x.Spec - yyv2520.CodecDecodeSelf(d) + yyv2525 := &x.Spec + yyv2525.CodecDecodeSelf(d) } - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32003,21 +32058,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2521 := &x.Status - yyv2521.CodecDecodeSelf(d) + yyv2526 := &x.Status + yyv2526.CodecDecodeSelf(d) } for { - yyj2516++ - if yyhl2516 { - yyb2516 = yyj2516 > l + yyj2521++ + if yyhl2521 { + yyb2521 = yyj2521 > l } else { - yyb2516 = r.CheckBreak() + yyb2521 = r.CheckBreak() } - if yyb2516 { + if yyb2521 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2516-1, "") + z.DecStructFieldNotFound(yyj2521-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32029,37 +32084,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2522 := z.EncBinary() - _ = yym2522 + yym2527 := z.EncBinary() + _ = yym2527 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2523 := !z.EncBinary() - yy2arr2523 := z.EncBasicHandle().StructToArray - var yyq2523 [4]bool - _, _, _ = yysep2523, yyq2523, yy2arr2523 - const yyr2523 bool = false - yyq2523[0] = x.Kind != "" - yyq2523[1] = x.APIVersion != "" - yyq2523[2] = true - var yynn2523 int - if yyr2523 || yy2arr2523 { + yysep2528 := !z.EncBinary() + yy2arr2528 := z.EncBasicHandle().StructToArray + var yyq2528 [4]bool + _, _, _ = yysep2528, yyq2528, yy2arr2528 + const yyr2528 bool = false + yyq2528[0] = x.Kind != "" + yyq2528[1] = x.APIVersion != "" + yyq2528[2] = true + var yynn2528 int + if yyr2528 || yy2arr2528 { r.EncodeArrayStart(4) } else { - yynn2523 = 1 - for _, b := range yyq2523 { + yynn2528 = 1 + for _, b := range yyq2528 { if b { - yynn2523++ + yynn2528++ } } - r.EncodeMapStart(yynn2523) - yynn2523 = 0 + r.EncodeMapStart(yynn2528) + yynn2528 = 0 } - if yyr2523 || yy2arr2523 { + if yyr2528 || yy2arr2528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2523[0] { - yym2525 := z.EncBinary() - _ = yym2525 + if yyq2528[0] { + yym2530 := z.EncBinary() + _ = yym2530 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32068,23 +32123,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2523[0] { + if yyq2528[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2526 := z.EncBinary() - _ = yym2526 + yym2531 := z.EncBinary() + _ = yym2531 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2523 || yy2arr2523 { + if yyr2528 || yy2arr2528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2523[1] { - yym2528 := z.EncBinary() - _ = yym2528 + if yyq2528[1] { + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32093,54 +32148,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2523[1] { + if yyq2528[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2529 := z.EncBinary() - _ = yym2529 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2523 || yy2arr2523 { + if yyr2528 || yy2arr2528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2523[2] { - yy2531 := &x.ListMeta - yym2532 := z.EncBinary() - _ = yym2532 + if yyq2528[2] { + yy2536 := &x.ListMeta + yym2537 := z.EncBinary() + _ = yym2537 if false { - } else if z.HasExtensions() && z.EncExt(yy2531) { + } else if z.HasExtensions() && z.EncExt(yy2536) { } else { - z.EncFallback(yy2531) + z.EncFallback(yy2536) } } else { r.EncodeNil() } } else { - if yyq2523[2] { + if yyq2528[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2533 := &x.ListMeta - yym2534 := z.EncBinary() - _ = yym2534 + yy2538 := &x.ListMeta + yym2539 := z.EncBinary() + _ = yym2539 if false { - } else if z.HasExtensions() && z.EncExt(yy2533) { + } else if z.HasExtensions() && z.EncExt(yy2538) { } else { - z.EncFallback(yy2533) + z.EncFallback(yy2538) } } } - if yyr2523 || yy2arr2523 { + if yyr2528 || yy2arr2528 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2536 := z.EncBinary() - _ = yym2536 + yym2541 := z.EncBinary() + _ = yym2541 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -32153,15 +32208,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2537 := z.EncBinary() - _ = yym2537 + yym2542 := z.EncBinary() + _ = yym2542 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr2523 || yy2arr2523 { + if yyr2528 || yy2arr2528 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32174,25 +32229,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2538 := z.DecBinary() - _ = yym2538 + yym2543 := z.DecBinary() + _ = yym2543 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2539 := r.ContainerType() - if yyct2539 == codecSelferValueTypeMap1234 { - yyl2539 := r.ReadMapStart() - if yyl2539 == 0 { + yyct2544 := r.ContainerType() + if yyct2544 == codecSelferValueTypeMap1234 { + yyl2544 := r.ReadMapStart() + if yyl2544 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2539, d) + x.codecDecodeSelfFromMap(yyl2544, d) } - } else if yyct2539 == codecSelferValueTypeArray1234 { - yyl2539 := r.ReadArrayStart() - if yyl2539 == 0 { + } else if yyct2544 == codecSelferValueTypeArray1234 { + yyl2544 := r.ReadArrayStart() + if yyl2544 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2539, d) + x.codecDecodeSelfFromArray(yyl2544, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32204,12 +32259,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2540Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2540Slc - var yyhl2540 bool = l >= 0 - for yyj2540 := 0; ; yyj2540++ { - if yyhl2540 { - if yyj2540 >= l { + var yys2545Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2545Slc + var yyhl2545 bool = l >= 0 + for yyj2545 := 0; ; yyj2545++ { + if yyhl2545 { + if yyj2545 >= l { break } } else { @@ -32218,10 +32273,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2540Slc = r.DecodeBytes(yys2540Slc, true, true) - yys2540 := string(yys2540Slc) + yys2545Slc = r.DecodeBytes(yys2545Slc, true, true) + yys2545 := string(yys2545Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2540 { + switch yys2545 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32238,31 +32293,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2543 := &x.ListMeta - yym2544 := z.DecBinary() - _ = yym2544 + yyv2548 := &x.ListMeta + yym2549 := z.DecBinary() + _ = yym2549 if false { - } else if z.HasExtensions() && z.DecExt(yyv2543) { + } else if z.HasExtensions() && z.DecExt(yyv2548) { } else { - z.DecFallback(yyv2543, false) + z.DecFallback(yyv2548, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2545 := &x.Items - yym2546 := z.DecBinary() - _ = yym2546 + yyv2550 := &x.Items + yym2551 := z.DecBinary() + _ = yym2551 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2545), d) + h.decSliceNamespace((*[]Namespace)(yyv2550), d) } } default: - z.DecStructFieldNotFound(-1, yys2540) - } // end switch yys2540 - } // end for yyj2540 + z.DecStructFieldNotFound(-1, yys2545) + } // end switch yys2545 + } // end for yyj2545 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32270,16 +32325,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2547 int - var yyb2547 bool - var yyhl2547 bool = l >= 0 - yyj2547++ - if yyhl2547 { - yyb2547 = yyj2547 > l + var yyj2552 int + var yyb2552 bool + var yyhl2552 bool = l >= 0 + yyj2552++ + if yyhl2552 { + yyb2552 = yyj2552 > l } else { - yyb2547 = r.CheckBreak() + yyb2552 = r.CheckBreak() } - if yyb2547 { + if yyb2552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32289,13 +32344,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2547++ - if yyhl2547 { - yyb2547 = yyj2547 > l + yyj2552++ + if yyhl2552 { + yyb2552 = yyj2552 > l } else { - yyb2547 = r.CheckBreak() + yyb2552 = r.CheckBreak() } - if yyb2547 { + if yyb2552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32305,13 +32360,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2547++ - if yyhl2547 { - yyb2547 = yyj2547 > l + yyj2552++ + if yyhl2552 { + yyb2552 = yyj2552 > l } else { - yyb2547 = r.CheckBreak() + yyb2552 = r.CheckBreak() } - if yyb2547 { + if yyb2552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32319,22 +32374,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2550 := &x.ListMeta - yym2551 := z.DecBinary() - _ = yym2551 + yyv2555 := &x.ListMeta + yym2556 := z.DecBinary() + _ = yym2556 if false { - } else if z.HasExtensions() && z.DecExt(yyv2550) { + } else if z.HasExtensions() && z.DecExt(yyv2555) { } else { - z.DecFallback(yyv2550, false) + z.DecFallback(yyv2555, false) } } - yyj2547++ - if yyhl2547 { - yyb2547 = yyj2547 > l + yyj2552++ + if yyhl2552 { + yyb2552 = yyj2552 > l } else { - yyb2547 = r.CheckBreak() + yyb2552 = r.CheckBreak() } - if yyb2547 { + if yyb2552 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32342,26 +32397,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2552 := &x.Items - yym2553 := z.DecBinary() - _ = yym2553 + yyv2557 := &x.Items + yym2558 := z.DecBinary() + _ = yym2558 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2552), d) + h.decSliceNamespace((*[]Namespace)(yyv2557), d) } } for { - yyj2547++ - if yyhl2547 { - yyb2547 = yyj2547 > l + yyj2552++ + if yyhl2552 { + yyb2552 = yyj2552 > l } else { - yyb2547 = r.CheckBreak() + yyb2552 = r.CheckBreak() } - if yyb2547 { + if yyb2552 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2547-1, "") + z.DecStructFieldNotFound(yyj2552-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32373,37 +32428,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2554 := z.EncBinary() - _ = yym2554 + yym2559 := z.EncBinary() + _ = yym2559 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2555 := !z.EncBinary() - yy2arr2555 := z.EncBasicHandle().StructToArray - var yyq2555 [4]bool - _, _, _ = yysep2555, yyq2555, yy2arr2555 - const yyr2555 bool = false - yyq2555[0] = x.Kind != "" - yyq2555[1] = x.APIVersion != "" - yyq2555[2] = true - var yynn2555 int - if yyr2555 || yy2arr2555 { + yysep2560 := !z.EncBinary() + yy2arr2560 := z.EncBasicHandle().StructToArray + var yyq2560 [4]bool + _, _, _ = yysep2560, yyq2560, yy2arr2560 + const yyr2560 bool = false + yyq2560[0] = x.Kind != "" + yyq2560[1] = x.APIVersion != "" + yyq2560[2] = true + var yynn2560 int + if yyr2560 || yy2arr2560 { r.EncodeArrayStart(4) } else { - yynn2555 = 1 - for _, b := range yyq2555 { + yynn2560 = 1 + for _, b := range yyq2560 { if b { - yynn2555++ + yynn2560++ } } - r.EncodeMapStart(yynn2555) - yynn2555 = 0 + r.EncodeMapStart(yynn2560) + yynn2560 = 0 } - if yyr2555 || yy2arr2555 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2555[0] { - yym2557 := z.EncBinary() - _ = yym2557 + if yyq2560[0] { + yym2562 := z.EncBinary() + _ = yym2562 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32412,23 +32467,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2555[0] { + if yyq2560[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2558 := z.EncBinary() - _ = yym2558 + yym2563 := z.EncBinary() + _ = yym2563 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2555 || yy2arr2555 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2555[1] { - yym2560 := z.EncBinary() - _ = yym2560 + if yyq2560[1] { + yym2565 := z.EncBinary() + _ = yym2565 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32437,47 +32492,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2555[1] { + if yyq2560[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2561 := z.EncBinary() - _ = yym2561 + yym2566 := z.EncBinary() + _ = yym2566 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2555 || yy2arr2555 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2555[2] { - yy2563 := &x.ObjectMeta - yy2563.CodecEncodeSelf(e) + if yyq2560[2] { + yy2568 := &x.ObjectMeta + yy2568.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2555[2] { + if yyq2560[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2564 := &x.ObjectMeta - yy2564.CodecEncodeSelf(e) + yy2569 := &x.ObjectMeta + yy2569.CodecEncodeSelf(e) } } - if yyr2555 || yy2arr2555 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2566 := &x.Target - yy2566.CodecEncodeSelf(e) + yy2571 := &x.Target + yy2571.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2567 := &x.Target - yy2567.CodecEncodeSelf(e) + yy2572 := &x.Target + yy2572.CodecEncodeSelf(e) } - if yyr2555 || yy2arr2555 { + if yyr2560 || yy2arr2560 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32490,25 +32545,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2568 := z.DecBinary() - _ = yym2568 + yym2573 := z.DecBinary() + _ = yym2573 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2569 := r.ContainerType() - if yyct2569 == codecSelferValueTypeMap1234 { - yyl2569 := r.ReadMapStart() - if yyl2569 == 0 { + yyct2574 := r.ContainerType() + if yyct2574 == codecSelferValueTypeMap1234 { + yyl2574 := r.ReadMapStart() + if yyl2574 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2569, d) + x.codecDecodeSelfFromMap(yyl2574, d) } - } else if yyct2569 == codecSelferValueTypeArray1234 { - yyl2569 := r.ReadArrayStart() - if yyl2569 == 0 { + } else if yyct2574 == codecSelferValueTypeArray1234 { + yyl2574 := r.ReadArrayStart() + if yyl2574 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2569, d) + x.codecDecodeSelfFromArray(yyl2574, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32520,12 +32575,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2570Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2570Slc - var yyhl2570 bool = l >= 0 - for yyj2570 := 0; ; yyj2570++ { - if yyhl2570 { - if yyj2570 >= l { + var yys2575Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2575Slc + var yyhl2575 bool = l >= 0 + for yyj2575 := 0; ; yyj2575++ { + if yyhl2575 { + if yyj2575 >= l { break } } else { @@ -32534,10 +32589,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2570Slc = r.DecodeBytes(yys2570Slc, true, true) - yys2570 := string(yys2570Slc) + yys2575Slc = r.DecodeBytes(yys2575Slc, true, true) + yys2575 := string(yys2575Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2570 { + switch yys2575 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32554,20 +32609,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2573 := &x.ObjectMeta - yyv2573.CodecDecodeSelf(d) + yyv2578 := &x.ObjectMeta + yyv2578.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2574 := &x.Target - yyv2574.CodecDecodeSelf(d) + yyv2579 := &x.Target + yyv2579.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2570) - } // end switch yys2570 - } // end for yyj2570 + z.DecStructFieldNotFound(-1, yys2575) + } // end switch yys2575 + } // end for yyj2575 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32575,16 +32630,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2575 int - var yyb2575 bool - var yyhl2575 bool = l >= 0 - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + var yyj2580 int + var yyb2580 bool + var yyhl2580 bool = l >= 0 + yyj2580++ + if yyhl2580 { + yyb2580 = yyj2580 > l } else { - yyb2575 = r.CheckBreak() + yyb2580 = r.CheckBreak() } - if yyb2575 { + if yyb2580 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32594,13 +32649,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + yyj2580++ + if yyhl2580 { + yyb2580 = yyj2580 > l } else { - yyb2575 = r.CheckBreak() + yyb2580 = r.CheckBreak() } - if yyb2575 { + if yyb2580 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32610,13 +32665,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + yyj2580++ + if yyhl2580 { + yyb2580 = yyj2580 > l } else { - yyb2575 = r.CheckBreak() + yyb2580 = r.CheckBreak() } - if yyb2575 { + if yyb2580 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32624,16 +32679,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2578 := &x.ObjectMeta - yyv2578.CodecDecodeSelf(d) + yyv2583 := &x.ObjectMeta + yyv2583.CodecDecodeSelf(d) } - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + yyj2580++ + if yyhl2580 { + yyb2580 = yyj2580 > l } else { - yyb2575 = r.CheckBreak() + yyb2580 = r.CheckBreak() } - if yyb2575 { + if yyb2580 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32641,21 +32696,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2579 := &x.Target - yyv2579.CodecDecodeSelf(d) + yyv2584 := &x.Target + yyv2584.CodecDecodeSelf(d) } for { - yyj2575++ - if yyhl2575 { - yyb2575 = yyj2575 > l + yyj2580++ + if yyhl2580 { + yyb2580 = yyj2580 > l } else { - yyb2575 = r.CheckBreak() + yyb2580 = r.CheckBreak() } - if yyb2575 { + if yyb2580 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2575-1, "") + z.DecStructFieldNotFound(yyj2580-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32667,36 +32722,36 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2580 := z.EncBinary() - _ = yym2580 + yym2585 := z.EncBinary() + _ = yym2585 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2581 := !z.EncBinary() - yy2arr2581 := z.EncBasicHandle().StructToArray - var yyq2581 [3]bool - _, _, _ = yysep2581, yyq2581, yy2arr2581 - const yyr2581 bool = false - yyq2581[0] = x.Kind != "" - yyq2581[1] = x.APIVersion != "" - var yynn2581 int - if yyr2581 || yy2arr2581 { + yysep2586 := !z.EncBinary() + yy2arr2586 := z.EncBasicHandle().StructToArray + var yyq2586 [3]bool + _, _, _ = yysep2586, yyq2586, yy2arr2586 + const yyr2586 bool = false + yyq2586[0] = x.Kind != "" + yyq2586[1] = x.APIVersion != "" + var yynn2586 int + if yyr2586 || yy2arr2586 { r.EncodeArrayStart(3) } else { - yynn2581 = 1 - for _, b := range yyq2581 { + yynn2586 = 1 + for _, b := range yyq2586 { if b { - yynn2581++ + yynn2586++ } } - r.EncodeMapStart(yynn2581) - yynn2581 = 0 + r.EncodeMapStart(yynn2586) + yynn2586 = 0 } - if yyr2581 || yy2arr2581 { + if yyr2586 || yy2arr2586 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2581[0] { - yym2583 := z.EncBinary() - _ = yym2583 + if yyq2586[0] { + yym2588 := z.EncBinary() + _ = yym2588 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32705,23 +32760,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2581[0] { + if yyq2586[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2584 := z.EncBinary() - _ = yym2584 + yym2589 := z.EncBinary() + _ = yym2589 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2581 || yy2arr2581 { + if yyr2586 || yy2arr2586 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2581[1] { - yym2586 := z.EncBinary() - _ = yym2586 + if yyq2586[1] { + yym2591 := z.EncBinary() + _ = yym2591 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32730,29 +32785,29 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2581[1] { + if yyq2586[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2587 := z.EncBinary() - _ = yym2587 + yym2592 := z.EncBinary() + _ = yym2592 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2581 || yy2arr2581 { + if yyr2586 || yy2arr2586 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2589 := *x.GracePeriodSeconds - yym2590 := z.EncBinary() - _ = yym2590 + yy2594 := *x.GracePeriodSeconds + yym2595 := z.EncBinary() + _ = yym2595 if false { } else { - r.EncodeInt(int64(yy2589)) + r.EncodeInt(int64(yy2594)) } } } else { @@ -32762,16 +32817,16 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2591 := *x.GracePeriodSeconds - yym2592 := z.EncBinary() - _ = yym2592 + yy2596 := *x.GracePeriodSeconds + yym2597 := z.EncBinary() + _ = yym2597 if false { } else { - r.EncodeInt(int64(yy2591)) + r.EncodeInt(int64(yy2596)) } } } - if yyr2581 || yy2arr2581 { + if yyr2586 || yy2arr2586 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32784,25 +32839,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2593 := z.DecBinary() - _ = yym2593 + yym2598 := z.DecBinary() + _ = yym2598 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2594 := r.ContainerType() - if yyct2594 == codecSelferValueTypeMap1234 { - yyl2594 := r.ReadMapStart() - if yyl2594 == 0 { + yyct2599 := r.ContainerType() + if yyct2599 == codecSelferValueTypeMap1234 { + yyl2599 := r.ReadMapStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2594, d) + x.codecDecodeSelfFromMap(yyl2599, d) } - } else if yyct2594 == codecSelferValueTypeArray1234 { - yyl2594 := r.ReadArrayStart() - if yyl2594 == 0 { + } else if yyct2599 == codecSelferValueTypeArray1234 { + yyl2599 := r.ReadArrayStart() + if yyl2599 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2594, d) + x.codecDecodeSelfFromArray(yyl2599, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32814,12 +32869,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2595Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2595Slc - var yyhl2595 bool = l >= 0 - for yyj2595 := 0; ; yyj2595++ { - if yyhl2595 { - if yyj2595 >= l { + var yys2600Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2600Slc + var yyhl2600 bool = l >= 0 + for yyj2600 := 0; ; yyj2600++ { + if yyhl2600 { + if yyj2600 >= l { break } } else { @@ -32828,10 +32883,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2595Slc = r.DecodeBytes(yys2595Slc, true, true) - yys2595 := string(yys2595Slc) + yys2600Slc = r.DecodeBytes(yys2600Slc, true, true) + yys2600 := string(yys2600Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2595 { + switch yys2600 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32853,17 +32908,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2599 := z.DecBinary() - _ = yym2599 + yym2604 := z.DecBinary() + _ = yym2604 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2595) - } // end switch yys2595 - } // end for yyj2595 + z.DecStructFieldNotFound(-1, yys2600) + } // end switch yys2600 + } // end for yyj2600 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32871,16 +32926,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2600 int - var yyb2600 bool - var yyhl2600 bool = l >= 0 - yyj2600++ - if yyhl2600 { - yyb2600 = yyj2600 > l + var yyj2605 int + var yyb2605 bool + var yyhl2605 bool = l >= 0 + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2600 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2600 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32890,13 +32945,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2600++ - if yyhl2600 { - yyb2600 = yyj2600 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2600 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2600 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32906,13 +32961,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2600++ - if yyhl2600 { - yyb2600 = yyj2600 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2600 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2600 { + if yyb2605 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32925,25 +32980,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2604 := z.DecBinary() - _ = yym2604 + yym2609 := z.DecBinary() + _ = yym2609 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2600++ - if yyhl2600 { - yyb2600 = yyj2600 > l + yyj2605++ + if yyhl2605 { + yyb2605 = yyj2605 > l } else { - yyb2600 = r.CheckBreak() + yyb2605 = r.CheckBreak() } - if yyb2600 { + if yyb2605 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2600-1, "") + z.DecStructFieldNotFound(yyj2605-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32955,36 +33010,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2605 := z.EncBinary() - _ = yym2605 + yym2610 := z.EncBinary() + _ = yym2610 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2606 := !z.EncBinary() - yy2arr2606 := z.EncBasicHandle().StructToArray - var yyq2606 [10]bool - _, _, _ = yysep2606, yyq2606, yy2arr2606 - const yyr2606 bool = false - yyq2606[0] = x.Kind != "" - yyq2606[1] = x.APIVersion != "" - var yynn2606 int - if yyr2606 || yy2arr2606 { + yysep2611 := !z.EncBinary() + yy2arr2611 := z.EncBasicHandle().StructToArray + var yyq2611 [10]bool + _, _, _ = yysep2611, yyq2611, yy2arr2611 + const yyr2611 bool = false + yyq2611[0] = x.Kind != "" + yyq2611[1] = x.APIVersion != "" + var yynn2611 int + if yyr2611 || yy2arr2611 { r.EncodeArrayStart(10) } else { - yynn2606 = 8 - for _, b := range yyq2606 { + yynn2611 = 8 + for _, b := range yyq2611 { if b { - yynn2606++ + yynn2611++ } } - r.EncodeMapStart(yynn2606) - yynn2606 = 0 + r.EncodeMapStart(yynn2611) + yynn2611 = 0 } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2606[0] { - yym2608 := z.EncBinary() - _ = yym2608 + if yyq2611[0] { + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32993,23 +33048,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2606[0] { + if yyq2611[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2609 := z.EncBinary() - _ = yym2609 + yym2614 := z.EncBinary() + _ = yym2614 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2606[1] { - yym2611 := z.EncBinary() - _ = yym2611 + if yyq2611[1] { + yym2616 := z.EncBinary() + _ = yym2616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33018,22 +33073,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2606[1] { + if yyq2611[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2612 := z.EncBinary() - _ = yym2612 + yym2617 := z.EncBinary() + _ = yym2617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2614 := z.EncBinary() - _ = yym2614 + yym2619 := z.EncBinary() + _ = yym2619 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -33042,17 +33097,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2615 := z.EncBinary() - _ = yym2615 + yym2620 := z.EncBinary() + _ = yym2620 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2617 := z.EncBinary() - _ = yym2617 + yym2622 := z.EncBinary() + _ = yym2622 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -33061,17 +33116,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2618 := z.EncBinary() - _ = yym2618 + yym2623 := z.EncBinary() + _ = yym2623 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2620 := z.EncBinary() - _ = yym2620 + yym2625 := z.EncBinary() + _ = yym2625 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -33080,24 +33135,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2621 := z.EncBinary() - _ = yym2621 + yym2626 := z.EncBinary() + _ = yym2626 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2623 := *x.SinceSeconds - yym2624 := z.EncBinary() - _ = yym2624 + yy2628 := *x.SinceSeconds + yym2629 := z.EncBinary() + _ = yym2629 if false { } else { - r.EncodeInt(int64(yy2623)) + r.EncodeInt(int64(yy2628)) } } } else { @@ -33107,27 +33162,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2625 := *x.SinceSeconds - yym2626 := z.EncBinary() - _ = yym2626 + yy2630 := *x.SinceSeconds + yym2631 := z.EncBinary() + _ = yym2631 if false { } else { - r.EncodeInt(int64(yy2625)) + r.EncodeInt(int64(yy2630)) } } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym2628 := z.EncBinary() - _ = yym2628 + yym2633 := z.EncBinary() + _ = yym2633 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2628 { + } else if yym2633 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2628 && z.IsJSONHandle() { + } else if !yym2633 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -33140,23 +33195,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym2629 := z.EncBinary() - _ = yym2629 + yym2634 := z.EncBinary() + _ = yym2634 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2629 { + } else if yym2634 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2629 && z.IsJSONHandle() { + } else if !yym2634 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2631 := z.EncBinary() - _ = yym2631 + yym2636 := z.EncBinary() + _ = yym2636 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -33165,48 +33220,19 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2632 := z.EncBinary() - _ = yym2632 + yym2637 := z.EncBinary() + _ = yym2637 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy2634 := *x.TailLines - yym2635 := z.EncBinary() - _ = yym2635 - if false { - } else { - r.EncodeInt(int64(yy2634)) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("TailLines")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TailLines == nil { - r.EncodeNil() - } else { - yy2636 := *x.TailLines - yym2637 := z.EncBinary() - _ = yym2637 - if false { - } else { - r.EncodeInt(int64(yy2636)) - } - } - } - if yyr2606 || yy2arr2606 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.LimitBytes == nil { - r.EncodeNil() - } else { - yy2639 := *x.LimitBytes + yy2639 := *x.TailLines yym2640 := z.EncBinary() _ = yym2640 if false { @@ -33216,12 +33242,12 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("LimitBytes")) + r.EncodeString(codecSelferC_UTF81234, string("TailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.LimitBytes == nil { + if x.TailLines == nil { r.EncodeNil() } else { - yy2641 := *x.LimitBytes + yy2641 := *x.TailLines yym2642 := z.EncBinary() _ = yym2642 if false { @@ -33230,7 +33256,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2606 || yy2arr2606 { + if yyr2611 || yy2arr2611 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy2644 := *x.LimitBytes + yym2645 := z.EncBinary() + _ = yym2645 + if false { + } else { + r.EncodeInt(int64(yy2644)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("LimitBytes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy2646 := *x.LimitBytes + yym2647 := z.EncBinary() + _ = yym2647 + if false { + } else { + r.EncodeInt(int64(yy2646)) + } + } + } + if yyr2611 || yy2arr2611 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33243,25 +33298,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2643 := z.DecBinary() - _ = yym2643 + yym2648 := z.DecBinary() + _ = yym2648 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2644 := r.ContainerType() - if yyct2644 == codecSelferValueTypeMap1234 { - yyl2644 := r.ReadMapStart() - if yyl2644 == 0 { + yyct2649 := r.ContainerType() + if yyct2649 == codecSelferValueTypeMap1234 { + yyl2649 := r.ReadMapStart() + if yyl2649 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2644, d) + x.codecDecodeSelfFromMap(yyl2649, d) } - } else if yyct2644 == codecSelferValueTypeArray1234 { - yyl2644 := r.ReadArrayStart() - if yyl2644 == 0 { + } else if yyct2649 == codecSelferValueTypeArray1234 { + yyl2649 := r.ReadArrayStart() + if yyl2649 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2644, d) + x.codecDecodeSelfFromArray(yyl2649, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33273,12 +33328,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2645Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2645Slc - var yyhl2645 bool = l >= 0 - for yyj2645 := 0; ; yyj2645++ { - if yyhl2645 { - if yyj2645 >= l { + var yys2650Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2650Slc + var yyhl2650 bool = l >= 0 + for yyj2650 := 0; ; yyj2650++ { + if yyhl2650 { + if yyj2650 >= l { break } } else { @@ -33287,10 +33342,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2645Slc = r.DecodeBytes(yys2645Slc, true, true) - yys2645 := string(yys2645Slc) + yys2650Slc = r.DecodeBytes(yys2650Slc, true, true) + yys2650 := string(yys2650Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2645 { + switch yys2650 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33330,8 +33385,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2652 := z.DecBinary() - _ = yym2652 + yym2657 := z.DecBinary() + _ = yym2657 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -33346,13 +33401,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2654 := z.DecBinary() - _ = yym2654 + yym2659 := z.DecBinary() + _ = yym2659 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2654 { + } else if yym2659 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2654 && z.IsJSONHandle() { + } else if !yym2659 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -33373,8 +33428,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2657 := z.DecBinary() - _ = yym2657 + yym2662 := z.DecBinary() + _ = yym2662 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -33389,17 +33444,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2659 := z.DecBinary() - _ = yym2659 + yym2664 := z.DecBinary() + _ = yym2664 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2645) - } // end switch yys2645 - } // end for yyj2645 + z.DecStructFieldNotFound(-1, yys2650) + } // end switch yys2650 + } // end for yyj2650 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33407,16 +33462,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2660 int - var yyb2660 bool - var yyhl2660 bool = l >= 0 - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + var yyj2665 int + var yyb2665 bool + var yyhl2665 bool = l >= 0 + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33426,13 +33481,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33442,13 +33497,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33458,13 +33513,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33474,13 +33529,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33490,13 +33545,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33509,20 +33564,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2667 := z.DecBinary() - _ = yym2667 + yym2672 := z.DecBinary() + _ = yym2672 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33535,25 +33590,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2669 := z.DecBinary() - _ = yym2669 + yym2674 := z.DecBinary() + _ = yym2674 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2669 { + } else if yym2674 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2669 && z.IsJSONHandle() { + } else if !yym2674 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33563,13 +33618,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33582,20 +33637,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2672 := z.DecBinary() - _ = yym2672 + yym2677 := z.DecBinary() + _ = yym2677 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33608,25 +33663,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2674 := z.DecBinary() - _ = yym2674 + yym2679 := z.DecBinary() + _ = yym2679 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj2660++ - if yyhl2660 { - yyb2660 = yyj2660 > l + yyj2665++ + if yyhl2665 { + yyb2665 = yyj2665 > l } else { - yyb2660 = r.CheckBreak() + yyb2665 = r.CheckBreak() } - if yyb2660 { + if yyb2665 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2660-1, "") + z.DecStructFieldNotFound(yyj2665-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33638,41 +33693,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2675 := z.EncBinary() - _ = yym2675 + yym2680 := z.EncBinary() + _ = yym2680 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2676 := !z.EncBinary() - yy2arr2676 := z.EncBasicHandle().StructToArray - var yyq2676 [7]bool - _, _, _ = yysep2676, yyq2676, yy2arr2676 - const yyr2676 bool = false - yyq2676[0] = x.Kind != "" - yyq2676[1] = x.APIVersion != "" - yyq2676[2] = x.Stdin != false - yyq2676[3] = x.Stdout != false - yyq2676[4] = x.Stderr != false - yyq2676[5] = x.TTY != false - yyq2676[6] = x.Container != "" - var yynn2676 int - if yyr2676 || yy2arr2676 { + yysep2681 := !z.EncBinary() + yy2arr2681 := z.EncBasicHandle().StructToArray + var yyq2681 [7]bool + _, _, _ = yysep2681, yyq2681, yy2arr2681 + const yyr2681 bool = false + yyq2681[0] = x.Kind != "" + yyq2681[1] = x.APIVersion != "" + yyq2681[2] = x.Stdin != false + yyq2681[3] = x.Stdout != false + yyq2681[4] = x.Stderr != false + yyq2681[5] = x.TTY != false + yyq2681[6] = x.Container != "" + var yynn2681 int + if yyr2681 || yy2arr2681 { r.EncodeArrayStart(7) } else { - yynn2676 = 0 - for _, b := range yyq2676 { + yynn2681 = 0 + for _, b := range yyq2681 { if b { - yynn2676++ + yynn2681++ } } - r.EncodeMapStart(yynn2676) - yynn2676 = 0 + r.EncodeMapStart(yynn2681) + yynn2681 = 0 } - if yyr2676 || yy2arr2676 { + if yyr2681 || yy2arr2681 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[0] { - yym2678 := z.EncBinary() - _ = yym2678 + if yyq2681[0] { + yym2683 := z.EncBinary() + _ = yym2683 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33681,124 +33736,124 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2676[0] { + if yyq2681[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2679 := z.EncBinary() - _ = yym2679 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2676 || yy2arr2676 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[1] { - yym2681 := z.EncBinary() - _ = yym2681 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2676[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2682 := z.EncBinary() - _ = yym2682 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2676 || yy2arr2676 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[2] { yym2684 := z.EncBinary() _ = yym2684 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2676[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2685 := z.EncBinary() - _ = yym2685 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2676 || yy2arr2676 { + if yyr2681 || yy2arr2681 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[3] { + if yyq2681[1] { + yym2686 := z.EncBinary() + _ = yym2686 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2681[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym2687 := z.EncBinary() _ = yym2687 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2681 || yy2arr2681 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2681[2] { + yym2689 := z.EncBinary() + _ = yym2689 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq2676[3] { + if yyq2681[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2688 := z.EncBinary() - _ = yym2688 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2676 || yy2arr2676 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[4] { yym2690 := z.EncBinary() _ = yym2690 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2681 || yy2arr2681 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2681[3] { + yym2692 := z.EncBinary() + _ = yym2692 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq2676[4] { + if yyq2681[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2691 := z.EncBinary() - _ = yym2691 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2676 || yy2arr2676 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[5] { yym2693 := z.EncBinary() _ = yym2693 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2681 || yy2arr2681 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2681[4] { + yym2695 := z.EncBinary() + _ = yym2695 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2681[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2696 := z.EncBinary() + _ = yym2696 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2681 || yy2arr2681 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2681[5] { + yym2698 := z.EncBinary() + _ = yym2698 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -33806,23 +33861,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2676[5] { + if yyq2681[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2694 := z.EncBinary() - _ = yym2694 + yym2699 := z.EncBinary() + _ = yym2699 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr2676 || yy2arr2676 { + if yyr2681 || yy2arr2681 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2676[6] { - yym2696 := z.EncBinary() - _ = yym2696 + if yyq2681[6] { + yym2701 := z.EncBinary() + _ = yym2701 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -33831,19 +33886,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2676[6] { + if yyq2681[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2697 := z.EncBinary() - _ = yym2697 + yym2702 := z.EncBinary() + _ = yym2702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2676 || yy2arr2676 { + if yyr2681 || yy2arr2681 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33856,25 +33911,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2698 := z.DecBinary() - _ = yym2698 + yym2703 := z.DecBinary() + _ = yym2703 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2699 := r.ContainerType() - if yyct2699 == codecSelferValueTypeMap1234 { - yyl2699 := r.ReadMapStart() - if yyl2699 == 0 { + yyct2704 := r.ContainerType() + if yyct2704 == codecSelferValueTypeMap1234 { + yyl2704 := r.ReadMapStart() + if yyl2704 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2699, d) + x.codecDecodeSelfFromMap(yyl2704, d) } - } else if yyct2699 == codecSelferValueTypeArray1234 { - yyl2699 := r.ReadArrayStart() - if yyl2699 == 0 { + } else if yyct2704 == codecSelferValueTypeArray1234 { + yyl2704 := r.ReadArrayStart() + if yyl2704 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2699, d) + x.codecDecodeSelfFromArray(yyl2704, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33886,12 +33941,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2700Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2700Slc - var yyhl2700 bool = l >= 0 - for yyj2700 := 0; ; yyj2700++ { - if yyhl2700 { - if yyj2700 >= l { + var yys2705Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2705Slc + var yyhl2705 bool = l >= 0 + for yyj2705 := 0; ; yyj2705++ { + if yyhl2705 { + if yyj2705 >= l { break } } else { @@ -33900,10 +33955,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2700Slc = r.DecodeBytes(yys2700Slc, true, true) - yys2700 := string(yys2700Slc) + yys2705Slc = r.DecodeBytes(yys2705Slc, true, true) + yys2705 := string(yys2705Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2700 { + switch yys2705 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33947,9 +34002,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2700) - } // end switch yys2700 - } // end for yyj2700 + z.DecStructFieldNotFound(-1, yys2705) + } // end switch yys2705 + } // end for yyj2705 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33957,16 +34012,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2708 int - var yyb2708 bool - var yyhl2708 bool = l >= 0 - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + var yyj2713 int + var yyb2713 bool + var yyhl2713 bool = l >= 0 + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33976,13 +34031,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33992,13 +34047,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34008,13 +34063,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34024,13 +34079,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34040,13 +34095,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34056,13 +34111,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34073,17 +34128,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj2708++ - if yyhl2708 { - yyb2708 = yyj2708 > l + yyj2713++ + if yyhl2713 { + yyb2713 = yyj2713 > l } else { - yyb2708 = r.CheckBreak() + yyb2713 = r.CheckBreak() } - if yyb2708 { + if yyb2713 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2708-1, "") + z.DecStructFieldNotFound(yyj2713-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34095,36 +34150,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2716 := z.EncBinary() - _ = yym2716 + yym2721 := z.EncBinary() + _ = yym2721 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2717 := !z.EncBinary() - yy2arr2717 := z.EncBasicHandle().StructToArray - var yyq2717 [8]bool - _, _, _ = yysep2717, yyq2717, yy2arr2717 - const yyr2717 bool = false - yyq2717[0] = x.Kind != "" - yyq2717[1] = x.APIVersion != "" - var yynn2717 int - if yyr2717 || yy2arr2717 { + yysep2722 := !z.EncBinary() + yy2arr2722 := z.EncBasicHandle().StructToArray + var yyq2722 [8]bool + _, _, _ = yysep2722, yyq2722, yy2arr2722 + const yyr2722 bool = false + yyq2722[0] = x.Kind != "" + yyq2722[1] = x.APIVersion != "" + var yynn2722 int + if yyr2722 || yy2arr2722 { r.EncodeArrayStart(8) } else { - yynn2717 = 6 - for _, b := range yyq2717 { + yynn2722 = 6 + for _, b := range yyq2722 { if b { - yynn2717++ + yynn2722++ } } - r.EncodeMapStart(yynn2717) - yynn2717 = 0 + r.EncodeMapStart(yynn2722) + yynn2722 = 0 } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[0] { - yym2719 := z.EncBinary() - _ = yym2719 + if yyq2722[0] { + yym2724 := z.EncBinary() + _ = yym2724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34133,23 +34188,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2717[0] { + if yyq2722[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2720 := z.EncBinary() - _ = yym2720 + yym2725 := z.EncBinary() + _ = yym2725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2717[1] { - yym2722 := z.EncBinary() - _ = yym2722 + if yyq2722[1] { + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34158,22 +34213,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2717[1] { + if yyq2722[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2723 := z.EncBinary() - _ = yym2723 + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2725 := z.EncBinary() - _ = yym2725 + yym2730 := z.EncBinary() + _ = yym2730 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -34182,17 +34237,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2726 := z.EncBinary() - _ = yym2726 + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2728 := z.EncBinary() - _ = yym2728 + yym2733 := z.EncBinary() + _ = yym2733 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -34201,17 +34256,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2729 := z.EncBinary() - _ = yym2729 + yym2734 := z.EncBinary() + _ = yym2734 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2731 := z.EncBinary() - _ = yym2731 + yym2736 := z.EncBinary() + _ = yym2736 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -34220,17 +34275,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2732 := z.EncBinary() - _ = yym2732 + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2734 := z.EncBinary() - _ = yym2734 + yym2739 := z.EncBinary() + _ = yym2739 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -34239,17 +34294,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2735 := z.EncBinary() - _ = yym2735 + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2737 := z.EncBinary() - _ = yym2737 + yym2742 := z.EncBinary() + _ = yym2742 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -34258,20 +34313,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2738 := z.EncBinary() - _ = yym2738 + yym2743 := z.EncBinary() + _ = yym2743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym2740 := z.EncBinary() - _ = yym2740 + yym2745 := z.EncBinary() + _ = yym2745 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -34284,15 +34339,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym2741 := z.EncBinary() - _ = yym2741 + yym2746 := z.EncBinary() + _ = yym2746 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr2717 || yy2arr2717 { + if yyr2722 || yy2arr2722 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34305,25 +34360,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2742 := z.DecBinary() - _ = yym2742 + yym2747 := z.DecBinary() + _ = yym2747 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2743 := r.ContainerType() - if yyct2743 == codecSelferValueTypeMap1234 { - yyl2743 := r.ReadMapStart() - if yyl2743 == 0 { + yyct2748 := r.ContainerType() + if yyct2748 == codecSelferValueTypeMap1234 { + yyl2748 := r.ReadMapStart() + if yyl2748 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2743, d) + x.codecDecodeSelfFromMap(yyl2748, d) } - } else if yyct2743 == codecSelferValueTypeArray1234 { - yyl2743 := r.ReadArrayStart() - if yyl2743 == 0 { + } else if yyct2748 == codecSelferValueTypeArray1234 { + yyl2748 := r.ReadArrayStart() + if yyl2748 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2743, d) + x.codecDecodeSelfFromArray(yyl2748, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34335,12 +34390,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2744Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2744Slc - var yyhl2744 bool = l >= 0 - for yyj2744 := 0; ; yyj2744++ { - if yyhl2744 { - if yyj2744 >= l { + var yys2749Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2749Slc + var yyhl2749 bool = l >= 0 + for yyj2749 := 0; ; yyj2749++ { + if yyhl2749 { + if yyj2749 >= l { break } } else { @@ -34349,10 +34404,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2744Slc = r.DecodeBytes(yys2744Slc, true, true) - yys2744 := string(yys2744Slc) + yys2749Slc = r.DecodeBytes(yys2749Slc, true, true) + yys2749 := string(yys2749Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2744 { + switch yys2749 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34399,18 +34454,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2752 := &x.Command - yym2753 := z.DecBinary() - _ = yym2753 + yyv2757 := &x.Command + yym2758 := z.DecBinary() + _ = yym2758 if false { } else { - z.F.DecSliceStringX(yyv2752, false, d) + z.F.DecSliceStringX(yyv2757, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2744) - } // end switch yys2744 - } // end for yyj2744 + z.DecStructFieldNotFound(-1, yys2749) + } // end switch yys2749 + } // end for yyj2749 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34418,16 +34473,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2754 int - var yyb2754 bool - var yyhl2754 bool = l >= 0 - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + var yyj2759 int + var yyb2759 bool + var yyhl2759 bool = l >= 0 + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34437,13 +34492,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34453,13 +34508,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34469,13 +34524,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34485,13 +34540,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34501,13 +34556,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34517,13 +34572,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34533,13 +34588,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34547,26 +34602,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2762 := &x.Command - yym2763 := z.DecBinary() - _ = yym2763 + yyv2767 := &x.Command + yym2768 := z.DecBinary() + _ = yym2768 if false { } else { - z.F.DecSliceStringX(yyv2762, false, d) + z.F.DecSliceStringX(yyv2767, false, d) } } for { - yyj2754++ - if yyhl2754 { - yyb2754 = yyj2754 > l + yyj2759++ + if yyhl2759 { + yyb2759 = yyj2759 > l } else { - yyb2754 = r.CheckBreak() + yyb2759 = r.CheckBreak() } - if yyb2754 { + if yyb2759 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2754-1, "") + z.DecStructFieldNotFound(yyj2759-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34578,36 +34633,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2764 := z.EncBinary() - _ = yym2764 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2765 := !z.EncBinary() - yy2arr2765 := z.EncBasicHandle().StructToArray - var yyq2765 [3]bool - _, _, _ = yysep2765, yyq2765, yy2arr2765 - const yyr2765 bool = false - yyq2765[0] = x.Kind != "" - yyq2765[1] = x.APIVersion != "" - var yynn2765 int - if yyr2765 || yy2arr2765 { + yysep2770 := !z.EncBinary() + yy2arr2770 := z.EncBasicHandle().StructToArray + var yyq2770 [3]bool + _, _, _ = yysep2770, yyq2770, yy2arr2770 + const yyr2770 bool = false + yyq2770[0] = x.Kind != "" + yyq2770[1] = x.APIVersion != "" + var yynn2770 int + if yyr2770 || yy2arr2770 { r.EncodeArrayStart(3) } else { - yynn2765 = 1 - for _, b := range yyq2765 { + yynn2770 = 1 + for _, b := range yyq2770 { if b { - yynn2765++ + yynn2770++ } } - r.EncodeMapStart(yynn2765) - yynn2765 = 0 + r.EncodeMapStart(yynn2770) + yynn2770 = 0 } - if yyr2765 || yy2arr2765 { + if yyr2770 || yy2arr2770 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2765[0] { - yym2767 := z.EncBinary() - _ = yym2767 + if yyq2770[0] { + yym2772 := z.EncBinary() + _ = yym2772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34616,23 +34671,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2765[0] { + if yyq2770[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2768 := z.EncBinary() - _ = yym2768 + yym2773 := z.EncBinary() + _ = yym2773 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2765 || yy2arr2765 { + if yyr2770 || yy2arr2770 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2765[1] { - yym2770 := z.EncBinary() - _ = yym2770 + if yyq2770[1] { + yym2775 := z.EncBinary() + _ = yym2775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34641,22 +34696,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2765[1] { + if yyq2770[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2771 := z.EncBinary() - _ = yym2771 + yym2776 := z.EncBinary() + _ = yym2776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2765 || yy2arr2765 { + if yyr2770 || yy2arr2770 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2773 := z.EncBinary() - _ = yym2773 + yym2778 := z.EncBinary() + _ = yym2778 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -34665,14 +34720,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2774 := z.EncBinary() - _ = yym2774 + yym2779 := z.EncBinary() + _ = yym2779 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr2765 || yy2arr2765 { + if yyr2770 || yy2arr2770 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34685,25 +34740,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2775 := z.DecBinary() - _ = yym2775 + yym2780 := z.DecBinary() + _ = yym2780 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2776 := r.ContainerType() - if yyct2776 == codecSelferValueTypeMap1234 { - yyl2776 := r.ReadMapStart() - if yyl2776 == 0 { + yyct2781 := r.ContainerType() + if yyct2781 == codecSelferValueTypeMap1234 { + yyl2781 := r.ReadMapStart() + if yyl2781 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2776, d) + x.codecDecodeSelfFromMap(yyl2781, d) } - } else if yyct2776 == codecSelferValueTypeArray1234 { - yyl2776 := r.ReadArrayStart() - if yyl2776 == 0 { + } else if yyct2781 == codecSelferValueTypeArray1234 { + yyl2781 := r.ReadArrayStart() + if yyl2781 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2776, d) + x.codecDecodeSelfFromArray(yyl2781, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34715,12 +34770,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2777Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2777Slc - var yyhl2777 bool = l >= 0 - for yyj2777 := 0; ; yyj2777++ { - if yyhl2777 { - if yyj2777 >= l { + var yys2782Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2782Slc + var yyhl2782 bool = l >= 0 + for yyj2782 := 0; ; yyj2782++ { + if yyhl2782 { + if yyj2782 >= l { break } } else { @@ -34729,10 +34784,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2777Slc = r.DecodeBytes(yys2777Slc, true, true) - yys2777 := string(yys2777Slc) + yys2782Slc = r.DecodeBytes(yys2782Slc, true, true) + yys2782 := string(yys2782Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2777 { + switch yys2782 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34752,9 +34807,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2777) - } // end switch yys2777 - } // end for yyj2777 + z.DecStructFieldNotFound(-1, yys2782) + } // end switch yys2782 + } // end for yyj2782 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34762,16 +34817,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2781 int - var yyb2781 bool - var yyhl2781 bool = l >= 0 - yyj2781++ - if yyhl2781 { - yyb2781 = yyj2781 > l + var yyj2786 int + var yyb2786 bool + var yyhl2786 bool = l >= 0 + yyj2786++ + if yyhl2786 { + yyb2786 = yyj2786 > l } else { - yyb2781 = r.CheckBreak() + yyb2786 = r.CheckBreak() } - if yyb2781 { + if yyb2786 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34781,13 +34836,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2781++ - if yyhl2781 { - yyb2781 = yyj2781 > l + yyj2786++ + if yyhl2786 { + yyb2786 = yyj2786 > l } else { - yyb2781 = r.CheckBreak() + yyb2786 = r.CheckBreak() } - if yyb2781 { + if yyb2786 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34797,13 +34852,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2781++ - if yyhl2781 { - yyb2781 = yyj2781 > l + yyj2786++ + if yyhl2786 { + yyb2786 = yyj2786 > l } else { - yyb2781 = r.CheckBreak() + yyb2786 = r.CheckBreak() } - if yyb2781 { + if yyb2786 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34814,17 +34869,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj2781++ - if yyhl2781 { - yyb2781 = yyj2781 > l + yyj2786++ + if yyhl2786 { + yyb2786 = yyj2786 > l } else { - yyb2781 = r.CheckBreak() + yyb2786 = r.CheckBreak() } - if yyb2781 { + if yyb2786 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2781-1, "") + z.DecStructFieldNotFound(yyj2786-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34836,41 +34891,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2785 := z.EncBinary() - _ = yym2785 + yym2790 := z.EncBinary() + _ = yym2790 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2786 := !z.EncBinary() - yy2arr2786 := z.EncBasicHandle().StructToArray - var yyq2786 [7]bool - _, _, _ = yysep2786, yyq2786, yy2arr2786 - const yyr2786 bool = false - yyq2786[0] = x.Kind != "" - yyq2786[1] = x.Namespace != "" - yyq2786[2] = x.Name != "" - yyq2786[3] = x.UID != "" - yyq2786[4] = x.APIVersion != "" - yyq2786[5] = x.ResourceVersion != "" - yyq2786[6] = x.FieldPath != "" - var yynn2786 int - if yyr2786 || yy2arr2786 { + yysep2791 := !z.EncBinary() + yy2arr2791 := z.EncBasicHandle().StructToArray + var yyq2791 [7]bool + _, _, _ = yysep2791, yyq2791, yy2arr2791 + const yyr2791 bool = false + yyq2791[0] = x.Kind != "" + yyq2791[1] = x.Namespace != "" + yyq2791[2] = x.Name != "" + yyq2791[3] = x.UID != "" + yyq2791[4] = x.APIVersion != "" + yyq2791[5] = x.ResourceVersion != "" + yyq2791[6] = x.FieldPath != "" + var yynn2791 int + if yyr2791 || yy2arr2791 { r.EncodeArrayStart(7) } else { - yynn2786 = 0 - for _, b := range yyq2786 { + yynn2791 = 0 + for _, b := range yyq2791 { if b { - yynn2786++ + yynn2791++ } } - r.EncodeMapStart(yynn2786) - yynn2786 = 0 + r.EncodeMapStart(yynn2791) + yynn2791 = 0 } - if yyr2786 || yy2arr2786 { + if yyr2791 || yy2arr2791 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[0] { - yym2788 := z.EncBinary() - _ = yym2788 + if yyq2791[0] { + yym2793 := z.EncBinary() + _ = yym2793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34879,151 +34934,151 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[0] { + if yyq2791[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2789 := z.EncBinary() - _ = yym2789 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[1] { - yym2791 := z.EncBinary() - _ = yym2791 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2786[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2792 := z.EncBinary() - _ = yym2792 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[2] { yym2794 := z.EncBinary() _ = yym2794 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[1] { + yym2796 := z.EncBinary() + _ = yym2796 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[2] { + if yyq2791[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2795 := z.EncBinary() - _ = yym2795 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[3] { yym2797 := z.EncBinary() _ = yym2797 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[2] { + yym2799 := z.EncBinary() + _ = yym2799 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[3] { + if yyq2791[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2798 := z.EncBinary() - _ = yym2798 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[4] { yym2800 := z.EncBinary() _ = yym2800 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[3] { + yym2802 := z.EncBinary() + _ = yym2802 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[4] { + if yyq2791[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2801 := z.EncBinary() - _ = yym2801 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[5] { yym2803 := z.EncBinary() _ = yym2803 if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[4] { + yym2805 := z.EncBinary() + _ = yym2805 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[5] { + if yyq2791[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2804 := z.EncBinary() - _ = yym2804 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr2786 || yy2arr2786 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2786[6] { yym2806 := z.EncBinary() _ = yym2806 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[5] { + yym2808 := z.EncBinary() + _ = yym2808 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2791[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2809 := z.EncBinary() + _ = yym2809 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr2791 || yy2arr2791 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2791[6] { + yym2811 := z.EncBinary() + _ = yym2811 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } @@ -35031,19 +35086,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2786[6] { + if yyq2791[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2807 := z.EncBinary() - _ = yym2807 + yym2812 := z.EncBinary() + _ = yym2812 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr2786 || yy2arr2786 { + if yyr2791 || yy2arr2791 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35056,25 +35111,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2808 := z.DecBinary() - _ = yym2808 + yym2813 := z.DecBinary() + _ = yym2813 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2809 := r.ContainerType() - if yyct2809 == codecSelferValueTypeMap1234 { - yyl2809 := r.ReadMapStart() - if yyl2809 == 0 { + yyct2814 := r.ContainerType() + if yyct2814 == codecSelferValueTypeMap1234 { + yyl2814 := r.ReadMapStart() + if yyl2814 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2809, d) + x.codecDecodeSelfFromMap(yyl2814, d) } - } else if yyct2809 == codecSelferValueTypeArray1234 { - yyl2809 := r.ReadArrayStart() - if yyl2809 == 0 { + } else if yyct2814 == codecSelferValueTypeArray1234 { + yyl2814 := r.ReadArrayStart() + if yyl2814 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2809, d) + x.codecDecodeSelfFromArray(yyl2814, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35086,12 +35141,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2810Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2810Slc - var yyhl2810 bool = l >= 0 - for yyj2810 := 0; ; yyj2810++ { - if yyhl2810 { - if yyj2810 >= l { + var yys2815Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2815Slc + var yyhl2815 bool = l >= 0 + for yyj2815 := 0; ; yyj2815++ { + if yyhl2815 { + if yyj2815 >= l { break } } else { @@ -35100,10 +35155,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2810Slc = r.DecodeBytes(yys2810Slc, true, true) - yys2810 := string(yys2810Slc) + yys2815Slc = r.DecodeBytes(yys2815Slc, true, true) + yys2815 := string(yys2815Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2810 { + switch yys2815 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35147,9 +35202,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2810) - } // end switch yys2810 - } // end for yyj2810 + z.DecStructFieldNotFound(-1, yys2815) + } // end switch yys2815 + } // end for yyj2815 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35157,16 +35212,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2818 int - var yyb2818 bool - var yyhl2818 bool = l >= 0 - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + var yyj2823 int + var yyb2823 bool + var yyhl2823 bool = l >= 0 + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35176,13 +35231,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35192,13 +35247,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35208,13 +35263,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35224,13 +35279,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35240,13 +35295,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35256,13 +35311,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35273,17 +35328,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj2818++ - if yyhl2818 { - yyb2818 = yyj2818 > l + yyj2823++ + if yyhl2823 { + yyb2823 = yyj2823 > l } else { - yyb2818 = r.CheckBreak() + yyb2823 = r.CheckBreak() } - if yyb2818 { + if yyb2823 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2818-1, "") + z.DecStructFieldNotFound(yyj2823-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35295,33 +35350,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2826 := z.EncBinary() - _ = yym2826 + yym2831 := z.EncBinary() + _ = yym2831 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2827 := !z.EncBinary() - yy2arr2827 := z.EncBasicHandle().StructToArray - var yyq2827 [1]bool - _, _, _ = yysep2827, yyq2827, yy2arr2827 - const yyr2827 bool = false - var yynn2827 int - if yyr2827 || yy2arr2827 { + yysep2832 := !z.EncBinary() + yy2arr2832 := z.EncBasicHandle().StructToArray + var yyq2832 [1]bool + _, _, _ = yysep2832, yyq2832, yy2arr2832 + const yyr2832 bool = false + var yynn2832 int + if yyr2832 || yy2arr2832 { r.EncodeArrayStart(1) } else { - yynn2827 = 1 - for _, b := range yyq2827 { + yynn2832 = 1 + for _, b := range yyq2832 { if b { - yynn2827++ + yynn2832++ } } - r.EncodeMapStart(yynn2827) - yynn2827 = 0 + r.EncodeMapStart(yynn2832) + yynn2832 = 0 } - if yyr2827 || yy2arr2827 { + if yyr2832 || yy2arr2832 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2829 := z.EncBinary() - _ = yym2829 + yym2834 := z.EncBinary() + _ = yym2834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -35330,14 +35385,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2830 := z.EncBinary() - _ = yym2830 + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2827 || yy2arr2827 { + if yyr2832 || yy2arr2832 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35350,25 +35405,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2831 := z.DecBinary() - _ = yym2831 + yym2836 := z.DecBinary() + _ = yym2836 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2832 := r.ContainerType() - if yyct2832 == codecSelferValueTypeMap1234 { - yyl2832 := r.ReadMapStart() - if yyl2832 == 0 { + yyct2837 := r.ContainerType() + if yyct2837 == codecSelferValueTypeMap1234 { + yyl2837 := r.ReadMapStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2832, d) + x.codecDecodeSelfFromMap(yyl2837, d) } - } else if yyct2832 == codecSelferValueTypeArray1234 { - yyl2832 := r.ReadArrayStart() - if yyl2832 == 0 { + } else if yyct2837 == codecSelferValueTypeArray1234 { + yyl2837 := r.ReadArrayStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2832, d) + x.codecDecodeSelfFromArray(yyl2837, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35380,12 +35435,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2833Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2833Slc - var yyhl2833 bool = l >= 0 - for yyj2833 := 0; ; yyj2833++ { - if yyhl2833 { - if yyj2833 >= l { + var yys2838Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2838Slc + var yyhl2838 bool = l >= 0 + for yyj2838 := 0; ; yyj2838++ { + if yyhl2838 { + if yyj2838 >= l { break } } else { @@ -35394,10 +35449,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2833Slc = r.DecodeBytes(yys2833Slc, true, true) - yys2833 := string(yys2833Slc) + yys2838Slc = r.DecodeBytes(yys2838Slc, true, true) + yys2838 := string(yys2838Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2833 { + switch yys2838 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -35405,9 +35460,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2833) - } // end switch yys2833 - } // end for yyj2833 + z.DecStructFieldNotFound(-1, yys2838) + } // end switch yys2838 + } // end for yyj2838 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35415,16 +35470,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2835 int - var yyb2835 bool - var yyhl2835 bool = l >= 0 - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + var yyj2840 int + var yyb2840 bool + var yyhl2840 bool = l >= 0 + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2835 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2835 { + if yyb2840 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35435,17 +35490,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj2835++ - if yyhl2835 { - yyb2835 = yyj2835 > l + yyj2840++ + if yyhl2840 { + yyb2840 = yyj2840 > l } else { - yyb2835 = r.CheckBreak() + yyb2840 = r.CheckBreak() } - if yyb2835 { + if yyb2840 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2835-1, "") + z.DecStructFieldNotFound(yyj2840-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35457,37 +35512,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2837 := z.EncBinary() - _ = yym2837 + yym2842 := z.EncBinary() + _ = yym2842 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2838 := !z.EncBinary() - yy2arr2838 := z.EncBasicHandle().StructToArray - var yyq2838 [3]bool - _, _, _ = yysep2838, yyq2838, yy2arr2838 - const yyr2838 bool = false - yyq2838[0] = x.Kind != "" - yyq2838[1] = x.APIVersion != "" - yyq2838[2] = true - var yynn2838 int - if yyr2838 || yy2arr2838 { + yysep2843 := !z.EncBinary() + yy2arr2843 := z.EncBasicHandle().StructToArray + var yyq2843 [3]bool + _, _, _ = yysep2843, yyq2843, yy2arr2843 + const yyr2843 bool = false + yyq2843[0] = x.Kind != "" + yyq2843[1] = x.APIVersion != "" + yyq2843[2] = true + var yynn2843 int + if yyr2843 || yy2arr2843 { r.EncodeArrayStart(3) } else { - yynn2838 = 0 - for _, b := range yyq2838 { + yynn2843 = 0 + for _, b := range yyq2843 { if b { - yynn2838++ + yynn2843++ } } - r.EncodeMapStart(yynn2838) - yynn2838 = 0 + r.EncodeMapStart(yynn2843) + yynn2843 = 0 } - if yyr2838 || yy2arr2838 { + if yyr2843 || yy2arr2843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2838[0] { - yym2840 := z.EncBinary() - _ = yym2840 + if yyq2843[0] { + yym2845 := z.EncBinary() + _ = yym2845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35496,23 +35551,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2838[0] { + if yyq2843[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2841 := z.EncBinary() - _ = yym2841 + yym2846 := z.EncBinary() + _ = yym2846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2838 || yy2arr2838 { + if yyr2843 || yy2arr2843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2838[1] { - yym2843 := z.EncBinary() - _ = yym2843 + if yyq2843[1] { + yym2848 := z.EncBinary() + _ = yym2848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35521,36 +35576,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2838[1] { + if yyq2843[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2844 := z.EncBinary() - _ = yym2844 + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2838 || yy2arr2838 { + if yyr2843 || yy2arr2843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2838[2] { - yy2846 := &x.Reference - yy2846.CodecEncodeSelf(e) + if yyq2843[2] { + yy2851 := &x.Reference + yy2851.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2838[2] { + if yyq2843[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2847 := &x.Reference - yy2847.CodecEncodeSelf(e) + yy2852 := &x.Reference + yy2852.CodecEncodeSelf(e) } } - if yyr2838 || yy2arr2838 { + if yyr2843 || yy2arr2843 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35563,25 +35618,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2848 := z.DecBinary() - _ = yym2848 + yym2853 := z.DecBinary() + _ = yym2853 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2849 := r.ContainerType() - if yyct2849 == codecSelferValueTypeMap1234 { - yyl2849 := r.ReadMapStart() - if yyl2849 == 0 { + yyct2854 := r.ContainerType() + if yyct2854 == codecSelferValueTypeMap1234 { + yyl2854 := r.ReadMapStart() + if yyl2854 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2849, d) + x.codecDecodeSelfFromMap(yyl2854, d) } - } else if yyct2849 == codecSelferValueTypeArray1234 { - yyl2849 := r.ReadArrayStart() - if yyl2849 == 0 { + } else if yyct2854 == codecSelferValueTypeArray1234 { + yyl2854 := r.ReadArrayStart() + if yyl2854 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2849, d) + x.codecDecodeSelfFromArray(yyl2854, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35593,12 +35648,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2850Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2850Slc - var yyhl2850 bool = l >= 0 - for yyj2850 := 0; ; yyj2850++ { - if yyhl2850 { - if yyj2850 >= l { + var yys2855Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2855Slc + var yyhl2855 bool = l >= 0 + for yyj2855 := 0; ; yyj2855++ { + if yyhl2855 { + if yyj2855 >= l { break } } else { @@ -35607,10 +35662,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2850Slc = r.DecodeBytes(yys2850Slc, true, true) - yys2850 := string(yys2850Slc) + yys2855Slc = r.DecodeBytes(yys2855Slc, true, true) + yys2855 := string(yys2855Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2850 { + switch yys2855 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35627,13 +35682,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv2853 := &x.Reference - yyv2853.CodecDecodeSelf(d) + yyv2858 := &x.Reference + yyv2858.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2850) - } // end switch yys2850 - } // end for yyj2850 + z.DecStructFieldNotFound(-1, yys2855) + } // end switch yys2855 + } // end for yyj2855 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35641,16 +35696,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2854 int - var yyb2854 bool - var yyhl2854 bool = l >= 0 - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + var yyj2859 int + var yyb2859 bool + var yyhl2859 bool = l >= 0 + yyj2859++ + if yyhl2859 { + yyb2859 = yyj2859 > l } else { - yyb2854 = r.CheckBreak() + yyb2859 = r.CheckBreak() } - if yyb2854 { + if yyb2859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35660,13 +35715,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2859++ + if yyhl2859 { + yyb2859 = yyj2859 > l } else { - yyb2854 = r.CheckBreak() + yyb2859 = r.CheckBreak() } - if yyb2854 { + if yyb2859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35676,13 +35731,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2859++ + if yyhl2859 { + yyb2859 = yyj2859 > l } else { - yyb2854 = r.CheckBreak() + yyb2859 = r.CheckBreak() } - if yyb2854 { + if yyb2859 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35690,21 +35745,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv2857 := &x.Reference - yyv2857.CodecDecodeSelf(d) + yyv2862 := &x.Reference + yyv2862.CodecDecodeSelf(d) } for { - yyj2854++ - if yyhl2854 { - yyb2854 = yyj2854 > l + yyj2859++ + if yyhl2859 { + yyb2859 = yyj2859 > l } else { - yyb2854 = r.CheckBreak() + yyb2859 = r.CheckBreak() } - if yyb2854 { + if yyb2859 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2854-1, "") + z.DecStructFieldNotFound(yyj2859-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35716,36 +35771,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2858 := z.EncBinary() - _ = yym2858 + yym2863 := z.EncBinary() + _ = yym2863 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2859 := !z.EncBinary() - yy2arr2859 := z.EncBasicHandle().StructToArray - var yyq2859 [2]bool - _, _, _ = yysep2859, yyq2859, yy2arr2859 - const yyr2859 bool = false - yyq2859[0] = x.Component != "" - yyq2859[1] = x.Host != "" - var yynn2859 int - if yyr2859 || yy2arr2859 { + yysep2864 := !z.EncBinary() + yy2arr2864 := z.EncBasicHandle().StructToArray + var yyq2864 [2]bool + _, _, _ = yysep2864, yyq2864, yy2arr2864 + const yyr2864 bool = false + yyq2864[0] = x.Component != "" + yyq2864[1] = x.Host != "" + var yynn2864 int + if yyr2864 || yy2arr2864 { r.EncodeArrayStart(2) } else { - yynn2859 = 0 - for _, b := range yyq2859 { + yynn2864 = 0 + for _, b := range yyq2864 { if b { - yynn2859++ + yynn2864++ } } - r.EncodeMapStart(yynn2859) - yynn2859 = 0 + r.EncodeMapStart(yynn2864) + yynn2864 = 0 } - if yyr2859 || yy2arr2859 { + if yyr2864 || yy2arr2864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2859[0] { - yym2861 := z.EncBinary() - _ = yym2861 + if yyq2864[0] { + yym2866 := z.EncBinary() + _ = yym2866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -35754,23 +35809,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2859[0] { + if yyq2864[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2862 := z.EncBinary() - _ = yym2862 + yym2867 := z.EncBinary() + _ = yym2867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr2859 || yy2arr2859 { + if yyr2864 || yy2arr2864 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2859[1] { - yym2864 := z.EncBinary() - _ = yym2864 + if yyq2864[1] { + yym2869 := z.EncBinary() + _ = yym2869 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -35779,19 +35834,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2859[1] { + if yyq2864[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2865 := z.EncBinary() - _ = yym2865 + yym2870 := z.EncBinary() + _ = yym2870 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr2859 || yy2arr2859 { + if yyr2864 || yy2arr2864 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35804,25 +35859,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2866 := z.DecBinary() - _ = yym2866 + yym2871 := z.DecBinary() + _ = yym2871 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2867 := r.ContainerType() - if yyct2867 == codecSelferValueTypeMap1234 { - yyl2867 := r.ReadMapStart() - if yyl2867 == 0 { + yyct2872 := r.ContainerType() + if yyct2872 == codecSelferValueTypeMap1234 { + yyl2872 := r.ReadMapStart() + if yyl2872 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2867, d) + x.codecDecodeSelfFromMap(yyl2872, d) } - } else if yyct2867 == codecSelferValueTypeArray1234 { - yyl2867 := r.ReadArrayStart() - if yyl2867 == 0 { + } else if yyct2872 == codecSelferValueTypeArray1234 { + yyl2872 := r.ReadArrayStart() + if yyl2872 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2867, d) + x.codecDecodeSelfFromArray(yyl2872, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35834,12 +35889,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2868Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2868Slc - var yyhl2868 bool = l >= 0 - for yyj2868 := 0; ; yyj2868++ { - if yyhl2868 { - if yyj2868 >= l { + var yys2873Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2873Slc + var yyhl2873 bool = l >= 0 + for yyj2873 := 0; ; yyj2873++ { + if yyhl2873 { + if yyj2873 >= l { break } } else { @@ -35848,10 +35903,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2868Slc = r.DecodeBytes(yys2868Slc, true, true) - yys2868 := string(yys2868Slc) + yys2873Slc = r.DecodeBytes(yys2873Slc, true, true) + yys2873 := string(yys2873Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2868 { + switch yys2873 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -35865,9 +35920,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2868) - } // end switch yys2868 - } // end for yyj2868 + z.DecStructFieldNotFound(-1, yys2873) + } // end switch yys2873 + } // end for yyj2873 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35875,16 +35930,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2871 int - var yyb2871 bool - var yyhl2871 bool = l >= 0 - yyj2871++ - if yyhl2871 { - yyb2871 = yyj2871 > l + var yyj2876 int + var yyb2876 bool + var yyhl2876 bool = l >= 0 + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2871 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2871 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35894,13 +35949,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj2871++ - if yyhl2871 { - yyb2871 = yyj2871 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2871 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2871 { + if yyb2876 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35911,17 +35966,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj2871++ - if yyhl2871 { - yyb2871 = yyj2871 > l + yyj2876++ + if yyhl2876 { + yyb2876 = yyj2876 > l } else { - yyb2871 = r.CheckBreak() + yyb2876 = r.CheckBreak() } - if yyb2871 { + if yyb2876 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2871-1, "") + z.DecStructFieldNotFound(yyj2876-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35933,45 +35988,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2874 := z.EncBinary() - _ = yym2874 + yym2879 := z.EncBinary() + _ = yym2879 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2875 := !z.EncBinary() - yy2arr2875 := z.EncBasicHandle().StructToArray - var yyq2875 [11]bool - _, _, _ = yysep2875, yyq2875, yy2arr2875 - const yyr2875 bool = false - yyq2875[0] = x.Kind != "" - yyq2875[1] = x.APIVersion != "" - yyq2875[2] = true - yyq2875[3] = true - yyq2875[4] = x.Reason != "" - yyq2875[5] = x.Message != "" - yyq2875[6] = true - yyq2875[7] = true - yyq2875[8] = true - yyq2875[9] = x.Count != 0 - yyq2875[10] = x.Type != "" - var yynn2875 int - if yyr2875 || yy2arr2875 { + yysep2880 := !z.EncBinary() + yy2arr2880 := z.EncBasicHandle().StructToArray + var yyq2880 [11]bool + _, _, _ = yysep2880, yyq2880, yy2arr2880 + const yyr2880 bool = false + yyq2880[0] = x.Kind != "" + yyq2880[1] = x.APIVersion != "" + yyq2880[2] = true + yyq2880[3] = true + yyq2880[4] = x.Reason != "" + yyq2880[5] = x.Message != "" + yyq2880[6] = true + yyq2880[7] = true + yyq2880[8] = true + yyq2880[9] = x.Count != 0 + yyq2880[10] = x.Type != "" + var yynn2880 int + if yyr2880 || yy2arr2880 { r.EncodeArrayStart(11) } else { - yynn2875 = 0 - for _, b := range yyq2875 { + yynn2880 = 0 + for _, b := range yyq2880 { if b { - yynn2875++ + yynn2880++ } } - r.EncodeMapStart(yynn2875) - yynn2875 = 0 + r.EncodeMapStart(yynn2880) + yynn2880 = 0 } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[0] { - yym2877 := z.EncBinary() - _ = yym2877 + if yyq2880[0] { + yym2882 := z.EncBinary() + _ = yym2882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35980,23 +36035,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2875[0] { + if yyq2880[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2878 := z.EncBinary() - _ = yym2878 + yym2883 := z.EncBinary() + _ = yym2883 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[1] { - yym2880 := z.EncBinary() - _ = yym2880 + if yyq2880[1] { + yym2885 := z.EncBinary() + _ = yym2885 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36005,57 +36060,57 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2875[1] { + if yyq2880[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2881 := z.EncBinary() - _ = yym2881 + yym2886 := z.EncBinary() + _ = yym2886 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[2] { - yy2883 := &x.ObjectMeta - yy2883.CodecEncodeSelf(e) + if yyq2880[2] { + yy2888 := &x.ObjectMeta + yy2888.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2875[2] { + if yyq2880[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2884 := &x.ObjectMeta - yy2884.CodecEncodeSelf(e) + yy2889 := &x.ObjectMeta + yy2889.CodecEncodeSelf(e) } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[3] { - yy2886 := &x.InvolvedObject - yy2886.CodecEncodeSelf(e) + if yyq2880[3] { + yy2891 := &x.InvolvedObject + yy2891.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2875[3] { + if yyq2880[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2887 := &x.InvolvedObject - yy2887.CodecEncodeSelf(e) + yy2892 := &x.InvolvedObject + yy2892.CodecEncodeSelf(e) } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[4] { - yym2889 := z.EncBinary() - _ = yym2889 + if yyq2880[4] { + yym2894 := z.EncBinary() + _ = yym2894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -36064,23 +36119,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2875[4] { + if yyq2880[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2890 := z.EncBinary() - _ = yym2890 + yym2895 := z.EncBinary() + _ = yym2895 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[5] { - yym2892 := z.EncBinary() - _ = yym2892 + if yyq2880[5] { + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -36089,76 +36144,39 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2875[5] { + if yyq2880[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2893 := z.EncBinary() - _ = yym2893 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[6] { - yy2895 := &x.Source - yy2895.CodecEncodeSelf(e) + if yyq2880[6] { + yy2900 := &x.Source + yy2900.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2875[6] { + if yyq2880[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2896 := &x.Source - yy2896.CodecEncodeSelf(e) + yy2901 := &x.Source + yy2901.CodecEncodeSelf(e) } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[7] { - yy2898 := &x.FirstTimestamp - yym2899 := z.EncBinary() - _ = yym2899 - if false { - } else if z.HasExtensions() && z.EncExt(yy2898) { - } else if yym2899 { - z.EncBinaryMarshal(yy2898) - } else if !yym2899 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2898) - } else { - z.EncFallback(yy2898) - } - } else { - r.EncodeNil() - } - } else { - if yyq2875[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2900 := &x.FirstTimestamp - yym2901 := z.EncBinary() - _ = yym2901 - if false { - } else if z.HasExtensions() && z.EncExt(yy2900) { - } else if yym2901 { - z.EncBinaryMarshal(yy2900) - } else if !yym2901 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2900) - } else { - z.EncFallback(yy2900) - } - } - } - if yyr2875 || yy2arr2875 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[8] { - yy2903 := &x.LastTimestamp + if yyq2880[7] { + yy2903 := &x.FirstTimestamp yym2904 := z.EncBinary() _ = yym2904 if false { @@ -36174,11 +36192,11 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2875[8] { + if yyq2880[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2905 := &x.LastTimestamp + yy2905 := &x.FirstTimestamp yym2906 := z.EncBinary() _ = yym2906 if false { @@ -36192,11 +36210,48 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[9] { - yym2908 := z.EncBinary() - _ = yym2908 + if yyq2880[8] { + yy2908 := &x.LastTimestamp + yym2909 := z.EncBinary() + _ = yym2909 + if false { + } else if z.HasExtensions() && z.EncExt(yy2908) { + } else if yym2909 { + z.EncBinaryMarshal(yy2908) + } else if !yym2909 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2908) + } else { + z.EncFallback(yy2908) + } + } else { + r.EncodeNil() + } + } else { + if yyq2880[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2910 := &x.LastTimestamp + yym2911 := z.EncBinary() + _ = yym2911 + if false { + } else if z.HasExtensions() && z.EncExt(yy2910) { + } else if yym2911 { + z.EncBinaryMarshal(yy2910) + } else if !yym2911 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2910) + } else { + z.EncFallback(yy2910) + } + } + } + if yyr2880 || yy2arr2880 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2880[9] { + yym2913 := z.EncBinary() + _ = yym2913 if false { } else { r.EncodeInt(int64(x.Count)) @@ -36205,23 +36260,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2875[9] { + if yyq2880[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2909 := z.EncBinary() - _ = yym2909 + yym2914 := z.EncBinary() + _ = yym2914 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2875[10] { - yym2911 := z.EncBinary() - _ = yym2911 + if yyq2880[10] { + yym2916 := z.EncBinary() + _ = yym2916 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -36230,19 +36285,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2875[10] { + if yyq2880[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2912 := z.EncBinary() - _ = yym2912 + yym2917 := z.EncBinary() + _ = yym2917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr2875 || yy2arr2875 { + if yyr2880 || yy2arr2880 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36255,25 +36310,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2913 := z.DecBinary() - _ = yym2913 + yym2918 := z.DecBinary() + _ = yym2918 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2914 := r.ContainerType() - if yyct2914 == codecSelferValueTypeMap1234 { - yyl2914 := r.ReadMapStart() - if yyl2914 == 0 { + yyct2919 := r.ContainerType() + if yyct2919 == codecSelferValueTypeMap1234 { + yyl2919 := r.ReadMapStart() + if yyl2919 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2914, d) + x.codecDecodeSelfFromMap(yyl2919, d) } - } else if yyct2914 == codecSelferValueTypeArray1234 { - yyl2914 := r.ReadArrayStart() - if yyl2914 == 0 { + } else if yyct2919 == codecSelferValueTypeArray1234 { + yyl2919 := r.ReadArrayStart() + if yyl2919 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2914, d) + x.codecDecodeSelfFromArray(yyl2919, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36285,12 +36340,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2915Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2915Slc - var yyhl2915 bool = l >= 0 - for yyj2915 := 0; ; yyj2915++ { - if yyhl2915 { - if yyj2915 >= l { + var yys2920Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2920Slc + var yyhl2920 bool = l >= 0 + for yyj2920 := 0; ; yyj2920++ { + if yyhl2920 { + if yyj2920 >= l { break } } else { @@ -36299,10 +36354,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2915Slc = r.DecodeBytes(yys2915Slc, true, true) - yys2915 := string(yys2915Slc) + yys2920Slc = r.DecodeBytes(yys2920Slc, true, true) + yys2920 := string(yys2920Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2915 { + switch yys2920 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36319,15 +36374,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2918 := &x.ObjectMeta - yyv2918.CodecDecodeSelf(d) + yyv2923 := &x.ObjectMeta + yyv2923.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv2919 := &x.InvolvedObject - yyv2919.CodecDecodeSelf(d) + yyv2924 := &x.InvolvedObject + yyv2924.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -36345,41 +36400,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv2922 := &x.Source - yyv2922.CodecDecodeSelf(d) + yyv2927 := &x.Source + yyv2927.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv2923 := &x.FirstTimestamp - yym2924 := z.DecBinary() - _ = yym2924 + yyv2928 := &x.FirstTimestamp + yym2929 := z.DecBinary() + _ = yym2929 if false { - } else if z.HasExtensions() && z.DecExt(yyv2923) { - } else if yym2924 { - z.DecBinaryUnmarshal(yyv2923) - } else if !yym2924 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2923) + } else if z.HasExtensions() && z.DecExt(yyv2928) { + } else if yym2929 { + z.DecBinaryUnmarshal(yyv2928) + } else if !yym2929 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2928) } else { - z.DecFallback(yyv2923, false) + z.DecFallback(yyv2928, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv2925 := &x.LastTimestamp - yym2926 := z.DecBinary() - _ = yym2926 + yyv2930 := &x.LastTimestamp + yym2931 := z.DecBinary() + _ = yym2931 if false { - } else if z.HasExtensions() && z.DecExt(yyv2925) { - } else if yym2926 { - z.DecBinaryUnmarshal(yyv2925) - } else if !yym2926 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2925) + } else if z.HasExtensions() && z.DecExt(yyv2930) { + } else if yym2931 { + z.DecBinaryUnmarshal(yyv2930) + } else if !yym2931 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2930) } else { - z.DecFallback(yyv2925, false) + z.DecFallback(yyv2930, false) } } case "count": @@ -36395,9 +36450,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2915) - } // end switch yys2915 - } // end for yyj2915 + z.DecStructFieldNotFound(-1, yys2920) + } // end switch yys2920 + } // end for yyj2920 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36405,16 +36460,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2929 int - var yyb2929 bool - var yyhl2929 bool = l >= 0 - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + var yyj2934 int + var yyb2934 bool + var yyhl2934 bool = l >= 0 + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36424,13 +36479,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36440,13 +36495,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36454,16 +36509,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2932 := &x.ObjectMeta - yyv2932.CodecDecodeSelf(d) + yyv2937 := &x.ObjectMeta + yyv2937.CodecDecodeSelf(d) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36471,16 +36526,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv2933 := &x.InvolvedObject - yyv2933.CodecDecodeSelf(d) + yyv2938 := &x.InvolvedObject + yyv2938.CodecDecodeSelf(d) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36490,13 +36545,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36506,13 +36561,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36520,16 +36575,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv2936 := &x.Source - yyv2936.CodecDecodeSelf(d) + yyv2941 := &x.Source + yyv2941.CodecDecodeSelf(d) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36537,26 +36592,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv2937 := &x.FirstTimestamp - yym2938 := z.DecBinary() - _ = yym2938 + yyv2942 := &x.FirstTimestamp + yym2943 := z.DecBinary() + _ = yym2943 if false { - } else if z.HasExtensions() && z.DecExt(yyv2937) { - } else if yym2938 { - z.DecBinaryUnmarshal(yyv2937) - } else if !yym2938 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2937) + } else if z.HasExtensions() && z.DecExt(yyv2942) { + } else if yym2943 { + z.DecBinaryUnmarshal(yyv2942) + } else if !yym2943 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2942) } else { - z.DecFallback(yyv2937, false) + z.DecFallback(yyv2942, false) } } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36564,26 +36619,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv2939 := &x.LastTimestamp - yym2940 := z.DecBinary() - _ = yym2940 + yyv2944 := &x.LastTimestamp + yym2945 := z.DecBinary() + _ = yym2945 if false { - } else if z.HasExtensions() && z.DecExt(yyv2939) { - } else if yym2940 { - z.DecBinaryUnmarshal(yyv2939) - } else if !yym2940 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2939) + } else if z.HasExtensions() && z.DecExt(yyv2944) { + } else if yym2945 { + z.DecBinaryUnmarshal(yyv2944) + } else if !yym2945 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2944) } else { - z.DecFallback(yyv2939, false) + z.DecFallback(yyv2944, false) } } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36593,13 +36648,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36610,17 +36665,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj2929++ - if yyhl2929 { - yyb2929 = yyj2929 > l + yyj2934++ + if yyhl2934 { + yyb2934 = yyj2934 > l } else { - yyb2929 = r.CheckBreak() + yyb2934 = r.CheckBreak() } - if yyb2929 { + if yyb2934 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2929-1, "") + z.DecStructFieldNotFound(yyj2934-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36632,37 +36687,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2943 := z.EncBinary() - _ = yym2943 + yym2948 := z.EncBinary() + _ = yym2948 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2944 := !z.EncBinary() - yy2arr2944 := z.EncBasicHandle().StructToArray - var yyq2944 [4]bool - _, _, _ = yysep2944, yyq2944, yy2arr2944 - const yyr2944 bool = false - yyq2944[0] = x.Kind != "" - yyq2944[1] = x.APIVersion != "" - yyq2944[2] = true - var yynn2944 int - if yyr2944 || yy2arr2944 { + yysep2949 := !z.EncBinary() + yy2arr2949 := z.EncBasicHandle().StructToArray + var yyq2949 [4]bool + _, _, _ = yysep2949, yyq2949, yy2arr2949 + const yyr2949 bool = false + yyq2949[0] = x.Kind != "" + yyq2949[1] = x.APIVersion != "" + yyq2949[2] = true + var yynn2949 int + if yyr2949 || yy2arr2949 { r.EncodeArrayStart(4) } else { - yynn2944 = 1 - for _, b := range yyq2944 { + yynn2949 = 1 + for _, b := range yyq2949 { if b { - yynn2944++ + yynn2949++ } } - r.EncodeMapStart(yynn2944) - yynn2944 = 0 + r.EncodeMapStart(yynn2949) + yynn2949 = 0 } - if yyr2944 || yy2arr2944 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[0] { - yym2946 := z.EncBinary() - _ = yym2946 + if yyq2949[0] { + yym2951 := z.EncBinary() + _ = yym2951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36671,23 +36726,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2944[0] { + if yyq2949[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2947 := z.EncBinary() - _ = yym2947 + yym2952 := z.EncBinary() + _ = yym2952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2944 || yy2arr2944 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[1] { - yym2949 := z.EncBinary() - _ = yym2949 + if yyq2949[1] { + yym2954 := z.EncBinary() + _ = yym2954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36696,54 +36751,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2944[1] { + if yyq2949[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2950 := z.EncBinary() - _ = yym2950 + yym2955 := z.EncBinary() + _ = yym2955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2944 || yy2arr2944 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2944[2] { - yy2952 := &x.ListMeta - yym2953 := z.EncBinary() - _ = yym2953 + if yyq2949[2] { + yy2957 := &x.ListMeta + yym2958 := z.EncBinary() + _ = yym2958 if false { - } else if z.HasExtensions() && z.EncExt(yy2952) { + } else if z.HasExtensions() && z.EncExt(yy2957) { } else { - z.EncFallback(yy2952) + z.EncFallback(yy2957) } } else { r.EncodeNil() } } else { - if yyq2944[2] { + if yyq2949[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2954 := &x.ListMeta - yym2955 := z.EncBinary() - _ = yym2955 + yy2959 := &x.ListMeta + yym2960 := z.EncBinary() + _ = yym2960 if false { - } else if z.HasExtensions() && z.EncExt(yy2954) { + } else if z.HasExtensions() && z.EncExt(yy2959) { } else { - z.EncFallback(yy2954) + z.EncFallback(yy2959) } } } - if yyr2944 || yy2arr2944 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2957 := z.EncBinary() - _ = yym2957 + yym2962 := z.EncBinary() + _ = yym2962 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -36756,15 +36811,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2958 := z.EncBinary() - _ = yym2958 + yym2963 := z.EncBinary() + _ = yym2963 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr2944 || yy2arr2944 { + if yyr2949 || yy2arr2949 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36777,25 +36832,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2959 := z.DecBinary() - _ = yym2959 + yym2964 := z.DecBinary() + _ = yym2964 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2960 := r.ContainerType() - if yyct2960 == codecSelferValueTypeMap1234 { - yyl2960 := r.ReadMapStart() - if yyl2960 == 0 { + yyct2965 := r.ContainerType() + if yyct2965 == codecSelferValueTypeMap1234 { + yyl2965 := r.ReadMapStart() + if yyl2965 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2960, d) + x.codecDecodeSelfFromMap(yyl2965, d) } - } else if yyct2960 == codecSelferValueTypeArray1234 { - yyl2960 := r.ReadArrayStart() - if yyl2960 == 0 { + } else if yyct2965 == codecSelferValueTypeArray1234 { + yyl2965 := r.ReadArrayStart() + if yyl2965 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2960, d) + x.codecDecodeSelfFromArray(yyl2965, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36807,12 +36862,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2961Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2961Slc - var yyhl2961 bool = l >= 0 - for yyj2961 := 0; ; yyj2961++ { - if yyhl2961 { - if yyj2961 >= l { + var yys2966Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2966Slc + var yyhl2966 bool = l >= 0 + for yyj2966 := 0; ; yyj2966++ { + if yyhl2966 { + if yyj2966 >= l { break } } else { @@ -36821,10 +36876,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2961Slc = r.DecodeBytes(yys2961Slc, true, true) - yys2961 := string(yys2961Slc) + yys2966Slc = r.DecodeBytes(yys2966Slc, true, true) + yys2966 := string(yys2966Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2961 { + switch yys2966 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36841,31 +36896,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2964 := &x.ListMeta - yym2965 := z.DecBinary() - _ = yym2965 + yyv2969 := &x.ListMeta + yym2970 := z.DecBinary() + _ = yym2970 if false { - } else if z.HasExtensions() && z.DecExt(yyv2964) { + } else if z.HasExtensions() && z.DecExt(yyv2969) { } else { - z.DecFallback(yyv2964, false) + z.DecFallback(yyv2969, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2966 := &x.Items - yym2967 := z.DecBinary() - _ = yym2967 + yyv2971 := &x.Items + yym2972 := z.DecBinary() + _ = yym2972 if false { } else { - h.decSliceEvent((*[]Event)(yyv2966), d) + h.decSliceEvent((*[]Event)(yyv2971), d) } } default: - z.DecStructFieldNotFound(-1, yys2961) - } // end switch yys2961 - } // end for yyj2961 + z.DecStructFieldNotFound(-1, yys2966) + } // end switch yys2966 + } // end for yyj2966 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36873,16 +36928,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2968 int - var yyb2968 bool - var yyhl2968 bool = l >= 0 - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + var yyj2973 int + var yyb2973 bool + var yyhl2973 bool = l >= 0 + yyj2973++ + if yyhl2973 { + yyb2973 = yyj2973 > l } else { - yyb2968 = r.CheckBreak() + yyb2973 = r.CheckBreak() } - if yyb2968 { + if yyb2973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36892,13 +36947,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2973++ + if yyhl2973 { + yyb2973 = yyj2973 > l } else { - yyb2968 = r.CheckBreak() + yyb2973 = r.CheckBreak() } - if yyb2968 { + if yyb2973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36908,13 +36963,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2973++ + if yyhl2973 { + yyb2973 = yyj2973 > l } else { - yyb2968 = r.CheckBreak() + yyb2973 = r.CheckBreak() } - if yyb2968 { + if yyb2973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36922,22 +36977,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2971 := &x.ListMeta - yym2972 := z.DecBinary() - _ = yym2972 + yyv2976 := &x.ListMeta + yym2977 := z.DecBinary() + _ = yym2977 if false { - } else if z.HasExtensions() && z.DecExt(yyv2971) { + } else if z.HasExtensions() && z.DecExt(yyv2976) { } else { - z.DecFallback(yyv2971, false) + z.DecFallback(yyv2976, false) } } - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2973++ + if yyhl2973 { + yyb2973 = yyj2973 > l } else { - yyb2968 = r.CheckBreak() + yyb2973 = r.CheckBreak() } - if yyb2968 { + if yyb2973 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36945,26 +37000,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2973 := &x.Items - yym2974 := z.DecBinary() - _ = yym2974 + yyv2978 := &x.Items + yym2979 := z.DecBinary() + _ = yym2979 if false { } else { - h.decSliceEvent((*[]Event)(yyv2973), d) + h.decSliceEvent((*[]Event)(yyv2978), d) } } for { - yyj2968++ - if yyhl2968 { - yyb2968 = yyj2968 > l + yyj2973++ + if yyhl2973 { + yyb2973 = yyj2973 > l } else { - yyb2968 = r.CheckBreak() + yyb2973 = r.CheckBreak() } - if yyb2968 { + if yyb2973 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2968-1, "") + z.DecStructFieldNotFound(yyj2973-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36976,37 +37031,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2975 := z.EncBinary() - _ = yym2975 + yym2980 := z.EncBinary() + _ = yym2980 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2976 := !z.EncBinary() - yy2arr2976 := z.EncBasicHandle().StructToArray - var yyq2976 [4]bool - _, _, _ = yysep2976, yyq2976, yy2arr2976 - const yyr2976 bool = false - yyq2976[0] = x.Kind != "" - yyq2976[1] = x.APIVersion != "" - yyq2976[2] = true - var yynn2976 int - if yyr2976 || yy2arr2976 { + yysep2981 := !z.EncBinary() + yy2arr2981 := z.EncBasicHandle().StructToArray + var yyq2981 [4]bool + _, _, _ = yysep2981, yyq2981, yy2arr2981 + const yyr2981 bool = false + yyq2981[0] = x.Kind != "" + yyq2981[1] = x.APIVersion != "" + yyq2981[2] = true + var yynn2981 int + if yyr2981 || yy2arr2981 { r.EncodeArrayStart(4) } else { - yynn2976 = 1 - for _, b := range yyq2976 { + yynn2981 = 1 + for _, b := range yyq2981 { if b { - yynn2976++ + yynn2981++ } } - r.EncodeMapStart(yynn2976) - yynn2976 = 0 + r.EncodeMapStart(yynn2981) + yynn2981 = 0 } - if yyr2976 || yy2arr2976 { + if yyr2981 || yy2arr2981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[0] { - yym2978 := z.EncBinary() - _ = yym2978 + if yyq2981[0] { + yym2983 := z.EncBinary() + _ = yym2983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37015,23 +37070,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[0] { + if yyq2981[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2979 := z.EncBinary() - _ = yym2979 + yym2984 := z.EncBinary() + _ = yym2984 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2976 || yy2arr2976 { + if yyr2981 || yy2arr2981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[1] { - yym2981 := z.EncBinary() - _ = yym2981 + if yyq2981[1] { + yym2986 := z.EncBinary() + _ = yym2986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37040,54 +37095,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2976[1] { + if yyq2981[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2982 := z.EncBinary() - _ = yym2982 + yym2987 := z.EncBinary() + _ = yym2987 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2976 || yy2arr2976 { + if yyr2981 || yy2arr2981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2976[2] { - yy2984 := &x.ListMeta - yym2985 := z.EncBinary() - _ = yym2985 + if yyq2981[2] { + yy2989 := &x.ListMeta + yym2990 := z.EncBinary() + _ = yym2990 if false { - } else if z.HasExtensions() && z.EncExt(yy2984) { + } else if z.HasExtensions() && z.EncExt(yy2989) { } else { - z.EncFallback(yy2984) + z.EncFallback(yy2989) } } else { r.EncodeNil() } } else { - if yyq2976[2] { + if yyq2981[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2986 := &x.ListMeta - yym2987 := z.EncBinary() - _ = yym2987 + yy2991 := &x.ListMeta + yym2992 := z.EncBinary() + _ = yym2992 if false { - } else if z.HasExtensions() && z.EncExt(yy2986) { + } else if z.HasExtensions() && z.EncExt(yy2991) { } else { - z.EncFallback(yy2986) + z.EncFallback(yy2991) } } } - if yyr2976 || yy2arr2976 { + if yyr2981 || yy2arr2981 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2989 := z.EncBinary() - _ = yym2989 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else { h.encSliceruntime_Object(([]pkg6_runtime.Object)(x.Items), e) @@ -37100,15 +37155,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2990 := z.EncBinary() - _ = yym2990 + yym2995 := z.EncBinary() + _ = yym2995 if false { } else { h.encSliceruntime_Object(([]pkg6_runtime.Object)(x.Items), e) } } } - if yyr2976 || yy2arr2976 { + if yyr2981 || yy2arr2981 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37121,25 +37176,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2991 := z.DecBinary() - _ = yym2991 + yym2996 := z.DecBinary() + _ = yym2996 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2992 := r.ContainerType() - if yyct2992 == codecSelferValueTypeMap1234 { - yyl2992 := r.ReadMapStart() - if yyl2992 == 0 { + yyct2997 := r.ContainerType() + if yyct2997 == codecSelferValueTypeMap1234 { + yyl2997 := r.ReadMapStart() + if yyl2997 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2992, d) + x.codecDecodeSelfFromMap(yyl2997, d) } - } else if yyct2992 == codecSelferValueTypeArray1234 { - yyl2992 := r.ReadArrayStart() - if yyl2992 == 0 { + } else if yyct2997 == codecSelferValueTypeArray1234 { + yyl2997 := r.ReadArrayStart() + if yyl2997 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2992, d) + x.codecDecodeSelfFromArray(yyl2997, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37151,12 +37206,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2993Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2993Slc - var yyhl2993 bool = l >= 0 - for yyj2993 := 0; ; yyj2993++ { - if yyhl2993 { - if yyj2993 >= l { + var yys2998Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2998Slc + var yyhl2998 bool = l >= 0 + for yyj2998 := 0; ; yyj2998++ { + if yyhl2998 { + if yyj2998 >= l { break } } else { @@ -37165,10 +37220,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2993Slc = r.DecodeBytes(yys2993Slc, true, true) - yys2993 := string(yys2993Slc) + yys2998Slc = r.DecodeBytes(yys2998Slc, true, true) + yys2998 := string(yys2998Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2993 { + switch yys2998 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37185,31 +37240,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2996 := &x.ListMeta - yym2997 := z.DecBinary() - _ = yym2997 + yyv3001 := &x.ListMeta + yym3002 := z.DecBinary() + _ = yym3002 if false { - } else if z.HasExtensions() && z.DecExt(yyv2996) { + } else if z.HasExtensions() && z.DecExt(yyv3001) { } else { - z.DecFallback(yyv2996, false) + z.DecFallback(yyv3001, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2998 := &x.Items - yym2999 := z.DecBinary() - _ = yym2999 + yyv3003 := &x.Items + yym3004 := z.DecBinary() + _ = yym3004 if false { } else { - h.decSliceruntime_Object((*[]pkg6_runtime.Object)(yyv2998), d) + h.decSliceruntime_Object((*[]pkg6_runtime.Object)(yyv3003), d) } } default: - z.DecStructFieldNotFound(-1, yys2993) - } // end switch yys2993 - } // end for yyj2993 + z.DecStructFieldNotFound(-1, yys2998) + } // end switch yys2998 + } // end for yyj2998 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37217,16 +37272,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3000 int - var yyb3000 bool - var yyhl3000 bool = l >= 0 - yyj3000++ - if yyhl3000 { - yyb3000 = yyj3000 > l + var yyj3005 int + var yyb3005 bool + var yyhl3005 bool = l >= 0 + yyj3005++ + if yyhl3005 { + yyb3005 = yyj3005 > l } else { - yyb3000 = r.CheckBreak() + yyb3005 = r.CheckBreak() } - if yyb3000 { + if yyb3005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37236,13 +37291,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3000++ - if yyhl3000 { - yyb3000 = yyj3000 > l + yyj3005++ + if yyhl3005 { + yyb3005 = yyj3005 > l } else { - yyb3000 = r.CheckBreak() + yyb3005 = r.CheckBreak() } - if yyb3000 { + if yyb3005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37252,13 +37307,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3000++ - if yyhl3000 { - yyb3000 = yyj3000 > l + yyj3005++ + if yyhl3005 { + yyb3005 = yyj3005 > l } else { - yyb3000 = r.CheckBreak() + yyb3005 = r.CheckBreak() } - if yyb3000 { + if yyb3005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37266,22 +37321,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3003 := &x.ListMeta - yym3004 := z.DecBinary() - _ = yym3004 + yyv3008 := &x.ListMeta + yym3009 := z.DecBinary() + _ = yym3009 if false { - } else if z.HasExtensions() && z.DecExt(yyv3003) { + } else if z.HasExtensions() && z.DecExt(yyv3008) { } else { - z.DecFallback(yyv3003, false) + z.DecFallback(yyv3008, false) } } - yyj3000++ - if yyhl3000 { - yyb3000 = yyj3000 > l + yyj3005++ + if yyhl3005 { + yyb3005 = yyj3005 > l } else { - yyb3000 = r.CheckBreak() + yyb3005 = r.CheckBreak() } - if yyb3000 { + if yyb3005 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37289,26 +37344,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3005 := &x.Items - yym3006 := z.DecBinary() - _ = yym3006 + yyv3010 := &x.Items + yym3011 := z.DecBinary() + _ = yym3011 if false { } else { - h.decSliceruntime_Object((*[]pkg6_runtime.Object)(yyv3005), d) + h.decSliceruntime_Object((*[]pkg6_runtime.Object)(yyv3010), d) } } for { - yyj3000++ - if yyhl3000 { - yyb3000 = yyj3000 > l + yyj3005++ + if yyhl3005 { + yyb3005 = yyj3005 > l } else { - yyb3000 = r.CheckBreak() + yyb3005 = r.CheckBreak() } - if yyb3000 { + if yyb3005 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3000-1, "") + z.DecStructFieldNotFound(yyj3005-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37317,8 +37372,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3007 := z.EncBinary() - _ = yym3007 + yym3012 := z.EncBinary() + _ = yym3012 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37330,8 +37385,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3008 := z.DecBinary() - _ = yym3008 + yym3013 := z.DecBinary() + _ = yym3013 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37346,53 +37401,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3009 := z.EncBinary() - _ = yym3009 + yym3014 := z.EncBinary() + _ = yym3014 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3010 := !z.EncBinary() - yy2arr3010 := z.EncBasicHandle().StructToArray - var yyq3010 [6]bool - _, _, _ = yysep3010, yyq3010, yy2arr3010 - const yyr3010 bool = false - yyq3010[0] = x.Type != "" - yyq3010[1] = len(x.Max) != 0 - yyq3010[2] = len(x.Min) != 0 - yyq3010[3] = len(x.Default) != 0 - yyq3010[4] = len(x.DefaultRequest) != 0 - yyq3010[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3010 int - if yyr3010 || yy2arr3010 { + yysep3015 := !z.EncBinary() + yy2arr3015 := z.EncBasicHandle().StructToArray + var yyq3015 [6]bool + _, _, _ = yysep3015, yyq3015, yy2arr3015 + const yyr3015 bool = false + yyq3015[0] = x.Type != "" + yyq3015[1] = len(x.Max) != 0 + yyq3015[2] = len(x.Min) != 0 + yyq3015[3] = len(x.Default) != 0 + yyq3015[4] = len(x.DefaultRequest) != 0 + yyq3015[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3015 int + if yyr3015 || yy2arr3015 { r.EncodeArrayStart(6) } else { - yynn3010 = 0 - for _, b := range yyq3010 { + yynn3015 = 0 + for _, b := range yyq3015 { if b { - yynn3010++ + yynn3015++ } } - r.EncodeMapStart(yynn3010) - yynn3010 = 0 + r.EncodeMapStart(yynn3015) + yynn3015 = 0 } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[0] { + if yyq3015[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3010[0] { + if yyq3015[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[1] { + if yyq3015[1] { if x.Max == nil { r.EncodeNil() } else { @@ -37402,7 +37457,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3010[1] { + if yyq3015[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37413,9 +37468,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[2] { + if yyq3015[2] { if x.Min == nil { r.EncodeNil() } else { @@ -37425,7 +37480,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3010[2] { + if yyq3015[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37436,9 +37491,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[3] { + if yyq3015[3] { if x.Default == nil { r.EncodeNil() } else { @@ -37448,7 +37503,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3010[3] { + if yyq3015[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37459,9 +37514,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[4] { + if yyq3015[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -37471,7 +37526,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3010[4] { + if yyq3015[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37482,9 +37537,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3010[5] { + if yyq3015[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -37494,7 +37549,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3010[5] { + if yyq3015[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37505,7 +37560,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3010 || yy2arr3010 { + if yyr3015 || yy2arr3015 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37518,25 +37573,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3017 := z.DecBinary() - _ = yym3017 + yym3022 := z.DecBinary() + _ = yym3022 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3018 := r.ContainerType() - if yyct3018 == codecSelferValueTypeMap1234 { - yyl3018 := r.ReadMapStart() - if yyl3018 == 0 { + yyct3023 := r.ContainerType() + if yyct3023 == codecSelferValueTypeMap1234 { + yyl3023 := r.ReadMapStart() + if yyl3023 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3018, d) + x.codecDecodeSelfFromMap(yyl3023, d) } - } else if yyct3018 == codecSelferValueTypeArray1234 { - yyl3018 := r.ReadArrayStart() - if yyl3018 == 0 { + } else if yyct3023 == codecSelferValueTypeArray1234 { + yyl3023 := r.ReadArrayStart() + if yyl3023 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3018, d) + x.codecDecodeSelfFromArray(yyl3023, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37548,12 +37603,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3019Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3019Slc - var yyhl3019 bool = l >= 0 - for yyj3019 := 0; ; yyj3019++ { - if yyhl3019 { - if yyj3019 >= l { + var yys3024Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3024Slc + var yyhl3024 bool = l >= 0 + for yyj3024 := 0; ; yyj3024++ { + if yyhl3024 { + if yyj3024 >= l { break } } else { @@ -37562,10 +37617,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3019Slc = r.DecodeBytes(yys3019Slc, true, true) - yys3019 := string(yys3019Slc) + yys3024Slc = r.DecodeBytes(yys3024Slc, true, true) + yys3024 := string(yys3024Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3019 { + switch yys3024 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -37576,41 +37631,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3021 := &x.Max - yyv3021.CodecDecodeSelf(d) + yyv3026 := &x.Max + yyv3026.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3022 := &x.Min - yyv3022.CodecDecodeSelf(d) + yyv3027 := &x.Min + yyv3027.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3023 := &x.Default - yyv3023.CodecDecodeSelf(d) + yyv3028 := &x.Default + yyv3028.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3024 := &x.DefaultRequest - yyv3024.CodecDecodeSelf(d) + yyv3029 := &x.DefaultRequest + yyv3029.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3025 := &x.MaxLimitRequestRatio - yyv3025.CodecDecodeSelf(d) + yyv3030 := &x.MaxLimitRequestRatio + yyv3030.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3019) - } // end switch yys3019 - } // end for yyj3019 + z.DecStructFieldNotFound(-1, yys3024) + } // end switch yys3024 + } // end for yyj3024 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37618,16 +37673,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3026 int - var yyb3026 bool - var yyhl3026 bool = l >= 0 - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + var yyj3031 int + var yyb3031 bool + var yyhl3031 bool = l >= 0 + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37637,13 +37692,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37651,16 +37706,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3028 := &x.Max - yyv3028.CodecDecodeSelf(d) + yyv3033 := &x.Max + yyv3033.CodecDecodeSelf(d) } - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37668,16 +37723,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3029 := &x.Min - yyv3029.CodecDecodeSelf(d) + yyv3034 := &x.Min + yyv3034.CodecDecodeSelf(d) } - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37685,16 +37740,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3030 := &x.Default - yyv3030.CodecDecodeSelf(d) + yyv3035 := &x.Default + yyv3035.CodecDecodeSelf(d) } - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37702,16 +37757,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3031 := &x.DefaultRequest - yyv3031.CodecDecodeSelf(d) + yyv3036 := &x.DefaultRequest + yyv3036.CodecDecodeSelf(d) } - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37719,21 +37774,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3032 := &x.MaxLimitRequestRatio - yyv3032.CodecDecodeSelf(d) + yyv3037 := &x.MaxLimitRequestRatio + yyv3037.CodecDecodeSelf(d) } for { - yyj3026++ - if yyhl3026 { - yyb3026 = yyj3026 > l + yyj3031++ + if yyhl3031 { + yyb3031 = yyj3031 > l } else { - yyb3026 = r.CheckBreak() + yyb3031 = r.CheckBreak() } - if yyb3026 { + if yyb3031 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3026-1, "") + z.DecStructFieldNotFound(yyj3031-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37745,36 +37800,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3033 := z.EncBinary() - _ = yym3033 + yym3038 := z.EncBinary() + _ = yym3038 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3034 := !z.EncBinary() - yy2arr3034 := z.EncBasicHandle().StructToArray - var yyq3034 [1]bool - _, _, _ = yysep3034, yyq3034, yy2arr3034 - const yyr3034 bool = false - var yynn3034 int - if yyr3034 || yy2arr3034 { + yysep3039 := !z.EncBinary() + yy2arr3039 := z.EncBasicHandle().StructToArray + var yyq3039 [1]bool + _, _, _ = yysep3039, yyq3039, yy2arr3039 + const yyr3039 bool = false + var yynn3039 int + if yyr3039 || yy2arr3039 { r.EncodeArrayStart(1) } else { - yynn3034 = 1 - for _, b := range yyq3034 { + yynn3039 = 1 + for _, b := range yyq3039 { if b { - yynn3034++ + yynn3039++ } } - r.EncodeMapStart(yynn3034) - yynn3034 = 0 + r.EncodeMapStart(yynn3039) + yynn3039 = 0 } - if yyr3034 || yy2arr3034 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3036 := z.EncBinary() - _ = yym3036 + yym3041 := z.EncBinary() + _ = yym3041 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -37787,15 +37842,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3037 := z.EncBinary() - _ = yym3037 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3034 || yy2arr3034 { + if yyr3039 || yy2arr3039 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37808,25 +37863,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3038 := z.DecBinary() - _ = yym3038 + yym3043 := z.DecBinary() + _ = yym3043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3039 := r.ContainerType() - if yyct3039 == codecSelferValueTypeMap1234 { - yyl3039 := r.ReadMapStart() - if yyl3039 == 0 { + yyct3044 := r.ContainerType() + if yyct3044 == codecSelferValueTypeMap1234 { + yyl3044 := r.ReadMapStart() + if yyl3044 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3039, d) + x.codecDecodeSelfFromMap(yyl3044, d) } - } else if yyct3039 == codecSelferValueTypeArray1234 { - yyl3039 := r.ReadArrayStart() - if yyl3039 == 0 { + } else if yyct3044 == codecSelferValueTypeArray1234 { + yyl3044 := r.ReadArrayStart() + if yyl3044 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3039, d) + x.codecDecodeSelfFromArray(yyl3044, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37838,12 +37893,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3040Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3040Slc - var yyhl3040 bool = l >= 0 - for yyj3040 := 0; ; yyj3040++ { - if yyhl3040 { - if yyj3040 >= l { + var yys3045Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3045Slc + var yyhl3045 bool = l >= 0 + for yyj3045 := 0; ; yyj3045++ { + if yyhl3045 { + if yyj3045 >= l { break } } else { @@ -37852,26 +37907,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3040Slc = r.DecodeBytes(yys3040Slc, true, true) - yys3040 := string(yys3040Slc) + yys3045Slc = r.DecodeBytes(yys3045Slc, true, true) + yys3045 := string(yys3045Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3040 { + switch yys3045 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3041 := &x.Limits - yym3042 := z.DecBinary() - _ = yym3042 + yyv3046 := &x.Limits + yym3047 := z.DecBinary() + _ = yym3047 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3041), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3046), d) } } default: - z.DecStructFieldNotFound(-1, yys3040) - } // end switch yys3040 - } // end for yyj3040 + z.DecStructFieldNotFound(-1, yys3045) + } // end switch yys3045 + } // end for yyj3045 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37879,16 +37934,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3043 int - var yyb3043 bool - var yyhl3043 bool = l >= 0 - yyj3043++ - if yyhl3043 { - yyb3043 = yyj3043 > l + var yyj3048 int + var yyb3048 bool + var yyhl3048 bool = l >= 0 + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l } else { - yyb3043 = r.CheckBreak() + yyb3048 = r.CheckBreak() } - if yyb3043 { + if yyb3048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37896,26 +37951,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3044 := &x.Limits - yym3045 := z.DecBinary() - _ = yym3045 + yyv3049 := &x.Limits + yym3050 := z.DecBinary() + _ = yym3050 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3044), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3049), d) } } for { - yyj3043++ - if yyhl3043 { - yyb3043 = yyj3043 > l + yyj3048++ + if yyhl3048 { + yyb3048 = yyj3048 > l } else { - yyb3043 = r.CheckBreak() + yyb3048 = r.CheckBreak() } - if yyb3043 { + if yyb3048 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3043-1, "") + z.DecStructFieldNotFound(yyj3048-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37927,38 +37982,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3046 := z.EncBinary() - _ = yym3046 + yym3051 := z.EncBinary() + _ = yym3051 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3047 := !z.EncBinary() - yy2arr3047 := z.EncBasicHandle().StructToArray - var yyq3047 [4]bool - _, _, _ = yysep3047, yyq3047, yy2arr3047 - const yyr3047 bool = false - yyq3047[0] = x.Kind != "" - yyq3047[1] = x.APIVersion != "" - yyq3047[2] = true - yyq3047[3] = true - var yynn3047 int - if yyr3047 || yy2arr3047 { + yysep3052 := !z.EncBinary() + yy2arr3052 := z.EncBasicHandle().StructToArray + var yyq3052 [4]bool + _, _, _ = yysep3052, yyq3052, yy2arr3052 + const yyr3052 bool = false + yyq3052[0] = x.Kind != "" + yyq3052[1] = x.APIVersion != "" + yyq3052[2] = true + yyq3052[3] = true + var yynn3052 int + if yyr3052 || yy2arr3052 { r.EncodeArrayStart(4) } else { - yynn3047 = 0 - for _, b := range yyq3047 { + yynn3052 = 0 + for _, b := range yyq3052 { if b { - yynn3047++ + yynn3052++ } } - r.EncodeMapStart(yynn3047) - yynn3047 = 0 + r.EncodeMapStart(yynn3052) + yynn3052 = 0 } - if yyr3047 || yy2arr3047 { + if yyr3052 || yy2arr3052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3047[0] { - yym3049 := z.EncBinary() - _ = yym3049 + if yyq3052[0] { + yym3054 := z.EncBinary() + _ = yym3054 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37967,23 +38022,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3047[0] { + if yyq3052[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3050 := z.EncBinary() - _ = yym3050 + yym3055 := z.EncBinary() + _ = yym3055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3047 || yy2arr3047 { + if yyr3052 || yy2arr3052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3047[1] { - yym3052 := z.EncBinary() - _ = yym3052 + if yyq3052[1] { + yym3057 := z.EncBinary() + _ = yym3057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37992,53 +38047,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3047[1] { + if yyq3052[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3053 := z.EncBinary() - _ = yym3053 + yym3058 := z.EncBinary() + _ = yym3058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3047 || yy2arr3047 { + if yyr3052 || yy2arr3052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3047[2] { - yy3055 := &x.ObjectMeta - yy3055.CodecEncodeSelf(e) + if yyq3052[2] { + yy3060 := &x.ObjectMeta + yy3060.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3047[2] { + if yyq3052[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3056 := &x.ObjectMeta - yy3056.CodecEncodeSelf(e) + yy3061 := &x.ObjectMeta + yy3061.CodecEncodeSelf(e) } } - if yyr3047 || yy2arr3047 { + if yyr3052 || yy2arr3052 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3047[3] { - yy3058 := &x.Spec - yy3058.CodecEncodeSelf(e) + if yyq3052[3] { + yy3063 := &x.Spec + yy3063.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3047[3] { + if yyq3052[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3059 := &x.Spec - yy3059.CodecEncodeSelf(e) + yy3064 := &x.Spec + yy3064.CodecEncodeSelf(e) } } - if yyr3047 || yy2arr3047 { + if yyr3052 || yy2arr3052 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38051,25 +38106,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3060 := z.DecBinary() - _ = yym3060 + yym3065 := z.DecBinary() + _ = yym3065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3061 := r.ContainerType() - if yyct3061 == codecSelferValueTypeMap1234 { - yyl3061 := r.ReadMapStart() - if yyl3061 == 0 { + yyct3066 := r.ContainerType() + if yyct3066 == codecSelferValueTypeMap1234 { + yyl3066 := r.ReadMapStart() + if yyl3066 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3061, d) + x.codecDecodeSelfFromMap(yyl3066, d) } - } else if yyct3061 == codecSelferValueTypeArray1234 { - yyl3061 := r.ReadArrayStart() - if yyl3061 == 0 { + } else if yyct3066 == codecSelferValueTypeArray1234 { + yyl3066 := r.ReadArrayStart() + if yyl3066 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3061, d) + x.codecDecodeSelfFromArray(yyl3066, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38081,12 +38136,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3062Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3062Slc - var yyhl3062 bool = l >= 0 - for yyj3062 := 0; ; yyj3062++ { - if yyhl3062 { - if yyj3062 >= l { + var yys3067Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3067Slc + var yyhl3067 bool = l >= 0 + for yyj3067 := 0; ; yyj3067++ { + if yyhl3067 { + if yyj3067 >= l { break } } else { @@ -38095,10 +38150,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3062Slc = r.DecodeBytes(yys3062Slc, true, true) - yys3062 := string(yys3062Slc) + yys3067Slc = r.DecodeBytes(yys3067Slc, true, true) + yys3067 := string(yys3067Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3062 { + switch yys3067 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38115,20 +38170,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3065 := &x.ObjectMeta - yyv3065.CodecDecodeSelf(d) + yyv3070 := &x.ObjectMeta + yyv3070.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3066 := &x.Spec - yyv3066.CodecDecodeSelf(d) + yyv3071 := &x.Spec + yyv3071.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3062) - } // end switch yys3062 - } // end for yyj3062 + z.DecStructFieldNotFound(-1, yys3067) + } // end switch yys3067 + } // end for yyj3067 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38136,16 +38191,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3067 int - var yyb3067 bool - var yyhl3067 bool = l >= 0 - yyj3067++ - if yyhl3067 { - yyb3067 = yyj3067 > l + var yyj3072 int + var yyb3072 bool + var yyhl3072 bool = l >= 0 + yyj3072++ + if yyhl3072 { + yyb3072 = yyj3072 > l } else { - yyb3067 = r.CheckBreak() + yyb3072 = r.CheckBreak() } - if yyb3067 { + if yyb3072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38155,13 +38210,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3067++ - if yyhl3067 { - yyb3067 = yyj3067 > l + yyj3072++ + if yyhl3072 { + yyb3072 = yyj3072 > l } else { - yyb3067 = r.CheckBreak() + yyb3072 = r.CheckBreak() } - if yyb3067 { + if yyb3072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38171,13 +38226,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3067++ - if yyhl3067 { - yyb3067 = yyj3067 > l + yyj3072++ + if yyhl3072 { + yyb3072 = yyj3072 > l } else { - yyb3067 = r.CheckBreak() + yyb3072 = r.CheckBreak() } - if yyb3067 { + if yyb3072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38185,16 +38240,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3070 := &x.ObjectMeta - yyv3070.CodecDecodeSelf(d) + yyv3075 := &x.ObjectMeta + yyv3075.CodecDecodeSelf(d) } - yyj3067++ - if yyhl3067 { - yyb3067 = yyj3067 > l + yyj3072++ + if yyhl3072 { + yyb3072 = yyj3072 > l } else { - yyb3067 = r.CheckBreak() + yyb3072 = r.CheckBreak() } - if yyb3067 { + if yyb3072 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38202,21 +38257,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3071 := &x.Spec - yyv3071.CodecDecodeSelf(d) + yyv3076 := &x.Spec + yyv3076.CodecDecodeSelf(d) } for { - yyj3067++ - if yyhl3067 { - yyb3067 = yyj3067 > l + yyj3072++ + if yyhl3072 { + yyb3072 = yyj3072 > l } else { - yyb3067 = r.CheckBreak() + yyb3072 = r.CheckBreak() } - if yyb3067 { + if yyb3072 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3067-1, "") + z.DecStructFieldNotFound(yyj3072-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38228,37 +38283,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3072 := z.EncBinary() - _ = yym3072 + yym3077 := z.EncBinary() + _ = yym3077 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3073 := !z.EncBinary() - yy2arr3073 := z.EncBasicHandle().StructToArray - var yyq3073 [4]bool - _, _, _ = yysep3073, yyq3073, yy2arr3073 - const yyr3073 bool = false - yyq3073[0] = x.Kind != "" - yyq3073[1] = x.APIVersion != "" - yyq3073[2] = true - var yynn3073 int - if yyr3073 || yy2arr3073 { + yysep3078 := !z.EncBinary() + yy2arr3078 := z.EncBasicHandle().StructToArray + var yyq3078 [4]bool + _, _, _ = yysep3078, yyq3078, yy2arr3078 + const yyr3078 bool = false + yyq3078[0] = x.Kind != "" + yyq3078[1] = x.APIVersion != "" + yyq3078[2] = true + var yynn3078 int + if yyr3078 || yy2arr3078 { r.EncodeArrayStart(4) } else { - yynn3073 = 1 - for _, b := range yyq3073 { + yynn3078 = 1 + for _, b := range yyq3078 { if b { - yynn3073++ + yynn3078++ } } - r.EncodeMapStart(yynn3073) - yynn3073 = 0 + r.EncodeMapStart(yynn3078) + yynn3078 = 0 } - if yyr3073 || yy2arr3073 { + if yyr3078 || yy2arr3078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3073[0] { - yym3075 := z.EncBinary() - _ = yym3075 + if yyq3078[0] { + yym3080 := z.EncBinary() + _ = yym3080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38267,23 +38322,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3073[0] { + if yyq3078[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3076 := z.EncBinary() - _ = yym3076 + yym3081 := z.EncBinary() + _ = yym3081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3073 || yy2arr3073 { + if yyr3078 || yy2arr3078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3073[1] { - yym3078 := z.EncBinary() - _ = yym3078 + if yyq3078[1] { + yym3083 := z.EncBinary() + _ = yym3083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38292,54 +38347,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3073[1] { + if yyq3078[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3079 := z.EncBinary() - _ = yym3079 + yym3084 := z.EncBinary() + _ = yym3084 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3073 || yy2arr3073 { + if yyr3078 || yy2arr3078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3073[2] { - yy3081 := &x.ListMeta - yym3082 := z.EncBinary() - _ = yym3082 + if yyq3078[2] { + yy3086 := &x.ListMeta + yym3087 := z.EncBinary() + _ = yym3087 if false { - } else if z.HasExtensions() && z.EncExt(yy3081) { + } else if z.HasExtensions() && z.EncExt(yy3086) { } else { - z.EncFallback(yy3081) + z.EncFallback(yy3086) } } else { r.EncodeNil() } } else { - if yyq3073[2] { + if yyq3078[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3083 := &x.ListMeta - yym3084 := z.EncBinary() - _ = yym3084 + yy3088 := &x.ListMeta + yym3089 := z.EncBinary() + _ = yym3089 if false { - } else if z.HasExtensions() && z.EncExt(yy3083) { + } else if z.HasExtensions() && z.EncExt(yy3088) { } else { - z.EncFallback(yy3083) + z.EncFallback(yy3088) } } } - if yyr3073 || yy2arr3073 { + if yyr3078 || yy2arr3078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3086 := z.EncBinary() - _ = yym3086 + yym3091 := z.EncBinary() + _ = yym3091 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -38352,15 +38407,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3087 := z.EncBinary() - _ = yym3087 + yym3092 := z.EncBinary() + _ = yym3092 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3073 || yy2arr3073 { + if yyr3078 || yy2arr3078 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38373,25 +38428,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3088 := z.DecBinary() - _ = yym3088 + yym3093 := z.DecBinary() + _ = yym3093 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3089 := r.ContainerType() - if yyct3089 == codecSelferValueTypeMap1234 { - yyl3089 := r.ReadMapStart() - if yyl3089 == 0 { + yyct3094 := r.ContainerType() + if yyct3094 == codecSelferValueTypeMap1234 { + yyl3094 := r.ReadMapStart() + if yyl3094 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3089, d) + x.codecDecodeSelfFromMap(yyl3094, d) } - } else if yyct3089 == codecSelferValueTypeArray1234 { - yyl3089 := r.ReadArrayStart() - if yyl3089 == 0 { + } else if yyct3094 == codecSelferValueTypeArray1234 { + yyl3094 := r.ReadArrayStart() + if yyl3094 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3089, d) + x.codecDecodeSelfFromArray(yyl3094, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38403,12 +38458,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3090Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3090Slc - var yyhl3090 bool = l >= 0 - for yyj3090 := 0; ; yyj3090++ { - if yyhl3090 { - if yyj3090 >= l { + var yys3095Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3095Slc + var yyhl3095 bool = l >= 0 + for yyj3095 := 0; ; yyj3095++ { + if yyhl3095 { + if yyj3095 >= l { break } } else { @@ -38417,10 +38472,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3090Slc = r.DecodeBytes(yys3090Slc, true, true) - yys3090 := string(yys3090Slc) + yys3095Slc = r.DecodeBytes(yys3095Slc, true, true) + yys3095 := string(yys3095Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3090 { + switch yys3095 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38437,31 +38492,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3093 := &x.ListMeta - yym3094 := z.DecBinary() - _ = yym3094 + yyv3098 := &x.ListMeta + yym3099 := z.DecBinary() + _ = yym3099 if false { - } else if z.HasExtensions() && z.DecExt(yyv3093) { + } else if z.HasExtensions() && z.DecExt(yyv3098) { } else { - z.DecFallback(yyv3093, false) + z.DecFallback(yyv3098, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3095 := &x.Items - yym3096 := z.DecBinary() - _ = yym3096 + yyv3100 := &x.Items + yym3101 := z.DecBinary() + _ = yym3101 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3095), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3100), d) } } default: - z.DecStructFieldNotFound(-1, yys3090) - } // end switch yys3090 - } // end for yyj3090 + z.DecStructFieldNotFound(-1, yys3095) + } // end switch yys3095 + } // end for yyj3095 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38469,16 +38524,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3097 int - var yyb3097 bool - var yyhl3097 bool = l >= 0 - yyj3097++ - if yyhl3097 { - yyb3097 = yyj3097 > l + var yyj3102 int + var yyb3102 bool + var yyhl3102 bool = l >= 0 + yyj3102++ + if yyhl3102 { + yyb3102 = yyj3102 > l } else { - yyb3097 = r.CheckBreak() + yyb3102 = r.CheckBreak() } - if yyb3097 { + if yyb3102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38488,13 +38543,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3097++ - if yyhl3097 { - yyb3097 = yyj3097 > l + yyj3102++ + if yyhl3102 { + yyb3102 = yyj3102 > l } else { - yyb3097 = r.CheckBreak() + yyb3102 = r.CheckBreak() } - if yyb3097 { + if yyb3102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38504,13 +38559,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3097++ - if yyhl3097 { - yyb3097 = yyj3097 > l + yyj3102++ + if yyhl3102 { + yyb3102 = yyj3102 > l } else { - yyb3097 = r.CheckBreak() + yyb3102 = r.CheckBreak() } - if yyb3097 { + if yyb3102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38518,22 +38573,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3100 := &x.ListMeta - yym3101 := z.DecBinary() - _ = yym3101 + yyv3105 := &x.ListMeta + yym3106 := z.DecBinary() + _ = yym3106 if false { - } else if z.HasExtensions() && z.DecExt(yyv3100) { + } else if z.HasExtensions() && z.DecExt(yyv3105) { } else { - z.DecFallback(yyv3100, false) + z.DecFallback(yyv3105, false) } } - yyj3097++ - if yyhl3097 { - yyb3097 = yyj3097 > l + yyj3102++ + if yyhl3102 { + yyb3102 = yyj3102 > l } else { - yyb3097 = r.CheckBreak() + yyb3102 = r.CheckBreak() } - if yyb3097 { + if yyb3102 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38541,26 +38596,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3102 := &x.Items - yym3103 := z.DecBinary() - _ = yym3103 + yyv3107 := &x.Items + yym3108 := z.DecBinary() + _ = yym3108 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3102), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3107), d) } } for { - yyj3097++ - if yyhl3097 { - yyb3097 = yyj3097 > l + yyj3102++ + if yyhl3102 { + yyb3102 = yyj3102 > l } else { - yyb3097 = r.CheckBreak() + yyb3102 = r.CheckBreak() } - if yyb3097 { + if yyb3102 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3097-1, "") + z.DecStructFieldNotFound(yyj3102-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38572,33 +38627,33 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3104 := z.EncBinary() - _ = yym3104 + yym3109 := z.EncBinary() + _ = yym3109 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3105 := !z.EncBinary() - yy2arr3105 := z.EncBasicHandle().StructToArray - var yyq3105 [1]bool - _, _, _ = yysep3105, yyq3105, yy2arr3105 - const yyr3105 bool = false - yyq3105[0] = len(x.Hard) != 0 - var yynn3105 int - if yyr3105 || yy2arr3105 { + yysep3110 := !z.EncBinary() + yy2arr3110 := z.EncBasicHandle().StructToArray + var yyq3110 [1]bool + _, _, _ = yysep3110, yyq3110, yy2arr3110 + const yyr3110 bool = false + yyq3110[0] = len(x.Hard) != 0 + var yynn3110 int + if yyr3110 || yy2arr3110 { r.EncodeArrayStart(1) } else { - yynn3105 = 0 - for _, b := range yyq3105 { + yynn3110 = 0 + for _, b := range yyq3110 { if b { - yynn3105++ + yynn3110++ } } - r.EncodeMapStart(yynn3105) - yynn3105 = 0 + r.EncodeMapStart(yynn3110) + yynn3110 = 0 } - if yyr3105 || yy2arr3105 { + if yyr3110 || yy2arr3110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3105[0] { + if yyq3110[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -38608,7 +38663,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3105[0] { + if yyq3110[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38619,7 +38674,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3105 || yy2arr3105 { + if yyr3110 || yy2arr3110 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38632,25 +38687,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3107 := z.DecBinary() - _ = yym3107 + yym3112 := z.DecBinary() + _ = yym3112 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3108 := r.ContainerType() - if yyct3108 == codecSelferValueTypeMap1234 { - yyl3108 := r.ReadMapStart() - if yyl3108 == 0 { + yyct3113 := r.ContainerType() + if yyct3113 == codecSelferValueTypeMap1234 { + yyl3113 := r.ReadMapStart() + if yyl3113 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3108, d) + x.codecDecodeSelfFromMap(yyl3113, d) } - } else if yyct3108 == codecSelferValueTypeArray1234 { - yyl3108 := r.ReadArrayStart() - if yyl3108 == 0 { + } else if yyct3113 == codecSelferValueTypeArray1234 { + yyl3113 := r.ReadArrayStart() + if yyl3113 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3108, d) + x.codecDecodeSelfFromArray(yyl3113, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38662,12 +38717,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3109Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3109Slc - var yyhl3109 bool = l >= 0 - for yyj3109 := 0; ; yyj3109++ { - if yyhl3109 { - if yyj3109 >= l { + var yys3114Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3114Slc + var yyhl3114 bool = l >= 0 + for yyj3114 := 0; ; yyj3114++ { + if yyhl3114 { + if yyj3114 >= l { break } } else { @@ -38676,21 +38731,21 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3109Slc = r.DecodeBytes(yys3109Slc, true, true) - yys3109 := string(yys3109Slc) + yys3114Slc = r.DecodeBytes(yys3114Slc, true, true) + yys3114 := string(yys3114Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3109 { + switch yys3114 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3110 := &x.Hard - yyv3110.CodecDecodeSelf(d) + yyv3115 := &x.Hard + yyv3115.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3109) - } // end switch yys3109 - } // end for yyj3109 + z.DecStructFieldNotFound(-1, yys3114) + } // end switch yys3114 + } // end for yyj3114 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38698,16 +38753,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3111 int - var yyb3111 bool - var yyhl3111 bool = l >= 0 - yyj3111++ - if yyhl3111 { - yyb3111 = yyj3111 > l + var yyj3116 int + var yyb3116 bool + var yyhl3116 bool = l >= 0 + yyj3116++ + if yyhl3116 { + yyb3116 = yyj3116 > l } else { - yyb3111 = r.CheckBreak() + yyb3116 = r.CheckBreak() } - if yyb3111 { + if yyb3116 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38715,21 +38770,21 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3112 := &x.Hard - yyv3112.CodecDecodeSelf(d) + yyv3117 := &x.Hard + yyv3117.CodecDecodeSelf(d) } for { - yyj3111++ - if yyhl3111 { - yyb3111 = yyj3111 > l + yyj3116++ + if yyhl3116 { + yyb3116 = yyj3116 > l } else { - yyb3111 = r.CheckBreak() + yyb3116 = r.CheckBreak() } - if yyb3111 { + if yyb3116 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3111-1, "") + z.DecStructFieldNotFound(yyj3116-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38741,34 +38796,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3113 := z.EncBinary() - _ = yym3113 + yym3118 := z.EncBinary() + _ = yym3118 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3114 := !z.EncBinary() - yy2arr3114 := z.EncBasicHandle().StructToArray - var yyq3114 [2]bool - _, _, _ = yysep3114, yyq3114, yy2arr3114 - const yyr3114 bool = false - yyq3114[0] = len(x.Hard) != 0 - yyq3114[1] = len(x.Used) != 0 - var yynn3114 int - if yyr3114 || yy2arr3114 { + yysep3119 := !z.EncBinary() + yy2arr3119 := z.EncBasicHandle().StructToArray + var yyq3119 [2]bool + _, _, _ = yysep3119, yyq3119, yy2arr3119 + const yyr3119 bool = false + yyq3119[0] = len(x.Hard) != 0 + yyq3119[1] = len(x.Used) != 0 + var yynn3119 int + if yyr3119 || yy2arr3119 { r.EncodeArrayStart(2) } else { - yynn3114 = 0 - for _, b := range yyq3114 { + yynn3119 = 0 + for _, b := range yyq3119 { if b { - yynn3114++ + yynn3119++ } } - r.EncodeMapStart(yynn3114) - yynn3114 = 0 + r.EncodeMapStart(yynn3119) + yynn3119 = 0 } - if yyr3114 || yy2arr3114 { + if yyr3119 || yy2arr3119 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3114[0] { + if yyq3119[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -38778,7 +38833,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3114[0] { + if yyq3119[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38789,9 +38844,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3114 || yy2arr3114 { + if yyr3119 || yy2arr3119 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3114[1] { + if yyq3119[1] { if x.Used == nil { r.EncodeNil() } else { @@ -38801,7 +38856,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3114[1] { + if yyq3119[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38812,7 +38867,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3114 || yy2arr3114 { + if yyr3119 || yy2arr3119 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38825,25 +38880,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3117 := z.DecBinary() - _ = yym3117 + yym3122 := z.DecBinary() + _ = yym3122 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3118 := r.ContainerType() - if yyct3118 == codecSelferValueTypeMap1234 { - yyl3118 := r.ReadMapStart() - if yyl3118 == 0 { + yyct3123 := r.ContainerType() + if yyct3123 == codecSelferValueTypeMap1234 { + yyl3123 := r.ReadMapStart() + if yyl3123 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3118, d) + x.codecDecodeSelfFromMap(yyl3123, d) } - } else if yyct3118 == codecSelferValueTypeArray1234 { - yyl3118 := r.ReadArrayStart() - if yyl3118 == 0 { + } else if yyct3123 == codecSelferValueTypeArray1234 { + yyl3123 := r.ReadArrayStart() + if yyl3123 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3118, d) + x.codecDecodeSelfFromArray(yyl3123, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38855,12 +38910,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3119Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3119Slc - var yyhl3119 bool = l >= 0 - for yyj3119 := 0; ; yyj3119++ { - if yyhl3119 { - if yyj3119 >= l { + var yys3124Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3124Slc + var yyhl3124 bool = l >= 0 + for yyj3124 := 0; ; yyj3124++ { + if yyhl3124 { + if yyj3124 >= l { break } } else { @@ -38869,28 +38924,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3119Slc = r.DecodeBytes(yys3119Slc, true, true) - yys3119 := string(yys3119Slc) + yys3124Slc = r.DecodeBytes(yys3124Slc, true, true) + yys3124 := string(yys3124Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3119 { + switch yys3124 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3120 := &x.Hard - yyv3120.CodecDecodeSelf(d) + yyv3125 := &x.Hard + yyv3125.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3121 := &x.Used - yyv3121.CodecDecodeSelf(d) + yyv3126 := &x.Used + yyv3126.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3119) - } // end switch yys3119 - } // end for yyj3119 + z.DecStructFieldNotFound(-1, yys3124) + } // end switch yys3124 + } // end for yyj3124 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38898,16 +38953,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3122 int - var yyb3122 bool - var yyhl3122 bool = l >= 0 - yyj3122++ - if yyhl3122 { - yyb3122 = yyj3122 > l + var yyj3127 int + var yyb3127 bool + var yyhl3127 bool = l >= 0 + yyj3127++ + if yyhl3127 { + yyb3127 = yyj3127 > l } else { - yyb3122 = r.CheckBreak() + yyb3127 = r.CheckBreak() } - if yyb3122 { + if yyb3127 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38915,16 +38970,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3123 := &x.Hard - yyv3123.CodecDecodeSelf(d) + yyv3128 := &x.Hard + yyv3128.CodecDecodeSelf(d) } - yyj3122++ - if yyhl3122 { - yyb3122 = yyj3122 > l + yyj3127++ + if yyhl3127 { + yyb3127 = yyj3127 > l } else { - yyb3122 = r.CheckBreak() + yyb3127 = r.CheckBreak() } - if yyb3122 { + if yyb3127 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38932,21 +38987,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3124 := &x.Used - yyv3124.CodecDecodeSelf(d) + yyv3129 := &x.Used + yyv3129.CodecDecodeSelf(d) } for { - yyj3122++ - if yyhl3122 { - yyb3122 = yyj3122 > l + yyj3127++ + if yyhl3127 { + yyb3127 = yyj3127 > l } else { - yyb3122 = r.CheckBreak() + yyb3127 = r.CheckBreak() } - if yyb3122 { + if yyb3127 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3122-1, "") + z.DecStructFieldNotFound(yyj3127-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38958,39 +39013,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3125 := z.EncBinary() - _ = yym3125 + yym3130 := z.EncBinary() + _ = yym3130 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3126 := !z.EncBinary() - yy2arr3126 := z.EncBasicHandle().StructToArray - var yyq3126 [5]bool - _, _, _ = yysep3126, yyq3126, yy2arr3126 - const yyr3126 bool = false - yyq3126[0] = x.Kind != "" - yyq3126[1] = x.APIVersion != "" - yyq3126[2] = true - yyq3126[3] = true - yyq3126[4] = true - var yynn3126 int - if yyr3126 || yy2arr3126 { + yysep3131 := !z.EncBinary() + yy2arr3131 := z.EncBasicHandle().StructToArray + var yyq3131 [5]bool + _, _, _ = yysep3131, yyq3131, yy2arr3131 + const yyr3131 bool = false + yyq3131[0] = x.Kind != "" + yyq3131[1] = x.APIVersion != "" + yyq3131[2] = true + yyq3131[3] = true + yyq3131[4] = true + var yynn3131 int + if yyr3131 || yy2arr3131 { r.EncodeArrayStart(5) } else { - yynn3126 = 0 - for _, b := range yyq3126 { + yynn3131 = 0 + for _, b := range yyq3131 { if b { - yynn3126++ + yynn3131++ } } - r.EncodeMapStart(yynn3126) - yynn3126 = 0 + r.EncodeMapStart(yynn3131) + yynn3131 = 0 } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3126[0] { - yym3128 := z.EncBinary() - _ = yym3128 + if yyq3131[0] { + yym3133 := z.EncBinary() + _ = yym3133 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38999,23 +39054,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3126[0] { + if yyq3131[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3129 := z.EncBinary() - _ = yym3129 + yym3134 := z.EncBinary() + _ = yym3134 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3126[1] { - yym3131 := z.EncBinary() - _ = yym3131 + if yyq3131[1] { + yym3136 := z.EncBinary() + _ = yym3136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39024,70 +39079,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3126[1] { + if yyq3131[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3132 := z.EncBinary() - _ = yym3132 + yym3137 := z.EncBinary() + _ = yym3137 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3126[2] { - yy3134 := &x.ObjectMeta - yy3134.CodecEncodeSelf(e) + if yyq3131[2] { + yy3139 := &x.ObjectMeta + yy3139.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3126[2] { + if yyq3131[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3135 := &x.ObjectMeta - yy3135.CodecEncodeSelf(e) + yy3140 := &x.ObjectMeta + yy3140.CodecEncodeSelf(e) } } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3126[3] { - yy3137 := &x.Spec - yy3137.CodecEncodeSelf(e) + if yyq3131[3] { + yy3142 := &x.Spec + yy3142.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3126[3] { + if yyq3131[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3138 := &x.Spec - yy3138.CodecEncodeSelf(e) + yy3143 := &x.Spec + yy3143.CodecEncodeSelf(e) } } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3126[4] { - yy3140 := &x.Status - yy3140.CodecEncodeSelf(e) + if yyq3131[4] { + yy3145 := &x.Status + yy3145.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3126[4] { + if yyq3131[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3141 := &x.Status - yy3141.CodecEncodeSelf(e) + yy3146 := &x.Status + yy3146.CodecEncodeSelf(e) } } - if yyr3126 || yy2arr3126 { + if yyr3131 || yy2arr3131 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39100,25 +39155,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3142 := z.DecBinary() - _ = yym3142 + yym3147 := z.DecBinary() + _ = yym3147 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3143 := r.ContainerType() - if yyct3143 == codecSelferValueTypeMap1234 { - yyl3143 := r.ReadMapStart() - if yyl3143 == 0 { + yyct3148 := r.ContainerType() + if yyct3148 == codecSelferValueTypeMap1234 { + yyl3148 := r.ReadMapStart() + if yyl3148 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3143, d) + x.codecDecodeSelfFromMap(yyl3148, d) } - } else if yyct3143 == codecSelferValueTypeArray1234 { - yyl3143 := r.ReadArrayStart() - if yyl3143 == 0 { + } else if yyct3148 == codecSelferValueTypeArray1234 { + yyl3148 := r.ReadArrayStart() + if yyl3148 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3143, d) + x.codecDecodeSelfFromArray(yyl3148, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39130,12 +39185,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3144Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3144Slc - var yyhl3144 bool = l >= 0 - for yyj3144 := 0; ; yyj3144++ { - if yyhl3144 { - if yyj3144 >= l { + var yys3149Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3149Slc + var yyhl3149 bool = l >= 0 + for yyj3149 := 0; ; yyj3149++ { + if yyhl3149 { + if yyj3149 >= l { break } } else { @@ -39144,10 +39199,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3144Slc = r.DecodeBytes(yys3144Slc, true, true) - yys3144 := string(yys3144Slc) + yys3149Slc = r.DecodeBytes(yys3149Slc, true, true) + yys3149 := string(yys3149Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3144 { + switch yys3149 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39164,27 +39219,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3147 := &x.ObjectMeta - yyv3147.CodecDecodeSelf(d) + yyv3152 := &x.ObjectMeta + yyv3152.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3148 := &x.Spec - yyv3148.CodecDecodeSelf(d) + yyv3153 := &x.Spec + yyv3153.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3149 := &x.Status - yyv3149.CodecDecodeSelf(d) + yyv3154 := &x.Status + yyv3154.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3144) - } // end switch yys3144 - } // end for yyj3144 + z.DecStructFieldNotFound(-1, yys3149) + } // end switch yys3149 + } // end for yyj3149 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39192,16 +39247,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3150 int - var yyb3150 bool - var yyhl3150 bool = l >= 0 - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + var yyj3155 int + var yyb3155 bool + var yyhl3155 bool = l >= 0 + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39211,13 +39266,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39227,13 +39282,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39241,16 +39296,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3153 := &x.ObjectMeta - yyv3153.CodecDecodeSelf(d) + yyv3158 := &x.ObjectMeta + yyv3158.CodecDecodeSelf(d) } - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39258,16 +39313,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3154 := &x.Spec - yyv3154.CodecDecodeSelf(d) + yyv3159 := &x.Spec + yyv3159.CodecDecodeSelf(d) } - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39275,21 +39330,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3155 := &x.Status - yyv3155.CodecDecodeSelf(d) + yyv3160 := &x.Status + yyv3160.CodecDecodeSelf(d) } for { - yyj3150++ - if yyhl3150 { - yyb3150 = yyj3150 > l + yyj3155++ + if yyhl3155 { + yyb3155 = yyj3155 > l } else { - yyb3150 = r.CheckBreak() + yyb3155 = r.CheckBreak() } - if yyb3150 { + if yyb3155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3150-1, "") + z.DecStructFieldNotFound(yyj3155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39301,37 +39356,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3156 := z.EncBinary() - _ = yym3156 + yym3161 := z.EncBinary() + _ = yym3161 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3157 := !z.EncBinary() - yy2arr3157 := z.EncBasicHandle().StructToArray - var yyq3157 [4]bool - _, _, _ = yysep3157, yyq3157, yy2arr3157 - const yyr3157 bool = false - yyq3157[0] = x.Kind != "" - yyq3157[1] = x.APIVersion != "" - yyq3157[2] = true - var yynn3157 int - if yyr3157 || yy2arr3157 { + yysep3162 := !z.EncBinary() + yy2arr3162 := z.EncBasicHandle().StructToArray + var yyq3162 [4]bool + _, _, _ = yysep3162, yyq3162, yy2arr3162 + const yyr3162 bool = false + yyq3162[0] = x.Kind != "" + yyq3162[1] = x.APIVersion != "" + yyq3162[2] = true + var yynn3162 int + if yyr3162 || yy2arr3162 { r.EncodeArrayStart(4) } else { - yynn3157 = 1 - for _, b := range yyq3157 { + yynn3162 = 1 + for _, b := range yyq3162 { if b { - yynn3157++ + yynn3162++ } } - r.EncodeMapStart(yynn3157) - yynn3157 = 0 + r.EncodeMapStart(yynn3162) + yynn3162 = 0 } - if yyr3157 || yy2arr3157 { + if yyr3162 || yy2arr3162 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3157[0] { - yym3159 := z.EncBinary() - _ = yym3159 + if yyq3162[0] { + yym3164 := z.EncBinary() + _ = yym3164 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39340,23 +39395,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3157[0] { + if yyq3162[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3160 := z.EncBinary() - _ = yym3160 + yym3165 := z.EncBinary() + _ = yym3165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3157 || yy2arr3157 { + if yyr3162 || yy2arr3162 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3157[1] { - yym3162 := z.EncBinary() - _ = yym3162 + if yyq3162[1] { + yym3167 := z.EncBinary() + _ = yym3167 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39365,54 +39420,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3157[1] { + if yyq3162[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3163 := z.EncBinary() - _ = yym3163 + yym3168 := z.EncBinary() + _ = yym3168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3157 || yy2arr3157 { + if yyr3162 || yy2arr3162 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3157[2] { - yy3165 := &x.ListMeta - yym3166 := z.EncBinary() - _ = yym3166 + if yyq3162[2] { + yy3170 := &x.ListMeta + yym3171 := z.EncBinary() + _ = yym3171 if false { - } else if z.HasExtensions() && z.EncExt(yy3165) { + } else if z.HasExtensions() && z.EncExt(yy3170) { } else { - z.EncFallback(yy3165) + z.EncFallback(yy3170) } } else { r.EncodeNil() } } else { - if yyq3157[2] { + if yyq3162[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3167 := &x.ListMeta - yym3168 := z.EncBinary() - _ = yym3168 + yy3172 := &x.ListMeta + yym3173 := z.EncBinary() + _ = yym3173 if false { - } else if z.HasExtensions() && z.EncExt(yy3167) { + } else if z.HasExtensions() && z.EncExt(yy3172) { } else { - z.EncFallback(yy3167) + z.EncFallback(yy3172) } } } - if yyr3157 || yy2arr3157 { + if yyr3162 || yy2arr3162 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3170 := z.EncBinary() - _ = yym3170 + yym3175 := z.EncBinary() + _ = yym3175 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -39425,15 +39480,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3171 := z.EncBinary() - _ = yym3171 + yym3176 := z.EncBinary() + _ = yym3176 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr3157 || yy2arr3157 { + if yyr3162 || yy2arr3162 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39446,25 +39501,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3172 := z.DecBinary() - _ = yym3172 + yym3177 := z.DecBinary() + _ = yym3177 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3173 := r.ContainerType() - if yyct3173 == codecSelferValueTypeMap1234 { - yyl3173 := r.ReadMapStart() - if yyl3173 == 0 { + yyct3178 := r.ContainerType() + if yyct3178 == codecSelferValueTypeMap1234 { + yyl3178 := r.ReadMapStart() + if yyl3178 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3173, d) + x.codecDecodeSelfFromMap(yyl3178, d) } - } else if yyct3173 == codecSelferValueTypeArray1234 { - yyl3173 := r.ReadArrayStart() - if yyl3173 == 0 { + } else if yyct3178 == codecSelferValueTypeArray1234 { + yyl3178 := r.ReadArrayStart() + if yyl3178 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3173, d) + x.codecDecodeSelfFromArray(yyl3178, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39476,12 +39531,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3174Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3174Slc - var yyhl3174 bool = l >= 0 - for yyj3174 := 0; ; yyj3174++ { - if yyhl3174 { - if yyj3174 >= l { + var yys3179Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3179Slc + var yyhl3179 bool = l >= 0 + for yyj3179 := 0; ; yyj3179++ { + if yyhl3179 { + if yyj3179 >= l { break } } else { @@ -39490,10 +39545,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3174Slc = r.DecodeBytes(yys3174Slc, true, true) - yys3174 := string(yys3174Slc) + yys3179Slc = r.DecodeBytes(yys3179Slc, true, true) + yys3179 := string(yys3179Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3174 { + switch yys3179 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39510,31 +39565,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3177 := &x.ListMeta - yym3178 := z.DecBinary() - _ = yym3178 + yyv3182 := &x.ListMeta + yym3183 := z.DecBinary() + _ = yym3183 if false { - } else if z.HasExtensions() && z.DecExt(yyv3177) { + } else if z.HasExtensions() && z.DecExt(yyv3182) { } else { - z.DecFallback(yyv3177, false) + z.DecFallback(yyv3182, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3179 := &x.Items - yym3180 := z.DecBinary() - _ = yym3180 + yyv3184 := &x.Items + yym3185 := z.DecBinary() + _ = yym3185 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3179), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3184), d) } } default: - z.DecStructFieldNotFound(-1, yys3174) - } // end switch yys3174 - } // end for yyj3174 + z.DecStructFieldNotFound(-1, yys3179) + } // end switch yys3179 + } // end for yyj3179 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39542,16 +39597,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3181 int - var yyb3181 bool - var yyhl3181 bool = l >= 0 - yyj3181++ - if yyhl3181 { - yyb3181 = yyj3181 > l + var yyj3186 int + var yyb3186 bool + var yyhl3186 bool = l >= 0 + yyj3186++ + if yyhl3186 { + yyb3186 = yyj3186 > l } else { - yyb3181 = r.CheckBreak() + yyb3186 = r.CheckBreak() } - if yyb3181 { + if yyb3186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39561,13 +39616,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj3181++ - if yyhl3181 { - yyb3181 = yyj3181 > l + yyj3186++ + if yyhl3186 { + yyb3186 = yyj3186 > l } else { - yyb3181 = r.CheckBreak() + yyb3186 = r.CheckBreak() } - if yyb3181 { + if yyb3186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39577,13 +39632,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj3181++ - if yyhl3181 { - yyb3181 = yyj3181 > l + yyj3186++ + if yyhl3186 { + yyb3186 = yyj3186 > l } else { - yyb3181 = r.CheckBreak() + yyb3186 = r.CheckBreak() } - if yyb3181 { + if yyb3186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39591,22 +39646,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3184 := &x.ListMeta - yym3185 := z.DecBinary() - _ = yym3185 + yyv3189 := &x.ListMeta + yym3190 := z.DecBinary() + _ = yym3190 if false { - } else if z.HasExtensions() && z.DecExt(yyv3184) { + } else if z.HasExtensions() && z.DecExt(yyv3189) { } else { - z.DecFallback(yyv3184, false) + z.DecFallback(yyv3189, false) } } - yyj3181++ - if yyhl3181 { - yyb3181 = yyj3181 > l + yyj3186++ + if yyhl3186 { + yyb3186 = yyj3186 > l } else { - yyb3181 = r.CheckBreak() + yyb3186 = r.CheckBreak() } - if yyb3181 { + if yyb3186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39614,26 +39669,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3186 := &x.Items - yym3187 := z.DecBinary() - _ = yym3187 + yyv3191 := &x.Items + yym3192 := z.DecBinary() + _ = yym3192 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3186), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3191), d) } } for { - yyj3181++ - if yyhl3181 { - yyb3181 = yyj3181 > l + yyj3186++ + if yyhl3186 { + yyb3186 = yyj3186 > l } else { - yyb3181 = r.CheckBreak() + yyb3186 = r.CheckBreak() } - if yyb3181 { + if yyb3186 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3181-1, "") + z.DecStructFieldNotFound(yyj3186-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39645,39 +39700,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3188 := z.EncBinary() - _ = yym3188 + yym3193 := z.EncBinary() + _ = yym3193 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3189 := !z.EncBinary() - yy2arr3189 := z.EncBasicHandle().StructToArray - var yyq3189 [5]bool - _, _, _ = yysep3189, yyq3189, yy2arr3189 - const yyr3189 bool = false - yyq3189[0] = x.Kind != "" - yyq3189[1] = x.APIVersion != "" - yyq3189[2] = true - yyq3189[3] = len(x.Data) != 0 - yyq3189[4] = x.Type != "" - var yynn3189 int - if yyr3189 || yy2arr3189 { + yysep3194 := !z.EncBinary() + yy2arr3194 := z.EncBasicHandle().StructToArray + var yyq3194 [5]bool + _, _, _ = yysep3194, yyq3194, yy2arr3194 + const yyr3194 bool = false + yyq3194[0] = x.Kind != "" + yyq3194[1] = x.APIVersion != "" + yyq3194[2] = true + yyq3194[3] = len(x.Data) != 0 + yyq3194[4] = x.Type != "" + var yynn3194 int + if yyr3194 || yy2arr3194 { r.EncodeArrayStart(5) } else { - yynn3189 = 0 - for _, b := range yyq3189 { + yynn3194 = 0 + for _, b := range yyq3194 { if b { - yynn3189++ + yynn3194++ } } - r.EncodeMapStart(yynn3189) - yynn3189 = 0 + r.EncodeMapStart(yynn3194) + yynn3194 = 0 } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3189[0] { - yym3191 := z.EncBinary() - _ = yym3191 + if yyq3194[0] { + yym3196 := z.EncBinary() + _ = yym3196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39686,23 +39741,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3189[0] { + if yyq3194[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3192 := z.EncBinary() - _ = yym3192 + yym3197 := z.EncBinary() + _ = yym3197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3189[1] { - yym3194 := z.EncBinary() - _ = yym3194 + if yyq3194[1] { + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39711,43 +39766,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3189[1] { + if yyq3194[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3195 := z.EncBinary() - _ = yym3195 + yym3200 := z.EncBinary() + _ = yym3200 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3189[2] { - yy3197 := &x.ObjectMeta - yy3197.CodecEncodeSelf(e) + if yyq3194[2] { + yy3202 := &x.ObjectMeta + yy3202.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3189[2] { + if yyq3194[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3198 := &x.ObjectMeta - yy3198.CodecEncodeSelf(e) + yy3203 := &x.ObjectMeta + yy3203.CodecEncodeSelf(e) } } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3189[3] { + if yyq3194[3] { if x.Data == nil { r.EncodeNil() } else { - yym3200 := z.EncBinary() - _ = yym3200 + yym3205 := z.EncBinary() + _ = yym3205 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -39757,15 +39812,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3189[3] { + if yyq3194[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym3201 := z.EncBinary() - _ = yym3201 + yym3206 := z.EncBinary() + _ = yym3206 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -39773,22 +39828,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3189[4] { + if yyq3194[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3189[4] { + if yyq3194[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3189 || yy2arr3189 { + if yyr3194 || yy2arr3194 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39801,25 +39856,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3203 := z.DecBinary() - _ = yym3203 + yym3208 := z.DecBinary() + _ = yym3208 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3204 := r.ContainerType() - if yyct3204 == codecSelferValueTypeMap1234 { - yyl3204 := r.ReadMapStart() - if yyl3204 == 0 { + yyct3209 := r.ContainerType() + if yyct3209 == codecSelferValueTypeMap1234 { + yyl3209 := r.ReadMapStart() + if yyl3209 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3204, d) + x.codecDecodeSelfFromMap(yyl3209, d) } - } else if yyct3204 == codecSelferValueTypeArray1234 { - yyl3204 := r.ReadArrayStart() - if yyl3204 == 0 { + } else if yyct3209 == codecSelferValueTypeArray1234 { + yyl3209 := r.ReadArrayStart() + if yyl3209 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3204, d) + x.codecDecodeSelfFromArray(yyl3209, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39831,12 +39886,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3205Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3205Slc - var yyhl3205 bool = l >= 0 - for yyj3205 := 0; ; yyj3205++ { - if yyhl3205 { - if yyj3205 >= l { + var yys3210Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3210Slc + var yyhl3210 bool = l >= 0 + for yyj3210 := 0; ; yyj3210++ { + if yyhl3210 { + if yyj3210 >= l { break } } else { @@ -39845,10 +39900,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3205Slc = r.DecodeBytes(yys3205Slc, true, true) - yys3205 := string(yys3205Slc) + yys3210Slc = r.DecodeBytes(yys3210Slc, true, true) + yys3210 := string(yys3210Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3205 { + switch yys3210 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39865,19 +39920,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3208 := &x.ObjectMeta - yyv3208.CodecDecodeSelf(d) + yyv3213 := &x.ObjectMeta + yyv3213.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3209 := &x.Data - yym3210 := z.DecBinary() - _ = yym3210 + yyv3214 := &x.Data + yym3215 := z.DecBinary() + _ = yym3215 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3209), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3214), d) } } case "type": @@ -39887,9 +39942,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3205) - } // end switch yys3205 - } // end for yyj3205 + z.DecStructFieldNotFound(-1, yys3210) + } // end switch yys3210 + } // end for yyj3210 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39897,16 +39952,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3212 int - var yyb3212 bool - var yyhl3212 bool = l >= 0 - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + var yyj3217 int + var yyb3217 bool + var yyhl3217 bool = l >= 0 + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39916,13 +39971,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39932,13 +39987,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39946,16 +40001,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3215 := &x.ObjectMeta - yyv3215.CodecDecodeSelf(d) + yyv3220 := &x.ObjectMeta + yyv3220.CodecDecodeSelf(d) } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39963,21 +40018,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3216 := &x.Data - yym3217 := z.DecBinary() - _ = yym3217 + yyv3221 := &x.Data + yym3222 := z.DecBinary() + _ = yym3222 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3216), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3221), d) } } - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39988,17 +40043,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj3212++ - if yyhl3212 { - yyb3212 = yyj3212 > l + yyj3217++ + if yyhl3217 { + yyb3217 = yyj3217 > l } else { - yyb3212 = r.CheckBreak() + yyb3217 = r.CheckBreak() } - if yyb3212 { + if yyb3217 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3212-1, "") + z.DecStructFieldNotFound(yyj3217-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40007,8 +40062,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3219 := z.EncBinary() - _ = yym3219 + yym3224 := z.EncBinary() + _ = yym3224 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40020,8 +40075,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3220 := z.DecBinary() - _ = yym3220 + yym3225 := z.DecBinary() + _ = yym3225 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40036,37 +40091,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3221 := z.EncBinary() - _ = yym3221 + yym3226 := z.EncBinary() + _ = yym3226 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3222 := !z.EncBinary() - yy2arr3222 := z.EncBasicHandle().StructToArray - var yyq3222 [4]bool - _, _, _ = yysep3222, yyq3222, yy2arr3222 - const yyr3222 bool = false - yyq3222[0] = x.Kind != "" - yyq3222[1] = x.APIVersion != "" - yyq3222[2] = true - var yynn3222 int - if yyr3222 || yy2arr3222 { + yysep3227 := !z.EncBinary() + yy2arr3227 := z.EncBasicHandle().StructToArray + var yyq3227 [4]bool + _, _, _ = yysep3227, yyq3227, yy2arr3227 + const yyr3227 bool = false + yyq3227[0] = x.Kind != "" + yyq3227[1] = x.APIVersion != "" + yyq3227[2] = true + var yynn3227 int + if yyr3227 || yy2arr3227 { r.EncodeArrayStart(4) } else { - yynn3222 = 1 - for _, b := range yyq3222 { + yynn3227 = 1 + for _, b := range yyq3227 { if b { - yynn3222++ + yynn3227++ } } - r.EncodeMapStart(yynn3222) - yynn3222 = 0 + r.EncodeMapStart(yynn3227) + yynn3227 = 0 } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[0] { - yym3224 := z.EncBinary() - _ = yym3224 + if yyq3227[0] { + yym3229 := z.EncBinary() + _ = yym3229 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40075,23 +40130,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[0] { + if yyq3227[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3225 := z.EncBinary() - _ = yym3225 + yym3230 := z.EncBinary() + _ = yym3230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[1] { - yym3227 := z.EncBinary() - _ = yym3227 + if yyq3227[1] { + yym3232 := z.EncBinary() + _ = yym3232 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40100,54 +40155,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3222[1] { + if yyq3227[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3228 := z.EncBinary() - _ = yym3228 + yym3233 := z.EncBinary() + _ = yym3233 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3222[2] { - yy3230 := &x.ListMeta - yym3231 := z.EncBinary() - _ = yym3231 + if yyq3227[2] { + yy3235 := &x.ListMeta + yym3236 := z.EncBinary() + _ = yym3236 if false { - } else if z.HasExtensions() && z.EncExt(yy3230) { + } else if z.HasExtensions() && z.EncExt(yy3235) { } else { - z.EncFallback(yy3230) + z.EncFallback(yy3235) } } else { r.EncodeNil() } } else { - if yyq3222[2] { + if yyq3227[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3232 := &x.ListMeta - yym3233 := z.EncBinary() - _ = yym3233 + yy3237 := &x.ListMeta + yym3238 := z.EncBinary() + _ = yym3238 if false { - } else if z.HasExtensions() && z.EncExt(yy3232) { + } else if z.HasExtensions() && z.EncExt(yy3237) { } else { - z.EncFallback(yy3232) + z.EncFallback(yy3237) } } } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3235 := z.EncBinary() - _ = yym3235 + yym3240 := z.EncBinary() + _ = yym3240 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -40160,15 +40215,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3236 := z.EncBinary() - _ = yym3236 + yym3241 := z.EncBinary() + _ = yym3241 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40181,25 +40236,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3237 := z.DecBinary() - _ = yym3237 + yym3242 := z.DecBinary() + _ = yym3242 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3238 := r.ContainerType() - if yyct3238 == codecSelferValueTypeMap1234 { - yyl3238 := r.ReadMapStart() - if yyl3238 == 0 { + yyct3243 := r.ContainerType() + if yyct3243 == codecSelferValueTypeMap1234 { + yyl3243 := r.ReadMapStart() + if yyl3243 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3238, d) + x.codecDecodeSelfFromMap(yyl3243, d) } - } else if yyct3238 == codecSelferValueTypeArray1234 { - yyl3238 := r.ReadArrayStart() - if yyl3238 == 0 { + } else if yyct3243 == codecSelferValueTypeArray1234 { + yyl3243 := r.ReadArrayStart() + if yyl3243 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3238, d) + x.codecDecodeSelfFromArray(yyl3243, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40211,12 +40266,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3239Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3239Slc - var yyhl3239 bool = l >= 0 - for yyj3239 := 0; ; yyj3239++ { - if yyhl3239 { - if yyj3239 >= l { + var yys3244Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3244Slc + var yyhl3244 bool = l >= 0 + for yyj3244 := 0; ; yyj3244++ { + if yyhl3244 { + if yyj3244 >= l { break } } else { @@ -40225,10 +40280,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3239Slc = r.DecodeBytes(yys3239Slc, true, true) - yys3239 := string(yys3239Slc) + yys3244Slc = r.DecodeBytes(yys3244Slc, true, true) + yys3244 := string(yys3244Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3239 { + switch yys3244 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40245,31 +40300,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3242 := &x.ListMeta - yym3243 := z.DecBinary() - _ = yym3243 + yyv3247 := &x.ListMeta + yym3248 := z.DecBinary() + _ = yym3248 if false { - } else if z.HasExtensions() && z.DecExt(yyv3242) { + } else if z.HasExtensions() && z.DecExt(yyv3247) { } else { - z.DecFallback(yyv3242, false) + z.DecFallback(yyv3247, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3244 := &x.Items - yym3245 := z.DecBinary() - _ = yym3245 + yyv3249 := &x.Items + yym3250 := z.DecBinary() + _ = yym3250 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3244), d) + h.decSliceSecret((*[]Secret)(yyv3249), d) } } default: - z.DecStructFieldNotFound(-1, yys3239) - } // end switch yys3239 - } // end for yyj3239 + z.DecStructFieldNotFound(-1, yys3244) + } // end switch yys3244 + } // end for yyj3244 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40277,16 +40332,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3246 int - var yyb3246 bool - var yyhl3246 bool = l >= 0 - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l + var yyj3251 int + var yyb3251 bool + var yyhl3251 bool = l >= 0 + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3246 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3246 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40296,13 +40351,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3246 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3246 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40312,13 +40367,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3246 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3246 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40326,22 +40381,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3249 := &x.ListMeta - yym3250 := z.DecBinary() - _ = yym3250 + yyv3254 := &x.ListMeta + yym3255 := z.DecBinary() + _ = yym3255 if false { - } else if z.HasExtensions() && z.DecExt(yyv3249) { + } else if z.HasExtensions() && z.DecExt(yyv3254) { } else { - z.DecFallback(yyv3249, false) + z.DecFallback(yyv3254, false) } } - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3246 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3246 { + if yyb3251 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40349,26 +40404,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3251 := &x.Items - yym3252 := z.DecBinary() - _ = yym3252 + yyv3256 := &x.Items + yym3257 := z.DecBinary() + _ = yym3257 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3251), d) + h.decSliceSecret((*[]Secret)(yyv3256), d) } } for { - yyj3246++ - if yyhl3246 { - yyb3246 = yyj3246 > l + yyj3251++ + if yyhl3251 { + yyb3251 = yyj3251 > l } else { - yyb3246 = r.CheckBreak() + yyb3251 = r.CheckBreak() } - if yyb3246 { + if yyb3251 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3246-1, "") + z.DecStructFieldNotFound(yyj3251-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40377,8 +40432,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3253 := z.EncBinary() - _ = yym3253 + yym3258 := z.EncBinary() + _ = yym3258 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40390,8 +40445,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3254 := z.DecBinary() - _ = yym3254 + yym3259 := z.DecBinary() + _ = yym3259 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40403,8 +40458,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3255 := z.EncBinary() - _ = yym3255 + yym3260 := z.EncBinary() + _ = yym3260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40416,8 +40471,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3256 := z.DecBinary() - _ = yym3256 + yym3261 := z.DecBinary() + _ = yym3261 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40432,32 +40487,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3257 := z.EncBinary() - _ = yym3257 + yym3262 := z.EncBinary() + _ = yym3262 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3258 := !z.EncBinary() - yy2arr3258 := z.EncBasicHandle().StructToArray - var yyq3258 [4]bool - _, _, _ = yysep3258, yyq3258, yy2arr3258 - const yyr3258 bool = false - yyq3258[2] = x.Message != "" - yyq3258[3] = x.Error != "" - var yynn3258 int - if yyr3258 || yy2arr3258 { + yysep3263 := !z.EncBinary() + yy2arr3263 := z.EncBasicHandle().StructToArray + var yyq3263 [4]bool + _, _, _ = yysep3263, yyq3263, yy2arr3263 + const yyr3263 bool = false + yyq3263[2] = x.Message != "" + yyq3263[3] = x.Error != "" + var yynn3263 int + if yyr3263 || yy2arr3263 { r.EncodeArrayStart(4) } else { - yynn3258 = 2 - for _, b := range yyq3258 { + yynn3263 = 2 + for _, b := range yyq3263 { if b { - yynn3258++ + yynn3263++ } } - r.EncodeMapStart(yynn3258) - yynn3258 = 0 + r.EncodeMapStart(yynn3263) + yynn3263 = 0 } - if yyr3258 || yy2arr3258 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40466,7 +40521,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3258 || yy2arr3258 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40475,11 +40530,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3258 || yy2arr3258 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3258[2] { - yym3262 := z.EncBinary() - _ = yym3262 + if yyq3263[2] { + yym3267 := z.EncBinary() + _ = yym3267 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40488,23 +40543,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3258[2] { + if yyq3263[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3263 := z.EncBinary() - _ = yym3263 + yym3268 := z.EncBinary() + _ = yym3268 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3258 || yy2arr3258 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3258[3] { - yym3265 := z.EncBinary() - _ = yym3265 + if yyq3263[3] { + yym3270 := z.EncBinary() + _ = yym3270 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -40513,19 +40568,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3258[3] { + if yyq3263[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3266 := z.EncBinary() - _ = yym3266 + yym3271 := z.EncBinary() + _ = yym3271 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr3258 || yy2arr3258 { + if yyr3263 || yy2arr3263 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40538,25 +40593,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3267 := z.DecBinary() - _ = yym3267 + yym3272 := z.DecBinary() + _ = yym3272 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3268 := r.ContainerType() - if yyct3268 == codecSelferValueTypeMap1234 { - yyl3268 := r.ReadMapStart() - if yyl3268 == 0 { + yyct3273 := r.ContainerType() + if yyct3273 == codecSelferValueTypeMap1234 { + yyl3273 := r.ReadMapStart() + if yyl3273 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3268, d) + x.codecDecodeSelfFromMap(yyl3273, d) } - } else if yyct3268 == codecSelferValueTypeArray1234 { - yyl3268 := r.ReadArrayStart() - if yyl3268 == 0 { + } else if yyct3273 == codecSelferValueTypeArray1234 { + yyl3273 := r.ReadArrayStart() + if yyl3273 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3268, d) + x.codecDecodeSelfFromArray(yyl3273, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40568,12 +40623,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3269Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3269Slc - var yyhl3269 bool = l >= 0 - for yyj3269 := 0; ; yyj3269++ { - if yyhl3269 { - if yyj3269 >= l { + var yys3274Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3274Slc + var yyhl3274 bool = l >= 0 + for yyj3274 := 0; ; yyj3274++ { + if yyhl3274 { + if yyj3274 >= l { break } } else { @@ -40582,10 +40637,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3269Slc = r.DecodeBytes(yys3269Slc, true, true) - yys3269 := string(yys3269Slc) + yys3274Slc = r.DecodeBytes(yys3274Slc, true, true) + yys3274 := string(yys3274Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3269 { + switch yys3274 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40611,9 +40666,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3269) - } // end switch yys3269 - } // end for yyj3269 + z.DecStructFieldNotFound(-1, yys3274) + } // end switch yys3274 + } // end for yyj3274 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40621,16 +40676,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3274 int - var yyb3274 bool - var yyhl3274 bool = l >= 0 - yyj3274++ - if yyhl3274 { - yyb3274 = yyj3274 > l + var yyj3279 int + var yyb3279 bool + var yyhl3279 bool = l >= 0 + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l } else { - yyb3274 = r.CheckBreak() + yyb3279 = r.CheckBreak() } - if yyb3274 { + if yyb3279 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40640,13 +40695,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj3274++ - if yyhl3274 { - yyb3274 = yyj3274 > l + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l } else { - yyb3274 = r.CheckBreak() + yyb3279 = r.CheckBreak() } - if yyb3274 { + if yyb3279 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40656,13 +40711,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3274++ - if yyhl3274 { - yyb3274 = yyj3274 > l + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l } else { - yyb3274 = r.CheckBreak() + yyb3279 = r.CheckBreak() } - if yyb3274 { + if yyb3279 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40672,13 +40727,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj3274++ - if yyhl3274 { - yyb3274 = yyj3274 > l + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l } else { - yyb3274 = r.CheckBreak() + yyb3279 = r.CheckBreak() } - if yyb3274 { + if yyb3279 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40689,17 +40744,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj3274++ - if yyhl3274 { - yyb3274 = yyj3274 > l + yyj3279++ + if yyhl3279 { + yyb3279 = yyj3279 > l } else { - yyb3274 = r.CheckBreak() + yyb3279 = r.CheckBreak() } - if yyb3274 { + if yyb3279 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3274-1, "") + z.DecStructFieldNotFound(yyj3279-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40711,38 +40766,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3279 := z.EncBinary() - _ = yym3279 + yym3284 := z.EncBinary() + _ = yym3284 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3280 := !z.EncBinary() - yy2arr3280 := z.EncBasicHandle().StructToArray - var yyq3280 [4]bool - _, _, _ = yysep3280, yyq3280, yy2arr3280 - const yyr3280 bool = false - yyq3280[0] = x.Kind != "" - yyq3280[1] = x.APIVersion != "" - yyq3280[2] = true - yyq3280[3] = len(x.Conditions) != 0 - var yynn3280 int - if yyr3280 || yy2arr3280 { + yysep3285 := !z.EncBinary() + yy2arr3285 := z.EncBasicHandle().StructToArray + var yyq3285 [4]bool + _, _, _ = yysep3285, yyq3285, yy2arr3285 + const yyr3285 bool = false + yyq3285[0] = x.Kind != "" + yyq3285[1] = x.APIVersion != "" + yyq3285[2] = true + yyq3285[3] = len(x.Conditions) != 0 + var yynn3285 int + if yyr3285 || yy2arr3285 { r.EncodeArrayStart(4) } else { - yynn3280 = 0 - for _, b := range yyq3280 { + yynn3285 = 0 + for _, b := range yyq3285 { if b { - yynn3280++ + yynn3285++ } } - r.EncodeMapStart(yynn3280) - yynn3280 = 0 + r.EncodeMapStart(yynn3285) + yynn3285 = 0 } - if yyr3280 || yy2arr3280 { + if yyr3285 || yy2arr3285 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3280[0] { - yym3282 := z.EncBinary() - _ = yym3282 + if yyq3285[0] { + yym3287 := z.EncBinary() + _ = yym3287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40751,23 +40806,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3280[0] { + if yyq3285[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3283 := z.EncBinary() - _ = yym3283 + yym3288 := z.EncBinary() + _ = yym3288 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3280 || yy2arr3280 { + if yyr3285 || yy2arr3285 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3280[1] { - yym3285 := z.EncBinary() - _ = yym3285 + if yyq3285[1] { + yym3290 := z.EncBinary() + _ = yym3290 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40776,43 +40831,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3280[1] { + if yyq3285[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3286 := z.EncBinary() - _ = yym3286 + yym3291 := z.EncBinary() + _ = yym3291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3280 || yy2arr3280 { + if yyr3285 || yy2arr3285 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3280[2] { - yy3288 := &x.ObjectMeta - yy3288.CodecEncodeSelf(e) + if yyq3285[2] { + yy3293 := &x.ObjectMeta + yy3293.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3280[2] { + if yyq3285[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3289 := &x.ObjectMeta - yy3289.CodecEncodeSelf(e) + yy3294 := &x.ObjectMeta + yy3294.CodecEncodeSelf(e) } } - if yyr3280 || yy2arr3280 { + if yyr3285 || yy2arr3285 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3280[3] { + if yyq3285[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3291 := z.EncBinary() - _ = yym3291 + yym3296 := z.EncBinary() + _ = yym3296 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -40822,15 +40877,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3280[3] { + if yyq3285[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3292 := z.EncBinary() - _ = yym3292 + yym3297 := z.EncBinary() + _ = yym3297 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -40838,7 +40893,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3280 || yy2arr3280 { + if yyr3285 || yy2arr3285 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40851,25 +40906,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3293 := z.DecBinary() - _ = yym3293 + yym3298 := z.DecBinary() + _ = yym3298 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3294 := r.ContainerType() - if yyct3294 == codecSelferValueTypeMap1234 { - yyl3294 := r.ReadMapStart() - if yyl3294 == 0 { + yyct3299 := r.ContainerType() + if yyct3299 == codecSelferValueTypeMap1234 { + yyl3299 := r.ReadMapStart() + if yyl3299 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3294, d) + x.codecDecodeSelfFromMap(yyl3299, d) } - } else if yyct3294 == codecSelferValueTypeArray1234 { - yyl3294 := r.ReadArrayStart() - if yyl3294 == 0 { + } else if yyct3299 == codecSelferValueTypeArray1234 { + yyl3299 := r.ReadArrayStart() + if yyl3299 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3294, d) + x.codecDecodeSelfFromArray(yyl3299, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40881,12 +40936,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3295Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3295Slc - var yyhl3295 bool = l >= 0 - for yyj3295 := 0; ; yyj3295++ { - if yyhl3295 { - if yyj3295 >= l { + var yys3300Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3300Slc + var yyhl3300 bool = l >= 0 + for yyj3300 := 0; ; yyj3300++ { + if yyhl3300 { + if yyj3300 >= l { break } } else { @@ -40895,10 +40950,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3295Slc = r.DecodeBytes(yys3295Slc, true, true) - yys3295 := string(yys3295Slc) + yys3300Slc = r.DecodeBytes(yys3300Slc, true, true) + yys3300 := string(yys3300Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3295 { + switch yys3300 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40915,25 +40970,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3298 := &x.ObjectMeta - yyv3298.CodecDecodeSelf(d) + yyv3303 := &x.ObjectMeta + yyv3303.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3299 := &x.Conditions - yym3300 := z.DecBinary() - _ = yym3300 + yyv3304 := &x.Conditions + yym3305 := z.DecBinary() + _ = yym3305 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3299), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3304), d) } } default: - z.DecStructFieldNotFound(-1, yys3295) - } // end switch yys3295 - } // end for yyj3295 + z.DecStructFieldNotFound(-1, yys3300) + } // end switch yys3300 + } // end for yyj3300 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40941,16 +40996,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3301 int - var yyb3301 bool - var yyhl3301 bool = l >= 0 - yyj3301++ - if yyhl3301 { - yyb3301 = yyj3301 > l + var yyj3306 int + var yyb3306 bool + var yyhl3306 bool = l >= 0 + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3301 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3301 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40960,13 +41015,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3301++ - if yyhl3301 { - yyb3301 = yyj3301 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3301 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3301 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40976,13 +41031,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3301++ - if yyhl3301 { - yyb3301 = yyj3301 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3301 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3301 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40990,16 +41045,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3304 := &x.ObjectMeta - yyv3304.CodecDecodeSelf(d) + yyv3309 := &x.ObjectMeta + yyv3309.CodecDecodeSelf(d) } - yyj3301++ - if yyhl3301 { - yyb3301 = yyj3301 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3301 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3301 { + if yyb3306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41007,26 +41062,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3305 := &x.Conditions - yym3306 := z.DecBinary() - _ = yym3306 + yyv3310 := &x.Conditions + yym3311 := z.DecBinary() + _ = yym3311 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3305), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3310), d) } } for { - yyj3301++ - if yyhl3301 { - yyb3301 = yyj3301 > l + yyj3306++ + if yyhl3306 { + yyb3306 = yyj3306 > l } else { - yyb3301 = r.CheckBreak() + yyb3306 = r.CheckBreak() } - if yyb3301 { + if yyb3306 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3301-1, "") + z.DecStructFieldNotFound(yyj3306-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41038,37 +41093,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3307 := z.EncBinary() - _ = yym3307 + yym3312 := z.EncBinary() + _ = yym3312 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3308 := !z.EncBinary() - yy2arr3308 := z.EncBasicHandle().StructToArray - var yyq3308 [4]bool - _, _, _ = yysep3308, yyq3308, yy2arr3308 - const yyr3308 bool = false - yyq3308[0] = x.Kind != "" - yyq3308[1] = x.APIVersion != "" - yyq3308[2] = true - var yynn3308 int - if yyr3308 || yy2arr3308 { + yysep3313 := !z.EncBinary() + yy2arr3313 := z.EncBasicHandle().StructToArray + var yyq3313 [4]bool + _, _, _ = yysep3313, yyq3313, yy2arr3313 + const yyr3313 bool = false + yyq3313[0] = x.Kind != "" + yyq3313[1] = x.APIVersion != "" + yyq3313[2] = true + var yynn3313 int + if yyr3313 || yy2arr3313 { r.EncodeArrayStart(4) } else { - yynn3308 = 1 - for _, b := range yyq3308 { + yynn3313 = 1 + for _, b := range yyq3313 { if b { - yynn3308++ + yynn3313++ } } - r.EncodeMapStart(yynn3308) - yynn3308 = 0 + r.EncodeMapStart(yynn3313) + yynn3313 = 0 } - if yyr3308 || yy2arr3308 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3308[0] { - yym3310 := z.EncBinary() - _ = yym3310 + if yyq3313[0] { + yym3315 := z.EncBinary() + _ = yym3315 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41077,23 +41132,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3308[0] { + if yyq3313[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3311 := z.EncBinary() - _ = yym3311 + yym3316 := z.EncBinary() + _ = yym3316 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3308 || yy2arr3308 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3308[1] { - yym3313 := z.EncBinary() - _ = yym3313 + if yyq3313[1] { + yym3318 := z.EncBinary() + _ = yym3318 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41102,54 +41157,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3308[1] { + if yyq3313[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3314 := z.EncBinary() - _ = yym3314 + yym3319 := z.EncBinary() + _ = yym3319 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3308 || yy2arr3308 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3308[2] { - yy3316 := &x.ListMeta - yym3317 := z.EncBinary() - _ = yym3317 + if yyq3313[2] { + yy3321 := &x.ListMeta + yym3322 := z.EncBinary() + _ = yym3322 if false { - } else if z.HasExtensions() && z.EncExt(yy3316) { + } else if z.HasExtensions() && z.EncExt(yy3321) { } else { - z.EncFallback(yy3316) + z.EncFallback(yy3321) } } else { r.EncodeNil() } } else { - if yyq3308[2] { + if yyq3313[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3318 := &x.ListMeta - yym3319 := z.EncBinary() - _ = yym3319 + yy3323 := &x.ListMeta + yym3324 := z.EncBinary() + _ = yym3324 if false { - } else if z.HasExtensions() && z.EncExt(yy3318) { + } else if z.HasExtensions() && z.EncExt(yy3323) { } else { - z.EncFallback(yy3318) + z.EncFallback(yy3323) } } } - if yyr3308 || yy2arr3308 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3321 := z.EncBinary() - _ = yym3321 + yym3326 := z.EncBinary() + _ = yym3326 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -41162,15 +41217,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3322 := z.EncBinary() - _ = yym3322 + yym3327 := z.EncBinary() + _ = yym3327 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr3308 || yy2arr3308 { + if yyr3313 || yy2arr3313 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41183,25 +41238,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3323 := z.DecBinary() - _ = yym3323 + yym3328 := z.DecBinary() + _ = yym3328 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3324 := r.ContainerType() - if yyct3324 == codecSelferValueTypeMap1234 { - yyl3324 := r.ReadMapStart() - if yyl3324 == 0 { + yyct3329 := r.ContainerType() + if yyct3329 == codecSelferValueTypeMap1234 { + yyl3329 := r.ReadMapStart() + if yyl3329 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3324, d) + x.codecDecodeSelfFromMap(yyl3329, d) } - } else if yyct3324 == codecSelferValueTypeArray1234 { - yyl3324 := r.ReadArrayStart() - if yyl3324 == 0 { + } else if yyct3329 == codecSelferValueTypeArray1234 { + yyl3329 := r.ReadArrayStart() + if yyl3329 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3324, d) + x.codecDecodeSelfFromArray(yyl3329, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41213,12 +41268,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3325Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3325Slc - var yyhl3325 bool = l >= 0 - for yyj3325 := 0; ; yyj3325++ { - if yyhl3325 { - if yyj3325 >= l { + var yys3330Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3330Slc + var yyhl3330 bool = l >= 0 + for yyj3330 := 0; ; yyj3330++ { + if yyhl3330 { + if yyj3330 >= l { break } } else { @@ -41227,10 +41282,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3325Slc = r.DecodeBytes(yys3325Slc, true, true) - yys3325 := string(yys3325Slc) + yys3330Slc = r.DecodeBytes(yys3330Slc, true, true) + yys3330 := string(yys3330Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3325 { + switch yys3330 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41247,31 +41302,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3328 := &x.ListMeta - yym3329 := z.DecBinary() - _ = yym3329 + yyv3333 := &x.ListMeta + yym3334 := z.DecBinary() + _ = yym3334 if false { - } else if z.HasExtensions() && z.DecExt(yyv3328) { + } else if z.HasExtensions() && z.DecExt(yyv3333) { } else { - z.DecFallback(yyv3328, false) + z.DecFallback(yyv3333, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3330 := &x.Items - yym3331 := z.DecBinary() - _ = yym3331 + yyv3335 := &x.Items + yym3336 := z.DecBinary() + _ = yym3336 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3330), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3335), d) } } default: - z.DecStructFieldNotFound(-1, yys3325) - } // end switch yys3325 - } // end for yyj3325 + z.DecStructFieldNotFound(-1, yys3330) + } // end switch yys3330 + } // end for yyj3330 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41279,16 +41334,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3332 int - var yyb3332 bool - var yyhl3332 bool = l >= 0 - yyj3332++ - if yyhl3332 { - yyb3332 = yyj3332 > l + var yyj3337 int + var yyb3337 bool + var yyhl3337 bool = l >= 0 + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3332 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3332 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41298,13 +41353,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3332++ - if yyhl3332 { - yyb3332 = yyj3332 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3332 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3332 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41314,13 +41369,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3332++ - if yyhl3332 { - yyb3332 = yyj3332 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3332 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3332 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41328,22 +41383,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3335 := &x.ListMeta - yym3336 := z.DecBinary() - _ = yym3336 + yyv3340 := &x.ListMeta + yym3341 := z.DecBinary() + _ = yym3341 if false { - } else if z.HasExtensions() && z.DecExt(yyv3335) { + } else if z.HasExtensions() && z.DecExt(yyv3340) { } else { - z.DecFallback(yyv3335, false) + z.DecFallback(yyv3340, false) } } - yyj3332++ - if yyhl3332 { - yyb3332 = yyj3332 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3332 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3332 { + if yyb3337 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41351,26 +41406,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3337 := &x.Items - yym3338 := z.DecBinary() - _ = yym3338 + yyv3342 := &x.Items + yym3343 := z.DecBinary() + _ = yym3343 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3337), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3342), d) } } for { - yyj3332++ - if yyhl3332 { - yyb3332 = yyj3332 > l + yyj3337++ + if yyhl3337 { + yyb3337 = yyj3337 > l } else { - yyb3332 = r.CheckBreak() + yyb3337 = r.CheckBreak() } - if yyb3332 { + if yyb3337 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3332-1, "") + z.DecStructFieldNotFound(yyj3337-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41382,37 +41437,37 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3339 := z.EncBinary() - _ = yym3339 + yym3344 := z.EncBinary() + _ = yym3344 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3340 := !z.EncBinary() - yy2arr3340 := z.EncBasicHandle().StructToArray - var yyq3340 [5]bool - _, _, _ = yysep3340, yyq3340, yy2arr3340 - const yyr3340 bool = false - yyq3340[0] = x.Capabilities != nil - yyq3340[1] = x.Privileged != nil - yyq3340[2] = x.SELinuxOptions != nil - yyq3340[3] = x.RunAsUser != nil - yyq3340[4] = x.RunAsNonRoot != nil - var yynn3340 int - if yyr3340 || yy2arr3340 { + yysep3345 := !z.EncBinary() + yy2arr3345 := z.EncBasicHandle().StructToArray + var yyq3345 [5]bool + _, _, _ = yysep3345, yyq3345, yy2arr3345 + const yyr3345 bool = false + yyq3345[0] = x.Capabilities != nil + yyq3345[1] = x.Privileged != nil + yyq3345[2] = x.SELinuxOptions != nil + yyq3345[3] = x.RunAsUser != nil + yyq3345[4] = x.RunAsNonRoot != nil + var yynn3345 int + if yyr3345 || yy2arr3345 { r.EncodeArrayStart(5) } else { - yynn3340 = 0 - for _, b := range yyq3340 { + yynn3345 = 0 + for _, b := range yyq3345 { if b { - yynn3340++ + yynn3345++ } } - r.EncodeMapStart(yynn3340) - yynn3340 = 0 + r.EncodeMapStart(yynn3345) + yynn3345 = 0 } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3340[0] { + if yyq3345[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -41422,7 +41477,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3340[0] { + if yyq3345[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41433,44 +41488,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3340[1] { + if yyq3345[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy3343 := *x.Privileged - yym3344 := z.EncBinary() - _ = yym3344 + yy3348 := *x.Privileged + yym3349 := z.EncBinary() + _ = yym3349 if false { } else { - r.EncodeBool(bool(yy3343)) + r.EncodeBool(bool(yy3348)) } } } else { r.EncodeNil() } } else { - if yyq3340[1] { + if yyq3345[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy3345 := *x.Privileged - yym3346 := z.EncBinary() - _ = yym3346 + yy3350 := *x.Privileged + yym3351 := z.EncBinary() + _ = yym3351 if false { } else { - r.EncodeBool(bool(yy3345)) + r.EncodeBool(bool(yy3350)) } } } } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3340[2] { + if yyq3345[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -41480,7 +41535,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3340[2] { + if yyq3345[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41491,77 +41546,77 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3340[3] { + if yyq3345[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy3349 := *x.RunAsUser - yym3350 := z.EncBinary() - _ = yym3350 + yy3354 := *x.RunAsUser + yym3355 := z.EncBinary() + _ = yym3355 if false { } else { - r.EncodeInt(int64(yy3349)) + r.EncodeInt(int64(yy3354)) } } } else { r.EncodeNil() } } else { - if yyq3340[3] { + if yyq3345[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy3351 := *x.RunAsUser - yym3352 := z.EncBinary() - _ = yym3352 + yy3356 := *x.RunAsUser + yym3357 := z.EncBinary() + _ = yym3357 if false { } else { - r.EncodeInt(int64(yy3351)) + r.EncodeInt(int64(yy3356)) } } } } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3340[4] { + if yyq3345[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3354 := *x.RunAsNonRoot - yym3355 := z.EncBinary() - _ = yym3355 + yy3359 := *x.RunAsNonRoot + yym3360 := z.EncBinary() + _ = yym3360 if false { } else { - r.EncodeBool(bool(yy3354)) + r.EncodeBool(bool(yy3359)) } } } else { r.EncodeNil() } } else { - if yyq3340[4] { + if yyq3345[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3356 := *x.RunAsNonRoot - yym3357 := z.EncBinary() - _ = yym3357 + yy3361 := *x.RunAsNonRoot + yym3362 := z.EncBinary() + _ = yym3362 if false { } else { - r.EncodeBool(bool(yy3356)) + r.EncodeBool(bool(yy3361)) } } } } - if yyr3340 || yy2arr3340 { + if yyr3345 || yy2arr3345 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41574,25 +41629,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3358 := z.DecBinary() - _ = yym3358 + yym3363 := z.DecBinary() + _ = yym3363 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3359 := r.ContainerType() - if yyct3359 == codecSelferValueTypeMap1234 { - yyl3359 := r.ReadMapStart() - if yyl3359 == 0 { + yyct3364 := r.ContainerType() + if yyct3364 == codecSelferValueTypeMap1234 { + yyl3364 := r.ReadMapStart() + if yyl3364 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3359, d) + x.codecDecodeSelfFromMap(yyl3364, d) } - } else if yyct3359 == codecSelferValueTypeArray1234 { - yyl3359 := r.ReadArrayStart() - if yyl3359 == 0 { + } else if yyct3364 == codecSelferValueTypeArray1234 { + yyl3364 := r.ReadArrayStart() + if yyl3364 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3359, d) + x.codecDecodeSelfFromArray(yyl3364, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41604,12 +41659,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3360Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3360Slc - var yyhl3360 bool = l >= 0 - for yyj3360 := 0; ; yyj3360++ { - if yyhl3360 { - if yyj3360 >= l { + var yys3365Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3365Slc + var yyhl3365 bool = l >= 0 + for yyj3365 := 0; ; yyj3365++ { + if yyhl3365 { + if yyj3365 >= l { break } } else { @@ -41618,10 +41673,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3360Slc = r.DecodeBytes(yys3360Slc, true, true) - yys3360 := string(yys3360Slc) + yys3365Slc = r.DecodeBytes(yys3365Slc, true, true) + yys3365 := string(yys3365Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3360 { + switch yys3365 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -41642,8 +41697,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym3363 := z.DecBinary() - _ = yym3363 + yym3368 := z.DecBinary() + _ = yym3368 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -41669,8 +41724,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3366 := z.DecBinary() - _ = yym3366 + yym3371 := z.DecBinary() + _ = yym3371 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -41685,17 +41740,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3368 := z.DecBinary() - _ = yym3368 + yym3373 := z.DecBinary() + _ = yym3373 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3360) - } // end switch yys3360 - } // end for yyj3360 + z.DecStructFieldNotFound(-1, yys3365) + } // end switch yys3365 + } // end for yyj3365 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41703,16 +41758,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3369 int - var yyb3369 bool - var yyhl3369 bool = l >= 0 - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + var yyj3374 int + var yyb3374 bool + var yyhl3374 bool = l >= 0 + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41727,13 +41782,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41746,20 +41801,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym3372 := z.DecBinary() - _ = yym3372 + yym3377 := z.DecBinary() + _ = yym3377 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41774,13 +41829,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41793,20 +41848,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3375 := z.DecBinary() - _ = yym3375 + yym3380 := z.DecBinary() + _ = yym3380 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41819,25 +41874,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3377 := z.DecBinary() - _ = yym3377 + yym3382 := z.DecBinary() + _ = yym3382 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } for { - yyj3369++ - if yyhl3369 { - yyb3369 = yyj3369 > l + yyj3374++ + if yyhl3374 { + yyb3374 = yyj3374 > l } else { - yyb3369 = r.CheckBreak() + yyb3374 = r.CheckBreak() } - if yyb3369 { + if yyb3374 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3369-1, "") + z.DecStructFieldNotFound(yyj3374-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41849,38 +41904,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3378 := z.EncBinary() - _ = yym3378 + yym3383 := z.EncBinary() + _ = yym3383 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3379 := !z.EncBinary() - yy2arr3379 := z.EncBasicHandle().StructToArray - var yyq3379 [4]bool - _, _, _ = yysep3379, yyq3379, yy2arr3379 - const yyr3379 bool = false - yyq3379[0] = x.User != "" - yyq3379[1] = x.Role != "" - yyq3379[2] = x.Type != "" - yyq3379[3] = x.Level != "" - var yynn3379 int - if yyr3379 || yy2arr3379 { + yysep3384 := !z.EncBinary() + yy2arr3384 := z.EncBasicHandle().StructToArray + var yyq3384 [4]bool + _, _, _ = yysep3384, yyq3384, yy2arr3384 + const yyr3384 bool = false + yyq3384[0] = x.User != "" + yyq3384[1] = x.Role != "" + yyq3384[2] = x.Type != "" + yyq3384[3] = x.Level != "" + var yynn3384 int + if yyr3384 || yy2arr3384 { r.EncodeArrayStart(4) } else { - yynn3379 = 0 - for _, b := range yyq3379 { + yynn3384 = 0 + for _, b := range yyq3384 { if b { - yynn3379++ + yynn3384++ } } - r.EncodeMapStart(yynn3379) - yynn3379 = 0 + r.EncodeMapStart(yynn3384) + yynn3384 = 0 } - if yyr3379 || yy2arr3379 { + if yyr3384 || yy2arr3384 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[0] { - yym3381 := z.EncBinary() - _ = yym3381 + if yyq3384[0] { + yym3386 := z.EncBinary() + _ = yym3386 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -41889,74 +41944,74 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3379[0] { + if yyq3384[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3382 := z.EncBinary() - _ = yym3382 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr3379 || yy2arr3379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[1] { - yym3384 := z.EncBinary() - _ = yym3384 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3379[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3385 := z.EncBinary() - _ = yym3385 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr3379 || yy2arr3379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[2] { yym3387 := z.EncBinary() _ = yym3387 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr3384 || yy2arr3384 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3384[1] { + yym3389 := z.EncBinary() + _ = yym3389 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3379[2] { + if yyq3384[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) + r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3388 := z.EncBinary() - _ = yym3388 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr3379 || yy2arr3379 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3379[3] { yym3390 := z.EncBinary() _ = yym3390 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr3384 || yy2arr3384 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3384[2] { + yym3392 := z.EncBinary() + _ = yym3392 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3384[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3393 := z.EncBinary() + _ = yym3393 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr3384 || yy2arr3384 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3384[3] { + yym3395 := z.EncBinary() + _ = yym3395 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } @@ -41964,19 +42019,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3379[3] { + if yyq3384[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3391 := z.EncBinary() - _ = yym3391 + yym3396 := z.EncBinary() + _ = yym3396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr3379 || yy2arr3379 { + if yyr3384 || yy2arr3384 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41989,25 +42044,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3392 := z.DecBinary() - _ = yym3392 + yym3397 := z.DecBinary() + _ = yym3397 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3393 := r.ContainerType() - if yyct3393 == codecSelferValueTypeMap1234 { - yyl3393 := r.ReadMapStart() - if yyl3393 == 0 { + yyct3398 := r.ContainerType() + if yyct3398 == codecSelferValueTypeMap1234 { + yyl3398 := r.ReadMapStart() + if yyl3398 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3393, d) + x.codecDecodeSelfFromMap(yyl3398, d) } - } else if yyct3393 == codecSelferValueTypeArray1234 { - yyl3393 := r.ReadArrayStart() - if yyl3393 == 0 { + } else if yyct3398 == codecSelferValueTypeArray1234 { + yyl3398 := r.ReadArrayStart() + if yyl3398 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3393, d) + x.codecDecodeSelfFromArray(yyl3398, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42019,12 +42074,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3394Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3394Slc - var yyhl3394 bool = l >= 0 - for yyj3394 := 0; ; yyj3394++ { - if yyhl3394 { - if yyj3394 >= l { + var yys3399Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3399Slc + var yyhl3399 bool = l >= 0 + for yyj3399 := 0; ; yyj3399++ { + if yyhl3399 { + if yyj3399 >= l { break } } else { @@ -42033,10 +42088,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3394Slc = r.DecodeBytes(yys3394Slc, true, true) - yys3394 := string(yys3394Slc) + yys3399Slc = r.DecodeBytes(yys3399Slc, true, true) + yys3399 := string(yys3399Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3394 { + switch yys3399 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -42062,9 +42117,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3394) - } // end switch yys3394 - } // end for yyj3394 + z.DecStructFieldNotFound(-1, yys3399) + } // end switch yys3399 + } // end for yyj3399 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42072,16 +42127,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3399 int - var yyb3399 bool - var yyhl3399 bool = l >= 0 - yyj3399++ - if yyhl3399 { - yyb3399 = yyj3399 > l + var yyj3404 int + var yyb3404 bool + var yyhl3404 bool = l >= 0 + yyj3404++ + if yyhl3404 { + yyb3404 = yyj3404 > l } else { - yyb3399 = r.CheckBreak() + yyb3404 = r.CheckBreak() } - if yyb3399 { + if yyb3404 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42091,13 +42146,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj3399++ - if yyhl3399 { - yyb3399 = yyj3399 > l + yyj3404++ + if yyhl3404 { + yyb3404 = yyj3404 > l } else { - yyb3399 = r.CheckBreak() + yyb3404 = r.CheckBreak() } - if yyb3399 { + if yyb3404 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42107,13 +42162,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj3399++ - if yyhl3399 { - yyb3399 = yyj3399 > l + yyj3404++ + if yyhl3404 { + yyb3404 = yyj3404 > l } else { - yyb3399 = r.CheckBreak() + yyb3404 = r.CheckBreak() } - if yyb3399 { + if yyb3404 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42123,13 +42178,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj3399++ - if yyhl3399 { - yyb3399 = yyj3399 > l + yyj3404++ + if yyhl3404 { + yyb3404 = yyj3404 > l } else { - yyb3399 = r.CheckBreak() + yyb3404 = r.CheckBreak() } - if yyb3399 { + if yyb3404 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42140,17 +42195,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj3399++ - if yyhl3399 { - yyb3399 = yyj3399 > l + yyj3404++ + if yyhl3404 { + yyb3404 = yyj3404 > l } else { - yyb3399 = r.CheckBreak() + yyb3404 = r.CheckBreak() } - if yyb3399 { + if yyb3404 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3399-1, "") + z.DecStructFieldNotFound(yyj3404-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42162,37 +42217,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3404 := z.EncBinary() - _ = yym3404 + yym3409 := z.EncBinary() + _ = yym3409 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3405 := !z.EncBinary() - yy2arr3405 := z.EncBasicHandle().StructToArray - var yyq3405 [5]bool - _, _, _ = yysep3405, yyq3405, yy2arr3405 - const yyr3405 bool = false - yyq3405[0] = x.Kind != "" - yyq3405[1] = x.APIVersion != "" - yyq3405[2] = true - var yynn3405 int - if yyr3405 || yy2arr3405 { + yysep3410 := !z.EncBinary() + yy2arr3410 := z.EncBasicHandle().StructToArray + var yyq3410 [5]bool + _, _, _ = yysep3410, yyq3410, yy2arr3410 + const yyr3410 bool = false + yyq3410[0] = x.Kind != "" + yyq3410[1] = x.APIVersion != "" + yyq3410[2] = true + var yynn3410 int + if yyr3410 || yy2arr3410 { r.EncodeArrayStart(5) } else { - yynn3405 = 2 - for _, b := range yyq3405 { + yynn3410 = 2 + for _, b := range yyq3410 { if b { - yynn3405++ + yynn3410++ } } - r.EncodeMapStart(yynn3405) - yynn3405 = 0 + r.EncodeMapStart(yynn3410) + yynn3410 = 0 } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3405[0] { - yym3407 := z.EncBinary() - _ = yym3407 + if yyq3410[0] { + yym3412 := z.EncBinary() + _ = yym3412 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42201,23 +42256,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3405[0] { + if yyq3410[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3408 := z.EncBinary() - _ = yym3408 + yym3413 := z.EncBinary() + _ = yym3413 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3405[1] { - yym3410 := z.EncBinary() - _ = yym3410 + if yyq3410[1] { + yym3415 := z.EncBinary() + _ = yym3415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42226,39 +42281,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3405[1] { + if yyq3410[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3411 := z.EncBinary() - _ = yym3411 + yym3416 := z.EncBinary() + _ = yym3416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3405[2] { - yy3413 := &x.ObjectMeta - yy3413.CodecEncodeSelf(e) + if yyq3410[2] { + yy3418 := &x.ObjectMeta + yy3418.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3405[2] { + if yyq3410[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3414 := &x.ObjectMeta - yy3414.CodecEncodeSelf(e) + yy3419 := &x.ObjectMeta + yy3419.CodecEncodeSelf(e) } } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3416 := z.EncBinary() - _ = yym3416 + yym3421 := z.EncBinary() + _ = yym3421 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -42267,20 +42322,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3417 := z.EncBinary() - _ = yym3417 + yym3422 := z.EncBinary() + _ = yym3422 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym3419 := z.EncBinary() - _ = yym3419 + yym3424 := z.EncBinary() + _ = yym3424 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -42293,15 +42348,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym3420 := z.EncBinary() - _ = yym3420 + yym3425 := z.EncBinary() + _ = yym3425 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr3405 || yy2arr3405 { + if yyr3410 || yy2arr3410 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42314,25 +42369,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3421 := z.DecBinary() - _ = yym3421 + yym3426 := z.DecBinary() + _ = yym3426 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3422 := r.ContainerType() - if yyct3422 == codecSelferValueTypeMap1234 { - yyl3422 := r.ReadMapStart() - if yyl3422 == 0 { + yyct3427 := r.ContainerType() + if yyct3427 == codecSelferValueTypeMap1234 { + yyl3427 := r.ReadMapStart() + if yyl3427 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3422, d) + x.codecDecodeSelfFromMap(yyl3427, d) } - } else if yyct3422 == codecSelferValueTypeArray1234 { - yyl3422 := r.ReadArrayStart() - if yyl3422 == 0 { + } else if yyct3427 == codecSelferValueTypeArray1234 { + yyl3427 := r.ReadArrayStart() + if yyl3427 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3422, d) + x.codecDecodeSelfFromArray(yyl3427, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42344,12 +42399,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3423Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3423Slc - var yyhl3423 bool = l >= 0 - for yyj3423 := 0; ; yyj3423++ { - if yyhl3423 { - if yyj3423 >= l { + var yys3428Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3428Slc + var yyhl3428 bool = l >= 0 + for yyj3428 := 0; ; yyj3428++ { + if yyhl3428 { + if yyj3428 >= l { break } } else { @@ -42358,10 +42413,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3423Slc = r.DecodeBytes(yys3423Slc, true, true) - yys3423 := string(yys3423Slc) + yys3428Slc = r.DecodeBytes(yys3428Slc, true, true) + yys3428 := string(yys3428Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3423 { + switch yys3428 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42378,8 +42433,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3426 := &x.ObjectMeta - yyv3426.CodecDecodeSelf(d) + yyv3431 := &x.ObjectMeta + yyv3431.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -42391,18 +42446,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3428 := &x.Data - yym3429 := z.DecBinary() - _ = yym3429 + yyv3433 := &x.Data + yym3434 := z.DecBinary() + _ = yym3434 if false { } else { - *yyv3428 = r.DecodeBytes(*(*[]byte)(yyv3428), false, false) + *yyv3433 = r.DecodeBytes(*(*[]byte)(yyv3433), false, false) } } default: - z.DecStructFieldNotFound(-1, yys3423) - } // end switch yys3423 - } // end for yyj3423 + z.DecStructFieldNotFound(-1, yys3428) + } // end switch yys3428 + } // end for yyj3428 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42410,16 +42465,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3430 int - var yyb3430 bool - var yyhl3430 bool = l >= 0 - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + var yyj3435 int + var yyb3435 bool + var yyhl3435 bool = l >= 0 + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42429,13 +42484,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42445,13 +42500,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42459,16 +42514,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3433 := &x.ObjectMeta - yyv3433.CodecDecodeSelf(d) + yyv3438 := &x.ObjectMeta + yyv3438.CodecDecodeSelf(d) } - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42478,13 +42533,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42492,26 +42547,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3435 := &x.Data - yym3436 := z.DecBinary() - _ = yym3436 + yyv3440 := &x.Data + yym3441 := z.DecBinary() + _ = yym3441 if false { } else { - *yyv3435 = r.DecodeBytes(*(*[]byte)(yyv3435), false, false) + *yyv3440 = r.DecodeBytes(*(*[]byte)(yyv3440), false, false) } } for { - yyj3430++ - if yyhl3430 { - yyb3430 = yyj3430 > l + yyj3435++ + if yyhl3435 { + yyb3435 = yyj3435 > l } else { - yyb3430 = r.CheckBreak() + yyb3435 = r.CheckBreak() } - if yyb3430 { + if yyb3435 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3430-1, "") + z.DecStructFieldNotFound(yyj3435-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42521,9 +42576,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3437 := range v { + for _, yyv3442 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3437.CodecEncodeSelf(e) + yyv3442.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42533,75 +42588,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3438 := *v - yyh3438, yyl3438 := z.DecSliceHelperStart() - var yyc3438 bool - if yyl3438 == 0 { - if yyv3438 == nil { - yyv3438 = []PersistentVolumeAccessMode{} - yyc3438 = true - } else if len(yyv3438) != 0 { - yyv3438 = yyv3438[:0] - yyc3438 = true + yyv3443 := *v + yyh3443, yyl3443 := z.DecSliceHelperStart() + var yyc3443 bool + if yyl3443 == 0 { + if yyv3443 == nil { + yyv3443 = []PersistentVolumeAccessMode{} + yyc3443 = true + } else if len(yyv3443) != 0 { + yyv3443 = yyv3443[:0] + yyc3443 = true } - } else if yyl3438 > 0 { - var yyrr3438, yyrl3438 int - var yyrt3438 bool - if yyl3438 > cap(yyv3438) { + } else if yyl3443 > 0 { + var yyrr3443, yyrl3443 int + var yyrt3443 bool + if yyl3443 > cap(yyv3443) { - yyrl3438, yyrt3438 = z.DecInferLen(yyl3438, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3438 { - if yyrl3438 <= cap(yyv3438) { - yyv3438 = yyv3438[:yyrl3438] + yyrl3443, yyrt3443 = z.DecInferLen(yyl3443, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3443 { + if yyrl3443 <= cap(yyv3443) { + yyv3443 = yyv3443[:yyrl3443] } else { - yyv3438 = make([]PersistentVolumeAccessMode, yyrl3438) + yyv3443 = make([]PersistentVolumeAccessMode, yyrl3443) } } else { - yyv3438 = make([]PersistentVolumeAccessMode, yyrl3438) + yyv3443 = make([]PersistentVolumeAccessMode, yyrl3443) } - yyc3438 = true - yyrr3438 = len(yyv3438) - } else if yyl3438 != len(yyv3438) { - yyv3438 = yyv3438[:yyl3438] - yyc3438 = true + yyc3443 = true + yyrr3443 = len(yyv3443) + } else if yyl3443 != len(yyv3443) { + yyv3443 = yyv3443[:yyl3443] + yyc3443 = true } - yyj3438 := 0 - for ; yyj3438 < yyrr3438; yyj3438++ { - yyh3438.ElemContainerState(yyj3438) + yyj3443 := 0 + for ; yyj3443 < yyrr3443; yyj3443++ { + yyh3443.ElemContainerState(yyj3443) if r.TryDecodeAsNil() { - yyv3438[yyj3438] = "" + yyv3443[yyj3443] = "" } else { - yyv3438[yyj3438] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3443[yyj3443] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt3438 { - for ; yyj3438 < yyl3438; yyj3438++ { - yyv3438 = append(yyv3438, "") - yyh3438.ElemContainerState(yyj3438) + if yyrt3443 { + for ; yyj3443 < yyl3443; yyj3443++ { + yyv3443 = append(yyv3443, "") + yyh3443.ElemContainerState(yyj3443) if r.TryDecodeAsNil() { - yyv3438[yyj3438] = "" + yyv3443[yyj3443] = "" } else { - yyv3438[yyj3438] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3443[yyj3443] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj3438 := 0 - for ; !r.CheckBreak(); yyj3438++ { + yyj3443 := 0 + for ; !r.CheckBreak(); yyj3443++ { - if yyj3438 >= len(yyv3438) { - yyv3438 = append(yyv3438, "") // var yyz3438 PersistentVolumeAccessMode - yyc3438 = true + if yyj3443 >= len(yyv3443) { + yyv3443 = append(yyv3443, "") // var yyz3443 PersistentVolumeAccessMode + yyc3443 = true } - yyh3438.ElemContainerState(yyj3438) - if yyj3438 < len(yyv3438) { + yyh3443.ElemContainerState(yyj3443) + if yyj3443 < len(yyv3443) { if r.TryDecodeAsNil() { - yyv3438[yyj3438] = "" + yyv3443[yyj3443] = "" } else { - yyv3438[yyj3438] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3443[yyj3443] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -42609,17 +42664,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj3438 < len(yyv3438) { - yyv3438 = yyv3438[:yyj3438] - yyc3438 = true - } else if yyj3438 == 0 && yyv3438 == nil { - yyv3438 = []PersistentVolumeAccessMode{} - yyc3438 = true + if yyj3443 < len(yyv3443) { + yyv3443 = yyv3443[:yyj3443] + yyc3443 = true + } else if yyj3443 == 0 && yyv3443 == nil { + yyv3443 = []PersistentVolumeAccessMode{} + yyc3443 = true } } - yyh3438.End() - if yyc3438 { - *v = yyv3438 + yyh3443.End() + if yyc3443 { + *v = yyv3443 } } @@ -42628,10 +42683,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3442 := range v { + for _, yyv3447 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3443 := &yyv3442 - yy3443.CodecEncodeSelf(e) + yy3448 := &yyv3447 + yy3448.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42641,83 +42696,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3444 := *v - yyh3444, yyl3444 := z.DecSliceHelperStart() - var yyc3444 bool - if yyl3444 == 0 { - if yyv3444 == nil { - yyv3444 = []PersistentVolume{} - yyc3444 = true - } else if len(yyv3444) != 0 { - yyv3444 = yyv3444[:0] - yyc3444 = true + yyv3449 := *v + yyh3449, yyl3449 := z.DecSliceHelperStart() + var yyc3449 bool + if yyl3449 == 0 { + if yyv3449 == nil { + yyv3449 = []PersistentVolume{} + yyc3449 = true + } else if len(yyv3449) != 0 { + yyv3449 = yyv3449[:0] + yyc3449 = true } - } else if yyl3444 > 0 { - var yyrr3444, yyrl3444 int - var yyrt3444 bool - if yyl3444 > cap(yyv3444) { + } else if yyl3449 > 0 { + var yyrr3449, yyrl3449 int + var yyrt3449 bool + if yyl3449 > cap(yyv3449) { - yyrg3444 := len(yyv3444) > 0 - yyv23444 := yyv3444 - yyrl3444, yyrt3444 = z.DecInferLen(yyl3444, z.DecBasicHandle().MaxInitLen, 384) - if yyrt3444 { - if yyrl3444 <= cap(yyv3444) { - yyv3444 = yyv3444[:yyrl3444] + yyrg3449 := len(yyv3449) > 0 + yyv23449 := yyv3449 + yyrl3449, yyrt3449 = z.DecInferLen(yyl3449, z.DecBasicHandle().MaxInitLen, 384) + if yyrt3449 { + if yyrl3449 <= cap(yyv3449) { + yyv3449 = yyv3449[:yyrl3449] } else { - yyv3444 = make([]PersistentVolume, yyrl3444) + yyv3449 = make([]PersistentVolume, yyrl3449) } } else { - yyv3444 = make([]PersistentVolume, yyrl3444) + yyv3449 = make([]PersistentVolume, yyrl3449) } - yyc3444 = true - yyrr3444 = len(yyv3444) - if yyrg3444 { - copy(yyv3444, yyv23444) + yyc3449 = true + yyrr3449 = len(yyv3449) + if yyrg3449 { + copy(yyv3449, yyv23449) } - } else if yyl3444 != len(yyv3444) { - yyv3444 = yyv3444[:yyl3444] - yyc3444 = true + } else if yyl3449 != len(yyv3449) { + yyv3449 = yyv3449[:yyl3449] + yyc3449 = true } - yyj3444 := 0 - for ; yyj3444 < yyrr3444; yyj3444++ { - yyh3444.ElemContainerState(yyj3444) + yyj3449 := 0 + for ; yyj3449 < yyrr3449; yyj3449++ { + yyh3449.ElemContainerState(yyj3449) if r.TryDecodeAsNil() { - yyv3444[yyj3444] = PersistentVolume{} + yyv3449[yyj3449] = PersistentVolume{} } else { - yyv3445 := &yyv3444[yyj3444] - yyv3445.CodecDecodeSelf(d) + yyv3450 := &yyv3449[yyj3449] + yyv3450.CodecDecodeSelf(d) } } - if yyrt3444 { - for ; yyj3444 < yyl3444; yyj3444++ { - yyv3444 = append(yyv3444, PersistentVolume{}) - yyh3444.ElemContainerState(yyj3444) + if yyrt3449 { + for ; yyj3449 < yyl3449; yyj3449++ { + yyv3449 = append(yyv3449, PersistentVolume{}) + yyh3449.ElemContainerState(yyj3449) if r.TryDecodeAsNil() { - yyv3444[yyj3444] = PersistentVolume{} + yyv3449[yyj3449] = PersistentVolume{} } else { - yyv3446 := &yyv3444[yyj3444] - yyv3446.CodecDecodeSelf(d) + yyv3451 := &yyv3449[yyj3449] + yyv3451.CodecDecodeSelf(d) } } } } else { - yyj3444 := 0 - for ; !r.CheckBreak(); yyj3444++ { + yyj3449 := 0 + for ; !r.CheckBreak(); yyj3449++ { - if yyj3444 >= len(yyv3444) { - yyv3444 = append(yyv3444, PersistentVolume{}) // var yyz3444 PersistentVolume - yyc3444 = true + if yyj3449 >= len(yyv3449) { + yyv3449 = append(yyv3449, PersistentVolume{}) // var yyz3449 PersistentVolume + yyc3449 = true } - yyh3444.ElemContainerState(yyj3444) - if yyj3444 < len(yyv3444) { + yyh3449.ElemContainerState(yyj3449) + if yyj3449 < len(yyv3449) { if r.TryDecodeAsNil() { - yyv3444[yyj3444] = PersistentVolume{} + yyv3449[yyj3449] = PersistentVolume{} } else { - yyv3447 := &yyv3444[yyj3444] - yyv3447.CodecDecodeSelf(d) + yyv3452 := &yyv3449[yyj3449] + yyv3452.CodecDecodeSelf(d) } } else { @@ -42725,17 +42780,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj3444 < len(yyv3444) { - yyv3444 = yyv3444[:yyj3444] - yyc3444 = true - } else if yyj3444 == 0 && yyv3444 == nil { - yyv3444 = []PersistentVolume{} - yyc3444 = true + if yyj3449 < len(yyv3449) { + yyv3449 = yyv3449[:yyj3449] + yyc3449 = true + } else if yyj3449 == 0 && yyv3449 == nil { + yyv3449 = []PersistentVolume{} + yyc3449 = true } } - yyh3444.End() - if yyc3444 { - *v = yyv3444 + yyh3449.End() + if yyc3449 { + *v = yyv3449 } } @@ -42744,10 +42799,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3448 := range v { + for _, yyv3453 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3449 := &yyv3448 - yy3449.CodecEncodeSelf(e) + yy3454 := &yyv3453 + yy3454.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42757,83 +42812,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3450 := *v - yyh3450, yyl3450 := z.DecSliceHelperStart() - var yyc3450 bool - if yyl3450 == 0 { - if yyv3450 == nil { - yyv3450 = []PersistentVolumeClaim{} - yyc3450 = true - } else if len(yyv3450) != 0 { - yyv3450 = yyv3450[:0] - yyc3450 = true + yyv3455 := *v + yyh3455, yyl3455 := z.DecSliceHelperStart() + var yyc3455 bool + if yyl3455 == 0 { + if yyv3455 == nil { + yyv3455 = []PersistentVolumeClaim{} + yyc3455 = true + } else if len(yyv3455) != 0 { + yyv3455 = yyv3455[:0] + yyc3455 = true } - } else if yyl3450 > 0 { - var yyrr3450, yyrl3450 int - var yyrt3450 bool - if yyl3450 > cap(yyv3450) { + } else if yyl3455 > 0 { + var yyrr3455, yyrl3455 int + var yyrt3455 bool + if yyl3455 > cap(yyv3455) { - yyrg3450 := len(yyv3450) > 0 - yyv23450 := yyv3450 - yyrl3450, yyrt3450 = z.DecInferLen(yyl3450, z.DecBasicHandle().MaxInitLen, 296) - if yyrt3450 { - if yyrl3450 <= cap(yyv3450) { - yyv3450 = yyv3450[:yyrl3450] + yyrg3455 := len(yyv3455) > 0 + yyv23455 := yyv3455 + yyrl3455, yyrt3455 = z.DecInferLen(yyl3455, z.DecBasicHandle().MaxInitLen, 296) + if yyrt3455 { + if yyrl3455 <= cap(yyv3455) { + yyv3455 = yyv3455[:yyrl3455] } else { - yyv3450 = make([]PersistentVolumeClaim, yyrl3450) + yyv3455 = make([]PersistentVolumeClaim, yyrl3455) } } else { - yyv3450 = make([]PersistentVolumeClaim, yyrl3450) + yyv3455 = make([]PersistentVolumeClaim, yyrl3455) } - yyc3450 = true - yyrr3450 = len(yyv3450) - if yyrg3450 { - copy(yyv3450, yyv23450) + yyc3455 = true + yyrr3455 = len(yyv3455) + if yyrg3455 { + copy(yyv3455, yyv23455) } - } else if yyl3450 != len(yyv3450) { - yyv3450 = yyv3450[:yyl3450] - yyc3450 = true + } else if yyl3455 != len(yyv3455) { + yyv3455 = yyv3455[:yyl3455] + yyc3455 = true } - yyj3450 := 0 - for ; yyj3450 < yyrr3450; yyj3450++ { - yyh3450.ElemContainerState(yyj3450) + yyj3455 := 0 + for ; yyj3455 < yyrr3455; yyj3455++ { + yyh3455.ElemContainerState(yyj3455) if r.TryDecodeAsNil() { - yyv3450[yyj3450] = PersistentVolumeClaim{} + yyv3455[yyj3455] = PersistentVolumeClaim{} } else { - yyv3451 := &yyv3450[yyj3450] - yyv3451.CodecDecodeSelf(d) + yyv3456 := &yyv3455[yyj3455] + yyv3456.CodecDecodeSelf(d) } } - if yyrt3450 { - for ; yyj3450 < yyl3450; yyj3450++ { - yyv3450 = append(yyv3450, PersistentVolumeClaim{}) - yyh3450.ElemContainerState(yyj3450) + if yyrt3455 { + for ; yyj3455 < yyl3455; yyj3455++ { + yyv3455 = append(yyv3455, PersistentVolumeClaim{}) + yyh3455.ElemContainerState(yyj3455) if r.TryDecodeAsNil() { - yyv3450[yyj3450] = PersistentVolumeClaim{} + yyv3455[yyj3455] = PersistentVolumeClaim{} } else { - yyv3452 := &yyv3450[yyj3450] - yyv3452.CodecDecodeSelf(d) + yyv3457 := &yyv3455[yyj3455] + yyv3457.CodecDecodeSelf(d) } } } } else { - yyj3450 := 0 - for ; !r.CheckBreak(); yyj3450++ { + yyj3455 := 0 + for ; !r.CheckBreak(); yyj3455++ { - if yyj3450 >= len(yyv3450) { - yyv3450 = append(yyv3450, PersistentVolumeClaim{}) // var yyz3450 PersistentVolumeClaim - yyc3450 = true + if yyj3455 >= len(yyv3455) { + yyv3455 = append(yyv3455, PersistentVolumeClaim{}) // var yyz3455 PersistentVolumeClaim + yyc3455 = true } - yyh3450.ElemContainerState(yyj3450) - if yyj3450 < len(yyv3450) { + yyh3455.ElemContainerState(yyj3455) + if yyj3455 < len(yyv3455) { if r.TryDecodeAsNil() { - yyv3450[yyj3450] = PersistentVolumeClaim{} + yyv3455[yyj3455] = PersistentVolumeClaim{} } else { - yyv3453 := &yyv3450[yyj3450] - yyv3453.CodecDecodeSelf(d) + yyv3458 := &yyv3455[yyj3455] + yyv3458.CodecDecodeSelf(d) } } else { @@ -42841,17 +42896,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj3450 < len(yyv3450) { - yyv3450 = yyv3450[:yyj3450] - yyc3450 = true - } else if yyj3450 == 0 && yyv3450 == nil { - yyv3450 = []PersistentVolumeClaim{} - yyc3450 = true + if yyj3455 < len(yyv3455) { + yyv3455 = yyv3455[:yyj3455] + yyc3455 = true + } else if yyj3455 == 0 && yyv3455 == nil { + yyv3455 = []PersistentVolumeClaim{} + yyc3455 = true } } - yyh3450.End() - if yyc3450 { - *v = yyv3450 + yyh3455.End() + if yyc3455 { + *v = yyv3455 } } @@ -42860,10 +42915,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3454 := range v { + for _, yyv3459 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3455 := &yyv3454 - yy3455.CodecEncodeSelf(e) + yy3460 := &yyv3459 + yy3460.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42873,127 +42928,12 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3456 := *v - yyh3456, yyl3456 := z.DecSliceHelperStart() - var yyc3456 bool - if yyl3456 == 0 { - if yyv3456 == nil { - yyv3456 = []DownwardAPIVolumeFile{} - yyc3456 = true - } else if len(yyv3456) != 0 { - yyv3456 = yyv3456[:0] - yyc3456 = true - } - } else if yyl3456 > 0 { - var yyrr3456, yyrl3456 int - var yyrt3456 bool - if yyl3456 > cap(yyv3456) { - - yyrg3456 := len(yyv3456) > 0 - yyv23456 := yyv3456 - yyrl3456, yyrt3456 = z.DecInferLen(yyl3456, z.DecBasicHandle().MaxInitLen, 48) - if yyrt3456 { - if yyrl3456 <= cap(yyv3456) { - yyv3456 = yyv3456[:yyrl3456] - } else { - yyv3456 = make([]DownwardAPIVolumeFile, yyrl3456) - } - } else { - yyv3456 = make([]DownwardAPIVolumeFile, yyrl3456) - } - yyc3456 = true - yyrr3456 = len(yyv3456) - if yyrg3456 { - copy(yyv3456, yyv23456) - } - } else if yyl3456 != len(yyv3456) { - yyv3456 = yyv3456[:yyl3456] - yyc3456 = true - } - yyj3456 := 0 - for ; yyj3456 < yyrr3456; yyj3456++ { - yyh3456.ElemContainerState(yyj3456) - if r.TryDecodeAsNil() { - yyv3456[yyj3456] = DownwardAPIVolumeFile{} - } else { - yyv3457 := &yyv3456[yyj3456] - yyv3457.CodecDecodeSelf(d) - } - - } - if yyrt3456 { - for ; yyj3456 < yyl3456; yyj3456++ { - yyv3456 = append(yyv3456, DownwardAPIVolumeFile{}) - yyh3456.ElemContainerState(yyj3456) - if r.TryDecodeAsNil() { - yyv3456[yyj3456] = DownwardAPIVolumeFile{} - } else { - yyv3458 := &yyv3456[yyj3456] - yyv3458.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3456 := 0 - for ; !r.CheckBreak(); yyj3456++ { - - if yyj3456 >= len(yyv3456) { - yyv3456 = append(yyv3456, DownwardAPIVolumeFile{}) // var yyz3456 DownwardAPIVolumeFile - yyc3456 = true - } - yyh3456.ElemContainerState(yyj3456) - if yyj3456 < len(yyv3456) { - if r.TryDecodeAsNil() { - yyv3456[yyj3456] = DownwardAPIVolumeFile{} - } else { - yyv3459 := &yyv3456[yyj3456] - yyv3459.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3456 < len(yyv3456) { - yyv3456 = yyv3456[:yyj3456] - yyc3456 = true - } else if yyj3456 == 0 && yyv3456 == nil { - yyv3456 = []DownwardAPIVolumeFile{} - yyc3456 = true - } - } - yyh3456.End() - if yyc3456 { - *v = yyv3456 - } -} - -func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv3460 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3460.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv3461 := *v yyh3461, yyl3461 := z.DecSliceHelperStart() var yyc3461 bool if yyl3461 == 0 { if yyv3461 == nil { - yyv3461 = []Capability{} + yyv3461 = []DownwardAPIVolumeFile{} yyc3461 = true } else if len(yyv3461) != 0 { yyv3461 = yyv3461[:0] @@ -43004,18 +42944,23 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode var yyrt3461 bool if yyl3461 > cap(yyv3461) { - yyrl3461, yyrt3461 = z.DecInferLen(yyl3461, z.DecBasicHandle().MaxInitLen, 16) + yyrg3461 := len(yyv3461) > 0 + yyv23461 := yyv3461 + yyrl3461, yyrt3461 = z.DecInferLen(yyl3461, z.DecBasicHandle().MaxInitLen, 48) if yyrt3461 { if yyrl3461 <= cap(yyv3461) { yyv3461 = yyv3461[:yyrl3461] } else { - yyv3461 = make([]Capability, yyrl3461) + yyv3461 = make([]DownwardAPIVolumeFile, yyrl3461) } } else { - yyv3461 = make([]Capability, yyrl3461) + yyv3461 = make([]DownwardAPIVolumeFile, yyrl3461) } yyc3461 = true yyrr3461 = len(yyv3461) + if yyrg3461 { + copy(yyv3461, yyv23461) + } } else if yyl3461 != len(yyv3461) { yyv3461 = yyv3461[:yyl3461] yyc3461 = true @@ -43024,20 +42969,22 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; yyj3461 < yyrr3461; yyj3461++ { yyh3461.ElemContainerState(yyj3461) if r.TryDecodeAsNil() { - yyv3461[yyj3461] = "" + yyv3461[yyj3461] = DownwardAPIVolumeFile{} } else { - yyv3461[yyj3461] = Capability(r.DecodeString()) + yyv3462 := &yyv3461[yyj3461] + yyv3462.CodecDecodeSelf(d) } } if yyrt3461 { for ; yyj3461 < yyl3461; yyj3461++ { - yyv3461 = append(yyv3461, "") + yyv3461 = append(yyv3461, DownwardAPIVolumeFile{}) yyh3461.ElemContainerState(yyj3461) if r.TryDecodeAsNil() { - yyv3461[yyj3461] = "" + yyv3461[yyj3461] = DownwardAPIVolumeFile{} } else { - yyv3461[yyj3461] = Capability(r.DecodeString()) + yyv3463 := &yyv3461[yyj3461] + yyv3463.CodecDecodeSelf(d) } } @@ -43048,15 +42995,16 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; !r.CheckBreak(); yyj3461++ { if yyj3461 >= len(yyv3461) { - yyv3461 = append(yyv3461, "") // var yyz3461 Capability + yyv3461 = append(yyv3461, DownwardAPIVolumeFile{}) // var yyz3461 DownwardAPIVolumeFile yyc3461 = true } yyh3461.ElemContainerState(yyj3461) if yyj3461 < len(yyv3461) { if r.TryDecodeAsNil() { - yyv3461[yyj3461] = "" + yyv3461[yyj3461] = DownwardAPIVolumeFile{} } else { - yyv3461[yyj3461] = Capability(r.DecodeString()) + yyv3464 := &yyv3461[yyj3461] + yyv3464.CodecDecodeSelf(d) } } else { @@ -43068,7 +43016,7 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode yyv3461 = yyv3461[:yyj3461] yyc3461 = true } else if yyj3461 == 0 && yyv3461 == nil { - yyv3461 = []Capability{} + yyv3461 = []DownwardAPIVolumeFile{} yyc3461 = true } } @@ -43078,15 +43026,122 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } -func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv3465 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3466 := &yyv3465 - yy3466.CodecEncodeSelf(e) + yyv3465.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv3466 := *v + yyh3466, yyl3466 := z.DecSliceHelperStart() + var yyc3466 bool + if yyl3466 == 0 { + if yyv3466 == nil { + yyv3466 = []Capability{} + yyc3466 = true + } else if len(yyv3466) != 0 { + yyv3466 = yyv3466[:0] + yyc3466 = true + } + } else if yyl3466 > 0 { + var yyrr3466, yyrl3466 int + var yyrt3466 bool + if yyl3466 > cap(yyv3466) { + + yyrl3466, yyrt3466 = z.DecInferLen(yyl3466, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3466 { + if yyrl3466 <= cap(yyv3466) { + yyv3466 = yyv3466[:yyrl3466] + } else { + yyv3466 = make([]Capability, yyrl3466) + } + } else { + yyv3466 = make([]Capability, yyrl3466) + } + yyc3466 = true + yyrr3466 = len(yyv3466) + } else if yyl3466 != len(yyv3466) { + yyv3466 = yyv3466[:yyl3466] + yyc3466 = true + } + yyj3466 := 0 + for ; yyj3466 < yyrr3466; yyj3466++ { + yyh3466.ElemContainerState(yyj3466) + if r.TryDecodeAsNil() { + yyv3466[yyj3466] = "" + } else { + yyv3466[yyj3466] = Capability(r.DecodeString()) + } + + } + if yyrt3466 { + for ; yyj3466 < yyl3466; yyj3466++ { + yyv3466 = append(yyv3466, "") + yyh3466.ElemContainerState(yyj3466) + if r.TryDecodeAsNil() { + yyv3466[yyj3466] = "" + } else { + yyv3466[yyj3466] = Capability(r.DecodeString()) + } + + } + } + + } else { + yyj3466 := 0 + for ; !r.CheckBreak(); yyj3466++ { + + if yyj3466 >= len(yyv3466) { + yyv3466 = append(yyv3466, "") // var yyz3466 Capability + yyc3466 = true + } + yyh3466.ElemContainerState(yyj3466) + if yyj3466 < len(yyv3466) { + if r.TryDecodeAsNil() { + yyv3466[yyj3466] = "" + } else { + yyv3466[yyj3466] = Capability(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj3466 < len(yyv3466) { + yyv3466 = yyv3466[:yyj3466] + yyc3466 = true + } else if yyj3466 == 0 && yyv3466 == nil { + yyv3466 = []Capability{} + yyc3466 = true + } + } + yyh3466.End() + if yyc3466 { + *v = yyv3466 + } +} + +func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv3470 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3471 := &yyv3470 + yy3471.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43096,83 +43151,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3467 := *v - yyh3467, yyl3467 := z.DecSliceHelperStart() - var yyc3467 bool - if yyl3467 == 0 { - if yyv3467 == nil { - yyv3467 = []ContainerPort{} - yyc3467 = true - } else if len(yyv3467) != 0 { - yyv3467 = yyv3467[:0] - yyc3467 = true + yyv3472 := *v + yyh3472, yyl3472 := z.DecSliceHelperStart() + var yyc3472 bool + if yyl3472 == 0 { + if yyv3472 == nil { + yyv3472 = []ContainerPort{} + yyc3472 = true + } else if len(yyv3472) != 0 { + yyv3472 = yyv3472[:0] + yyc3472 = true } - } else if yyl3467 > 0 { - var yyrr3467, yyrl3467 int - var yyrt3467 bool - if yyl3467 > cap(yyv3467) { + } else if yyl3472 > 0 { + var yyrr3472, yyrl3472 int + var yyrt3472 bool + if yyl3472 > cap(yyv3472) { - yyrg3467 := len(yyv3467) > 0 - yyv23467 := yyv3467 - yyrl3467, yyrt3467 = z.DecInferLen(yyl3467, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3467 { - if yyrl3467 <= cap(yyv3467) { - yyv3467 = yyv3467[:yyrl3467] + yyrg3472 := len(yyv3472) > 0 + yyv23472 := yyv3472 + yyrl3472, yyrt3472 = z.DecInferLen(yyl3472, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3472 { + if yyrl3472 <= cap(yyv3472) { + yyv3472 = yyv3472[:yyrl3472] } else { - yyv3467 = make([]ContainerPort, yyrl3467) + yyv3472 = make([]ContainerPort, yyrl3472) } } else { - yyv3467 = make([]ContainerPort, yyrl3467) + yyv3472 = make([]ContainerPort, yyrl3472) } - yyc3467 = true - yyrr3467 = len(yyv3467) - if yyrg3467 { - copy(yyv3467, yyv23467) + yyc3472 = true + yyrr3472 = len(yyv3472) + if yyrg3472 { + copy(yyv3472, yyv23472) } - } else if yyl3467 != len(yyv3467) { - yyv3467 = yyv3467[:yyl3467] - yyc3467 = true + } else if yyl3472 != len(yyv3472) { + yyv3472 = yyv3472[:yyl3472] + yyc3472 = true } - yyj3467 := 0 - for ; yyj3467 < yyrr3467; yyj3467++ { - yyh3467.ElemContainerState(yyj3467) + yyj3472 := 0 + for ; yyj3472 < yyrr3472; yyj3472++ { + yyh3472.ElemContainerState(yyj3472) if r.TryDecodeAsNil() { - yyv3467[yyj3467] = ContainerPort{} + yyv3472[yyj3472] = ContainerPort{} } else { - yyv3468 := &yyv3467[yyj3467] - yyv3468.CodecDecodeSelf(d) + yyv3473 := &yyv3472[yyj3472] + yyv3473.CodecDecodeSelf(d) } } - if yyrt3467 { - for ; yyj3467 < yyl3467; yyj3467++ { - yyv3467 = append(yyv3467, ContainerPort{}) - yyh3467.ElemContainerState(yyj3467) + if yyrt3472 { + for ; yyj3472 < yyl3472; yyj3472++ { + yyv3472 = append(yyv3472, ContainerPort{}) + yyh3472.ElemContainerState(yyj3472) if r.TryDecodeAsNil() { - yyv3467[yyj3467] = ContainerPort{} + yyv3472[yyj3472] = ContainerPort{} } else { - yyv3469 := &yyv3467[yyj3467] - yyv3469.CodecDecodeSelf(d) + yyv3474 := &yyv3472[yyj3472] + yyv3474.CodecDecodeSelf(d) } } } } else { - yyj3467 := 0 - for ; !r.CheckBreak(); yyj3467++ { + yyj3472 := 0 + for ; !r.CheckBreak(); yyj3472++ { - if yyj3467 >= len(yyv3467) { - yyv3467 = append(yyv3467, ContainerPort{}) // var yyz3467 ContainerPort - yyc3467 = true + if yyj3472 >= len(yyv3472) { + yyv3472 = append(yyv3472, ContainerPort{}) // var yyz3472 ContainerPort + yyc3472 = true } - yyh3467.ElemContainerState(yyj3467) - if yyj3467 < len(yyv3467) { + yyh3472.ElemContainerState(yyj3472) + if yyj3472 < len(yyv3472) { if r.TryDecodeAsNil() { - yyv3467[yyj3467] = ContainerPort{} + yyv3472[yyj3472] = ContainerPort{} } else { - yyv3470 := &yyv3467[yyj3467] - yyv3470.CodecDecodeSelf(d) + yyv3475 := &yyv3472[yyj3472] + yyv3475.CodecDecodeSelf(d) } } else { @@ -43180,17 +43235,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj3467 < len(yyv3467) { - yyv3467 = yyv3467[:yyj3467] - yyc3467 = true - } else if yyj3467 == 0 && yyv3467 == nil { - yyv3467 = []ContainerPort{} - yyc3467 = true + if yyj3472 < len(yyv3472) { + yyv3472 = yyv3472[:yyj3472] + yyc3472 = true + } else if yyj3472 == 0 && yyv3472 == nil { + yyv3472 = []ContainerPort{} + yyc3472 = true } } - yyh3467.End() - if yyc3467 { - *v = yyv3467 + yyh3472.End() + if yyc3472 { + *v = yyv3472 } } @@ -43199,10 +43254,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3471 := range v { + for _, yyv3476 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3472 := &yyv3471 - yy3472.CodecEncodeSelf(e) + yy3477 := &yyv3476 + yy3477.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43212,83 +43267,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3473 := *v - yyh3473, yyl3473 := z.DecSliceHelperStart() - var yyc3473 bool - if yyl3473 == 0 { - if yyv3473 == nil { - yyv3473 = []EnvVar{} - yyc3473 = true - } else if len(yyv3473) != 0 { - yyv3473 = yyv3473[:0] - yyc3473 = true + yyv3478 := *v + yyh3478, yyl3478 := z.DecSliceHelperStart() + var yyc3478 bool + if yyl3478 == 0 { + if yyv3478 == nil { + yyv3478 = []EnvVar{} + yyc3478 = true + } else if len(yyv3478) != 0 { + yyv3478 = yyv3478[:0] + yyc3478 = true } - } else if yyl3473 > 0 { - var yyrr3473, yyrl3473 int - var yyrt3473 bool - if yyl3473 > cap(yyv3473) { + } else if yyl3478 > 0 { + var yyrr3478, yyrl3478 int + var yyrt3478 bool + if yyl3478 > cap(yyv3478) { - yyrg3473 := len(yyv3473) > 0 - yyv23473 := yyv3473 - yyrl3473, yyrt3473 = z.DecInferLen(yyl3473, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3473 { - if yyrl3473 <= cap(yyv3473) { - yyv3473 = yyv3473[:yyrl3473] + yyrg3478 := len(yyv3478) > 0 + yyv23478 := yyv3478 + yyrl3478, yyrt3478 = z.DecInferLen(yyl3478, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3478 { + if yyrl3478 <= cap(yyv3478) { + yyv3478 = yyv3478[:yyrl3478] } else { - yyv3473 = make([]EnvVar, yyrl3473) + yyv3478 = make([]EnvVar, yyrl3478) } } else { - yyv3473 = make([]EnvVar, yyrl3473) + yyv3478 = make([]EnvVar, yyrl3478) } - yyc3473 = true - yyrr3473 = len(yyv3473) - if yyrg3473 { - copy(yyv3473, yyv23473) + yyc3478 = true + yyrr3478 = len(yyv3478) + if yyrg3478 { + copy(yyv3478, yyv23478) } - } else if yyl3473 != len(yyv3473) { - yyv3473 = yyv3473[:yyl3473] - yyc3473 = true + } else if yyl3478 != len(yyv3478) { + yyv3478 = yyv3478[:yyl3478] + yyc3478 = true } - yyj3473 := 0 - for ; yyj3473 < yyrr3473; yyj3473++ { - yyh3473.ElemContainerState(yyj3473) + yyj3478 := 0 + for ; yyj3478 < yyrr3478; yyj3478++ { + yyh3478.ElemContainerState(yyj3478) if r.TryDecodeAsNil() { - yyv3473[yyj3473] = EnvVar{} + yyv3478[yyj3478] = EnvVar{} } else { - yyv3474 := &yyv3473[yyj3473] - yyv3474.CodecDecodeSelf(d) + yyv3479 := &yyv3478[yyj3478] + yyv3479.CodecDecodeSelf(d) } } - if yyrt3473 { - for ; yyj3473 < yyl3473; yyj3473++ { - yyv3473 = append(yyv3473, EnvVar{}) - yyh3473.ElemContainerState(yyj3473) + if yyrt3478 { + for ; yyj3478 < yyl3478; yyj3478++ { + yyv3478 = append(yyv3478, EnvVar{}) + yyh3478.ElemContainerState(yyj3478) if r.TryDecodeAsNil() { - yyv3473[yyj3473] = EnvVar{} + yyv3478[yyj3478] = EnvVar{} } else { - yyv3475 := &yyv3473[yyj3473] - yyv3475.CodecDecodeSelf(d) + yyv3480 := &yyv3478[yyj3478] + yyv3480.CodecDecodeSelf(d) } } } } else { - yyj3473 := 0 - for ; !r.CheckBreak(); yyj3473++ { + yyj3478 := 0 + for ; !r.CheckBreak(); yyj3478++ { - if yyj3473 >= len(yyv3473) { - yyv3473 = append(yyv3473, EnvVar{}) // var yyz3473 EnvVar - yyc3473 = true + if yyj3478 >= len(yyv3478) { + yyv3478 = append(yyv3478, EnvVar{}) // var yyz3478 EnvVar + yyc3478 = true } - yyh3473.ElemContainerState(yyj3473) - if yyj3473 < len(yyv3473) { + yyh3478.ElemContainerState(yyj3478) + if yyj3478 < len(yyv3478) { if r.TryDecodeAsNil() { - yyv3473[yyj3473] = EnvVar{} + yyv3478[yyj3478] = EnvVar{} } else { - yyv3476 := &yyv3473[yyj3473] - yyv3476.CodecDecodeSelf(d) + yyv3481 := &yyv3478[yyj3478] + yyv3481.CodecDecodeSelf(d) } } else { @@ -43296,17 +43351,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj3473 < len(yyv3473) { - yyv3473 = yyv3473[:yyj3473] - yyc3473 = true - } else if yyj3473 == 0 && yyv3473 == nil { - yyv3473 = []EnvVar{} - yyc3473 = true + if yyj3478 < len(yyv3478) { + yyv3478 = yyv3478[:yyj3478] + yyc3478 = true + } else if yyj3478 == 0 && yyv3478 == nil { + yyv3478 = []EnvVar{} + yyc3478 = true } } - yyh3473.End() - if yyc3473 { - *v = yyv3473 + yyh3478.End() + if yyc3478 { + *v = yyv3478 } } @@ -43315,10 +43370,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3477 := range v { + for _, yyv3482 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3478 := &yyv3477 - yy3478.CodecEncodeSelf(e) + yy3483 := &yyv3482 + yy3483.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43328,83 +43383,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3479 := *v - yyh3479, yyl3479 := z.DecSliceHelperStart() - var yyc3479 bool - if yyl3479 == 0 { - if yyv3479 == nil { - yyv3479 = []VolumeMount{} - yyc3479 = true - } else if len(yyv3479) != 0 { - yyv3479 = yyv3479[:0] - yyc3479 = true + yyv3484 := *v + yyh3484, yyl3484 := z.DecSliceHelperStart() + var yyc3484 bool + if yyl3484 == 0 { + if yyv3484 == nil { + yyv3484 = []VolumeMount{} + yyc3484 = true + } else if len(yyv3484) != 0 { + yyv3484 = yyv3484[:0] + yyc3484 = true } - } else if yyl3479 > 0 { - var yyrr3479, yyrl3479 int - var yyrt3479 bool - if yyl3479 > cap(yyv3479) { + } else if yyl3484 > 0 { + var yyrr3484, yyrl3484 int + var yyrt3484 bool + if yyl3484 > cap(yyv3484) { - yyrg3479 := len(yyv3479) > 0 - yyv23479 := yyv3479 - yyrl3479, yyrt3479 = z.DecInferLen(yyl3479, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3479 { - if yyrl3479 <= cap(yyv3479) { - yyv3479 = yyv3479[:yyrl3479] + yyrg3484 := len(yyv3484) > 0 + yyv23484 := yyv3484 + yyrl3484, yyrt3484 = z.DecInferLen(yyl3484, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3484 { + if yyrl3484 <= cap(yyv3484) { + yyv3484 = yyv3484[:yyrl3484] } else { - yyv3479 = make([]VolumeMount, yyrl3479) + yyv3484 = make([]VolumeMount, yyrl3484) } } else { - yyv3479 = make([]VolumeMount, yyrl3479) + yyv3484 = make([]VolumeMount, yyrl3484) } - yyc3479 = true - yyrr3479 = len(yyv3479) - if yyrg3479 { - copy(yyv3479, yyv23479) + yyc3484 = true + yyrr3484 = len(yyv3484) + if yyrg3484 { + copy(yyv3484, yyv23484) } - } else if yyl3479 != len(yyv3479) { - yyv3479 = yyv3479[:yyl3479] - yyc3479 = true + } else if yyl3484 != len(yyv3484) { + yyv3484 = yyv3484[:yyl3484] + yyc3484 = true } - yyj3479 := 0 - for ; yyj3479 < yyrr3479; yyj3479++ { - yyh3479.ElemContainerState(yyj3479) + yyj3484 := 0 + for ; yyj3484 < yyrr3484; yyj3484++ { + yyh3484.ElemContainerState(yyj3484) if r.TryDecodeAsNil() { - yyv3479[yyj3479] = VolumeMount{} + yyv3484[yyj3484] = VolumeMount{} } else { - yyv3480 := &yyv3479[yyj3479] - yyv3480.CodecDecodeSelf(d) + yyv3485 := &yyv3484[yyj3484] + yyv3485.CodecDecodeSelf(d) } } - if yyrt3479 { - for ; yyj3479 < yyl3479; yyj3479++ { - yyv3479 = append(yyv3479, VolumeMount{}) - yyh3479.ElemContainerState(yyj3479) + if yyrt3484 { + for ; yyj3484 < yyl3484; yyj3484++ { + yyv3484 = append(yyv3484, VolumeMount{}) + yyh3484.ElemContainerState(yyj3484) if r.TryDecodeAsNil() { - yyv3479[yyj3479] = VolumeMount{} + yyv3484[yyj3484] = VolumeMount{} } else { - yyv3481 := &yyv3479[yyj3479] - yyv3481.CodecDecodeSelf(d) + yyv3486 := &yyv3484[yyj3484] + yyv3486.CodecDecodeSelf(d) } } } } else { - yyj3479 := 0 - for ; !r.CheckBreak(); yyj3479++ { + yyj3484 := 0 + for ; !r.CheckBreak(); yyj3484++ { - if yyj3479 >= len(yyv3479) { - yyv3479 = append(yyv3479, VolumeMount{}) // var yyz3479 VolumeMount - yyc3479 = true + if yyj3484 >= len(yyv3484) { + yyv3484 = append(yyv3484, VolumeMount{}) // var yyz3484 VolumeMount + yyc3484 = true } - yyh3479.ElemContainerState(yyj3479) - if yyj3479 < len(yyv3479) { + yyh3484.ElemContainerState(yyj3484) + if yyj3484 < len(yyv3484) { if r.TryDecodeAsNil() { - yyv3479[yyj3479] = VolumeMount{} + yyv3484[yyj3484] = VolumeMount{} } else { - yyv3482 := &yyv3479[yyj3479] - yyv3482.CodecDecodeSelf(d) + yyv3487 := &yyv3484[yyj3484] + yyv3487.CodecDecodeSelf(d) } } else { @@ -43412,17 +43467,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj3479 < len(yyv3479) { - yyv3479 = yyv3479[:yyj3479] - yyc3479 = true - } else if yyj3479 == 0 && yyv3479 == nil { - yyv3479 = []VolumeMount{} - yyc3479 = true + if yyj3484 < len(yyv3484) { + yyv3484 = yyv3484[:yyj3484] + yyc3484 = true + } else if yyj3484 == 0 && yyv3484 == nil { + yyv3484 = []VolumeMount{} + yyc3484 = true } } - yyh3479.End() - if yyc3479 { - *v = yyv3479 + yyh3484.End() + if yyc3484 { + *v = yyv3484 } } @@ -43431,10 +43486,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3483 := range v { + for _, yyv3488 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3484 := &yyv3483 - yy3484.CodecEncodeSelf(e) + yy3489 := &yyv3488 + yy3489.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43444,83 +43499,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3485 := *v - yyh3485, yyl3485 := z.DecSliceHelperStart() - var yyc3485 bool - if yyl3485 == 0 { - if yyv3485 == nil { - yyv3485 = []Pod{} - yyc3485 = true - } else if len(yyv3485) != 0 { - yyv3485 = yyv3485[:0] - yyc3485 = true + yyv3490 := *v + yyh3490, yyl3490 := z.DecSliceHelperStart() + var yyc3490 bool + if yyl3490 == 0 { + if yyv3490 == nil { + yyv3490 = []Pod{} + yyc3490 = true + } else if len(yyv3490) != 0 { + yyv3490 = yyv3490[:0] + yyc3490 = true } - } else if yyl3485 > 0 { - var yyrr3485, yyrl3485 int - var yyrt3485 bool - if yyl3485 > cap(yyv3485) { + } else if yyl3490 > 0 { + var yyrr3490, yyrl3490 int + var yyrt3490 bool + if yyl3490 > cap(yyv3490) { - yyrg3485 := len(yyv3485) > 0 - yyv23485 := yyv3485 - yyrl3485, yyrt3485 = z.DecInferLen(yyl3485, z.DecBasicHandle().MaxInitLen, 496) - if yyrt3485 { - if yyrl3485 <= cap(yyv3485) { - yyv3485 = yyv3485[:yyrl3485] + yyrg3490 := len(yyv3490) > 0 + yyv23490 := yyv3490 + yyrl3490, yyrt3490 = z.DecInferLen(yyl3490, z.DecBasicHandle().MaxInitLen, 496) + if yyrt3490 { + if yyrl3490 <= cap(yyv3490) { + yyv3490 = yyv3490[:yyrl3490] } else { - yyv3485 = make([]Pod, yyrl3485) + yyv3490 = make([]Pod, yyrl3490) } } else { - yyv3485 = make([]Pod, yyrl3485) + yyv3490 = make([]Pod, yyrl3490) } - yyc3485 = true - yyrr3485 = len(yyv3485) - if yyrg3485 { - copy(yyv3485, yyv23485) + yyc3490 = true + yyrr3490 = len(yyv3490) + if yyrg3490 { + copy(yyv3490, yyv23490) } - } else if yyl3485 != len(yyv3485) { - yyv3485 = yyv3485[:yyl3485] - yyc3485 = true + } else if yyl3490 != len(yyv3490) { + yyv3490 = yyv3490[:yyl3490] + yyc3490 = true } - yyj3485 := 0 - for ; yyj3485 < yyrr3485; yyj3485++ { - yyh3485.ElemContainerState(yyj3485) + yyj3490 := 0 + for ; yyj3490 < yyrr3490; yyj3490++ { + yyh3490.ElemContainerState(yyj3490) if r.TryDecodeAsNil() { - yyv3485[yyj3485] = Pod{} + yyv3490[yyj3490] = Pod{} } else { - yyv3486 := &yyv3485[yyj3485] - yyv3486.CodecDecodeSelf(d) + yyv3491 := &yyv3490[yyj3490] + yyv3491.CodecDecodeSelf(d) } } - if yyrt3485 { - for ; yyj3485 < yyl3485; yyj3485++ { - yyv3485 = append(yyv3485, Pod{}) - yyh3485.ElemContainerState(yyj3485) + if yyrt3490 { + for ; yyj3490 < yyl3490; yyj3490++ { + yyv3490 = append(yyv3490, Pod{}) + yyh3490.ElemContainerState(yyj3490) if r.TryDecodeAsNil() { - yyv3485[yyj3485] = Pod{} + yyv3490[yyj3490] = Pod{} } else { - yyv3487 := &yyv3485[yyj3485] - yyv3487.CodecDecodeSelf(d) + yyv3492 := &yyv3490[yyj3490] + yyv3492.CodecDecodeSelf(d) } } } } else { - yyj3485 := 0 - for ; !r.CheckBreak(); yyj3485++ { + yyj3490 := 0 + for ; !r.CheckBreak(); yyj3490++ { - if yyj3485 >= len(yyv3485) { - yyv3485 = append(yyv3485, Pod{}) // var yyz3485 Pod - yyc3485 = true + if yyj3490 >= len(yyv3490) { + yyv3490 = append(yyv3490, Pod{}) // var yyz3490 Pod + yyc3490 = true } - yyh3485.ElemContainerState(yyj3485) - if yyj3485 < len(yyv3485) { + yyh3490.ElemContainerState(yyj3490) + if yyj3490 < len(yyv3490) { if r.TryDecodeAsNil() { - yyv3485[yyj3485] = Pod{} + yyv3490[yyj3490] = Pod{} } else { - yyv3488 := &yyv3485[yyj3485] - yyv3488.CodecDecodeSelf(d) + yyv3493 := &yyv3490[yyj3490] + yyv3493.CodecDecodeSelf(d) } } else { @@ -43528,17 +43583,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj3485 < len(yyv3485) { - yyv3485 = yyv3485[:yyj3485] - yyc3485 = true - } else if yyj3485 == 0 && yyv3485 == nil { - yyv3485 = []Pod{} - yyc3485 = true + if yyj3490 < len(yyv3490) { + yyv3490 = yyv3490[:yyj3490] + yyc3490 = true + } else if yyj3490 == 0 && yyv3490 == nil { + yyv3490 = []Pod{} + yyc3490 = true } } - yyh3485.End() - if yyc3485 { - *v = yyv3485 + yyh3490.End() + if yyc3490 { + *v = yyv3490 } } @@ -43547,10 +43602,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3489 := range v { + for _, yyv3494 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3490 := &yyv3489 - yy3490.CodecEncodeSelf(e) + yy3495 := &yyv3494 + yy3495.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43560,83 +43615,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3491 := *v - yyh3491, yyl3491 := z.DecSliceHelperStart() - var yyc3491 bool - if yyl3491 == 0 { - if yyv3491 == nil { - yyv3491 = []Volume{} - yyc3491 = true - } else if len(yyv3491) != 0 { - yyv3491 = yyv3491[:0] - yyc3491 = true + yyv3496 := *v + yyh3496, yyl3496 := z.DecSliceHelperStart() + var yyc3496 bool + if yyl3496 == 0 { + if yyv3496 == nil { + yyv3496 = []Volume{} + yyc3496 = true + } else if len(yyv3496) != 0 { + yyv3496 = yyv3496[:0] + yyc3496 = true } - } else if yyl3491 > 0 { - var yyrr3491, yyrl3491 int - var yyrt3491 bool - if yyl3491 > cap(yyv3491) { + } else if yyl3496 > 0 { + var yyrr3496, yyrl3496 int + var yyrt3496 bool + if yyl3496 > cap(yyv3496) { - yyrg3491 := len(yyv3491) > 0 - yyv23491 := yyv3491 - yyrl3491, yyrt3491 = z.DecInferLen(yyl3491, z.DecBasicHandle().MaxInitLen, 144) - if yyrt3491 { - if yyrl3491 <= cap(yyv3491) { - yyv3491 = yyv3491[:yyrl3491] + yyrg3496 := len(yyv3496) > 0 + yyv23496 := yyv3496 + yyrl3496, yyrt3496 = z.DecInferLen(yyl3496, z.DecBasicHandle().MaxInitLen, 144) + if yyrt3496 { + if yyrl3496 <= cap(yyv3496) { + yyv3496 = yyv3496[:yyrl3496] } else { - yyv3491 = make([]Volume, yyrl3491) + yyv3496 = make([]Volume, yyrl3496) } } else { - yyv3491 = make([]Volume, yyrl3491) + yyv3496 = make([]Volume, yyrl3496) } - yyc3491 = true - yyrr3491 = len(yyv3491) - if yyrg3491 { - copy(yyv3491, yyv23491) + yyc3496 = true + yyrr3496 = len(yyv3496) + if yyrg3496 { + copy(yyv3496, yyv23496) } - } else if yyl3491 != len(yyv3491) { - yyv3491 = yyv3491[:yyl3491] - yyc3491 = true + } else if yyl3496 != len(yyv3496) { + yyv3496 = yyv3496[:yyl3496] + yyc3496 = true } - yyj3491 := 0 - for ; yyj3491 < yyrr3491; yyj3491++ { - yyh3491.ElemContainerState(yyj3491) + yyj3496 := 0 + for ; yyj3496 < yyrr3496; yyj3496++ { + yyh3496.ElemContainerState(yyj3496) if r.TryDecodeAsNil() { - yyv3491[yyj3491] = Volume{} + yyv3496[yyj3496] = Volume{} } else { - yyv3492 := &yyv3491[yyj3491] - yyv3492.CodecDecodeSelf(d) + yyv3497 := &yyv3496[yyj3496] + yyv3497.CodecDecodeSelf(d) } } - if yyrt3491 { - for ; yyj3491 < yyl3491; yyj3491++ { - yyv3491 = append(yyv3491, Volume{}) - yyh3491.ElemContainerState(yyj3491) + if yyrt3496 { + for ; yyj3496 < yyl3496; yyj3496++ { + yyv3496 = append(yyv3496, Volume{}) + yyh3496.ElemContainerState(yyj3496) if r.TryDecodeAsNil() { - yyv3491[yyj3491] = Volume{} + yyv3496[yyj3496] = Volume{} } else { - yyv3493 := &yyv3491[yyj3491] - yyv3493.CodecDecodeSelf(d) + yyv3498 := &yyv3496[yyj3496] + yyv3498.CodecDecodeSelf(d) } } } } else { - yyj3491 := 0 - for ; !r.CheckBreak(); yyj3491++ { + yyj3496 := 0 + for ; !r.CheckBreak(); yyj3496++ { - if yyj3491 >= len(yyv3491) { - yyv3491 = append(yyv3491, Volume{}) // var yyz3491 Volume - yyc3491 = true + if yyj3496 >= len(yyv3496) { + yyv3496 = append(yyv3496, Volume{}) // var yyz3496 Volume + yyc3496 = true } - yyh3491.ElemContainerState(yyj3491) - if yyj3491 < len(yyv3491) { + yyh3496.ElemContainerState(yyj3496) + if yyj3496 < len(yyv3496) { if r.TryDecodeAsNil() { - yyv3491[yyj3491] = Volume{} + yyv3496[yyj3496] = Volume{} } else { - yyv3494 := &yyv3491[yyj3491] - yyv3494.CodecDecodeSelf(d) + yyv3499 := &yyv3496[yyj3496] + yyv3499.CodecDecodeSelf(d) } } else { @@ -43644,17 +43699,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj3491 < len(yyv3491) { - yyv3491 = yyv3491[:yyj3491] - yyc3491 = true - } else if yyj3491 == 0 && yyv3491 == nil { - yyv3491 = []Volume{} - yyc3491 = true + if yyj3496 < len(yyv3496) { + yyv3496 = yyv3496[:yyj3496] + yyc3496 = true + } else if yyj3496 == 0 && yyv3496 == nil { + yyv3496 = []Volume{} + yyc3496 = true } } - yyh3491.End() - if yyc3491 { - *v = yyv3491 + yyh3496.End() + if yyc3496 { + *v = yyv3496 } } @@ -43663,10 +43718,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3495 := range v { + for _, yyv3500 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3496 := &yyv3495 - yy3496.CodecEncodeSelf(e) + yy3501 := &yyv3500 + yy3501.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43676,83 +43731,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3497 := *v - yyh3497, yyl3497 := z.DecSliceHelperStart() - var yyc3497 bool - if yyl3497 == 0 { - if yyv3497 == nil { - yyv3497 = []Container{} - yyc3497 = true - } else if len(yyv3497) != 0 { - yyv3497 = yyv3497[:0] - yyc3497 = true + yyv3502 := *v + yyh3502, yyl3502 := z.DecSliceHelperStart() + var yyc3502 bool + if yyl3502 == 0 { + if yyv3502 == nil { + yyv3502 = []Container{} + yyc3502 = true + } else if len(yyv3502) != 0 { + yyv3502 = yyv3502[:0] + yyc3502 = true } - } else if yyl3497 > 0 { - var yyrr3497, yyrl3497 int - var yyrt3497 bool - if yyl3497 > cap(yyv3497) { + } else if yyl3502 > 0 { + var yyrr3502, yyrl3502 int + var yyrt3502 bool + if yyl3502 > cap(yyv3502) { - yyrg3497 := len(yyv3497) > 0 - yyv23497 := yyv3497 - yyrl3497, yyrt3497 = z.DecInferLen(yyl3497, z.DecBasicHandle().MaxInitLen, 256) - if yyrt3497 { - if yyrl3497 <= cap(yyv3497) { - yyv3497 = yyv3497[:yyrl3497] + yyrg3502 := len(yyv3502) > 0 + yyv23502 := yyv3502 + yyrl3502, yyrt3502 = z.DecInferLen(yyl3502, z.DecBasicHandle().MaxInitLen, 256) + if yyrt3502 { + if yyrl3502 <= cap(yyv3502) { + yyv3502 = yyv3502[:yyrl3502] } else { - yyv3497 = make([]Container, yyrl3497) + yyv3502 = make([]Container, yyrl3502) } } else { - yyv3497 = make([]Container, yyrl3497) + yyv3502 = make([]Container, yyrl3502) } - yyc3497 = true - yyrr3497 = len(yyv3497) - if yyrg3497 { - copy(yyv3497, yyv23497) + yyc3502 = true + yyrr3502 = len(yyv3502) + if yyrg3502 { + copy(yyv3502, yyv23502) } - } else if yyl3497 != len(yyv3497) { - yyv3497 = yyv3497[:yyl3497] - yyc3497 = true + } else if yyl3502 != len(yyv3502) { + yyv3502 = yyv3502[:yyl3502] + yyc3502 = true } - yyj3497 := 0 - for ; yyj3497 < yyrr3497; yyj3497++ { - yyh3497.ElemContainerState(yyj3497) + yyj3502 := 0 + for ; yyj3502 < yyrr3502; yyj3502++ { + yyh3502.ElemContainerState(yyj3502) if r.TryDecodeAsNil() { - yyv3497[yyj3497] = Container{} + yyv3502[yyj3502] = Container{} } else { - yyv3498 := &yyv3497[yyj3497] - yyv3498.CodecDecodeSelf(d) + yyv3503 := &yyv3502[yyj3502] + yyv3503.CodecDecodeSelf(d) } } - if yyrt3497 { - for ; yyj3497 < yyl3497; yyj3497++ { - yyv3497 = append(yyv3497, Container{}) - yyh3497.ElemContainerState(yyj3497) + if yyrt3502 { + for ; yyj3502 < yyl3502; yyj3502++ { + yyv3502 = append(yyv3502, Container{}) + yyh3502.ElemContainerState(yyj3502) if r.TryDecodeAsNil() { - yyv3497[yyj3497] = Container{} + yyv3502[yyj3502] = Container{} } else { - yyv3499 := &yyv3497[yyj3497] - yyv3499.CodecDecodeSelf(d) + yyv3504 := &yyv3502[yyj3502] + yyv3504.CodecDecodeSelf(d) } } } } else { - yyj3497 := 0 - for ; !r.CheckBreak(); yyj3497++ { + yyj3502 := 0 + for ; !r.CheckBreak(); yyj3502++ { - if yyj3497 >= len(yyv3497) { - yyv3497 = append(yyv3497, Container{}) // var yyz3497 Container - yyc3497 = true + if yyj3502 >= len(yyv3502) { + yyv3502 = append(yyv3502, Container{}) // var yyz3502 Container + yyc3502 = true } - yyh3497.ElemContainerState(yyj3497) - if yyj3497 < len(yyv3497) { + yyh3502.ElemContainerState(yyj3502) + if yyj3502 < len(yyv3502) { if r.TryDecodeAsNil() { - yyv3497[yyj3497] = Container{} + yyv3502[yyj3502] = Container{} } else { - yyv3500 := &yyv3497[yyj3497] - yyv3500.CodecDecodeSelf(d) + yyv3505 := &yyv3502[yyj3502] + yyv3505.CodecDecodeSelf(d) } } else { @@ -43760,17 +43815,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj3497 < len(yyv3497) { - yyv3497 = yyv3497[:yyj3497] - yyc3497 = true - } else if yyj3497 == 0 && yyv3497 == nil { - yyv3497 = []Container{} - yyc3497 = true + if yyj3502 < len(yyv3502) { + yyv3502 = yyv3502[:yyj3502] + yyc3502 = true + } else if yyj3502 == 0 && yyv3502 == nil { + yyv3502 = []Container{} + yyc3502 = true } } - yyh3497.End() - if yyc3497 { - *v = yyv3497 + yyh3502.End() + if yyc3502 { + *v = yyv3502 } } @@ -43779,10 +43834,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3501 := range v { + for _, yyv3506 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3502 := &yyv3501 - yy3502.CodecEncodeSelf(e) + yy3507 := &yyv3506 + yy3507.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43792,83 +43847,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3503 := *v - yyh3503, yyl3503 := z.DecSliceHelperStart() - var yyc3503 bool - if yyl3503 == 0 { - if yyv3503 == nil { - yyv3503 = []LocalObjectReference{} - yyc3503 = true - } else if len(yyv3503) != 0 { - yyv3503 = yyv3503[:0] - yyc3503 = true + yyv3508 := *v + yyh3508, yyl3508 := z.DecSliceHelperStart() + var yyc3508 bool + if yyl3508 == 0 { + if yyv3508 == nil { + yyv3508 = []LocalObjectReference{} + yyc3508 = true + } else if len(yyv3508) != 0 { + yyv3508 = yyv3508[:0] + yyc3508 = true } - } else if yyl3503 > 0 { - var yyrr3503, yyrl3503 int - var yyrt3503 bool - if yyl3503 > cap(yyv3503) { + } else if yyl3508 > 0 { + var yyrr3508, yyrl3508 int + var yyrt3508 bool + if yyl3508 > cap(yyv3508) { - yyrg3503 := len(yyv3503) > 0 - yyv23503 := yyv3503 - yyrl3503, yyrt3503 = z.DecInferLen(yyl3503, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3503 { - if yyrl3503 <= cap(yyv3503) { - yyv3503 = yyv3503[:yyrl3503] + yyrg3508 := len(yyv3508) > 0 + yyv23508 := yyv3508 + yyrl3508, yyrt3508 = z.DecInferLen(yyl3508, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3508 { + if yyrl3508 <= cap(yyv3508) { + yyv3508 = yyv3508[:yyrl3508] } else { - yyv3503 = make([]LocalObjectReference, yyrl3503) + yyv3508 = make([]LocalObjectReference, yyrl3508) } } else { - yyv3503 = make([]LocalObjectReference, yyrl3503) + yyv3508 = make([]LocalObjectReference, yyrl3508) } - yyc3503 = true - yyrr3503 = len(yyv3503) - if yyrg3503 { - copy(yyv3503, yyv23503) + yyc3508 = true + yyrr3508 = len(yyv3508) + if yyrg3508 { + copy(yyv3508, yyv23508) } - } else if yyl3503 != len(yyv3503) { - yyv3503 = yyv3503[:yyl3503] - yyc3503 = true + } else if yyl3508 != len(yyv3508) { + yyv3508 = yyv3508[:yyl3508] + yyc3508 = true } - yyj3503 := 0 - for ; yyj3503 < yyrr3503; yyj3503++ { - yyh3503.ElemContainerState(yyj3503) + yyj3508 := 0 + for ; yyj3508 < yyrr3508; yyj3508++ { + yyh3508.ElemContainerState(yyj3508) if r.TryDecodeAsNil() { - yyv3503[yyj3503] = LocalObjectReference{} + yyv3508[yyj3508] = LocalObjectReference{} } else { - yyv3504 := &yyv3503[yyj3503] - yyv3504.CodecDecodeSelf(d) + yyv3509 := &yyv3508[yyj3508] + yyv3509.CodecDecodeSelf(d) } } - if yyrt3503 { - for ; yyj3503 < yyl3503; yyj3503++ { - yyv3503 = append(yyv3503, LocalObjectReference{}) - yyh3503.ElemContainerState(yyj3503) + if yyrt3508 { + for ; yyj3508 < yyl3508; yyj3508++ { + yyv3508 = append(yyv3508, LocalObjectReference{}) + yyh3508.ElemContainerState(yyj3508) if r.TryDecodeAsNil() { - yyv3503[yyj3503] = LocalObjectReference{} + yyv3508[yyj3508] = LocalObjectReference{} } else { - yyv3505 := &yyv3503[yyj3503] - yyv3505.CodecDecodeSelf(d) + yyv3510 := &yyv3508[yyj3508] + yyv3510.CodecDecodeSelf(d) } } } } else { - yyj3503 := 0 - for ; !r.CheckBreak(); yyj3503++ { + yyj3508 := 0 + for ; !r.CheckBreak(); yyj3508++ { - if yyj3503 >= len(yyv3503) { - yyv3503 = append(yyv3503, LocalObjectReference{}) // var yyz3503 LocalObjectReference - yyc3503 = true + if yyj3508 >= len(yyv3508) { + yyv3508 = append(yyv3508, LocalObjectReference{}) // var yyz3508 LocalObjectReference + yyc3508 = true } - yyh3503.ElemContainerState(yyj3503) - if yyj3503 < len(yyv3503) { + yyh3508.ElemContainerState(yyj3508) + if yyj3508 < len(yyv3508) { if r.TryDecodeAsNil() { - yyv3503[yyj3503] = LocalObjectReference{} + yyv3508[yyj3508] = LocalObjectReference{} } else { - yyv3506 := &yyv3503[yyj3503] - yyv3506.CodecDecodeSelf(d) + yyv3511 := &yyv3508[yyj3508] + yyv3511.CodecDecodeSelf(d) } } else { @@ -43876,17 +43931,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj3503 < len(yyv3503) { - yyv3503 = yyv3503[:yyj3503] - yyc3503 = true - } else if yyj3503 == 0 && yyv3503 == nil { - yyv3503 = []LocalObjectReference{} - yyc3503 = true + if yyj3508 < len(yyv3508) { + yyv3508 = yyv3508[:yyj3508] + yyc3508 = true + } else if yyj3508 == 0 && yyv3508 == nil { + yyv3508 = []LocalObjectReference{} + yyc3508 = true } } - yyh3503.End() - if yyc3503 { - *v = yyv3503 + yyh3508.End() + if yyc3508 { + *v = yyv3508 } } @@ -43895,10 +43950,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3507 := range v { + for _, yyv3512 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3508 := &yyv3507 - yy3508.CodecEncodeSelf(e) + yy3513 := &yyv3512 + yy3513.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43908,83 +43963,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3509 := *v - yyh3509, yyl3509 := z.DecSliceHelperStart() - var yyc3509 bool - if yyl3509 == 0 { - if yyv3509 == nil { - yyv3509 = []PodCondition{} - yyc3509 = true - } else if len(yyv3509) != 0 { - yyv3509 = yyv3509[:0] - yyc3509 = true + yyv3514 := *v + yyh3514, yyl3514 := z.DecSliceHelperStart() + var yyc3514 bool + if yyl3514 == 0 { + if yyv3514 == nil { + yyv3514 = []PodCondition{} + yyc3514 = true + } else if len(yyv3514) != 0 { + yyv3514 = yyv3514[:0] + yyc3514 = true } - } else if yyl3509 > 0 { - var yyrr3509, yyrl3509 int - var yyrt3509 bool - if yyl3509 > cap(yyv3509) { + } else if yyl3514 > 0 { + var yyrr3514, yyrl3514 int + var yyrt3514 bool + if yyl3514 > cap(yyv3514) { - yyrg3509 := len(yyv3509) > 0 - yyv23509 := yyv3509 - yyrl3509, yyrt3509 = z.DecInferLen(yyl3509, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3509 { - if yyrl3509 <= cap(yyv3509) { - yyv3509 = yyv3509[:yyrl3509] + yyrg3514 := len(yyv3514) > 0 + yyv23514 := yyv3514 + yyrl3514, yyrt3514 = z.DecInferLen(yyl3514, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3514 { + if yyrl3514 <= cap(yyv3514) { + yyv3514 = yyv3514[:yyrl3514] } else { - yyv3509 = make([]PodCondition, yyrl3509) + yyv3514 = make([]PodCondition, yyrl3514) } } else { - yyv3509 = make([]PodCondition, yyrl3509) + yyv3514 = make([]PodCondition, yyrl3514) } - yyc3509 = true - yyrr3509 = len(yyv3509) - if yyrg3509 { - copy(yyv3509, yyv23509) + yyc3514 = true + yyrr3514 = len(yyv3514) + if yyrg3514 { + copy(yyv3514, yyv23514) } - } else if yyl3509 != len(yyv3509) { - yyv3509 = yyv3509[:yyl3509] - yyc3509 = true + } else if yyl3514 != len(yyv3514) { + yyv3514 = yyv3514[:yyl3514] + yyc3514 = true } - yyj3509 := 0 - for ; yyj3509 < yyrr3509; yyj3509++ { - yyh3509.ElemContainerState(yyj3509) + yyj3514 := 0 + for ; yyj3514 < yyrr3514; yyj3514++ { + yyh3514.ElemContainerState(yyj3514) if r.TryDecodeAsNil() { - yyv3509[yyj3509] = PodCondition{} + yyv3514[yyj3514] = PodCondition{} } else { - yyv3510 := &yyv3509[yyj3509] - yyv3510.CodecDecodeSelf(d) + yyv3515 := &yyv3514[yyj3514] + yyv3515.CodecDecodeSelf(d) } } - if yyrt3509 { - for ; yyj3509 < yyl3509; yyj3509++ { - yyv3509 = append(yyv3509, PodCondition{}) - yyh3509.ElemContainerState(yyj3509) + if yyrt3514 { + for ; yyj3514 < yyl3514; yyj3514++ { + yyv3514 = append(yyv3514, PodCondition{}) + yyh3514.ElemContainerState(yyj3514) if r.TryDecodeAsNil() { - yyv3509[yyj3509] = PodCondition{} + yyv3514[yyj3514] = PodCondition{} } else { - yyv3511 := &yyv3509[yyj3509] - yyv3511.CodecDecodeSelf(d) + yyv3516 := &yyv3514[yyj3514] + yyv3516.CodecDecodeSelf(d) } } } } else { - yyj3509 := 0 - for ; !r.CheckBreak(); yyj3509++ { + yyj3514 := 0 + for ; !r.CheckBreak(); yyj3514++ { - if yyj3509 >= len(yyv3509) { - yyv3509 = append(yyv3509, PodCondition{}) // var yyz3509 PodCondition - yyc3509 = true + if yyj3514 >= len(yyv3514) { + yyv3514 = append(yyv3514, PodCondition{}) // var yyz3514 PodCondition + yyc3514 = true } - yyh3509.ElemContainerState(yyj3509) - if yyj3509 < len(yyv3509) { + yyh3514.ElemContainerState(yyj3514) + if yyj3514 < len(yyv3514) { if r.TryDecodeAsNil() { - yyv3509[yyj3509] = PodCondition{} + yyv3514[yyj3514] = PodCondition{} } else { - yyv3512 := &yyv3509[yyj3509] - yyv3512.CodecDecodeSelf(d) + yyv3517 := &yyv3514[yyj3514] + yyv3517.CodecDecodeSelf(d) } } else { @@ -43992,17 +44047,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj3509 < len(yyv3509) { - yyv3509 = yyv3509[:yyj3509] - yyc3509 = true - } else if yyj3509 == 0 && yyv3509 == nil { - yyv3509 = []PodCondition{} - yyc3509 = true + if yyj3514 < len(yyv3514) { + yyv3514 = yyv3514[:yyj3514] + yyc3514 = true + } else if yyj3514 == 0 && yyv3514 == nil { + yyv3514 = []PodCondition{} + yyc3514 = true } } - yyh3509.End() - if yyc3509 { - *v = yyv3509 + yyh3514.End() + if yyc3514 { + *v = yyv3514 } } @@ -44011,10 +44066,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3513 := range v { + for _, yyv3518 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3514 := &yyv3513 - yy3514.CodecEncodeSelf(e) + yy3519 := &yyv3518 + yy3519.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44024,83 +44079,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3515 := *v - yyh3515, yyl3515 := z.DecSliceHelperStart() - var yyc3515 bool - if yyl3515 == 0 { - if yyv3515 == nil { - yyv3515 = []ContainerStatus{} - yyc3515 = true - } else if len(yyv3515) != 0 { - yyv3515 = yyv3515[:0] - yyc3515 = true + yyv3520 := *v + yyh3520, yyl3520 := z.DecSliceHelperStart() + var yyc3520 bool + if yyl3520 == 0 { + if yyv3520 == nil { + yyv3520 = []ContainerStatus{} + yyc3520 = true + } else if len(yyv3520) != 0 { + yyv3520 = yyv3520[:0] + yyc3520 = true } - } else if yyl3515 > 0 { - var yyrr3515, yyrl3515 int - var yyrt3515 bool - if yyl3515 > cap(yyv3515) { + } else if yyl3520 > 0 { + var yyrr3520, yyrl3520 int + var yyrt3520 bool + if yyl3520 > cap(yyv3520) { - yyrg3515 := len(yyv3515) > 0 - yyv23515 := yyv3515 - yyrl3515, yyrt3515 = z.DecInferLen(yyl3515, z.DecBasicHandle().MaxInitLen, 128) - if yyrt3515 { - if yyrl3515 <= cap(yyv3515) { - yyv3515 = yyv3515[:yyrl3515] + yyrg3520 := len(yyv3520) > 0 + yyv23520 := yyv3520 + yyrl3520, yyrt3520 = z.DecInferLen(yyl3520, z.DecBasicHandle().MaxInitLen, 128) + if yyrt3520 { + if yyrl3520 <= cap(yyv3520) { + yyv3520 = yyv3520[:yyrl3520] } else { - yyv3515 = make([]ContainerStatus, yyrl3515) + yyv3520 = make([]ContainerStatus, yyrl3520) } } else { - yyv3515 = make([]ContainerStatus, yyrl3515) + yyv3520 = make([]ContainerStatus, yyrl3520) } - yyc3515 = true - yyrr3515 = len(yyv3515) - if yyrg3515 { - copy(yyv3515, yyv23515) + yyc3520 = true + yyrr3520 = len(yyv3520) + if yyrg3520 { + copy(yyv3520, yyv23520) } - } else if yyl3515 != len(yyv3515) { - yyv3515 = yyv3515[:yyl3515] - yyc3515 = true + } else if yyl3520 != len(yyv3520) { + yyv3520 = yyv3520[:yyl3520] + yyc3520 = true } - yyj3515 := 0 - for ; yyj3515 < yyrr3515; yyj3515++ { - yyh3515.ElemContainerState(yyj3515) + yyj3520 := 0 + for ; yyj3520 < yyrr3520; yyj3520++ { + yyh3520.ElemContainerState(yyj3520) if r.TryDecodeAsNil() { - yyv3515[yyj3515] = ContainerStatus{} + yyv3520[yyj3520] = ContainerStatus{} } else { - yyv3516 := &yyv3515[yyj3515] - yyv3516.CodecDecodeSelf(d) + yyv3521 := &yyv3520[yyj3520] + yyv3521.CodecDecodeSelf(d) } } - if yyrt3515 { - for ; yyj3515 < yyl3515; yyj3515++ { - yyv3515 = append(yyv3515, ContainerStatus{}) - yyh3515.ElemContainerState(yyj3515) + if yyrt3520 { + for ; yyj3520 < yyl3520; yyj3520++ { + yyv3520 = append(yyv3520, ContainerStatus{}) + yyh3520.ElemContainerState(yyj3520) if r.TryDecodeAsNil() { - yyv3515[yyj3515] = ContainerStatus{} + yyv3520[yyj3520] = ContainerStatus{} } else { - yyv3517 := &yyv3515[yyj3515] - yyv3517.CodecDecodeSelf(d) + yyv3522 := &yyv3520[yyj3520] + yyv3522.CodecDecodeSelf(d) } } } } else { - yyj3515 := 0 - for ; !r.CheckBreak(); yyj3515++ { + yyj3520 := 0 + for ; !r.CheckBreak(); yyj3520++ { - if yyj3515 >= len(yyv3515) { - yyv3515 = append(yyv3515, ContainerStatus{}) // var yyz3515 ContainerStatus - yyc3515 = true + if yyj3520 >= len(yyv3520) { + yyv3520 = append(yyv3520, ContainerStatus{}) // var yyz3520 ContainerStatus + yyc3520 = true } - yyh3515.ElemContainerState(yyj3515) - if yyj3515 < len(yyv3515) { + yyh3520.ElemContainerState(yyj3520) + if yyj3520 < len(yyv3520) { if r.TryDecodeAsNil() { - yyv3515[yyj3515] = ContainerStatus{} + yyv3520[yyj3520] = ContainerStatus{} } else { - yyv3518 := &yyv3515[yyj3515] - yyv3518.CodecDecodeSelf(d) + yyv3523 := &yyv3520[yyj3520] + yyv3523.CodecDecodeSelf(d) } } else { @@ -44108,17 +44163,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj3515 < len(yyv3515) { - yyv3515 = yyv3515[:yyj3515] - yyc3515 = true - } else if yyj3515 == 0 && yyv3515 == nil { - yyv3515 = []ContainerStatus{} - yyc3515 = true + if yyj3520 < len(yyv3520) { + yyv3520 = yyv3520[:yyj3520] + yyc3520 = true + } else if yyj3520 == 0 && yyv3520 == nil { + yyv3520 = []ContainerStatus{} + yyc3520 = true } } - yyh3515.End() - if yyc3515 { - *v = yyv3515 + yyh3520.End() + if yyc3520 { + *v = yyv3520 } } @@ -44127,10 +44182,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3519 := range v { + for _, yyv3524 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3520 := &yyv3519 - yy3520.CodecEncodeSelf(e) + yy3525 := &yyv3524 + yy3525.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44140,83 +44195,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3521 := *v - yyh3521, yyl3521 := z.DecSliceHelperStart() - var yyc3521 bool - if yyl3521 == 0 { - if yyv3521 == nil { - yyv3521 = []PodTemplate{} - yyc3521 = true - } else if len(yyv3521) != 0 { - yyv3521 = yyv3521[:0] - yyc3521 = true + yyv3526 := *v + yyh3526, yyl3526 := z.DecSliceHelperStart() + var yyc3526 bool + if yyl3526 == 0 { + if yyv3526 == nil { + yyv3526 = []PodTemplate{} + yyc3526 = true + } else if len(yyv3526) != 0 { + yyv3526 = yyv3526[:0] + yyc3526 = true } - } else if yyl3521 > 0 { - var yyrr3521, yyrl3521 int - var yyrt3521 bool - if yyl3521 > cap(yyv3521) { + } else if yyl3526 > 0 { + var yyrr3526, yyrl3526 int + var yyrt3526 bool + if yyl3526 > cap(yyv3526) { - yyrg3521 := len(yyv3521) > 0 - yyv23521 := yyv3521 - yyrl3521, yyrt3521 = z.DecInferLen(yyl3521, z.DecBasicHandle().MaxInitLen, 520) - if yyrt3521 { - if yyrl3521 <= cap(yyv3521) { - yyv3521 = yyv3521[:yyrl3521] + yyrg3526 := len(yyv3526) > 0 + yyv23526 := yyv3526 + yyrl3526, yyrt3526 = z.DecInferLen(yyl3526, z.DecBasicHandle().MaxInitLen, 520) + if yyrt3526 { + if yyrl3526 <= cap(yyv3526) { + yyv3526 = yyv3526[:yyrl3526] } else { - yyv3521 = make([]PodTemplate, yyrl3521) + yyv3526 = make([]PodTemplate, yyrl3526) } } else { - yyv3521 = make([]PodTemplate, yyrl3521) + yyv3526 = make([]PodTemplate, yyrl3526) } - yyc3521 = true - yyrr3521 = len(yyv3521) - if yyrg3521 { - copy(yyv3521, yyv23521) + yyc3526 = true + yyrr3526 = len(yyv3526) + if yyrg3526 { + copy(yyv3526, yyv23526) } - } else if yyl3521 != len(yyv3521) { - yyv3521 = yyv3521[:yyl3521] - yyc3521 = true + } else if yyl3526 != len(yyv3526) { + yyv3526 = yyv3526[:yyl3526] + yyc3526 = true } - yyj3521 := 0 - for ; yyj3521 < yyrr3521; yyj3521++ { - yyh3521.ElemContainerState(yyj3521) + yyj3526 := 0 + for ; yyj3526 < yyrr3526; yyj3526++ { + yyh3526.ElemContainerState(yyj3526) if r.TryDecodeAsNil() { - yyv3521[yyj3521] = PodTemplate{} + yyv3526[yyj3526] = PodTemplate{} } else { - yyv3522 := &yyv3521[yyj3521] - yyv3522.CodecDecodeSelf(d) + yyv3527 := &yyv3526[yyj3526] + yyv3527.CodecDecodeSelf(d) } } - if yyrt3521 { - for ; yyj3521 < yyl3521; yyj3521++ { - yyv3521 = append(yyv3521, PodTemplate{}) - yyh3521.ElemContainerState(yyj3521) + if yyrt3526 { + for ; yyj3526 < yyl3526; yyj3526++ { + yyv3526 = append(yyv3526, PodTemplate{}) + yyh3526.ElemContainerState(yyj3526) if r.TryDecodeAsNil() { - yyv3521[yyj3521] = PodTemplate{} + yyv3526[yyj3526] = PodTemplate{} } else { - yyv3523 := &yyv3521[yyj3521] - yyv3523.CodecDecodeSelf(d) + yyv3528 := &yyv3526[yyj3526] + yyv3528.CodecDecodeSelf(d) } } } } else { - yyj3521 := 0 - for ; !r.CheckBreak(); yyj3521++ { + yyj3526 := 0 + for ; !r.CheckBreak(); yyj3526++ { - if yyj3521 >= len(yyv3521) { - yyv3521 = append(yyv3521, PodTemplate{}) // var yyz3521 PodTemplate - yyc3521 = true + if yyj3526 >= len(yyv3526) { + yyv3526 = append(yyv3526, PodTemplate{}) // var yyz3526 PodTemplate + yyc3526 = true } - yyh3521.ElemContainerState(yyj3521) - if yyj3521 < len(yyv3521) { + yyh3526.ElemContainerState(yyj3526) + if yyj3526 < len(yyv3526) { if r.TryDecodeAsNil() { - yyv3521[yyj3521] = PodTemplate{} + yyv3526[yyj3526] = PodTemplate{} } else { - yyv3524 := &yyv3521[yyj3521] - yyv3524.CodecDecodeSelf(d) + yyv3529 := &yyv3526[yyj3526] + yyv3529.CodecDecodeSelf(d) } } else { @@ -44224,17 +44279,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj3521 < len(yyv3521) { - yyv3521 = yyv3521[:yyj3521] - yyc3521 = true - } else if yyj3521 == 0 && yyv3521 == nil { - yyv3521 = []PodTemplate{} - yyc3521 = true + if yyj3526 < len(yyv3526) { + yyv3526 = yyv3526[:yyj3526] + yyc3526 = true + } else if yyj3526 == 0 && yyv3526 == nil { + yyv3526 = []PodTemplate{} + yyc3526 = true } } - yyh3521.End() - if yyc3521 { - *v = yyv3521 + yyh3526.End() + if yyc3526 { + *v = yyv3526 } } @@ -44243,10 +44298,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3525 := range v { + for _, yyv3530 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3526 := &yyv3525 - yy3526.CodecEncodeSelf(e) + yy3531 := &yyv3530 + yy3531.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44256,83 +44311,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3527 := *v - yyh3527, yyl3527 := z.DecSliceHelperStart() - var yyc3527 bool - if yyl3527 == 0 { - if yyv3527 == nil { - yyv3527 = []ReplicationController{} - yyc3527 = true - } else if len(yyv3527) != 0 { - yyv3527 = yyv3527[:0] - yyc3527 = true + yyv3532 := *v + yyh3532, yyl3532 := z.DecSliceHelperStart() + var yyc3532 bool + if yyl3532 == 0 { + if yyv3532 == nil { + yyv3532 = []ReplicationController{} + yyc3532 = true + } else if len(yyv3532) != 0 { + yyv3532 = yyv3532[:0] + yyc3532 = true } - } else if yyl3527 > 0 { - var yyrr3527, yyrl3527 int - var yyrt3527 bool - if yyl3527 > cap(yyv3527) { + } else if yyl3532 > 0 { + var yyrr3532, yyrl3532 int + var yyrt3532 bool + if yyl3532 > cap(yyv3532) { - yyrg3527 := len(yyv3527) > 0 - yyv23527 := yyv3527 - yyrl3527, yyrt3527 = z.DecInferLen(yyl3527, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3527 { - if yyrl3527 <= cap(yyv3527) { - yyv3527 = yyv3527[:yyrl3527] + yyrg3532 := len(yyv3532) > 0 + yyv23532 := yyv3532 + yyrl3532, yyrt3532 = z.DecInferLen(yyl3532, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3532 { + if yyrl3532 <= cap(yyv3532) { + yyv3532 = yyv3532[:yyrl3532] } else { - yyv3527 = make([]ReplicationController, yyrl3527) + yyv3532 = make([]ReplicationController, yyrl3532) } } else { - yyv3527 = make([]ReplicationController, yyrl3527) + yyv3532 = make([]ReplicationController, yyrl3532) } - yyc3527 = true - yyrr3527 = len(yyv3527) - if yyrg3527 { - copy(yyv3527, yyv23527) + yyc3532 = true + yyrr3532 = len(yyv3532) + if yyrg3532 { + copy(yyv3532, yyv23532) } - } else if yyl3527 != len(yyv3527) { - yyv3527 = yyv3527[:yyl3527] - yyc3527 = true + } else if yyl3532 != len(yyv3532) { + yyv3532 = yyv3532[:yyl3532] + yyc3532 = true } - yyj3527 := 0 - for ; yyj3527 < yyrr3527; yyj3527++ { - yyh3527.ElemContainerState(yyj3527) + yyj3532 := 0 + for ; yyj3532 < yyrr3532; yyj3532++ { + yyh3532.ElemContainerState(yyj3532) if r.TryDecodeAsNil() { - yyv3527[yyj3527] = ReplicationController{} + yyv3532[yyj3532] = ReplicationController{} } else { - yyv3528 := &yyv3527[yyj3527] - yyv3528.CodecDecodeSelf(d) + yyv3533 := &yyv3532[yyj3532] + yyv3533.CodecDecodeSelf(d) } } - if yyrt3527 { - for ; yyj3527 < yyl3527; yyj3527++ { - yyv3527 = append(yyv3527, ReplicationController{}) - yyh3527.ElemContainerState(yyj3527) + if yyrt3532 { + for ; yyj3532 < yyl3532; yyj3532++ { + yyv3532 = append(yyv3532, ReplicationController{}) + yyh3532.ElemContainerState(yyj3532) if r.TryDecodeAsNil() { - yyv3527[yyj3527] = ReplicationController{} + yyv3532[yyj3532] = ReplicationController{} } else { - yyv3529 := &yyv3527[yyj3527] - yyv3529.CodecDecodeSelf(d) + yyv3534 := &yyv3532[yyj3532] + yyv3534.CodecDecodeSelf(d) } } } } else { - yyj3527 := 0 - for ; !r.CheckBreak(); yyj3527++ { + yyj3532 := 0 + for ; !r.CheckBreak(); yyj3532++ { - if yyj3527 >= len(yyv3527) { - yyv3527 = append(yyv3527, ReplicationController{}) // var yyz3527 ReplicationController - yyc3527 = true + if yyj3532 >= len(yyv3532) { + yyv3532 = append(yyv3532, ReplicationController{}) // var yyz3532 ReplicationController + yyc3532 = true } - yyh3527.ElemContainerState(yyj3527) - if yyj3527 < len(yyv3527) { + yyh3532.ElemContainerState(yyj3532) + if yyj3532 < len(yyv3532) { if r.TryDecodeAsNil() { - yyv3527[yyj3527] = ReplicationController{} + yyv3532[yyj3532] = ReplicationController{} } else { - yyv3530 := &yyv3527[yyj3527] - yyv3530.CodecDecodeSelf(d) + yyv3535 := &yyv3532[yyj3532] + yyv3535.CodecDecodeSelf(d) } } else { @@ -44340,17 +44395,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj3527 < len(yyv3527) { - yyv3527 = yyv3527[:yyj3527] - yyc3527 = true - } else if yyj3527 == 0 && yyv3527 == nil { - yyv3527 = []ReplicationController{} - yyc3527 = true + if yyj3532 < len(yyv3532) { + yyv3532 = yyv3532[:yyj3532] + yyc3532 = true + } else if yyj3532 == 0 && yyv3532 == nil { + yyv3532 = []ReplicationController{} + yyc3532 = true } } - yyh3527.End() - if yyc3527 { - *v = yyv3527 + yyh3532.End() + if yyc3532 { + *v = yyv3532 } } @@ -44359,10 +44414,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3531 := range v { + for _, yyv3536 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3532 := &yyv3531 - yy3532.CodecEncodeSelf(e) + yy3537 := &yyv3536 + yy3537.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44372,83 +44427,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3533 := *v - yyh3533, yyl3533 := z.DecSliceHelperStart() - var yyc3533 bool - if yyl3533 == 0 { - if yyv3533 == nil { - yyv3533 = []Service{} - yyc3533 = true - } else if len(yyv3533) != 0 { - yyv3533 = yyv3533[:0] - yyc3533 = true + yyv3538 := *v + yyh3538, yyl3538 := z.DecSliceHelperStart() + var yyc3538 bool + if yyl3538 == 0 { + if yyv3538 == nil { + yyv3538 = []Service{} + yyc3538 = true + } else if len(yyv3538) != 0 { + yyv3538 = yyv3538[:0] + yyc3538 = true } - } else if yyl3533 > 0 { - var yyrr3533, yyrl3533 int - var yyrt3533 bool - if yyl3533 > cap(yyv3533) { + } else if yyl3538 > 0 { + var yyrr3538, yyrl3538 int + var yyrt3538 bool + if yyl3538 > cap(yyv3538) { - yyrg3533 := len(yyv3533) > 0 - yyv23533 := yyv3533 - yyrl3533, yyrt3533 = z.DecInferLen(yyl3533, z.DecBasicHandle().MaxInitLen, 336) - if yyrt3533 { - if yyrl3533 <= cap(yyv3533) { - yyv3533 = yyv3533[:yyrl3533] + yyrg3538 := len(yyv3538) > 0 + yyv23538 := yyv3538 + yyrl3538, yyrt3538 = z.DecInferLen(yyl3538, z.DecBasicHandle().MaxInitLen, 336) + if yyrt3538 { + if yyrl3538 <= cap(yyv3538) { + yyv3538 = yyv3538[:yyrl3538] } else { - yyv3533 = make([]Service, yyrl3533) + yyv3538 = make([]Service, yyrl3538) } } else { - yyv3533 = make([]Service, yyrl3533) + yyv3538 = make([]Service, yyrl3538) } - yyc3533 = true - yyrr3533 = len(yyv3533) - if yyrg3533 { - copy(yyv3533, yyv23533) + yyc3538 = true + yyrr3538 = len(yyv3538) + if yyrg3538 { + copy(yyv3538, yyv23538) } - } else if yyl3533 != len(yyv3533) { - yyv3533 = yyv3533[:yyl3533] - yyc3533 = true + } else if yyl3538 != len(yyv3538) { + yyv3538 = yyv3538[:yyl3538] + yyc3538 = true } - yyj3533 := 0 - for ; yyj3533 < yyrr3533; yyj3533++ { - yyh3533.ElemContainerState(yyj3533) + yyj3538 := 0 + for ; yyj3538 < yyrr3538; yyj3538++ { + yyh3538.ElemContainerState(yyj3538) if r.TryDecodeAsNil() { - yyv3533[yyj3533] = Service{} + yyv3538[yyj3538] = Service{} } else { - yyv3534 := &yyv3533[yyj3533] - yyv3534.CodecDecodeSelf(d) + yyv3539 := &yyv3538[yyj3538] + yyv3539.CodecDecodeSelf(d) } } - if yyrt3533 { - for ; yyj3533 < yyl3533; yyj3533++ { - yyv3533 = append(yyv3533, Service{}) - yyh3533.ElemContainerState(yyj3533) + if yyrt3538 { + for ; yyj3538 < yyl3538; yyj3538++ { + yyv3538 = append(yyv3538, Service{}) + yyh3538.ElemContainerState(yyj3538) if r.TryDecodeAsNil() { - yyv3533[yyj3533] = Service{} + yyv3538[yyj3538] = Service{} } else { - yyv3535 := &yyv3533[yyj3533] - yyv3535.CodecDecodeSelf(d) + yyv3540 := &yyv3538[yyj3538] + yyv3540.CodecDecodeSelf(d) } } } } else { - yyj3533 := 0 - for ; !r.CheckBreak(); yyj3533++ { + yyj3538 := 0 + for ; !r.CheckBreak(); yyj3538++ { - if yyj3533 >= len(yyv3533) { - yyv3533 = append(yyv3533, Service{}) // var yyz3533 Service - yyc3533 = true + if yyj3538 >= len(yyv3538) { + yyv3538 = append(yyv3538, Service{}) // var yyz3538 Service + yyc3538 = true } - yyh3533.ElemContainerState(yyj3533) - if yyj3533 < len(yyv3533) { + yyh3538.ElemContainerState(yyj3538) + if yyj3538 < len(yyv3538) { if r.TryDecodeAsNil() { - yyv3533[yyj3533] = Service{} + yyv3538[yyj3538] = Service{} } else { - yyv3536 := &yyv3533[yyj3533] - yyv3536.CodecDecodeSelf(d) + yyv3541 := &yyv3538[yyj3538] + yyv3541.CodecDecodeSelf(d) } } else { @@ -44456,17 +44511,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj3533 < len(yyv3533) { - yyv3533 = yyv3533[:yyj3533] - yyc3533 = true - } else if yyj3533 == 0 && yyv3533 == nil { - yyv3533 = []Service{} - yyc3533 = true + if yyj3538 < len(yyv3538) { + yyv3538 = yyv3538[:yyj3538] + yyc3538 = true + } else if yyj3538 == 0 && yyv3538 == nil { + yyv3538 = []Service{} + yyc3538 = true } } - yyh3533.End() - if yyc3533 { - *v = yyv3533 + yyh3538.End() + if yyc3538 { + *v = yyv3538 } } @@ -44475,10 +44530,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3537 := range v { + for _, yyv3542 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3538 := &yyv3537 - yy3538.CodecEncodeSelf(e) + yy3543 := &yyv3542 + yy3543.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44488,83 +44543,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3539 := *v - yyh3539, yyl3539 := z.DecSliceHelperStart() - var yyc3539 bool - if yyl3539 == 0 { - if yyv3539 == nil { - yyv3539 = []LoadBalancerIngress{} - yyc3539 = true - } else if len(yyv3539) != 0 { - yyv3539 = yyv3539[:0] - yyc3539 = true + yyv3544 := *v + yyh3544, yyl3544 := z.DecSliceHelperStart() + var yyc3544 bool + if yyl3544 == 0 { + if yyv3544 == nil { + yyv3544 = []LoadBalancerIngress{} + yyc3544 = true + } else if len(yyv3544) != 0 { + yyv3544 = yyv3544[:0] + yyc3544 = true } - } else if yyl3539 > 0 { - var yyrr3539, yyrl3539 int - var yyrt3539 bool - if yyl3539 > cap(yyv3539) { + } else if yyl3544 > 0 { + var yyrr3544, yyrl3544 int + var yyrt3544 bool + if yyl3544 > cap(yyv3544) { - yyrg3539 := len(yyv3539) > 0 - yyv23539 := yyv3539 - yyrl3539, yyrt3539 = z.DecInferLen(yyl3539, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3539 { - if yyrl3539 <= cap(yyv3539) { - yyv3539 = yyv3539[:yyrl3539] + yyrg3544 := len(yyv3544) > 0 + yyv23544 := yyv3544 + yyrl3544, yyrt3544 = z.DecInferLen(yyl3544, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3544 { + if yyrl3544 <= cap(yyv3544) { + yyv3544 = yyv3544[:yyrl3544] } else { - yyv3539 = make([]LoadBalancerIngress, yyrl3539) + yyv3544 = make([]LoadBalancerIngress, yyrl3544) } } else { - yyv3539 = make([]LoadBalancerIngress, yyrl3539) + yyv3544 = make([]LoadBalancerIngress, yyrl3544) } - yyc3539 = true - yyrr3539 = len(yyv3539) - if yyrg3539 { - copy(yyv3539, yyv23539) + yyc3544 = true + yyrr3544 = len(yyv3544) + if yyrg3544 { + copy(yyv3544, yyv23544) } - } else if yyl3539 != len(yyv3539) { - yyv3539 = yyv3539[:yyl3539] - yyc3539 = true + } else if yyl3544 != len(yyv3544) { + yyv3544 = yyv3544[:yyl3544] + yyc3544 = true } - yyj3539 := 0 - for ; yyj3539 < yyrr3539; yyj3539++ { - yyh3539.ElemContainerState(yyj3539) + yyj3544 := 0 + for ; yyj3544 < yyrr3544; yyj3544++ { + yyh3544.ElemContainerState(yyj3544) if r.TryDecodeAsNil() { - yyv3539[yyj3539] = LoadBalancerIngress{} + yyv3544[yyj3544] = LoadBalancerIngress{} } else { - yyv3540 := &yyv3539[yyj3539] - yyv3540.CodecDecodeSelf(d) + yyv3545 := &yyv3544[yyj3544] + yyv3545.CodecDecodeSelf(d) } } - if yyrt3539 { - for ; yyj3539 < yyl3539; yyj3539++ { - yyv3539 = append(yyv3539, LoadBalancerIngress{}) - yyh3539.ElemContainerState(yyj3539) + if yyrt3544 { + for ; yyj3544 < yyl3544; yyj3544++ { + yyv3544 = append(yyv3544, LoadBalancerIngress{}) + yyh3544.ElemContainerState(yyj3544) if r.TryDecodeAsNil() { - yyv3539[yyj3539] = LoadBalancerIngress{} + yyv3544[yyj3544] = LoadBalancerIngress{} } else { - yyv3541 := &yyv3539[yyj3539] - yyv3541.CodecDecodeSelf(d) + yyv3546 := &yyv3544[yyj3544] + yyv3546.CodecDecodeSelf(d) } } } } else { - yyj3539 := 0 - for ; !r.CheckBreak(); yyj3539++ { + yyj3544 := 0 + for ; !r.CheckBreak(); yyj3544++ { - if yyj3539 >= len(yyv3539) { - yyv3539 = append(yyv3539, LoadBalancerIngress{}) // var yyz3539 LoadBalancerIngress - yyc3539 = true + if yyj3544 >= len(yyv3544) { + yyv3544 = append(yyv3544, LoadBalancerIngress{}) // var yyz3544 LoadBalancerIngress + yyc3544 = true } - yyh3539.ElemContainerState(yyj3539) - if yyj3539 < len(yyv3539) { + yyh3544.ElemContainerState(yyj3544) + if yyj3544 < len(yyv3544) { if r.TryDecodeAsNil() { - yyv3539[yyj3539] = LoadBalancerIngress{} + yyv3544[yyj3544] = LoadBalancerIngress{} } else { - yyv3542 := &yyv3539[yyj3539] - yyv3542.CodecDecodeSelf(d) + yyv3547 := &yyv3544[yyj3544] + yyv3547.CodecDecodeSelf(d) } } else { @@ -44572,17 +44627,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj3539 < len(yyv3539) { - yyv3539 = yyv3539[:yyj3539] - yyc3539 = true - } else if yyj3539 == 0 && yyv3539 == nil { - yyv3539 = []LoadBalancerIngress{} - yyc3539 = true + if yyj3544 < len(yyv3544) { + yyv3544 = yyv3544[:yyj3544] + yyc3544 = true + } else if yyj3544 == 0 && yyv3544 == nil { + yyv3544 = []LoadBalancerIngress{} + yyc3544 = true } } - yyh3539.End() - if yyc3539 { - *v = yyv3539 + yyh3544.End() + if yyc3544 { + *v = yyv3544 } } @@ -44591,10 +44646,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3543 := range v { + for _, yyv3548 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3544 := &yyv3543 - yy3544.CodecEncodeSelf(e) + yy3549 := &yyv3548 + yy3549.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44604,83 +44659,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3545 := *v - yyh3545, yyl3545 := z.DecSliceHelperStart() - var yyc3545 bool - if yyl3545 == 0 { - if yyv3545 == nil { - yyv3545 = []ServicePort{} - yyc3545 = true - } else if len(yyv3545) != 0 { - yyv3545 = yyv3545[:0] - yyc3545 = true + yyv3550 := *v + yyh3550, yyl3550 := z.DecSliceHelperStart() + var yyc3550 bool + if yyl3550 == 0 { + if yyv3550 == nil { + yyv3550 = []ServicePort{} + yyc3550 = true + } else if len(yyv3550) != 0 { + yyv3550 = yyv3550[:0] + yyc3550 = true } - } else if yyl3545 > 0 { - var yyrr3545, yyrl3545 int - var yyrt3545 bool - if yyl3545 > cap(yyv3545) { + } else if yyl3550 > 0 { + var yyrr3550, yyrl3550 int + var yyrt3550 bool + if yyl3550 > cap(yyv3550) { - yyrg3545 := len(yyv3545) > 0 - yyv23545 := yyv3545 - yyrl3545, yyrt3545 = z.DecInferLen(yyl3545, z.DecBasicHandle().MaxInitLen, 80) - if yyrt3545 { - if yyrl3545 <= cap(yyv3545) { - yyv3545 = yyv3545[:yyrl3545] + yyrg3550 := len(yyv3550) > 0 + yyv23550 := yyv3550 + yyrl3550, yyrt3550 = z.DecInferLen(yyl3550, z.DecBasicHandle().MaxInitLen, 80) + if yyrt3550 { + if yyrl3550 <= cap(yyv3550) { + yyv3550 = yyv3550[:yyrl3550] } else { - yyv3545 = make([]ServicePort, yyrl3545) + yyv3550 = make([]ServicePort, yyrl3550) } } else { - yyv3545 = make([]ServicePort, yyrl3545) + yyv3550 = make([]ServicePort, yyrl3550) } - yyc3545 = true - yyrr3545 = len(yyv3545) - if yyrg3545 { - copy(yyv3545, yyv23545) + yyc3550 = true + yyrr3550 = len(yyv3550) + if yyrg3550 { + copy(yyv3550, yyv23550) } - } else if yyl3545 != len(yyv3545) { - yyv3545 = yyv3545[:yyl3545] - yyc3545 = true + } else if yyl3550 != len(yyv3550) { + yyv3550 = yyv3550[:yyl3550] + yyc3550 = true } - yyj3545 := 0 - for ; yyj3545 < yyrr3545; yyj3545++ { - yyh3545.ElemContainerState(yyj3545) + yyj3550 := 0 + for ; yyj3550 < yyrr3550; yyj3550++ { + yyh3550.ElemContainerState(yyj3550) if r.TryDecodeAsNil() { - yyv3545[yyj3545] = ServicePort{} + yyv3550[yyj3550] = ServicePort{} } else { - yyv3546 := &yyv3545[yyj3545] - yyv3546.CodecDecodeSelf(d) + yyv3551 := &yyv3550[yyj3550] + yyv3551.CodecDecodeSelf(d) } } - if yyrt3545 { - for ; yyj3545 < yyl3545; yyj3545++ { - yyv3545 = append(yyv3545, ServicePort{}) - yyh3545.ElemContainerState(yyj3545) + if yyrt3550 { + for ; yyj3550 < yyl3550; yyj3550++ { + yyv3550 = append(yyv3550, ServicePort{}) + yyh3550.ElemContainerState(yyj3550) if r.TryDecodeAsNil() { - yyv3545[yyj3545] = ServicePort{} + yyv3550[yyj3550] = ServicePort{} } else { - yyv3547 := &yyv3545[yyj3545] - yyv3547.CodecDecodeSelf(d) + yyv3552 := &yyv3550[yyj3550] + yyv3552.CodecDecodeSelf(d) } } } } else { - yyj3545 := 0 - for ; !r.CheckBreak(); yyj3545++ { + yyj3550 := 0 + for ; !r.CheckBreak(); yyj3550++ { - if yyj3545 >= len(yyv3545) { - yyv3545 = append(yyv3545, ServicePort{}) // var yyz3545 ServicePort - yyc3545 = true + if yyj3550 >= len(yyv3550) { + yyv3550 = append(yyv3550, ServicePort{}) // var yyz3550 ServicePort + yyc3550 = true } - yyh3545.ElemContainerState(yyj3545) - if yyj3545 < len(yyv3545) { + yyh3550.ElemContainerState(yyj3550) + if yyj3550 < len(yyv3550) { if r.TryDecodeAsNil() { - yyv3545[yyj3545] = ServicePort{} + yyv3550[yyj3550] = ServicePort{} } else { - yyv3548 := &yyv3545[yyj3545] - yyv3548.CodecDecodeSelf(d) + yyv3553 := &yyv3550[yyj3550] + yyv3553.CodecDecodeSelf(d) } } else { @@ -44688,17 +44743,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj3545 < len(yyv3545) { - yyv3545 = yyv3545[:yyj3545] - yyc3545 = true - } else if yyj3545 == 0 && yyv3545 == nil { - yyv3545 = []ServicePort{} - yyc3545 = true + if yyj3550 < len(yyv3550) { + yyv3550 = yyv3550[:yyj3550] + yyc3550 = true + } else if yyj3550 == 0 && yyv3550 == nil { + yyv3550 = []ServicePort{} + yyc3550 = true } } - yyh3545.End() - if yyc3545 { - *v = yyv3545 + yyh3550.End() + if yyc3550 { + *v = yyv3550 } } @@ -44707,10 +44762,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3549 := range v { + for _, yyv3554 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3550 := &yyv3549 - yy3550.CodecEncodeSelf(e) + yy3555 := &yyv3554 + yy3555.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44720,83 +44775,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3551 := *v - yyh3551, yyl3551 := z.DecSliceHelperStart() - var yyc3551 bool - if yyl3551 == 0 { - if yyv3551 == nil { - yyv3551 = []ObjectReference{} - yyc3551 = true - } else if len(yyv3551) != 0 { - yyv3551 = yyv3551[:0] - yyc3551 = true + yyv3556 := *v + yyh3556, yyl3556 := z.DecSliceHelperStart() + var yyc3556 bool + if yyl3556 == 0 { + if yyv3556 == nil { + yyv3556 = []ObjectReference{} + yyc3556 = true + } else if len(yyv3556) != 0 { + yyv3556 = yyv3556[:0] + yyc3556 = true } - } else if yyl3551 > 0 { - var yyrr3551, yyrl3551 int - var yyrt3551 bool - if yyl3551 > cap(yyv3551) { + } else if yyl3556 > 0 { + var yyrr3556, yyrl3556 int + var yyrt3556 bool + if yyl3556 > cap(yyv3556) { - yyrg3551 := len(yyv3551) > 0 - yyv23551 := yyv3551 - yyrl3551, yyrt3551 = z.DecInferLen(yyl3551, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3551 { - if yyrl3551 <= cap(yyv3551) { - yyv3551 = yyv3551[:yyrl3551] + yyrg3556 := len(yyv3556) > 0 + yyv23556 := yyv3556 + yyrl3556, yyrt3556 = z.DecInferLen(yyl3556, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3556 { + if yyrl3556 <= cap(yyv3556) { + yyv3556 = yyv3556[:yyrl3556] } else { - yyv3551 = make([]ObjectReference, yyrl3551) + yyv3556 = make([]ObjectReference, yyrl3556) } } else { - yyv3551 = make([]ObjectReference, yyrl3551) + yyv3556 = make([]ObjectReference, yyrl3556) } - yyc3551 = true - yyrr3551 = len(yyv3551) - if yyrg3551 { - copy(yyv3551, yyv23551) + yyc3556 = true + yyrr3556 = len(yyv3556) + if yyrg3556 { + copy(yyv3556, yyv23556) } - } else if yyl3551 != len(yyv3551) { - yyv3551 = yyv3551[:yyl3551] - yyc3551 = true + } else if yyl3556 != len(yyv3556) { + yyv3556 = yyv3556[:yyl3556] + yyc3556 = true } - yyj3551 := 0 - for ; yyj3551 < yyrr3551; yyj3551++ { - yyh3551.ElemContainerState(yyj3551) + yyj3556 := 0 + for ; yyj3556 < yyrr3556; yyj3556++ { + yyh3556.ElemContainerState(yyj3556) if r.TryDecodeAsNil() { - yyv3551[yyj3551] = ObjectReference{} + yyv3556[yyj3556] = ObjectReference{} } else { - yyv3552 := &yyv3551[yyj3551] - yyv3552.CodecDecodeSelf(d) + yyv3557 := &yyv3556[yyj3556] + yyv3557.CodecDecodeSelf(d) } } - if yyrt3551 { - for ; yyj3551 < yyl3551; yyj3551++ { - yyv3551 = append(yyv3551, ObjectReference{}) - yyh3551.ElemContainerState(yyj3551) + if yyrt3556 { + for ; yyj3556 < yyl3556; yyj3556++ { + yyv3556 = append(yyv3556, ObjectReference{}) + yyh3556.ElemContainerState(yyj3556) if r.TryDecodeAsNil() { - yyv3551[yyj3551] = ObjectReference{} + yyv3556[yyj3556] = ObjectReference{} } else { - yyv3553 := &yyv3551[yyj3551] - yyv3553.CodecDecodeSelf(d) + yyv3558 := &yyv3556[yyj3556] + yyv3558.CodecDecodeSelf(d) } } } } else { - yyj3551 := 0 - for ; !r.CheckBreak(); yyj3551++ { + yyj3556 := 0 + for ; !r.CheckBreak(); yyj3556++ { - if yyj3551 >= len(yyv3551) { - yyv3551 = append(yyv3551, ObjectReference{}) // var yyz3551 ObjectReference - yyc3551 = true + if yyj3556 >= len(yyv3556) { + yyv3556 = append(yyv3556, ObjectReference{}) // var yyz3556 ObjectReference + yyc3556 = true } - yyh3551.ElemContainerState(yyj3551) - if yyj3551 < len(yyv3551) { + yyh3556.ElemContainerState(yyj3556) + if yyj3556 < len(yyv3556) { if r.TryDecodeAsNil() { - yyv3551[yyj3551] = ObjectReference{} + yyv3556[yyj3556] = ObjectReference{} } else { - yyv3554 := &yyv3551[yyj3551] - yyv3554.CodecDecodeSelf(d) + yyv3559 := &yyv3556[yyj3556] + yyv3559.CodecDecodeSelf(d) } } else { @@ -44804,17 +44859,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj3551 < len(yyv3551) { - yyv3551 = yyv3551[:yyj3551] - yyc3551 = true - } else if yyj3551 == 0 && yyv3551 == nil { - yyv3551 = []ObjectReference{} - yyc3551 = true + if yyj3556 < len(yyv3556) { + yyv3556 = yyv3556[:yyj3556] + yyc3556 = true + } else if yyj3556 == 0 && yyv3556 == nil { + yyv3556 = []ObjectReference{} + yyc3556 = true } } - yyh3551.End() - if yyc3551 { - *v = yyv3551 + yyh3556.End() + if yyc3556 { + *v = yyv3556 } } @@ -44823,10 +44878,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3555 := range v { + for _, yyv3560 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3556 := &yyv3555 - yy3556.CodecEncodeSelf(e) + yy3561 := &yyv3560 + yy3561.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44836,83 +44891,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3557 := *v - yyh3557, yyl3557 := z.DecSliceHelperStart() - var yyc3557 bool - if yyl3557 == 0 { - if yyv3557 == nil { - yyv3557 = []ServiceAccount{} - yyc3557 = true - } else if len(yyv3557) != 0 { - yyv3557 = yyv3557[:0] - yyc3557 = true + yyv3562 := *v + yyh3562, yyl3562 := z.DecSliceHelperStart() + var yyc3562 bool + if yyl3562 == 0 { + if yyv3562 == nil { + yyv3562 = []ServiceAccount{} + yyc3562 = true + } else if len(yyv3562) != 0 { + yyv3562 = yyv3562[:0] + yyc3562 = true } - } else if yyl3557 > 0 { - var yyrr3557, yyrl3557 int - var yyrt3557 bool - if yyl3557 > cap(yyv3557) { + } else if yyl3562 > 0 { + var yyrr3562, yyrl3562 int + var yyrt3562 bool + if yyl3562 > cap(yyv3562) { - yyrg3557 := len(yyv3557) > 0 - yyv23557 := yyv3557 - yyrl3557, yyrt3557 = z.DecInferLen(yyl3557, z.DecBasicHandle().MaxInitLen, 240) - if yyrt3557 { - if yyrl3557 <= cap(yyv3557) { - yyv3557 = yyv3557[:yyrl3557] + yyrg3562 := len(yyv3562) > 0 + yyv23562 := yyv3562 + yyrl3562, yyrt3562 = z.DecInferLen(yyl3562, z.DecBasicHandle().MaxInitLen, 240) + if yyrt3562 { + if yyrl3562 <= cap(yyv3562) { + yyv3562 = yyv3562[:yyrl3562] } else { - yyv3557 = make([]ServiceAccount, yyrl3557) + yyv3562 = make([]ServiceAccount, yyrl3562) } } else { - yyv3557 = make([]ServiceAccount, yyrl3557) + yyv3562 = make([]ServiceAccount, yyrl3562) } - yyc3557 = true - yyrr3557 = len(yyv3557) - if yyrg3557 { - copy(yyv3557, yyv23557) + yyc3562 = true + yyrr3562 = len(yyv3562) + if yyrg3562 { + copy(yyv3562, yyv23562) } - } else if yyl3557 != len(yyv3557) { - yyv3557 = yyv3557[:yyl3557] - yyc3557 = true + } else if yyl3562 != len(yyv3562) { + yyv3562 = yyv3562[:yyl3562] + yyc3562 = true } - yyj3557 := 0 - for ; yyj3557 < yyrr3557; yyj3557++ { - yyh3557.ElemContainerState(yyj3557) + yyj3562 := 0 + for ; yyj3562 < yyrr3562; yyj3562++ { + yyh3562.ElemContainerState(yyj3562) if r.TryDecodeAsNil() { - yyv3557[yyj3557] = ServiceAccount{} + yyv3562[yyj3562] = ServiceAccount{} } else { - yyv3558 := &yyv3557[yyj3557] - yyv3558.CodecDecodeSelf(d) + yyv3563 := &yyv3562[yyj3562] + yyv3563.CodecDecodeSelf(d) } } - if yyrt3557 { - for ; yyj3557 < yyl3557; yyj3557++ { - yyv3557 = append(yyv3557, ServiceAccount{}) - yyh3557.ElemContainerState(yyj3557) + if yyrt3562 { + for ; yyj3562 < yyl3562; yyj3562++ { + yyv3562 = append(yyv3562, ServiceAccount{}) + yyh3562.ElemContainerState(yyj3562) if r.TryDecodeAsNil() { - yyv3557[yyj3557] = ServiceAccount{} + yyv3562[yyj3562] = ServiceAccount{} } else { - yyv3559 := &yyv3557[yyj3557] - yyv3559.CodecDecodeSelf(d) + yyv3564 := &yyv3562[yyj3562] + yyv3564.CodecDecodeSelf(d) } } } } else { - yyj3557 := 0 - for ; !r.CheckBreak(); yyj3557++ { + yyj3562 := 0 + for ; !r.CheckBreak(); yyj3562++ { - if yyj3557 >= len(yyv3557) { - yyv3557 = append(yyv3557, ServiceAccount{}) // var yyz3557 ServiceAccount - yyc3557 = true + if yyj3562 >= len(yyv3562) { + yyv3562 = append(yyv3562, ServiceAccount{}) // var yyz3562 ServiceAccount + yyc3562 = true } - yyh3557.ElemContainerState(yyj3557) - if yyj3557 < len(yyv3557) { + yyh3562.ElemContainerState(yyj3562) + if yyj3562 < len(yyv3562) { if r.TryDecodeAsNil() { - yyv3557[yyj3557] = ServiceAccount{} + yyv3562[yyj3562] = ServiceAccount{} } else { - yyv3560 := &yyv3557[yyj3557] - yyv3560.CodecDecodeSelf(d) + yyv3565 := &yyv3562[yyj3562] + yyv3565.CodecDecodeSelf(d) } } else { @@ -44920,17 +44975,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj3557 < len(yyv3557) { - yyv3557 = yyv3557[:yyj3557] - yyc3557 = true - } else if yyj3557 == 0 && yyv3557 == nil { - yyv3557 = []ServiceAccount{} - yyc3557 = true + if yyj3562 < len(yyv3562) { + yyv3562 = yyv3562[:yyj3562] + yyc3562 = true + } else if yyj3562 == 0 && yyv3562 == nil { + yyv3562 = []ServiceAccount{} + yyc3562 = true } } - yyh3557.End() - if yyc3557 { - *v = yyv3557 + yyh3562.End() + if yyc3562 { + *v = yyv3562 } } @@ -44939,10 +44994,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3561 := range v { + for _, yyv3566 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3562 := &yyv3561 - yy3562.CodecEncodeSelf(e) + yy3567 := &yyv3566 + yy3567.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44952,83 +45007,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3563 := *v - yyh3563, yyl3563 := z.DecSliceHelperStart() - var yyc3563 bool - if yyl3563 == 0 { - if yyv3563 == nil { - yyv3563 = []EndpointSubset{} - yyc3563 = true - } else if len(yyv3563) != 0 { - yyv3563 = yyv3563[:0] - yyc3563 = true + yyv3568 := *v + yyh3568, yyl3568 := z.DecSliceHelperStart() + var yyc3568 bool + if yyl3568 == 0 { + if yyv3568 == nil { + yyv3568 = []EndpointSubset{} + yyc3568 = true + } else if len(yyv3568) != 0 { + yyv3568 = yyv3568[:0] + yyc3568 = true } - } else if yyl3563 > 0 { - var yyrr3563, yyrl3563 int - var yyrt3563 bool - if yyl3563 > cap(yyv3563) { + } else if yyl3568 > 0 { + var yyrr3568, yyrl3568 int + var yyrt3568 bool + if yyl3568 > cap(yyv3568) { - yyrg3563 := len(yyv3563) > 0 - yyv23563 := yyv3563 - yyrl3563, yyrt3563 = z.DecInferLen(yyl3563, z.DecBasicHandle().MaxInitLen, 72) - if yyrt3563 { - if yyrl3563 <= cap(yyv3563) { - yyv3563 = yyv3563[:yyrl3563] + yyrg3568 := len(yyv3568) > 0 + yyv23568 := yyv3568 + yyrl3568, yyrt3568 = z.DecInferLen(yyl3568, z.DecBasicHandle().MaxInitLen, 72) + if yyrt3568 { + if yyrl3568 <= cap(yyv3568) { + yyv3568 = yyv3568[:yyrl3568] } else { - yyv3563 = make([]EndpointSubset, yyrl3563) + yyv3568 = make([]EndpointSubset, yyrl3568) } } else { - yyv3563 = make([]EndpointSubset, yyrl3563) + yyv3568 = make([]EndpointSubset, yyrl3568) } - yyc3563 = true - yyrr3563 = len(yyv3563) - if yyrg3563 { - copy(yyv3563, yyv23563) + yyc3568 = true + yyrr3568 = len(yyv3568) + if yyrg3568 { + copy(yyv3568, yyv23568) } - } else if yyl3563 != len(yyv3563) { - yyv3563 = yyv3563[:yyl3563] - yyc3563 = true + } else if yyl3568 != len(yyv3568) { + yyv3568 = yyv3568[:yyl3568] + yyc3568 = true } - yyj3563 := 0 - for ; yyj3563 < yyrr3563; yyj3563++ { - yyh3563.ElemContainerState(yyj3563) + yyj3568 := 0 + for ; yyj3568 < yyrr3568; yyj3568++ { + yyh3568.ElemContainerState(yyj3568) if r.TryDecodeAsNil() { - yyv3563[yyj3563] = EndpointSubset{} + yyv3568[yyj3568] = EndpointSubset{} } else { - yyv3564 := &yyv3563[yyj3563] - yyv3564.CodecDecodeSelf(d) + yyv3569 := &yyv3568[yyj3568] + yyv3569.CodecDecodeSelf(d) } } - if yyrt3563 { - for ; yyj3563 < yyl3563; yyj3563++ { - yyv3563 = append(yyv3563, EndpointSubset{}) - yyh3563.ElemContainerState(yyj3563) + if yyrt3568 { + for ; yyj3568 < yyl3568; yyj3568++ { + yyv3568 = append(yyv3568, EndpointSubset{}) + yyh3568.ElemContainerState(yyj3568) if r.TryDecodeAsNil() { - yyv3563[yyj3563] = EndpointSubset{} + yyv3568[yyj3568] = EndpointSubset{} } else { - yyv3565 := &yyv3563[yyj3563] - yyv3565.CodecDecodeSelf(d) + yyv3570 := &yyv3568[yyj3568] + yyv3570.CodecDecodeSelf(d) } } } } else { - yyj3563 := 0 - for ; !r.CheckBreak(); yyj3563++ { + yyj3568 := 0 + for ; !r.CheckBreak(); yyj3568++ { - if yyj3563 >= len(yyv3563) { - yyv3563 = append(yyv3563, EndpointSubset{}) // var yyz3563 EndpointSubset - yyc3563 = true + if yyj3568 >= len(yyv3568) { + yyv3568 = append(yyv3568, EndpointSubset{}) // var yyz3568 EndpointSubset + yyc3568 = true } - yyh3563.ElemContainerState(yyj3563) - if yyj3563 < len(yyv3563) { + yyh3568.ElemContainerState(yyj3568) + if yyj3568 < len(yyv3568) { if r.TryDecodeAsNil() { - yyv3563[yyj3563] = EndpointSubset{} + yyv3568[yyj3568] = EndpointSubset{} } else { - yyv3566 := &yyv3563[yyj3563] - yyv3566.CodecDecodeSelf(d) + yyv3571 := &yyv3568[yyj3568] + yyv3571.CodecDecodeSelf(d) } } else { @@ -45036,17 +45091,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj3563 < len(yyv3563) { - yyv3563 = yyv3563[:yyj3563] - yyc3563 = true - } else if yyj3563 == 0 && yyv3563 == nil { - yyv3563 = []EndpointSubset{} - yyc3563 = true + if yyj3568 < len(yyv3568) { + yyv3568 = yyv3568[:yyj3568] + yyc3568 = true + } else if yyj3568 == 0 && yyv3568 == nil { + yyv3568 = []EndpointSubset{} + yyc3568 = true } } - yyh3563.End() - if yyc3563 { - *v = yyv3563 + yyh3568.End() + if yyc3568 { + *v = yyv3568 } } @@ -45055,10 +45110,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3567 := range v { + for _, yyv3572 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3568 := &yyv3567 - yy3568.CodecEncodeSelf(e) + yy3573 := &yyv3572 + yy3573.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45068,83 +45123,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3569 := *v - yyh3569, yyl3569 := z.DecSliceHelperStart() - var yyc3569 bool - if yyl3569 == 0 { - if yyv3569 == nil { - yyv3569 = []EndpointAddress{} - yyc3569 = true - } else if len(yyv3569) != 0 { - yyv3569 = yyv3569[:0] - yyc3569 = true + yyv3574 := *v + yyh3574, yyl3574 := z.DecSliceHelperStart() + var yyc3574 bool + if yyl3574 == 0 { + if yyv3574 == nil { + yyv3574 = []EndpointAddress{} + yyc3574 = true + } else if len(yyv3574) != 0 { + yyv3574 = yyv3574[:0] + yyc3574 = true } - } else if yyl3569 > 0 { - var yyrr3569, yyrl3569 int - var yyrt3569 bool - if yyl3569 > cap(yyv3569) { + } else if yyl3574 > 0 { + var yyrr3574, yyrl3574 int + var yyrt3574 bool + if yyl3574 > cap(yyv3574) { - yyrg3569 := len(yyv3569) > 0 - yyv23569 := yyv3569 - yyrl3569, yyrt3569 = z.DecInferLen(yyl3569, z.DecBasicHandle().MaxInitLen, 24) - if yyrt3569 { - if yyrl3569 <= cap(yyv3569) { - yyv3569 = yyv3569[:yyrl3569] + yyrg3574 := len(yyv3574) > 0 + yyv23574 := yyv3574 + yyrl3574, yyrt3574 = z.DecInferLen(yyl3574, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3574 { + if yyrl3574 <= cap(yyv3574) { + yyv3574 = yyv3574[:yyrl3574] } else { - yyv3569 = make([]EndpointAddress, yyrl3569) + yyv3574 = make([]EndpointAddress, yyrl3574) } } else { - yyv3569 = make([]EndpointAddress, yyrl3569) + yyv3574 = make([]EndpointAddress, yyrl3574) } - yyc3569 = true - yyrr3569 = len(yyv3569) - if yyrg3569 { - copy(yyv3569, yyv23569) + yyc3574 = true + yyrr3574 = len(yyv3574) + if yyrg3574 { + copy(yyv3574, yyv23574) } - } else if yyl3569 != len(yyv3569) { - yyv3569 = yyv3569[:yyl3569] - yyc3569 = true + } else if yyl3574 != len(yyv3574) { + yyv3574 = yyv3574[:yyl3574] + yyc3574 = true } - yyj3569 := 0 - for ; yyj3569 < yyrr3569; yyj3569++ { - yyh3569.ElemContainerState(yyj3569) + yyj3574 := 0 + for ; yyj3574 < yyrr3574; yyj3574++ { + yyh3574.ElemContainerState(yyj3574) if r.TryDecodeAsNil() { - yyv3569[yyj3569] = EndpointAddress{} + yyv3574[yyj3574] = EndpointAddress{} } else { - yyv3570 := &yyv3569[yyj3569] - yyv3570.CodecDecodeSelf(d) + yyv3575 := &yyv3574[yyj3574] + yyv3575.CodecDecodeSelf(d) } } - if yyrt3569 { - for ; yyj3569 < yyl3569; yyj3569++ { - yyv3569 = append(yyv3569, EndpointAddress{}) - yyh3569.ElemContainerState(yyj3569) + if yyrt3574 { + for ; yyj3574 < yyl3574; yyj3574++ { + yyv3574 = append(yyv3574, EndpointAddress{}) + yyh3574.ElemContainerState(yyj3574) if r.TryDecodeAsNil() { - yyv3569[yyj3569] = EndpointAddress{} + yyv3574[yyj3574] = EndpointAddress{} } else { - yyv3571 := &yyv3569[yyj3569] - yyv3571.CodecDecodeSelf(d) + yyv3576 := &yyv3574[yyj3574] + yyv3576.CodecDecodeSelf(d) } } } } else { - yyj3569 := 0 - for ; !r.CheckBreak(); yyj3569++ { + yyj3574 := 0 + for ; !r.CheckBreak(); yyj3574++ { - if yyj3569 >= len(yyv3569) { - yyv3569 = append(yyv3569, EndpointAddress{}) // var yyz3569 EndpointAddress - yyc3569 = true + if yyj3574 >= len(yyv3574) { + yyv3574 = append(yyv3574, EndpointAddress{}) // var yyz3574 EndpointAddress + yyc3574 = true } - yyh3569.ElemContainerState(yyj3569) - if yyj3569 < len(yyv3569) { + yyh3574.ElemContainerState(yyj3574) + if yyj3574 < len(yyv3574) { if r.TryDecodeAsNil() { - yyv3569[yyj3569] = EndpointAddress{} + yyv3574[yyj3574] = EndpointAddress{} } else { - yyv3572 := &yyv3569[yyj3569] - yyv3572.CodecDecodeSelf(d) + yyv3577 := &yyv3574[yyj3574] + yyv3577.CodecDecodeSelf(d) } } else { @@ -45152,17 +45207,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj3569 < len(yyv3569) { - yyv3569 = yyv3569[:yyj3569] - yyc3569 = true - } else if yyj3569 == 0 && yyv3569 == nil { - yyv3569 = []EndpointAddress{} - yyc3569 = true + if yyj3574 < len(yyv3574) { + yyv3574 = yyv3574[:yyj3574] + yyc3574 = true + } else if yyj3574 == 0 && yyv3574 == nil { + yyv3574 = []EndpointAddress{} + yyc3574 = true } } - yyh3569.End() - if yyc3569 { - *v = yyv3569 + yyh3574.End() + if yyc3574 { + *v = yyv3574 } } @@ -45171,10 +45226,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3573 := range v { + for _, yyv3578 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3574 := &yyv3573 - yy3574.CodecEncodeSelf(e) + yy3579 := &yyv3578 + yy3579.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45184,83 +45239,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3575 := *v - yyh3575, yyl3575 := z.DecSliceHelperStart() - var yyc3575 bool - if yyl3575 == 0 { - if yyv3575 == nil { - yyv3575 = []EndpointPort{} - yyc3575 = true - } else if len(yyv3575) != 0 { - yyv3575 = yyv3575[:0] - yyc3575 = true + yyv3580 := *v + yyh3580, yyl3580 := z.DecSliceHelperStart() + var yyc3580 bool + if yyl3580 == 0 { + if yyv3580 == nil { + yyv3580 = []EndpointPort{} + yyc3580 = true + } else if len(yyv3580) != 0 { + yyv3580 = yyv3580[:0] + yyc3580 = true } - } else if yyl3575 > 0 { - var yyrr3575, yyrl3575 int - var yyrt3575 bool - if yyl3575 > cap(yyv3575) { + } else if yyl3580 > 0 { + var yyrr3580, yyrl3580 int + var yyrt3580 bool + if yyl3580 > cap(yyv3580) { - yyrg3575 := len(yyv3575) > 0 - yyv23575 := yyv3575 - yyrl3575, yyrt3575 = z.DecInferLen(yyl3575, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3575 { - if yyrl3575 <= cap(yyv3575) { - yyv3575 = yyv3575[:yyrl3575] + yyrg3580 := len(yyv3580) > 0 + yyv23580 := yyv3580 + yyrl3580, yyrt3580 = z.DecInferLen(yyl3580, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3580 { + if yyrl3580 <= cap(yyv3580) { + yyv3580 = yyv3580[:yyrl3580] } else { - yyv3575 = make([]EndpointPort, yyrl3575) + yyv3580 = make([]EndpointPort, yyrl3580) } } else { - yyv3575 = make([]EndpointPort, yyrl3575) + yyv3580 = make([]EndpointPort, yyrl3580) } - yyc3575 = true - yyrr3575 = len(yyv3575) - if yyrg3575 { - copy(yyv3575, yyv23575) + yyc3580 = true + yyrr3580 = len(yyv3580) + if yyrg3580 { + copy(yyv3580, yyv23580) } - } else if yyl3575 != len(yyv3575) { - yyv3575 = yyv3575[:yyl3575] - yyc3575 = true + } else if yyl3580 != len(yyv3580) { + yyv3580 = yyv3580[:yyl3580] + yyc3580 = true } - yyj3575 := 0 - for ; yyj3575 < yyrr3575; yyj3575++ { - yyh3575.ElemContainerState(yyj3575) + yyj3580 := 0 + for ; yyj3580 < yyrr3580; yyj3580++ { + yyh3580.ElemContainerState(yyj3580) if r.TryDecodeAsNil() { - yyv3575[yyj3575] = EndpointPort{} + yyv3580[yyj3580] = EndpointPort{} } else { - yyv3576 := &yyv3575[yyj3575] - yyv3576.CodecDecodeSelf(d) + yyv3581 := &yyv3580[yyj3580] + yyv3581.CodecDecodeSelf(d) } } - if yyrt3575 { - for ; yyj3575 < yyl3575; yyj3575++ { - yyv3575 = append(yyv3575, EndpointPort{}) - yyh3575.ElemContainerState(yyj3575) + if yyrt3580 { + for ; yyj3580 < yyl3580; yyj3580++ { + yyv3580 = append(yyv3580, EndpointPort{}) + yyh3580.ElemContainerState(yyj3580) if r.TryDecodeAsNil() { - yyv3575[yyj3575] = EndpointPort{} + yyv3580[yyj3580] = EndpointPort{} } else { - yyv3577 := &yyv3575[yyj3575] - yyv3577.CodecDecodeSelf(d) + yyv3582 := &yyv3580[yyj3580] + yyv3582.CodecDecodeSelf(d) } } } } else { - yyj3575 := 0 - for ; !r.CheckBreak(); yyj3575++ { + yyj3580 := 0 + for ; !r.CheckBreak(); yyj3580++ { - if yyj3575 >= len(yyv3575) { - yyv3575 = append(yyv3575, EndpointPort{}) // var yyz3575 EndpointPort - yyc3575 = true + if yyj3580 >= len(yyv3580) { + yyv3580 = append(yyv3580, EndpointPort{}) // var yyz3580 EndpointPort + yyc3580 = true } - yyh3575.ElemContainerState(yyj3575) - if yyj3575 < len(yyv3575) { + yyh3580.ElemContainerState(yyj3580) + if yyj3580 < len(yyv3580) { if r.TryDecodeAsNil() { - yyv3575[yyj3575] = EndpointPort{} + yyv3580[yyj3580] = EndpointPort{} } else { - yyv3578 := &yyv3575[yyj3575] - yyv3578.CodecDecodeSelf(d) + yyv3583 := &yyv3580[yyj3580] + yyv3583.CodecDecodeSelf(d) } } else { @@ -45268,17 +45323,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj3575 < len(yyv3575) { - yyv3575 = yyv3575[:yyj3575] - yyc3575 = true - } else if yyj3575 == 0 && yyv3575 == nil { - yyv3575 = []EndpointPort{} - yyc3575 = true + if yyj3580 < len(yyv3580) { + yyv3580 = yyv3580[:yyj3580] + yyc3580 = true + } else if yyj3580 == 0 && yyv3580 == nil { + yyv3580 = []EndpointPort{} + yyc3580 = true } } - yyh3575.End() - if yyc3575 { - *v = yyv3575 + yyh3580.End() + if yyc3580 { + *v = yyv3580 } } @@ -45287,10 +45342,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3579 := range v { + for _, yyv3584 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3580 := &yyv3579 - yy3580.CodecEncodeSelf(e) + yy3585 := &yyv3584 + yy3585.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45300,83 +45355,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3581 := *v - yyh3581, yyl3581 := z.DecSliceHelperStart() - var yyc3581 bool - if yyl3581 == 0 { - if yyv3581 == nil { - yyv3581 = []Endpoints{} - yyc3581 = true - } else if len(yyv3581) != 0 { - yyv3581 = yyv3581[:0] - yyc3581 = true + yyv3586 := *v + yyh3586, yyl3586 := z.DecSliceHelperStart() + var yyc3586 bool + if yyl3586 == 0 { + if yyv3586 == nil { + yyv3586 = []Endpoints{} + yyc3586 = true + } else if len(yyv3586) != 0 { + yyv3586 = yyv3586[:0] + yyc3586 = true } - } else if yyl3581 > 0 { - var yyrr3581, yyrl3581 int - var yyrt3581 bool - if yyl3581 > cap(yyv3581) { + } else if yyl3586 > 0 { + var yyrr3586, yyrl3586 int + var yyrt3586 bool + if yyl3586 > cap(yyv3586) { - yyrg3581 := len(yyv3581) > 0 - yyv23581 := yyv3581 - yyrl3581, yyrt3581 = z.DecInferLen(yyl3581, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3581 { - if yyrl3581 <= cap(yyv3581) { - yyv3581 = yyv3581[:yyrl3581] + yyrg3586 := len(yyv3586) > 0 + yyv23586 := yyv3586 + yyrl3586, yyrt3586 = z.DecInferLen(yyl3586, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3586 { + if yyrl3586 <= cap(yyv3586) { + yyv3586 = yyv3586[:yyrl3586] } else { - yyv3581 = make([]Endpoints, yyrl3581) + yyv3586 = make([]Endpoints, yyrl3586) } } else { - yyv3581 = make([]Endpoints, yyrl3581) + yyv3586 = make([]Endpoints, yyrl3586) } - yyc3581 = true - yyrr3581 = len(yyv3581) - if yyrg3581 { - copy(yyv3581, yyv23581) + yyc3586 = true + yyrr3586 = len(yyv3586) + if yyrg3586 { + copy(yyv3586, yyv23586) } - } else if yyl3581 != len(yyv3581) { - yyv3581 = yyv3581[:yyl3581] - yyc3581 = true + } else if yyl3586 != len(yyv3586) { + yyv3586 = yyv3586[:yyl3586] + yyc3586 = true } - yyj3581 := 0 - for ; yyj3581 < yyrr3581; yyj3581++ { - yyh3581.ElemContainerState(yyj3581) + yyj3586 := 0 + for ; yyj3586 < yyrr3586; yyj3586++ { + yyh3586.ElemContainerState(yyj3586) if r.TryDecodeAsNil() { - yyv3581[yyj3581] = Endpoints{} + yyv3586[yyj3586] = Endpoints{} } else { - yyv3582 := &yyv3581[yyj3581] - yyv3582.CodecDecodeSelf(d) + yyv3587 := &yyv3586[yyj3586] + yyv3587.CodecDecodeSelf(d) } } - if yyrt3581 { - for ; yyj3581 < yyl3581; yyj3581++ { - yyv3581 = append(yyv3581, Endpoints{}) - yyh3581.ElemContainerState(yyj3581) + if yyrt3586 { + for ; yyj3586 < yyl3586; yyj3586++ { + yyv3586 = append(yyv3586, Endpoints{}) + yyh3586.ElemContainerState(yyj3586) if r.TryDecodeAsNil() { - yyv3581[yyj3581] = Endpoints{} + yyv3586[yyj3586] = Endpoints{} } else { - yyv3583 := &yyv3581[yyj3581] - yyv3583.CodecDecodeSelf(d) + yyv3588 := &yyv3586[yyj3586] + yyv3588.CodecDecodeSelf(d) } } } } else { - yyj3581 := 0 - for ; !r.CheckBreak(); yyj3581++ { + yyj3586 := 0 + for ; !r.CheckBreak(); yyj3586++ { - if yyj3581 >= len(yyv3581) { - yyv3581 = append(yyv3581, Endpoints{}) // var yyz3581 Endpoints - yyc3581 = true + if yyj3586 >= len(yyv3586) { + yyv3586 = append(yyv3586, Endpoints{}) // var yyz3586 Endpoints + yyc3586 = true } - yyh3581.ElemContainerState(yyj3581) - if yyj3581 < len(yyv3581) { + yyh3586.ElemContainerState(yyj3586) + if yyj3586 < len(yyv3586) { if r.TryDecodeAsNil() { - yyv3581[yyj3581] = Endpoints{} + yyv3586[yyj3586] = Endpoints{} } else { - yyv3584 := &yyv3581[yyj3581] - yyv3584.CodecDecodeSelf(d) + yyv3589 := &yyv3586[yyj3586] + yyv3589.CodecDecodeSelf(d) } } else { @@ -45384,17 +45439,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj3581 < len(yyv3581) { - yyv3581 = yyv3581[:yyj3581] - yyc3581 = true - } else if yyj3581 == 0 && yyv3581 == nil { - yyv3581 = []Endpoints{} - yyc3581 = true + if yyj3586 < len(yyv3586) { + yyv3586 = yyv3586[:yyj3586] + yyc3586 = true + } else if yyj3586 == 0 && yyv3586 == nil { + yyv3586 = []Endpoints{} + yyc3586 = true } } - yyh3581.End() - if yyc3581 { - *v = yyv3581 + yyh3586.End() + if yyc3586 { + *v = yyv3586 } } @@ -45403,10 +45458,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3585 := range v { + for _, yyv3590 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3586 := &yyv3585 - yy3586.CodecEncodeSelf(e) + yy3591 := &yyv3590 + yy3591.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45416,83 +45471,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3587 := *v - yyh3587, yyl3587 := z.DecSliceHelperStart() - var yyc3587 bool - if yyl3587 == 0 { - if yyv3587 == nil { - yyv3587 = []NodeCondition{} - yyc3587 = true - } else if len(yyv3587) != 0 { - yyv3587 = yyv3587[:0] - yyc3587 = true + yyv3592 := *v + yyh3592, yyl3592 := z.DecSliceHelperStart() + var yyc3592 bool + if yyl3592 == 0 { + if yyv3592 == nil { + yyv3592 = []NodeCondition{} + yyc3592 = true + } else if len(yyv3592) != 0 { + yyv3592 = yyv3592[:0] + yyc3592 = true } - } else if yyl3587 > 0 { - var yyrr3587, yyrl3587 int - var yyrt3587 bool - if yyl3587 > cap(yyv3587) { + } else if yyl3592 > 0 { + var yyrr3592, yyrl3592 int + var yyrt3592 bool + if yyl3592 > cap(yyv3592) { - yyrg3587 := len(yyv3587) > 0 - yyv23587 := yyv3587 - yyrl3587, yyrt3587 = z.DecInferLen(yyl3587, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3587 { - if yyrl3587 <= cap(yyv3587) { - yyv3587 = yyv3587[:yyrl3587] + yyrg3592 := len(yyv3592) > 0 + yyv23592 := yyv3592 + yyrl3592, yyrt3592 = z.DecInferLen(yyl3592, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3592 { + if yyrl3592 <= cap(yyv3592) { + yyv3592 = yyv3592[:yyrl3592] } else { - yyv3587 = make([]NodeCondition, yyrl3587) + yyv3592 = make([]NodeCondition, yyrl3592) } } else { - yyv3587 = make([]NodeCondition, yyrl3587) + yyv3592 = make([]NodeCondition, yyrl3592) } - yyc3587 = true - yyrr3587 = len(yyv3587) - if yyrg3587 { - copy(yyv3587, yyv23587) + yyc3592 = true + yyrr3592 = len(yyv3592) + if yyrg3592 { + copy(yyv3592, yyv23592) } - } else if yyl3587 != len(yyv3587) { - yyv3587 = yyv3587[:yyl3587] - yyc3587 = true + } else if yyl3592 != len(yyv3592) { + yyv3592 = yyv3592[:yyl3592] + yyc3592 = true } - yyj3587 := 0 - for ; yyj3587 < yyrr3587; yyj3587++ { - yyh3587.ElemContainerState(yyj3587) + yyj3592 := 0 + for ; yyj3592 < yyrr3592; yyj3592++ { + yyh3592.ElemContainerState(yyj3592) if r.TryDecodeAsNil() { - yyv3587[yyj3587] = NodeCondition{} + yyv3592[yyj3592] = NodeCondition{} } else { - yyv3588 := &yyv3587[yyj3587] - yyv3588.CodecDecodeSelf(d) + yyv3593 := &yyv3592[yyj3592] + yyv3593.CodecDecodeSelf(d) } } - if yyrt3587 { - for ; yyj3587 < yyl3587; yyj3587++ { - yyv3587 = append(yyv3587, NodeCondition{}) - yyh3587.ElemContainerState(yyj3587) + if yyrt3592 { + for ; yyj3592 < yyl3592; yyj3592++ { + yyv3592 = append(yyv3592, NodeCondition{}) + yyh3592.ElemContainerState(yyj3592) if r.TryDecodeAsNil() { - yyv3587[yyj3587] = NodeCondition{} + yyv3592[yyj3592] = NodeCondition{} } else { - yyv3589 := &yyv3587[yyj3587] - yyv3589.CodecDecodeSelf(d) + yyv3594 := &yyv3592[yyj3592] + yyv3594.CodecDecodeSelf(d) } } } } else { - yyj3587 := 0 - for ; !r.CheckBreak(); yyj3587++ { + yyj3592 := 0 + for ; !r.CheckBreak(); yyj3592++ { - if yyj3587 >= len(yyv3587) { - yyv3587 = append(yyv3587, NodeCondition{}) // var yyz3587 NodeCondition - yyc3587 = true + if yyj3592 >= len(yyv3592) { + yyv3592 = append(yyv3592, NodeCondition{}) // var yyz3592 NodeCondition + yyc3592 = true } - yyh3587.ElemContainerState(yyj3587) - if yyj3587 < len(yyv3587) { + yyh3592.ElemContainerState(yyj3592) + if yyj3592 < len(yyv3592) { if r.TryDecodeAsNil() { - yyv3587[yyj3587] = NodeCondition{} + yyv3592[yyj3592] = NodeCondition{} } else { - yyv3590 := &yyv3587[yyj3587] - yyv3590.CodecDecodeSelf(d) + yyv3595 := &yyv3592[yyj3592] + yyv3595.CodecDecodeSelf(d) } } else { @@ -45500,17 +45555,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj3587 < len(yyv3587) { - yyv3587 = yyv3587[:yyj3587] - yyc3587 = true - } else if yyj3587 == 0 && yyv3587 == nil { - yyv3587 = []NodeCondition{} - yyc3587 = true + if yyj3592 < len(yyv3592) { + yyv3592 = yyv3592[:yyj3592] + yyc3592 = true + } else if yyj3592 == 0 && yyv3592 == nil { + yyv3592 = []NodeCondition{} + yyc3592 = true } } - yyh3587.End() - if yyc3587 { - *v = yyv3587 + yyh3592.End() + if yyc3592 { + *v = yyv3592 } } @@ -45519,10 +45574,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3591 := range v { + for _, yyv3596 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3592 := &yyv3591 - yy3592.CodecEncodeSelf(e) + yy3597 := &yyv3596 + yy3597.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45532,83 +45587,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3593 := *v - yyh3593, yyl3593 := z.DecSliceHelperStart() - var yyc3593 bool - if yyl3593 == 0 { - if yyv3593 == nil { - yyv3593 = []NodeAddress{} - yyc3593 = true - } else if len(yyv3593) != 0 { - yyv3593 = yyv3593[:0] - yyc3593 = true + yyv3598 := *v + yyh3598, yyl3598 := z.DecSliceHelperStart() + var yyc3598 bool + if yyl3598 == 0 { + if yyv3598 == nil { + yyv3598 = []NodeAddress{} + yyc3598 = true + } else if len(yyv3598) != 0 { + yyv3598 = yyv3598[:0] + yyc3598 = true } - } else if yyl3593 > 0 { - var yyrr3593, yyrl3593 int - var yyrt3593 bool - if yyl3593 > cap(yyv3593) { + } else if yyl3598 > 0 { + var yyrr3598, yyrl3598 int + var yyrt3598 bool + if yyl3598 > cap(yyv3598) { - yyrg3593 := len(yyv3593) > 0 - yyv23593 := yyv3593 - yyrl3593, yyrt3593 = z.DecInferLen(yyl3593, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3593 { - if yyrl3593 <= cap(yyv3593) { - yyv3593 = yyv3593[:yyrl3593] + yyrg3598 := len(yyv3598) > 0 + yyv23598 := yyv3598 + yyrl3598, yyrt3598 = z.DecInferLen(yyl3598, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3598 { + if yyrl3598 <= cap(yyv3598) { + yyv3598 = yyv3598[:yyrl3598] } else { - yyv3593 = make([]NodeAddress, yyrl3593) + yyv3598 = make([]NodeAddress, yyrl3598) } } else { - yyv3593 = make([]NodeAddress, yyrl3593) + yyv3598 = make([]NodeAddress, yyrl3598) } - yyc3593 = true - yyrr3593 = len(yyv3593) - if yyrg3593 { - copy(yyv3593, yyv23593) + yyc3598 = true + yyrr3598 = len(yyv3598) + if yyrg3598 { + copy(yyv3598, yyv23598) } - } else if yyl3593 != len(yyv3593) { - yyv3593 = yyv3593[:yyl3593] - yyc3593 = true + } else if yyl3598 != len(yyv3598) { + yyv3598 = yyv3598[:yyl3598] + yyc3598 = true } - yyj3593 := 0 - for ; yyj3593 < yyrr3593; yyj3593++ { - yyh3593.ElemContainerState(yyj3593) + yyj3598 := 0 + for ; yyj3598 < yyrr3598; yyj3598++ { + yyh3598.ElemContainerState(yyj3598) if r.TryDecodeAsNil() { - yyv3593[yyj3593] = NodeAddress{} + yyv3598[yyj3598] = NodeAddress{} } else { - yyv3594 := &yyv3593[yyj3593] - yyv3594.CodecDecodeSelf(d) + yyv3599 := &yyv3598[yyj3598] + yyv3599.CodecDecodeSelf(d) } } - if yyrt3593 { - for ; yyj3593 < yyl3593; yyj3593++ { - yyv3593 = append(yyv3593, NodeAddress{}) - yyh3593.ElemContainerState(yyj3593) + if yyrt3598 { + for ; yyj3598 < yyl3598; yyj3598++ { + yyv3598 = append(yyv3598, NodeAddress{}) + yyh3598.ElemContainerState(yyj3598) if r.TryDecodeAsNil() { - yyv3593[yyj3593] = NodeAddress{} + yyv3598[yyj3598] = NodeAddress{} } else { - yyv3595 := &yyv3593[yyj3593] - yyv3595.CodecDecodeSelf(d) + yyv3600 := &yyv3598[yyj3598] + yyv3600.CodecDecodeSelf(d) } } } } else { - yyj3593 := 0 - for ; !r.CheckBreak(); yyj3593++ { + yyj3598 := 0 + for ; !r.CheckBreak(); yyj3598++ { - if yyj3593 >= len(yyv3593) { - yyv3593 = append(yyv3593, NodeAddress{}) // var yyz3593 NodeAddress - yyc3593 = true + if yyj3598 >= len(yyv3598) { + yyv3598 = append(yyv3598, NodeAddress{}) // var yyz3598 NodeAddress + yyc3598 = true } - yyh3593.ElemContainerState(yyj3593) - if yyj3593 < len(yyv3593) { + yyh3598.ElemContainerState(yyj3598) + if yyj3598 < len(yyv3598) { if r.TryDecodeAsNil() { - yyv3593[yyj3593] = NodeAddress{} + yyv3598[yyj3598] = NodeAddress{} } else { - yyv3596 := &yyv3593[yyj3593] - yyv3596.CodecDecodeSelf(d) + yyv3601 := &yyv3598[yyj3598] + yyv3601.CodecDecodeSelf(d) } } else { @@ -45616,17 +45671,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj3593 < len(yyv3593) { - yyv3593 = yyv3593[:yyj3593] - yyc3593 = true - } else if yyj3593 == 0 && yyv3593 == nil { - yyv3593 = []NodeAddress{} - yyc3593 = true + if yyj3598 < len(yyv3598) { + yyv3598 = yyv3598[:yyj3598] + yyc3598 = true + } else if yyj3598 == 0 && yyv3598 == nil { + yyv3598 = []NodeAddress{} + yyc3598 = true } } - yyh3593.End() - if yyc3593 { - *v = yyv3593 + yyh3598.End() + if yyc3598 { + *v = yyv3598 } } @@ -45635,19 +45690,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3597, yyv3597 := range v { + for yyk3602, yyv3602 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk3597.CodecEncodeSelf(e) + yyk3602.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3598 := &yyv3597 - yym3599 := z.EncBinary() - _ = yym3599 + yy3603 := &yyv3602 + yym3604 := z.EncBinary() + _ = yym3604 if false { - } else if z.HasExtensions() && z.EncExt(yy3598) { - } else if !yym3599 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3598) + } else if z.HasExtensions() && z.EncExt(yy3603) { + } else if !yym3604 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3603) } else { - z.EncFallback(yy3598) + z.EncFallback(yy3603) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45658,86 +45713,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3600 := *v - yyl3600 := r.ReadMapStart() - yybh3600 := z.DecBasicHandle() - if yyv3600 == nil { - yyrl3600, _ := z.DecInferLen(yyl3600, yybh3600.MaxInitLen, 40) - yyv3600 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3600) - *v = yyv3600 + yyv3605 := *v + yyl3605 := r.ReadMapStart() + yybh3605 := z.DecBasicHandle() + if yyv3605 == nil { + yyrl3605, _ := z.DecInferLen(yyl3605, yybh3605.MaxInitLen, 40) + yyv3605 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3605) + *v = yyv3605 } - var yymk3600 ResourceName - var yymv3600 pkg3_resource.Quantity - var yymg3600 bool - if yybh3600.MapValueReset { - yymg3600 = true + var yymk3605 ResourceName + var yymv3605 pkg3_resource.Quantity + var yymg3605 bool + if yybh3605.MapValueReset { + yymg3605 = true } - if yyl3600 > 0 { - for yyj3600 := 0; yyj3600 < yyl3600; yyj3600++ { + if yyl3605 > 0 { + for yyj3605 := 0; yyj3605 < yyl3605; yyj3605++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3600 = "" + yymk3605 = "" } else { - yymk3600 = ResourceName(r.DecodeString()) + yymk3605 = ResourceName(r.DecodeString()) } - if yymg3600 { - yymv3600 = yyv3600[yymk3600] + if yymg3605 { + yymv3605 = yyv3605[yymk3605] } else { - yymv3600 = pkg3_resource.Quantity{} + yymv3605 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3600 = pkg3_resource.Quantity{} + yymv3605 = pkg3_resource.Quantity{} } else { - yyv3602 := &yymv3600 - yym3603 := z.DecBinary() - _ = yym3603 + yyv3607 := &yymv3605 + yym3608 := z.DecBinary() + _ = yym3608 if false { - } else if z.HasExtensions() && z.DecExt(yyv3602) { - } else if !yym3603 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3602) + } else if z.HasExtensions() && z.DecExt(yyv3607) { + } else if !yym3608 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3607) } else { - z.DecFallback(yyv3602, false) + z.DecFallback(yyv3607, false) } } - if yyv3600 != nil { - yyv3600[yymk3600] = yymv3600 + if yyv3605 != nil { + yyv3605[yymk3605] = yymv3605 } } - } else if yyl3600 < 0 { - for yyj3600 := 0; !r.CheckBreak(); yyj3600++ { + } else if yyl3605 < 0 { + for yyj3605 := 0; !r.CheckBreak(); yyj3605++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3600 = "" + yymk3605 = "" } else { - yymk3600 = ResourceName(r.DecodeString()) + yymk3605 = ResourceName(r.DecodeString()) } - if yymg3600 { - yymv3600 = yyv3600[yymk3600] + if yymg3605 { + yymv3605 = yyv3605[yymk3605] } else { - yymv3600 = pkg3_resource.Quantity{} + yymv3605 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3600 = pkg3_resource.Quantity{} + yymv3605 = pkg3_resource.Quantity{} } else { - yyv3605 := &yymv3600 - yym3606 := z.DecBinary() - _ = yym3606 + yyv3610 := &yymv3605 + yym3611 := z.DecBinary() + _ = yym3611 if false { - } else if z.HasExtensions() && z.DecExt(yyv3605) { - } else if !yym3606 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3605) + } else if z.HasExtensions() && z.DecExt(yyv3610) { + } else if !yym3611 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3610) } else { - z.DecFallback(yyv3605, false) + z.DecFallback(yyv3610, false) } } - if yyv3600 != nil { - yyv3600[yymk3600] = yymv3600 + if yyv3605 != nil { + yyv3605[yymk3605] = yymv3605 } } } // else len==0: TODO: Should we clear map entries? @@ -45749,10 +45804,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3607 := range v { + for _, yyv3612 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3608 := &yyv3607 - yy3608.CodecEncodeSelf(e) + yy3613 := &yyv3612 + yy3613.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45762,127 +45817,12 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3609 := *v - yyh3609, yyl3609 := z.DecSliceHelperStart() - var yyc3609 bool - if yyl3609 == 0 { - if yyv3609 == nil { - yyv3609 = []Node{} - yyc3609 = true - } else if len(yyv3609) != 0 { - yyv3609 = yyv3609[:0] - yyc3609 = true - } - } else if yyl3609 > 0 { - var yyrr3609, yyrl3609 int - var yyrt3609 bool - if yyl3609 > cap(yyv3609) { - - yyrg3609 := len(yyv3609) > 0 - yyv23609 := yyv3609 - yyrl3609, yyrt3609 = z.DecInferLen(yyl3609, z.DecBasicHandle().MaxInitLen, 456) - if yyrt3609 { - if yyrl3609 <= cap(yyv3609) { - yyv3609 = yyv3609[:yyrl3609] - } else { - yyv3609 = make([]Node, yyrl3609) - } - } else { - yyv3609 = make([]Node, yyrl3609) - } - yyc3609 = true - yyrr3609 = len(yyv3609) - if yyrg3609 { - copy(yyv3609, yyv23609) - } - } else if yyl3609 != len(yyv3609) { - yyv3609 = yyv3609[:yyl3609] - yyc3609 = true - } - yyj3609 := 0 - for ; yyj3609 < yyrr3609; yyj3609++ { - yyh3609.ElemContainerState(yyj3609) - if r.TryDecodeAsNil() { - yyv3609[yyj3609] = Node{} - } else { - yyv3610 := &yyv3609[yyj3609] - yyv3610.CodecDecodeSelf(d) - } - - } - if yyrt3609 { - for ; yyj3609 < yyl3609; yyj3609++ { - yyv3609 = append(yyv3609, Node{}) - yyh3609.ElemContainerState(yyj3609) - if r.TryDecodeAsNil() { - yyv3609[yyj3609] = Node{} - } else { - yyv3611 := &yyv3609[yyj3609] - yyv3611.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3609 := 0 - for ; !r.CheckBreak(); yyj3609++ { - - if yyj3609 >= len(yyv3609) { - yyv3609 = append(yyv3609, Node{}) // var yyz3609 Node - yyc3609 = true - } - yyh3609.ElemContainerState(yyj3609) - if yyj3609 < len(yyv3609) { - if r.TryDecodeAsNil() { - yyv3609[yyj3609] = Node{} - } else { - yyv3612 := &yyv3609[yyj3609] - yyv3612.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3609 < len(yyv3609) { - yyv3609 = yyv3609[:yyj3609] - yyc3609 = true - } else if yyj3609 == 0 && yyv3609 == nil { - yyv3609 = []Node{} - yyc3609 = true - } - } - yyh3609.End() - if yyc3609 { - *v = yyv3609 - } -} - -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv3613 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3613.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv3614 := *v yyh3614, yyl3614 := z.DecSliceHelperStart() var yyc3614 bool if yyl3614 == 0 { if yyv3614 == nil { - yyv3614 = []FinalizerName{} + yyv3614 = []Node{} yyc3614 = true } else if len(yyv3614) != 0 { yyv3614 = yyv3614[:0] @@ -45893,18 +45833,23 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. var yyrt3614 bool if yyl3614 > cap(yyv3614) { - yyrl3614, yyrt3614 = z.DecInferLen(yyl3614, z.DecBasicHandle().MaxInitLen, 16) + yyrg3614 := len(yyv3614) > 0 + yyv23614 := yyv3614 + yyrl3614, yyrt3614 = z.DecInferLen(yyl3614, z.DecBasicHandle().MaxInitLen, 456) if yyrt3614 { if yyrl3614 <= cap(yyv3614) { yyv3614 = yyv3614[:yyrl3614] } else { - yyv3614 = make([]FinalizerName, yyrl3614) + yyv3614 = make([]Node, yyrl3614) } } else { - yyv3614 = make([]FinalizerName, yyrl3614) + yyv3614 = make([]Node, yyrl3614) } yyc3614 = true yyrr3614 = len(yyv3614) + if yyrg3614 { + copy(yyv3614, yyv23614) + } } else if yyl3614 != len(yyv3614) { yyv3614 = yyv3614[:yyl3614] yyc3614 = true @@ -45913,20 +45858,22 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; yyj3614 < yyrr3614; yyj3614++ { yyh3614.ElemContainerState(yyj3614) if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3614[yyj3614] = Node{} } else { - yyv3614[yyj3614] = FinalizerName(r.DecodeString()) + yyv3615 := &yyv3614[yyj3614] + yyv3615.CodecDecodeSelf(d) } } if yyrt3614 { for ; yyj3614 < yyl3614; yyj3614++ { - yyv3614 = append(yyv3614, "") + yyv3614 = append(yyv3614, Node{}) yyh3614.ElemContainerState(yyj3614) if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3614[yyj3614] = Node{} } else { - yyv3614[yyj3614] = FinalizerName(r.DecodeString()) + yyv3616 := &yyv3614[yyj3614] + yyv3616.CodecDecodeSelf(d) } } @@ -45937,15 +45884,16 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; !r.CheckBreak(); yyj3614++ { if yyj3614 >= len(yyv3614) { - yyv3614 = append(yyv3614, "") // var yyz3614 FinalizerName + yyv3614 = append(yyv3614, Node{}) // var yyz3614 Node yyc3614 = true } yyh3614.ElemContainerState(yyj3614) if yyj3614 < len(yyv3614) { if r.TryDecodeAsNil() { - yyv3614[yyj3614] = "" + yyv3614[yyj3614] = Node{} } else { - yyv3614[yyj3614] = FinalizerName(r.DecodeString()) + yyv3617 := &yyv3614[yyj3614] + yyv3617.CodecDecodeSelf(d) } } else { @@ -45957,7 +45905,7 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. yyv3614 = yyv3614[:yyj3614] yyc3614 = true } else if yyj3614 == 0 && yyv3614 == nil { - yyv3614 = []FinalizerName{} + yyv3614 = []Node{} yyc3614 = true } } @@ -45967,15 +45915,122 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } -func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv3618 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3619 := &yyv3618 - yy3619.CodecEncodeSelf(e) + yyv3618.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv3619 := *v + yyh3619, yyl3619 := z.DecSliceHelperStart() + var yyc3619 bool + if yyl3619 == 0 { + if yyv3619 == nil { + yyv3619 = []FinalizerName{} + yyc3619 = true + } else if len(yyv3619) != 0 { + yyv3619 = yyv3619[:0] + yyc3619 = true + } + } else if yyl3619 > 0 { + var yyrr3619, yyrl3619 int + var yyrt3619 bool + if yyl3619 > cap(yyv3619) { + + yyrl3619, yyrt3619 = z.DecInferLen(yyl3619, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3619 { + if yyrl3619 <= cap(yyv3619) { + yyv3619 = yyv3619[:yyrl3619] + } else { + yyv3619 = make([]FinalizerName, yyrl3619) + } + } else { + yyv3619 = make([]FinalizerName, yyrl3619) + } + yyc3619 = true + yyrr3619 = len(yyv3619) + } else if yyl3619 != len(yyv3619) { + yyv3619 = yyv3619[:yyl3619] + yyc3619 = true + } + yyj3619 := 0 + for ; yyj3619 < yyrr3619; yyj3619++ { + yyh3619.ElemContainerState(yyj3619) + if r.TryDecodeAsNil() { + yyv3619[yyj3619] = "" + } else { + yyv3619[yyj3619] = FinalizerName(r.DecodeString()) + } + + } + if yyrt3619 { + for ; yyj3619 < yyl3619; yyj3619++ { + yyv3619 = append(yyv3619, "") + yyh3619.ElemContainerState(yyj3619) + if r.TryDecodeAsNil() { + yyv3619[yyj3619] = "" + } else { + yyv3619[yyj3619] = FinalizerName(r.DecodeString()) + } + + } + } + + } else { + yyj3619 := 0 + for ; !r.CheckBreak(); yyj3619++ { + + if yyj3619 >= len(yyv3619) { + yyv3619 = append(yyv3619, "") // var yyz3619 FinalizerName + yyc3619 = true + } + yyh3619.ElemContainerState(yyj3619) + if yyj3619 < len(yyv3619) { + if r.TryDecodeAsNil() { + yyv3619[yyj3619] = "" + } else { + yyv3619[yyj3619] = FinalizerName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj3619 < len(yyv3619) { + yyv3619 = yyv3619[:yyj3619] + yyc3619 = true + } else if yyj3619 == 0 && yyv3619 == nil { + yyv3619 = []FinalizerName{} + yyc3619 = true + } + } + yyh3619.End() + if yyc3619 { + *v = yyv3619 + } +} + +func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv3623 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3624 := &yyv3623 + yy3624.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45985,83 +46040,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3620 := *v - yyh3620, yyl3620 := z.DecSliceHelperStart() - var yyc3620 bool - if yyl3620 == 0 { - if yyv3620 == nil { - yyv3620 = []Namespace{} - yyc3620 = true - } else if len(yyv3620) != 0 { - yyv3620 = yyv3620[:0] - yyc3620 = true + yyv3625 := *v + yyh3625, yyl3625 := z.DecSliceHelperStart() + var yyc3625 bool + if yyl3625 == 0 { + if yyv3625 == nil { + yyv3625 = []Namespace{} + yyc3625 = true + } else if len(yyv3625) != 0 { + yyv3625 = yyv3625[:0] + yyc3625 = true } - } else if yyl3620 > 0 { - var yyrr3620, yyrl3620 int - var yyrt3620 bool - if yyl3620 > cap(yyv3620) { + } else if yyl3625 > 0 { + var yyrr3625, yyrl3625 int + var yyrt3625 bool + if yyl3625 > cap(yyv3625) { - yyrg3620 := len(yyv3620) > 0 - yyv23620 := yyv3620 - yyrl3620, yyrt3620 = z.DecInferLen(yyl3620, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3620 { - if yyrl3620 <= cap(yyv3620) { - yyv3620 = yyv3620[:yyrl3620] + yyrg3625 := len(yyv3625) > 0 + yyv23625 := yyv3625 + yyrl3625, yyrt3625 = z.DecInferLen(yyl3625, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3625 { + if yyrl3625 <= cap(yyv3625) { + yyv3625 = yyv3625[:yyrl3625] } else { - yyv3620 = make([]Namespace, yyrl3620) + yyv3625 = make([]Namespace, yyrl3625) } } else { - yyv3620 = make([]Namespace, yyrl3620) + yyv3625 = make([]Namespace, yyrl3625) } - yyc3620 = true - yyrr3620 = len(yyv3620) - if yyrg3620 { - copy(yyv3620, yyv23620) + yyc3625 = true + yyrr3625 = len(yyv3625) + if yyrg3625 { + copy(yyv3625, yyv23625) } - } else if yyl3620 != len(yyv3620) { - yyv3620 = yyv3620[:yyl3620] - yyc3620 = true + } else if yyl3625 != len(yyv3625) { + yyv3625 = yyv3625[:yyl3625] + yyc3625 = true } - yyj3620 := 0 - for ; yyj3620 < yyrr3620; yyj3620++ { - yyh3620.ElemContainerState(yyj3620) + yyj3625 := 0 + for ; yyj3625 < yyrr3625; yyj3625++ { + yyh3625.ElemContainerState(yyj3625) if r.TryDecodeAsNil() { - yyv3620[yyj3620] = Namespace{} + yyv3625[yyj3625] = Namespace{} } else { - yyv3621 := &yyv3620[yyj3620] - yyv3621.CodecDecodeSelf(d) + yyv3626 := &yyv3625[yyj3625] + yyv3626.CodecDecodeSelf(d) } } - if yyrt3620 { - for ; yyj3620 < yyl3620; yyj3620++ { - yyv3620 = append(yyv3620, Namespace{}) - yyh3620.ElemContainerState(yyj3620) + if yyrt3625 { + for ; yyj3625 < yyl3625; yyj3625++ { + yyv3625 = append(yyv3625, Namespace{}) + yyh3625.ElemContainerState(yyj3625) if r.TryDecodeAsNil() { - yyv3620[yyj3620] = Namespace{} + yyv3625[yyj3625] = Namespace{} } else { - yyv3622 := &yyv3620[yyj3620] - yyv3622.CodecDecodeSelf(d) + yyv3627 := &yyv3625[yyj3625] + yyv3627.CodecDecodeSelf(d) } } } } else { - yyj3620 := 0 - for ; !r.CheckBreak(); yyj3620++ { + yyj3625 := 0 + for ; !r.CheckBreak(); yyj3625++ { - if yyj3620 >= len(yyv3620) { - yyv3620 = append(yyv3620, Namespace{}) // var yyz3620 Namespace - yyc3620 = true + if yyj3625 >= len(yyv3625) { + yyv3625 = append(yyv3625, Namespace{}) // var yyz3625 Namespace + yyc3625 = true } - yyh3620.ElemContainerState(yyj3620) - if yyj3620 < len(yyv3620) { + yyh3625.ElemContainerState(yyj3625) + if yyj3625 < len(yyv3625) { if r.TryDecodeAsNil() { - yyv3620[yyj3620] = Namespace{} + yyv3625[yyj3625] = Namespace{} } else { - yyv3623 := &yyv3620[yyj3620] - yyv3623.CodecDecodeSelf(d) + yyv3628 := &yyv3625[yyj3625] + yyv3628.CodecDecodeSelf(d) } } else { @@ -46069,17 +46124,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj3620 < len(yyv3620) { - yyv3620 = yyv3620[:yyj3620] - yyc3620 = true - } else if yyj3620 == 0 && yyv3620 == nil { - yyv3620 = []Namespace{} - yyc3620 = true + if yyj3625 < len(yyv3625) { + yyv3625 = yyv3625[:yyj3625] + yyc3625 = true + } else if yyj3625 == 0 && yyv3625 == nil { + yyv3625 = []Namespace{} + yyc3625 = true } } - yyh3620.End() - if yyc3620 { - *v = yyv3620 + yyh3625.End() + if yyc3625 { + *v = yyv3625 } } @@ -46088,10 +46143,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3624 := range v { + for _, yyv3629 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3625 := &yyv3624 - yy3625.CodecEncodeSelf(e) + yy3630 := &yyv3629 + yy3630.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46101,83 +46156,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3626 := *v - yyh3626, yyl3626 := z.DecSliceHelperStart() - var yyc3626 bool - if yyl3626 == 0 { - if yyv3626 == nil { - yyv3626 = []Event{} - yyc3626 = true - } else if len(yyv3626) != 0 { - yyv3626 = yyv3626[:0] - yyc3626 = true + yyv3631 := *v + yyh3631, yyl3631 := z.DecSliceHelperStart() + var yyc3631 bool + if yyl3631 == 0 { + if yyv3631 == nil { + yyv3631 = []Event{} + yyc3631 = true + } else if len(yyv3631) != 0 { + yyv3631 = yyv3631[:0] + yyc3631 = true } - } else if yyl3626 > 0 { - var yyrr3626, yyrl3626 int - var yyrt3626 bool - if yyl3626 > cap(yyv3626) { + } else if yyl3631 > 0 { + var yyrr3631, yyrl3631 int + var yyrt3631 bool + if yyl3631 > cap(yyv3631) { - yyrg3626 := len(yyv3626) > 0 - yyv23626 := yyv3626 - yyrl3626, yyrt3626 = z.DecInferLen(yyl3626, z.DecBasicHandle().MaxInitLen, 440) - if yyrt3626 { - if yyrl3626 <= cap(yyv3626) { - yyv3626 = yyv3626[:yyrl3626] + yyrg3631 := len(yyv3631) > 0 + yyv23631 := yyv3631 + yyrl3631, yyrt3631 = z.DecInferLen(yyl3631, z.DecBasicHandle().MaxInitLen, 440) + if yyrt3631 { + if yyrl3631 <= cap(yyv3631) { + yyv3631 = yyv3631[:yyrl3631] } else { - yyv3626 = make([]Event, yyrl3626) + yyv3631 = make([]Event, yyrl3631) } } else { - yyv3626 = make([]Event, yyrl3626) + yyv3631 = make([]Event, yyrl3631) } - yyc3626 = true - yyrr3626 = len(yyv3626) - if yyrg3626 { - copy(yyv3626, yyv23626) + yyc3631 = true + yyrr3631 = len(yyv3631) + if yyrg3631 { + copy(yyv3631, yyv23631) } - } else if yyl3626 != len(yyv3626) { - yyv3626 = yyv3626[:yyl3626] - yyc3626 = true + } else if yyl3631 != len(yyv3631) { + yyv3631 = yyv3631[:yyl3631] + yyc3631 = true } - yyj3626 := 0 - for ; yyj3626 < yyrr3626; yyj3626++ { - yyh3626.ElemContainerState(yyj3626) + yyj3631 := 0 + for ; yyj3631 < yyrr3631; yyj3631++ { + yyh3631.ElemContainerState(yyj3631) if r.TryDecodeAsNil() { - yyv3626[yyj3626] = Event{} + yyv3631[yyj3631] = Event{} } else { - yyv3627 := &yyv3626[yyj3626] - yyv3627.CodecDecodeSelf(d) + yyv3632 := &yyv3631[yyj3631] + yyv3632.CodecDecodeSelf(d) } } - if yyrt3626 { - for ; yyj3626 < yyl3626; yyj3626++ { - yyv3626 = append(yyv3626, Event{}) - yyh3626.ElemContainerState(yyj3626) + if yyrt3631 { + for ; yyj3631 < yyl3631; yyj3631++ { + yyv3631 = append(yyv3631, Event{}) + yyh3631.ElemContainerState(yyj3631) if r.TryDecodeAsNil() { - yyv3626[yyj3626] = Event{} + yyv3631[yyj3631] = Event{} } else { - yyv3628 := &yyv3626[yyj3626] - yyv3628.CodecDecodeSelf(d) + yyv3633 := &yyv3631[yyj3631] + yyv3633.CodecDecodeSelf(d) } } } } else { - yyj3626 := 0 - for ; !r.CheckBreak(); yyj3626++ { + yyj3631 := 0 + for ; !r.CheckBreak(); yyj3631++ { - if yyj3626 >= len(yyv3626) { - yyv3626 = append(yyv3626, Event{}) // var yyz3626 Event - yyc3626 = true + if yyj3631 >= len(yyv3631) { + yyv3631 = append(yyv3631, Event{}) // var yyz3631 Event + yyc3631 = true } - yyh3626.ElemContainerState(yyj3626) - if yyj3626 < len(yyv3626) { + yyh3631.ElemContainerState(yyj3631) + if yyj3631 < len(yyv3631) { if r.TryDecodeAsNil() { - yyv3626[yyj3626] = Event{} + yyv3631[yyj3631] = Event{} } else { - yyv3629 := &yyv3626[yyj3626] - yyv3629.CodecDecodeSelf(d) + yyv3634 := &yyv3631[yyj3631] + yyv3634.CodecDecodeSelf(d) } } else { @@ -46185,17 +46240,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj3626 < len(yyv3626) { - yyv3626 = yyv3626[:yyj3626] - yyc3626 = true - } else if yyj3626 == 0 && yyv3626 == nil { - yyv3626 = []Event{} - yyc3626 = true + if yyj3631 < len(yyv3631) { + yyv3631 = yyv3631[:yyj3631] + yyc3631 = true + } else if yyj3631 == 0 && yyv3631 == nil { + yyv3631 = []Event{} + yyc3631 = true } } - yyh3626.End() - if yyc3626 { - *v = yyv3626 + yyh3631.End() + if yyc3631 { + *v = yyv3631 } } @@ -46204,17 +46259,17 @@ func (x codecSelfer1234) encSliceruntime_Object(v []pkg6_runtime.Object, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3630 := range v { + for _, yyv3635 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv3630 == nil { + if yyv3635 == nil { r.EncodeNil() } else { - yym3631 := z.EncBinary() - _ = yym3631 + yym3636 := z.EncBinary() + _ = yym3636 if false { - } else if z.HasExtensions() && z.EncExt(yyv3630) { + } else if z.HasExtensions() && z.EncExt(yyv3635) { } else { - z.EncFallback(yyv3630) + z.EncFallback(yyv3635) } } } @@ -46226,74 +46281,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg6_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3632 := *v - yyh3632, yyl3632 := z.DecSliceHelperStart() - var yyc3632 bool - if yyl3632 == 0 { - if yyv3632 == nil { - yyv3632 = []pkg6_runtime.Object{} - yyc3632 = true - } else if len(yyv3632) != 0 { - yyv3632 = yyv3632[:0] - yyc3632 = true + yyv3637 := *v + yyh3637, yyl3637 := z.DecSliceHelperStart() + var yyc3637 bool + if yyl3637 == 0 { + if yyv3637 == nil { + yyv3637 = []pkg6_runtime.Object{} + yyc3637 = true + } else if len(yyv3637) != 0 { + yyv3637 = yyv3637[:0] + yyc3637 = true } - } else if yyl3632 > 0 { - var yyrr3632, yyrl3632 int - var yyrt3632 bool - if yyl3632 > cap(yyv3632) { + } else if yyl3637 > 0 { + var yyrr3637, yyrl3637 int + var yyrt3637 bool + if yyl3637 > cap(yyv3637) { - yyrg3632 := len(yyv3632) > 0 - yyv23632 := yyv3632 - yyrl3632, yyrt3632 = z.DecInferLen(yyl3632, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3632 { - if yyrl3632 <= cap(yyv3632) { - yyv3632 = yyv3632[:yyrl3632] + yyrg3637 := len(yyv3637) > 0 + yyv23637 := yyv3637 + yyrl3637, yyrt3637 = z.DecInferLen(yyl3637, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3637 { + if yyrl3637 <= cap(yyv3637) { + yyv3637 = yyv3637[:yyrl3637] } else { - yyv3632 = make([]pkg6_runtime.Object, yyrl3632) + yyv3637 = make([]pkg6_runtime.Object, yyrl3637) } } else { - yyv3632 = make([]pkg6_runtime.Object, yyrl3632) + yyv3637 = make([]pkg6_runtime.Object, yyrl3637) } - yyc3632 = true - yyrr3632 = len(yyv3632) - if yyrg3632 { - copy(yyv3632, yyv23632) + yyc3637 = true + yyrr3637 = len(yyv3637) + if yyrg3637 { + copy(yyv3637, yyv23637) } - } else if yyl3632 != len(yyv3632) { - yyv3632 = yyv3632[:yyl3632] - yyc3632 = true + } else if yyl3637 != len(yyv3637) { + yyv3637 = yyv3637[:yyl3637] + yyc3637 = true } - yyj3632 := 0 - for ; yyj3632 < yyrr3632; yyj3632++ { - yyh3632.ElemContainerState(yyj3632) + yyj3637 := 0 + for ; yyj3637 < yyrr3637; yyj3637++ { + yyh3637.ElemContainerState(yyj3637) if r.TryDecodeAsNil() { - yyv3632[yyj3632] = nil + yyv3637[yyj3637] = nil } else { - yyv3633 := &yyv3632[yyj3632] - yym3634 := z.DecBinary() - _ = yym3634 + yyv3638 := &yyv3637[yyj3637] + yym3639 := z.DecBinary() + _ = yym3639 if false { - } else if z.HasExtensions() && z.DecExt(yyv3633) { + } else if z.HasExtensions() && z.DecExt(yyv3638) { } else { - z.DecFallback(yyv3633, true) + z.DecFallback(yyv3638, true) } } } - if yyrt3632 { - for ; yyj3632 < yyl3632; yyj3632++ { - yyv3632 = append(yyv3632, nil) - yyh3632.ElemContainerState(yyj3632) + if yyrt3637 { + for ; yyj3637 < yyl3637; yyj3637++ { + yyv3637 = append(yyv3637, nil) + yyh3637.ElemContainerState(yyj3637) if r.TryDecodeAsNil() { - yyv3632[yyj3632] = nil + yyv3637[yyj3637] = nil } else { - yyv3635 := &yyv3632[yyj3632] - yym3636 := z.DecBinary() - _ = yym3636 + yyv3640 := &yyv3637[yyj3637] + yym3641 := z.DecBinary() + _ = yym3641 if false { - } else if z.HasExtensions() && z.DecExt(yyv3635) { + } else if z.HasExtensions() && z.DecExt(yyv3640) { } else { - z.DecFallback(yyv3635, true) + z.DecFallback(yyv3640, true) } } @@ -46301,25 +46356,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg6_runtime.Object, d *cod } } else { - yyj3632 := 0 - for ; !r.CheckBreak(); yyj3632++ { + yyj3637 := 0 + for ; !r.CheckBreak(); yyj3637++ { - if yyj3632 >= len(yyv3632) { - yyv3632 = append(yyv3632, nil) // var yyz3632 pkg6_runtime.Object - yyc3632 = true + if yyj3637 >= len(yyv3637) { + yyv3637 = append(yyv3637, nil) // var yyz3637 pkg6_runtime.Object + yyc3637 = true } - yyh3632.ElemContainerState(yyj3632) - if yyj3632 < len(yyv3632) { + yyh3637.ElemContainerState(yyj3637) + if yyj3637 < len(yyv3637) { if r.TryDecodeAsNil() { - yyv3632[yyj3632] = nil + yyv3637[yyj3637] = nil } else { - yyv3637 := &yyv3632[yyj3632] - yym3638 := z.DecBinary() - _ = yym3638 + yyv3642 := &yyv3637[yyj3637] + yym3643 := z.DecBinary() + _ = yym3643 if false { - } else if z.HasExtensions() && z.DecExt(yyv3637) { + } else if z.HasExtensions() && z.DecExt(yyv3642) { } else { - z.DecFallback(yyv3637, true) + z.DecFallback(yyv3642, true) } } @@ -46328,17 +46383,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg6_runtime.Object, d *cod } } - if yyj3632 < len(yyv3632) { - yyv3632 = yyv3632[:yyj3632] - yyc3632 = true - } else if yyj3632 == 0 && yyv3632 == nil { - yyv3632 = []pkg6_runtime.Object{} - yyc3632 = true + if yyj3637 < len(yyv3637) { + yyv3637 = yyv3637[:yyj3637] + yyc3637 = true + } else if yyj3637 == 0 && yyv3637 == nil { + yyv3637 = []pkg6_runtime.Object{} + yyc3637 = true } } - yyh3632.End() - if yyc3632 { - *v = yyv3632 + yyh3637.End() + if yyc3637 { + *v = yyv3637 } } @@ -46347,10 +46402,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3639 := range v { + for _, yyv3644 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3640 := &yyv3639 - yy3640.CodecEncodeSelf(e) + yy3645 := &yyv3644 + yy3645.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46360,83 +46415,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3641 := *v - yyh3641, yyl3641 := z.DecSliceHelperStart() - var yyc3641 bool - if yyl3641 == 0 { - if yyv3641 == nil { - yyv3641 = []LimitRangeItem{} - yyc3641 = true - } else if len(yyv3641) != 0 { - yyv3641 = yyv3641[:0] - yyc3641 = true + yyv3646 := *v + yyh3646, yyl3646 := z.DecSliceHelperStart() + var yyc3646 bool + if yyl3646 == 0 { + if yyv3646 == nil { + yyv3646 = []LimitRangeItem{} + yyc3646 = true + } else if len(yyv3646) != 0 { + yyv3646 = yyv3646[:0] + yyc3646 = true } - } else if yyl3641 > 0 { - var yyrr3641, yyrl3641 int - var yyrt3641 bool - if yyl3641 > cap(yyv3641) { + } else if yyl3646 > 0 { + var yyrr3646, yyrl3646 int + var yyrt3646 bool + if yyl3646 > cap(yyv3646) { - yyrg3641 := len(yyv3641) > 0 - yyv23641 := yyv3641 - yyrl3641, yyrt3641 = z.DecInferLen(yyl3641, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3641 { - if yyrl3641 <= cap(yyv3641) { - yyv3641 = yyv3641[:yyrl3641] + yyrg3646 := len(yyv3646) > 0 + yyv23646 := yyv3646 + yyrl3646, yyrt3646 = z.DecInferLen(yyl3646, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3646 { + if yyrl3646 <= cap(yyv3646) { + yyv3646 = yyv3646[:yyrl3646] } else { - yyv3641 = make([]LimitRangeItem, yyrl3641) + yyv3646 = make([]LimitRangeItem, yyrl3646) } } else { - yyv3641 = make([]LimitRangeItem, yyrl3641) + yyv3646 = make([]LimitRangeItem, yyrl3646) } - yyc3641 = true - yyrr3641 = len(yyv3641) - if yyrg3641 { - copy(yyv3641, yyv23641) + yyc3646 = true + yyrr3646 = len(yyv3646) + if yyrg3646 { + copy(yyv3646, yyv23646) } - } else if yyl3641 != len(yyv3641) { - yyv3641 = yyv3641[:yyl3641] - yyc3641 = true + } else if yyl3646 != len(yyv3646) { + yyv3646 = yyv3646[:yyl3646] + yyc3646 = true } - yyj3641 := 0 - for ; yyj3641 < yyrr3641; yyj3641++ { - yyh3641.ElemContainerState(yyj3641) + yyj3646 := 0 + for ; yyj3646 < yyrr3646; yyj3646++ { + yyh3646.ElemContainerState(yyj3646) if r.TryDecodeAsNil() { - yyv3641[yyj3641] = LimitRangeItem{} + yyv3646[yyj3646] = LimitRangeItem{} } else { - yyv3642 := &yyv3641[yyj3641] - yyv3642.CodecDecodeSelf(d) + yyv3647 := &yyv3646[yyj3646] + yyv3647.CodecDecodeSelf(d) } } - if yyrt3641 { - for ; yyj3641 < yyl3641; yyj3641++ { - yyv3641 = append(yyv3641, LimitRangeItem{}) - yyh3641.ElemContainerState(yyj3641) + if yyrt3646 { + for ; yyj3646 < yyl3646; yyj3646++ { + yyv3646 = append(yyv3646, LimitRangeItem{}) + yyh3646.ElemContainerState(yyj3646) if r.TryDecodeAsNil() { - yyv3641[yyj3641] = LimitRangeItem{} + yyv3646[yyj3646] = LimitRangeItem{} } else { - yyv3643 := &yyv3641[yyj3641] - yyv3643.CodecDecodeSelf(d) + yyv3648 := &yyv3646[yyj3646] + yyv3648.CodecDecodeSelf(d) } } } } else { - yyj3641 := 0 - for ; !r.CheckBreak(); yyj3641++ { + yyj3646 := 0 + for ; !r.CheckBreak(); yyj3646++ { - if yyj3641 >= len(yyv3641) { - yyv3641 = append(yyv3641, LimitRangeItem{}) // var yyz3641 LimitRangeItem - yyc3641 = true + if yyj3646 >= len(yyv3646) { + yyv3646 = append(yyv3646, LimitRangeItem{}) // var yyz3646 LimitRangeItem + yyc3646 = true } - yyh3641.ElemContainerState(yyj3641) - if yyj3641 < len(yyv3641) { + yyh3646.ElemContainerState(yyj3646) + if yyj3646 < len(yyv3646) { if r.TryDecodeAsNil() { - yyv3641[yyj3641] = LimitRangeItem{} + yyv3646[yyj3646] = LimitRangeItem{} } else { - yyv3644 := &yyv3641[yyj3641] - yyv3644.CodecDecodeSelf(d) + yyv3649 := &yyv3646[yyj3646] + yyv3649.CodecDecodeSelf(d) } } else { @@ -46444,17 +46499,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj3641 < len(yyv3641) { - yyv3641 = yyv3641[:yyj3641] - yyc3641 = true - } else if yyj3641 == 0 && yyv3641 == nil { - yyv3641 = []LimitRangeItem{} - yyc3641 = true + if yyj3646 < len(yyv3646) { + yyv3646 = yyv3646[:yyj3646] + yyc3646 = true + } else if yyj3646 == 0 && yyv3646 == nil { + yyv3646 = []LimitRangeItem{} + yyc3646 = true } } - yyh3641.End() - if yyc3641 { - *v = yyv3641 + yyh3646.End() + if yyc3646 { + *v = yyv3646 } } @@ -46463,10 +46518,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3645 := range v { + for _, yyv3650 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3646 := &yyv3645 - yy3646.CodecEncodeSelf(e) + yy3651 := &yyv3650 + yy3651.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46476,83 +46531,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3647 := *v - yyh3647, yyl3647 := z.DecSliceHelperStart() - var yyc3647 bool - if yyl3647 == 0 { - if yyv3647 == nil { - yyv3647 = []LimitRange{} - yyc3647 = true - } else if len(yyv3647) != 0 { - yyv3647 = yyv3647[:0] - yyc3647 = true + yyv3652 := *v + yyh3652, yyl3652 := z.DecSliceHelperStart() + var yyc3652 bool + if yyl3652 == 0 { + if yyv3652 == nil { + yyv3652 = []LimitRange{} + yyc3652 = true + } else if len(yyv3652) != 0 { + yyv3652 = yyv3652[:0] + yyc3652 = true } - } else if yyl3647 > 0 { - var yyrr3647, yyrl3647 int - var yyrt3647 bool - if yyl3647 > cap(yyv3647) { + } else if yyl3652 > 0 { + var yyrr3652, yyrl3652 int + var yyrt3652 bool + if yyl3652 > cap(yyv3652) { - yyrg3647 := len(yyv3647) > 0 - yyv23647 := yyv3647 - yyrl3647, yyrt3647 = z.DecInferLen(yyl3647, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3647 { - if yyrl3647 <= cap(yyv3647) { - yyv3647 = yyv3647[:yyrl3647] + yyrg3652 := len(yyv3652) > 0 + yyv23652 := yyv3652 + yyrl3652, yyrt3652 = z.DecInferLen(yyl3652, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3652 { + if yyrl3652 <= cap(yyv3652) { + yyv3652 = yyv3652[:yyrl3652] } else { - yyv3647 = make([]LimitRange, yyrl3647) + yyv3652 = make([]LimitRange, yyrl3652) } } else { - yyv3647 = make([]LimitRange, yyrl3647) + yyv3652 = make([]LimitRange, yyrl3652) } - yyc3647 = true - yyrr3647 = len(yyv3647) - if yyrg3647 { - copy(yyv3647, yyv23647) + yyc3652 = true + yyrr3652 = len(yyv3652) + if yyrg3652 { + copy(yyv3652, yyv23652) } - } else if yyl3647 != len(yyv3647) { - yyv3647 = yyv3647[:yyl3647] - yyc3647 = true + } else if yyl3652 != len(yyv3652) { + yyv3652 = yyv3652[:yyl3652] + yyc3652 = true } - yyj3647 := 0 - for ; yyj3647 < yyrr3647; yyj3647++ { - yyh3647.ElemContainerState(yyj3647) + yyj3652 := 0 + for ; yyj3652 < yyrr3652; yyj3652++ { + yyh3652.ElemContainerState(yyj3652) if r.TryDecodeAsNil() { - yyv3647[yyj3647] = LimitRange{} + yyv3652[yyj3652] = LimitRange{} } else { - yyv3648 := &yyv3647[yyj3647] - yyv3648.CodecDecodeSelf(d) + yyv3653 := &yyv3652[yyj3652] + yyv3653.CodecDecodeSelf(d) } } - if yyrt3647 { - for ; yyj3647 < yyl3647; yyj3647++ { - yyv3647 = append(yyv3647, LimitRange{}) - yyh3647.ElemContainerState(yyj3647) + if yyrt3652 { + for ; yyj3652 < yyl3652; yyj3652++ { + yyv3652 = append(yyv3652, LimitRange{}) + yyh3652.ElemContainerState(yyj3652) if r.TryDecodeAsNil() { - yyv3647[yyj3647] = LimitRange{} + yyv3652[yyj3652] = LimitRange{} } else { - yyv3649 := &yyv3647[yyj3647] - yyv3649.CodecDecodeSelf(d) + yyv3654 := &yyv3652[yyj3652] + yyv3654.CodecDecodeSelf(d) } } } } else { - yyj3647 := 0 - for ; !r.CheckBreak(); yyj3647++ { + yyj3652 := 0 + for ; !r.CheckBreak(); yyj3652++ { - if yyj3647 >= len(yyv3647) { - yyv3647 = append(yyv3647, LimitRange{}) // var yyz3647 LimitRange - yyc3647 = true + if yyj3652 >= len(yyv3652) { + yyv3652 = append(yyv3652, LimitRange{}) // var yyz3652 LimitRange + yyc3652 = true } - yyh3647.ElemContainerState(yyj3647) - if yyj3647 < len(yyv3647) { + yyh3652.ElemContainerState(yyj3652) + if yyj3652 < len(yyv3652) { if r.TryDecodeAsNil() { - yyv3647[yyj3647] = LimitRange{} + yyv3652[yyj3652] = LimitRange{} } else { - yyv3650 := &yyv3647[yyj3647] - yyv3650.CodecDecodeSelf(d) + yyv3655 := &yyv3652[yyj3652] + yyv3655.CodecDecodeSelf(d) } } else { @@ -46560,17 +46615,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj3647 < len(yyv3647) { - yyv3647 = yyv3647[:yyj3647] - yyc3647 = true - } else if yyj3647 == 0 && yyv3647 == nil { - yyv3647 = []LimitRange{} - yyc3647 = true + if yyj3652 < len(yyv3652) { + yyv3652 = yyv3652[:yyj3652] + yyc3652 = true + } else if yyj3652 == 0 && yyv3652 == nil { + yyv3652 = []LimitRange{} + yyc3652 = true } } - yyh3647.End() - if yyc3647 { - *v = yyv3647 + yyh3652.End() + if yyc3652 { + *v = yyv3652 } } @@ -46579,10 +46634,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3651 := range v { + for _, yyv3656 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3652 := &yyv3651 - yy3652.CodecEncodeSelf(e) + yy3657 := &yyv3656 + yy3657.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46592,83 +46647,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3653 := *v - yyh3653, yyl3653 := z.DecSliceHelperStart() - var yyc3653 bool - if yyl3653 == 0 { - if yyv3653 == nil { - yyv3653 = []ResourceQuota{} - yyc3653 = true - } else if len(yyv3653) != 0 { - yyv3653 = yyv3653[:0] - yyc3653 = true + yyv3658 := *v + yyh3658, yyl3658 := z.DecSliceHelperStart() + var yyc3658 bool + if yyl3658 == 0 { + if yyv3658 == nil { + yyv3658 = []ResourceQuota{} + yyc3658 = true + } else if len(yyv3658) != 0 { + yyv3658 = yyv3658[:0] + yyc3658 = true } - } else if yyl3653 > 0 { - var yyrr3653, yyrl3653 int - var yyrt3653 bool - if yyl3653 > cap(yyv3653) { + } else if yyl3658 > 0 { + var yyrr3658, yyrl3658 int + var yyrt3658 bool + if yyl3658 > cap(yyv3658) { - yyrg3653 := len(yyv3653) > 0 - yyv23653 := yyv3653 - yyrl3653, yyrt3653 = z.DecInferLen(yyl3653, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3653 { - if yyrl3653 <= cap(yyv3653) { - yyv3653 = yyv3653[:yyrl3653] + yyrg3658 := len(yyv3658) > 0 + yyv23658 := yyv3658 + yyrl3658, yyrt3658 = z.DecInferLen(yyl3658, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3658 { + if yyrl3658 <= cap(yyv3658) { + yyv3658 = yyv3658[:yyrl3658] } else { - yyv3653 = make([]ResourceQuota, yyrl3653) + yyv3658 = make([]ResourceQuota, yyrl3658) } } else { - yyv3653 = make([]ResourceQuota, yyrl3653) + yyv3658 = make([]ResourceQuota, yyrl3658) } - yyc3653 = true - yyrr3653 = len(yyv3653) - if yyrg3653 { - copy(yyv3653, yyv23653) + yyc3658 = true + yyrr3658 = len(yyv3658) + if yyrg3658 { + copy(yyv3658, yyv23658) } - } else if yyl3653 != len(yyv3653) { - yyv3653 = yyv3653[:yyl3653] - yyc3653 = true + } else if yyl3658 != len(yyv3658) { + yyv3658 = yyv3658[:yyl3658] + yyc3658 = true } - yyj3653 := 0 - for ; yyj3653 < yyrr3653; yyj3653++ { - yyh3653.ElemContainerState(yyj3653) + yyj3658 := 0 + for ; yyj3658 < yyrr3658; yyj3658++ { + yyh3658.ElemContainerState(yyj3658) if r.TryDecodeAsNil() { - yyv3653[yyj3653] = ResourceQuota{} + yyv3658[yyj3658] = ResourceQuota{} } else { - yyv3654 := &yyv3653[yyj3653] - yyv3654.CodecDecodeSelf(d) + yyv3659 := &yyv3658[yyj3658] + yyv3659.CodecDecodeSelf(d) } } - if yyrt3653 { - for ; yyj3653 < yyl3653; yyj3653++ { - yyv3653 = append(yyv3653, ResourceQuota{}) - yyh3653.ElemContainerState(yyj3653) + if yyrt3658 { + for ; yyj3658 < yyl3658; yyj3658++ { + yyv3658 = append(yyv3658, ResourceQuota{}) + yyh3658.ElemContainerState(yyj3658) if r.TryDecodeAsNil() { - yyv3653[yyj3653] = ResourceQuota{} + yyv3658[yyj3658] = ResourceQuota{} } else { - yyv3655 := &yyv3653[yyj3653] - yyv3655.CodecDecodeSelf(d) + yyv3660 := &yyv3658[yyj3658] + yyv3660.CodecDecodeSelf(d) } } } } else { - yyj3653 := 0 - for ; !r.CheckBreak(); yyj3653++ { + yyj3658 := 0 + for ; !r.CheckBreak(); yyj3658++ { - if yyj3653 >= len(yyv3653) { - yyv3653 = append(yyv3653, ResourceQuota{}) // var yyz3653 ResourceQuota - yyc3653 = true + if yyj3658 >= len(yyv3658) { + yyv3658 = append(yyv3658, ResourceQuota{}) // var yyz3658 ResourceQuota + yyc3658 = true } - yyh3653.ElemContainerState(yyj3653) - if yyj3653 < len(yyv3653) { + yyh3658.ElemContainerState(yyj3658) + if yyj3658 < len(yyv3658) { if r.TryDecodeAsNil() { - yyv3653[yyj3653] = ResourceQuota{} + yyv3658[yyj3658] = ResourceQuota{} } else { - yyv3656 := &yyv3653[yyj3653] - yyv3656.CodecDecodeSelf(d) + yyv3661 := &yyv3658[yyj3658] + yyv3661.CodecDecodeSelf(d) } } else { @@ -46676,17 +46731,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj3653 < len(yyv3653) { - yyv3653 = yyv3653[:yyj3653] - yyc3653 = true - } else if yyj3653 == 0 && yyv3653 == nil { - yyv3653 = []ResourceQuota{} - yyc3653 = true + if yyj3658 < len(yyv3658) { + yyv3658 = yyv3658[:yyj3658] + yyc3658 = true + } else if yyj3658 == 0 && yyv3658 == nil { + yyv3658 = []ResourceQuota{} + yyc3658 = true } } - yyh3653.End() - if yyc3653 { - *v = yyv3653 + yyh3658.End() + if yyc3658 { + *v = yyv3658 } } @@ -46695,23 +46750,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3657, yyv3657 := range v { + for yyk3662, yyv3662 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym3658 := z.EncBinary() - _ = yym3658 + yym3663 := z.EncBinary() + _ = yym3663 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk3657)) + r.EncodeString(codecSelferC_UTF81234, string(yyk3662)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv3657 == nil { + if yyv3662 == nil { r.EncodeNil() } else { - yym3659 := z.EncBinary() - _ = yym3659 + yym3664 := z.EncBinary() + _ = yym3664 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3657)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3662)) } } } @@ -46723,80 +46778,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3660 := *v - yyl3660 := r.ReadMapStart() - yybh3660 := z.DecBasicHandle() - if yyv3660 == nil { - yyrl3660, _ := z.DecInferLen(yyl3660, yybh3660.MaxInitLen, 40) - yyv3660 = make(map[string][]uint8, yyrl3660) - *v = yyv3660 + yyv3665 := *v + yyl3665 := r.ReadMapStart() + yybh3665 := z.DecBasicHandle() + if yyv3665 == nil { + yyrl3665, _ := z.DecInferLen(yyl3665, yybh3665.MaxInitLen, 40) + yyv3665 = make(map[string][]uint8, yyrl3665) + *v = yyv3665 } - var yymk3660 string - var yymv3660 []uint8 - var yymg3660 bool - if yybh3660.MapValueReset { - yymg3660 = true + var yymk3665 string + var yymv3665 []uint8 + var yymg3665 bool + if yybh3665.MapValueReset { + yymg3665 = true } - if yyl3660 > 0 { - for yyj3660 := 0; yyj3660 < yyl3660; yyj3660++ { + if yyl3665 > 0 { + for yyj3665 := 0; yyj3665 < yyl3665; yyj3665++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3660 = "" + yymk3665 = "" } else { - yymk3660 = string(r.DecodeString()) + yymk3665 = string(r.DecodeString()) } - if yymg3660 { - yymv3660 = yyv3660[yymk3660] + if yymg3665 { + yymv3665 = yyv3665[yymk3665] } else { - yymv3660 = nil + yymv3665 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3660 = nil + yymv3665 = nil } else { - yyv3662 := &yymv3660 - yym3663 := z.DecBinary() - _ = yym3663 + yyv3667 := &yymv3665 + yym3668 := z.DecBinary() + _ = yym3668 if false { } else { - *yyv3662 = r.DecodeBytes(*(*[]byte)(yyv3662), false, false) + *yyv3667 = r.DecodeBytes(*(*[]byte)(yyv3667), false, false) } } - if yyv3660 != nil { - yyv3660[yymk3660] = yymv3660 + if yyv3665 != nil { + yyv3665[yymk3665] = yymv3665 } } - } else if yyl3660 < 0 { - for yyj3660 := 0; !r.CheckBreak(); yyj3660++ { + } else if yyl3665 < 0 { + for yyj3665 := 0; !r.CheckBreak(); yyj3665++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3660 = "" + yymk3665 = "" } else { - yymk3660 = string(r.DecodeString()) + yymk3665 = string(r.DecodeString()) } - if yymg3660 { - yymv3660 = yyv3660[yymk3660] + if yymg3665 { + yymv3665 = yyv3665[yymk3665] } else { - yymv3660 = nil + yymv3665 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3660 = nil + yymv3665 = nil } else { - yyv3665 := &yymv3660 - yym3666 := z.DecBinary() - _ = yym3666 + yyv3670 := &yymv3665 + yym3671 := z.DecBinary() + _ = yym3671 if false { } else { - *yyv3665 = r.DecodeBytes(*(*[]byte)(yyv3665), false, false) + *yyv3670 = r.DecodeBytes(*(*[]byte)(yyv3670), false, false) } } - if yyv3660 != nil { - yyv3660[yymk3660] = yymv3660 + if yyv3665 != nil { + yyv3665[yymk3665] = yymv3665 } } } // else len==0: TODO: Should we clear map entries? @@ -46808,10 +46863,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3667 := range v { + for _, yyv3672 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3668 := &yyv3667 - yy3668.CodecEncodeSelf(e) + yy3673 := &yyv3672 + yy3673.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46821,83 +46876,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3669 := *v - yyh3669, yyl3669 := z.DecSliceHelperStart() - var yyc3669 bool - if yyl3669 == 0 { - if yyv3669 == nil { - yyv3669 = []Secret{} - yyc3669 = true - } else if len(yyv3669) != 0 { - yyv3669 = yyv3669[:0] - yyc3669 = true + yyv3674 := *v + yyh3674, yyl3674 := z.DecSliceHelperStart() + var yyc3674 bool + if yyl3674 == 0 { + if yyv3674 == nil { + yyv3674 = []Secret{} + yyc3674 = true + } else if len(yyv3674) != 0 { + yyv3674 = yyv3674[:0] + yyc3674 = true } - } else if yyl3669 > 0 { - var yyrr3669, yyrl3669 int - var yyrt3669 bool - if yyl3669 > cap(yyv3669) { + } else if yyl3674 > 0 { + var yyrr3674, yyrl3674 int + var yyrt3674 bool + if yyl3674 > cap(yyv3674) { - yyrg3669 := len(yyv3669) > 0 - yyv23669 := yyv3669 - yyrl3669, yyrt3669 = z.DecInferLen(yyl3669, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3669 { - if yyrl3669 <= cap(yyv3669) { - yyv3669 = yyv3669[:yyrl3669] + yyrg3674 := len(yyv3674) > 0 + yyv23674 := yyv3674 + yyrl3674, yyrt3674 = z.DecInferLen(yyl3674, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3674 { + if yyrl3674 <= cap(yyv3674) { + yyv3674 = yyv3674[:yyrl3674] } else { - yyv3669 = make([]Secret, yyrl3669) + yyv3674 = make([]Secret, yyrl3674) } } else { - yyv3669 = make([]Secret, yyrl3669) + yyv3674 = make([]Secret, yyrl3674) } - yyc3669 = true - yyrr3669 = len(yyv3669) - if yyrg3669 { - copy(yyv3669, yyv23669) + yyc3674 = true + yyrr3674 = len(yyv3674) + if yyrg3674 { + copy(yyv3674, yyv23674) } - } else if yyl3669 != len(yyv3669) { - yyv3669 = yyv3669[:yyl3669] - yyc3669 = true + } else if yyl3674 != len(yyv3674) { + yyv3674 = yyv3674[:yyl3674] + yyc3674 = true } - yyj3669 := 0 - for ; yyj3669 < yyrr3669; yyj3669++ { - yyh3669.ElemContainerState(yyj3669) + yyj3674 := 0 + for ; yyj3674 < yyrr3674; yyj3674++ { + yyh3674.ElemContainerState(yyj3674) if r.TryDecodeAsNil() { - yyv3669[yyj3669] = Secret{} + yyv3674[yyj3674] = Secret{} } else { - yyv3670 := &yyv3669[yyj3669] - yyv3670.CodecDecodeSelf(d) + yyv3675 := &yyv3674[yyj3674] + yyv3675.CodecDecodeSelf(d) } } - if yyrt3669 { - for ; yyj3669 < yyl3669; yyj3669++ { - yyv3669 = append(yyv3669, Secret{}) - yyh3669.ElemContainerState(yyj3669) + if yyrt3674 { + for ; yyj3674 < yyl3674; yyj3674++ { + yyv3674 = append(yyv3674, Secret{}) + yyh3674.ElemContainerState(yyj3674) if r.TryDecodeAsNil() { - yyv3669[yyj3669] = Secret{} + yyv3674[yyj3674] = Secret{} } else { - yyv3671 := &yyv3669[yyj3669] - yyv3671.CodecDecodeSelf(d) + yyv3676 := &yyv3674[yyj3674] + yyv3676.CodecDecodeSelf(d) } } } } else { - yyj3669 := 0 - for ; !r.CheckBreak(); yyj3669++ { + yyj3674 := 0 + for ; !r.CheckBreak(); yyj3674++ { - if yyj3669 >= len(yyv3669) { - yyv3669 = append(yyv3669, Secret{}) // var yyz3669 Secret - yyc3669 = true + if yyj3674 >= len(yyv3674) { + yyv3674 = append(yyv3674, Secret{}) // var yyz3674 Secret + yyc3674 = true } - yyh3669.ElemContainerState(yyj3669) - if yyj3669 < len(yyv3669) { + yyh3674.ElemContainerState(yyj3674) + if yyj3674 < len(yyv3674) { if r.TryDecodeAsNil() { - yyv3669[yyj3669] = Secret{} + yyv3674[yyj3674] = Secret{} } else { - yyv3672 := &yyv3669[yyj3669] - yyv3672.CodecDecodeSelf(d) + yyv3677 := &yyv3674[yyj3674] + yyv3677.CodecDecodeSelf(d) } } else { @@ -46905,17 +46960,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj3669 < len(yyv3669) { - yyv3669 = yyv3669[:yyj3669] - yyc3669 = true - } else if yyj3669 == 0 && yyv3669 == nil { - yyv3669 = []Secret{} - yyc3669 = true + if yyj3674 < len(yyv3674) { + yyv3674 = yyv3674[:yyj3674] + yyc3674 = true + } else if yyj3674 == 0 && yyv3674 == nil { + yyv3674 = []Secret{} + yyc3674 = true } } - yyh3669.End() - if yyc3669 { - *v = yyv3669 + yyh3674.End() + if yyc3674 { + *v = yyv3674 } } @@ -46924,10 +46979,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3673 := range v { + for _, yyv3678 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3674 := &yyv3673 - yy3674.CodecEncodeSelf(e) + yy3679 := &yyv3678 + yy3679.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46937,83 +46992,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3675 := *v - yyh3675, yyl3675 := z.DecSliceHelperStart() - var yyc3675 bool - if yyl3675 == 0 { - if yyv3675 == nil { - yyv3675 = []ComponentCondition{} - yyc3675 = true - } else if len(yyv3675) != 0 { - yyv3675 = yyv3675[:0] - yyc3675 = true + yyv3680 := *v + yyh3680, yyl3680 := z.DecSliceHelperStart() + var yyc3680 bool + if yyl3680 == 0 { + if yyv3680 == nil { + yyv3680 = []ComponentCondition{} + yyc3680 = true + } else if len(yyv3680) != 0 { + yyv3680 = yyv3680[:0] + yyc3680 = true } - } else if yyl3675 > 0 { - var yyrr3675, yyrl3675 int - var yyrt3675 bool - if yyl3675 > cap(yyv3675) { + } else if yyl3680 > 0 { + var yyrr3680, yyrl3680 int + var yyrt3680 bool + if yyl3680 > cap(yyv3680) { - yyrg3675 := len(yyv3675) > 0 - yyv23675 := yyv3675 - yyrl3675, yyrt3675 = z.DecInferLen(yyl3675, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3675 { - if yyrl3675 <= cap(yyv3675) { - yyv3675 = yyv3675[:yyrl3675] + yyrg3680 := len(yyv3680) > 0 + yyv23680 := yyv3680 + yyrl3680, yyrt3680 = z.DecInferLen(yyl3680, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3680 { + if yyrl3680 <= cap(yyv3680) { + yyv3680 = yyv3680[:yyrl3680] } else { - yyv3675 = make([]ComponentCondition, yyrl3675) + yyv3680 = make([]ComponentCondition, yyrl3680) } } else { - yyv3675 = make([]ComponentCondition, yyrl3675) + yyv3680 = make([]ComponentCondition, yyrl3680) } - yyc3675 = true - yyrr3675 = len(yyv3675) - if yyrg3675 { - copy(yyv3675, yyv23675) + yyc3680 = true + yyrr3680 = len(yyv3680) + if yyrg3680 { + copy(yyv3680, yyv23680) } - } else if yyl3675 != len(yyv3675) { - yyv3675 = yyv3675[:yyl3675] - yyc3675 = true + } else if yyl3680 != len(yyv3680) { + yyv3680 = yyv3680[:yyl3680] + yyc3680 = true } - yyj3675 := 0 - for ; yyj3675 < yyrr3675; yyj3675++ { - yyh3675.ElemContainerState(yyj3675) + yyj3680 := 0 + for ; yyj3680 < yyrr3680; yyj3680++ { + yyh3680.ElemContainerState(yyj3680) if r.TryDecodeAsNil() { - yyv3675[yyj3675] = ComponentCondition{} + yyv3680[yyj3680] = ComponentCondition{} } else { - yyv3676 := &yyv3675[yyj3675] - yyv3676.CodecDecodeSelf(d) + yyv3681 := &yyv3680[yyj3680] + yyv3681.CodecDecodeSelf(d) } } - if yyrt3675 { - for ; yyj3675 < yyl3675; yyj3675++ { - yyv3675 = append(yyv3675, ComponentCondition{}) - yyh3675.ElemContainerState(yyj3675) + if yyrt3680 { + for ; yyj3680 < yyl3680; yyj3680++ { + yyv3680 = append(yyv3680, ComponentCondition{}) + yyh3680.ElemContainerState(yyj3680) if r.TryDecodeAsNil() { - yyv3675[yyj3675] = ComponentCondition{} + yyv3680[yyj3680] = ComponentCondition{} } else { - yyv3677 := &yyv3675[yyj3675] - yyv3677.CodecDecodeSelf(d) + yyv3682 := &yyv3680[yyj3680] + yyv3682.CodecDecodeSelf(d) } } } } else { - yyj3675 := 0 - for ; !r.CheckBreak(); yyj3675++ { + yyj3680 := 0 + for ; !r.CheckBreak(); yyj3680++ { - if yyj3675 >= len(yyv3675) { - yyv3675 = append(yyv3675, ComponentCondition{}) // var yyz3675 ComponentCondition - yyc3675 = true + if yyj3680 >= len(yyv3680) { + yyv3680 = append(yyv3680, ComponentCondition{}) // var yyz3680 ComponentCondition + yyc3680 = true } - yyh3675.ElemContainerState(yyj3675) - if yyj3675 < len(yyv3675) { + yyh3680.ElemContainerState(yyj3680) + if yyj3680 < len(yyv3680) { if r.TryDecodeAsNil() { - yyv3675[yyj3675] = ComponentCondition{} + yyv3680[yyj3680] = ComponentCondition{} } else { - yyv3678 := &yyv3675[yyj3675] - yyv3678.CodecDecodeSelf(d) + yyv3683 := &yyv3680[yyj3680] + yyv3683.CodecDecodeSelf(d) } } else { @@ -47021,17 +47076,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj3675 < len(yyv3675) { - yyv3675 = yyv3675[:yyj3675] - yyc3675 = true - } else if yyj3675 == 0 && yyv3675 == nil { - yyv3675 = []ComponentCondition{} - yyc3675 = true + if yyj3680 < len(yyv3680) { + yyv3680 = yyv3680[:yyj3680] + yyc3680 = true + } else if yyj3680 == 0 && yyv3680 == nil { + yyv3680 = []ComponentCondition{} + yyc3680 = true } } - yyh3675.End() - if yyc3675 { - *v = yyv3675 + yyh3680.End() + if yyc3680 { + *v = yyv3680 } } @@ -47040,10 +47095,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3679 := range v { + for _, yyv3684 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3680 := &yyv3679 - yy3680.CodecEncodeSelf(e) + yy3685 := &yyv3684 + yy3685.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47053,83 +47108,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3681 := *v - yyh3681, yyl3681 := z.DecSliceHelperStart() - var yyc3681 bool - if yyl3681 == 0 { - if yyv3681 == nil { - yyv3681 = []ComponentStatus{} - yyc3681 = true - } else if len(yyv3681) != 0 { - yyv3681 = yyv3681[:0] - yyc3681 = true + yyv3686 := *v + yyh3686, yyl3686 := z.DecSliceHelperStart() + var yyc3686 bool + if yyl3686 == 0 { + if yyv3686 == nil { + yyv3686 = []ComponentStatus{} + yyc3686 = true + } else if len(yyv3686) != 0 { + yyv3686 = yyv3686[:0] + yyc3686 = true } - } else if yyl3681 > 0 { - var yyrr3681, yyrl3681 int - var yyrt3681 bool - if yyl3681 > cap(yyv3681) { + } else if yyl3686 > 0 { + var yyrr3686, yyrl3686 int + var yyrt3686 bool + if yyl3686 > cap(yyv3686) { - yyrg3681 := len(yyv3681) > 0 - yyv23681 := yyv3681 - yyrl3681, yyrt3681 = z.DecInferLen(yyl3681, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3681 { - if yyrl3681 <= cap(yyv3681) { - yyv3681 = yyv3681[:yyrl3681] + yyrg3686 := len(yyv3686) > 0 + yyv23686 := yyv3686 + yyrl3686, yyrt3686 = z.DecInferLen(yyl3686, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3686 { + if yyrl3686 <= cap(yyv3686) { + yyv3686 = yyv3686[:yyrl3686] } else { - yyv3681 = make([]ComponentStatus, yyrl3681) + yyv3686 = make([]ComponentStatus, yyrl3686) } } else { - yyv3681 = make([]ComponentStatus, yyrl3681) + yyv3686 = make([]ComponentStatus, yyrl3686) } - yyc3681 = true - yyrr3681 = len(yyv3681) - if yyrg3681 { - copy(yyv3681, yyv23681) + yyc3686 = true + yyrr3686 = len(yyv3686) + if yyrg3686 { + copy(yyv3686, yyv23686) } - } else if yyl3681 != len(yyv3681) { - yyv3681 = yyv3681[:yyl3681] - yyc3681 = true + } else if yyl3686 != len(yyv3686) { + yyv3686 = yyv3686[:yyl3686] + yyc3686 = true } - yyj3681 := 0 - for ; yyj3681 < yyrr3681; yyj3681++ { - yyh3681.ElemContainerState(yyj3681) + yyj3686 := 0 + for ; yyj3686 < yyrr3686; yyj3686++ { + yyh3686.ElemContainerState(yyj3686) if r.TryDecodeAsNil() { - yyv3681[yyj3681] = ComponentStatus{} + yyv3686[yyj3686] = ComponentStatus{} } else { - yyv3682 := &yyv3681[yyj3681] - yyv3682.CodecDecodeSelf(d) + yyv3687 := &yyv3686[yyj3686] + yyv3687.CodecDecodeSelf(d) } } - if yyrt3681 { - for ; yyj3681 < yyl3681; yyj3681++ { - yyv3681 = append(yyv3681, ComponentStatus{}) - yyh3681.ElemContainerState(yyj3681) + if yyrt3686 { + for ; yyj3686 < yyl3686; yyj3686++ { + yyv3686 = append(yyv3686, ComponentStatus{}) + yyh3686.ElemContainerState(yyj3686) if r.TryDecodeAsNil() { - yyv3681[yyj3681] = ComponentStatus{} + yyv3686[yyj3686] = ComponentStatus{} } else { - yyv3683 := &yyv3681[yyj3681] - yyv3683.CodecDecodeSelf(d) + yyv3688 := &yyv3686[yyj3686] + yyv3688.CodecDecodeSelf(d) } } } } else { - yyj3681 := 0 - for ; !r.CheckBreak(); yyj3681++ { + yyj3686 := 0 + for ; !r.CheckBreak(); yyj3686++ { - if yyj3681 >= len(yyv3681) { - yyv3681 = append(yyv3681, ComponentStatus{}) // var yyz3681 ComponentStatus - yyc3681 = true + if yyj3686 >= len(yyv3686) { + yyv3686 = append(yyv3686, ComponentStatus{}) // var yyz3686 ComponentStatus + yyc3686 = true } - yyh3681.ElemContainerState(yyj3681) - if yyj3681 < len(yyv3681) { + yyh3686.ElemContainerState(yyj3686) + if yyj3686 < len(yyv3686) { if r.TryDecodeAsNil() { - yyv3681[yyj3681] = ComponentStatus{} + yyv3686[yyj3686] = ComponentStatus{} } else { - yyv3684 := &yyv3681[yyj3681] - yyv3684.CodecDecodeSelf(d) + yyv3689 := &yyv3686[yyj3686] + yyv3689.CodecDecodeSelf(d) } } else { @@ -47137,16 +47192,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj3681 < len(yyv3681) { - yyv3681 = yyv3681[:yyj3681] - yyc3681 = true - } else if yyj3681 == 0 && yyv3681 == nil { - yyv3681 = []ComponentStatus{} - yyc3681 = true + if yyj3686 < len(yyv3686) { + yyv3686 = yyv3686[:yyj3686] + yyc3686 = true + } else if yyj3686 == 0 && yyv3686 == nil { + yyv3686 = []ComponentStatus{} + yyc3686 = true } } - yyh3681.End() - if yyc3681 { - *v = yyv3681 + yyh3686.End() + if yyc3686 { + *v = yyv3686 } } diff --git a/pkg/api/types.go b/pkg/api/types.go index af0a15e41fa..5e1a61d88f1 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -502,7 +502,12 @@ type GitRepoVolumeSource struct { // Repository URL Repository string `json:"repository"` // Commit hash, this is optional - Revision string `json:"revision"` + Revision string `json:"revision,omitempty"` + // Clone target, this is optional + // Must not contain or start with '..'. If '.' is supplied, the volume directory will be the + // git repository. Otherwise, if specified, the volume will contain the git repository in + // the subdirectory with the given name. + Directory string `json:"directory,omitempty"` // TODO: Consider credentials here. } diff --git a/pkg/api/v1/conversion_generated.go b/pkg/api/v1/conversion_generated.go index 9fcaa6e6afe..4fb07b91ff6 100644 --- a/pkg/api/v1/conversion_generated.go +++ b/pkg/api/v1/conversion_generated.go @@ -826,6 +826,7 @@ func autoconvert_api_GitRepoVolumeSource_To_v1_GitRepoVolumeSource(in *api.GitRe } out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } @@ -3851,6 +3852,7 @@ func autoconvert_v1_GitRepoVolumeSource_To_api_GitRepoVolumeSource(in *GitRepoVo } out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/api/v1/deep_copy_generated.go b/pkg/api/v1/deep_copy_generated.go index db069a87c1d..df7623dd6b6 100644 --- a/pkg/api/v1/deep_copy_generated.go +++ b/pkg/api/v1/deep_copy_generated.go @@ -623,6 +623,7 @@ func deepCopy_v1_GCEPersistentDiskVolumeSource(in GCEPersistentDiskVolumeSource, func deepCopy_v1_GitRepoVolumeSource(in GitRepoVolumeSource, out *GitRepoVolumeSource, c *conversion.Cloner) error { out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 33099547788..d22945f5a7b 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -10253,14 +10253,16 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep706 := !z.EncBinary() yy2arr706 := z.EncBasicHandle().StructToArray - var yyq706 [2]bool + var yyq706 [3]bool _, _, _ = yysep706, yyq706, yy2arr706 const yyr706 bool = false + yyq706[1] = x.Revision != "" + yyq706[2] = x.Directory != "" var yynn706 int if yyr706 || yy2arr706 { - r.EncodeArrayStart(2) + r.EncodeArrayStart(3) } else { - yynn706 = 2 + yynn706 = 1 for _, b := range yyq706 { if b { yynn706++ @@ -10290,21 +10292,52 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr706 || yy2arr706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym711 := z.EncBinary() - _ = yym711 - if false { + if yyq706[1] { + yym711 := z.EncBinary() + _ = yym711 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("revision")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym712 := z.EncBinary() - _ = yym712 - if false { + if yyq706[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("revision")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym712 := z.EncBinary() + _ = yym712 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + } + } + } + if yyr706 || yy2arr706 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq706[2] { + yym714 := z.EncBinary() + _ = yym714 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq706[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("directory")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym715 := z.EncBinary() + _ = yym715 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) + } } } if yyr706 || yy2arr706 { @@ -10320,25 +10353,25 @@ func (x *GitRepoVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym713 := z.DecBinary() - _ = yym713 + yym716 := z.DecBinary() + _ = yym716 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct714 := r.ContainerType() - if yyct714 == codecSelferValueTypeMap1234 { - yyl714 := r.ReadMapStart() - if yyl714 == 0 { + yyct717 := r.ContainerType() + if yyct717 == codecSelferValueTypeMap1234 { + yyl717 := r.ReadMapStart() + if yyl717 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl714, d) + x.codecDecodeSelfFromMap(yyl717, d) } - } else if yyct714 == codecSelferValueTypeArray1234 { - yyl714 := r.ReadArrayStart() - if yyl714 == 0 { + } else if yyct717 == codecSelferValueTypeArray1234 { + yyl717 := r.ReadArrayStart() + if yyl717 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl714, d) + x.codecDecodeSelfFromArray(yyl717, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10350,12 +10383,12 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys715Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys715Slc - var yyhl715 bool = l >= 0 - for yyj715 := 0; ; yyj715++ { - if yyhl715 { - if yyj715 >= l { + var yys718Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys718Slc + var yyhl718 bool = l >= 0 + for yyj718 := 0; ; yyj718++ { + if yyhl718 { + if yyj718 >= l { break } } else { @@ -10364,10 +10397,10 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys715Slc = r.DecodeBytes(yys715Slc, true, true) - yys715 := string(yys715Slc) + yys718Slc = r.DecodeBytes(yys718Slc, true, true) + yys718 := string(yys718Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys715 { + switch yys718 { case "repository": if r.TryDecodeAsNil() { x.Repository = "" @@ -10380,10 +10413,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } else { x.Revision = string(r.DecodeString()) } + case "directory": + if r.TryDecodeAsNil() { + x.Directory = "" + } else { + x.Directory = string(r.DecodeString()) + } default: - z.DecStructFieldNotFound(-1, yys715) - } // end switch yys715 - } // end for yyj715 + z.DecStructFieldNotFound(-1, yys718) + } // end switch yys718 + } // end for yyj718 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10391,16 +10430,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj718 int - var yyb718 bool - var yyhl718 bool = l >= 0 - yyj718++ - if yyhl718 { - yyb718 = yyj718 > l + var yyj722 int + var yyb722 bool + var yyhl722 bool = l >= 0 + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb718 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb718 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10410,13 +10449,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Repository = string(r.DecodeString()) } - yyj718++ - if yyhl718 { - yyb718 = yyj718 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb718 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb718 { + if yyb722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10426,18 +10465,34 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Revision = string(r.DecodeString()) } + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l + } else { + yyb722 = r.CheckBreak() + } + if yyb722 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.Directory = "" + } else { + x.Directory = string(r.DecodeString()) + } for { - yyj718++ - if yyhl718 { - yyb718 = yyj718 > l + yyj722++ + if yyhl722 { + yyb722 = yyj722 > l } else { - yyb718 = r.CheckBreak() + yyb722 = r.CheckBreak() } - if yyb718 { + if yyb722 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj718-1, "") + z.DecStructFieldNotFound(yyj722-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10449,33 +10504,33 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym721 := z.EncBinary() - _ = yym721 + yym726 := z.EncBinary() + _ = yym726 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep722 := !z.EncBinary() - yy2arr722 := z.EncBasicHandle().StructToArray - var yyq722 [1]bool - _, _, _ = yysep722, yyq722, yy2arr722 - const yyr722 bool = false - var yynn722 int - if yyr722 || yy2arr722 { + yysep727 := !z.EncBinary() + yy2arr727 := z.EncBasicHandle().StructToArray + var yyq727 [1]bool + _, _, _ = yysep727, yyq727, yy2arr727 + const yyr727 bool = false + var yynn727 int + if yyr727 || yy2arr727 { r.EncodeArrayStart(1) } else { - yynn722 = 1 - for _, b := range yyq722 { + yynn727 = 1 + for _, b := range yyq727 { if b { - yynn722++ + yynn727++ } } - r.EncodeMapStart(yynn722) - yynn722 = 0 + r.EncodeMapStart(yynn727) + yynn727 = 0 } - if yyr722 || yy2arr722 { + if yyr727 || yy2arr727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym724 := z.EncBinary() - _ = yym724 + yym729 := z.EncBinary() + _ = yym729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -10484,14 +10539,14 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym725 := z.EncBinary() - _ = yym725 + yym730 := z.EncBinary() + _ = yym730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr722 || yy2arr722 { + if yyr727 || yy2arr727 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10504,25 +10559,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym726 := z.DecBinary() - _ = yym726 + yym731 := z.DecBinary() + _ = yym731 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct727 := r.ContainerType() - if yyct727 == codecSelferValueTypeMap1234 { - yyl727 := r.ReadMapStart() - if yyl727 == 0 { + yyct732 := r.ContainerType() + if yyct732 == codecSelferValueTypeMap1234 { + yyl732 := r.ReadMapStart() + if yyl732 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl727, d) + x.codecDecodeSelfFromMap(yyl732, d) } - } else if yyct727 == codecSelferValueTypeArray1234 { - yyl727 := r.ReadArrayStart() - if yyl727 == 0 { + } else if yyct732 == codecSelferValueTypeArray1234 { + yyl732 := r.ReadArrayStart() + if yyl732 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl727, d) + x.codecDecodeSelfFromArray(yyl732, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10534,12 +10589,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys728Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys728Slc - var yyhl728 bool = l >= 0 - for yyj728 := 0; ; yyj728++ { - if yyhl728 { - if yyj728 >= l { + var yys733Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys733Slc + var yyhl733 bool = l >= 0 + for yyj733 := 0; ; yyj733++ { + if yyhl733 { + if yyj733 >= l { break } } else { @@ -10548,10 +10603,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys728Slc = r.DecodeBytes(yys728Slc, true, true) - yys728 := string(yys728Slc) + yys733Slc = r.DecodeBytes(yys733Slc, true, true) + yys733 := string(yys733Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys728 { + switch yys733 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -10559,9 +10614,9 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.SecretName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys728) - } // end switch yys728 - } // end for yyj728 + z.DecStructFieldNotFound(-1, yys733) + } // end switch yys733 + } // end for yyj733 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10569,16 +10624,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj730 int - var yyb730 bool - var yyhl730 bool = l >= 0 - yyj730++ - if yyhl730 { - yyb730 = yyj730 > l + var yyj735 int + var yyb735 bool + var yyhl735 bool = l >= 0 + yyj735++ + if yyhl735 { + yyb735 = yyj735 > l } else { - yyb730 = r.CheckBreak() + yyb735 = r.CheckBreak() } - if yyb730 { + if yyb735 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10589,17 +10644,17 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.SecretName = string(r.DecodeString()) } for { - yyj730++ - if yyhl730 { - yyb730 = yyj730 > l + yyj735++ + if yyhl735 { + yyb735 = yyj735 > l } else { - yyb730 = r.CheckBreak() + yyb735 = r.CheckBreak() } - if yyb730 { + if yyb735 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj730-1, "") + z.DecStructFieldNotFound(yyj735-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10611,34 +10666,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym732 := z.EncBinary() - _ = yym732 + yym737 := z.EncBinary() + _ = yym737 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep733 := !z.EncBinary() - yy2arr733 := z.EncBasicHandle().StructToArray - var yyq733 [3]bool - _, _, _ = yysep733, yyq733, yy2arr733 - const yyr733 bool = false - yyq733[2] = x.ReadOnly != false - var yynn733 int - if yyr733 || yy2arr733 { + yysep738 := !z.EncBinary() + yy2arr738 := z.EncBasicHandle().StructToArray + var yyq738 [3]bool + _, _, _ = yysep738, yyq738, yy2arr738 + const yyr738 bool = false + yyq738[2] = x.ReadOnly != false + var yynn738 int + if yyr738 || yy2arr738 { r.EncodeArrayStart(3) } else { - yynn733 = 2 - for _, b := range yyq733 { + yynn738 = 2 + for _, b := range yyq738 { if b { - yynn733++ + yynn738++ } } - r.EncodeMapStart(yynn733) - yynn733 = 0 + r.EncodeMapStart(yynn738) + yynn738 = 0 } - if yyr733 || yy2arr733 { + if yyr738 || yy2arr738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym735 := z.EncBinary() - _ = yym735 + yym740 := z.EncBinary() + _ = yym740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -10647,17 +10702,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym736 := z.EncBinary() - _ = yym736 + yym741 := z.EncBinary() + _ = yym741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr733 || yy2arr733 { + if yyr738 || yy2arr738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym738 := z.EncBinary() - _ = yym738 + yym743 := z.EncBinary() + _ = yym743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -10666,18 +10721,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym739 := z.EncBinary() - _ = yym739 + yym744 := z.EncBinary() + _ = yym744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr733 || yy2arr733 { + if yyr738 || yy2arr738 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq733[2] { - yym741 := z.EncBinary() - _ = yym741 + if yyq738[2] { + yym746 := z.EncBinary() + _ = yym746 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10686,19 +10741,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq733[2] { + if yyq738[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym742 := z.EncBinary() - _ = yym742 + yym747 := z.EncBinary() + _ = yym747 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr733 || yy2arr733 { + if yyr738 || yy2arr738 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -10711,25 +10766,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym743 := z.DecBinary() - _ = yym743 + yym748 := z.DecBinary() + _ = yym748 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct744 := r.ContainerType() - if yyct744 == codecSelferValueTypeMap1234 { - yyl744 := r.ReadMapStart() - if yyl744 == 0 { + yyct749 := r.ContainerType() + if yyct749 == codecSelferValueTypeMap1234 { + yyl749 := r.ReadMapStart() + if yyl749 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl744, d) + x.codecDecodeSelfFromMap(yyl749, d) } - } else if yyct744 == codecSelferValueTypeArray1234 { - yyl744 := r.ReadArrayStart() - if yyl744 == 0 { + } else if yyct749 == codecSelferValueTypeArray1234 { + yyl749 := r.ReadArrayStart() + if yyl749 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl744, d) + x.codecDecodeSelfFromArray(yyl749, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -10741,12 +10796,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys745Slc - var yyhl745 bool = l >= 0 - for yyj745 := 0; ; yyj745++ { - if yyhl745 { - if yyj745 >= l { + var yys750Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys750Slc + var yyhl750 bool = l >= 0 + for yyj750 := 0; ; yyj750++ { + if yyhl750 { + if yyj750 >= l { break } } else { @@ -10755,10 +10810,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys745Slc = r.DecodeBytes(yys745Slc, true, true) - yys745 := string(yys745Slc) + yys750Slc = r.DecodeBytes(yys750Slc, true, true) + yys750 := string(yys750Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys745 { + switch yys750 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -10778,9 +10833,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys745) - } // end switch yys745 - } // end for yyj745 + z.DecStructFieldNotFound(-1, yys750) + } // end switch yys750 + } // end for yyj750 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -10788,16 +10843,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj749 int - var yyb749 bool - var yyhl749 bool = l >= 0 - yyj749++ - if yyhl749 { - yyb749 = yyj749 > l + var yyj754 int + var yyb754 bool + var yyhl754 bool = l >= 0 + yyj754++ + if yyhl754 { + yyb754 = yyj754 > l } else { - yyb749 = r.CheckBreak() + yyb754 = r.CheckBreak() } - if yyb749 { + if yyb754 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10807,13 +10862,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj749++ - if yyhl749 { - yyb749 = yyj749 > l + yyj754++ + if yyhl754 { + yyb754 = yyj754 > l } else { - yyb749 = r.CheckBreak() + yyb754 = r.CheckBreak() } - if yyb749 { + if yyb754 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10823,13 +10878,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj749++ - if yyhl749 { - yyb749 = yyj749 > l + yyj754++ + if yyhl754 { + yyb754 = yyj754 > l } else { - yyb749 = r.CheckBreak() + yyb754 = r.CheckBreak() } - if yyb749 { + if yyb754 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -10840,17 +10895,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj749++ - if yyhl749 { - yyb749 = yyj749 > l + yyj754++ + if yyhl754 { + yyb754 = yyj754 > l } else { - yyb749 = r.CheckBreak() + yyb754 = r.CheckBreak() } - if yyb749 { + if yyb754 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj749-1, "") + z.DecStructFieldNotFound(yyj754-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -10862,34 +10917,34 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym753 := z.EncBinary() - _ = yym753 + yym758 := z.EncBinary() + _ = yym758 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep754 := !z.EncBinary() - yy2arr754 := z.EncBasicHandle().StructToArray - var yyq754 [5]bool - _, _, _ = yysep754, yyq754, yy2arr754 - const yyr754 bool = false - yyq754[4] = x.ReadOnly != false - var yynn754 int - if yyr754 || yy2arr754 { + yysep759 := !z.EncBinary() + yy2arr759 := z.EncBasicHandle().StructToArray + var yyq759 [5]bool + _, _, _ = yysep759, yyq759, yy2arr759 + const yyr759 bool = false + yyq759[4] = x.ReadOnly != false + var yynn759 int + if yyr759 || yy2arr759 { r.EncodeArrayStart(5) } else { - yynn754 = 4 - for _, b := range yyq754 { + yynn759 = 4 + for _, b := range yyq759 { if b { - yynn754++ + yynn759++ } } - r.EncodeMapStart(yynn754) - yynn754 = 0 + r.EncodeMapStart(yynn759) + yynn759 = 0 } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym756 := z.EncBinary() - _ = yym756 + yym761 := z.EncBinary() + _ = yym761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) @@ -10898,17 +10953,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPortal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym757 := z.EncBinary() - _ = yym757 + yym762 := z.EncBinary() + _ = yym762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym759 := z.EncBinary() - _ = yym759 + yym764 := z.EncBinary() + _ = yym764 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) @@ -10917,17 +10972,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iqn")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym760 := z.EncBinary() - _ = yym760 + yym765 := z.EncBinary() + _ = yym765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym762 := z.EncBinary() - _ = yym762 + yym767 := z.EncBinary() + _ = yym767 if false { } else { r.EncodeInt(int64(x.Lun)) @@ -10936,17 +10991,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lun")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym763 := z.EncBinary() - _ = yym763 + yym768 := z.EncBinary() + _ = yym768 if false { } else { r.EncodeInt(int64(x.Lun)) } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym765 := z.EncBinary() - _ = yym765 + yym770 := z.EncBinary() + _ = yym770 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -10955,18 +11010,18 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym766 := z.EncBinary() - _ = yym766 + yym771 := z.EncBinary() + _ = yym771 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq754[4] { - yym768 := z.EncBinary() - _ = yym768 + if yyq759[4] { + yym773 := z.EncBinary() + _ = yym773 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -10975,19 +11030,19 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq754[4] { + if yyq759[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym769 := z.EncBinary() - _ = yym769 + yym774 := z.EncBinary() + _ = yym774 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr754 || yy2arr754 { + if yyr759 || yy2arr759 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11000,25 +11055,25 @@ func (x *ISCSIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym770 := z.DecBinary() - _ = yym770 + yym775 := z.DecBinary() + _ = yym775 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct771 := r.ContainerType() - if yyct771 == codecSelferValueTypeMap1234 { - yyl771 := r.ReadMapStart() - if yyl771 == 0 { + yyct776 := r.ContainerType() + if yyct776 == codecSelferValueTypeMap1234 { + yyl776 := r.ReadMapStart() + if yyl776 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl771, d) + x.codecDecodeSelfFromMap(yyl776, d) } - } else if yyct771 == codecSelferValueTypeArray1234 { - yyl771 := r.ReadArrayStart() - if yyl771 == 0 { + } else if yyct776 == codecSelferValueTypeArray1234 { + yyl776 := r.ReadArrayStart() + if yyl776 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl771, d) + x.codecDecodeSelfFromArray(yyl776, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11030,12 +11085,12 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys772Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys772Slc - var yyhl772 bool = l >= 0 - for yyj772 := 0; ; yyj772++ { - if yyhl772 { - if yyj772 >= l { + var yys777Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys777Slc + var yyhl777 bool = l >= 0 + for yyj777 := 0; ; yyj777++ { + if yyhl777 { + if yyj777 >= l { break } } else { @@ -11044,10 +11099,10 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys772Slc = r.DecodeBytes(yys772Slc, true, true) - yys772 := string(yys772Slc) + yys777Slc = r.DecodeBytes(yys777Slc, true, true) + yys777 := string(yys777Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys772 { + switch yys777 { case "targetPortal": if r.TryDecodeAsNil() { x.TargetPortal = "" @@ -11079,9 +11134,9 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys772) - } // end switch yys772 - } // end for yyj772 + z.DecStructFieldNotFound(-1, yys777) + } // end switch yys777 + } // end for yyj777 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11089,16 +11144,16 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj778 int - var yyb778 bool - var yyhl778 bool = l >= 0 - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + var yyj783 int + var yyb783 bool + var yyhl783 bool = l >= 0 + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11108,13 +11163,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.TargetPortal = string(r.DecodeString()) } - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11124,13 +11179,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.IQN = string(r.DecodeString()) } - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11140,13 +11195,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Lun = int32(r.DecodeInt(32)) } - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11156,13 +11211,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.FSType = string(r.DecodeString()) } - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11173,17 +11228,17 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.ReadOnly = bool(r.DecodeBool()) } for { - yyj778++ - if yyhl778 { - yyb778 = yyj778 > l + yyj783++ + if yyhl783 { + yyb783 = yyj783 > l } else { - yyb778 = r.CheckBreak() + yyb783 = r.CheckBreak() } - if yyb778 { + if yyb783 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj778-1, "") + z.DecStructFieldNotFound(yyj783-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11195,37 +11250,37 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym784 := z.EncBinary() - _ = yym784 + yym789 := z.EncBinary() + _ = yym789 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep785 := !z.EncBinary() - yy2arr785 := z.EncBasicHandle().StructToArray - var yyq785 [4]bool - _, _, _ = yysep785, yyq785, yy2arr785 - const yyr785 bool = false - yyq785[3] = x.ReadOnly != false - var yynn785 int - if yyr785 || yy2arr785 { + yysep790 := !z.EncBinary() + yy2arr790 := z.EncBasicHandle().StructToArray + var yyq790 [4]bool + _, _, _ = yysep790, yyq790, yy2arr790 + const yyr790 bool = false + yyq790[3] = x.ReadOnly != false + var yynn790 int + if yyr790 || yy2arr790 { r.EncodeArrayStart(4) } else { - yynn785 = 3 - for _, b := range yyq785 { + yynn790 = 3 + for _, b := range yyq790 { if b { - yynn785++ + yynn790++ } } - r.EncodeMapStart(yynn785) - yynn785 = 0 + r.EncodeMapStart(yynn790) + yynn790 = 0 } - if yyr785 || yy2arr785 { + if yyr790 || yy2arr790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetWWNs == nil { r.EncodeNil() } else { - yym787 := z.EncBinary() - _ = yym787 + yym792 := z.EncBinary() + _ = yym792 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) @@ -11238,25 +11293,25 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetWWNs == nil { r.EncodeNil() } else { - yym788 := z.EncBinary() - _ = yym788 + yym793 := z.EncBinary() + _ = yym793 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) } } } - if yyr785 || yy2arr785 { + if yyr790 || yy2arr790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Lun == nil { r.EncodeNil() } else { - yy790 := *x.Lun - yym791 := z.EncBinary() - _ = yym791 + yy795 := *x.Lun + yym796 := z.EncBinary() + _ = yym796 if false { } else { - r.EncodeInt(int64(yy790)) + r.EncodeInt(int64(yy795)) } } } else { @@ -11266,19 +11321,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Lun == nil { r.EncodeNil() } else { - yy792 := *x.Lun - yym793 := z.EncBinary() - _ = yym793 + yy797 := *x.Lun + yym798 := z.EncBinary() + _ = yym798 if false { } else { - r.EncodeInt(int64(yy792)) + r.EncodeInt(int64(yy797)) } } } - if yyr785 || yy2arr785 { + if yyr790 || yy2arr790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym795 := z.EncBinary() - _ = yym795 + yym800 := z.EncBinary() + _ = yym800 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -11287,18 +11342,18 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym796 := z.EncBinary() - _ = yym796 + yym801 := z.EncBinary() + _ = yym801 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } - if yyr785 || yy2arr785 { + if yyr790 || yy2arr790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq785[3] { - yym798 := z.EncBinary() - _ = yym798 + if yyq790[3] { + yym803 := z.EncBinary() + _ = yym803 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11307,19 +11362,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq785[3] { + if yyq790[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym799 := z.EncBinary() - _ = yym799 + yym804 := z.EncBinary() + _ = yym804 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr785 || yy2arr785 { + if yyr790 || yy2arr790 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11332,25 +11387,25 @@ func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym800 := z.DecBinary() - _ = yym800 + yym805 := z.DecBinary() + _ = yym805 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct801 := r.ContainerType() - if yyct801 == codecSelferValueTypeMap1234 { - yyl801 := r.ReadMapStart() - if yyl801 == 0 { + yyct806 := r.ContainerType() + if yyct806 == codecSelferValueTypeMap1234 { + yyl806 := r.ReadMapStart() + if yyl806 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl801, d) + x.codecDecodeSelfFromMap(yyl806, d) } - } else if yyct801 == codecSelferValueTypeArray1234 { - yyl801 := r.ReadArrayStart() - if yyl801 == 0 { + } else if yyct806 == codecSelferValueTypeArray1234 { + yyl806 := r.ReadArrayStart() + if yyl806 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl801, d) + x.codecDecodeSelfFromArray(yyl806, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11362,12 +11417,12 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys802Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys802Slc - var yyhl802 bool = l >= 0 - for yyj802 := 0; ; yyj802++ { - if yyhl802 { - if yyj802 >= l { + var yys807Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys807Slc + var yyhl807 bool = l >= 0 + for yyj807 := 0; ; yyj807++ { + if yyhl807 { + if yyj807 >= l { break } } else { @@ -11376,20 +11431,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys802Slc = r.DecodeBytes(yys802Slc, true, true) - yys802 := string(yys802Slc) + yys807Slc = r.DecodeBytes(yys807Slc, true, true) + yys807 := string(yys807Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys802 { + switch yys807 { case "targetWWNs": if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv803 := &x.TargetWWNs - yym804 := z.DecBinary() - _ = yym804 + yyv808 := &x.TargetWWNs + yym809 := z.DecBinary() + _ = yym809 if false { } else { - z.F.DecSliceStringX(yyv803, false, d) + z.F.DecSliceStringX(yyv808, false, d) } } case "lun": @@ -11401,8 +11456,8 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym806 := z.DecBinary() - _ = yym806 + yym811 := z.DecBinary() + _ = yym811 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) @@ -11421,9 +11476,9 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys802) - } // end switch yys802 - } // end for yyj802 + z.DecStructFieldNotFound(-1, yys807) + } // end switch yys807 + } // end for yyj807 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11431,16 +11486,16 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj809 int - var yyb809 bool - var yyhl809 bool = l >= 0 - yyj809++ - if yyhl809 { - yyb809 = yyj809 > l + var yyj814 int + var yyb814 bool + var yyhl814 bool = l >= 0 + yyj814++ + if yyhl814 { + yyb814 = yyj814 > l } else { - yyb809 = r.CheckBreak() + yyb814 = r.CheckBreak() } - if yyb809 { + if yyb814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11448,21 +11503,21 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv810 := &x.TargetWWNs - yym811 := z.DecBinary() - _ = yym811 + yyv815 := &x.TargetWWNs + yym816 := z.DecBinary() + _ = yym816 if false { } else { - z.F.DecSliceStringX(yyv810, false, d) + z.F.DecSliceStringX(yyv815, false, d) } } - yyj809++ - if yyhl809 { - yyb809 = yyj809 > l + yyj814++ + if yyhl814 { + yyb814 = yyj814 > l } else { - yyb809 = r.CheckBreak() + yyb814 = r.CheckBreak() } - if yyb809 { + if yyb814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11475,20 +11530,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym813 := z.DecBinary() - _ = yym813 + yym818 := z.DecBinary() + _ = yym818 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) } } - yyj809++ - if yyhl809 { - yyb809 = yyj809 > l + yyj814++ + if yyhl814 { + yyb814 = yyj814 > l } else { - yyb809 = r.CheckBreak() + yyb814 = r.CheckBreak() } - if yyb809 { + if yyb814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11498,13 +11553,13 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FSType = string(r.DecodeString()) } - yyj809++ - if yyhl809 { - yyb809 = yyj809 > l + yyj814++ + if yyhl814 { + yyb814 = yyj814 > l } else { - yyb809 = r.CheckBreak() + yyb814 = r.CheckBreak() } - if yyb809 { + if yyb814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11515,17 +11570,17 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } for { - yyj809++ - if yyhl809 { - yyb809 = yyj809 > l + yyj814++ + if yyhl814 { + yyb814 = yyj814 > l } else { - yyb809 = r.CheckBreak() + yyb814 = r.CheckBreak() } - if yyb809 { + if yyb814 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj809-1, "") + z.DecStructFieldNotFound(yyj814-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11537,38 +11592,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym816 := z.EncBinary() - _ = yym816 + yym821 := z.EncBinary() + _ = yym821 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep817 := !z.EncBinary() - yy2arr817 := z.EncBasicHandle().StructToArray - var yyq817 [5]bool - _, _, _ = yysep817, yyq817, yy2arr817 - const yyr817 bool = false - yyq817[0] = x.Name != "" - yyq817[1] = x.HostPort != 0 - yyq817[3] = x.Protocol != "" - yyq817[4] = x.HostIP != "" - var yynn817 int - if yyr817 || yy2arr817 { + yysep822 := !z.EncBinary() + yy2arr822 := z.EncBasicHandle().StructToArray + var yyq822 [5]bool + _, _, _ = yysep822, yyq822, yy2arr822 + const yyr822 bool = false + yyq822[0] = x.Name != "" + yyq822[1] = x.HostPort != 0 + yyq822[3] = x.Protocol != "" + yyq822[4] = x.HostIP != "" + var yynn822 int + if yyr822 || yy2arr822 { r.EncodeArrayStart(5) } else { - yynn817 = 1 - for _, b := range yyq817 { + yynn822 = 1 + for _, b := range yyq822 { if b { - yynn817++ + yynn822++ } } - r.EncodeMapStart(yynn817) - yynn817 = 0 + r.EncodeMapStart(yynn822) + yynn822 = 0 } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq817[0] { - yym819 := z.EncBinary() - _ = yym819 + if yyq822[0] { + yym824 := z.EncBinary() + _ = yym824 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -11577,23 +11632,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq817[0] { + if yyq822[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym820 := z.EncBinary() - _ = yym820 + yym825 := z.EncBinary() + _ = yym825 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq817[1] { - yym822 := z.EncBinary() - _ = yym822 + if yyq822[1] { + yym827 := z.EncBinary() + _ = yym827 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -11602,22 +11657,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq817[1] { + if yyq822[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym823 := z.EncBinary() - _ = yym823 + yym828 := z.EncBinary() + _ = yym828 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym825 := z.EncBinary() - _ = yym825 + yym830 := z.EncBinary() + _ = yym830 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -11626,33 +11681,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym826 := z.EncBinary() - _ = yym826 + yym831 := z.EncBinary() + _ = yym831 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq817[3] { + if yyq822[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq817[3] { + if yyq822[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq817[4] { - yym829 := z.EncBinary() - _ = yym829 + if yyq822[4] { + yym834 := z.EncBinary() + _ = yym834 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -11661,19 +11716,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq817[4] { + if yyq822[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym830 := z.EncBinary() - _ = yym830 + yym835 := z.EncBinary() + _ = yym835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr817 || yy2arr817 { + if yyr822 || yy2arr822 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11686,25 +11741,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym831 := z.DecBinary() - _ = yym831 + yym836 := z.DecBinary() + _ = yym836 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct832 := r.ContainerType() - if yyct832 == codecSelferValueTypeMap1234 { - yyl832 := r.ReadMapStart() - if yyl832 == 0 { + yyct837 := r.ContainerType() + if yyct837 == codecSelferValueTypeMap1234 { + yyl837 := r.ReadMapStart() + if yyl837 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl832, d) + x.codecDecodeSelfFromMap(yyl837, d) } - } else if yyct832 == codecSelferValueTypeArray1234 { - yyl832 := r.ReadArrayStart() - if yyl832 == 0 { + } else if yyct837 == codecSelferValueTypeArray1234 { + yyl837 := r.ReadArrayStart() + if yyl837 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl832, d) + x.codecDecodeSelfFromArray(yyl837, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11716,12 +11771,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys833Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys833Slc - var yyhl833 bool = l >= 0 - for yyj833 := 0; ; yyj833++ { - if yyhl833 { - if yyj833 >= l { + var yys838Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys838Slc + var yyhl838 bool = l >= 0 + for yyj838 := 0; ; yyj838++ { + if yyhl838 { + if yyj838 >= l { break } } else { @@ -11730,10 +11785,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys833Slc = r.DecodeBytes(yys833Slc, true, true) - yys833 := string(yys833Slc) + yys838Slc = r.DecodeBytes(yys838Slc, true, true) + yys838 := string(yys838Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys833 { + switch yys838 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -11765,9 +11820,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys833) - } // end switch yys833 - } // end for yyj833 + z.DecStructFieldNotFound(-1, yys838) + } // end switch yys838 + } // end for yyj838 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11775,16 +11830,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj839 int - var yyb839 bool - var yyhl839 bool = l >= 0 - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + var yyj844 int + var yyb844 bool + var yyhl844 bool = l >= 0 + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11794,13 +11849,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11810,13 +11865,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11826,13 +11881,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11842,13 +11897,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11859,17 +11914,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj839++ - if yyhl839 { - yyb839 = yyj839 > l + yyj844++ + if yyhl844 { + yyb844 = yyj844 > l } else { - yyb839 = r.CheckBreak() + yyb844 = r.CheckBreak() } - if yyb839 { + if yyb844 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj839-1, "") + z.DecStructFieldNotFound(yyj844-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11881,34 +11936,34 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym845 := z.EncBinary() - _ = yym845 + yym850 := z.EncBinary() + _ = yym850 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep846 := !z.EncBinary() - yy2arr846 := z.EncBasicHandle().StructToArray - var yyq846 [3]bool - _, _, _ = yysep846, yyq846, yy2arr846 - const yyr846 bool = false - yyq846[1] = x.ReadOnly != false - var yynn846 int - if yyr846 || yy2arr846 { + yysep851 := !z.EncBinary() + yy2arr851 := z.EncBasicHandle().StructToArray + var yyq851 [3]bool + _, _, _ = yysep851, yyq851, yy2arr851 + const yyr851 bool = false + yyq851[1] = x.ReadOnly != false + var yynn851 int + if yyr851 || yy2arr851 { r.EncodeArrayStart(3) } else { - yynn846 = 2 - for _, b := range yyq846 { + yynn851 = 2 + for _, b := range yyq851 { if b { - yynn846++ + yynn851++ } } - r.EncodeMapStart(yynn846) - yynn846 = 0 + r.EncodeMapStart(yynn851) + yynn851 = 0 } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym848 := z.EncBinary() - _ = yym848 + yym853 := z.EncBinary() + _ = yym853 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -11917,18 +11972,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym849 := z.EncBinary() - _ = yym849 + yym854 := z.EncBinary() + _ = yym854 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq846[1] { - yym851 := z.EncBinary() - _ = yym851 + if yyq851[1] { + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11937,22 +11992,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq846[1] { + if yyq851[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym852 := z.EncBinary() - _ = yym852 + yym857 := z.EncBinary() + _ = yym857 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym854 := z.EncBinary() - _ = yym854 + yym859 := z.EncBinary() + _ = yym859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -11961,14 +12016,14 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym855 := z.EncBinary() - _ = yym855 + yym860 := z.EncBinary() + _ = yym860 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr846 || yy2arr846 { + if yyr851 || yy2arr851 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11981,25 +12036,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym856 := z.DecBinary() - _ = yym856 + yym861 := z.DecBinary() + _ = yym861 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct857 := r.ContainerType() - if yyct857 == codecSelferValueTypeMap1234 { - yyl857 := r.ReadMapStart() - if yyl857 == 0 { + yyct862 := r.ContainerType() + if yyct862 == codecSelferValueTypeMap1234 { + yyl862 := r.ReadMapStart() + if yyl862 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl857, d) + x.codecDecodeSelfFromMap(yyl862, d) } - } else if yyct857 == codecSelferValueTypeArray1234 { - yyl857 := r.ReadArrayStart() - if yyl857 == 0 { + } else if yyct862 == codecSelferValueTypeArray1234 { + yyl862 := r.ReadArrayStart() + if yyl862 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl857, d) + x.codecDecodeSelfFromArray(yyl862, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12011,12 +12066,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys858Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys858Slc - var yyhl858 bool = l >= 0 - for yyj858 := 0; ; yyj858++ { - if yyhl858 { - if yyj858 >= l { + var yys863Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys863Slc + var yyhl863 bool = l >= 0 + for yyj863 := 0; ; yyj863++ { + if yyhl863 { + if yyj863 >= l { break } } else { @@ -12025,10 +12080,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys858Slc = r.DecodeBytes(yys858Slc, true, true) - yys858 := string(yys858Slc) + yys863Slc = r.DecodeBytes(yys863Slc, true, true) + yys863 := string(yys863Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys858 { + switch yys863 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -12048,9 +12103,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.MountPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys858) - } // end switch yys858 - } // end for yyj858 + z.DecStructFieldNotFound(-1, yys863) + } // end switch yys863 + } // end for yyj863 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12058,16 +12113,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj862 int - var yyb862 bool - var yyhl862 bool = l >= 0 - yyj862++ - if yyhl862 { - yyb862 = yyj862 > l + var yyj867 int + var yyb867 bool + var yyhl867 bool = l >= 0 + yyj867++ + if yyhl867 { + yyb867 = yyj867 > l } else { - yyb862 = r.CheckBreak() + yyb867 = r.CheckBreak() } - if yyb862 { + if yyb867 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12077,13 +12132,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj862++ - if yyhl862 { - yyb862 = yyj862 > l + yyj867++ + if yyhl867 { + yyb867 = yyj867 > l } else { - yyb862 = r.CheckBreak() + yyb867 = r.CheckBreak() } - if yyb862 { + if yyb867 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12093,13 +12148,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj862++ - if yyhl862 { - yyb862 = yyj862 > l + yyj867++ + if yyhl867 { + yyb867 = yyj867 > l } else { - yyb862 = r.CheckBreak() + yyb867 = r.CheckBreak() } - if yyb862 { + if yyb867 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12110,17 +12165,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.MountPath = string(r.DecodeString()) } for { - yyj862++ - if yyhl862 { - yyb862 = yyj862 > l + yyj867++ + if yyhl867 { + yyb867 = yyj867 > l } else { - yyb862 = r.CheckBreak() + yyb867 = r.CheckBreak() } - if yyb862 { + if yyb867 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj862-1, "") + z.DecStructFieldNotFound(yyj867-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12132,35 +12187,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym866 := z.EncBinary() - _ = yym866 + yym871 := z.EncBinary() + _ = yym871 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep867 := !z.EncBinary() - yy2arr867 := z.EncBasicHandle().StructToArray - var yyq867 [3]bool - _, _, _ = yysep867, yyq867, yy2arr867 - const yyr867 bool = false - yyq867[1] = x.Value != "" - yyq867[2] = x.ValueFrom != nil - var yynn867 int - if yyr867 || yy2arr867 { + yysep872 := !z.EncBinary() + yy2arr872 := z.EncBasicHandle().StructToArray + var yyq872 [3]bool + _, _, _ = yysep872, yyq872, yy2arr872 + const yyr872 bool = false + yyq872[1] = x.Value != "" + yyq872[2] = x.ValueFrom != nil + var yynn872 int + if yyr872 || yy2arr872 { r.EncodeArrayStart(3) } else { - yynn867 = 1 - for _, b := range yyq867 { + yynn872 = 1 + for _, b := range yyq872 { if b { - yynn867++ + yynn872++ } } - r.EncodeMapStart(yynn867) - yynn867 = 0 + r.EncodeMapStart(yynn872) + yynn872 = 0 } - if yyr867 || yy2arr867 { + if yyr872 || yy2arr872 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym869 := z.EncBinary() - _ = yym869 + yym874 := z.EncBinary() + _ = yym874 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -12169,18 +12224,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym870 := z.EncBinary() - _ = yym870 + yym875 := z.EncBinary() + _ = yym875 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr867 || yy2arr867 { + if yyr872 || yy2arr872 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq867[1] { - yym872 := z.EncBinary() - _ = yym872 + if yyq872[1] { + yym877 := z.EncBinary() + _ = yym877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -12189,21 +12244,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq867[1] { + if yyq872[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym873 := z.EncBinary() - _ = yym873 + yym878 := z.EncBinary() + _ = yym878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr867 || yy2arr867 { + if yyr872 || yy2arr872 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq867[2] { + if yyq872[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -12213,7 +12268,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq867[2] { + if yyq872[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12224,7 +12279,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr867 || yy2arr867 { + if yyr872 || yy2arr872 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12237,25 +12292,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym875 := z.DecBinary() - _ = yym875 + yym880 := z.DecBinary() + _ = yym880 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct876 := r.ContainerType() - if yyct876 == codecSelferValueTypeMap1234 { - yyl876 := r.ReadMapStart() - if yyl876 == 0 { + yyct881 := r.ContainerType() + if yyct881 == codecSelferValueTypeMap1234 { + yyl881 := r.ReadMapStart() + if yyl881 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl876, d) + x.codecDecodeSelfFromMap(yyl881, d) } - } else if yyct876 == codecSelferValueTypeArray1234 { - yyl876 := r.ReadArrayStart() - if yyl876 == 0 { + } else if yyct881 == codecSelferValueTypeArray1234 { + yyl881 := r.ReadArrayStart() + if yyl881 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl876, d) + x.codecDecodeSelfFromArray(yyl881, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12267,12 +12322,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys877Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys877Slc - var yyhl877 bool = l >= 0 - for yyj877 := 0; ; yyj877++ { - if yyhl877 { - if yyj877 >= l { + var yys882Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys882Slc + var yyhl882 bool = l >= 0 + for yyj882 := 0; ; yyj882++ { + if yyhl882 { + if yyj882 >= l { break } } else { @@ -12281,10 +12336,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys877Slc = r.DecodeBytes(yys877Slc, true, true) - yys877 := string(yys877Slc) + yys882Slc = r.DecodeBytes(yys882Slc, true, true) + yys882 := string(yys882Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys877 { + switch yys882 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -12309,9 +12364,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys877) - } // end switch yys877 - } // end for yyj877 + z.DecStructFieldNotFound(-1, yys882) + } // end switch yys882 + } // end for yyj882 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12319,16 +12374,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj881 int - var yyb881 bool - var yyhl881 bool = l >= 0 - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + var yyj886 int + var yyb886 bool + var yyhl886 bool = l >= 0 + yyj886++ + if yyhl886 { + yyb886 = yyj886 > l } else { - yyb881 = r.CheckBreak() + yyb886 = r.CheckBreak() } - if yyb881 { + if yyb886 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12338,13 +12393,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj886++ + if yyhl886 { + yyb886 = yyj886 > l } else { - yyb881 = r.CheckBreak() + yyb886 = r.CheckBreak() } - if yyb881 { + if yyb886 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12354,13 +12409,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj886++ + if yyhl886 { + yyb886 = yyj886 > l } else { - yyb881 = r.CheckBreak() + yyb886 = r.CheckBreak() } - if yyb881 { + if yyb886 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12376,17 +12431,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj881++ - if yyhl881 { - yyb881 = yyj881 > l + yyj886++ + if yyhl886 { + yyb886 = yyj886 > l } else { - yyb881 = r.CheckBreak() + yyb886 = r.CheckBreak() } - if yyb881 { + if yyb886 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj881-1, "") + z.DecStructFieldNotFound(yyj886-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12398,30 +12453,30 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym885 := z.EncBinary() - _ = yym885 + yym890 := z.EncBinary() + _ = yym890 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep886 := !z.EncBinary() - yy2arr886 := z.EncBasicHandle().StructToArray - var yyq886 [1]bool - _, _, _ = yysep886, yyq886, yy2arr886 - const yyr886 bool = false - var yynn886 int - if yyr886 || yy2arr886 { + yysep891 := !z.EncBinary() + yy2arr891 := z.EncBasicHandle().StructToArray + var yyq891 [1]bool + _, _, _ = yysep891, yyq891, yy2arr891 + const yyr891 bool = false + var yynn891 int + if yyr891 || yy2arr891 { r.EncodeArrayStart(1) } else { - yynn886 = 1 - for _, b := range yyq886 { + yynn891 = 1 + for _, b := range yyq891 { if b { - yynn886++ + yynn891++ } } - r.EncodeMapStart(yynn886) - yynn886 = 0 + r.EncodeMapStart(yynn891) + yynn891 = 0 } - if yyr886 || yy2arr886 { + if yyr891 || yy2arr891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldRef == nil { r.EncodeNil() @@ -12438,7 +12493,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { x.FieldRef.CodecEncodeSelf(e) } } - if yyr886 || yy2arr886 { + if yyr891 || yy2arr891 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12451,25 +12506,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym888 := z.DecBinary() - _ = yym888 + yym893 := z.DecBinary() + _ = yym893 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct889 := r.ContainerType() - if yyct889 == codecSelferValueTypeMap1234 { - yyl889 := r.ReadMapStart() - if yyl889 == 0 { + yyct894 := r.ContainerType() + if yyct894 == codecSelferValueTypeMap1234 { + yyl894 := r.ReadMapStart() + if yyl894 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl889, d) + x.codecDecodeSelfFromMap(yyl894, d) } - } else if yyct889 == codecSelferValueTypeArray1234 { - yyl889 := r.ReadArrayStart() - if yyl889 == 0 { + } else if yyct894 == codecSelferValueTypeArray1234 { + yyl894 := r.ReadArrayStart() + if yyl894 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl889, d) + x.codecDecodeSelfFromArray(yyl894, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12481,12 +12536,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys890Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys890Slc - var yyhl890 bool = l >= 0 - for yyj890 := 0; ; yyj890++ { - if yyhl890 { - if yyj890 >= l { + var yys895Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys895Slc + var yyhl895 bool = l >= 0 + for yyj895 := 0; ; yyj895++ { + if yyhl895 { + if yyj895 >= l { break } } else { @@ -12495,10 +12550,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys890Slc = r.DecodeBytes(yys890Slc, true, true) - yys890 := string(yys890Slc) + yys895Slc = r.DecodeBytes(yys895Slc, true, true) + yys895 := string(yys895Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys890 { + switch yys895 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -12511,9 +12566,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys890) - } // end switch yys890 - } // end for yyj890 + z.DecStructFieldNotFound(-1, yys895) + } // end switch yys895 + } // end for yyj895 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12521,16 +12576,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj892 int - var yyb892 bool - var yyhl892 bool = l >= 0 - yyj892++ - if yyhl892 { - yyb892 = yyj892 > l + var yyj897 int + var yyb897 bool + var yyhl897 bool = l >= 0 + yyj897++ + if yyhl897 { + yyb897 = yyj897 > l } else { - yyb892 = r.CheckBreak() + yyb897 = r.CheckBreak() } - if yyb892 { + if yyb897 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12546,17 +12601,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FieldRef.CodecDecodeSelf(d) } for { - yyj892++ - if yyhl892 { - yyb892 = yyj892 > l + yyj897++ + if yyhl897 { + yyb897 = yyj897 > l } else { - yyb892 = r.CheckBreak() + yyb897 = r.CheckBreak() } - if yyb892 { + if yyb897 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj892-1, "") + z.DecStructFieldNotFound(yyj897-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12568,35 +12623,35 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym894 := z.EncBinary() - _ = yym894 + yym899 := z.EncBinary() + _ = yym899 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep895 := !z.EncBinary() - yy2arr895 := z.EncBasicHandle().StructToArray - var yyq895 [2]bool - _, _, _ = yysep895, yyq895, yy2arr895 - const yyr895 bool = false - yyq895[0] = x.APIVersion != "" - var yynn895 int - if yyr895 || yy2arr895 { + yysep900 := !z.EncBinary() + yy2arr900 := z.EncBasicHandle().StructToArray + var yyq900 [2]bool + _, _, _ = yysep900, yyq900, yy2arr900 + const yyr900 bool = false + yyq900[0] = x.APIVersion != "" + var yynn900 int + if yyr900 || yy2arr900 { r.EncodeArrayStart(2) } else { - yynn895 = 1 - for _, b := range yyq895 { + yynn900 = 1 + for _, b := range yyq900 { if b { - yynn895++ + yynn900++ } } - r.EncodeMapStart(yynn895) - yynn895 = 0 + r.EncodeMapStart(yynn900) + yynn900 = 0 } - if yyr895 || yy2arr895 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq895[0] { - yym897 := z.EncBinary() - _ = yym897 + if yyq900[0] { + yym902 := z.EncBinary() + _ = yym902 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -12605,22 +12660,22 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq895[0] { + if yyq900[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym898 := z.EncBinary() - _ = yym898 + yym903 := z.EncBinary() + _ = yym903 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr895 || yy2arr895 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym900 := z.EncBinary() - _ = yym900 + yym905 := z.EncBinary() + _ = yym905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -12629,14 +12684,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym901 := z.EncBinary() - _ = yym901 + yym906 := z.EncBinary() + _ = yym906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr895 || yy2arr895 { + if yyr900 || yy2arr900 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12649,25 +12704,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym902 := z.DecBinary() - _ = yym902 + yym907 := z.DecBinary() + _ = yym907 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct903 := r.ContainerType() - if yyct903 == codecSelferValueTypeMap1234 { - yyl903 := r.ReadMapStart() - if yyl903 == 0 { + yyct908 := r.ContainerType() + if yyct908 == codecSelferValueTypeMap1234 { + yyl908 := r.ReadMapStart() + if yyl908 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl903, d) + x.codecDecodeSelfFromMap(yyl908, d) } - } else if yyct903 == codecSelferValueTypeArray1234 { - yyl903 := r.ReadArrayStart() - if yyl903 == 0 { + } else if yyct908 == codecSelferValueTypeArray1234 { + yyl908 := r.ReadArrayStart() + if yyl908 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl903, d) + x.codecDecodeSelfFromArray(yyl908, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12679,12 +12734,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys904Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys904Slc - var yyhl904 bool = l >= 0 - for yyj904 := 0; ; yyj904++ { - if yyhl904 { - if yyj904 >= l { + var yys909Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys909Slc + var yyhl909 bool = l >= 0 + for yyj909 := 0; ; yyj909++ { + if yyhl909 { + if yyj909 >= l { break } } else { @@ -12693,10 +12748,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys904Slc = r.DecodeBytes(yys904Slc, true, true) - yys904 := string(yys904Slc) + yys909Slc = r.DecodeBytes(yys909Slc, true, true) + yys909 := string(yys909Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys904 { + switch yys909 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -12710,9 +12765,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys904) - } // end switch yys904 - } // end for yyj904 + z.DecStructFieldNotFound(-1, yys909) + } // end switch yys909 + } // end for yyj909 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12720,16 +12775,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 } @@ -12739,13 +12794,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } 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 } @@ -12756,17 +12811,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } 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) } @@ -12778,37 +12833,37 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym910 := z.EncBinary() - _ = yym910 + yym915 := z.EncBinary() + _ = yym915 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep911 := !z.EncBinary() - yy2arr911 := z.EncBasicHandle().StructToArray - var yyq911 [4]bool - _, _, _ = yysep911, yyq911, yy2arr911 - const yyr911 bool = false - yyq911[0] = x.Path != "" - yyq911[2] = x.Host != "" - yyq911[3] = x.Scheme != "" - var yynn911 int - if yyr911 || yy2arr911 { + yysep916 := !z.EncBinary() + yy2arr916 := z.EncBasicHandle().StructToArray + var yyq916 [4]bool + _, _, _ = yysep916, yyq916, yy2arr916 + const yyr916 bool = false + yyq916[0] = x.Path != "" + yyq916[2] = x.Host != "" + yyq916[3] = x.Scheme != "" + var yynn916 int + if yyr916 || yy2arr916 { r.EncodeArrayStart(4) } else { - yynn911 = 1 - for _, b := range yyq911 { + yynn916 = 1 + for _, b := range yyq916 { if b { - yynn911++ + yynn916++ } } - r.EncodeMapStart(yynn911) - yynn911 = 0 + r.EncodeMapStart(yynn916) + yynn916 = 0 } - if yyr911 || yy2arr911 { + if yyr916 || yy2arr916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq911[0] { - yym913 := z.EncBinary() - _ = yym913 + if yyq916[0] { + yym918 := z.EncBinary() + _ = yym918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -12817,50 +12872,50 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq911[0] { + if yyq916[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym914 := z.EncBinary() - _ = yym914 + yym919 := z.EncBinary() + _ = yym919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr911 || yy2arr911 { + if yyr916 || yy2arr916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy916 := &x.Port - yym917 := z.EncBinary() - _ = yym917 + yy921 := &x.Port + yym922 := z.EncBinary() + _ = yym922 if false { - } else if z.HasExtensions() && z.EncExt(yy916) { - } else if !yym917 && z.IsJSONHandle() { - z.EncJSONMarshal(yy916) + } else if z.HasExtensions() && z.EncExt(yy921) { + } else if !yym922 && z.IsJSONHandle() { + z.EncJSONMarshal(yy921) } else { - z.EncFallback(yy916) + z.EncFallback(yy921) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy918 := &x.Port - yym919 := z.EncBinary() - _ = yym919 + yy923 := &x.Port + yym924 := z.EncBinary() + _ = yym924 if false { - } else if z.HasExtensions() && z.EncExt(yy918) { - } else if !yym919 && z.IsJSONHandle() { - z.EncJSONMarshal(yy918) + } else if z.HasExtensions() && z.EncExt(yy923) { + } else if !yym924 && z.IsJSONHandle() { + z.EncJSONMarshal(yy923) } else { - z.EncFallback(yy918) + z.EncFallback(yy923) } } - if yyr911 || yy2arr911 { + if yyr916 || yy2arr916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq911[2] { - yym921 := z.EncBinary() - _ = yym921 + if yyq916[2] { + yym926 := z.EncBinary() + _ = yym926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -12869,34 +12924,34 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq911[2] { + if yyq916[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym922 := z.EncBinary() - _ = yym922 + yym927 := z.EncBinary() + _ = yym927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr911 || yy2arr911 { + if yyr916 || yy2arr916 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq911[3] { + if yyq916[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq911[3] { + if yyq916[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr911 || yy2arr911 { + if yyr916 || yy2arr916 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12909,25 +12964,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym924 := z.DecBinary() - _ = yym924 + yym929 := z.DecBinary() + _ = yym929 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct925 := r.ContainerType() - if yyct925 == codecSelferValueTypeMap1234 { - yyl925 := r.ReadMapStart() - if yyl925 == 0 { + yyct930 := r.ContainerType() + if yyct930 == codecSelferValueTypeMap1234 { + yyl930 := r.ReadMapStart() + if yyl930 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl925, d) + x.codecDecodeSelfFromMap(yyl930, d) } - } else if yyct925 == codecSelferValueTypeArray1234 { - yyl925 := r.ReadArrayStart() - if yyl925 == 0 { + } else if yyct930 == codecSelferValueTypeArray1234 { + yyl930 := r.ReadArrayStart() + if yyl930 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl925, d) + x.codecDecodeSelfFromArray(yyl930, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12939,12 +12994,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys926Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys926Slc - var yyhl926 bool = l >= 0 - for yyj926 := 0; ; yyj926++ { - if yyhl926 { - if yyj926 >= l { + var yys931Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys931Slc + var yyhl931 bool = l >= 0 + for yyj931 := 0; ; yyj931++ { + if yyhl931 { + if yyj931 >= l { break } } else { @@ -12953,10 +13008,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys926Slc = r.DecodeBytes(yys926Slc, true, true) - yys926 := string(yys926Slc) + yys931Slc = r.DecodeBytes(yys931Slc, true, true) + yys931 := string(yys931Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys926 { + switch yys931 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -12967,15 +13022,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv928 := &x.Port - yym929 := z.DecBinary() - _ = yym929 + yyv933 := &x.Port + yym934 := z.DecBinary() + _ = yym934 if false { - } else if z.HasExtensions() && z.DecExt(yyv928) { - } else if !yym929 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv928) + } else if z.HasExtensions() && z.DecExt(yyv933) { + } else if !yym934 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv933) } else { - z.DecFallback(yyv928, false) + z.DecFallback(yyv933, false) } } case "host": @@ -12991,9 +13046,9 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys926) - } // end switch yys926 - } // end for yyj926 + z.DecStructFieldNotFound(-1, yys931) + } // end switch yys931 + } // end for yyj931 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13001,16 +13056,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj932 int - var yyb932 bool - var yyhl932 bool = l >= 0 - yyj932++ - if yyhl932 { - yyb932 = yyj932 > l + var yyj937 int + var yyb937 bool + var yyhl937 bool = l >= 0 + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb932 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb932 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13020,13 +13075,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj932++ - if yyhl932 { - yyb932 = yyj932 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb932 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb932 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13034,24 +13089,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv934 := &x.Port - yym935 := z.DecBinary() - _ = yym935 + yyv939 := &x.Port + yym940 := z.DecBinary() + _ = yym940 if false { - } else if z.HasExtensions() && z.DecExt(yyv934) { - } else if !yym935 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv934) + } else if z.HasExtensions() && z.DecExt(yyv939) { + } else if !yym940 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv939) } else { - z.DecFallback(yyv934, false) + z.DecFallback(yyv939, false) } } - yyj932++ - if yyhl932 { - yyb932 = yyj932 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb932 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb932 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13061,13 +13116,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj932++ - if yyhl932 { - yyb932 = yyj932 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb932 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb932 { + if yyb937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13078,17 +13133,17 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Scheme = URIScheme(r.DecodeString()) } for { - yyj932++ - if yyhl932 { - yyb932 = yyj932 > l + yyj937++ + if yyhl937 { + yyb937 = yyj937 > l } else { - yyb932 = r.CheckBreak() + yyb937 = r.CheckBreak() } - if yyb932 { + if yyb937 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj932-1, "") + z.DecStructFieldNotFound(yyj937-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13097,8 +13152,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym938 := z.EncBinary() - _ = yym938 + yym943 := z.EncBinary() + _ = yym943 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -13110,8 +13165,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym939 := z.DecBinary() - _ = yym939 + yym944 := z.DecBinary() + _ = yym944 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -13126,57 +13181,57 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym940 := z.EncBinary() - _ = yym940 + yym945 := z.EncBinary() + _ = yym945 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep941 := !z.EncBinary() - yy2arr941 := z.EncBasicHandle().StructToArray - var yyq941 [1]bool - _, _, _ = yysep941, yyq941, yy2arr941 - const yyr941 bool = false - var yynn941 int - if yyr941 || yy2arr941 { + yysep946 := !z.EncBinary() + yy2arr946 := z.EncBasicHandle().StructToArray + var yyq946 [1]bool + _, _, _ = yysep946, yyq946, yy2arr946 + const yyr946 bool = false + var yynn946 int + if yyr946 || yy2arr946 { r.EncodeArrayStart(1) } else { - yynn941 = 1 - for _, b := range yyq941 { + yynn946 = 1 + for _, b := range yyq946 { if b { - yynn941++ + yynn946++ } } - r.EncodeMapStart(yynn941) - yynn941 = 0 + r.EncodeMapStart(yynn946) + yynn946 = 0 } - if yyr941 || yy2arr941 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy943 := &x.Port - yym944 := z.EncBinary() - _ = yym944 + yy948 := &x.Port + yym949 := z.EncBinary() + _ = yym949 if false { - } else if z.HasExtensions() && z.EncExt(yy943) { - } else if !yym944 && z.IsJSONHandle() { - z.EncJSONMarshal(yy943) + } else if z.HasExtensions() && z.EncExt(yy948) { + } else if !yym949 && z.IsJSONHandle() { + z.EncJSONMarshal(yy948) } else { - z.EncFallback(yy943) + z.EncFallback(yy948) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy945 := &x.Port - yym946 := z.EncBinary() - _ = yym946 + yy950 := &x.Port + yym951 := z.EncBinary() + _ = yym951 if false { - } else if z.HasExtensions() && z.EncExt(yy945) { - } else if !yym946 && z.IsJSONHandle() { - z.EncJSONMarshal(yy945) + } else if z.HasExtensions() && z.EncExt(yy950) { + } else if !yym951 && z.IsJSONHandle() { + z.EncJSONMarshal(yy950) } else { - z.EncFallback(yy945) + z.EncFallback(yy950) } } - if yyr941 || yy2arr941 { + if yyr946 || yy2arr946 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13189,25 +13244,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym947 := z.DecBinary() - _ = yym947 + yym952 := z.DecBinary() + _ = yym952 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct948 := r.ContainerType() - if yyct948 == codecSelferValueTypeMap1234 { - yyl948 := r.ReadMapStart() - if yyl948 == 0 { + yyct953 := r.ContainerType() + if yyct953 == codecSelferValueTypeMap1234 { + yyl953 := r.ReadMapStart() + if yyl953 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl948, d) + x.codecDecodeSelfFromMap(yyl953, d) } - } else if yyct948 == codecSelferValueTypeArray1234 { - yyl948 := r.ReadArrayStart() - if yyl948 == 0 { + } else if yyct953 == codecSelferValueTypeArray1234 { + yyl953 := r.ReadArrayStart() + if yyl953 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl948, d) + x.codecDecodeSelfFromArray(yyl953, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13219,12 +13274,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys949Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys949Slc - var yyhl949 bool = l >= 0 - for yyj949 := 0; ; yyj949++ { - if yyhl949 { - if yyj949 >= l { + var yys954Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys954Slc + var yyhl954 bool = l >= 0 + for yyj954 := 0; ; yyj954++ { + if yyhl954 { + if yyj954 >= l { break } } else { @@ -13233,29 +13288,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys949Slc = r.DecodeBytes(yys949Slc, true, true) - yys949 := string(yys949Slc) + yys954Slc = r.DecodeBytes(yys954Slc, true, true) + yys954 := string(yys954Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys949 { + switch yys954 { case "port": if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv950 := &x.Port - yym951 := z.DecBinary() - _ = yym951 + yyv955 := &x.Port + yym956 := z.DecBinary() + _ = yym956 if false { - } else if z.HasExtensions() && z.DecExt(yyv950) { - } else if !yym951 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv950) + } else if z.HasExtensions() && z.DecExt(yyv955) { + } else if !yym956 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv955) } else { - z.DecFallback(yyv950, false) + z.DecFallback(yyv955, false) } } default: - z.DecStructFieldNotFound(-1, yys949) - } // end switch yys949 - } // end for yyj949 + z.DecStructFieldNotFound(-1, yys954) + } // end switch yys954 + } // end for yyj954 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13263,16 +13318,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj952 int - var yyb952 bool - var yyhl952 bool = l >= 0 - yyj952++ - if yyhl952 { - yyb952 = yyj952 > l + var yyj957 int + var yyb957 bool + var yyhl957 bool = l >= 0 + yyj957++ + if yyhl957 { + yyb957 = yyj957 > l } else { - yyb952 = r.CheckBreak() + yyb957 = r.CheckBreak() } - if yyb952 { + if yyb957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13280,29 +13335,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg5_intstr.IntOrString{} } else { - yyv953 := &x.Port - yym954 := z.DecBinary() - _ = yym954 + yyv958 := &x.Port + yym959 := z.DecBinary() + _ = yym959 if false { - } else if z.HasExtensions() && z.DecExt(yyv953) { - } else if !yym954 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv953) + } else if z.HasExtensions() && z.DecExt(yyv958) { + } else if !yym959 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv958) } else { - z.DecFallback(yyv953, false) + z.DecFallback(yyv958, false) } } for { - yyj952++ - if yyhl952 { - yyb952 = yyj952 > l + yyj957++ + if yyhl957 { + yyb957 = yyj957 > l } else { - yyb952 = r.CheckBreak() + yyb957 = r.CheckBreak() } - if yyb952 { + if yyb957 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj952-1, "") + z.DecStructFieldNotFound(yyj957-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13314,38 +13369,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym955 := z.EncBinary() - _ = yym955 + yym960 := z.EncBinary() + _ = yym960 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep956 := !z.EncBinary() - yy2arr956 := z.EncBasicHandle().StructToArray - var yyq956 [1]bool - _, _, _ = yysep956, yyq956, yy2arr956 - const yyr956 bool = false - yyq956[0] = len(x.Command) != 0 - var yynn956 int - if yyr956 || yy2arr956 { + yysep961 := !z.EncBinary() + yy2arr961 := z.EncBasicHandle().StructToArray + var yyq961 [1]bool + _, _, _ = yysep961, yyq961, yy2arr961 + const yyr961 bool = false + yyq961[0] = len(x.Command) != 0 + var yynn961 int + if yyr961 || yy2arr961 { r.EncodeArrayStart(1) } else { - yynn956 = 0 - for _, b := range yyq956 { + yynn961 = 0 + for _, b := range yyq961 { if b { - yynn956++ + yynn961++ } } - r.EncodeMapStart(yynn956) - yynn956 = 0 + r.EncodeMapStart(yynn961) + yynn961 = 0 } - if yyr956 || yy2arr956 { + if yyr961 || yy2arr961 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq956[0] { + if yyq961[0] { if x.Command == nil { r.EncodeNil() } else { - yym958 := z.EncBinary() - _ = yym958 + yym963 := z.EncBinary() + _ = yym963 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -13355,15 +13410,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq956[0] { + if yyq961[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym959 := z.EncBinary() - _ = yym959 + yym964 := z.EncBinary() + _ = yym964 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -13371,7 +13426,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr956 || yy2arr956 { + if yyr961 || yy2arr961 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13384,25 +13439,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym960 := z.DecBinary() - _ = yym960 + yym965 := z.DecBinary() + _ = yym965 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct961 := r.ContainerType() - if yyct961 == codecSelferValueTypeMap1234 { - yyl961 := r.ReadMapStart() - if yyl961 == 0 { + yyct966 := r.ContainerType() + if yyct966 == codecSelferValueTypeMap1234 { + yyl966 := r.ReadMapStart() + if yyl966 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl961, d) + x.codecDecodeSelfFromMap(yyl966, d) } - } else if yyct961 == codecSelferValueTypeArray1234 { - yyl961 := r.ReadArrayStart() - if yyl961 == 0 { + } else if yyct966 == codecSelferValueTypeArray1234 { + yyl966 := r.ReadArrayStart() + if yyl966 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl961, d) + x.codecDecodeSelfFromArray(yyl966, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13414,12 +13469,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys962Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys962Slc - var yyhl962 bool = l >= 0 - for yyj962 := 0; ; yyj962++ { - if yyhl962 { - if yyj962 >= l { + var yys967Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys967Slc + var yyhl967 bool = l >= 0 + for yyj967 := 0; ; yyj967++ { + if yyhl967 { + if yyj967 >= l { break } } else { @@ -13428,26 +13483,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys962Slc = r.DecodeBytes(yys962Slc, true, true) - yys962 := string(yys962Slc) + yys967Slc = r.DecodeBytes(yys967Slc, true, true) + yys967 := string(yys967Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys962 { + switch yys967 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv963 := &x.Command - yym964 := z.DecBinary() - _ = yym964 + yyv968 := &x.Command + yym969 := z.DecBinary() + _ = yym969 if false { } else { - z.F.DecSliceStringX(yyv963, false, d) + z.F.DecSliceStringX(yyv968, false, d) } } default: - z.DecStructFieldNotFound(-1, yys962) - } // end switch yys962 - } // end for yyj962 + z.DecStructFieldNotFound(-1, yys967) + } // end switch yys967 + } // end for yyj967 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13455,16 +13510,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj965 int - var yyb965 bool - var yyhl965 bool = l >= 0 - yyj965++ - if yyhl965 { - yyb965 = yyj965 > l + var yyj970 int + var yyb970 bool + var yyhl970 bool = l >= 0 + yyj970++ + if yyhl970 { + yyb970 = yyj970 > l } else { - yyb965 = r.CheckBreak() + yyb970 = r.CheckBreak() } - if yyb965 { + if yyb970 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13472,26 +13527,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv966 := &x.Command - yym967 := z.DecBinary() - _ = yym967 + yyv971 := &x.Command + yym972 := z.DecBinary() + _ = yym972 if false { } else { - z.F.DecSliceStringX(yyv966, false, d) + z.F.DecSliceStringX(yyv971, false, d) } } for { - yyj965++ - if yyhl965 { - yyb965 = yyj965 > l + yyj970++ + if yyhl970 { + yyb970 = yyj970 > l } else { - yyb965 = r.CheckBreak() + yyb970 = r.CheckBreak() } - if yyb965 { + if yyb970 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj965-1, "") + z.DecStructFieldNotFound(yyj970-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13503,49 +13558,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym968 := z.EncBinary() - _ = yym968 + yym973 := z.EncBinary() + _ = yym973 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep969 := !z.EncBinary() - yy2arr969 := z.EncBasicHandle().StructToArray - var yyq969 [8]bool - _, _, _ = yysep969, yyq969, yy2arr969 - const yyr969 bool = false - yyq969[0] = x.Handler.Exec != nil && x.Exec != nil - yyq969[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq969[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq969[3] = x.InitialDelaySeconds != 0 - yyq969[4] = x.TimeoutSeconds != 0 - yyq969[5] = x.PeriodSeconds != 0 - yyq969[6] = x.SuccessThreshold != 0 - yyq969[7] = x.FailureThreshold != 0 - var yynn969 int - if yyr969 || yy2arr969 { + yysep974 := !z.EncBinary() + yy2arr974 := z.EncBasicHandle().StructToArray + var yyq974 [8]bool + _, _, _ = yysep974, yyq974, yy2arr974 + const yyr974 bool = false + yyq974[0] = x.Handler.Exec != nil && x.Exec != nil + yyq974[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq974[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq974[3] = x.InitialDelaySeconds != 0 + yyq974[4] = x.TimeoutSeconds != 0 + yyq974[5] = x.PeriodSeconds != 0 + yyq974[6] = x.SuccessThreshold != 0 + yyq974[7] = x.FailureThreshold != 0 + var yynn974 int + if yyr974 || yy2arr974 { r.EncodeArrayStart(8) } else { - yynn969 = 0 - for _, b := range yyq969 { + yynn974 = 0 + for _, b := range yyq974 { if b { - yynn969++ + yynn974++ } } - r.EncodeMapStart(yynn969) - yynn969 = 0 + r.EncodeMapStart(yynn974) + yynn974 = 0 } - var yyn970 bool + var yyn975 bool if x.Handler.Exec == nil { - yyn970 = true - goto LABEL970 + yyn975 = true + goto LABEL975 } - LABEL970: - if yyr969 || yy2arr969 { - if yyn970 { + LABEL975: + if yyr974 || yy2arr974 { + if yyn975 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[0] { + if yyq974[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -13556,11 +13611,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq969[0] { + if yyq974[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn970 { + if yyn975 { r.EncodeNil() } else { if x.Exec == nil { @@ -13571,18 +13626,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn971 bool + var yyn976 bool if x.Handler.HTTPGet == nil { - yyn971 = true - goto LABEL971 + yyn976 = true + goto LABEL976 } - LABEL971: - if yyr969 || yy2arr969 { - if yyn971 { + LABEL976: + if yyr974 || yy2arr974 { + if yyn976 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[1] { + if yyq974[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -13593,11 +13648,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq969[1] { + if yyq974[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn971 { + if yyn976 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -13608,18 +13663,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn972 bool + var yyn977 bool if x.Handler.TCPSocket == nil { - yyn972 = true - goto LABEL972 + yyn977 = true + goto LABEL977 } - LABEL972: - if yyr969 || yy2arr969 { - if yyn972 { + LABEL977: + if yyr974 || yy2arr974 { + if yyn977 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[2] { + if yyq974[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -13630,11 +13685,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq969[2] { + if yyq974[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn972 { + if yyn977 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -13645,11 +13700,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr969 || yy2arr969 { + if yyr974 || yy2arr974 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[3] { - yym974 := z.EncBinary() - _ = yym974 + if yyq974[3] { + yym979 := z.EncBinary() + _ = yym979 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -13658,99 +13713,99 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq969[3] { + if yyq974[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym975 := z.EncBinary() - _ = yym975 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr969 || yy2arr969 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[4] { - yym977 := z.EncBinary() - _ = yym977 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq969[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym978 := z.EncBinary() - _ = yym978 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr969 || yy2arr969 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[5] { yym980 := z.EncBinary() _ = yym980 if false { } else { - r.EncodeInt(int64(x.PeriodSeconds)) + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr974 || yy2arr974 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq974[4] { + yym982 := z.EncBinary() + _ = yym982 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq969[5] { + if yyq974[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym981 := z.EncBinary() - _ = yym981 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr969 || yy2arr969 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[6] { yym983 := z.EncBinary() _ = yym983 if false { } else { - r.EncodeInt(int64(x.SuccessThreshold)) + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr974 || yy2arr974 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq974[5] { + yym985 := z.EncBinary() + _ = yym985 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq969[6] { + if yyq974[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym984 := z.EncBinary() - _ = yym984 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr969 || yy2arr969 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq969[7] { yym986 := z.EncBinary() _ = yym986 if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr974 || yy2arr974 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq974[6] { + yym988 := z.EncBinary() + _ = yym988 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq974[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym989 := z.EncBinary() + _ = yym989 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr974 || yy2arr974 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq974[7] { + yym991 := z.EncBinary() + _ = yym991 + if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } @@ -13758,19 +13813,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq969[7] { + if yyq974[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym987 := z.EncBinary() - _ = yym987 + yym992 := z.EncBinary() + _ = yym992 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr969 || yy2arr969 { + if yyr974 || yy2arr974 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13783,25 +13838,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym988 := z.DecBinary() - _ = yym988 + yym993 := z.DecBinary() + _ = yym993 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct989 := r.ContainerType() - if yyct989 == codecSelferValueTypeMap1234 { - yyl989 := r.ReadMapStart() - if yyl989 == 0 { + yyct994 := r.ContainerType() + if yyct994 == codecSelferValueTypeMap1234 { + yyl994 := r.ReadMapStart() + if yyl994 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl989, d) + x.codecDecodeSelfFromMap(yyl994, d) } - } else if yyct989 == codecSelferValueTypeArray1234 { - yyl989 := r.ReadArrayStart() - if yyl989 == 0 { + } else if yyct994 == codecSelferValueTypeArray1234 { + yyl994 := r.ReadArrayStart() + if yyl994 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl989, d) + x.codecDecodeSelfFromArray(yyl994, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13813,12 +13868,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys990Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys990Slc - var yyhl990 bool = l >= 0 - for yyj990 := 0; ; yyj990++ { - if yyhl990 { - if yyj990 >= l { + var yys995Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys995Slc + var yyhl995 bool = l >= 0 + for yyj995 := 0; ; yyj995++ { + if yyhl995 { + if yyj995 >= l { break } } else { @@ -13827,10 +13882,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys990Slc = r.DecodeBytes(yys990Slc, true, true) - yys990 := string(yys990Slc) + yys995Slc = r.DecodeBytes(yys995Slc, true, true) + yys995 := string(yys995Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys990 { + switch yys995 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -13904,9 +13959,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys990) - } // end switch yys990 - } // end for yyj990 + z.DecStructFieldNotFound(-1, yys995) + } // end switch yys995 + } // end for yyj995 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13914,19 +13969,19 @@ func (x *Probe) 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 + var yyj1004 int + var yyb1004 bool + var yyhl1004 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13944,13 +13999,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13968,13 +14023,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13989,13 +14044,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14005,13 +14060,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14021,13 +14076,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14037,13 +14092,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14053,13 +14108,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1004++ + if yyhl1004 { + yyb1004 = yyj1004 > l } else { - yyb999 = r.CheckBreak() + yyb1004 = r.CheckBreak() } - if yyb999 { + if yyb1004 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14070,17 +14125,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } 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) } @@ -14089,8 +14144,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1008 := z.EncBinary() - _ = yym1008 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14102,8 +14157,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1009 := z.DecBinary() - _ = yym1009 + yym1014 := z.DecBinary() + _ = yym1014 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14115,8 +14170,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1010 := z.EncBinary() - _ = yym1010 + yym1015 := z.EncBinary() + _ = yym1015 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14128,8 +14183,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1011 := z.DecBinary() - _ = yym1011 + yym1016 := z.DecBinary() + _ = yym1016 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14144,39 +14199,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1012 := z.EncBinary() - _ = yym1012 + yym1017 := z.EncBinary() + _ = yym1017 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1013 := !z.EncBinary() - yy2arr1013 := z.EncBasicHandle().StructToArray - var yyq1013 [2]bool - _, _, _ = yysep1013, yyq1013, yy2arr1013 - const yyr1013 bool = false - yyq1013[0] = len(x.Add) != 0 - yyq1013[1] = len(x.Drop) != 0 - var yynn1013 int - if yyr1013 || yy2arr1013 { + yysep1018 := !z.EncBinary() + yy2arr1018 := z.EncBasicHandle().StructToArray + var yyq1018 [2]bool + _, _, _ = yysep1018, yyq1018, yy2arr1018 + const yyr1018 bool = false + yyq1018[0] = len(x.Add) != 0 + yyq1018[1] = len(x.Drop) != 0 + var yynn1018 int + if yyr1018 || yy2arr1018 { r.EncodeArrayStart(2) } else { - yynn1013 = 0 - for _, b := range yyq1013 { + yynn1018 = 0 + for _, b := range yyq1018 { if b { - yynn1013++ + yynn1018++ } } - r.EncodeMapStart(yynn1013) - yynn1013 = 0 + r.EncodeMapStart(yynn1018) + yynn1018 = 0 } - if yyr1013 || yy2arr1013 { + if yyr1018 || yy2arr1018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1013[0] { + if yyq1018[0] { if x.Add == nil { r.EncodeNil() } else { - yym1015 := z.EncBinary() - _ = yym1015 + yym1020 := z.EncBinary() + _ = yym1020 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -14186,15 +14241,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1013[0] { + if yyq1018[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1016 := z.EncBinary() - _ = yym1016 + yym1021 := z.EncBinary() + _ = yym1021 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -14202,14 +14257,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1013 || yy2arr1013 { + if yyr1018 || yy2arr1018 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1013[1] { + if yyq1018[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1018 := z.EncBinary() - _ = yym1018 + yym1023 := z.EncBinary() + _ = yym1023 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -14219,15 +14274,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1013[1] { + if yyq1018[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1019 := z.EncBinary() - _ = yym1019 + yym1024 := z.EncBinary() + _ = yym1024 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -14235,7 +14290,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1013 || yy2arr1013 { + if yyr1018 || yy2arr1018 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14248,25 +14303,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1020 := z.DecBinary() - _ = yym1020 + yym1025 := z.DecBinary() + _ = yym1025 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1021 := r.ContainerType() - if yyct1021 == codecSelferValueTypeMap1234 { - yyl1021 := r.ReadMapStart() - if yyl1021 == 0 { + yyct1026 := r.ContainerType() + if yyct1026 == codecSelferValueTypeMap1234 { + yyl1026 := r.ReadMapStart() + if yyl1026 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1021, d) + x.codecDecodeSelfFromMap(yyl1026, d) } - } else if yyct1021 == codecSelferValueTypeArray1234 { - yyl1021 := r.ReadArrayStart() - if yyl1021 == 0 { + } else if yyct1026 == codecSelferValueTypeArray1234 { + yyl1026 := r.ReadArrayStart() + if yyl1026 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1021, d) + x.codecDecodeSelfFromArray(yyl1026, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14278,12 +14333,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1022Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1022Slc - var yyhl1022 bool = l >= 0 - for yyj1022 := 0; ; yyj1022++ { - if yyhl1022 { - if yyj1022 >= l { + var yys1027Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1027Slc + var yyhl1027 bool = l >= 0 + for yyj1027 := 0; ; yyj1027++ { + if yyhl1027 { + if yyj1027 >= l { break } } else { @@ -14292,38 +14347,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1022Slc = r.DecodeBytes(yys1022Slc, true, true) - yys1022 := string(yys1022Slc) + yys1027Slc = r.DecodeBytes(yys1027Slc, true, true) + yys1027 := string(yys1027Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1022 { + switch yys1027 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1023 := &x.Add - yym1024 := z.DecBinary() - _ = yym1024 + yyv1028 := &x.Add + yym1029 := z.DecBinary() + _ = yym1029 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1023), d) + h.decSliceCapability((*[]Capability)(yyv1028), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1025 := &x.Drop - yym1026 := z.DecBinary() - _ = yym1026 + yyv1030 := &x.Drop + yym1031 := z.DecBinary() + _ = yym1031 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1025), d) + h.decSliceCapability((*[]Capability)(yyv1030), d) } } default: - z.DecStructFieldNotFound(-1, yys1022) - } // end switch yys1022 - } // end for yyj1022 + z.DecStructFieldNotFound(-1, yys1027) + } // end switch yys1027 + } // end for yyj1027 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14331,16 +14386,16 @@ func (x *Capabilities) 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 } @@ -14348,21 +14403,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1028 := &x.Add - yym1029 := z.DecBinary() - _ = yym1029 + yyv1033 := &x.Add + yym1034 := z.DecBinary() + _ = yym1034 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1028), d) + h.decSliceCapability((*[]Capability)(yyv1033), d) } } - 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 } @@ -14370,26 +14425,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1030 := &x.Drop - yym1031 := z.DecBinary() - _ = yym1031 + yyv1035 := &x.Drop + yym1036 := z.DecBinary() + _ = yym1036 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1030), d) + h.decSliceCapability((*[]Capability)(yyv1035), 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) } @@ -14401,34 +14456,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1032 := z.EncBinary() - _ = yym1032 + yym1037 := z.EncBinary() + _ = yym1037 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1033 := !z.EncBinary() - yy2arr1033 := z.EncBasicHandle().StructToArray - var yyq1033 [2]bool - _, _, _ = yysep1033, yyq1033, yy2arr1033 - const yyr1033 bool = false - yyq1033[0] = len(x.Limits) != 0 - yyq1033[1] = len(x.Requests) != 0 - var yynn1033 int - if yyr1033 || yy2arr1033 { + yysep1038 := !z.EncBinary() + yy2arr1038 := z.EncBasicHandle().StructToArray + var yyq1038 [2]bool + _, _, _ = yysep1038, yyq1038, yy2arr1038 + const yyr1038 bool = false + yyq1038[0] = len(x.Limits) != 0 + yyq1038[1] = len(x.Requests) != 0 + var yynn1038 int + if yyr1038 || yy2arr1038 { r.EncodeArrayStart(2) } else { - yynn1033 = 0 - for _, b := range yyq1033 { + yynn1038 = 0 + for _, b := range yyq1038 { if b { - yynn1033++ + yynn1038++ } } - r.EncodeMapStart(yynn1033) - yynn1033 = 0 + r.EncodeMapStart(yynn1038) + yynn1038 = 0 } - if yyr1033 || yy2arr1033 { + if yyr1038 || yy2arr1038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1033[0] { + if yyq1038[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -14438,7 +14493,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1033[0] { + if yyq1038[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14449,9 +14504,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1033 || yy2arr1033 { + if yyr1038 || yy2arr1038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1033[1] { + if yyq1038[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -14461,7 +14516,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1033[1] { + if yyq1038[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14472,7 +14527,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1033 || yy2arr1033 { + if yyr1038 || yy2arr1038 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14485,25 +14540,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1036 := z.DecBinary() - _ = yym1036 + yym1041 := z.DecBinary() + _ = yym1041 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1037 := r.ContainerType() - if yyct1037 == codecSelferValueTypeMap1234 { - yyl1037 := r.ReadMapStart() - if yyl1037 == 0 { + yyct1042 := r.ContainerType() + if yyct1042 == codecSelferValueTypeMap1234 { + yyl1042 := r.ReadMapStart() + if yyl1042 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1037, d) + x.codecDecodeSelfFromMap(yyl1042, d) } - } else if yyct1037 == codecSelferValueTypeArray1234 { - yyl1037 := r.ReadArrayStart() - if yyl1037 == 0 { + } else if yyct1042 == codecSelferValueTypeArray1234 { + yyl1042 := r.ReadArrayStart() + if yyl1042 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1037, d) + x.codecDecodeSelfFromArray(yyl1042, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14515,12 +14570,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1038Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1038Slc - var yyhl1038 bool = l >= 0 - for yyj1038 := 0; ; yyj1038++ { - if yyhl1038 { - if yyj1038 >= l { + var yys1043Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1043Slc + var yyhl1043 bool = l >= 0 + for yyj1043 := 0; ; yyj1043++ { + if yyhl1043 { + if yyj1043 >= l { break } } else { @@ -14529,28 +14584,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1038Slc = r.DecodeBytes(yys1038Slc, true, true) - yys1038 := string(yys1038Slc) + yys1043Slc = r.DecodeBytes(yys1043Slc, true, true) + yys1043 := string(yys1043Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1038 { + switch yys1043 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1039 := &x.Limits - yyv1039.CodecDecodeSelf(d) + yyv1044 := &x.Limits + yyv1044.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1040 := &x.Requests - yyv1040.CodecDecodeSelf(d) + yyv1045 := &x.Requests + yyv1045.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1038) - } // end switch yys1038 - } // end for yyj1038 + z.DecStructFieldNotFound(-1, yys1043) + } // end switch yys1043 + } // end for yyj1043 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14558,16 +14613,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1041 int - var yyb1041 bool - var yyhl1041 bool = l >= 0 - yyj1041++ - if yyhl1041 { - yyb1041 = yyj1041 > l + var yyj1046 int + var yyb1046 bool + var yyhl1046 bool = l >= 0 + yyj1046++ + if yyhl1046 { + yyb1046 = yyj1046 > l } else { - yyb1041 = r.CheckBreak() + yyb1046 = r.CheckBreak() } - if yyb1041 { + if yyb1046 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14575,16 +14630,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1042 := &x.Limits - yyv1042.CodecDecodeSelf(d) + yyv1047 := &x.Limits + yyv1047.CodecDecodeSelf(d) } - yyj1041++ - if yyhl1041 { - yyb1041 = yyj1041 > l + yyj1046++ + if yyhl1046 { + yyb1046 = yyj1046 > l } else { - yyb1041 = r.CheckBreak() + yyb1046 = r.CheckBreak() } - if yyb1041 { + if yyb1046 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14592,21 +14647,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1043 := &x.Requests - yyv1043.CodecDecodeSelf(d) + yyv1048 := &x.Requests + yyv1048.CodecDecodeSelf(d) } for { - yyj1041++ - if yyhl1041 { - yyb1041 = yyj1041 > l + yyj1046++ + if yyhl1046 { + yyb1046 = yyj1046 > l } else { - yyb1041 = r.CheckBreak() + yyb1046 = r.CheckBreak() } - if yyb1041 { + if yyb1046 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1041-1, "") + z.DecStructFieldNotFound(yyj1046-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14618,50 +14673,50 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1044 := z.EncBinary() - _ = yym1044 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1045 := !z.EncBinary() - yy2arr1045 := z.EncBasicHandle().StructToArray - var yyq1045 [18]bool - _, _, _ = yysep1045, yyq1045, yy2arr1045 - const yyr1045 bool = false - yyq1045[1] = x.Image != "" - yyq1045[2] = len(x.Command) != 0 - yyq1045[3] = len(x.Args) != 0 - yyq1045[4] = x.WorkingDir != "" - yyq1045[5] = len(x.Ports) != 0 - yyq1045[6] = len(x.Env) != 0 - yyq1045[7] = true - yyq1045[8] = len(x.VolumeMounts) != 0 - yyq1045[9] = x.LivenessProbe != nil - yyq1045[10] = x.ReadinessProbe != nil - yyq1045[11] = x.Lifecycle != nil - yyq1045[12] = x.TerminationMessagePath != "" - yyq1045[13] = x.ImagePullPolicy != "" - yyq1045[14] = x.SecurityContext != nil - yyq1045[15] = x.Stdin != false - yyq1045[16] = x.StdinOnce != false - yyq1045[17] = x.TTY != false - var yynn1045 int - if yyr1045 || yy2arr1045 { + yysep1050 := !z.EncBinary() + yy2arr1050 := z.EncBasicHandle().StructToArray + var yyq1050 [18]bool + _, _, _ = yysep1050, yyq1050, yy2arr1050 + const yyr1050 bool = false + yyq1050[1] = x.Image != "" + yyq1050[2] = len(x.Command) != 0 + yyq1050[3] = len(x.Args) != 0 + yyq1050[4] = x.WorkingDir != "" + yyq1050[5] = len(x.Ports) != 0 + yyq1050[6] = len(x.Env) != 0 + yyq1050[7] = true + yyq1050[8] = len(x.VolumeMounts) != 0 + yyq1050[9] = x.LivenessProbe != nil + yyq1050[10] = x.ReadinessProbe != nil + yyq1050[11] = x.Lifecycle != nil + yyq1050[12] = x.TerminationMessagePath != "" + yyq1050[13] = x.ImagePullPolicy != "" + yyq1050[14] = x.SecurityContext != nil + yyq1050[15] = x.Stdin != false + yyq1050[16] = x.StdinOnce != false + yyq1050[17] = x.TTY != false + var yynn1050 int + if yyr1050 || yy2arr1050 { r.EncodeArrayStart(18) } else { - yynn1045 = 1 - for _, b := range yyq1045 { + yynn1050 = 1 + for _, b := range yyq1050 { if b { - yynn1045++ + yynn1050++ } } - r.EncodeMapStart(yynn1045) - yynn1045 = 0 + r.EncodeMapStart(yynn1050) + yynn1050 = 0 } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1047 := z.EncBinary() - _ = yym1047 + yym1052 := z.EncBinary() + _ = yym1052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -14670,18 +14725,18 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1048 := z.EncBinary() - _ = yym1048 + yym1053 := z.EncBinary() + _ = yym1053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[1] { - yym1050 := z.EncBinary() - _ = yym1050 + if yyq1050[1] { + yym1055 := z.EncBinary() + _ = yym1055 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -14690,26 +14745,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1045[1] { + if yyq1050[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1051 := z.EncBinary() - _ = yym1051 + yym1056 := z.EncBinary() + _ = yym1056 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[2] { + if yyq1050[2] { if x.Command == nil { r.EncodeNil() } else { - yym1053 := z.EncBinary() - _ = yym1053 + yym1058 := z.EncBinary() + _ = yym1058 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14719,15 +14774,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[2] { + if yyq1050[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1054 := z.EncBinary() - _ = yym1054 + yym1059 := z.EncBinary() + _ = yym1059 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -14735,14 +14790,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[3] { + if yyq1050[3] { if x.Args == nil { r.EncodeNil() } else { - yym1056 := z.EncBinary() - _ = yym1056 + yym1061 := z.EncBinary() + _ = yym1061 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -14752,15 +14807,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[3] { + if yyq1050[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1057 := z.EncBinary() - _ = yym1057 + yym1062 := z.EncBinary() + _ = yym1062 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -14768,11 +14823,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[4] { - yym1059 := z.EncBinary() - _ = yym1059 + if yyq1050[4] { + yym1064 := z.EncBinary() + _ = yym1064 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -14781,26 +14836,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1045[4] { + if yyq1050[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1060 := z.EncBinary() - _ = yym1060 + yym1065 := z.EncBinary() + _ = yym1065 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[5] { + if yyq1050[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1062 := z.EncBinary() - _ = yym1062 + yym1067 := z.EncBinary() + _ = yym1067 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -14810,15 +14865,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[5] { + if yyq1050[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1063 := z.EncBinary() - _ = yym1063 + yym1068 := z.EncBinary() + _ = yym1068 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -14826,14 +14881,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[6] { + if yyq1050[6] { if x.Env == nil { r.EncodeNil() } else { - yym1065 := z.EncBinary() - _ = yym1065 + yym1070 := z.EncBinary() + _ = yym1070 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -14843,15 +14898,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[6] { + if yyq1050[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1066 := z.EncBinary() - _ = yym1066 + yym1071 := z.EncBinary() + _ = yym1071 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -14859,31 +14914,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[7] { - yy1068 := &x.Resources - yy1068.CodecEncodeSelf(e) + if yyq1050[7] { + yy1073 := &x.Resources + yy1073.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1045[7] { + if yyq1050[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1069 := &x.Resources - yy1069.CodecEncodeSelf(e) + yy1074 := &x.Resources + yy1074.CodecEncodeSelf(e) } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[8] { + if yyq1050[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1071 := z.EncBinary() - _ = yym1071 + yym1076 := z.EncBinary() + _ = yym1076 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -14893,15 +14948,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[8] { + if yyq1050[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1072 := z.EncBinary() - _ = yym1072 + yym1077 := z.EncBinary() + _ = yym1077 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -14909,9 +14964,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[9] { + if yyq1050[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -14921,7 +14976,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[9] { + if yyq1050[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14932,9 +14987,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[10] { + if yyq1050[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -14944,7 +14999,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[10] { + if yyq1050[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14955,9 +15010,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[11] { + if yyq1050[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -14967,7 +15022,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[11] { + if yyq1050[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14978,11 +15033,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[12] { - yym1077 := z.EncBinary() - _ = yym1077 + if yyq1050[12] { + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -14991,36 +15046,36 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1045[12] { + if yyq1050[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1078 := z.EncBinary() - _ = yym1078 + yym1083 := z.EncBinary() + _ = yym1083 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[13] { + if yyq1050[13] { x.ImagePullPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1045[13] { + if yyq1050[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[14] { + if yyq1050[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -15030,7 +15085,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1045[14] { + if yyq1050[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15041,11 +15096,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[15] { - yym1082 := z.EncBinary() - _ = yym1082 + if yyq1050[15] { + yym1087 := z.EncBinary() + _ = yym1087 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -15054,49 +15109,49 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1045[15] { + if yyq1050[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1083 := z.EncBinary() - _ = yym1083 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr1045 || yy2arr1045 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[16] { - yym1085 := z.EncBinary() - _ = yym1085 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1045[16] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1086 := z.EncBinary() - _ = yym1086 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } - } - if yyr1045 || yy2arr1045 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1045[17] { yym1088 := z.EncBinary() _ = yym1088 if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr1050 || yy2arr1050 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1050[16] { + yym1090 := z.EncBinary() + _ = yym1090 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1050[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1091 := z.EncBinary() + _ = yym1091 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } + } + if yyr1050 || yy2arr1050 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1050[17] { + yym1093 := z.EncBinary() + _ = yym1093 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -15104,19 +15159,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1045[17] { + if yyq1050[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1089 := z.EncBinary() - _ = yym1089 + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1045 || yy2arr1045 { + if yyr1050 || yy2arr1050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15129,25 +15184,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1090 := z.DecBinary() - _ = yym1090 + yym1095 := z.DecBinary() + _ = yym1095 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1091 := r.ContainerType() - if yyct1091 == codecSelferValueTypeMap1234 { - yyl1091 := r.ReadMapStart() - if yyl1091 == 0 { + yyct1096 := r.ContainerType() + if yyct1096 == codecSelferValueTypeMap1234 { + yyl1096 := r.ReadMapStart() + if yyl1096 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1091, d) + x.codecDecodeSelfFromMap(yyl1096, d) } - } else if yyct1091 == codecSelferValueTypeArray1234 { - yyl1091 := r.ReadArrayStart() - if yyl1091 == 0 { + } else if yyct1096 == codecSelferValueTypeArray1234 { + yyl1096 := r.ReadArrayStart() + if yyl1096 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1091, d) + x.codecDecodeSelfFromArray(yyl1096, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15159,12 +15214,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1092Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1092Slc - var yyhl1092 bool = l >= 0 - for yyj1092 := 0; ; yyj1092++ { - if yyhl1092 { - if yyj1092 >= l { + var yys1097Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1097Slc + var yyhl1097 bool = l >= 0 + for yyj1097 := 0; ; yyj1097++ { + if yyhl1097 { + if yyj1097 >= l { break } } else { @@ -15173,10 +15228,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1092Slc = r.DecodeBytes(yys1092Slc, true, true) - yys1092 := string(yys1092Slc) + yys1097Slc = r.DecodeBytes(yys1097Slc, true, true) + yys1097 := string(yys1097Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1092 { + switch yys1097 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15193,24 +15248,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1095 := &x.Command - yym1096 := z.DecBinary() - _ = yym1096 + yyv1100 := &x.Command + yym1101 := z.DecBinary() + _ = yym1101 if false { } else { - z.F.DecSliceStringX(yyv1095, false, d) + z.F.DecSliceStringX(yyv1100, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1097 := &x.Args - yym1098 := z.DecBinary() - _ = yym1098 + yyv1102 := &x.Args + yym1103 := z.DecBinary() + _ = yym1103 if false { } else { - z.F.DecSliceStringX(yyv1097, false, d) + z.F.DecSliceStringX(yyv1102, false, d) } } case "workingDir": @@ -15223,43 +15278,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1100 := &x.Ports - yym1101 := z.DecBinary() - _ = yym1101 + yyv1105 := &x.Ports + yym1106 := z.DecBinary() + _ = yym1106 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1100), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1105), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1102 := &x.Env - yym1103 := z.DecBinary() - _ = yym1103 + yyv1107 := &x.Env + yym1108 := z.DecBinary() + _ = yym1108 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1102), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1107), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1104 := &x.Resources - yyv1104.CodecDecodeSelf(d) + yyv1109 := &x.Resources + yyv1109.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1105 := &x.VolumeMounts - yym1106 := z.DecBinary() - _ = yym1106 + yyv1110 := &x.VolumeMounts + yym1111 := z.DecBinary() + _ = yym1111 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1105), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1110), d) } } case "livenessProbe": @@ -15337,9 +15392,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1092) - } // end switch yys1092 - } // end for yyj1092 + z.DecStructFieldNotFound(-1, yys1097) + } // end switch yys1097 + } // end for yyj1097 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15347,16 +15402,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1116 int - var yyb1116 bool - var yyhl1116 bool = l >= 0 - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + var yyj1121 int + var yyb1121 bool + var yyhl1121 bool = l >= 0 + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15366,13 +15421,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15382,13 +15437,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15396,21 +15451,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1119 := &x.Command - yym1120 := z.DecBinary() - _ = yym1120 + yyv1124 := &x.Command + yym1125 := z.DecBinary() + _ = yym1125 if false { } else { - z.F.DecSliceStringX(yyv1119, false, d) + z.F.DecSliceStringX(yyv1124, false, d) } } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15418,21 +15473,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1121 := &x.Args - yym1122 := z.DecBinary() - _ = yym1122 + yyv1126 := &x.Args + yym1127 := z.DecBinary() + _ = yym1127 if false { } else { - z.F.DecSliceStringX(yyv1121, false, d) + z.F.DecSliceStringX(yyv1126, false, d) } } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15442,13 +15497,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15456,21 +15511,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1124 := &x.Ports - yym1125 := z.DecBinary() - _ = yym1125 + yyv1129 := &x.Ports + yym1130 := z.DecBinary() + _ = yym1130 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1124), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1129), d) } } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15478,21 +15533,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1126 := &x.Env - yym1127 := z.DecBinary() - _ = yym1127 + yyv1131 := &x.Env + yym1132 := z.DecBinary() + _ = yym1132 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1126), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1131), d) } } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15500,16 +15555,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1128 := &x.Resources - yyv1128.CodecDecodeSelf(d) + yyv1133 := &x.Resources + yyv1133.CodecDecodeSelf(d) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15517,21 +15572,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1129 := &x.VolumeMounts - yym1130 := z.DecBinary() - _ = yym1130 + yyv1134 := &x.VolumeMounts + yym1135 := z.DecBinary() + _ = yym1135 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1129), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1134), d) } } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15546,13 +15601,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15567,13 +15622,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15588,13 +15643,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15604,13 +15659,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15620,13 +15675,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15641,13 +15696,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15657,13 +15712,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15673,13 +15728,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15690,17 +15745,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1116++ - if yyhl1116 { - yyb1116 = yyj1116 > l + yyj1121++ + if yyhl1121 { + yyb1121 = yyj1121 > l } else { - yyb1116 = r.CheckBreak() + yyb1121 = r.CheckBreak() } - if yyb1116 { + if yyb1121 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1116-1, "") + z.DecStructFieldNotFound(yyj1121-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15712,35 +15767,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1140 := z.EncBinary() - _ = yym1140 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1141 := !z.EncBinary() - yy2arr1141 := z.EncBasicHandle().StructToArray - var yyq1141 [3]bool - _, _, _ = yysep1141, yyq1141, yy2arr1141 - const yyr1141 bool = false - yyq1141[0] = x.Exec != nil - yyq1141[1] = x.HTTPGet != nil - yyq1141[2] = x.TCPSocket != nil - var yynn1141 int - if yyr1141 || yy2arr1141 { + yysep1146 := !z.EncBinary() + yy2arr1146 := z.EncBasicHandle().StructToArray + var yyq1146 [3]bool + _, _, _ = yysep1146, yyq1146, yy2arr1146 + const yyr1146 bool = false + yyq1146[0] = x.Exec != nil + yyq1146[1] = x.HTTPGet != nil + yyq1146[2] = x.TCPSocket != nil + var yynn1146 int + if yyr1146 || yy2arr1146 { r.EncodeArrayStart(3) } else { - yynn1141 = 0 - for _, b := range yyq1141 { + yynn1146 = 0 + for _, b := range yyq1146 { if b { - yynn1141++ + yynn1146++ } } - r.EncodeMapStart(yynn1141) - yynn1141 = 0 + r.EncodeMapStart(yynn1146) + yynn1146 = 0 } - if yyr1141 || yy2arr1141 { + if yyr1146 || yy2arr1146 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1141[0] { + if yyq1146[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -15750,7 +15805,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1141[0] { + if yyq1146[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15761,9 +15816,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1141 || yy2arr1141 { + if yyr1146 || yy2arr1146 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1141[1] { + if yyq1146[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -15773,7 +15828,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1141[1] { + if yyq1146[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15784,9 +15839,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1141 || yy2arr1141 { + if yyr1146 || yy2arr1146 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1141[2] { + if yyq1146[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -15796,7 +15851,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1141[2] { + if yyq1146[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -15807,7 +15862,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1141 || yy2arr1141 { + if yyr1146 || yy2arr1146 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15820,25 +15875,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1145 := z.DecBinary() - _ = yym1145 + yym1150 := z.DecBinary() + _ = yym1150 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1146 := r.ContainerType() - if yyct1146 == codecSelferValueTypeMap1234 { - yyl1146 := r.ReadMapStart() - if yyl1146 == 0 { + yyct1151 := r.ContainerType() + if yyct1151 == codecSelferValueTypeMap1234 { + yyl1151 := r.ReadMapStart() + if yyl1151 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1146, d) + x.codecDecodeSelfFromMap(yyl1151, d) } - } else if yyct1146 == codecSelferValueTypeArray1234 { - yyl1146 := r.ReadArrayStart() - if yyl1146 == 0 { + } else if yyct1151 == codecSelferValueTypeArray1234 { + yyl1151 := r.ReadArrayStart() + if yyl1151 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1146, d) + x.codecDecodeSelfFromArray(yyl1151, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15850,12 +15905,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1147Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1147Slc - var yyhl1147 bool = l >= 0 - for yyj1147 := 0; ; yyj1147++ { - if yyhl1147 { - if yyj1147 >= l { + var yys1152Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1152Slc + var yyhl1152 bool = l >= 0 + for yyj1152 := 0; ; yyj1152++ { + if yyhl1152 { + if yyj1152 >= l { break } } else { @@ -15864,10 +15919,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1147Slc = r.DecodeBytes(yys1147Slc, true, true) - yys1147 := string(yys1147Slc) + yys1152Slc = r.DecodeBytes(yys1152Slc, true, true) + yys1152 := string(yys1152Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1147 { + switch yys1152 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -15902,9 +15957,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1147) - } // end switch yys1147 - } // end for yyj1147 + z.DecStructFieldNotFound(-1, yys1152) + } // end switch yys1152 + } // end for yyj1152 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15912,16 +15967,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1151 int - var yyb1151 bool - var yyhl1151 bool = l >= 0 - yyj1151++ - if yyhl1151 { - yyb1151 = yyj1151 > l + var yyj1156 int + var yyb1156 bool + var yyhl1156 bool = l >= 0 + yyj1156++ + if yyhl1156 { + yyb1156 = yyj1156 > l } else { - yyb1151 = r.CheckBreak() + yyb1156 = r.CheckBreak() } - if yyb1151 { + if yyb1156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15936,13 +15991,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1151++ - if yyhl1151 { - yyb1151 = yyj1151 > l + yyj1156++ + if yyhl1156 { + yyb1156 = yyj1156 > l } else { - yyb1151 = r.CheckBreak() + yyb1156 = r.CheckBreak() } - if yyb1151 { + if yyb1156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15957,13 +16012,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1151++ - if yyhl1151 { - yyb1151 = yyj1151 > l + yyj1156++ + if yyhl1156 { + yyb1156 = yyj1156 > l } else { - yyb1151 = r.CheckBreak() + yyb1156 = r.CheckBreak() } - if yyb1151 { + if yyb1156 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15979,17 +16034,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1151++ - if yyhl1151 { - yyb1151 = yyj1151 > l + yyj1156++ + if yyhl1156 { + yyb1156 = yyj1156 > l } else { - yyb1151 = r.CheckBreak() + yyb1156 = r.CheckBreak() } - if yyb1151 { + if yyb1156 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1151-1, "") + z.DecStructFieldNotFound(yyj1156-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16001,34 +16056,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1155 := z.EncBinary() - _ = yym1155 + yym1160 := z.EncBinary() + _ = yym1160 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1156 := !z.EncBinary() - yy2arr1156 := z.EncBasicHandle().StructToArray - var yyq1156 [2]bool - _, _, _ = yysep1156, yyq1156, yy2arr1156 - const yyr1156 bool = false - yyq1156[0] = x.PostStart != nil - yyq1156[1] = x.PreStop != nil - var yynn1156 int - if yyr1156 || yy2arr1156 { + yysep1161 := !z.EncBinary() + yy2arr1161 := z.EncBasicHandle().StructToArray + var yyq1161 [2]bool + _, _, _ = yysep1161, yyq1161, yy2arr1161 + const yyr1161 bool = false + yyq1161[0] = x.PostStart != nil + yyq1161[1] = x.PreStop != nil + var yynn1161 int + if yyr1161 || yy2arr1161 { r.EncodeArrayStart(2) } else { - yynn1156 = 0 - for _, b := range yyq1156 { + yynn1161 = 0 + for _, b := range yyq1161 { if b { - yynn1156++ + yynn1161++ } } - r.EncodeMapStart(yynn1156) - yynn1156 = 0 + r.EncodeMapStart(yynn1161) + yynn1161 = 0 } - if yyr1156 || yy2arr1156 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1156[0] { + if yyq1161[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -16038,7 +16093,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1156[0] { + if yyq1161[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16049,9 +16104,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1156 || yy2arr1156 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1156[1] { + if yyq1161[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -16061,7 +16116,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1156[1] { + if yyq1161[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16072,7 +16127,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1156 || yy2arr1156 { + if yyr1161 || yy2arr1161 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16085,25 +16140,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1159 := z.DecBinary() - _ = yym1159 + yym1164 := z.DecBinary() + _ = yym1164 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1160 := r.ContainerType() - if yyct1160 == codecSelferValueTypeMap1234 { - yyl1160 := r.ReadMapStart() - if yyl1160 == 0 { + yyct1165 := r.ContainerType() + if yyct1165 == codecSelferValueTypeMap1234 { + yyl1165 := r.ReadMapStart() + if yyl1165 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1160, d) + x.codecDecodeSelfFromMap(yyl1165, d) } - } else if yyct1160 == codecSelferValueTypeArray1234 { - yyl1160 := r.ReadArrayStart() - if yyl1160 == 0 { + } else if yyct1165 == codecSelferValueTypeArray1234 { + yyl1165 := r.ReadArrayStart() + if yyl1165 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1160, d) + x.codecDecodeSelfFromArray(yyl1165, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16115,12 +16170,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1161Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1161Slc - var yyhl1161 bool = l >= 0 - for yyj1161 := 0; ; yyj1161++ { - if yyhl1161 { - if yyj1161 >= l { + var yys1166Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1166Slc + var yyhl1166 bool = l >= 0 + for yyj1166 := 0; ; yyj1166++ { + if yyhl1166 { + if yyj1166 >= l { break } } else { @@ -16129,10 +16184,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1161Slc = r.DecodeBytes(yys1161Slc, true, true) - yys1161 := string(yys1161Slc) + yys1166Slc = r.DecodeBytes(yys1166Slc, true, true) + yys1166 := string(yys1166Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1161 { + switch yys1166 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -16156,9 +16211,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1161) - } // end switch yys1161 - } // end for yyj1161 + z.DecStructFieldNotFound(-1, yys1166) + } // end switch yys1166 + } // end for yyj1166 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16166,16 +16221,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1164 int - var yyb1164 bool - var yyhl1164 bool = l >= 0 - yyj1164++ - if yyhl1164 { - yyb1164 = yyj1164 > l + var yyj1169 int + var yyb1169 bool + var yyhl1169 bool = l >= 0 + yyj1169++ + if yyhl1169 { + yyb1169 = yyj1169 > l } else { - yyb1164 = r.CheckBreak() + yyb1169 = r.CheckBreak() } - if yyb1164 { + if yyb1169 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16190,13 +16245,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1164++ - if yyhl1164 { - yyb1164 = yyj1164 > l + yyj1169++ + if yyhl1169 { + yyb1169 = yyj1169 > l } else { - yyb1164 = r.CheckBreak() + yyb1169 = r.CheckBreak() } - if yyb1164 { + if yyb1169 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16212,17 +16267,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1164++ - if yyhl1164 { - yyb1164 = yyj1164 > l + yyj1169++ + if yyhl1169 { + yyb1169 = yyj1169 > l } else { - yyb1164 = r.CheckBreak() + yyb1169 = r.CheckBreak() } - if yyb1164 { + if yyb1169 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1164-1, "") + z.DecStructFieldNotFound(yyj1169-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16231,8 +16286,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1167 := z.EncBinary() - _ = yym1167 + yym1172 := z.EncBinary() + _ = yym1172 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -16244,8 +16299,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1168 := z.DecBinary() - _ = yym1168 + yym1173 := z.DecBinary() + _ = yym1173 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -16260,36 +16315,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1169 := z.EncBinary() - _ = yym1169 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1170 := !z.EncBinary() - yy2arr1170 := z.EncBasicHandle().StructToArray - var yyq1170 [2]bool - _, _, _ = yysep1170, yyq1170, yy2arr1170 - const yyr1170 bool = false - yyq1170[0] = x.Reason != "" - yyq1170[1] = x.Message != "" - var yynn1170 int - if yyr1170 || yy2arr1170 { + yysep1175 := !z.EncBinary() + yy2arr1175 := z.EncBasicHandle().StructToArray + var yyq1175 [2]bool + _, _, _ = yysep1175, yyq1175, yy2arr1175 + const yyr1175 bool = false + yyq1175[0] = x.Reason != "" + yyq1175[1] = x.Message != "" + var yynn1175 int + if yyr1175 || yy2arr1175 { r.EncodeArrayStart(2) } else { - yynn1170 = 0 - for _, b := range yyq1170 { + yynn1175 = 0 + for _, b := range yyq1175 { if b { - yynn1170++ + yynn1175++ } } - r.EncodeMapStart(yynn1170) - yynn1170 = 0 + r.EncodeMapStart(yynn1175) + yynn1175 = 0 } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1170[0] { - yym1172 := z.EncBinary() - _ = yym1172 + if yyq1175[0] { + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -16298,23 +16353,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1170[0] { + if yyq1175[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1173 := z.EncBinary() - _ = yym1173 + yym1178 := z.EncBinary() + _ = yym1178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1170[1] { - yym1175 := z.EncBinary() - _ = yym1175 + if yyq1175[1] { + yym1180 := z.EncBinary() + _ = yym1180 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -16323,19 +16378,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1170[1] { + if yyq1175[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1176 := z.EncBinary() - _ = yym1176 + yym1181 := z.EncBinary() + _ = yym1181 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1170 || yy2arr1170 { + if yyr1175 || yy2arr1175 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16348,25 +16403,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1177 := z.DecBinary() - _ = yym1177 + yym1182 := z.DecBinary() + _ = yym1182 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1178 := r.ContainerType() - if yyct1178 == codecSelferValueTypeMap1234 { - yyl1178 := r.ReadMapStart() - if yyl1178 == 0 { + yyct1183 := r.ContainerType() + if yyct1183 == codecSelferValueTypeMap1234 { + yyl1183 := r.ReadMapStart() + if yyl1183 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1178, d) + x.codecDecodeSelfFromMap(yyl1183, d) } - } else if yyct1178 == codecSelferValueTypeArray1234 { - yyl1178 := r.ReadArrayStart() - if yyl1178 == 0 { + } else if yyct1183 == codecSelferValueTypeArray1234 { + yyl1183 := r.ReadArrayStart() + if yyl1183 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1178, d) + x.codecDecodeSelfFromArray(yyl1183, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16378,12 +16433,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1179Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1179Slc - var yyhl1179 bool = l >= 0 - for yyj1179 := 0; ; yyj1179++ { - if yyhl1179 { - if yyj1179 >= l { + var yys1184Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1184Slc + var yyhl1184 bool = l >= 0 + for yyj1184 := 0; ; yyj1184++ { + if yyhl1184 { + if yyj1184 >= l { break } } else { @@ -16392,10 +16447,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1179Slc = r.DecodeBytes(yys1179Slc, true, true) - yys1179 := string(yys1179Slc) + yys1184Slc = r.DecodeBytes(yys1184Slc, true, true) + yys1184 := string(yys1184Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1179 { + switch yys1184 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -16409,9 +16464,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1179) - } // end switch yys1179 - } // end for yyj1179 + z.DecStructFieldNotFound(-1, yys1184) + } // end switch yys1184 + } // end for yyj1184 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16419,16 +16474,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1182 int - var yyb1182 bool - var yyhl1182 bool = l >= 0 - yyj1182++ - if yyhl1182 { - yyb1182 = yyj1182 > l + var yyj1187 int + var yyb1187 bool + var yyhl1187 bool = l >= 0 + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1182 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1182 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16438,13 +16493,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1182++ - if yyhl1182 { - yyb1182 = yyj1182 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1182 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1182 { + if yyb1187 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16455,17 +16510,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1182++ - if yyhl1182 { - yyb1182 = yyj1182 > l + yyj1187++ + if yyhl1187 { + yyb1187 = yyj1187 > l } else { - yyb1182 = r.CheckBreak() + yyb1187 = r.CheckBreak() } - if yyb1182 { + if yyb1187 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1182-1, "") + z.DecStructFieldNotFound(yyj1187-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16477,68 +16532,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1185 := z.EncBinary() - _ = yym1185 + yym1190 := z.EncBinary() + _ = yym1190 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1186 := !z.EncBinary() - yy2arr1186 := z.EncBasicHandle().StructToArray - var yyq1186 [1]bool - _, _, _ = yysep1186, yyq1186, yy2arr1186 - const yyr1186 bool = false - yyq1186[0] = true - var yynn1186 int - if yyr1186 || yy2arr1186 { + yysep1191 := !z.EncBinary() + yy2arr1191 := z.EncBasicHandle().StructToArray + var yyq1191 [1]bool + _, _, _ = yysep1191, yyq1191, yy2arr1191 + const yyr1191 bool = false + yyq1191[0] = true + var yynn1191 int + if yyr1191 || yy2arr1191 { r.EncodeArrayStart(1) } else { - yynn1186 = 0 - for _, b := range yyq1186 { + yynn1191 = 0 + for _, b := range yyq1191 { if b { - yynn1186++ + yynn1191++ } } - r.EncodeMapStart(yynn1186) - yynn1186 = 0 + r.EncodeMapStart(yynn1191) + yynn1191 = 0 } - if yyr1186 || yy2arr1186 { + if yyr1191 || yy2arr1191 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1186[0] { - yy1188 := &x.StartedAt - yym1189 := z.EncBinary() - _ = yym1189 + if yyq1191[0] { + yy1193 := &x.StartedAt + yym1194 := z.EncBinary() + _ = yym1194 if false { - } else if z.HasExtensions() && z.EncExt(yy1188) { - } else if yym1189 { - z.EncBinaryMarshal(yy1188) - } else if !yym1189 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1188) + } else if z.HasExtensions() && z.EncExt(yy1193) { + } else if yym1194 { + z.EncBinaryMarshal(yy1193) + } else if !yym1194 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1193) } else { - z.EncFallback(yy1188) + z.EncFallback(yy1193) } } else { r.EncodeNil() } } else { - if yyq1186[0] { + if yyq1191[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1190 := &x.StartedAt - yym1191 := z.EncBinary() - _ = yym1191 + yy1195 := &x.StartedAt + yym1196 := z.EncBinary() + _ = yym1196 if false { - } else if z.HasExtensions() && z.EncExt(yy1190) { - } else if yym1191 { - z.EncBinaryMarshal(yy1190) - } else if !yym1191 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1190) + } else if z.HasExtensions() && z.EncExt(yy1195) { + } else if yym1196 { + z.EncBinaryMarshal(yy1195) + } else if !yym1196 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1195) } else { - z.EncFallback(yy1190) + z.EncFallback(yy1195) } } } - if yyr1186 || yy2arr1186 { + if yyr1191 || yy2arr1191 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16551,25 +16606,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1192 := z.DecBinary() - _ = yym1192 + yym1197 := z.DecBinary() + _ = yym1197 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1193 := r.ContainerType() - if yyct1193 == codecSelferValueTypeMap1234 { - yyl1193 := r.ReadMapStart() - if yyl1193 == 0 { + yyct1198 := r.ContainerType() + if yyct1198 == codecSelferValueTypeMap1234 { + yyl1198 := r.ReadMapStart() + if yyl1198 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1193, d) + x.codecDecodeSelfFromMap(yyl1198, d) } - } else if yyct1193 == codecSelferValueTypeArray1234 { - yyl1193 := r.ReadArrayStart() - if yyl1193 == 0 { + } else if yyct1198 == codecSelferValueTypeArray1234 { + yyl1198 := r.ReadArrayStart() + if yyl1198 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1193, d) + x.codecDecodeSelfFromArray(yyl1198, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16581,12 +16636,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1194Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1194Slc - var yyhl1194 bool = l >= 0 - for yyj1194 := 0; ; yyj1194++ { - if yyhl1194 { - if yyj1194 >= l { + var yys1199Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1199Slc + var yyhl1199 bool = l >= 0 + for yyj1199 := 0; ; yyj1199++ { + if yyhl1199 { + if yyj1199 >= l { break } } else { @@ -16595,31 +16650,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1194Slc = r.DecodeBytes(yys1194Slc, true, true) - yys1194 := string(yys1194Slc) + yys1199Slc = r.DecodeBytes(yys1199Slc, true, true) + yys1199 := string(yys1199Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1194 { + switch yys1199 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1195 := &x.StartedAt - yym1196 := z.DecBinary() - _ = yym1196 + yyv1200 := &x.StartedAt + yym1201 := z.DecBinary() + _ = yym1201 if false { - } else if z.HasExtensions() && z.DecExt(yyv1195) { - } else if yym1196 { - z.DecBinaryUnmarshal(yyv1195) - } else if !yym1196 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1195) + } else if z.HasExtensions() && z.DecExt(yyv1200) { + } else if yym1201 { + z.DecBinaryUnmarshal(yyv1200) + } else if !yym1201 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1200) } else { - z.DecFallback(yyv1195, false) + z.DecFallback(yyv1200, false) } } default: - z.DecStructFieldNotFound(-1, yys1194) - } // end switch yys1194 - } // end for yyj1194 + z.DecStructFieldNotFound(-1, yys1199) + } // end switch yys1199 + } // end for yyj1199 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16627,16 +16682,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1197 int - var yyb1197 bool - var yyhl1197 bool = l >= 0 - yyj1197++ - if yyhl1197 { - yyb1197 = yyj1197 > l + var yyj1202 int + var yyb1202 bool + var yyhl1202 bool = l >= 0 + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1197 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1197 { + if yyb1202 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16644,31 +16699,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1198 := &x.StartedAt - yym1199 := z.DecBinary() - _ = yym1199 + yyv1203 := &x.StartedAt + yym1204 := z.DecBinary() + _ = yym1204 if false { - } else if z.HasExtensions() && z.DecExt(yyv1198) { - } else if yym1199 { - z.DecBinaryUnmarshal(yyv1198) - } else if !yym1199 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1198) + } else if z.HasExtensions() && z.DecExt(yyv1203) { + } else if yym1204 { + z.DecBinaryUnmarshal(yyv1203) + } else if !yym1204 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1203) } else { - z.DecFallback(yyv1198, false) + z.DecFallback(yyv1203, false) } } for { - yyj1197++ - if yyhl1197 { - yyb1197 = yyj1197 > l + yyj1202++ + if yyhl1202 { + yyb1202 = yyj1202 > l } else { - yyb1197 = r.CheckBreak() + yyb1202 = r.CheckBreak() } - if yyb1197 { + if yyb1202 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1197-1, "") + z.DecStructFieldNotFound(yyj1202-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16680,39 +16735,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1200 := z.EncBinary() - _ = yym1200 + yym1205 := z.EncBinary() + _ = yym1205 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1201 := !z.EncBinary() - yy2arr1201 := z.EncBasicHandle().StructToArray - var yyq1201 [7]bool - _, _, _ = yysep1201, yyq1201, yy2arr1201 - const yyr1201 bool = false - yyq1201[1] = x.Signal != 0 - yyq1201[2] = x.Reason != "" - yyq1201[3] = x.Message != "" - yyq1201[4] = true - yyq1201[5] = true - yyq1201[6] = x.ContainerID != "" - var yynn1201 int - if yyr1201 || yy2arr1201 { + yysep1206 := !z.EncBinary() + yy2arr1206 := z.EncBasicHandle().StructToArray + var yyq1206 [7]bool + _, _, _ = yysep1206, yyq1206, yy2arr1206 + const yyr1206 bool = false + yyq1206[1] = x.Signal != 0 + yyq1206[2] = x.Reason != "" + yyq1206[3] = x.Message != "" + yyq1206[4] = true + yyq1206[5] = true + yyq1206[6] = x.ContainerID != "" + var yynn1206 int + if yyr1206 || yy2arr1206 { r.EncodeArrayStart(7) } else { - yynn1201 = 1 - for _, b := range yyq1201 { + yynn1206 = 1 + for _, b := range yyq1206 { if b { - yynn1201++ + yynn1206++ } } - r.EncodeMapStart(yynn1201) - yynn1201 = 0 + r.EncodeMapStart(yynn1206) + yynn1206 = 0 } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1203 := z.EncBinary() - _ = yym1203 + yym1208 := z.EncBinary() + _ = yym1208 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -16721,18 +16776,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1204 := z.EncBinary() - _ = yym1204 + yym1209 := z.EncBinary() + _ = yym1209 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[1] { - yym1206 := z.EncBinary() - _ = yym1206 + if yyq1206[1] { + yym1211 := z.EncBinary() + _ = yym1211 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -16741,23 +16796,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1201[1] { + if yyq1206[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1207 := z.EncBinary() - _ = yym1207 + yym1212 := z.EncBinary() + _ = yym1212 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[2] { - yym1209 := z.EncBinary() - _ = yym1209 + if yyq1206[2] { + yym1214 := z.EncBinary() + _ = yym1214 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -16766,23 +16821,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1201[2] { + if yyq1206[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1210 := z.EncBinary() - _ = yym1210 + yym1215 := z.EncBinary() + _ = yym1215 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[3] { - yym1212 := z.EncBinary() - _ = yym1212 + if yyq1206[3] { + yym1217 := z.EncBinary() + _ = yym1217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -16791,59 +16846,22 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1201[3] { + if yyq1206[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1213 := z.EncBinary() - _ = yym1213 + yym1218 := z.EncBinary() + _ = yym1218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[4] { - yy1215 := &x.StartedAt - yym1216 := z.EncBinary() - _ = yym1216 - if false { - } else if z.HasExtensions() && z.EncExt(yy1215) { - } else if yym1216 { - z.EncBinaryMarshal(yy1215) - } else if !yym1216 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1215) - } else { - z.EncFallback(yy1215) - } - } else { - r.EncodeNil() - } - } else { - if yyq1201[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startedAt")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1217 := &x.StartedAt - yym1218 := z.EncBinary() - _ = yym1218 - if false { - } else if z.HasExtensions() && z.EncExt(yy1217) { - } else if yym1218 { - z.EncBinaryMarshal(yy1217) - } else if !yym1218 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1217) - } else { - z.EncFallback(yy1217) - } - } - } - if yyr1201 || yy2arr1201 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[5] { - yy1220 := &x.FinishedAt + if yyq1206[4] { + yy1220 := &x.StartedAt yym1221 := z.EncBinary() _ = yym1221 if false { @@ -16859,11 +16877,11 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1201[5] { + if yyq1206[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1222 := &x.FinishedAt + yy1222 := &x.StartedAt yym1223 := z.EncBinary() _ = yym1223 if false { @@ -16877,11 +16895,48 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1201[6] { - yym1225 := z.EncBinary() - _ = yym1225 + if yyq1206[5] { + yy1225 := &x.FinishedAt + yym1226 := z.EncBinary() + _ = yym1226 + if false { + } else if z.HasExtensions() && z.EncExt(yy1225) { + } else if yym1226 { + z.EncBinaryMarshal(yy1225) + } else if !yym1226 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1225) + } else { + z.EncFallback(yy1225) + } + } else { + r.EncodeNil() + } + } else { + if yyq1206[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1227 := &x.FinishedAt + yym1228 := z.EncBinary() + _ = yym1228 + if false { + } else if z.HasExtensions() && z.EncExt(yy1227) { + } else if yym1228 { + z.EncBinaryMarshal(yy1227) + } else if !yym1228 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1227) + } else { + z.EncFallback(yy1227) + } + } + } + if yyr1206 || yy2arr1206 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1206[6] { + yym1230 := z.EncBinary() + _ = yym1230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -16890,19 +16945,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1201[6] { + if yyq1206[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1226 := z.EncBinary() - _ = yym1226 + yym1231 := z.EncBinary() + _ = yym1231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1201 || yy2arr1201 { + if yyr1206 || yy2arr1206 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16915,25 +16970,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1227 := z.DecBinary() - _ = yym1227 + yym1232 := z.DecBinary() + _ = yym1232 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1228 := r.ContainerType() - if yyct1228 == codecSelferValueTypeMap1234 { - yyl1228 := r.ReadMapStart() - if yyl1228 == 0 { + yyct1233 := r.ContainerType() + if yyct1233 == codecSelferValueTypeMap1234 { + yyl1233 := r.ReadMapStart() + if yyl1233 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1228, d) + x.codecDecodeSelfFromMap(yyl1233, d) } - } else if yyct1228 == codecSelferValueTypeArray1234 { - yyl1228 := r.ReadArrayStart() - if yyl1228 == 0 { + } else if yyct1233 == codecSelferValueTypeArray1234 { + yyl1233 := r.ReadArrayStart() + if yyl1233 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1228, d) + x.codecDecodeSelfFromArray(yyl1233, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16945,12 +17000,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1229Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1229Slc - var yyhl1229 bool = l >= 0 - for yyj1229 := 0; ; yyj1229++ { - if yyhl1229 { - if yyj1229 >= l { + var yys1234Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1234Slc + var yyhl1234 bool = l >= 0 + for yyj1234 := 0; ; yyj1234++ { + if yyhl1234 { + if yyj1234 >= l { break } } else { @@ -16959,10 +17014,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1229Slc = r.DecodeBytes(yys1229Slc, true, true) - yys1229 := string(yys1229Slc) + yys1234Slc = r.DecodeBytes(yys1234Slc, true, true) + yys1234 := string(yys1234Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1229 { + switch yys1234 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -16991,34 +17046,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1234 := &x.StartedAt - yym1235 := z.DecBinary() - _ = yym1235 + yyv1239 := &x.StartedAt + yym1240 := z.DecBinary() + _ = yym1240 if false { - } else if z.HasExtensions() && z.DecExt(yyv1234) { - } else if yym1235 { - z.DecBinaryUnmarshal(yyv1234) - } else if !yym1235 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1234) + } else if z.HasExtensions() && z.DecExt(yyv1239) { + } else if yym1240 { + z.DecBinaryUnmarshal(yyv1239) + } else if !yym1240 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1239) } else { - z.DecFallback(yyv1234, false) + z.DecFallback(yyv1239, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1236 := &x.FinishedAt - yym1237 := z.DecBinary() - _ = yym1237 + yyv1241 := &x.FinishedAt + yym1242 := z.DecBinary() + _ = yym1242 if false { - } else if z.HasExtensions() && z.DecExt(yyv1236) { - } else if yym1237 { - z.DecBinaryUnmarshal(yyv1236) - } else if !yym1237 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1236) + } else if z.HasExtensions() && z.DecExt(yyv1241) { + } else if yym1242 { + z.DecBinaryUnmarshal(yyv1241) + } else if !yym1242 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1241) } else { - z.DecFallback(yyv1236, false) + z.DecFallback(yyv1241, false) } } case "containerID": @@ -17028,9 +17083,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1229) - } // end switch yys1229 - } // end for yyj1229 + z.DecStructFieldNotFound(-1, yys1234) + } // end switch yys1234 + } // end for yyj1234 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17038,16 +17093,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1239 int - var yyb1239 bool - var yyhl1239 bool = l >= 0 - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + var yyj1244 int + var yyb1244 bool + var yyhl1244 bool = l >= 0 + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17057,13 +17112,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17073,13 +17128,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17089,13 +17144,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17105,13 +17160,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17119,26 +17174,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1244 := &x.StartedAt - yym1245 := z.DecBinary() - _ = yym1245 + yyv1249 := &x.StartedAt + yym1250 := z.DecBinary() + _ = yym1250 if false { - } else if z.HasExtensions() && z.DecExt(yyv1244) { - } else if yym1245 { - z.DecBinaryUnmarshal(yyv1244) - } else if !yym1245 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1244) + } else if z.HasExtensions() && z.DecExt(yyv1249) { + } else if yym1250 { + z.DecBinaryUnmarshal(yyv1249) + } else if !yym1250 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1249) } else { - z.DecFallback(yyv1244, false) + z.DecFallback(yyv1249, false) } } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17146,26 +17201,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1246 := &x.FinishedAt - yym1247 := z.DecBinary() - _ = yym1247 + yyv1251 := &x.FinishedAt + yym1252 := z.DecBinary() + _ = yym1252 if false { - } else if z.HasExtensions() && z.DecExt(yyv1246) { - } else if yym1247 { - z.DecBinaryUnmarshal(yyv1246) - } else if !yym1247 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1246) + } else if z.HasExtensions() && z.DecExt(yyv1251) { + } else if yym1252 { + z.DecBinaryUnmarshal(yyv1251) + } else if !yym1252 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1251) } else { - z.DecFallback(yyv1246, false) + z.DecFallback(yyv1251, false) } } - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17176,17 +17231,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1239++ - if yyhl1239 { - yyb1239 = yyj1239 > l + yyj1244++ + if yyhl1244 { + yyb1244 = yyj1244 > l } else { - yyb1239 = r.CheckBreak() + yyb1244 = r.CheckBreak() } - if yyb1239 { + if yyb1244 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1239-1, "") + z.DecStructFieldNotFound(yyj1244-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17198,35 +17253,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1249 := z.EncBinary() - _ = yym1249 + yym1254 := z.EncBinary() + _ = yym1254 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1250 := !z.EncBinary() - yy2arr1250 := z.EncBasicHandle().StructToArray - var yyq1250 [3]bool - _, _, _ = yysep1250, yyq1250, yy2arr1250 - const yyr1250 bool = false - yyq1250[0] = x.Waiting != nil - yyq1250[1] = x.Running != nil - yyq1250[2] = x.Terminated != nil - var yynn1250 int - if yyr1250 || yy2arr1250 { + yysep1255 := !z.EncBinary() + yy2arr1255 := z.EncBasicHandle().StructToArray + var yyq1255 [3]bool + _, _, _ = yysep1255, yyq1255, yy2arr1255 + const yyr1255 bool = false + yyq1255[0] = x.Waiting != nil + yyq1255[1] = x.Running != nil + yyq1255[2] = x.Terminated != nil + var yynn1255 int + if yyr1255 || yy2arr1255 { r.EncodeArrayStart(3) } else { - yynn1250 = 0 - for _, b := range yyq1250 { + yynn1255 = 0 + for _, b := range yyq1255 { if b { - yynn1250++ + yynn1255++ } } - r.EncodeMapStart(yynn1250) - yynn1250 = 0 + r.EncodeMapStart(yynn1255) + yynn1255 = 0 } - if yyr1250 || yy2arr1250 { + if yyr1255 || yy2arr1255 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[0] { + if yyq1255[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -17236,7 +17291,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1250[0] { + if yyq1255[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17247,9 +17302,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1250 || yy2arr1250 { + if yyr1255 || yy2arr1255 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[1] { + if yyq1255[1] { if x.Running == nil { r.EncodeNil() } else { @@ -17259,7 +17314,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1250[1] { + if yyq1255[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17270,9 +17325,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1250 || yy2arr1250 { + if yyr1255 || yy2arr1255 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1250[2] { + if yyq1255[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -17282,7 +17337,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1250[2] { + if yyq1255[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17293,7 +17348,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1250 || yy2arr1250 { + if yyr1255 || yy2arr1255 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17306,25 +17361,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1254 := z.DecBinary() - _ = yym1254 + yym1259 := z.DecBinary() + _ = yym1259 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1255 := r.ContainerType() - if yyct1255 == codecSelferValueTypeMap1234 { - yyl1255 := r.ReadMapStart() - if yyl1255 == 0 { + yyct1260 := r.ContainerType() + if yyct1260 == codecSelferValueTypeMap1234 { + yyl1260 := r.ReadMapStart() + if yyl1260 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1255, d) + x.codecDecodeSelfFromMap(yyl1260, d) } - } else if yyct1255 == codecSelferValueTypeArray1234 { - yyl1255 := r.ReadArrayStart() - if yyl1255 == 0 { + } else if yyct1260 == codecSelferValueTypeArray1234 { + yyl1260 := r.ReadArrayStart() + if yyl1260 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1255, d) + x.codecDecodeSelfFromArray(yyl1260, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17336,12 +17391,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1256Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1256Slc - var yyhl1256 bool = l >= 0 - for yyj1256 := 0; ; yyj1256++ { - if yyhl1256 { - if yyj1256 >= l { + var yys1261Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1261Slc + var yyhl1261 bool = l >= 0 + for yyj1261 := 0; ; yyj1261++ { + if yyhl1261 { + if yyj1261 >= l { break } } else { @@ -17350,10 +17405,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1256Slc = r.DecodeBytes(yys1256Slc, true, true) - yys1256 := string(yys1256Slc) + yys1261Slc = r.DecodeBytes(yys1261Slc, true, true) + yys1261 := string(yys1261Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1256 { + switch yys1261 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -17388,9 +17443,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1256) - } // end switch yys1256 - } // end for yyj1256 + z.DecStructFieldNotFound(-1, yys1261) + } // end switch yys1261 + } // end for yyj1261 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17398,16 +17453,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1260 int - var yyb1260 bool - var yyhl1260 bool = l >= 0 - yyj1260++ - if yyhl1260 { - yyb1260 = yyj1260 > l + var yyj1265 int + var yyb1265 bool + var yyhl1265 bool = l >= 0 + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1260 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1260 { + if yyb1265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17422,13 +17477,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1260++ - if yyhl1260 { - yyb1260 = yyj1260 > l + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1260 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1260 { + if yyb1265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17443,13 +17498,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1260++ - if yyhl1260 { - yyb1260 = yyj1260 > l + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1260 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1260 { + if yyb1265 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17465,17 +17520,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1260++ - if yyhl1260 { - yyb1260 = yyj1260 > l + yyj1265++ + if yyhl1265 { + yyb1265 = yyj1265 > l } else { - yyb1260 = r.CheckBreak() + yyb1265 = r.CheckBreak() } - if yyb1260 { + if yyb1265 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1260-1, "") + z.DecStructFieldNotFound(yyj1265-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17487,36 +17542,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1264 := z.EncBinary() - _ = yym1264 + yym1269 := z.EncBinary() + _ = yym1269 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1265 := !z.EncBinary() - yy2arr1265 := z.EncBasicHandle().StructToArray - var yyq1265 [8]bool - _, _, _ = yysep1265, yyq1265, yy2arr1265 - const yyr1265 bool = false - yyq1265[1] = true - yyq1265[2] = true - yyq1265[7] = x.ContainerID != "" - var yynn1265 int - if yyr1265 || yy2arr1265 { + yysep1270 := !z.EncBinary() + yy2arr1270 := z.EncBasicHandle().StructToArray + var yyq1270 [8]bool + _, _, _ = yysep1270, yyq1270, yy2arr1270 + const yyr1270 bool = false + yyq1270[1] = true + yyq1270[2] = true + yyq1270[7] = x.ContainerID != "" + var yynn1270 int + if yyr1270 || yy2arr1270 { r.EncodeArrayStart(8) } else { - yynn1265 = 5 - for _, b := range yyq1265 { + yynn1270 = 5 + for _, b := range yyq1270 { if b { - yynn1265++ + yynn1270++ } } - r.EncodeMapStart(yynn1265) - yynn1265 = 0 + r.EncodeMapStart(yynn1270) + yynn1270 = 0 } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1267 := z.EncBinary() - _ = yym1267 + yym1272 := z.EncBinary() + _ = yym1272 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17525,51 +17580,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1268 := z.EncBinary() - _ = yym1268 + yym1273 := z.EncBinary() + _ = yym1273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1265[1] { - yy1270 := &x.State - yy1270.CodecEncodeSelf(e) + if yyq1270[1] { + yy1275 := &x.State + yy1275.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1265[1] { + if yyq1270[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1271 := &x.State - yy1271.CodecEncodeSelf(e) + yy1276 := &x.State + yy1276.CodecEncodeSelf(e) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1265[2] { - yy1273 := &x.LastTerminationState - yy1273.CodecEncodeSelf(e) + if yyq1270[2] { + yy1278 := &x.LastTerminationState + yy1278.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1265[2] { + if yyq1270[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1274 := &x.LastTerminationState - yy1274.CodecEncodeSelf(e) + yy1279 := &x.LastTerminationState + yy1279.CodecEncodeSelf(e) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1276 := z.EncBinary() - _ = yym1276 + yym1281 := z.EncBinary() + _ = yym1281 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -17578,17 +17633,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1277 := z.EncBinary() - _ = yym1277 + yym1282 := z.EncBinary() + _ = yym1282 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1279 := z.EncBinary() - _ = yym1279 + yym1284 := z.EncBinary() + _ = yym1284 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -17597,17 +17652,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1280 := z.EncBinary() - _ = yym1280 + yym1285 := z.EncBinary() + _ = yym1285 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1282 := z.EncBinary() - _ = yym1282 + yym1287 := z.EncBinary() + _ = yym1287 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -17616,17 +17671,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1283 := z.EncBinary() - _ = yym1283 + yym1288 := z.EncBinary() + _ = yym1288 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1285 := z.EncBinary() - _ = yym1285 + yym1290 := z.EncBinary() + _ = yym1290 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -17635,18 +17690,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1286 := z.EncBinary() - _ = yym1286 + yym1291 := z.EncBinary() + _ = yym1291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1265[7] { - yym1288 := z.EncBinary() - _ = yym1288 + if yyq1270[7] { + yym1293 := z.EncBinary() + _ = yym1293 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -17655,19 +17710,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1265[7] { + if yyq1270[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1289 := z.EncBinary() - _ = yym1289 + yym1294 := z.EncBinary() + _ = yym1294 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17680,25 +17735,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1290 := z.DecBinary() - _ = yym1290 + yym1295 := z.DecBinary() + _ = yym1295 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1291 := r.ContainerType() - if yyct1291 == codecSelferValueTypeMap1234 { - yyl1291 := r.ReadMapStart() - if yyl1291 == 0 { + yyct1296 := r.ContainerType() + if yyct1296 == codecSelferValueTypeMap1234 { + yyl1296 := r.ReadMapStart() + if yyl1296 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1291, d) + x.codecDecodeSelfFromMap(yyl1296, d) } - } else if yyct1291 == codecSelferValueTypeArray1234 { - yyl1291 := r.ReadArrayStart() - if yyl1291 == 0 { + } else if yyct1296 == codecSelferValueTypeArray1234 { + yyl1296 := r.ReadArrayStart() + if yyl1296 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1291, d) + x.codecDecodeSelfFromArray(yyl1296, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17710,12 +17765,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1292Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1292Slc - var yyhl1292 bool = l >= 0 - for yyj1292 := 0; ; yyj1292++ { - if yyhl1292 { - if yyj1292 >= l { + var yys1297Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1297Slc + var yyhl1297 bool = l >= 0 + for yyj1297 := 0; ; yyj1297++ { + if yyhl1297 { + if yyj1297 >= l { break } } else { @@ -17724,10 +17779,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1292Slc = r.DecodeBytes(yys1292Slc, true, true) - yys1292 := string(yys1292Slc) + yys1297Slc = r.DecodeBytes(yys1297Slc, true, true) + yys1297 := string(yys1297Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1292 { + switch yys1297 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17738,15 +17793,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1294 := &x.State - yyv1294.CodecDecodeSelf(d) + yyv1299 := &x.State + yyv1299.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1295 := &x.LastTerminationState - yyv1295.CodecDecodeSelf(d) + yyv1300 := &x.LastTerminationState + yyv1300.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -17779,9 +17834,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1292) - } // end switch yys1292 - } // end for yyj1292 + z.DecStructFieldNotFound(-1, yys1297) + } // end switch yys1297 + } // end for yyj1297 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17789,16 +17844,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1301 int - var yyb1301 bool - var yyhl1301 bool = l >= 0 - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + var yyj1306 int + var yyb1306 bool + var yyhl1306 bool = l >= 0 + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17808,13 +17863,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17822,16 +17877,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1303 := &x.State - yyv1303.CodecDecodeSelf(d) + yyv1308 := &x.State + yyv1308.CodecDecodeSelf(d) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17839,16 +17894,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1304 := &x.LastTerminationState - yyv1304.CodecDecodeSelf(d) + yyv1309 := &x.LastTerminationState + yyv1309.CodecDecodeSelf(d) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17858,13 +17913,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17874,13 +17929,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17890,13 +17945,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17906,13 +17961,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17923,17 +17978,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1301++ - if yyhl1301 { - yyb1301 = yyj1301 > l + yyj1306++ + if yyhl1306 { + yyb1306 = yyj1306 > l } else { - yyb1301 = r.CheckBreak() + yyb1306 = r.CheckBreak() } - if yyb1301 { + if yyb1306 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1301-1, "") + z.DecStructFieldNotFound(yyj1306-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17942,8 +17997,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1310 := z.EncBinary() - _ = yym1310 + yym1315 := z.EncBinary() + _ = yym1315 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17955,8 +18010,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1311 := z.DecBinary() - _ = yym1311 + yym1316 := z.DecBinary() + _ = yym1316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17968,8 +18023,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1312 := z.EncBinary() - _ = yym1312 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -17981,8 +18036,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1313 := z.DecBinary() - _ = yym1313 + yym1318 := z.DecBinary() + _ = yym1318 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -17997,34 +18052,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1314 := z.EncBinary() - _ = yym1314 + yym1319 := z.EncBinary() + _ = yym1319 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1315 := !z.EncBinary() - yy2arr1315 := z.EncBasicHandle().StructToArray - var yyq1315 [6]bool - _, _, _ = yysep1315, yyq1315, yy2arr1315 - const yyr1315 bool = false - yyq1315[2] = true - yyq1315[3] = true - yyq1315[4] = x.Reason != "" - yyq1315[5] = x.Message != "" - var yynn1315 int - if yyr1315 || yy2arr1315 { + yysep1320 := !z.EncBinary() + yy2arr1320 := z.EncBasicHandle().StructToArray + var yyq1320 [6]bool + _, _, _ = yysep1320, yyq1320, yy2arr1320 + const yyr1320 bool = false + yyq1320[2] = true + yyq1320[3] = true + yyq1320[4] = x.Reason != "" + yyq1320[5] = x.Message != "" + var yynn1320 int + if yyr1320 || yy2arr1320 { r.EncodeArrayStart(6) } else { - yynn1315 = 2 - for _, b := range yyq1315 { + yynn1320 = 2 + for _, b := range yyq1320 { if b { - yynn1315++ + yynn1320++ } } - r.EncodeMapStart(yynn1315) - yynn1315 = 0 + r.EncodeMapStart(yynn1320) + yynn1320 = 0 } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -18033,7 +18088,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -18042,47 +18097,10 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1315[2] { - yy1319 := &x.LastProbeTime - yym1320 := z.EncBinary() - _ = yym1320 - if false { - } else if z.HasExtensions() && z.EncExt(yy1319) { - } else if yym1320 { - z.EncBinaryMarshal(yy1319) - } else if !yym1320 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1319) - } else { - z.EncFallback(yy1319) - } - } else { - r.EncodeNil() - } - } else { - if yyq1315[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1321 := &x.LastProbeTime - yym1322 := z.EncBinary() - _ = yym1322 - if false { - } else if z.HasExtensions() && z.EncExt(yy1321) { - } else if yym1322 { - z.EncBinaryMarshal(yy1321) - } else if !yym1322 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1321) - } else { - z.EncFallback(yy1321) - } - } - } - if yyr1315 || yy2arr1315 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1315[3] { - yy1324 := &x.LastTransitionTime + if yyq1320[2] { + yy1324 := &x.LastProbeTime yym1325 := z.EncBinary() _ = yym1325 if false { @@ -18098,11 +18116,11 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1315[3] { + if yyq1320[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1326 := &x.LastTransitionTime + yy1326 := &x.LastProbeTime yym1327 := z.EncBinary() _ = yym1327 if false { @@ -18116,36 +18134,73 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1315[4] { - yym1329 := z.EncBinary() - _ = yym1329 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1315[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq1320[3] { + yy1329 := &x.LastTransitionTime yym1330 := z.EncBinary() _ = yym1330 if false { + } else if z.HasExtensions() && z.EncExt(yy1329) { + } else if yym1330 { + z.EncBinaryMarshal(yy1329) + } else if !yym1330 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1329) + } else { + z.EncFallback(yy1329) + } + } else { + r.EncodeNil() + } + } else { + if yyq1320[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1331 := &x.LastTransitionTime + yym1332 := z.EncBinary() + _ = yym1332 + if false { + } else if z.HasExtensions() && z.EncExt(yy1331) { + } else if yym1332 { + z.EncBinaryMarshal(yy1331) + } else if !yym1332 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1331) + } else { + z.EncFallback(yy1331) + } + } + } + if yyr1320 || yy2arr1320 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1320[4] { + yym1334 := z.EncBinary() + _ = yym1334 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1320[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1335 := z.EncBinary() + _ = yym1335 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1315[5] { - yym1332 := z.EncBinary() - _ = yym1332 + if yyq1320[5] { + yym1337 := z.EncBinary() + _ = yym1337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -18154,19 +18209,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1315[5] { + if yyq1320[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1333 := z.EncBinary() - _ = yym1333 + yym1338 := z.EncBinary() + _ = yym1338 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1315 || yy2arr1315 { + if yyr1320 || yy2arr1320 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18179,25 +18234,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1334 := z.DecBinary() - _ = yym1334 + yym1339 := z.DecBinary() + _ = yym1339 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1335 := r.ContainerType() - if yyct1335 == codecSelferValueTypeMap1234 { - yyl1335 := r.ReadMapStart() - if yyl1335 == 0 { + yyct1340 := r.ContainerType() + if yyct1340 == codecSelferValueTypeMap1234 { + yyl1340 := r.ReadMapStart() + if yyl1340 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1335, d) + x.codecDecodeSelfFromMap(yyl1340, d) } - } else if yyct1335 == codecSelferValueTypeArray1234 { - yyl1335 := r.ReadArrayStart() - if yyl1335 == 0 { + } else if yyct1340 == codecSelferValueTypeArray1234 { + yyl1340 := r.ReadArrayStart() + if yyl1340 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1335, d) + x.codecDecodeSelfFromArray(yyl1340, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18209,12 +18264,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1336Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1336Slc - var yyhl1336 bool = l >= 0 - for yyj1336 := 0; ; yyj1336++ { - if yyhl1336 { - if yyj1336 >= l { + var yys1341Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1341Slc + var yyhl1341 bool = l >= 0 + for yyj1341 := 0; ; yyj1341++ { + if yyhl1341 { + if yyj1341 >= l { break } } else { @@ -18223,10 +18278,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1336Slc = r.DecodeBytes(yys1336Slc, true, true) - yys1336 := string(yys1336Slc) + yys1341Slc = r.DecodeBytes(yys1341Slc, true, true) + yys1341 := string(yys1341Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1336 { + switch yys1341 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -18243,34 +18298,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1339 := &x.LastProbeTime - yym1340 := z.DecBinary() - _ = yym1340 + yyv1344 := &x.LastProbeTime + yym1345 := z.DecBinary() + _ = yym1345 if false { - } else if z.HasExtensions() && z.DecExt(yyv1339) { - } else if yym1340 { - z.DecBinaryUnmarshal(yyv1339) - } else if !yym1340 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1339) + } else if z.HasExtensions() && z.DecExt(yyv1344) { + } else if yym1345 { + z.DecBinaryUnmarshal(yyv1344) + } else if !yym1345 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1344) } else { - z.DecFallback(yyv1339, false) + z.DecFallback(yyv1344, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1341 := &x.LastTransitionTime - yym1342 := z.DecBinary() - _ = yym1342 + yyv1346 := &x.LastTransitionTime + yym1347 := z.DecBinary() + _ = yym1347 if false { - } else if z.HasExtensions() && z.DecExt(yyv1341) { - } else if yym1342 { - z.DecBinaryUnmarshal(yyv1341) - } else if !yym1342 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1341) + } else if z.HasExtensions() && z.DecExt(yyv1346) { + } else if yym1347 { + z.DecBinaryUnmarshal(yyv1346) + } else if !yym1347 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1346) } else { - z.DecFallback(yyv1341, false) + z.DecFallback(yyv1346, false) } } case "reason": @@ -18286,9 +18341,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1336) - } // end switch yys1336 - } // end for yyj1336 + z.DecStructFieldNotFound(-1, yys1341) + } // end switch yys1341 + } // end for yyj1341 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18296,16 +18351,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1345 int - var yyb1345 bool - var yyhl1345 bool = l >= 0 - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + var yyj1350 int + var yyb1350 bool + var yyhl1350 bool = l >= 0 + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18315,13 +18370,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18331,13 +18386,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18345,26 +18400,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1348 := &x.LastProbeTime - yym1349 := z.DecBinary() - _ = yym1349 + yyv1353 := &x.LastProbeTime + yym1354 := z.DecBinary() + _ = yym1354 if false { - } else if z.HasExtensions() && z.DecExt(yyv1348) { - } else if yym1349 { - z.DecBinaryUnmarshal(yyv1348) - } else if !yym1349 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1348) + } else if z.HasExtensions() && z.DecExt(yyv1353) { + } else if yym1354 { + z.DecBinaryUnmarshal(yyv1353) + } else if !yym1354 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1353) } else { - z.DecFallback(yyv1348, false) + z.DecFallback(yyv1353, false) } } - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18372,26 +18427,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1350 := &x.LastTransitionTime - yym1351 := z.DecBinary() - _ = yym1351 + yyv1355 := &x.LastTransitionTime + yym1356 := z.DecBinary() + _ = yym1356 if false { - } else if z.HasExtensions() && z.DecExt(yyv1350) { - } else if yym1351 { - z.DecBinaryUnmarshal(yyv1350) - } else if !yym1351 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1350) + } else if z.HasExtensions() && z.DecExt(yyv1355) { + } else if yym1356 { + z.DecBinaryUnmarshal(yyv1355) + } else if !yym1356 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1355) } else { - z.DecFallback(yyv1350, false) + z.DecFallback(yyv1355, false) } } - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18401,13 +18456,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18418,17 +18473,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1345++ - if yyhl1345 { - yyb1345 = yyj1345 > l + yyj1350++ + if yyhl1350 { + yyb1350 = yyj1350 > l } else { - yyb1345 = r.CheckBreak() + yyb1350 = r.CheckBreak() } - if yyb1345 { + if yyb1350 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1345-1, "") + z.DecStructFieldNotFound(yyj1350-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18437,8 +18492,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1354 := z.EncBinary() - _ = yym1354 + yym1359 := z.EncBinary() + _ = yym1359 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18450,8 +18505,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1355 := z.DecBinary() - _ = yym1355 + yym1360 := z.DecBinary() + _ = yym1360 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18463,8 +18518,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1356 := z.EncBinary() - _ = yym1356 + yym1361 := z.EncBinary() + _ = yym1361 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18476,8 +18531,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1357 := z.DecBinary() - _ = yym1357 + yym1362 := z.DecBinary() + _ = yym1362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18492,51 +18547,51 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1358 := z.EncBinary() - _ = yym1358 + yym1363 := z.EncBinary() + _ = yym1363 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1359 := !z.EncBinary() - yy2arr1359 := z.EncBasicHandle().StructToArray - var yyq1359 [15]bool - _, _, _ = yysep1359, yyq1359, yy2arr1359 - const yyr1359 bool = false - yyq1359[0] = len(x.Volumes) != 0 - yyq1359[2] = x.RestartPolicy != "" - yyq1359[3] = x.TerminationGracePeriodSeconds != nil - yyq1359[4] = x.ActiveDeadlineSeconds != nil - yyq1359[5] = x.DNSPolicy != "" - yyq1359[6] = len(x.NodeSelector) != 0 - yyq1359[7] = x.ServiceAccountName != "" - yyq1359[8] = x.DeprecatedServiceAccount != "" - yyq1359[9] = x.NodeName != "" - yyq1359[10] = x.HostNetwork != false - yyq1359[11] = x.HostPID != false - yyq1359[12] = x.HostIPC != false - yyq1359[13] = x.SecurityContext != nil - yyq1359[14] = len(x.ImagePullSecrets) != 0 - var yynn1359 int - if yyr1359 || yy2arr1359 { + yysep1364 := !z.EncBinary() + yy2arr1364 := z.EncBasicHandle().StructToArray + var yyq1364 [15]bool + _, _, _ = yysep1364, yyq1364, yy2arr1364 + const yyr1364 bool = false + yyq1364[0] = len(x.Volumes) != 0 + yyq1364[2] = x.RestartPolicy != "" + yyq1364[3] = x.TerminationGracePeriodSeconds != nil + yyq1364[4] = x.ActiveDeadlineSeconds != nil + yyq1364[5] = x.DNSPolicy != "" + yyq1364[6] = len(x.NodeSelector) != 0 + yyq1364[7] = x.ServiceAccountName != "" + yyq1364[8] = x.DeprecatedServiceAccount != "" + yyq1364[9] = x.NodeName != "" + yyq1364[10] = x.HostNetwork != false + yyq1364[11] = x.HostPID != false + yyq1364[12] = x.HostIPC != false + yyq1364[13] = x.SecurityContext != nil + yyq1364[14] = len(x.ImagePullSecrets) != 0 + var yynn1364 int + if yyr1364 || yy2arr1364 { r.EncodeArrayStart(15) } else { - yynn1359 = 1 - for _, b := range yyq1359 { + yynn1364 = 1 + for _, b := range yyq1364 { if b { - yynn1359++ + yynn1364++ } } - r.EncodeMapStart(yynn1359) - yynn1359 = 0 + r.EncodeMapStart(yynn1364) + yynn1364 = 0 } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[0] { + if yyq1364[0] { if x.Volumes == nil { r.EncodeNil() } else { - yym1361 := z.EncBinary() - _ = yym1361 + yym1366 := z.EncBinary() + _ = yym1366 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -18546,15 +18601,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1359[0] { + if yyq1364[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1362 := z.EncBinary() - _ = yym1362 + yym1367 := z.EncBinary() + _ = yym1367 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -18562,13 +18617,13 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1364 := z.EncBinary() - _ = yym1364 + yym1369 := z.EncBinary() + _ = yym1369 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -18581,71 +18636,36 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1365 := z.EncBinary() - _ = yym1365 + yym1370 := z.EncBinary() + _ = yym1370 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[2] { + if yyq1364[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1359[2] { + if yyq1364[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[3] { + if yyq1364[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1368 := *x.TerminationGracePeriodSeconds - yym1369 := z.EncBinary() - _ = yym1369 - if false { - } else { - r.EncodeInt(int64(yy1368)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1359[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TerminationGracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy1370 := *x.TerminationGracePeriodSeconds - yym1371 := z.EncBinary() - _ = yym1371 - if false { - } else { - r.EncodeInt(int64(yy1370)) - } - } - } - } - if yyr1359 || yy2arr1359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[4] { - if x.ActiveDeadlineSeconds == nil { - r.EncodeNil() - } else { - yy1373 := *x.ActiveDeadlineSeconds + yy1373 := *x.TerminationGracePeriodSeconds yym1374 := z.EncBinary() _ = yym1374 if false { @@ -18657,14 +18677,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1359[4] { + if yyq1364[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ActiveDeadlineSeconds == nil { + if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1375 := *x.ActiveDeadlineSeconds + yy1375 := *x.TerminationGracePeriodSeconds yym1376 := z.EncBinary() _ = yym1376 if false { @@ -18674,29 +18694,64 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[5] { + if yyq1364[4] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy1378 := *x.ActiveDeadlineSeconds + yym1379 := z.EncBinary() + _ = yym1379 + if false { + } else { + r.EncodeInt(int64(yy1378)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1364[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy1380 := *x.ActiveDeadlineSeconds + yym1381 := z.EncBinary() + _ = yym1381 + if false { + } else { + r.EncodeInt(int64(yy1380)) + } + } + } + } + if yyr1364 || yy2arr1364 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1364[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1359[5] { + if yyq1364[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[6] { + if yyq1364[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym1379 := z.EncBinary() - _ = yym1379 + yym1384 := z.EncBinary() + _ = yym1384 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -18706,15 +18761,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1359[6] { + if yyq1364[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym1380 := z.EncBinary() - _ = yym1380 + yym1385 := z.EncBinary() + _ = yym1385 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -18722,11 +18777,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[7] { - yym1382 := z.EncBinary() - _ = yym1382 + if yyq1364[7] { + yym1387 := z.EncBinary() + _ = yym1387 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -18735,49 +18790,49 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1359[7] { + if yyq1364[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1383 := z.EncBinary() - _ = yym1383 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) - } - } - } - if yyr1359 || yy2arr1359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[8] { - yym1385 := z.EncBinary() - _ = yym1385 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1359[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1386 := z.EncBinary() - _ = yym1386 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) - } - } - } - if yyr1359 || yy2arr1359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[9] { yym1388 := z.EncBinary() _ = yym1388 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) + } + } + } + if yyr1364 || yy2arr1364 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1364[8] { + yym1390 := z.EncBinary() + _ = yym1390 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1364[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1391 := z.EncBinary() + _ = yym1391 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) + } + } + } + if yyr1364 || yy2arr1364 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1364[9] { + yym1393 := z.EncBinary() + _ = yym1393 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } @@ -18785,23 +18840,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1359[9] { + if yyq1364[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1389 := z.EncBinary() - _ = yym1389 + yym1394 := z.EncBinary() + _ = yym1394 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[10] { - yym1391 := z.EncBinary() - _ = yym1391 + if yyq1364[10] { + yym1396 := z.EncBinary() + _ = yym1396 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -18810,49 +18865,49 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1359[10] { + if yyq1364[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1392 := z.EncBinary() - _ = yym1392 - if false { - } else { - r.EncodeBool(bool(x.HostNetwork)) - } - } - } - if yyr1359 || yy2arr1359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[11] { - yym1394 := z.EncBinary() - _ = yym1394 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1359[11] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1395 := z.EncBinary() - _ = yym1395 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } - } - if yyr1359 || yy2arr1359 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[12] { yym1397 := z.EncBinary() _ = yym1397 if false { + } else { + r.EncodeBool(bool(x.HostNetwork)) + } + } + } + if yyr1364 || yy2arr1364 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1364[11] { + yym1399 := z.EncBinary() + _ = yym1399 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1364[11] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1400 := z.EncBinary() + _ = yym1400 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } + } + if yyr1364 || yy2arr1364 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1364[12] { + yym1402 := z.EncBinary() + _ = yym1402 + if false { } else { r.EncodeBool(bool(x.HostIPC)) } @@ -18860,21 +18915,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1359[12] { + if yyq1364[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1398 := z.EncBinary() - _ = yym1398 + yym1403 := z.EncBinary() + _ = yym1403 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[13] { + if yyq1364[13] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -18884,7 +18939,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1359[13] { + if yyq1364[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -18895,14 +18950,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1359[14] { + if yyq1364[14] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1401 := z.EncBinary() - _ = yym1401 + yym1406 := z.EncBinary() + _ = yym1406 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -18912,15 +18967,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1359[14] { + if yyq1364[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym1402 := z.EncBinary() - _ = yym1402 + yym1407 := z.EncBinary() + _ = yym1407 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -18928,7 +18983,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1359 || yy2arr1359 { + if yyr1364 || yy2arr1364 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18941,25 +18996,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1403 := z.DecBinary() - _ = yym1403 + yym1408 := z.DecBinary() + _ = yym1408 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1404 := r.ContainerType() - if yyct1404 == codecSelferValueTypeMap1234 { - yyl1404 := r.ReadMapStart() - if yyl1404 == 0 { + yyct1409 := r.ContainerType() + if yyct1409 == codecSelferValueTypeMap1234 { + yyl1409 := r.ReadMapStart() + if yyl1409 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1404, d) + x.codecDecodeSelfFromMap(yyl1409, d) } - } else if yyct1404 == codecSelferValueTypeArray1234 { - yyl1404 := r.ReadArrayStart() - if yyl1404 == 0 { + } else if yyct1409 == codecSelferValueTypeArray1234 { + yyl1409 := r.ReadArrayStart() + if yyl1409 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1404, d) + x.codecDecodeSelfFromArray(yyl1409, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18971,12 +19026,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1405Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1405Slc - var yyhl1405 bool = l >= 0 - for yyj1405 := 0; ; yyj1405++ { - if yyhl1405 { - if yyj1405 >= l { + var yys1410Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1410Slc + var yyhl1410 bool = l >= 0 + for yyj1410 := 0; ; yyj1410++ { + if yyhl1410 { + if yyj1410 >= l { break } } else { @@ -18985,32 +19040,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1405Slc = r.DecodeBytes(yys1405Slc, true, true) - yys1405 := string(yys1405Slc) + yys1410Slc = r.DecodeBytes(yys1410Slc, true, true) + yys1410 := string(yys1410Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1405 { + switch yys1410 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1406 := &x.Volumes - yym1407 := z.DecBinary() - _ = yym1407 + yyv1411 := &x.Volumes + yym1412 := z.DecBinary() + _ = yym1412 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1406), d) + h.decSliceVolume((*[]Volume)(yyv1411), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1408 := &x.Containers - yym1409 := z.DecBinary() - _ = yym1409 + yyv1413 := &x.Containers + yym1414 := z.DecBinary() + _ = yym1414 if false { } else { - h.decSliceContainer((*[]Container)(yyv1408), d) + h.decSliceContainer((*[]Container)(yyv1413), d) } } case "restartPolicy": @@ -19028,8 +19083,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1412 := z.DecBinary() - _ = yym1412 + yym1417 := z.DecBinary() + _ = yym1417 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -19044,8 +19099,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1414 := z.DecBinary() - _ = yym1414 + yym1419 := z.DecBinary() + _ = yym1419 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -19061,12 +19116,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1416 := &x.NodeSelector - yym1417 := z.DecBinary() - _ = yym1417 + yyv1421 := &x.NodeSelector + yym1422 := z.DecBinary() + _ = yym1422 if false { } else { - z.F.DecMapStringStringX(yyv1416, false, d) + z.F.DecMapStringStringX(yyv1421, false, d) } } case "serviceAccountName": @@ -19120,18 +19175,18 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1425 := &x.ImagePullSecrets - yym1426 := z.DecBinary() - _ = yym1426 + yyv1430 := &x.ImagePullSecrets + yym1431 := z.DecBinary() + _ = yym1431 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1425), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1430), d) } } default: - z.DecStructFieldNotFound(-1, yys1405) - } // end switch yys1405 - } // end for yyj1405 + z.DecStructFieldNotFound(-1, yys1410) + } // end switch yys1410 + } // end for yyj1410 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19139,16 +19194,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1427 int - var yyb1427 bool - var yyhl1427 bool = l >= 0 - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + var yyj1432 int + var yyb1432 bool + var yyhl1432 bool = l >= 0 + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19156,21 +19211,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv1428 := &x.Volumes - yym1429 := z.DecBinary() - _ = yym1429 + yyv1433 := &x.Volumes + yym1434 := z.DecBinary() + _ = yym1434 if false { } else { - h.decSliceVolume((*[]Volume)(yyv1428), d) + h.decSliceVolume((*[]Volume)(yyv1433), d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19178,21 +19233,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv1430 := &x.Containers - yym1431 := z.DecBinary() - _ = yym1431 + yyv1435 := &x.Containers + yym1436 := z.DecBinary() + _ = yym1436 if false { } else { - h.decSliceContainer((*[]Container)(yyv1430), d) + h.decSliceContainer((*[]Container)(yyv1435), d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19202,13 +19257,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19221,20 +19276,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym1434 := z.DecBinary() - _ = yym1434 + yym1439 := z.DecBinary() + _ = yym1439 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19247,20 +19302,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym1436 := z.DecBinary() - _ = yym1436 + yym1441 := z.DecBinary() + _ = yym1441 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19270,13 +19325,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19284,21 +19339,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv1438 := &x.NodeSelector - yym1439 := z.DecBinary() - _ = yym1439 + yyv1443 := &x.NodeSelector + yym1444 := z.DecBinary() + _ = yym1444 if false { } else { - z.F.DecMapStringStringX(yyv1438, false, d) + z.F.DecMapStringStringX(yyv1443, false, d) } } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19308,13 +19363,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19324,13 +19379,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DeprecatedServiceAccount = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19340,13 +19395,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19356,13 +19411,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19372,13 +19427,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPID = bool(r.DecodeBool()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19388,13 +19443,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIPC = bool(r.DecodeBool()) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19409,13 +19464,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19423,26 +19478,26 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv1447 := &x.ImagePullSecrets - yym1448 := z.DecBinary() - _ = yym1448 + yyv1452 := &x.ImagePullSecrets + yym1453 := z.DecBinary() + _ = yym1453 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1447), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv1452), d) } } for { - yyj1427++ - if yyhl1427 { - yyb1427 = yyj1427 > l + yyj1432++ + if yyhl1432 { + yyb1432 = yyj1432 > l } else { - yyb1427 = r.CheckBreak() + yyb1432 = r.CheckBreak() } - if yyb1427 { + if yyb1432 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1427-1, "") + z.DecStructFieldNotFound(yyj1432-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19454,37 +19509,37 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1449 := z.EncBinary() - _ = yym1449 + yym1454 := z.EncBinary() + _ = yym1454 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1450 := !z.EncBinary() - yy2arr1450 := z.EncBasicHandle().StructToArray - var yyq1450 [5]bool - _, _, _ = yysep1450, yyq1450, yy2arr1450 - const yyr1450 bool = false - yyq1450[0] = x.SELinuxOptions != nil - yyq1450[1] = x.RunAsUser != nil - yyq1450[2] = x.RunAsNonRoot != nil - yyq1450[3] = len(x.SupplementalGroups) != 0 - yyq1450[4] = x.FSGroup != nil - var yynn1450 int - if yyr1450 || yy2arr1450 { + yysep1455 := !z.EncBinary() + yy2arr1455 := z.EncBasicHandle().StructToArray + var yyq1455 [5]bool + _, _, _ = yysep1455, yyq1455, yy2arr1455 + const yyr1455 bool = false + yyq1455[0] = x.SELinuxOptions != nil + yyq1455[1] = x.RunAsUser != nil + yyq1455[2] = x.RunAsNonRoot != nil + yyq1455[3] = len(x.SupplementalGroups) != 0 + yyq1455[4] = x.FSGroup != nil + var yynn1455 int + if yyr1455 || yy2arr1455 { r.EncodeArrayStart(5) } else { - yynn1450 = 0 - for _, b := range yyq1450 { + yynn1455 = 0 + for _, b := range yyq1455 { if b { - yynn1450++ + yynn1455++ } } - r.EncodeMapStart(yynn1450) - yynn1450 = 0 + r.EncodeMapStart(yynn1455) + yynn1455 = 0 } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1450[0] { + if yyq1455[0] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -19494,7 +19549,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1450[0] { + if yyq1455[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19505,84 +19560,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1450[1] { + if yyq1455[1] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy1453 := *x.RunAsUser - yym1454 := z.EncBinary() - _ = yym1454 + yy1458 := *x.RunAsUser + yym1459 := z.EncBinary() + _ = yym1459 if false { } else { - r.EncodeInt(int64(yy1453)) + r.EncodeInt(int64(yy1458)) } } } else { r.EncodeNil() } } else { - if yyq1450[1] { + if yyq1455[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy1455 := *x.RunAsUser - yym1456 := z.EncBinary() - _ = yym1456 + yy1460 := *x.RunAsUser + yym1461 := z.EncBinary() + _ = yym1461 if false { } else { - r.EncodeInt(int64(yy1455)) + r.EncodeInt(int64(yy1460)) } } } } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1450[2] { + if yyq1455[2] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1458 := *x.RunAsNonRoot - yym1459 := z.EncBinary() - _ = yym1459 + yy1463 := *x.RunAsNonRoot + yym1464 := z.EncBinary() + _ = yym1464 if false { } else { - r.EncodeBool(bool(yy1458)) + r.EncodeBool(bool(yy1463)) } } } else { r.EncodeNil() } } else { - if yyq1450[2] { + if yyq1455[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy1460 := *x.RunAsNonRoot - yym1461 := z.EncBinary() - _ = yym1461 + yy1465 := *x.RunAsNonRoot + yym1466 := z.EncBinary() + _ = yym1466 if false { } else { - r.EncodeBool(bool(yy1460)) + r.EncodeBool(bool(yy1465)) } } } } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1450[3] { + if yyq1455[3] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1463 := z.EncBinary() - _ = yym1463 + yym1468 := z.EncBinary() + _ = yym1468 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -19592,15 +19647,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1450[3] { + if yyq1455[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym1464 := z.EncBinary() - _ = yym1464 + yym1469 := z.EncBinary() + _ = yym1469 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -19608,42 +19663,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1450[4] { + if yyq1455[4] { if x.FSGroup == nil { r.EncodeNil() } else { - yy1466 := *x.FSGroup - yym1467 := z.EncBinary() - _ = yym1467 + yy1471 := *x.FSGroup + yym1472 := z.EncBinary() + _ = yym1472 if false { } else { - r.EncodeInt(int64(yy1466)) + r.EncodeInt(int64(yy1471)) } } } else { r.EncodeNil() } } else { - if yyq1450[4] { + if yyq1455[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy1468 := *x.FSGroup - yym1469 := z.EncBinary() - _ = yym1469 + yy1473 := *x.FSGroup + yym1474 := z.EncBinary() + _ = yym1474 if false { } else { - r.EncodeInt(int64(yy1468)) + r.EncodeInt(int64(yy1473)) } } } } - if yyr1450 || yy2arr1450 { + if yyr1455 || yy2arr1455 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19656,25 +19711,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1470 := z.DecBinary() - _ = yym1470 + yym1475 := z.DecBinary() + _ = yym1475 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1471 := r.ContainerType() - if yyct1471 == codecSelferValueTypeMap1234 { - yyl1471 := r.ReadMapStart() - if yyl1471 == 0 { + yyct1476 := r.ContainerType() + if yyct1476 == codecSelferValueTypeMap1234 { + yyl1476 := r.ReadMapStart() + if yyl1476 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1471, d) + x.codecDecodeSelfFromMap(yyl1476, d) } - } else if yyct1471 == codecSelferValueTypeArray1234 { - yyl1471 := r.ReadArrayStart() - if yyl1471 == 0 { + } else if yyct1476 == codecSelferValueTypeArray1234 { + yyl1476 := r.ReadArrayStart() + if yyl1476 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1471, d) + x.codecDecodeSelfFromArray(yyl1476, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19686,12 +19741,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1472Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1472Slc - var yyhl1472 bool = l >= 0 - for yyj1472 := 0; ; yyj1472++ { - if yyhl1472 { - if yyj1472 >= l { + var yys1477Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1477Slc + var yyhl1477 bool = l >= 0 + for yyj1477 := 0; ; yyj1477++ { + if yyhl1477 { + if yyj1477 >= l { break } } else { @@ -19700,10 +19755,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1472Slc = r.DecodeBytes(yys1472Slc, true, true) - yys1472 := string(yys1472Slc) + yys1477Slc = r.DecodeBytes(yys1477Slc, true, true) + yys1477 := string(yys1477Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1472 { + switch yys1477 { case "seLinuxOptions": if r.TryDecodeAsNil() { if x.SELinuxOptions != nil { @@ -19724,8 +19779,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1475 := z.DecBinary() - _ = yym1475 + yym1480 := z.DecBinary() + _ = yym1480 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -19740,8 +19795,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1477 := z.DecBinary() - _ = yym1477 + yym1482 := z.DecBinary() + _ = yym1482 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -19751,12 +19806,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1478 := &x.SupplementalGroups - yym1479 := z.DecBinary() - _ = yym1479 + yyv1483 := &x.SupplementalGroups + yym1484 := z.DecBinary() + _ = yym1484 if false { } else { - z.F.DecSliceInt64X(yyv1478, false, d) + z.F.DecSliceInt64X(yyv1483, false, d) } } case "fsGroup": @@ -19768,17 +19823,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1481 := z.DecBinary() - _ = yym1481 + yym1486 := z.DecBinary() + _ = yym1486 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys1472) - } // end switch yys1472 - } // end for yyj1472 + z.DecStructFieldNotFound(-1, yys1477) + } // end switch yys1477 + } // end for yyj1477 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19786,16 +19841,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1482 int - var yyb1482 bool - var yyhl1482 bool = l >= 0 - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + var yyj1487 int + var yyb1487 bool + var yyhl1487 bool = l >= 0 + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19810,13 +19865,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19829,20 +19884,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym1485 := z.DecBinary() - _ = yym1485 + yym1490 := z.DecBinary() + _ = yym1490 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19855,20 +19910,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym1487 := z.DecBinary() - _ = yym1487 + yym1492 := z.DecBinary() + _ = yym1492 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19876,21 +19931,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv1488 := &x.SupplementalGroups - yym1489 := z.DecBinary() - _ = yym1489 + yyv1493 := &x.SupplementalGroups + yym1494 := z.DecBinary() + _ = yym1494 if false { } else { - z.F.DecSliceInt64X(yyv1488, false, d) + z.F.DecSliceInt64X(yyv1493, false, d) } } - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19903,25 +19958,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym1491 := z.DecBinary() - _ = yym1491 + yym1496 := z.DecBinary() + _ = yym1496 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj1482++ - if yyhl1482 { - yyb1482 = yyj1482 > l + yyj1487++ + if yyhl1487 { + yyb1487 = yyj1487 > l } else { - yyb1482 = r.CheckBreak() + yyb1487 = r.CheckBreak() } - if yyb1482 { + if yyb1487 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1482-1, "") + z.DecStructFieldNotFound(yyj1487-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19933,60 +19988,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1492 := z.EncBinary() - _ = yym1492 + yym1497 := z.EncBinary() + _ = yym1497 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1493 := !z.EncBinary() - yy2arr1493 := z.EncBasicHandle().StructToArray - var yyq1493 [8]bool - _, _, _ = yysep1493, yyq1493, yy2arr1493 - const yyr1493 bool = false - yyq1493[0] = x.Phase != "" - yyq1493[1] = len(x.Conditions) != 0 - yyq1493[2] = x.Message != "" - yyq1493[3] = x.Reason != "" - yyq1493[4] = x.HostIP != "" - yyq1493[5] = x.PodIP != "" - yyq1493[6] = x.StartTime != nil - yyq1493[7] = len(x.ContainerStatuses) != 0 - var yynn1493 int - if yyr1493 || yy2arr1493 { + yysep1498 := !z.EncBinary() + yy2arr1498 := z.EncBasicHandle().StructToArray + var yyq1498 [8]bool + _, _, _ = yysep1498, yyq1498, yy2arr1498 + const yyr1498 bool = false + yyq1498[0] = x.Phase != "" + yyq1498[1] = len(x.Conditions) != 0 + yyq1498[2] = x.Message != "" + yyq1498[3] = x.Reason != "" + yyq1498[4] = x.HostIP != "" + yyq1498[5] = x.PodIP != "" + yyq1498[6] = x.StartTime != nil + yyq1498[7] = len(x.ContainerStatuses) != 0 + var yynn1498 int + if yyr1498 || yy2arr1498 { r.EncodeArrayStart(8) } else { - yynn1493 = 0 - for _, b := range yyq1493 { + yynn1498 = 0 + for _, b := range yyq1498 { if b { - yynn1493++ + yynn1498++ } } - r.EncodeMapStart(yynn1493) - yynn1493 = 0 + r.EncodeMapStart(yynn1498) + yynn1498 = 0 } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[0] { + if yyq1498[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1493[0] { + if yyq1498[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[1] { + if yyq1498[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym1496 := z.EncBinary() - _ = yym1496 + yym1501 := z.EncBinary() + _ = yym1501 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -19996,15 +20051,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1493[1] { + if yyq1498[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym1497 := z.EncBinary() - _ = yym1497 + yym1502 := z.EncBinary() + _ = yym1502 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -20012,11 +20067,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[2] { - yym1499 := z.EncBinary() - _ = yym1499 + if yyq1498[2] { + yym1504 := z.EncBinary() + _ = yym1504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -20025,74 +20080,74 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1493[2] { + if yyq1498[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1500 := z.EncBinary() - _ = yym1500 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr1493 || yy2arr1493 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[3] { - yym1502 := z.EncBinary() - _ = yym1502 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1493[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1503 := z.EncBinary() - _ = yym1503 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr1493 || yy2arr1493 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[4] { yym1505 := z.EncBinary() _ = yym1505 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr1498 || yy2arr1498 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1498[3] { + yym1507 := z.EncBinary() + _ = yym1507 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1493[4] { + if yyq1498[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1506 := z.EncBinary() - _ = yym1506 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr1493 || yy2arr1493 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[5] { yym1508 := z.EncBinary() _ = yym1508 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr1498 || yy2arr1498 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1498[4] { + yym1510 := z.EncBinary() + _ = yym1510 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1498[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1511 := z.EncBinary() + _ = yym1511 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr1498 || yy2arr1498 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1498[5] { + yym1513 := z.EncBinary() + _ = yym1513 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } @@ -20100,31 +20155,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1493[5] { + if yyq1498[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1509 := z.EncBinary() - _ = yym1509 + yym1514 := z.EncBinary() + _ = yym1514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[6] { + if yyq1498[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym1511 := z.EncBinary() - _ = yym1511 + yym1516 := z.EncBinary() + _ = yym1516 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1511 { + } else if yym1516 { z.EncBinaryMarshal(x.StartTime) - } else if !yym1511 && z.IsJSONHandle() { + } else if !yym1516 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -20134,20 +20189,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1493[6] { + if yyq1498[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym1512 := z.EncBinary() - _ = yym1512 + yym1517 := z.EncBinary() + _ = yym1517 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym1512 { + } else if yym1517 { z.EncBinaryMarshal(x.StartTime) - } else if !yym1512 && z.IsJSONHandle() { + } else if !yym1517 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -20155,14 +20210,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1493[7] { + if yyq1498[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym1514 := z.EncBinary() - _ = yym1514 + yym1519 := z.EncBinary() + _ = yym1519 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -20172,15 +20227,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1493[7] { + if yyq1498[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym1515 := z.EncBinary() - _ = yym1515 + yym1520 := z.EncBinary() + _ = yym1520 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -20188,7 +20243,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1493 || yy2arr1493 { + if yyr1498 || yy2arr1498 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20201,25 +20256,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1516 := z.DecBinary() - _ = yym1516 + yym1521 := z.DecBinary() + _ = yym1521 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1517 := r.ContainerType() - if yyct1517 == codecSelferValueTypeMap1234 { - yyl1517 := r.ReadMapStart() - if yyl1517 == 0 { + yyct1522 := r.ContainerType() + if yyct1522 == codecSelferValueTypeMap1234 { + yyl1522 := r.ReadMapStart() + if yyl1522 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1517, d) + x.codecDecodeSelfFromMap(yyl1522, d) } - } else if yyct1517 == codecSelferValueTypeArray1234 { - yyl1517 := r.ReadArrayStart() - if yyl1517 == 0 { + } else if yyct1522 == codecSelferValueTypeArray1234 { + yyl1522 := r.ReadArrayStart() + if yyl1522 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1517, d) + x.codecDecodeSelfFromArray(yyl1522, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20231,12 +20286,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1518Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1518Slc - var yyhl1518 bool = l >= 0 - for yyj1518 := 0; ; yyj1518++ { - if yyhl1518 { - if yyj1518 >= l { + var yys1523Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1523Slc + var yyhl1523 bool = l >= 0 + for yyj1523 := 0; ; yyj1523++ { + if yyhl1523 { + if yyj1523 >= l { break } } else { @@ -20245,10 +20300,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1518Slc = r.DecodeBytes(yys1518Slc, true, true) - yys1518 := string(yys1518Slc) + yys1523Slc = r.DecodeBytes(yys1523Slc, true, true) + yys1523 := string(yys1523Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1518 { + switch yys1523 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -20259,12 +20314,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1520 := &x.Conditions - yym1521 := z.DecBinary() - _ = yym1521 + yyv1525 := &x.Conditions + yym1526 := z.DecBinary() + _ = yym1526 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1520), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1525), d) } } case "message": @@ -20300,13 +20355,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1527 := z.DecBinary() - _ = yym1527 + yym1532 := z.DecBinary() + _ = yym1532 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1527 { + } else if yym1532 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1527 && z.IsJSONHandle() { + } else if !yym1532 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -20316,18 +20371,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1528 := &x.ContainerStatuses - yym1529 := z.DecBinary() - _ = yym1529 + yyv1533 := &x.ContainerStatuses + yym1534 := z.DecBinary() + _ = yym1534 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1528), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1533), d) } } default: - z.DecStructFieldNotFound(-1, yys1518) - } // end switch yys1518 - } // end for yyj1518 + z.DecStructFieldNotFound(-1, yys1523) + } // end switch yys1523 + } // end for yyj1523 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20335,16 +20390,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1530 int - var yyb1530 bool - var yyhl1530 bool = l >= 0 - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + var yyj1535 int + var yyb1535 bool + var yyhl1535 bool = l >= 0 + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20354,13 +20409,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20368,21 +20423,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv1532 := &x.Conditions - yym1533 := z.DecBinary() - _ = yym1533 + yyv1537 := &x.Conditions + yym1538 := z.DecBinary() + _ = yym1538 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv1532), d) + h.decSlicePodCondition((*[]PodCondition)(yyv1537), d) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20392,13 +20447,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20408,13 +20463,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20424,13 +20479,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20440,13 +20495,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20459,25 +20514,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym1539 := z.DecBinary() - _ = yym1539 + yym1544 := z.DecBinary() + _ = yym1544 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym1539 { + } else if yym1544 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym1539 && z.IsJSONHandle() { + } else if !yym1544 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20485,26 +20540,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv1540 := &x.ContainerStatuses - yym1541 := z.DecBinary() - _ = yym1541 + yyv1545 := &x.ContainerStatuses + yym1546 := z.DecBinary() + _ = yym1546 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv1540), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv1545), d) } } for { - yyj1530++ - if yyhl1530 { - yyb1530 = yyj1530 > l + yyj1535++ + if yyhl1535 { + yyb1535 = yyj1535 > l } else { - yyb1530 = r.CheckBreak() + yyb1535 = r.CheckBreak() } - if yyb1530 { + if yyb1535 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1530-1, "") + z.DecStructFieldNotFound(yyj1535-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20516,38 +20571,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1542 := z.EncBinary() - _ = yym1542 + yym1547 := z.EncBinary() + _ = yym1547 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1543 := !z.EncBinary() - yy2arr1543 := z.EncBasicHandle().StructToArray - var yyq1543 [4]bool - _, _, _ = yysep1543, yyq1543, yy2arr1543 - const yyr1543 bool = false - yyq1543[0] = x.Kind != "" - yyq1543[1] = x.APIVersion != "" - yyq1543[2] = true - yyq1543[3] = true - var yynn1543 int - if yyr1543 || yy2arr1543 { + yysep1548 := !z.EncBinary() + yy2arr1548 := z.EncBasicHandle().StructToArray + var yyq1548 [4]bool + _, _, _ = yysep1548, yyq1548, yy2arr1548 + const yyr1548 bool = false + yyq1548[0] = x.Kind != "" + yyq1548[1] = x.APIVersion != "" + yyq1548[2] = true + yyq1548[3] = true + var yynn1548 int + if yyr1548 || yy2arr1548 { r.EncodeArrayStart(4) } else { - yynn1543 = 0 - for _, b := range yyq1543 { + yynn1548 = 0 + for _, b := range yyq1548 { if b { - yynn1543++ + yynn1548++ } } - r.EncodeMapStart(yynn1543) - yynn1543 = 0 + r.EncodeMapStart(yynn1548) + yynn1548 = 0 } - if yyr1543 || yy2arr1543 { + if yyr1548 || yy2arr1548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1543[0] { - yym1545 := z.EncBinary() - _ = yym1545 + if yyq1548[0] { + yym1550 := z.EncBinary() + _ = yym1550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -20556,23 +20611,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1543[0] { + if yyq1548[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1546 := z.EncBinary() - _ = yym1546 + yym1551 := z.EncBinary() + _ = yym1551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1543 || yy2arr1543 { + if yyr1548 || yy2arr1548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1543[1] { - yym1548 := z.EncBinary() - _ = yym1548 + if yyq1548[1] { + yym1553 := z.EncBinary() + _ = yym1553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -20581,53 +20636,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1543[1] { + if yyq1548[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1549 := z.EncBinary() - _ = yym1549 + yym1554 := z.EncBinary() + _ = yym1554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1543 || yy2arr1543 { + if yyr1548 || yy2arr1548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1543[2] { - yy1551 := &x.ObjectMeta - yy1551.CodecEncodeSelf(e) + if yyq1548[2] { + yy1556 := &x.ObjectMeta + yy1556.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1543[2] { + if yyq1548[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1552 := &x.ObjectMeta - yy1552.CodecEncodeSelf(e) + yy1557 := &x.ObjectMeta + yy1557.CodecEncodeSelf(e) } } - if yyr1543 || yy2arr1543 { + if yyr1548 || yy2arr1548 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1543[3] { - yy1554 := &x.Status - yy1554.CodecEncodeSelf(e) + if yyq1548[3] { + yy1559 := &x.Status + yy1559.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1543[3] { + if yyq1548[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1555 := &x.Status - yy1555.CodecEncodeSelf(e) + yy1560 := &x.Status + yy1560.CodecEncodeSelf(e) } } - if yyr1543 || yy2arr1543 { + if yyr1548 || yy2arr1548 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20640,25 +20695,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1556 := z.DecBinary() - _ = yym1556 + yym1561 := z.DecBinary() + _ = yym1561 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1557 := r.ContainerType() - if yyct1557 == codecSelferValueTypeMap1234 { - yyl1557 := r.ReadMapStart() - if yyl1557 == 0 { + yyct1562 := r.ContainerType() + if yyct1562 == codecSelferValueTypeMap1234 { + yyl1562 := r.ReadMapStart() + if yyl1562 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1557, d) + x.codecDecodeSelfFromMap(yyl1562, d) } - } else if yyct1557 == codecSelferValueTypeArray1234 { - yyl1557 := r.ReadArrayStart() - if yyl1557 == 0 { + } else if yyct1562 == codecSelferValueTypeArray1234 { + yyl1562 := r.ReadArrayStart() + if yyl1562 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1557, d) + x.codecDecodeSelfFromArray(yyl1562, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20670,12 +20725,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1558Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1558Slc - var yyhl1558 bool = l >= 0 - for yyj1558 := 0; ; yyj1558++ { - if yyhl1558 { - if yyj1558 >= l { + var yys1563Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1563Slc + var yyhl1563 bool = l >= 0 + for yyj1563 := 0; ; yyj1563++ { + if yyhl1563 { + if yyj1563 >= l { break } } else { @@ -20684,10 +20739,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1558Slc = r.DecodeBytes(yys1558Slc, true, true) - yys1558 := string(yys1558Slc) + yys1563Slc = r.DecodeBytes(yys1563Slc, true, true) + yys1563 := string(yys1563Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1558 { + switch yys1563 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -20704,20 +20759,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1561 := &x.ObjectMeta - yyv1561.CodecDecodeSelf(d) + yyv1566 := &x.ObjectMeta + yyv1566.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1562 := &x.Status - yyv1562.CodecDecodeSelf(d) + yyv1567 := &x.Status + yyv1567.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1558) - } // end switch yys1558 - } // end for yyj1558 + z.DecStructFieldNotFound(-1, yys1563) + } // end switch yys1563 + } // end for yyj1563 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20725,16 +20780,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1563 int - var yyb1563 bool - var yyhl1563 bool = l >= 0 - yyj1563++ - if yyhl1563 { - yyb1563 = yyj1563 > l + var yyj1568 int + var yyb1568 bool + var yyhl1568 bool = l >= 0 + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1563 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1563 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20744,13 +20799,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1563++ - if yyhl1563 { - yyb1563 = yyj1563 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1563 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1563 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20760,13 +20815,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1563++ - if yyhl1563 { - yyb1563 = yyj1563 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1563 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1563 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20774,16 +20829,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1566 := &x.ObjectMeta - yyv1566.CodecDecodeSelf(d) + yyv1571 := &x.ObjectMeta + yyv1571.CodecDecodeSelf(d) } - yyj1563++ - if yyhl1563 { - yyb1563 = yyj1563 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1563 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1563 { + if yyb1568 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20791,21 +20846,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1567 := &x.Status - yyv1567.CodecDecodeSelf(d) + yyv1572 := &x.Status + yyv1572.CodecDecodeSelf(d) } for { - yyj1563++ - if yyhl1563 { - yyb1563 = yyj1563 > l + yyj1568++ + if yyhl1568 { + yyb1568 = yyj1568 > l } else { - yyb1563 = r.CheckBreak() + yyb1568 = r.CheckBreak() } - if yyb1563 { + if yyb1568 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1563-1, "") + z.DecStructFieldNotFound(yyj1568-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20817,39 +20872,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1568 := z.EncBinary() - _ = yym1568 + yym1573 := z.EncBinary() + _ = yym1573 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1569 := !z.EncBinary() - yy2arr1569 := z.EncBasicHandle().StructToArray - var yyq1569 [5]bool - _, _, _ = yysep1569, yyq1569, yy2arr1569 - const yyr1569 bool = false - yyq1569[0] = x.Kind != "" - yyq1569[1] = x.APIVersion != "" - yyq1569[2] = true - yyq1569[3] = true - yyq1569[4] = true - var yynn1569 int - if yyr1569 || yy2arr1569 { + yysep1574 := !z.EncBinary() + yy2arr1574 := z.EncBasicHandle().StructToArray + var yyq1574 [5]bool + _, _, _ = yysep1574, yyq1574, yy2arr1574 + const yyr1574 bool = false + yyq1574[0] = x.Kind != "" + yyq1574[1] = x.APIVersion != "" + yyq1574[2] = true + yyq1574[3] = true + yyq1574[4] = true + var yynn1574 int + if yyr1574 || yy2arr1574 { r.EncodeArrayStart(5) } else { - yynn1569 = 0 - for _, b := range yyq1569 { + yynn1574 = 0 + for _, b := range yyq1574 { if b { - yynn1569++ + yynn1574++ } } - r.EncodeMapStart(yynn1569) - yynn1569 = 0 + r.EncodeMapStart(yynn1574) + yynn1574 = 0 } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1569[0] { - yym1571 := z.EncBinary() - _ = yym1571 + if yyq1574[0] { + yym1576 := z.EncBinary() + _ = yym1576 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -20858,23 +20913,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1569[0] { + if yyq1574[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1572 := z.EncBinary() - _ = yym1572 + yym1577 := z.EncBinary() + _ = yym1577 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1569[1] { - yym1574 := z.EncBinary() - _ = yym1574 + if yyq1574[1] { + yym1579 := z.EncBinary() + _ = yym1579 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -20883,70 +20938,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1569[1] { + if yyq1574[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1575 := z.EncBinary() - _ = yym1575 + yym1580 := z.EncBinary() + _ = yym1580 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1569[2] { - yy1577 := &x.ObjectMeta - yy1577.CodecEncodeSelf(e) + if yyq1574[2] { + yy1582 := &x.ObjectMeta + yy1582.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1569[2] { + if yyq1574[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1578 := &x.ObjectMeta - yy1578.CodecEncodeSelf(e) + yy1583 := &x.ObjectMeta + yy1583.CodecEncodeSelf(e) } } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1569[3] { - yy1580 := &x.Spec - yy1580.CodecEncodeSelf(e) + if yyq1574[3] { + yy1585 := &x.Spec + yy1585.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1569[3] { + if yyq1574[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1581 := &x.Spec - yy1581.CodecEncodeSelf(e) + yy1586 := &x.Spec + yy1586.CodecEncodeSelf(e) } } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1569[4] { - yy1583 := &x.Status - yy1583.CodecEncodeSelf(e) + if yyq1574[4] { + yy1588 := &x.Status + yy1588.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1569[4] { + if yyq1574[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1584 := &x.Status - yy1584.CodecEncodeSelf(e) + yy1589 := &x.Status + yy1589.CodecEncodeSelf(e) } } - if yyr1569 || yy2arr1569 { + if yyr1574 || yy2arr1574 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20959,25 +21014,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1585 := z.DecBinary() - _ = yym1585 + yym1590 := z.DecBinary() + _ = yym1590 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1586 := r.ContainerType() - if yyct1586 == codecSelferValueTypeMap1234 { - yyl1586 := r.ReadMapStart() - if yyl1586 == 0 { + yyct1591 := r.ContainerType() + if yyct1591 == codecSelferValueTypeMap1234 { + yyl1591 := r.ReadMapStart() + if yyl1591 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1586, d) + x.codecDecodeSelfFromMap(yyl1591, d) } - } else if yyct1586 == codecSelferValueTypeArray1234 { - yyl1586 := r.ReadArrayStart() - if yyl1586 == 0 { + } else if yyct1591 == codecSelferValueTypeArray1234 { + yyl1591 := r.ReadArrayStart() + if yyl1591 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1586, d) + x.codecDecodeSelfFromArray(yyl1591, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20989,12 +21044,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1587Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1587Slc - var yyhl1587 bool = l >= 0 - for yyj1587 := 0; ; yyj1587++ { - if yyhl1587 { - if yyj1587 >= l { + var yys1592Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1592Slc + var yyhl1592 bool = l >= 0 + for yyj1592 := 0; ; yyj1592++ { + if yyhl1592 { + if yyj1592 >= l { break } } else { @@ -21003,10 +21058,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1587Slc = r.DecodeBytes(yys1587Slc, true, true) - yys1587 := string(yys1587Slc) + yys1592Slc = r.DecodeBytes(yys1592Slc, true, true) + yys1592 := string(yys1592Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1587 { + switch yys1592 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21023,27 +21078,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1590 := &x.ObjectMeta - yyv1590.CodecDecodeSelf(d) + yyv1595 := &x.ObjectMeta + yyv1595.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1591 := &x.Spec - yyv1591.CodecDecodeSelf(d) + yyv1596 := &x.Spec + yyv1596.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1592 := &x.Status - yyv1592.CodecDecodeSelf(d) + yyv1597 := &x.Status + yyv1597.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1587) - } // end switch yys1587 - } // end for yyj1587 + z.DecStructFieldNotFound(-1, yys1592) + } // end switch yys1592 + } // end for yyj1592 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21051,16 +21106,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1593 int - var yyb1593 bool - var yyhl1593 bool = l >= 0 - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + var yyj1598 int + var yyb1598 bool + var yyhl1598 bool = l >= 0 + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21070,13 +21125,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21086,13 +21141,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21100,16 +21155,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1596 := &x.ObjectMeta - yyv1596.CodecDecodeSelf(d) + yyv1601 := &x.ObjectMeta + yyv1601.CodecDecodeSelf(d) } - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21117,16 +21172,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1597 := &x.Spec - yyv1597.CodecDecodeSelf(d) + yyv1602 := &x.Spec + yyv1602.CodecDecodeSelf(d) } - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21134,21 +21189,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv1598 := &x.Status - yyv1598.CodecDecodeSelf(d) + yyv1603 := &x.Status + yyv1603.CodecDecodeSelf(d) } for { - yyj1593++ - if yyhl1593 { - yyb1593 = yyj1593 > l + yyj1598++ + if yyhl1598 { + yyb1598 = yyj1598 > l } else { - yyb1593 = r.CheckBreak() + yyb1598 = r.CheckBreak() } - if yyb1593 { + if yyb1598 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1593-1, "") + z.DecStructFieldNotFound(yyj1598-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21160,37 +21215,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1599 := z.EncBinary() - _ = yym1599 + yym1604 := z.EncBinary() + _ = yym1604 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1600 := !z.EncBinary() - yy2arr1600 := z.EncBasicHandle().StructToArray - var yyq1600 [4]bool - _, _, _ = yysep1600, yyq1600, yy2arr1600 - const yyr1600 bool = false - yyq1600[0] = x.Kind != "" - yyq1600[1] = x.APIVersion != "" - yyq1600[2] = true - var yynn1600 int - if yyr1600 || yy2arr1600 { + yysep1605 := !z.EncBinary() + yy2arr1605 := z.EncBasicHandle().StructToArray + var yyq1605 [4]bool + _, _, _ = yysep1605, yyq1605, yy2arr1605 + const yyr1605 bool = false + yyq1605[0] = x.Kind != "" + yyq1605[1] = x.APIVersion != "" + yyq1605[2] = true + var yynn1605 int + if yyr1605 || yy2arr1605 { r.EncodeArrayStart(4) } else { - yynn1600 = 1 - for _, b := range yyq1600 { + yynn1605 = 1 + for _, b := range yyq1605 { if b { - yynn1600++ + yynn1605++ } } - r.EncodeMapStart(yynn1600) - yynn1600 = 0 + r.EncodeMapStart(yynn1605) + yynn1605 = 0 } - if yyr1600 || yy2arr1600 { + if yyr1605 || yy2arr1605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[0] { - yym1602 := z.EncBinary() - _ = yym1602 + if yyq1605[0] { + yym1607 := z.EncBinary() + _ = yym1607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21199,23 +21254,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1600[0] { + if yyq1605[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1603 := z.EncBinary() - _ = yym1603 + yym1608 := z.EncBinary() + _ = yym1608 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1600 || yy2arr1600 { + if yyr1605 || yy2arr1605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[1] { - yym1605 := z.EncBinary() - _ = yym1605 + if yyq1605[1] { + yym1610 := z.EncBinary() + _ = yym1610 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21224,54 +21279,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1600[1] { + if yyq1605[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1606 := z.EncBinary() - _ = yym1606 + yym1611 := z.EncBinary() + _ = yym1611 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1600 || yy2arr1600 { + if yyr1605 || yy2arr1605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1600[2] { - yy1608 := &x.ListMeta - yym1609 := z.EncBinary() - _ = yym1609 + if yyq1605[2] { + yy1613 := &x.ListMeta + yym1614 := z.EncBinary() + _ = yym1614 if false { - } else if z.HasExtensions() && z.EncExt(yy1608) { + } else if z.HasExtensions() && z.EncExt(yy1613) { } else { - z.EncFallback(yy1608) + z.EncFallback(yy1613) } } else { r.EncodeNil() } } else { - if yyq1600[2] { + if yyq1605[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1610 := &x.ListMeta - yym1611 := z.EncBinary() - _ = yym1611 + yy1615 := &x.ListMeta + yym1616 := z.EncBinary() + _ = yym1616 if false { - } else if z.HasExtensions() && z.EncExt(yy1610) { + } else if z.HasExtensions() && z.EncExt(yy1615) { } else { - z.EncFallback(yy1610) + z.EncFallback(yy1615) } } } - if yyr1600 || yy2arr1600 { + if yyr1605 || yy2arr1605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1613 := z.EncBinary() - _ = yym1613 + yym1618 := z.EncBinary() + _ = yym1618 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -21284,15 +21339,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1614 := z.EncBinary() - _ = yym1614 + yym1619 := z.EncBinary() + _ = yym1619 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1600 || yy2arr1600 { + if yyr1605 || yy2arr1605 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21305,25 +21360,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1615 := z.DecBinary() - _ = yym1615 + yym1620 := z.DecBinary() + _ = yym1620 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1616 := r.ContainerType() - if yyct1616 == codecSelferValueTypeMap1234 { - yyl1616 := r.ReadMapStart() - if yyl1616 == 0 { + yyct1621 := r.ContainerType() + if yyct1621 == codecSelferValueTypeMap1234 { + yyl1621 := r.ReadMapStart() + if yyl1621 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1616, d) + x.codecDecodeSelfFromMap(yyl1621, d) } - } else if yyct1616 == codecSelferValueTypeArray1234 { - yyl1616 := r.ReadArrayStart() - if yyl1616 == 0 { + } else if yyct1621 == codecSelferValueTypeArray1234 { + yyl1621 := r.ReadArrayStart() + if yyl1621 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1616, d) + x.codecDecodeSelfFromArray(yyl1621, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21335,12 +21390,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1617Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1617Slc - var yyhl1617 bool = l >= 0 - for yyj1617 := 0; ; yyj1617++ { - if yyhl1617 { - if yyj1617 >= l { + var yys1622Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1622Slc + var yyhl1622 bool = l >= 0 + for yyj1622 := 0; ; yyj1622++ { + if yyhl1622 { + if yyj1622 >= l { break } } else { @@ -21349,10 +21404,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1617Slc = r.DecodeBytes(yys1617Slc, true, true) - yys1617 := string(yys1617Slc) + yys1622Slc = r.DecodeBytes(yys1622Slc, true, true) + yys1622 := string(yys1622Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1617 { + switch yys1622 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21369,31 +21424,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1620 := &x.ListMeta - yym1621 := z.DecBinary() - _ = yym1621 + yyv1625 := &x.ListMeta + yym1626 := z.DecBinary() + _ = yym1626 if false { - } else if z.HasExtensions() && z.DecExt(yyv1620) { + } else if z.HasExtensions() && z.DecExt(yyv1625) { } else { - z.DecFallback(yyv1620, false) + z.DecFallback(yyv1625, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1622 := &x.Items - yym1623 := z.DecBinary() - _ = yym1623 + yyv1627 := &x.Items + yym1628 := z.DecBinary() + _ = yym1628 if false { } else { - h.decSlicePod((*[]Pod)(yyv1622), d) + h.decSlicePod((*[]Pod)(yyv1627), d) } } default: - z.DecStructFieldNotFound(-1, yys1617) - } // end switch yys1617 - } // end for yyj1617 + z.DecStructFieldNotFound(-1, yys1622) + } // end switch yys1622 + } // end for yyj1622 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21401,16 +21456,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1624 int - var yyb1624 bool - var yyhl1624 bool = l >= 0 - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + var yyj1629 int + var yyb1629 bool + var yyhl1629 bool = l >= 0 + yyj1629++ + if yyhl1629 { + yyb1629 = yyj1629 > l } else { - yyb1624 = r.CheckBreak() + yyb1629 = r.CheckBreak() } - if yyb1624 { + if yyb1629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21420,13 +21475,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1629++ + if yyhl1629 { + yyb1629 = yyj1629 > l } else { - yyb1624 = r.CheckBreak() + yyb1629 = r.CheckBreak() } - if yyb1624 { + if yyb1629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21436,13 +21491,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1629++ + if yyhl1629 { + yyb1629 = yyj1629 > l } else { - yyb1624 = r.CheckBreak() + yyb1629 = r.CheckBreak() } - if yyb1624 { + if yyb1629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21450,22 +21505,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1627 := &x.ListMeta - yym1628 := z.DecBinary() - _ = yym1628 + yyv1632 := &x.ListMeta + yym1633 := z.DecBinary() + _ = yym1633 if false { - } else if z.HasExtensions() && z.DecExt(yyv1627) { + } else if z.HasExtensions() && z.DecExt(yyv1632) { } else { - z.DecFallback(yyv1627, false) + z.DecFallback(yyv1632, false) } } - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1629++ + if yyhl1629 { + yyb1629 = yyj1629 > l } else { - yyb1624 = r.CheckBreak() + yyb1629 = r.CheckBreak() } - if yyb1624 { + if yyb1629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21473,26 +21528,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1629 := &x.Items - yym1630 := z.DecBinary() - _ = yym1630 + yyv1634 := &x.Items + yym1635 := z.DecBinary() + _ = yym1635 if false { } else { - h.decSlicePod((*[]Pod)(yyv1629), d) + h.decSlicePod((*[]Pod)(yyv1634), d) } } for { - yyj1624++ - if yyhl1624 { - yyb1624 = yyj1624 > l + yyj1629++ + if yyhl1629 { + yyb1629 = yyj1629 > l } else { - yyb1624 = r.CheckBreak() + yyb1629 = r.CheckBreak() } - if yyb1624 { + if yyb1629 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1624-1, "") + z.DecStructFieldNotFound(yyj1629-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21504,66 +21559,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1631 := z.EncBinary() - _ = yym1631 + yym1636 := z.EncBinary() + _ = yym1636 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1632 := !z.EncBinary() - yy2arr1632 := z.EncBasicHandle().StructToArray - var yyq1632 [2]bool - _, _, _ = yysep1632, yyq1632, yy2arr1632 - const yyr1632 bool = false - yyq1632[0] = true - yyq1632[1] = true - var yynn1632 int - if yyr1632 || yy2arr1632 { + yysep1637 := !z.EncBinary() + yy2arr1637 := z.EncBasicHandle().StructToArray + var yyq1637 [2]bool + _, _, _ = yysep1637, yyq1637, yy2arr1637 + const yyr1637 bool = false + yyq1637[0] = true + yyq1637[1] = true + var yynn1637 int + if yyr1637 || yy2arr1637 { r.EncodeArrayStart(2) } else { - yynn1632 = 0 - for _, b := range yyq1632 { + yynn1637 = 0 + for _, b := range yyq1637 { if b { - yynn1632++ + yynn1637++ } } - r.EncodeMapStart(yynn1632) - yynn1632 = 0 + r.EncodeMapStart(yynn1637) + yynn1637 = 0 } - if yyr1632 || yy2arr1632 { + if yyr1637 || yy2arr1637 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[0] { - yy1634 := &x.ObjectMeta - yy1634.CodecEncodeSelf(e) + if yyq1637[0] { + yy1639 := &x.ObjectMeta + yy1639.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1632[0] { + if yyq1637[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1635 := &x.ObjectMeta - yy1635.CodecEncodeSelf(e) + yy1640 := &x.ObjectMeta + yy1640.CodecEncodeSelf(e) } } - if yyr1632 || yy2arr1632 { + if yyr1637 || yy2arr1637 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1632[1] { - yy1637 := &x.Spec - yy1637.CodecEncodeSelf(e) + if yyq1637[1] { + yy1642 := &x.Spec + yy1642.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1632[1] { + if yyq1637[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1638 := &x.Spec - yy1638.CodecEncodeSelf(e) + yy1643 := &x.Spec + yy1643.CodecEncodeSelf(e) } } - if yyr1632 || yy2arr1632 { + if yyr1637 || yy2arr1637 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21576,25 +21631,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1639 := z.DecBinary() - _ = yym1639 + yym1644 := z.DecBinary() + _ = yym1644 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1640 := r.ContainerType() - if yyct1640 == codecSelferValueTypeMap1234 { - yyl1640 := r.ReadMapStart() - if yyl1640 == 0 { + yyct1645 := r.ContainerType() + if yyct1645 == codecSelferValueTypeMap1234 { + yyl1645 := r.ReadMapStart() + if yyl1645 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1640, d) + x.codecDecodeSelfFromMap(yyl1645, d) } - } else if yyct1640 == codecSelferValueTypeArray1234 { - yyl1640 := r.ReadArrayStart() - if yyl1640 == 0 { + } else if yyct1645 == codecSelferValueTypeArray1234 { + yyl1645 := r.ReadArrayStart() + if yyl1645 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1640, d) + x.codecDecodeSelfFromArray(yyl1645, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21606,12 +21661,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1641Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1641Slc - var yyhl1641 bool = l >= 0 - for yyj1641 := 0; ; yyj1641++ { - if yyhl1641 { - if yyj1641 >= l { + var yys1646Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1646Slc + var yyhl1646 bool = l >= 0 + for yyj1646 := 0; ; yyj1646++ { + if yyhl1646 { + if yyj1646 >= l { break } } else { @@ -21620,28 +21675,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1641Slc = r.DecodeBytes(yys1641Slc, true, true) - yys1641 := string(yys1641Slc) + yys1646Slc = r.DecodeBytes(yys1646Slc, true, true) + yys1646 := string(yys1646Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1641 { + switch yys1646 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1642 := &x.ObjectMeta - yyv1642.CodecDecodeSelf(d) + yyv1647 := &x.ObjectMeta + yyv1647.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1643 := &x.Spec - yyv1643.CodecDecodeSelf(d) + yyv1648 := &x.Spec + yyv1648.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1641) - } // end switch yys1641 - } // end for yyj1641 + z.DecStructFieldNotFound(-1, yys1646) + } // end switch yys1646 + } // end for yyj1646 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21649,16 +21704,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1644 int - var yyb1644 bool - var yyhl1644 bool = l >= 0 - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + var yyj1649 int + var yyb1649 bool + var yyhl1649 bool = l >= 0 + yyj1649++ + if yyhl1649 { + yyb1649 = yyj1649 > l } else { - yyb1644 = r.CheckBreak() + yyb1649 = r.CheckBreak() } - if yyb1644 { + if yyb1649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21666,16 +21721,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1645 := &x.ObjectMeta - yyv1645.CodecDecodeSelf(d) + yyv1650 := &x.ObjectMeta + yyv1650.CodecDecodeSelf(d) } - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + yyj1649++ + if yyhl1649 { + yyb1649 = yyj1649 > l } else { - yyb1644 = r.CheckBreak() + yyb1649 = r.CheckBreak() } - if yyb1644 { + if yyb1649 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21683,21 +21738,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv1646 := &x.Spec - yyv1646.CodecDecodeSelf(d) + yyv1651 := &x.Spec + yyv1651.CodecDecodeSelf(d) } for { - yyj1644++ - if yyhl1644 { - yyb1644 = yyj1644 > l + yyj1649++ + if yyhl1649 { + yyb1649 = yyj1649 > l } else { - yyb1644 = r.CheckBreak() + yyb1649 = r.CheckBreak() } - if yyb1644 { + if yyb1649 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1644-1, "") + z.DecStructFieldNotFound(yyj1649-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21709,38 +21764,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1647 := z.EncBinary() - _ = yym1647 + yym1652 := z.EncBinary() + _ = yym1652 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1648 := !z.EncBinary() - yy2arr1648 := z.EncBasicHandle().StructToArray - var yyq1648 [4]bool - _, _, _ = yysep1648, yyq1648, yy2arr1648 - const yyr1648 bool = false - yyq1648[0] = x.Kind != "" - yyq1648[1] = x.APIVersion != "" - yyq1648[2] = true - yyq1648[3] = true - var yynn1648 int - if yyr1648 || yy2arr1648 { + yysep1653 := !z.EncBinary() + yy2arr1653 := z.EncBasicHandle().StructToArray + var yyq1653 [4]bool + _, _, _ = yysep1653, yyq1653, yy2arr1653 + const yyr1653 bool = false + yyq1653[0] = x.Kind != "" + yyq1653[1] = x.APIVersion != "" + yyq1653[2] = true + yyq1653[3] = true + var yynn1653 int + if yyr1653 || yy2arr1653 { r.EncodeArrayStart(4) } else { - yynn1648 = 0 - for _, b := range yyq1648 { + yynn1653 = 0 + for _, b := range yyq1653 { if b { - yynn1648++ + yynn1653++ } } - r.EncodeMapStart(yynn1648) - yynn1648 = 0 + r.EncodeMapStart(yynn1653) + yynn1653 = 0 } - if yyr1648 || yy2arr1648 { + if yyr1653 || yy2arr1653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1648[0] { - yym1650 := z.EncBinary() - _ = yym1650 + if yyq1653[0] { + yym1655 := z.EncBinary() + _ = yym1655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -21749,23 +21804,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1648[0] { + if yyq1653[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1651 := z.EncBinary() - _ = yym1651 + yym1656 := z.EncBinary() + _ = yym1656 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1648 || yy2arr1648 { + if yyr1653 || yy2arr1653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1648[1] { - yym1653 := z.EncBinary() - _ = yym1653 + if yyq1653[1] { + yym1658 := z.EncBinary() + _ = yym1658 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -21774,53 +21829,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1648[1] { + if yyq1653[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1654 := z.EncBinary() - _ = yym1654 + yym1659 := z.EncBinary() + _ = yym1659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1648 || yy2arr1648 { + if yyr1653 || yy2arr1653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1648[2] { - yy1656 := &x.ObjectMeta - yy1656.CodecEncodeSelf(e) + if yyq1653[2] { + yy1661 := &x.ObjectMeta + yy1661.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1648[2] { + if yyq1653[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1657 := &x.ObjectMeta - yy1657.CodecEncodeSelf(e) + yy1662 := &x.ObjectMeta + yy1662.CodecEncodeSelf(e) } } - if yyr1648 || yy2arr1648 { + if yyr1653 || yy2arr1653 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1648[3] { - yy1659 := &x.Template - yy1659.CodecEncodeSelf(e) + if yyq1653[3] { + yy1664 := &x.Template + yy1664.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1648[3] { + if yyq1653[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1660 := &x.Template - yy1660.CodecEncodeSelf(e) + yy1665 := &x.Template + yy1665.CodecEncodeSelf(e) } } - if yyr1648 || yy2arr1648 { + if yyr1653 || yy2arr1653 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21833,25 +21888,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1661 := z.DecBinary() - _ = yym1661 + yym1666 := z.DecBinary() + _ = yym1666 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1662 := r.ContainerType() - if yyct1662 == codecSelferValueTypeMap1234 { - yyl1662 := r.ReadMapStart() - if yyl1662 == 0 { + yyct1667 := r.ContainerType() + if yyct1667 == codecSelferValueTypeMap1234 { + yyl1667 := r.ReadMapStart() + if yyl1667 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1662, d) + x.codecDecodeSelfFromMap(yyl1667, d) } - } else if yyct1662 == codecSelferValueTypeArray1234 { - yyl1662 := r.ReadArrayStart() - if yyl1662 == 0 { + } else if yyct1667 == codecSelferValueTypeArray1234 { + yyl1667 := r.ReadArrayStart() + if yyl1667 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1662, d) + x.codecDecodeSelfFromArray(yyl1667, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21863,12 +21918,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1663Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1663Slc - var yyhl1663 bool = l >= 0 - for yyj1663 := 0; ; yyj1663++ { - if yyhl1663 { - if yyj1663 >= l { + var yys1668Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1668Slc + var yyhl1668 bool = l >= 0 + for yyj1668 := 0; ; yyj1668++ { + if yyhl1668 { + if yyj1668 >= l { break } } else { @@ -21877,10 +21932,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1663Slc = r.DecodeBytes(yys1663Slc, true, true) - yys1663 := string(yys1663Slc) + yys1668Slc = r.DecodeBytes(yys1668Slc, true, true) + yys1668 := string(yys1668Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1663 { + switch yys1668 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -21897,20 +21952,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1666 := &x.ObjectMeta - yyv1666.CodecDecodeSelf(d) + yyv1671 := &x.ObjectMeta + yyv1671.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1667 := &x.Template - yyv1667.CodecDecodeSelf(d) + yyv1672 := &x.Template + yyv1672.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1663) - } // end switch yys1663 - } // end for yyj1663 + z.DecStructFieldNotFound(-1, yys1668) + } // end switch yys1668 + } // end for yyj1668 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21918,16 +21973,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1668 int - var yyb1668 bool - var yyhl1668 bool = l >= 0 - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + var yyj1673 int + var yyb1673 bool + var yyhl1673 bool = l >= 0 + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21937,13 +21992,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21953,13 +22008,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21967,16 +22022,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1671 := &x.ObjectMeta - yyv1671.CodecDecodeSelf(d) + yyv1676 := &x.ObjectMeta + yyv1676.CodecDecodeSelf(d) } - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21984,21 +22039,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv1672 := &x.Template - yyv1672.CodecDecodeSelf(d) + yyv1677 := &x.Template + yyv1677.CodecDecodeSelf(d) } for { - yyj1668++ - if yyhl1668 { - yyb1668 = yyj1668 > l + yyj1673++ + if yyhl1673 { + yyb1673 = yyj1673 > l } else { - yyb1668 = r.CheckBreak() + yyb1673 = r.CheckBreak() } - if yyb1668 { + if yyb1673 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1668-1, "") + z.DecStructFieldNotFound(yyj1673-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22010,37 +22065,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1673 := z.EncBinary() - _ = yym1673 + yym1678 := z.EncBinary() + _ = yym1678 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1674 := !z.EncBinary() - yy2arr1674 := z.EncBasicHandle().StructToArray - var yyq1674 [4]bool - _, _, _ = yysep1674, yyq1674, yy2arr1674 - const yyr1674 bool = false - yyq1674[0] = x.Kind != "" - yyq1674[1] = x.APIVersion != "" - yyq1674[2] = true - var yynn1674 int - if yyr1674 || yy2arr1674 { + yysep1679 := !z.EncBinary() + yy2arr1679 := z.EncBasicHandle().StructToArray + var yyq1679 [4]bool + _, _, _ = yysep1679, yyq1679, yy2arr1679 + const yyr1679 bool = false + yyq1679[0] = x.Kind != "" + yyq1679[1] = x.APIVersion != "" + yyq1679[2] = true + var yynn1679 int + if yyr1679 || yy2arr1679 { r.EncodeArrayStart(4) } else { - yynn1674 = 1 - for _, b := range yyq1674 { + yynn1679 = 1 + for _, b := range yyq1679 { if b { - yynn1674++ + yynn1679++ } } - r.EncodeMapStart(yynn1674) - yynn1674 = 0 + r.EncodeMapStart(yynn1679) + yynn1679 = 0 } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[0] { - yym1676 := z.EncBinary() - _ = yym1676 + if yyq1679[0] { + yym1681 := z.EncBinary() + _ = yym1681 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22049,23 +22104,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1674[0] { + if yyq1679[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1677 := z.EncBinary() - _ = yym1677 + yym1682 := z.EncBinary() + _ = yym1682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[1] { - yym1679 := z.EncBinary() - _ = yym1679 + if yyq1679[1] { + yym1684 := z.EncBinary() + _ = yym1684 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22074,54 +22129,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1674[1] { + if yyq1679[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1680 := z.EncBinary() - _ = yym1680 + yym1685 := z.EncBinary() + _ = yym1685 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[2] { - yy1682 := &x.ListMeta - yym1683 := z.EncBinary() - _ = yym1683 + if yyq1679[2] { + yy1687 := &x.ListMeta + yym1688 := z.EncBinary() + _ = yym1688 if false { - } else if z.HasExtensions() && z.EncExt(yy1682) { + } else if z.HasExtensions() && z.EncExt(yy1687) { } else { - z.EncFallback(yy1682) + z.EncFallback(yy1687) } } else { r.EncodeNil() } } else { - if yyq1674[2] { + if yyq1679[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1684 := &x.ListMeta - yym1685 := z.EncBinary() - _ = yym1685 + yy1689 := &x.ListMeta + yym1690 := z.EncBinary() + _ = yym1690 if false { - } else if z.HasExtensions() && z.EncExt(yy1684) { + } else if z.HasExtensions() && z.EncExt(yy1689) { } else { - z.EncFallback(yy1684) + z.EncFallback(yy1689) } } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1687 := z.EncBinary() - _ = yym1687 + yym1692 := z.EncBinary() + _ = yym1692 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -22134,15 +22189,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1688 := z.EncBinary() - _ = yym1688 + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22155,25 +22210,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1689 := z.DecBinary() - _ = yym1689 + yym1694 := z.DecBinary() + _ = yym1694 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1690 := r.ContainerType() - if yyct1690 == codecSelferValueTypeMap1234 { - yyl1690 := r.ReadMapStart() - if yyl1690 == 0 { + yyct1695 := r.ContainerType() + if yyct1695 == codecSelferValueTypeMap1234 { + yyl1695 := r.ReadMapStart() + if yyl1695 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1690, d) + x.codecDecodeSelfFromMap(yyl1695, d) } - } else if yyct1690 == codecSelferValueTypeArray1234 { - yyl1690 := r.ReadArrayStart() - if yyl1690 == 0 { + } else if yyct1695 == codecSelferValueTypeArray1234 { + yyl1695 := r.ReadArrayStart() + if yyl1695 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1690, d) + x.codecDecodeSelfFromArray(yyl1695, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22185,12 +22240,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1691Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1691Slc - var yyhl1691 bool = l >= 0 - for yyj1691 := 0; ; yyj1691++ { - if yyhl1691 { - if yyj1691 >= l { + var yys1696Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1696Slc + var yyhl1696 bool = l >= 0 + for yyj1696 := 0; ; yyj1696++ { + if yyhl1696 { + if yyj1696 >= l { break } } else { @@ -22199,10 +22254,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1691Slc = r.DecodeBytes(yys1691Slc, true, true) - yys1691 := string(yys1691Slc) + yys1696Slc = r.DecodeBytes(yys1696Slc, true, true) + yys1696 := string(yys1696Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1691 { + switch yys1696 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -22219,31 +22274,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1694 := &x.ListMeta - yym1695 := z.DecBinary() - _ = yym1695 + yyv1699 := &x.ListMeta + yym1700 := z.DecBinary() + _ = yym1700 if false { - } else if z.HasExtensions() && z.DecExt(yyv1694) { + } else if z.HasExtensions() && z.DecExt(yyv1699) { } else { - z.DecFallback(yyv1694, false) + z.DecFallback(yyv1699, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1696 := &x.Items - yym1697 := z.DecBinary() - _ = yym1697 + yyv1701 := &x.Items + yym1702 := z.DecBinary() + _ = yym1702 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1696), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1701), d) } } default: - z.DecStructFieldNotFound(-1, yys1691) - } // end switch yys1691 - } // end for yyj1691 + z.DecStructFieldNotFound(-1, yys1696) + } // end switch yys1696 + } // end for yyj1696 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22251,16 +22306,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1698 int - var yyb1698 bool - var yyhl1698 bool = l >= 0 - yyj1698++ - if yyhl1698 { - yyb1698 = yyj1698 > l + var yyj1703 int + var yyb1703 bool + var yyhl1703 bool = l >= 0 + yyj1703++ + if yyhl1703 { + yyb1703 = yyj1703 > l } else { - yyb1698 = r.CheckBreak() + yyb1703 = r.CheckBreak() } - if yyb1698 { + if yyb1703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22270,13 +22325,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj1698++ - if yyhl1698 { - yyb1698 = yyj1698 > l + yyj1703++ + if yyhl1703 { + yyb1703 = yyj1703 > l } else { - yyb1698 = r.CheckBreak() + yyb1703 = r.CheckBreak() } - if yyb1698 { + if yyb1703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22286,13 +22341,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj1698++ - if yyhl1698 { - yyb1698 = yyj1698 > l + yyj1703++ + if yyhl1703 { + yyb1703 = yyj1703 > l } else { - yyb1698 = r.CheckBreak() + yyb1703 = r.CheckBreak() } - if yyb1698 { + if yyb1703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22300,22 +22355,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1701 := &x.ListMeta - yym1702 := z.DecBinary() - _ = yym1702 + yyv1706 := &x.ListMeta + yym1707 := z.DecBinary() + _ = yym1707 if false { - } else if z.HasExtensions() && z.DecExt(yyv1701) { + } else if z.HasExtensions() && z.DecExt(yyv1706) { } else { - z.DecFallback(yyv1701, false) + z.DecFallback(yyv1706, false) } } - yyj1698++ - if yyhl1698 { - yyb1698 = yyj1698 > l + yyj1703++ + if yyhl1703 { + yyb1703 = yyj1703 > l } else { - yyb1698 = r.CheckBreak() + yyb1703 = r.CheckBreak() } - if yyb1698 { + if yyb1703 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22323,26 +22378,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1703 := &x.Items - yym1704 := z.DecBinary() - _ = yym1704 + yyv1708 := &x.Items + yym1709 := z.DecBinary() + _ = yym1709 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv1703), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv1708), d) } } for { - yyj1698++ - if yyhl1698 { - yyb1698 = yyj1698 > l + yyj1703++ + if yyhl1703 { + yyb1703 = yyj1703 > l } else { - yyb1698 = r.CheckBreak() + yyb1703 = r.CheckBreak() } - if yyb1698 { + if yyb1703 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1698-1, "") + z.DecStructFieldNotFound(yyj1703-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22354,75 +22409,75 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1705 := z.EncBinary() - _ = yym1705 + yym1710 := z.EncBinary() + _ = yym1710 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1706 := !z.EncBinary() - yy2arr1706 := z.EncBasicHandle().StructToArray - var yyq1706 [3]bool - _, _, _ = yysep1706, yyq1706, yy2arr1706 - const yyr1706 bool = false - yyq1706[0] = x.Replicas != nil - yyq1706[1] = len(x.Selector) != 0 - yyq1706[2] = x.Template != nil - var yynn1706 int - if yyr1706 || yy2arr1706 { + yysep1711 := !z.EncBinary() + yy2arr1711 := z.EncBasicHandle().StructToArray + var yyq1711 [3]bool + _, _, _ = yysep1711, yyq1711, yy2arr1711 + const yyr1711 bool = false + yyq1711[0] = x.Replicas != nil + yyq1711[1] = len(x.Selector) != 0 + yyq1711[2] = x.Template != nil + var yynn1711 int + if yyr1711 || yy2arr1711 { r.EncodeArrayStart(3) } else { - yynn1706 = 0 - for _, b := range yyq1706 { + yynn1711 = 0 + for _, b := range yyq1711 { if b { - yynn1706++ + yynn1711++ } } - r.EncodeMapStart(yynn1706) - yynn1706 = 0 + r.EncodeMapStart(yynn1711) + yynn1711 = 0 } - if yyr1706 || yy2arr1706 { + if yyr1711 || yy2arr1711 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1706[0] { + if yyq1711[0] { if x.Replicas == nil { r.EncodeNil() } else { - yy1708 := *x.Replicas - yym1709 := z.EncBinary() - _ = yym1709 + yy1713 := *x.Replicas + yym1714 := z.EncBinary() + _ = yym1714 if false { } else { - r.EncodeInt(int64(yy1708)) + r.EncodeInt(int64(yy1713)) } } } else { r.EncodeNil() } } else { - if yyq1706[0] { + if yyq1711[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Replicas == nil { r.EncodeNil() } else { - yy1710 := *x.Replicas - yym1711 := z.EncBinary() - _ = yym1711 + yy1715 := *x.Replicas + yym1716 := z.EncBinary() + _ = yym1716 if false { } else { - r.EncodeInt(int64(yy1710)) + r.EncodeInt(int64(yy1715)) } } } } - if yyr1706 || yy2arr1706 { + if yyr1711 || yy2arr1711 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1706[1] { + if yyq1711[1] { if x.Selector == nil { r.EncodeNil() } else { - yym1713 := z.EncBinary() - _ = yym1713 + yym1718 := z.EncBinary() + _ = yym1718 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -22432,15 +22487,15 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1706[1] { + if yyq1711[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym1714 := z.EncBinary() - _ = yym1714 + yym1719 := z.EncBinary() + _ = yym1719 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -22448,9 +22503,9 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1706 || yy2arr1706 { + if yyr1711 || yy2arr1711 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1706[2] { + if yyq1711[2] { if x.Template == nil { r.EncodeNil() } else { @@ -22460,7 +22515,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1706[2] { + if yyq1711[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22471,7 +22526,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1706 || yy2arr1706 { + if yyr1711 || yy2arr1711 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22484,25 +22539,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1716 := z.DecBinary() - _ = yym1716 + yym1721 := z.DecBinary() + _ = yym1721 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1717 := r.ContainerType() - if yyct1717 == codecSelferValueTypeMap1234 { - yyl1717 := r.ReadMapStart() - if yyl1717 == 0 { + yyct1722 := r.ContainerType() + if yyct1722 == codecSelferValueTypeMap1234 { + yyl1722 := r.ReadMapStart() + if yyl1722 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1717, d) + x.codecDecodeSelfFromMap(yyl1722, d) } - } else if yyct1717 == codecSelferValueTypeArray1234 { - yyl1717 := r.ReadArrayStart() - if yyl1717 == 0 { + } else if yyct1722 == codecSelferValueTypeArray1234 { + yyl1722 := r.ReadArrayStart() + if yyl1722 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1717, d) + x.codecDecodeSelfFromArray(yyl1722, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22514,12 +22569,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1718Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1718Slc - var yyhl1718 bool = l >= 0 - for yyj1718 := 0; ; yyj1718++ { - if yyhl1718 { - if yyj1718 >= l { + var yys1723Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1723Slc + var yyhl1723 bool = l >= 0 + for yyj1723 := 0; ; yyj1723++ { + if yyhl1723 { + if yyj1723 >= l { break } } else { @@ -22528,10 +22583,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1718Slc = r.DecodeBytes(yys1718Slc, true, true) - yys1718 := string(yys1718Slc) + yys1723Slc = r.DecodeBytes(yys1723Slc, true, true) + yys1723 := string(yys1723Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1718 { + switch yys1723 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -22541,8 +22596,8 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym1720 := z.DecBinary() - _ = yym1720 + yym1725 := z.DecBinary() + _ = yym1725 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -22552,12 +22607,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1721 := &x.Selector - yym1722 := z.DecBinary() - _ = yym1722 + yyv1726 := &x.Selector + yym1727 := z.DecBinary() + _ = yym1727 if false { } else { - z.F.DecMapStringStringX(yyv1721, false, d) + z.F.DecMapStringStringX(yyv1726, false, d) } } case "template": @@ -22572,9 +22627,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1718) - } // end switch yys1718 - } // end for yyj1718 + z.DecStructFieldNotFound(-1, yys1723) + } // end switch yys1723 + } // end for yyj1723 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22582,16 +22637,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1724 int - var yyb1724 bool - var yyhl1724 bool = l >= 0 - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + var yyj1729 int + var yyb1729 bool + var yyhl1729 bool = l >= 0 + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1724 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1724 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22604,20 +22659,20 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Replicas == nil { x.Replicas = new(int32) } - yym1726 := z.DecBinary() - _ = yym1726 + yym1731 := z.DecBinary() + _ = yym1731 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1724 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1724 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22625,21 +22680,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1727 := &x.Selector - yym1728 := z.DecBinary() - _ = yym1728 + yyv1732 := &x.Selector + yym1733 := z.DecBinary() + _ = yym1733 if false { } else { - z.F.DecMapStringStringX(yyv1727, false, d) + z.F.DecMapStringStringX(yyv1732, false, d) } } - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1724 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1724 { + if yyb1729 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22655,17 +22710,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj1724++ - if yyhl1724 { - yyb1724 = yyj1724 > l + yyj1729++ + if yyhl1729 { + yyb1729 = yyj1729 > l } else { - yyb1724 = r.CheckBreak() + yyb1729 = r.CheckBreak() } - if yyb1724 { + if yyb1729 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1724-1, "") + z.DecStructFieldNotFound(yyj1729-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22677,34 +22732,34 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1730 := z.EncBinary() - _ = yym1730 + yym1735 := z.EncBinary() + _ = yym1735 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1731 := !z.EncBinary() - yy2arr1731 := z.EncBasicHandle().StructToArray - var yyq1731 [2]bool - _, _, _ = yysep1731, yyq1731, yy2arr1731 - const yyr1731 bool = false - yyq1731[1] = x.ObservedGeneration != 0 - var yynn1731 int - if yyr1731 || yy2arr1731 { + yysep1736 := !z.EncBinary() + yy2arr1736 := z.EncBasicHandle().StructToArray + var yyq1736 [2]bool + _, _, _ = yysep1736, yyq1736, yy2arr1736 + const yyr1736 bool = false + yyq1736[1] = x.ObservedGeneration != 0 + var yynn1736 int + if yyr1736 || yy2arr1736 { r.EncodeArrayStart(2) } else { - yynn1731 = 1 - for _, b := range yyq1731 { + yynn1736 = 1 + for _, b := range yyq1736 { if b { - yynn1731++ + yynn1736++ } } - r.EncodeMapStart(yynn1731) - yynn1731 = 0 + r.EncodeMapStart(yynn1736) + yynn1736 = 0 } - if yyr1731 || yy2arr1731 { + if yyr1736 || yy2arr1736 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1733 := z.EncBinary() - _ = yym1733 + yym1738 := z.EncBinary() + _ = yym1738 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -22713,18 +22768,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1734 := z.EncBinary() - _ = yym1734 + yym1739 := z.EncBinary() + _ = yym1739 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr1731 || yy2arr1731 { + if yyr1736 || yy2arr1736 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1731[1] { - yym1736 := z.EncBinary() - _ = yym1736 + if yyq1736[1] { + yym1741 := z.EncBinary() + _ = yym1741 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) @@ -22733,19 +22788,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1731[1] { + if yyq1736[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1737 := z.EncBinary() - _ = yym1737 + yym1742 := z.EncBinary() + _ = yym1742 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr1731 || yy2arr1731 { + if yyr1736 || yy2arr1736 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22758,25 +22813,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1738 := z.DecBinary() - _ = yym1738 + yym1743 := z.DecBinary() + _ = yym1743 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1739 := r.ContainerType() - if yyct1739 == codecSelferValueTypeMap1234 { - yyl1739 := r.ReadMapStart() - if yyl1739 == 0 { + yyct1744 := r.ContainerType() + if yyct1744 == codecSelferValueTypeMap1234 { + yyl1744 := r.ReadMapStart() + if yyl1744 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1739, d) + x.codecDecodeSelfFromMap(yyl1744, d) } - } else if yyct1739 == codecSelferValueTypeArray1234 { - yyl1739 := r.ReadArrayStart() - if yyl1739 == 0 { + } else if yyct1744 == codecSelferValueTypeArray1234 { + yyl1744 := r.ReadArrayStart() + if yyl1744 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1739, d) + x.codecDecodeSelfFromArray(yyl1744, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22788,12 +22843,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1740Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1740Slc - var yyhl1740 bool = l >= 0 - for yyj1740 := 0; ; yyj1740++ { - if yyhl1740 { - if yyj1740 >= l { + var yys1745Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1745Slc + var yyhl1745 bool = l >= 0 + for yyj1745 := 0; ; yyj1745++ { + if yyhl1745 { + if yyj1745 >= l { break } } else { @@ -22802,10 +22857,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1740Slc = r.DecodeBytes(yys1740Slc, true, true) - yys1740 := string(yys1740Slc) + yys1745Slc = r.DecodeBytes(yys1745Slc, true, true) + yys1745 := string(yys1745Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1740 { + switch yys1745 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -22819,9 +22874,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys1740) - } // end switch yys1740 - } // end for yyj1740 + z.DecStructFieldNotFound(-1, yys1745) + } // end switch yys1745 + } // end for yyj1745 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22829,16 +22884,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1743 int - var yyb1743 bool - var yyhl1743 bool = l >= 0 - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + var yyj1748 int + var yyb1748 bool + var yyhl1748 bool = l >= 0 + yyj1748++ + if yyhl1748 { + yyb1748 = yyj1748 > l } else { - yyb1743 = r.CheckBreak() + yyb1748 = r.CheckBreak() } - if yyb1743 { + if yyb1748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22848,13 +22903,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + yyj1748++ + if yyhl1748 { + yyb1748 = yyj1748 > l } else { - yyb1743 = r.CheckBreak() + yyb1748 = r.CheckBreak() } - if yyb1743 { + if yyb1748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22865,17 +22920,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj1743++ - if yyhl1743 { - yyb1743 = yyj1743 > l + yyj1748++ + if yyhl1748 { + yyb1748 = yyj1748 > l } else { - yyb1743 = r.CheckBreak() + yyb1748 = r.CheckBreak() } - if yyb1743 { + if yyb1748 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1743-1, "") + z.DecStructFieldNotFound(yyj1748-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22887,39 +22942,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1746 := z.EncBinary() - _ = yym1746 + yym1751 := z.EncBinary() + _ = yym1751 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1747 := !z.EncBinary() - yy2arr1747 := z.EncBasicHandle().StructToArray - var yyq1747 [5]bool - _, _, _ = yysep1747, yyq1747, yy2arr1747 - const yyr1747 bool = false - yyq1747[0] = x.Kind != "" - yyq1747[1] = x.APIVersion != "" - yyq1747[2] = true - yyq1747[3] = true - yyq1747[4] = true - var yynn1747 int - if yyr1747 || yy2arr1747 { + yysep1752 := !z.EncBinary() + yy2arr1752 := z.EncBasicHandle().StructToArray + var yyq1752 [5]bool + _, _, _ = yysep1752, yyq1752, yy2arr1752 + const yyr1752 bool = false + yyq1752[0] = x.Kind != "" + yyq1752[1] = x.APIVersion != "" + yyq1752[2] = true + yyq1752[3] = true + yyq1752[4] = true + var yynn1752 int + if yyr1752 || yy2arr1752 { r.EncodeArrayStart(5) } else { - yynn1747 = 0 - for _, b := range yyq1747 { + yynn1752 = 0 + for _, b := range yyq1752 { if b { - yynn1747++ + yynn1752++ } } - r.EncodeMapStart(yynn1747) - yynn1747 = 0 + r.EncodeMapStart(yynn1752) + yynn1752 = 0 } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1747[0] { - yym1749 := z.EncBinary() - _ = yym1749 + if yyq1752[0] { + yym1754 := z.EncBinary() + _ = yym1754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -22928,23 +22983,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1747[0] { + if yyq1752[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1750 := z.EncBinary() - _ = yym1750 + yym1755 := z.EncBinary() + _ = yym1755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1747[1] { - yym1752 := z.EncBinary() - _ = yym1752 + if yyq1752[1] { + yym1757 := z.EncBinary() + _ = yym1757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -22953,70 +23008,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1747[1] { + if yyq1752[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1753 := z.EncBinary() - _ = yym1753 + yym1758 := z.EncBinary() + _ = yym1758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1747[2] { - yy1755 := &x.ObjectMeta - yy1755.CodecEncodeSelf(e) + if yyq1752[2] { + yy1760 := &x.ObjectMeta + yy1760.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1747[2] { + if yyq1752[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1756 := &x.ObjectMeta - yy1756.CodecEncodeSelf(e) + yy1761 := &x.ObjectMeta + yy1761.CodecEncodeSelf(e) } } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1747[3] { - yy1758 := &x.Spec - yy1758.CodecEncodeSelf(e) + if yyq1752[3] { + yy1763 := &x.Spec + yy1763.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1747[3] { + if yyq1752[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1759 := &x.Spec - yy1759.CodecEncodeSelf(e) + yy1764 := &x.Spec + yy1764.CodecEncodeSelf(e) } } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1747[4] { - yy1761 := &x.Status - yy1761.CodecEncodeSelf(e) + if yyq1752[4] { + yy1766 := &x.Status + yy1766.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1747[4] { + if yyq1752[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1762 := &x.Status - yy1762.CodecEncodeSelf(e) + yy1767 := &x.Status + yy1767.CodecEncodeSelf(e) } } - if yyr1747 || yy2arr1747 { + if yyr1752 || yy2arr1752 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23029,25 +23084,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1763 := z.DecBinary() - _ = yym1763 + yym1768 := z.DecBinary() + _ = yym1768 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1764 := r.ContainerType() - if yyct1764 == codecSelferValueTypeMap1234 { - yyl1764 := r.ReadMapStart() - if yyl1764 == 0 { + yyct1769 := r.ContainerType() + if yyct1769 == codecSelferValueTypeMap1234 { + yyl1769 := r.ReadMapStart() + if yyl1769 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1764, d) + x.codecDecodeSelfFromMap(yyl1769, d) } - } else if yyct1764 == codecSelferValueTypeArray1234 { - yyl1764 := r.ReadArrayStart() - if yyl1764 == 0 { + } else if yyct1769 == codecSelferValueTypeArray1234 { + yyl1769 := r.ReadArrayStart() + if yyl1769 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1764, d) + x.codecDecodeSelfFromArray(yyl1769, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23059,12 +23114,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1765Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1765Slc - var yyhl1765 bool = l >= 0 - for yyj1765 := 0; ; yyj1765++ { - if yyhl1765 { - if yyj1765 >= l { + var yys1770Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1770Slc + var yyhl1770 bool = l >= 0 + for yyj1770 := 0; ; yyj1770++ { + if yyhl1770 { + if yyj1770 >= l { break } } else { @@ -23073,10 +23128,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1765Slc = r.DecodeBytes(yys1765Slc, true, true) - yys1765 := string(yys1765Slc) + yys1770Slc = r.DecodeBytes(yys1770Slc, true, true) + yys1770 := string(yys1770Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1765 { + switch yys1770 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23093,27 +23148,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1768 := &x.ObjectMeta - yyv1768.CodecDecodeSelf(d) + yyv1773 := &x.ObjectMeta + yyv1773.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1769 := &x.Spec - yyv1769.CodecDecodeSelf(d) + yyv1774 := &x.Spec + yyv1774.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1770 := &x.Status - yyv1770.CodecDecodeSelf(d) + yyv1775 := &x.Status + yyv1775.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1765) - } // end switch yys1765 - } // end for yyj1765 + z.DecStructFieldNotFound(-1, yys1770) + } // end switch yys1770 + } // end for yyj1770 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23121,16 +23176,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1771 int - var yyb1771 bool - var yyhl1771 bool = l >= 0 - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + var yyj1776 int + var yyb1776 bool + var yyhl1776 bool = l >= 0 + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23140,13 +23195,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23156,13 +23211,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23170,16 +23225,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1774 := &x.ObjectMeta - yyv1774.CodecDecodeSelf(d) + yyv1779 := &x.ObjectMeta + yyv1779.CodecDecodeSelf(d) } - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23187,16 +23242,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv1775 := &x.Spec - yyv1775.CodecDecodeSelf(d) + yyv1780 := &x.Spec + yyv1780.CodecDecodeSelf(d) } - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23204,21 +23259,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv1776 := &x.Status - yyv1776.CodecDecodeSelf(d) + yyv1781 := &x.Status + yyv1781.CodecDecodeSelf(d) } for { - yyj1771++ - if yyhl1771 { - yyb1771 = yyj1771 > l + yyj1776++ + if yyhl1776 { + yyb1776 = yyj1776 > l } else { - yyb1771 = r.CheckBreak() + yyb1776 = r.CheckBreak() } - if yyb1771 { + if yyb1776 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1771-1, "") + z.DecStructFieldNotFound(yyj1776-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23230,37 +23285,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1777 := z.EncBinary() - _ = yym1777 + yym1782 := z.EncBinary() + _ = yym1782 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1778 := !z.EncBinary() - yy2arr1778 := z.EncBasicHandle().StructToArray - var yyq1778 [4]bool - _, _, _ = yysep1778, yyq1778, yy2arr1778 - const yyr1778 bool = false - yyq1778[0] = x.Kind != "" - yyq1778[1] = x.APIVersion != "" - yyq1778[2] = true - var yynn1778 int - if yyr1778 || yy2arr1778 { + yysep1783 := !z.EncBinary() + yy2arr1783 := z.EncBasicHandle().StructToArray + var yyq1783 [4]bool + _, _, _ = yysep1783, yyq1783, yy2arr1783 + const yyr1783 bool = false + yyq1783[0] = x.Kind != "" + yyq1783[1] = x.APIVersion != "" + yyq1783[2] = true + var yynn1783 int + if yyr1783 || yy2arr1783 { r.EncodeArrayStart(4) } else { - yynn1778 = 1 - for _, b := range yyq1778 { + yynn1783 = 1 + for _, b := range yyq1783 { if b { - yynn1778++ + yynn1783++ } } - r.EncodeMapStart(yynn1778) - yynn1778 = 0 + r.EncodeMapStart(yynn1783) + yynn1783 = 0 } - if yyr1778 || yy2arr1778 { + if yyr1783 || yy2arr1783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[0] { - yym1780 := z.EncBinary() - _ = yym1780 + if yyq1783[0] { + yym1785 := z.EncBinary() + _ = yym1785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -23269,23 +23324,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1778[0] { + if yyq1783[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1781 := z.EncBinary() - _ = yym1781 + yym1786 := z.EncBinary() + _ = yym1786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1778 || yy2arr1778 { + if yyr1783 || yy2arr1783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[1] { - yym1783 := z.EncBinary() - _ = yym1783 + if yyq1783[1] { + yym1788 := z.EncBinary() + _ = yym1788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -23294,54 +23349,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1778[1] { + if yyq1783[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1784 := z.EncBinary() - _ = yym1784 + yym1789 := z.EncBinary() + _ = yym1789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1778 || yy2arr1778 { + if yyr1783 || yy2arr1783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1778[2] { - yy1786 := &x.ListMeta - yym1787 := z.EncBinary() - _ = yym1787 + if yyq1783[2] { + yy1791 := &x.ListMeta + yym1792 := z.EncBinary() + _ = yym1792 if false { - } else if z.HasExtensions() && z.EncExt(yy1786) { + } else if z.HasExtensions() && z.EncExt(yy1791) { } else { - z.EncFallback(yy1786) + z.EncFallback(yy1791) } } else { r.EncodeNil() } } else { - if yyq1778[2] { + if yyq1783[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1788 := &x.ListMeta - yym1789 := z.EncBinary() - _ = yym1789 + yy1793 := &x.ListMeta + yym1794 := z.EncBinary() + _ = yym1794 if false { - } else if z.HasExtensions() && z.EncExt(yy1788) { + } else if z.HasExtensions() && z.EncExt(yy1793) { } else { - z.EncFallback(yy1788) + z.EncFallback(yy1793) } } } - if yyr1778 || yy2arr1778 { + if yyr1783 || yy2arr1783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1791 := z.EncBinary() - _ = yym1791 + yym1796 := z.EncBinary() + _ = yym1796 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -23354,15 +23409,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1792 := z.EncBinary() - _ = yym1792 + yym1797 := z.EncBinary() + _ = yym1797 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr1778 || yy2arr1778 { + if yyr1783 || yy2arr1783 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23375,25 +23430,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1793 := z.DecBinary() - _ = yym1793 + yym1798 := z.DecBinary() + _ = yym1798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1794 := r.ContainerType() - if yyct1794 == codecSelferValueTypeMap1234 { - yyl1794 := r.ReadMapStart() - if yyl1794 == 0 { + yyct1799 := r.ContainerType() + if yyct1799 == codecSelferValueTypeMap1234 { + yyl1799 := r.ReadMapStart() + if yyl1799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1794, d) + x.codecDecodeSelfFromMap(yyl1799, d) } - } else if yyct1794 == codecSelferValueTypeArray1234 { - yyl1794 := r.ReadArrayStart() - if yyl1794 == 0 { + } else if yyct1799 == codecSelferValueTypeArray1234 { + yyl1799 := r.ReadArrayStart() + if yyl1799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1794, d) + x.codecDecodeSelfFromArray(yyl1799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23405,12 +23460,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1795Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1795Slc - var yyhl1795 bool = l >= 0 - for yyj1795 := 0; ; yyj1795++ { - if yyhl1795 { - if yyj1795 >= l { + var yys1800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1800Slc + var yyhl1800 bool = l >= 0 + for yyj1800 := 0; ; yyj1800++ { + if yyhl1800 { + if yyj1800 >= l { break } } else { @@ -23419,10 +23474,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1795Slc = r.DecodeBytes(yys1795Slc, true, true) - yys1795 := string(yys1795Slc) + yys1800Slc = r.DecodeBytes(yys1800Slc, true, true) + yys1800 := string(yys1800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1795 { + switch yys1800 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -23439,31 +23494,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1798 := &x.ListMeta - yym1799 := z.DecBinary() - _ = yym1799 + yyv1803 := &x.ListMeta + yym1804 := z.DecBinary() + _ = yym1804 if false { - } else if z.HasExtensions() && z.DecExt(yyv1798) { + } else if z.HasExtensions() && z.DecExt(yyv1803) { } else { - z.DecFallback(yyv1798, false) + z.DecFallback(yyv1803, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1800 := &x.Items - yym1801 := z.DecBinary() - _ = yym1801 + yyv1805 := &x.Items + yym1806 := z.DecBinary() + _ = yym1806 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1800), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1805), d) } } default: - z.DecStructFieldNotFound(-1, yys1795) - } // end switch yys1795 - } // end for yyj1795 + z.DecStructFieldNotFound(-1, yys1800) + } // end switch yys1800 + } // end for yyj1800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23471,16 +23526,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1802 int - var yyb1802 bool - var yyhl1802 bool = l >= 0 - yyj1802++ - if yyhl1802 { - yyb1802 = yyj1802 > l + var yyj1807 int + var yyb1807 bool + var yyhl1807 bool = l >= 0 + yyj1807++ + if yyhl1807 { + yyb1807 = yyj1807 > l } else { - yyb1802 = r.CheckBreak() + yyb1807 = r.CheckBreak() } - if yyb1802 { + if yyb1807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23490,13 +23545,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj1802++ - if yyhl1802 { - yyb1802 = yyj1802 > l + yyj1807++ + if yyhl1807 { + yyb1807 = yyj1807 > l } else { - yyb1802 = r.CheckBreak() + yyb1807 = r.CheckBreak() } - if yyb1802 { + if yyb1807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23506,13 +23561,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj1802++ - if yyhl1802 { - yyb1802 = yyj1802 > l + yyj1807++ + if yyhl1807 { + yyb1807 = yyj1807 > l } else { - yyb1802 = r.CheckBreak() + yyb1807 = r.CheckBreak() } - if yyb1802 { + if yyb1807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23520,22 +23575,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1805 := &x.ListMeta - yym1806 := z.DecBinary() - _ = yym1806 + yyv1810 := &x.ListMeta + yym1811 := z.DecBinary() + _ = yym1811 if false { - } else if z.HasExtensions() && z.DecExt(yyv1805) { + } else if z.HasExtensions() && z.DecExt(yyv1810) { } else { - z.DecFallback(yyv1805, false) + z.DecFallback(yyv1810, false) } } - yyj1802++ - if yyhl1802 { - yyb1802 = yyj1802 > l + yyj1807++ + if yyhl1807 { + yyb1807 = yyj1807 > l } else { - yyb1802 = r.CheckBreak() + yyb1807 = r.CheckBreak() } - if yyb1802 { + if yyb1807 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23543,26 +23598,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1807 := &x.Items - yym1808 := z.DecBinary() - _ = yym1808 + yyv1812 := &x.Items + yym1813 := z.DecBinary() + _ = yym1813 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv1807), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv1812), d) } } for { - yyj1802++ - if yyhl1802 { - yyb1802 = yyj1802 > l + yyj1807++ + if yyhl1807 { + yyb1807 = yyj1807 > l } else { - yyb1802 = r.CheckBreak() + yyb1807 = r.CheckBreak() } - if yyb1802 { + if yyb1807 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1802-1, "") + z.DecStructFieldNotFound(yyj1807-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23571,8 +23626,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1809 := z.EncBinary() - _ = yym1809 + yym1814 := z.EncBinary() + _ = yym1814 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23584,8 +23639,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1810 := z.DecBinary() - _ = yym1810 + yym1815 := z.DecBinary() + _ = yym1815 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23597,8 +23652,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1811 := z.EncBinary() - _ = yym1811 + yym1816 := z.EncBinary() + _ = yym1816 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23610,8 +23665,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1812 := z.DecBinary() - _ = yym1812 + yym1817 := z.DecBinary() + _ = yym1817 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23626,48 +23681,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1813 := z.EncBinary() - _ = yym1813 + yym1818 := z.EncBinary() + _ = yym1818 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1814 := !z.EncBinary() - yy2arr1814 := z.EncBasicHandle().StructToArray - var yyq1814 [1]bool - _, _, _ = yysep1814, yyq1814, yy2arr1814 - const yyr1814 bool = false - yyq1814[0] = true - var yynn1814 int - if yyr1814 || yy2arr1814 { + yysep1819 := !z.EncBinary() + yy2arr1819 := z.EncBasicHandle().StructToArray + var yyq1819 [1]bool + _, _, _ = yysep1819, yyq1819, yy2arr1819 + const yyr1819 bool = false + yyq1819[0] = true + var yynn1819 int + if yyr1819 || yy2arr1819 { r.EncodeArrayStart(1) } else { - yynn1814 = 0 - for _, b := range yyq1814 { + yynn1819 = 0 + for _, b := range yyq1819 { if b { - yynn1814++ + yynn1819++ } } - r.EncodeMapStart(yynn1814) - yynn1814 = 0 + r.EncodeMapStart(yynn1819) + yynn1819 = 0 } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1814[0] { - yy1816 := &x.LoadBalancer - yy1816.CodecEncodeSelf(e) + if yyq1819[0] { + yy1821 := &x.LoadBalancer + yy1821.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1814[0] { + if yyq1819[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1817 := &x.LoadBalancer - yy1817.CodecEncodeSelf(e) + yy1822 := &x.LoadBalancer + yy1822.CodecEncodeSelf(e) } } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23680,25 +23735,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1818 := z.DecBinary() - _ = yym1818 + yym1823 := z.DecBinary() + _ = yym1823 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1819 := r.ContainerType() - if yyct1819 == codecSelferValueTypeMap1234 { - yyl1819 := r.ReadMapStart() - if yyl1819 == 0 { + yyct1824 := r.ContainerType() + if yyct1824 == codecSelferValueTypeMap1234 { + yyl1824 := r.ReadMapStart() + if yyl1824 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1819, d) + x.codecDecodeSelfFromMap(yyl1824, d) } - } else if yyct1819 == codecSelferValueTypeArray1234 { - yyl1819 := r.ReadArrayStart() - if yyl1819 == 0 { + } else if yyct1824 == codecSelferValueTypeArray1234 { + yyl1824 := r.ReadArrayStart() + if yyl1824 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1819, d) + x.codecDecodeSelfFromArray(yyl1824, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23710,12 +23765,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1820Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1820Slc - var yyhl1820 bool = l >= 0 - for yyj1820 := 0; ; yyj1820++ { - if yyhl1820 { - if yyj1820 >= l { + var yys1825Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1825Slc + var yyhl1825 bool = l >= 0 + for yyj1825 := 0; ; yyj1825++ { + if yyhl1825 { + if yyj1825 >= l { break } } else { @@ -23724,21 +23779,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1820Slc = r.DecodeBytes(yys1820Slc, true, true) - yys1820 := string(yys1820Slc) + yys1825Slc = r.DecodeBytes(yys1825Slc, true, true) + yys1825 := string(yys1825Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1820 { + switch yys1825 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1821 := &x.LoadBalancer - yyv1821.CodecDecodeSelf(d) + yyv1826 := &x.LoadBalancer + yyv1826.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1820) - } // end switch yys1820 - } // end for yyj1820 + z.DecStructFieldNotFound(-1, yys1825) + } // end switch yys1825 + } // end for yyj1825 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23746,16 +23801,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1822 int - var yyb1822 bool - var yyhl1822 bool = l >= 0 - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + var yyj1827 int + var yyb1827 bool + var yyhl1827 bool = l >= 0 + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23763,21 +23818,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv1823 := &x.LoadBalancer - yyv1823.CodecDecodeSelf(d) + yyv1828 := &x.LoadBalancer + yyv1828.CodecDecodeSelf(d) } for { - yyj1822++ - if yyhl1822 { - yyb1822 = yyj1822 > l + yyj1827++ + if yyhl1827 { + yyb1827 = yyj1827 > l } else { - yyb1822 = r.CheckBreak() + yyb1827 = r.CheckBreak() } - if yyb1822 { + if yyb1827 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1822-1, "") + z.DecStructFieldNotFound(yyj1827-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23789,38 +23844,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1824 := z.EncBinary() - _ = yym1824 + yym1829 := z.EncBinary() + _ = yym1829 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1825 := !z.EncBinary() - yy2arr1825 := z.EncBasicHandle().StructToArray - var yyq1825 [1]bool - _, _, _ = yysep1825, yyq1825, yy2arr1825 - const yyr1825 bool = false - yyq1825[0] = len(x.Ingress) != 0 - var yynn1825 int - if yyr1825 || yy2arr1825 { + yysep1830 := !z.EncBinary() + yy2arr1830 := z.EncBasicHandle().StructToArray + var yyq1830 [1]bool + _, _, _ = yysep1830, yyq1830, yy2arr1830 + const yyr1830 bool = false + yyq1830[0] = len(x.Ingress) != 0 + var yynn1830 int + if yyr1830 || yy2arr1830 { r.EncodeArrayStart(1) } else { - yynn1825 = 0 - for _, b := range yyq1825 { + yynn1830 = 0 + for _, b := range yyq1830 { if b { - yynn1825++ + yynn1830++ } } - r.EncodeMapStart(yynn1825) - yynn1825 = 0 + r.EncodeMapStart(yynn1830) + yynn1830 = 0 } - if yyr1825 || yy2arr1825 { + if yyr1830 || yy2arr1830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1825[0] { + if yyq1830[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym1827 := z.EncBinary() - _ = yym1827 + yym1832 := z.EncBinary() + _ = yym1832 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -23830,15 +23885,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1825[0] { + if yyq1830[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym1828 := z.EncBinary() - _ = yym1828 + yym1833 := z.EncBinary() + _ = yym1833 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -23846,7 +23901,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1825 || yy2arr1825 { + if yyr1830 || yy2arr1830 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23859,25 +23914,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1829 := z.DecBinary() - _ = yym1829 + yym1834 := z.DecBinary() + _ = yym1834 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1830 := r.ContainerType() - if yyct1830 == codecSelferValueTypeMap1234 { - yyl1830 := r.ReadMapStart() - if yyl1830 == 0 { + yyct1835 := r.ContainerType() + if yyct1835 == codecSelferValueTypeMap1234 { + yyl1835 := r.ReadMapStart() + if yyl1835 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1830, d) + x.codecDecodeSelfFromMap(yyl1835, d) } - } else if yyct1830 == codecSelferValueTypeArray1234 { - yyl1830 := r.ReadArrayStart() - if yyl1830 == 0 { + } else if yyct1835 == codecSelferValueTypeArray1234 { + yyl1835 := r.ReadArrayStart() + if yyl1835 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1830, d) + x.codecDecodeSelfFromArray(yyl1835, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23889,12 +23944,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1831Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1831Slc - var yyhl1831 bool = l >= 0 - for yyj1831 := 0; ; yyj1831++ { - if yyhl1831 { - if yyj1831 >= l { + var yys1836Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1836Slc + var yyhl1836 bool = l >= 0 + for yyj1836 := 0; ; yyj1836++ { + if yyhl1836 { + if yyj1836 >= l { break } } else { @@ -23903,26 +23958,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1831Slc = r.DecodeBytes(yys1831Slc, true, true) - yys1831 := string(yys1831Slc) + yys1836Slc = r.DecodeBytes(yys1836Slc, true, true) + yys1836 := string(yys1836Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1831 { + switch yys1836 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1832 := &x.Ingress - yym1833 := z.DecBinary() - _ = yym1833 + yyv1837 := &x.Ingress + yym1838 := z.DecBinary() + _ = yym1838 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1832), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1837), d) } } default: - z.DecStructFieldNotFound(-1, yys1831) - } // end switch yys1831 - } // end for yyj1831 + z.DecStructFieldNotFound(-1, yys1836) + } // end switch yys1836 + } // end for yyj1836 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23930,16 +23985,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1834 int - var yyb1834 bool - var yyhl1834 bool = l >= 0 - yyj1834++ - if yyhl1834 { - yyb1834 = yyj1834 > l + var yyj1839 int + var yyb1839 bool + var yyhl1839 bool = l >= 0 + yyj1839++ + if yyhl1839 { + yyb1839 = yyj1839 > l } else { - yyb1834 = r.CheckBreak() + yyb1839 = r.CheckBreak() } - if yyb1834 { + if yyb1839 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23947,26 +24002,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv1835 := &x.Ingress - yym1836 := z.DecBinary() - _ = yym1836 + yyv1840 := &x.Ingress + yym1841 := z.DecBinary() + _ = yym1841 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1835), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv1840), d) } } for { - yyj1834++ - if yyhl1834 { - yyb1834 = yyj1834 > l + yyj1839++ + if yyhl1839 { + yyb1839 = yyj1839 > l } else { - yyb1834 = r.CheckBreak() + yyb1839 = r.CheckBreak() } - if yyb1834 { + if yyb1839 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1834-1, "") + z.DecStructFieldNotFound(yyj1839-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23978,36 +24033,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1837 := z.EncBinary() - _ = yym1837 + yym1842 := z.EncBinary() + _ = yym1842 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1838 := !z.EncBinary() - yy2arr1838 := z.EncBasicHandle().StructToArray - var yyq1838 [2]bool - _, _, _ = yysep1838, yyq1838, yy2arr1838 - const yyr1838 bool = false - yyq1838[0] = x.IP != "" - yyq1838[1] = x.Hostname != "" - var yynn1838 int - if yyr1838 || yy2arr1838 { + yysep1843 := !z.EncBinary() + yy2arr1843 := z.EncBasicHandle().StructToArray + var yyq1843 [2]bool + _, _, _ = yysep1843, yyq1843, yy2arr1843 + const yyr1843 bool = false + yyq1843[0] = x.IP != "" + yyq1843[1] = x.Hostname != "" + var yynn1843 int + if yyr1843 || yy2arr1843 { r.EncodeArrayStart(2) } else { - yynn1838 = 0 - for _, b := range yyq1838 { + yynn1843 = 0 + for _, b := range yyq1843 { if b { - yynn1838++ + yynn1843++ } } - r.EncodeMapStart(yynn1838) - yynn1838 = 0 + r.EncodeMapStart(yynn1843) + yynn1843 = 0 } - if yyr1838 || yy2arr1838 { + if yyr1843 || yy2arr1843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[0] { - yym1840 := z.EncBinary() - _ = yym1840 + if yyq1843[0] { + yym1845 := z.EncBinary() + _ = yym1845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -24016,23 +24071,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[0] { + if yyq1843[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1841 := z.EncBinary() - _ = yym1841 + yym1846 := z.EncBinary() + _ = yym1846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr1838 || yy2arr1838 { + if yyr1843 || yy2arr1843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1838[1] { - yym1843 := z.EncBinary() - _ = yym1843 + if yyq1843[1] { + yym1848 := z.EncBinary() + _ = yym1848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -24041,19 +24096,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1838[1] { + if yyq1843[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1844 := z.EncBinary() - _ = yym1844 + yym1849 := z.EncBinary() + _ = yym1849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1838 || yy2arr1838 { + if yyr1843 || yy2arr1843 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24066,25 +24121,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1845 := z.DecBinary() - _ = yym1845 + yym1850 := z.DecBinary() + _ = yym1850 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1846 := r.ContainerType() - if yyct1846 == codecSelferValueTypeMap1234 { - yyl1846 := r.ReadMapStart() - if yyl1846 == 0 { + yyct1851 := r.ContainerType() + if yyct1851 == codecSelferValueTypeMap1234 { + yyl1851 := r.ReadMapStart() + if yyl1851 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1846, d) + x.codecDecodeSelfFromMap(yyl1851, d) } - } else if yyct1846 == codecSelferValueTypeArray1234 { - yyl1846 := r.ReadArrayStart() - if yyl1846 == 0 { + } else if yyct1851 == codecSelferValueTypeArray1234 { + yyl1851 := r.ReadArrayStart() + if yyl1851 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1846, d) + x.codecDecodeSelfFromArray(yyl1851, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24096,12 +24151,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1847Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1847Slc - var yyhl1847 bool = l >= 0 - for yyj1847 := 0; ; yyj1847++ { - if yyhl1847 { - if yyj1847 >= l { + var yys1852Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1852Slc + var yyhl1852 bool = l >= 0 + for yyj1852 := 0; ; yyj1852++ { + if yyhl1852 { + if yyj1852 >= l { break } } else { @@ -24110,10 +24165,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1847Slc = r.DecodeBytes(yys1847Slc, true, true) - yys1847 := string(yys1847Slc) + yys1852Slc = r.DecodeBytes(yys1852Slc, true, true) + yys1852 := string(yys1852Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1847 { + switch yys1852 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -24127,9 +24182,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1847) - } // end switch yys1847 - } // end for yyj1847 + z.DecStructFieldNotFound(-1, yys1852) + } // end switch yys1852 + } // end for yyj1852 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24137,16 +24192,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1850 int - var yyb1850 bool - var yyhl1850 bool = l >= 0 - yyj1850++ - if yyhl1850 { - yyb1850 = yyj1850 > l + var yyj1855 int + var yyb1855 bool + var yyhl1855 bool = l >= 0 + yyj1855++ + if yyhl1855 { + yyb1855 = yyj1855 > l } else { - yyb1850 = r.CheckBreak() + yyb1855 = r.CheckBreak() } - if yyb1850 { + if yyb1855 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24156,13 +24211,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj1850++ - if yyhl1850 { - yyb1850 = yyj1850 > l + yyj1855++ + if yyhl1855 { + yyb1855 = yyj1855 > l } else { - yyb1850 = r.CheckBreak() + yyb1855 = r.CheckBreak() } - if yyb1850 { + if yyb1855 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24173,17 +24228,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj1850++ - if yyhl1850 { - yyb1850 = yyj1850 > l + yyj1855++ + if yyhl1855 { + yyb1855 = yyj1855 > l } else { - yyb1850 = r.CheckBreak() + yyb1855 = r.CheckBreak() } - if yyb1850 { + if yyb1855 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1850-1, "") + z.DecStructFieldNotFound(yyj1855-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24195,43 +24250,43 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1853 := z.EncBinary() - _ = yym1853 + yym1858 := z.EncBinary() + _ = yym1858 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1854 := !z.EncBinary() - yy2arr1854 := z.EncBasicHandle().StructToArray - var yyq1854 [8]bool - _, _, _ = yysep1854, yyq1854, yy2arr1854 - const yyr1854 bool = false - yyq1854[1] = len(x.Selector) != 0 - yyq1854[2] = x.ClusterIP != "" - yyq1854[3] = x.Type != "" - yyq1854[4] = len(x.ExternalIPs) != 0 - yyq1854[5] = len(x.DeprecatedPublicIPs) != 0 - yyq1854[6] = x.SessionAffinity != "" - yyq1854[7] = x.LoadBalancerIP != "" - var yynn1854 int - if yyr1854 || yy2arr1854 { + yysep1859 := !z.EncBinary() + yy2arr1859 := z.EncBasicHandle().StructToArray + var yyq1859 [8]bool + _, _, _ = yysep1859, yyq1859, yy2arr1859 + const yyr1859 bool = false + yyq1859[1] = len(x.Selector) != 0 + yyq1859[2] = x.ClusterIP != "" + yyq1859[3] = x.Type != "" + yyq1859[4] = len(x.ExternalIPs) != 0 + yyq1859[5] = len(x.DeprecatedPublicIPs) != 0 + yyq1859[6] = x.SessionAffinity != "" + yyq1859[7] = x.LoadBalancerIP != "" + var yynn1859 int + if yyr1859 || yy2arr1859 { r.EncodeArrayStart(8) } else { - yynn1854 = 1 - for _, b := range yyq1854 { + yynn1859 = 1 + for _, b := range yyq1859 { if b { - yynn1854++ + yynn1859++ } } - r.EncodeMapStart(yynn1854) - yynn1854 = 0 + r.EncodeMapStart(yynn1859) + yynn1859 = 0 } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym1856 := z.EncBinary() - _ = yym1856 + yym1861 := z.EncBinary() + _ = yym1861 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -24244,22 +24299,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym1857 := z.EncBinary() - _ = yym1857 + yym1862 := z.EncBinary() + _ = yym1862 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[1] { + if yyq1859[1] { if x.Selector == nil { r.EncodeNil() } else { - yym1859 := z.EncBinary() - _ = yym1859 + yym1864 := z.EncBinary() + _ = yym1864 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -24269,15 +24324,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1854[1] { + if yyq1859[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym1860 := z.EncBinary() - _ = yym1860 + yym1865 := z.EncBinary() + _ = yym1865 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -24285,11 +24340,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[2] { - yym1862 := z.EncBinary() - _ = yym1862 + if yyq1859[2] { + yym1867 := z.EncBinary() + _ = yym1867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -24298,41 +24353,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1854[2] { + if yyq1859[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1863 := z.EncBinary() - _ = yym1863 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[3] { + if yyq1859[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1854[3] { + if yyq1859[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[4] { + if yyq1859[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1866 := z.EncBinary() - _ = yym1866 + yym1871 := z.EncBinary() + _ = yym1871 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -24342,15 +24397,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1854[4] { + if yyq1859[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym1867 := z.EncBinary() - _ = yym1867 + yym1872 := z.EncBinary() + _ = yym1872 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -24358,14 +24413,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[5] { + if yyq1859[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym1869 := z.EncBinary() - _ = yym1869 + yym1874 := z.EncBinary() + _ = yym1874 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -24375,15 +24430,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1854[5] { + if yyq1859[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym1870 := z.EncBinary() - _ = yym1870 + yym1875 := z.EncBinary() + _ = yym1875 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -24391,26 +24446,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[6] { + if yyq1859[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1854[6] { + if yyq1859[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1854[7] { - yym1873 := z.EncBinary() - _ = yym1873 + if yyq1859[7] { + yym1878 := z.EncBinary() + _ = yym1878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -24419,19 +24474,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1854[7] { + if yyq1859[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1874 := z.EncBinary() - _ = yym1874 + yym1879 := z.EncBinary() + _ = yym1879 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr1854 || yy2arr1854 { + if yyr1859 || yy2arr1859 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24444,25 +24499,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1875 := z.DecBinary() - _ = yym1875 + yym1880 := z.DecBinary() + _ = yym1880 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1876 := r.ContainerType() - if yyct1876 == codecSelferValueTypeMap1234 { - yyl1876 := r.ReadMapStart() - if yyl1876 == 0 { + yyct1881 := r.ContainerType() + if yyct1881 == codecSelferValueTypeMap1234 { + yyl1881 := r.ReadMapStart() + if yyl1881 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1876, d) + x.codecDecodeSelfFromMap(yyl1881, d) } - } else if yyct1876 == codecSelferValueTypeArray1234 { - yyl1876 := r.ReadArrayStart() - if yyl1876 == 0 { + } else if yyct1881 == codecSelferValueTypeArray1234 { + yyl1881 := r.ReadArrayStart() + if yyl1881 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1876, d) + x.codecDecodeSelfFromArray(yyl1881, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24474,12 +24529,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1877Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1877Slc - var yyhl1877 bool = l >= 0 - for yyj1877 := 0; ; yyj1877++ { - if yyhl1877 { - if yyj1877 >= l { + var yys1882Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1882Slc + var yyhl1882 bool = l >= 0 + for yyj1882 := 0; ; yyj1882++ { + if yyhl1882 { + if yyj1882 >= l { break } } else { @@ -24488,32 +24543,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1877Slc = r.DecodeBytes(yys1877Slc, true, true) - yys1877 := string(yys1877Slc) + yys1882Slc = r.DecodeBytes(yys1882Slc, true, true) + yys1882 := string(yys1882Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1877 { + switch yys1882 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1878 := &x.Ports - yym1879 := z.DecBinary() - _ = yym1879 + yyv1883 := &x.Ports + yym1884 := z.DecBinary() + _ = yym1884 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1878), d) + h.decSliceServicePort((*[]ServicePort)(yyv1883), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1880 := &x.Selector - yym1881 := z.DecBinary() - _ = yym1881 + yyv1885 := &x.Selector + yym1886 := z.DecBinary() + _ = yym1886 if false { } else { - z.F.DecMapStringStringX(yyv1880, false, d) + z.F.DecMapStringStringX(yyv1885, false, d) } } case "clusterIP": @@ -24532,24 +24587,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1884 := &x.ExternalIPs - yym1885 := z.DecBinary() - _ = yym1885 + yyv1889 := &x.ExternalIPs + yym1890 := z.DecBinary() + _ = yym1890 if false { } else { - z.F.DecSliceStringX(yyv1884, false, d) + z.F.DecSliceStringX(yyv1889, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv1886 := &x.DeprecatedPublicIPs - yym1887 := z.DecBinary() - _ = yym1887 + yyv1891 := &x.DeprecatedPublicIPs + yym1892 := z.DecBinary() + _ = yym1892 if false { } else { - z.F.DecSliceStringX(yyv1886, false, d) + z.F.DecSliceStringX(yyv1891, false, d) } } case "sessionAffinity": @@ -24565,9 +24620,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.LoadBalancerIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1877) - } // end switch yys1877 - } // end for yyj1877 + z.DecStructFieldNotFound(-1, yys1882) + } // end switch yys1882 + } // end for yyj1882 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24575,16 +24630,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1890 int - var yyb1890 bool - var yyhl1890 bool = l >= 0 - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + var yyj1895 int + var yyb1895 bool + var yyhl1895 bool = l >= 0 + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24592,21 +24647,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1891 := &x.Ports - yym1892 := z.DecBinary() - _ = yym1892 + yyv1896 := &x.Ports + yym1897 := z.DecBinary() + _ = yym1897 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv1891), d) + h.decSliceServicePort((*[]ServicePort)(yyv1896), d) } } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24614,21 +24669,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv1893 := &x.Selector - yym1894 := z.DecBinary() - _ = yym1894 + yyv1898 := &x.Selector + yym1899 := z.DecBinary() + _ = yym1899 if false { } else { - z.F.DecMapStringStringX(yyv1893, false, d) + z.F.DecMapStringStringX(yyv1898, false, d) } } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24638,13 +24693,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24654,13 +24709,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24668,21 +24723,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv1897 := &x.ExternalIPs - yym1898 := z.DecBinary() - _ = yym1898 + yyv1902 := &x.ExternalIPs + yym1903 := z.DecBinary() + _ = yym1903 if false { } else { - z.F.DecSliceStringX(yyv1897, false, d) + z.F.DecSliceStringX(yyv1902, false, d) } } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24690,21 +24745,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv1899 := &x.DeprecatedPublicIPs - yym1900 := z.DecBinary() - _ = yym1900 + yyv1904 := &x.DeprecatedPublicIPs + yym1905 := z.DecBinary() + _ = yym1905 if false { } else { - z.F.DecSliceStringX(yyv1899, false, d) + z.F.DecSliceStringX(yyv1904, false, d) } } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24714,13 +24769,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24731,17 +24786,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.LoadBalancerIP = string(r.DecodeString()) } for { - yyj1890++ - if yyhl1890 { - yyb1890 = yyj1890 > l + yyj1895++ + if yyhl1895 { + yyb1895 = yyj1895 > l } else { - yyb1890 = r.CheckBreak() + yyb1895 = r.CheckBreak() } - if yyb1890 { + if yyb1895 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1890-1, "") + z.DecStructFieldNotFound(yyj1895-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24753,38 +24808,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1903 := z.EncBinary() - _ = yym1903 + yym1908 := z.EncBinary() + _ = yym1908 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1904 := !z.EncBinary() - yy2arr1904 := z.EncBasicHandle().StructToArray - var yyq1904 [5]bool - _, _, _ = yysep1904, yyq1904, yy2arr1904 - const yyr1904 bool = false - yyq1904[0] = x.Name != "" - yyq1904[1] = x.Protocol != "" - yyq1904[3] = true - yyq1904[4] = x.NodePort != 0 - var yynn1904 int - if yyr1904 || yy2arr1904 { + yysep1909 := !z.EncBinary() + yy2arr1909 := z.EncBasicHandle().StructToArray + var yyq1909 [5]bool + _, _, _ = yysep1909, yyq1909, yy2arr1909 + const yyr1909 bool = false + yyq1909[0] = x.Name != "" + yyq1909[1] = x.Protocol != "" + yyq1909[3] = true + yyq1909[4] = x.NodePort != 0 + var yynn1909 int + if yyr1909 || yy2arr1909 { r.EncodeArrayStart(5) } else { - yynn1904 = 1 - for _, b := range yyq1904 { + yynn1909 = 1 + for _, b := range yyq1909 { if b { - yynn1904++ + yynn1909++ } } - r.EncodeMapStart(yynn1904) - yynn1904 = 0 + r.EncodeMapStart(yynn1909) + yynn1909 = 0 } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1904[0] { - yym1906 := z.EncBinary() - _ = yym1906 + if yyq1909[0] { + yym1911 := z.EncBinary() + _ = yym1911 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -24793,37 +24848,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1904[0] { + if yyq1909[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1907 := z.EncBinary() - _ = yym1907 + yym1912 := z.EncBinary() + _ = yym1912 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1904[1] { + if yyq1909[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1904[1] { + if yyq1909[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1910 := z.EncBinary() - _ = yym1910 + yym1915 := z.EncBinary() + _ = yym1915 if false { } else { r.EncodeInt(int64(x.Port)) @@ -24832,51 +24887,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1911 := z.EncBinary() - _ = yym1911 + yym1916 := z.EncBinary() + _ = yym1916 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1904[3] { - yy1913 := &x.TargetPort - yym1914 := z.EncBinary() - _ = yym1914 + if yyq1909[3] { + yy1918 := &x.TargetPort + yym1919 := z.EncBinary() + _ = yym1919 if false { - } else if z.HasExtensions() && z.EncExt(yy1913) { - } else if !yym1914 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1913) + } else if z.HasExtensions() && z.EncExt(yy1918) { + } else if !yym1919 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1918) } else { - z.EncFallback(yy1913) + z.EncFallback(yy1918) } } else { r.EncodeNil() } } else { - if yyq1904[3] { + if yyq1909[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1915 := &x.TargetPort - yym1916 := z.EncBinary() - _ = yym1916 + yy1920 := &x.TargetPort + yym1921 := z.EncBinary() + _ = yym1921 if false { - } else if z.HasExtensions() && z.EncExt(yy1915) { - } else if !yym1916 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1915) + } else if z.HasExtensions() && z.EncExt(yy1920) { + } else if !yym1921 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1920) } else { - z.EncFallback(yy1915) + z.EncFallback(yy1920) } } } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1904[4] { - yym1918 := z.EncBinary() - _ = yym1918 + if yyq1909[4] { + yym1923 := z.EncBinary() + _ = yym1923 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -24885,19 +24940,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1904[4] { + if yyq1909[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1919 := z.EncBinary() - _ = yym1919 + yym1924 := z.EncBinary() + _ = yym1924 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr1904 || yy2arr1904 { + if yyr1909 || yy2arr1909 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24910,25 +24965,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1920 := z.DecBinary() - _ = yym1920 + yym1925 := z.DecBinary() + _ = yym1925 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1921 := r.ContainerType() - if yyct1921 == codecSelferValueTypeMap1234 { - yyl1921 := r.ReadMapStart() - if yyl1921 == 0 { + yyct1926 := r.ContainerType() + if yyct1926 == codecSelferValueTypeMap1234 { + yyl1926 := r.ReadMapStart() + if yyl1926 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1921, d) + x.codecDecodeSelfFromMap(yyl1926, d) } - } else if yyct1921 == codecSelferValueTypeArray1234 { - yyl1921 := r.ReadArrayStart() - if yyl1921 == 0 { + } else if yyct1926 == codecSelferValueTypeArray1234 { + yyl1926 := r.ReadArrayStart() + if yyl1926 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1921, d) + x.codecDecodeSelfFromArray(yyl1926, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24940,12 +24995,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1922Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1922Slc - var yyhl1922 bool = l >= 0 - for yyj1922 := 0; ; yyj1922++ { - if yyhl1922 { - if yyj1922 >= l { + var yys1927Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1927Slc + var yyhl1927 bool = l >= 0 + for yyj1927 := 0; ; yyj1927++ { + if yyhl1927 { + if yyj1927 >= l { break } } else { @@ -24954,10 +25009,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1922Slc = r.DecodeBytes(yys1922Slc, true, true) - yys1922 := string(yys1922Slc) + yys1927Slc = r.DecodeBytes(yys1927Slc, true, true) + yys1927 := string(yys1927Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1922 { + switch yys1927 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -24980,15 +25035,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv1926 := &x.TargetPort - yym1927 := z.DecBinary() - _ = yym1927 + yyv1931 := &x.TargetPort + yym1932 := z.DecBinary() + _ = yym1932 if false { - } else if z.HasExtensions() && z.DecExt(yyv1926) { - } else if !yym1927 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1926) + } else if z.HasExtensions() && z.DecExt(yyv1931) { + } else if !yym1932 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1931) } else { - z.DecFallback(yyv1926, false) + z.DecFallback(yyv1931, false) } } case "nodePort": @@ -24998,9 +25053,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1922) - } // end switch yys1922 - } // end for yyj1922 + z.DecStructFieldNotFound(-1, yys1927) + } // end switch yys1927 + } // end for yyj1927 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25008,16 +25063,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1929 int - var yyb1929 bool - var yyhl1929 bool = l >= 0 - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + var yyj1934 int + var yyb1934 bool + var yyhl1934 bool = l >= 0 + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25027,13 +25082,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25043,13 +25098,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25059,13 +25114,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25073,24 +25128,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg5_intstr.IntOrString{} } else { - yyv1933 := &x.TargetPort - yym1934 := z.DecBinary() - _ = yym1934 + yyv1938 := &x.TargetPort + yym1939 := z.DecBinary() + _ = yym1939 if false { - } else if z.HasExtensions() && z.DecExt(yyv1933) { - } else if !yym1934 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1933) + } else if z.HasExtensions() && z.DecExt(yyv1938) { + } else if !yym1939 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1938) } else { - z.DecFallback(yyv1933, false) + z.DecFallback(yyv1938, false) } } - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25101,17 +25156,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj1929++ - if yyhl1929 { - yyb1929 = yyj1929 > l + yyj1934++ + if yyhl1934 { + yyb1934 = yyj1934 > l } else { - yyb1929 = r.CheckBreak() + yyb1934 = r.CheckBreak() } - if yyb1929 { + if yyb1934 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1929-1, "") + z.DecStructFieldNotFound(yyj1934-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25123,39 +25178,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1936 := z.EncBinary() - _ = yym1936 + yym1941 := z.EncBinary() + _ = yym1941 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1937 := !z.EncBinary() - yy2arr1937 := z.EncBasicHandle().StructToArray - var yyq1937 [5]bool - _, _, _ = yysep1937, yyq1937, yy2arr1937 - const yyr1937 bool = false - yyq1937[0] = x.Kind != "" - yyq1937[1] = x.APIVersion != "" - yyq1937[2] = true - yyq1937[3] = true - yyq1937[4] = true - var yynn1937 int - if yyr1937 || yy2arr1937 { + yysep1942 := !z.EncBinary() + yy2arr1942 := z.EncBasicHandle().StructToArray + var yyq1942 [5]bool + _, _, _ = yysep1942, yyq1942, yy2arr1942 + const yyr1942 bool = false + yyq1942[0] = x.Kind != "" + yyq1942[1] = x.APIVersion != "" + yyq1942[2] = true + yyq1942[3] = true + yyq1942[4] = true + var yynn1942 int + if yyr1942 || yy2arr1942 { r.EncodeArrayStart(5) } else { - yynn1937 = 0 - for _, b := range yyq1937 { + yynn1942 = 0 + for _, b := range yyq1942 { if b { - yynn1937++ + yynn1942++ } } - r.EncodeMapStart(yynn1937) - yynn1937 = 0 + r.EncodeMapStart(yynn1942) + yynn1942 = 0 } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[0] { - yym1939 := z.EncBinary() - _ = yym1939 + if yyq1942[0] { + yym1944 := z.EncBinary() + _ = yym1944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -25164,23 +25219,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1937[0] { + if yyq1942[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1940 := z.EncBinary() - _ = yym1940 + yym1945 := z.EncBinary() + _ = yym1945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[1] { - yym1942 := z.EncBinary() - _ = yym1942 + if yyq1942[1] { + yym1947 := z.EncBinary() + _ = yym1947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -25189,70 +25244,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1937[1] { + if yyq1942[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1943 := z.EncBinary() - _ = yym1943 + yym1948 := z.EncBinary() + _ = yym1948 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[2] { - yy1945 := &x.ObjectMeta - yy1945.CodecEncodeSelf(e) + if yyq1942[2] { + yy1950 := &x.ObjectMeta + yy1950.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1937[2] { + if yyq1942[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1946 := &x.ObjectMeta - yy1946.CodecEncodeSelf(e) + yy1951 := &x.ObjectMeta + yy1951.CodecEncodeSelf(e) } } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[3] { - yy1948 := &x.Spec - yy1948.CodecEncodeSelf(e) + if yyq1942[3] { + yy1953 := &x.Spec + yy1953.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1937[3] { + if yyq1942[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1949 := &x.Spec - yy1949.CodecEncodeSelf(e) + yy1954 := &x.Spec + yy1954.CodecEncodeSelf(e) } } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1937[4] { - yy1951 := &x.Status - yy1951.CodecEncodeSelf(e) + if yyq1942[4] { + yy1956 := &x.Status + yy1956.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1937[4] { + if yyq1942[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1952 := &x.Status - yy1952.CodecEncodeSelf(e) + yy1957 := &x.Status + yy1957.CodecEncodeSelf(e) } } - if yyr1937 || yy2arr1937 { + if yyr1942 || yy2arr1942 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25265,25 +25320,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1953 := z.DecBinary() - _ = yym1953 + yym1958 := z.DecBinary() + _ = yym1958 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1954 := r.ContainerType() - if yyct1954 == codecSelferValueTypeMap1234 { - yyl1954 := r.ReadMapStart() - if yyl1954 == 0 { + yyct1959 := r.ContainerType() + if yyct1959 == codecSelferValueTypeMap1234 { + yyl1959 := r.ReadMapStart() + if yyl1959 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1954, d) + x.codecDecodeSelfFromMap(yyl1959, d) } - } else if yyct1954 == codecSelferValueTypeArray1234 { - yyl1954 := r.ReadArrayStart() - if yyl1954 == 0 { + } else if yyct1959 == codecSelferValueTypeArray1234 { + yyl1959 := r.ReadArrayStart() + if yyl1959 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1954, d) + x.codecDecodeSelfFromArray(yyl1959, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25295,12 +25350,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1955Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1955Slc - var yyhl1955 bool = l >= 0 - for yyj1955 := 0; ; yyj1955++ { - if yyhl1955 { - if yyj1955 >= l { + var yys1960Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1960Slc + var yyhl1960 bool = l >= 0 + for yyj1960 := 0; ; yyj1960++ { + if yyhl1960 { + if yyj1960 >= l { break } } else { @@ -25309,10 +25364,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1955Slc = r.DecodeBytes(yys1955Slc, true, true) - yys1955 := string(yys1955Slc) + yys1960Slc = r.DecodeBytes(yys1960Slc, true, true) + yys1960 := string(yys1960Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1955 { + switch yys1960 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -25329,27 +25384,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1958 := &x.ObjectMeta - yyv1958.CodecDecodeSelf(d) + yyv1963 := &x.ObjectMeta + yyv1963.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv1959 := &x.Spec - yyv1959.CodecDecodeSelf(d) + yyv1964 := &x.Spec + yyv1964.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv1960 := &x.Status - yyv1960.CodecDecodeSelf(d) + yyv1965 := &x.Status + yyv1965.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1955) - } // end switch yys1955 - } // end for yyj1955 + z.DecStructFieldNotFound(-1, yys1960) + } // end switch yys1960 + } // end for yyj1960 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25357,16 +25412,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1961 int - var yyb1961 bool - var yyhl1961 bool = l >= 0 - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + var yyj1966 int + var yyb1966 bool + var yyhl1966 bool = l >= 0 + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25376,13 +25431,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25392,13 +25447,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25406,16 +25461,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv1964 := &x.ObjectMeta - yyv1964.CodecDecodeSelf(d) + yyv1969 := &x.ObjectMeta + yyv1969.CodecDecodeSelf(d) } - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25423,16 +25478,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv1965 := &x.Spec - yyv1965.CodecDecodeSelf(d) + yyv1970 := &x.Spec + yyv1970.CodecDecodeSelf(d) } - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25440,21 +25495,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv1966 := &x.Status - yyv1966.CodecDecodeSelf(d) + yyv1971 := &x.Status + yyv1971.CodecDecodeSelf(d) } for { - yyj1961++ - if yyhl1961 { - yyb1961 = yyj1961 > l + yyj1966++ + if yyhl1966 { + yyb1966 = yyj1966 > l } else { - yyb1961 = r.CheckBreak() + yyb1966 = r.CheckBreak() } - if yyb1961 { + if yyb1966 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1961-1, "") + z.DecStructFieldNotFound(yyj1966-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25466,37 +25521,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1967 := z.EncBinary() - _ = yym1967 + yym1972 := z.EncBinary() + _ = yym1972 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1968 := !z.EncBinary() - yy2arr1968 := z.EncBasicHandle().StructToArray - var yyq1968 [4]bool - _, _, _ = yysep1968, yyq1968, yy2arr1968 - const yyr1968 bool = false - yyq1968[0] = x.Kind != "" - yyq1968[1] = x.APIVersion != "" - yyq1968[2] = true - var yynn1968 int - if yyr1968 || yy2arr1968 { + yysep1973 := !z.EncBinary() + yy2arr1973 := z.EncBasicHandle().StructToArray + var yyq1973 [4]bool + _, _, _ = yysep1973, yyq1973, yy2arr1973 + const yyr1973 bool = false + yyq1973[0] = x.Kind != "" + yyq1973[1] = x.APIVersion != "" + yyq1973[2] = true + var yynn1973 int + if yyr1973 || yy2arr1973 { r.EncodeArrayStart(4) } else { - yynn1968 = 1 - for _, b := range yyq1968 { + yynn1973 = 1 + for _, b := range yyq1973 { if b { - yynn1968++ + yynn1973++ } } - r.EncodeMapStart(yynn1968) - yynn1968 = 0 + r.EncodeMapStart(yynn1973) + yynn1973 = 0 } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1968[0] { - yym1970 := z.EncBinary() - _ = yym1970 + if yyq1973[0] { + yym1975 := z.EncBinary() + _ = yym1975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -25505,23 +25560,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1968[0] { + if yyq1973[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1971 := z.EncBinary() - _ = yym1971 + yym1976 := z.EncBinary() + _ = yym1976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1968[1] { - yym1973 := z.EncBinary() - _ = yym1973 + if yyq1973[1] { + yym1978 := z.EncBinary() + _ = yym1978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -25530,54 +25585,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1968[1] { + if yyq1973[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1974 := z.EncBinary() - _ = yym1974 + yym1979 := z.EncBinary() + _ = yym1979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1968[2] { - yy1976 := &x.ListMeta - yym1977 := z.EncBinary() - _ = yym1977 + if yyq1973[2] { + yy1981 := &x.ListMeta + yym1982 := z.EncBinary() + _ = yym1982 if false { - } else if z.HasExtensions() && z.EncExt(yy1976) { + } else if z.HasExtensions() && z.EncExt(yy1981) { } else { - z.EncFallback(yy1976) + z.EncFallback(yy1981) } } else { r.EncodeNil() } } else { - if yyq1968[2] { + if yyq1973[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1978 := &x.ListMeta - yym1979 := z.EncBinary() - _ = yym1979 + yy1983 := &x.ListMeta + yym1984 := z.EncBinary() + _ = yym1984 if false { - } else if z.HasExtensions() && z.EncExt(yy1978) { + } else if z.HasExtensions() && z.EncExt(yy1983) { } else { - z.EncFallback(yy1978) + z.EncFallback(yy1983) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1981 := z.EncBinary() - _ = yym1981 + yym1986 := z.EncBinary() + _ = yym1986 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -25590,15 +25645,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1982 := z.EncBinary() - _ = yym1982 + yym1987 := z.EncBinary() + _ = yym1987 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25611,25 +25666,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1983 := z.DecBinary() - _ = yym1983 + yym1988 := z.DecBinary() + _ = yym1988 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1984 := r.ContainerType() - if yyct1984 == codecSelferValueTypeMap1234 { - yyl1984 := r.ReadMapStart() - if yyl1984 == 0 { + yyct1989 := r.ContainerType() + if yyct1989 == codecSelferValueTypeMap1234 { + yyl1989 := r.ReadMapStart() + if yyl1989 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1984, d) + x.codecDecodeSelfFromMap(yyl1989, d) } - } else if yyct1984 == codecSelferValueTypeArray1234 { - yyl1984 := r.ReadArrayStart() - if yyl1984 == 0 { + } else if yyct1989 == codecSelferValueTypeArray1234 { + yyl1989 := r.ReadArrayStart() + if yyl1989 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1984, d) + x.codecDecodeSelfFromArray(yyl1989, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25641,12 +25696,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1985Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1985Slc - var yyhl1985 bool = l >= 0 - for yyj1985 := 0; ; yyj1985++ { - if yyhl1985 { - if yyj1985 >= l { + var yys1990Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1990Slc + var yyhl1990 bool = l >= 0 + for yyj1990 := 0; ; yyj1990++ { + if yyhl1990 { + if yyj1990 >= l { break } } else { @@ -25655,10 +25710,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1985Slc = r.DecodeBytes(yys1985Slc, true, true) - yys1985 := string(yys1985Slc) + yys1990Slc = r.DecodeBytes(yys1990Slc, true, true) + yys1990 := string(yys1990Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1985 { + switch yys1990 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -25675,31 +25730,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1988 := &x.ListMeta - yym1989 := z.DecBinary() - _ = yym1989 + yyv1993 := &x.ListMeta + yym1994 := z.DecBinary() + _ = yym1994 if false { - } else if z.HasExtensions() && z.DecExt(yyv1988) { + } else if z.HasExtensions() && z.DecExt(yyv1993) { } else { - z.DecFallback(yyv1988, false) + z.DecFallback(yyv1993, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1990 := &x.Items - yym1991 := z.DecBinary() - _ = yym1991 + yyv1995 := &x.Items + yym1996 := z.DecBinary() + _ = yym1996 if false { } else { - h.decSliceService((*[]Service)(yyv1990), d) + h.decSliceService((*[]Service)(yyv1995), d) } } default: - z.DecStructFieldNotFound(-1, yys1985) - } // end switch yys1985 - } // end for yyj1985 + z.DecStructFieldNotFound(-1, yys1990) + } // end switch yys1990 + } // end for yyj1990 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25707,16 +25762,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1992 int - var yyb1992 bool - var yyhl1992 bool = l >= 0 - yyj1992++ - if yyhl1992 { - yyb1992 = yyj1992 > l + var yyj1997 int + var yyb1997 bool + var yyhl1997 bool = l >= 0 + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1992 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1992 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25726,13 +25781,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1992++ - if yyhl1992 { - yyb1992 = yyj1992 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1992 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1992 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25742,13 +25797,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1992++ - if yyhl1992 { - yyb1992 = yyj1992 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1992 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1992 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25756,22 +25811,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1995 := &x.ListMeta - yym1996 := z.DecBinary() - _ = yym1996 + yyv2000 := &x.ListMeta + yym2001 := z.DecBinary() + _ = yym2001 if false { - } else if z.HasExtensions() && z.DecExt(yyv1995) { + } else if z.HasExtensions() && z.DecExt(yyv2000) { } else { - z.DecFallback(yyv1995, false) + z.DecFallback(yyv2000, false) } } - yyj1992++ - if yyhl1992 { - yyb1992 = yyj1992 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1992 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1992 { + if yyb1997 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25779,26 +25834,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1997 := &x.Items - yym1998 := z.DecBinary() - _ = yym1998 + yyv2002 := &x.Items + yym2003 := z.DecBinary() + _ = yym2003 if false { } else { - h.decSliceService((*[]Service)(yyv1997), d) + h.decSliceService((*[]Service)(yyv2002), d) } } for { - yyj1992++ - if yyhl1992 { - yyb1992 = yyj1992 > l + yyj1997++ + if yyhl1997 { + yyb1997 = yyj1997 > l } else { - yyb1992 = r.CheckBreak() + yyb1997 = r.CheckBreak() } - if yyb1992 { + if yyb1997 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1992-1, "") + z.DecStructFieldNotFound(yyj1997-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25810,39 +25865,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1999 := z.EncBinary() - _ = yym1999 + yym2004 := z.EncBinary() + _ = yym2004 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2000 := !z.EncBinary() - yy2arr2000 := z.EncBasicHandle().StructToArray - var yyq2000 [5]bool - _, _, _ = yysep2000, yyq2000, yy2arr2000 - const yyr2000 bool = false - yyq2000[0] = x.Kind != "" - yyq2000[1] = x.APIVersion != "" - yyq2000[2] = true - yyq2000[3] = len(x.Secrets) != 0 - yyq2000[4] = len(x.ImagePullSecrets) != 0 - var yynn2000 int - if yyr2000 || yy2arr2000 { + yysep2005 := !z.EncBinary() + yy2arr2005 := z.EncBasicHandle().StructToArray + var yyq2005 [5]bool + _, _, _ = yysep2005, yyq2005, yy2arr2005 + const yyr2005 bool = false + yyq2005[0] = x.Kind != "" + yyq2005[1] = x.APIVersion != "" + yyq2005[2] = true + yyq2005[3] = len(x.Secrets) != 0 + yyq2005[4] = len(x.ImagePullSecrets) != 0 + var yynn2005 int + if yyr2005 || yy2arr2005 { r.EncodeArrayStart(5) } else { - yynn2000 = 0 - for _, b := range yyq2000 { + yynn2005 = 0 + for _, b := range yyq2005 { if b { - yynn2000++ + yynn2005++ } } - r.EncodeMapStart(yynn2000) - yynn2000 = 0 + r.EncodeMapStart(yynn2005) + yynn2005 = 0 } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2000[0] { - yym2002 := z.EncBinary() - _ = yym2002 + if yyq2005[0] { + yym2007 := z.EncBinary() + _ = yym2007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -25851,23 +25906,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2000[0] { + if yyq2005[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2003 := z.EncBinary() - _ = yym2003 + yym2008 := z.EncBinary() + _ = yym2008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2000[1] { - yym2005 := z.EncBinary() - _ = yym2005 + if yyq2005[1] { + yym2010 := z.EncBinary() + _ = yym2010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -25876,43 +25931,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2000[1] { + if yyq2005[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2006 := z.EncBinary() - _ = yym2006 + yym2011 := z.EncBinary() + _ = yym2011 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2000[2] { - yy2008 := &x.ObjectMeta - yy2008.CodecEncodeSelf(e) + if yyq2005[2] { + yy2013 := &x.ObjectMeta + yy2013.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2000[2] { + if yyq2005[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2009 := &x.ObjectMeta - yy2009.CodecEncodeSelf(e) + yy2014 := &x.ObjectMeta + yy2014.CodecEncodeSelf(e) } } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2000[3] { + if yyq2005[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2011 := z.EncBinary() - _ = yym2011 + yym2016 := z.EncBinary() + _ = yym2016 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -25922,15 +25977,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2000[3] { + if yyq2005[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2012 := z.EncBinary() - _ = yym2012 + yym2017 := z.EncBinary() + _ = yym2017 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -25938,14 +25993,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2000[4] { + if yyq2005[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2014 := z.EncBinary() - _ = yym2014 + yym2019 := z.EncBinary() + _ = yym2019 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -25955,15 +26010,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2000[4] { + if yyq2005[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2015 := z.EncBinary() - _ = yym2015 + yym2020 := z.EncBinary() + _ = yym2020 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -25971,7 +26026,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2000 || yy2arr2000 { + if yyr2005 || yy2arr2005 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25984,25 +26039,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2016 := z.DecBinary() - _ = yym2016 + yym2021 := z.DecBinary() + _ = yym2021 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2017 := r.ContainerType() - if yyct2017 == codecSelferValueTypeMap1234 { - yyl2017 := r.ReadMapStart() - if yyl2017 == 0 { + yyct2022 := r.ContainerType() + if yyct2022 == codecSelferValueTypeMap1234 { + yyl2022 := r.ReadMapStart() + if yyl2022 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2017, d) + x.codecDecodeSelfFromMap(yyl2022, d) } - } else if yyct2017 == codecSelferValueTypeArray1234 { - yyl2017 := r.ReadArrayStart() - if yyl2017 == 0 { + } else if yyct2022 == codecSelferValueTypeArray1234 { + yyl2022 := r.ReadArrayStart() + if yyl2022 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2017, d) + x.codecDecodeSelfFromArray(yyl2022, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26014,12 +26069,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2018Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2018Slc - var yyhl2018 bool = l >= 0 - for yyj2018 := 0; ; yyj2018++ { - if yyhl2018 { - if yyj2018 >= l { + var yys2023Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2023Slc + var yyhl2023 bool = l >= 0 + for yyj2023 := 0; ; yyj2023++ { + if yyhl2023 { + if yyj2023 >= l { break } } else { @@ -26028,10 +26083,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2018Slc = r.DecodeBytes(yys2018Slc, true, true) - yys2018 := string(yys2018Slc) + yys2023Slc = r.DecodeBytes(yys2023Slc, true, true) + yys2023 := string(yys2023Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2018 { + switch yys2023 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26048,37 +26103,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2021 := &x.ObjectMeta - yyv2021.CodecDecodeSelf(d) + yyv2026 := &x.ObjectMeta + yyv2026.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2022 := &x.Secrets - yym2023 := z.DecBinary() - _ = yym2023 + yyv2027 := &x.Secrets + yym2028 := z.DecBinary() + _ = yym2028 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2022), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2027), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2024 := &x.ImagePullSecrets - yym2025 := z.DecBinary() - _ = yym2025 + yyv2029 := &x.ImagePullSecrets + yym2030 := z.DecBinary() + _ = yym2030 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2024), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2029), d) } } default: - z.DecStructFieldNotFound(-1, yys2018) - } // end switch yys2018 - } // end for yyj2018 + z.DecStructFieldNotFound(-1, yys2023) + } // end switch yys2023 + } // end for yyj2023 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26086,16 +26141,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2026 int - var yyb2026 bool - var yyhl2026 bool = l >= 0 - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + var yyj2031 int + var yyb2031 bool + var yyhl2031 bool = l >= 0 + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26105,13 +26160,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26121,13 +26176,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26135,16 +26190,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2029 := &x.ObjectMeta - yyv2029.CodecDecodeSelf(d) + yyv2034 := &x.ObjectMeta + yyv2034.CodecDecodeSelf(d) } - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26152,21 +26207,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2030 := &x.Secrets - yym2031 := z.DecBinary() - _ = yym2031 + yyv2035 := &x.Secrets + yym2036 := z.DecBinary() + _ = yym2036 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2030), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2035), d) } } - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26174,26 +26229,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2032 := &x.ImagePullSecrets - yym2033 := z.DecBinary() - _ = yym2033 + yyv2037 := &x.ImagePullSecrets + yym2038 := z.DecBinary() + _ = yym2038 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2032), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2037), d) } } for { - yyj2026++ - if yyhl2026 { - yyb2026 = yyj2026 > l + yyj2031++ + if yyhl2031 { + yyb2031 = yyj2031 > l } else { - yyb2026 = r.CheckBreak() + yyb2031 = r.CheckBreak() } - if yyb2026 { + if yyb2031 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2026-1, "") + z.DecStructFieldNotFound(yyj2031-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26205,37 +26260,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2034 := z.EncBinary() - _ = yym2034 + yym2039 := z.EncBinary() + _ = yym2039 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2035 := !z.EncBinary() - yy2arr2035 := z.EncBasicHandle().StructToArray - var yyq2035 [4]bool - _, _, _ = yysep2035, yyq2035, yy2arr2035 - const yyr2035 bool = false - yyq2035[0] = x.Kind != "" - yyq2035[1] = x.APIVersion != "" - yyq2035[2] = true - var yynn2035 int - if yyr2035 || yy2arr2035 { + yysep2040 := !z.EncBinary() + yy2arr2040 := z.EncBasicHandle().StructToArray + var yyq2040 [4]bool + _, _, _ = yysep2040, yyq2040, yy2arr2040 + const yyr2040 bool = false + yyq2040[0] = x.Kind != "" + yyq2040[1] = x.APIVersion != "" + yyq2040[2] = true + var yynn2040 int + if yyr2040 || yy2arr2040 { r.EncodeArrayStart(4) } else { - yynn2035 = 1 - for _, b := range yyq2035 { + yynn2040 = 1 + for _, b := range yyq2040 { if b { - yynn2035++ + yynn2040++ } } - r.EncodeMapStart(yynn2035) - yynn2035 = 0 + r.EncodeMapStart(yynn2040) + yynn2040 = 0 } - if yyr2035 || yy2arr2035 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2035[0] { - yym2037 := z.EncBinary() - _ = yym2037 + if yyq2040[0] { + yym2042 := z.EncBinary() + _ = yym2042 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26244,23 +26299,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2035[0] { + if yyq2040[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2038 := z.EncBinary() - _ = yym2038 + yym2043 := z.EncBinary() + _ = yym2043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2035 || yy2arr2035 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2035[1] { - yym2040 := z.EncBinary() - _ = yym2040 + if yyq2040[1] { + yym2045 := z.EncBinary() + _ = yym2045 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26269,54 +26324,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2035[1] { + if yyq2040[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2041 := z.EncBinary() - _ = yym2041 + yym2046 := z.EncBinary() + _ = yym2046 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2035 || yy2arr2035 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2035[2] { - yy2043 := &x.ListMeta - yym2044 := z.EncBinary() - _ = yym2044 + if yyq2040[2] { + yy2048 := &x.ListMeta + yym2049 := z.EncBinary() + _ = yym2049 if false { - } else if z.HasExtensions() && z.EncExt(yy2043) { + } else if z.HasExtensions() && z.EncExt(yy2048) { } else { - z.EncFallback(yy2043) + z.EncFallback(yy2048) } } else { r.EncodeNil() } } else { - if yyq2035[2] { + if yyq2040[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2045 := &x.ListMeta - yym2046 := z.EncBinary() - _ = yym2046 + yy2050 := &x.ListMeta + yym2051 := z.EncBinary() + _ = yym2051 if false { - } else if z.HasExtensions() && z.EncExt(yy2045) { + } else if z.HasExtensions() && z.EncExt(yy2050) { } else { - z.EncFallback(yy2045) + z.EncFallback(yy2050) } } } - if yyr2035 || yy2arr2035 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2048 := z.EncBinary() - _ = yym2048 + yym2053 := z.EncBinary() + _ = yym2053 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -26329,15 +26384,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2049 := z.EncBinary() - _ = yym2049 + yym2054 := z.EncBinary() + _ = yym2054 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2035 || yy2arr2035 { + if yyr2040 || yy2arr2040 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26350,25 +26405,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2050 := z.DecBinary() - _ = yym2050 + yym2055 := z.DecBinary() + _ = yym2055 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2051 := r.ContainerType() - if yyct2051 == codecSelferValueTypeMap1234 { - yyl2051 := r.ReadMapStart() - if yyl2051 == 0 { + yyct2056 := r.ContainerType() + if yyct2056 == codecSelferValueTypeMap1234 { + yyl2056 := r.ReadMapStart() + if yyl2056 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2051, d) + x.codecDecodeSelfFromMap(yyl2056, d) } - } else if yyct2051 == codecSelferValueTypeArray1234 { - yyl2051 := r.ReadArrayStart() - if yyl2051 == 0 { + } else if yyct2056 == codecSelferValueTypeArray1234 { + yyl2056 := r.ReadArrayStart() + if yyl2056 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2051, d) + x.codecDecodeSelfFromArray(yyl2056, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26380,12 +26435,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2052Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2052Slc - var yyhl2052 bool = l >= 0 - for yyj2052 := 0; ; yyj2052++ { - if yyhl2052 { - if yyj2052 >= l { + var yys2057Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2057Slc + var yyhl2057 bool = l >= 0 + for yyj2057 := 0; ; yyj2057++ { + if yyhl2057 { + if yyj2057 >= l { break } } else { @@ -26394,10 +26449,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2052Slc = r.DecodeBytes(yys2052Slc, true, true) - yys2052 := string(yys2052Slc) + yys2057Slc = r.DecodeBytes(yys2057Slc, true, true) + yys2057 := string(yys2057Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2052 { + switch yys2057 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26414,31 +26469,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2055 := &x.ListMeta - yym2056 := z.DecBinary() - _ = yym2056 + yyv2060 := &x.ListMeta + yym2061 := z.DecBinary() + _ = yym2061 if false { - } else if z.HasExtensions() && z.DecExt(yyv2055) { + } else if z.HasExtensions() && z.DecExt(yyv2060) { } else { - z.DecFallback(yyv2055, false) + z.DecFallback(yyv2060, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2057 := &x.Items - yym2058 := z.DecBinary() - _ = yym2058 + yyv2062 := &x.Items + yym2063 := z.DecBinary() + _ = yym2063 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2057), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2062), d) } } default: - z.DecStructFieldNotFound(-1, yys2052) - } // end switch yys2052 - } // end for yyj2052 + z.DecStructFieldNotFound(-1, yys2057) + } // end switch yys2057 + } // end for yyj2057 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26446,16 +26501,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2059 int - var yyb2059 bool - var yyhl2059 bool = l >= 0 - yyj2059++ - if yyhl2059 { - yyb2059 = yyj2059 > l + var yyj2064 int + var yyb2064 bool + var yyhl2064 bool = l >= 0 + yyj2064++ + if yyhl2064 { + yyb2064 = yyj2064 > l } else { - yyb2059 = r.CheckBreak() + yyb2064 = r.CheckBreak() } - if yyb2059 { + if yyb2064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26465,13 +26520,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2059++ - if yyhl2059 { - yyb2059 = yyj2059 > l + yyj2064++ + if yyhl2064 { + yyb2064 = yyj2064 > l } else { - yyb2059 = r.CheckBreak() + yyb2064 = r.CheckBreak() } - if yyb2059 { + if yyb2064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26481,13 +26536,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2059++ - if yyhl2059 { - yyb2059 = yyj2059 > l + yyj2064++ + if yyhl2064 { + yyb2064 = yyj2064 > l } else { - yyb2059 = r.CheckBreak() + yyb2064 = r.CheckBreak() } - if yyb2059 { + if yyb2064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26495,22 +26550,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2062 := &x.ListMeta - yym2063 := z.DecBinary() - _ = yym2063 + yyv2067 := &x.ListMeta + yym2068 := z.DecBinary() + _ = yym2068 if false { - } else if z.HasExtensions() && z.DecExt(yyv2062) { + } else if z.HasExtensions() && z.DecExt(yyv2067) { } else { - z.DecFallback(yyv2062, false) + z.DecFallback(yyv2067, false) } } - yyj2059++ - if yyhl2059 { - yyb2059 = yyj2059 > l + yyj2064++ + if yyhl2064 { + yyb2064 = yyj2064 > l } else { - yyb2059 = r.CheckBreak() + yyb2064 = r.CheckBreak() } - if yyb2059 { + if yyb2064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26518,26 +26573,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2064 := &x.Items - yym2065 := z.DecBinary() - _ = yym2065 + yyv2069 := &x.Items + yym2070 := z.DecBinary() + _ = yym2070 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2064), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2069), d) } } for { - yyj2059++ - if yyhl2059 { - yyb2059 = yyj2059 > l + yyj2064++ + if yyhl2064 { + yyb2064 = yyj2064 > l } else { - yyb2059 = r.CheckBreak() + yyb2064 = r.CheckBreak() } - if yyb2059 { + if yyb2064 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2059-1, "") + z.DecStructFieldNotFound(yyj2064-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26549,37 +26604,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2066 := z.EncBinary() - _ = yym2066 + yym2071 := z.EncBinary() + _ = yym2071 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2067 := !z.EncBinary() - yy2arr2067 := z.EncBasicHandle().StructToArray - var yyq2067 [4]bool - _, _, _ = yysep2067, yyq2067, yy2arr2067 - const yyr2067 bool = false - yyq2067[0] = x.Kind != "" - yyq2067[1] = x.APIVersion != "" - yyq2067[2] = true - var yynn2067 int - if yyr2067 || yy2arr2067 { + yysep2072 := !z.EncBinary() + yy2arr2072 := z.EncBasicHandle().StructToArray + var yyq2072 [4]bool + _, _, _ = yysep2072, yyq2072, yy2arr2072 + const yyr2072 bool = false + yyq2072[0] = x.Kind != "" + yyq2072[1] = x.APIVersion != "" + yyq2072[2] = true + var yynn2072 int + if yyr2072 || yy2arr2072 { r.EncodeArrayStart(4) } else { - yynn2067 = 1 - for _, b := range yyq2067 { + yynn2072 = 1 + for _, b := range yyq2072 { if b { - yynn2067++ + yynn2072++ } } - r.EncodeMapStart(yynn2067) - yynn2067 = 0 + r.EncodeMapStart(yynn2072) + yynn2072 = 0 } - if yyr2067 || yy2arr2067 { + if yyr2072 || yy2arr2072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2067[0] { - yym2069 := z.EncBinary() - _ = yym2069 + if yyq2072[0] { + yym2074 := z.EncBinary() + _ = yym2074 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -26588,23 +26643,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2067[0] { + if yyq2072[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2070 := z.EncBinary() - _ = yym2070 + yym2075 := z.EncBinary() + _ = yym2075 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2067 || yy2arr2067 { + if yyr2072 || yy2arr2072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2067[1] { - yym2072 := z.EncBinary() - _ = yym2072 + if yyq2072[1] { + yym2077 := z.EncBinary() + _ = yym2077 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -26613,42 +26668,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2067[1] { + if yyq2072[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2073 := z.EncBinary() - _ = yym2073 + yym2078 := z.EncBinary() + _ = yym2078 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2067 || yy2arr2067 { + if yyr2072 || yy2arr2072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2067[2] { - yy2075 := &x.ObjectMeta - yy2075.CodecEncodeSelf(e) + if yyq2072[2] { + yy2080 := &x.ObjectMeta + yy2080.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2067[2] { + if yyq2072[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2076 := &x.ObjectMeta - yy2076.CodecEncodeSelf(e) + yy2081 := &x.ObjectMeta + yy2081.CodecEncodeSelf(e) } } - if yyr2067 || yy2arr2067 { + if yyr2072 || yy2arr2072 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2078 := z.EncBinary() - _ = yym2078 + yym2083 := z.EncBinary() + _ = yym2083 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -26661,15 +26716,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2079 := z.EncBinary() - _ = yym2079 + yym2084 := z.EncBinary() + _ = yym2084 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2067 || yy2arr2067 { + if yyr2072 || yy2arr2072 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26682,25 +26737,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2080 := z.DecBinary() - _ = yym2080 + yym2085 := z.DecBinary() + _ = yym2085 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2081 := r.ContainerType() - if yyct2081 == codecSelferValueTypeMap1234 { - yyl2081 := r.ReadMapStart() - if yyl2081 == 0 { + yyct2086 := r.ContainerType() + if yyct2086 == codecSelferValueTypeMap1234 { + yyl2086 := r.ReadMapStart() + if yyl2086 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2081, d) + x.codecDecodeSelfFromMap(yyl2086, d) } - } else if yyct2081 == codecSelferValueTypeArray1234 { - yyl2081 := r.ReadArrayStart() - if yyl2081 == 0 { + } else if yyct2086 == codecSelferValueTypeArray1234 { + yyl2086 := r.ReadArrayStart() + if yyl2086 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2081, d) + x.codecDecodeSelfFromArray(yyl2086, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26712,12 +26767,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2082Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2082Slc - var yyhl2082 bool = l >= 0 - for yyj2082 := 0; ; yyj2082++ { - if yyhl2082 { - if yyj2082 >= l { + var yys2087Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2087Slc + var yyhl2087 bool = l >= 0 + for yyj2087 := 0; ; yyj2087++ { + if yyhl2087 { + if yyj2087 >= l { break } } else { @@ -26726,10 +26781,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2082Slc = r.DecodeBytes(yys2082Slc, true, true) - yys2082 := string(yys2082Slc) + yys2087Slc = r.DecodeBytes(yys2087Slc, true, true) + yys2087 := string(yys2087Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2082 { + switch yys2087 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -26746,25 +26801,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2085 := &x.ObjectMeta - yyv2085.CodecDecodeSelf(d) + yyv2090 := &x.ObjectMeta + yyv2090.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2086 := &x.Subsets - yym2087 := z.DecBinary() - _ = yym2087 + yyv2091 := &x.Subsets + yym2092 := z.DecBinary() + _ = yym2092 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2086), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2091), d) } } default: - z.DecStructFieldNotFound(-1, yys2082) - } // end switch yys2082 - } // end for yyj2082 + z.DecStructFieldNotFound(-1, yys2087) + } // end switch yys2087 + } // end for yyj2087 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26772,16 +26827,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2088 int - var yyb2088 bool - var yyhl2088 bool = l >= 0 - yyj2088++ - if yyhl2088 { - yyb2088 = yyj2088 > l + var yyj2093 int + var yyb2093 bool + var yyhl2093 bool = l >= 0 + yyj2093++ + if yyhl2093 { + yyb2093 = yyj2093 > l } else { - yyb2088 = r.CheckBreak() + yyb2093 = r.CheckBreak() } - if yyb2088 { + if yyb2093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26791,13 +26846,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2088++ - if yyhl2088 { - yyb2088 = yyj2088 > l + yyj2093++ + if yyhl2093 { + yyb2093 = yyj2093 > l } else { - yyb2088 = r.CheckBreak() + yyb2093 = r.CheckBreak() } - if yyb2088 { + if yyb2093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26807,13 +26862,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2088++ - if yyhl2088 { - yyb2088 = yyj2088 > l + yyj2093++ + if yyhl2093 { + yyb2093 = yyj2093 > l } else { - yyb2088 = r.CheckBreak() + yyb2093 = r.CheckBreak() } - if yyb2088 { + if yyb2093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26821,16 +26876,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2091 := &x.ObjectMeta - yyv2091.CodecDecodeSelf(d) + yyv2096 := &x.ObjectMeta + yyv2096.CodecDecodeSelf(d) } - yyj2088++ - if yyhl2088 { - yyb2088 = yyj2088 > l + yyj2093++ + if yyhl2093 { + yyb2093 = yyj2093 > l } else { - yyb2088 = r.CheckBreak() + yyb2093 = r.CheckBreak() } - if yyb2088 { + if yyb2093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26838,26 +26893,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2092 := &x.Subsets - yym2093 := z.DecBinary() - _ = yym2093 + yyv2097 := &x.Subsets + yym2098 := z.DecBinary() + _ = yym2098 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2092), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2097), d) } } for { - yyj2088++ - if yyhl2088 { - yyb2088 = yyj2088 > l + yyj2093++ + if yyhl2093 { + yyb2093 = yyj2093 > l } else { - yyb2088 = r.CheckBreak() + yyb2093 = r.CheckBreak() } - if yyb2088 { + if yyb2093 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2088-1, "") + z.DecStructFieldNotFound(yyj2093-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26869,40 +26924,40 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2094 := z.EncBinary() - _ = yym2094 + yym2099 := z.EncBinary() + _ = yym2099 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2095 := !z.EncBinary() - yy2arr2095 := z.EncBasicHandle().StructToArray - var yyq2095 [3]bool - _, _, _ = yysep2095, yyq2095, yy2arr2095 - const yyr2095 bool = false - yyq2095[0] = len(x.Addresses) != 0 - yyq2095[1] = len(x.NotReadyAddresses) != 0 - yyq2095[2] = len(x.Ports) != 0 - var yynn2095 int - if yyr2095 || yy2arr2095 { + yysep2100 := !z.EncBinary() + yy2arr2100 := z.EncBasicHandle().StructToArray + var yyq2100 [3]bool + _, _, _ = yysep2100, yyq2100, yy2arr2100 + const yyr2100 bool = false + yyq2100[0] = len(x.Addresses) != 0 + yyq2100[1] = len(x.NotReadyAddresses) != 0 + yyq2100[2] = len(x.Ports) != 0 + var yynn2100 int + if yyr2100 || yy2arr2100 { r.EncodeArrayStart(3) } else { - yynn2095 = 0 - for _, b := range yyq2095 { + yynn2100 = 0 + for _, b := range yyq2100 { if b { - yynn2095++ + yynn2100++ } } - r.EncodeMapStart(yynn2095) - yynn2095 = 0 + r.EncodeMapStart(yynn2100) + yynn2100 = 0 } - if yyr2095 || yy2arr2095 { + if yyr2100 || yy2arr2100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2095[0] { + if yyq2100[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2097 := z.EncBinary() - _ = yym2097 + yym2102 := z.EncBinary() + _ = yym2102 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -26912,15 +26967,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2095[0] { + if yyq2100[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2098 := z.EncBinary() - _ = yym2098 + yym2103 := z.EncBinary() + _ = yym2103 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -26928,14 +26983,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2095 || yy2arr2095 { + if yyr2100 || yy2arr2100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2095[1] { + if yyq2100[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2100 := z.EncBinary() - _ = yym2100 + yym2105 := z.EncBinary() + _ = yym2105 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -26945,15 +27000,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2095[1] { + if yyq2100[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2101 := z.EncBinary() - _ = yym2101 + yym2106 := z.EncBinary() + _ = yym2106 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -26961,14 +27016,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2095 || yy2arr2095 { + if yyr2100 || yy2arr2100 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2095[2] { + if yyq2100[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2103 := z.EncBinary() - _ = yym2103 + yym2108 := z.EncBinary() + _ = yym2108 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -26978,15 +27033,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2095[2] { + if yyq2100[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2104 := z.EncBinary() - _ = yym2104 + yym2109 := z.EncBinary() + _ = yym2109 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -26994,7 +27049,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2095 || yy2arr2095 { + if yyr2100 || yy2arr2100 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27007,25 +27062,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2105 := z.DecBinary() - _ = yym2105 + yym2110 := z.DecBinary() + _ = yym2110 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2106 := r.ContainerType() - if yyct2106 == codecSelferValueTypeMap1234 { - yyl2106 := r.ReadMapStart() - if yyl2106 == 0 { + yyct2111 := r.ContainerType() + if yyct2111 == codecSelferValueTypeMap1234 { + yyl2111 := r.ReadMapStart() + if yyl2111 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2106, d) + x.codecDecodeSelfFromMap(yyl2111, d) } - } else if yyct2106 == codecSelferValueTypeArray1234 { - yyl2106 := r.ReadArrayStart() - if yyl2106 == 0 { + } else if yyct2111 == codecSelferValueTypeArray1234 { + yyl2111 := r.ReadArrayStart() + if yyl2111 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2106, d) + x.codecDecodeSelfFromArray(yyl2111, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27037,12 +27092,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2107Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2107Slc - var yyhl2107 bool = l >= 0 - for yyj2107 := 0; ; yyj2107++ { - if yyhl2107 { - if yyj2107 >= l { + var yys2112Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2112Slc + var yyhl2112 bool = l >= 0 + for yyj2112 := 0; ; yyj2112++ { + if yyhl2112 { + if yyj2112 >= l { break } } else { @@ -27051,50 +27106,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2107Slc = r.DecodeBytes(yys2107Slc, true, true) - yys2107 := string(yys2107Slc) + yys2112Slc = r.DecodeBytes(yys2112Slc, true, true) + yys2112 := string(yys2112Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2107 { + switch yys2112 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2108 := &x.Addresses - yym2109 := z.DecBinary() - _ = yym2109 + yyv2113 := &x.Addresses + yym2114 := z.DecBinary() + _ = yym2114 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2108), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2113), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2110 := &x.NotReadyAddresses - yym2111 := z.DecBinary() - _ = yym2111 + yyv2115 := &x.NotReadyAddresses + yym2116 := z.DecBinary() + _ = yym2116 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2110), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2115), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2112 := &x.Ports - yym2113 := z.DecBinary() - _ = yym2113 + yyv2117 := &x.Ports + yym2118 := z.DecBinary() + _ = yym2118 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2112), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2117), d) } } default: - z.DecStructFieldNotFound(-1, yys2107) - } // end switch yys2107 - } // end for yyj2107 + z.DecStructFieldNotFound(-1, yys2112) + } // end switch yys2112 + } // end for yyj2112 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27102,16 +27157,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2114 int - var yyb2114 bool - var yyhl2114 bool = l >= 0 - yyj2114++ - if yyhl2114 { - yyb2114 = yyj2114 > l + var yyj2119 int + var yyb2119 bool + var yyhl2119 bool = l >= 0 + yyj2119++ + if yyhl2119 { + yyb2119 = yyj2119 > l } else { - yyb2114 = r.CheckBreak() + yyb2119 = r.CheckBreak() } - if yyb2114 { + if yyb2119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27119,21 +27174,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2115 := &x.Addresses - yym2116 := z.DecBinary() - _ = yym2116 + yyv2120 := &x.Addresses + yym2121 := z.DecBinary() + _ = yym2121 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2115), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2120), d) } } - yyj2114++ - if yyhl2114 { - yyb2114 = yyj2114 > l + yyj2119++ + if yyhl2119 { + yyb2119 = yyj2119 > l } else { - yyb2114 = r.CheckBreak() + yyb2119 = r.CheckBreak() } - if yyb2114 { + if yyb2119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27141,21 +27196,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2117 := &x.NotReadyAddresses - yym2118 := z.DecBinary() - _ = yym2118 + yyv2122 := &x.NotReadyAddresses + yym2123 := z.DecBinary() + _ = yym2123 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2117), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2122), d) } } - yyj2114++ - if yyhl2114 { - yyb2114 = yyj2114 > l + yyj2119++ + if yyhl2119 { + yyb2119 = yyj2119 > l } else { - yyb2114 = r.CheckBreak() + yyb2119 = r.CheckBreak() } - if yyb2114 { + if yyb2119 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27163,26 +27218,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2119 := &x.Ports - yym2120 := z.DecBinary() - _ = yym2120 + yyv2124 := &x.Ports + yym2125 := z.DecBinary() + _ = yym2125 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2119), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2124), d) } } for { - yyj2114++ - if yyhl2114 { - yyb2114 = yyj2114 > l + yyj2119++ + if yyhl2119 { + yyb2119 = yyj2119 > l } else { - yyb2114 = r.CheckBreak() + yyb2119 = r.CheckBreak() } - if yyb2114 { + if yyb2119 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2114-1, "") + z.DecStructFieldNotFound(yyj2119-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27194,34 +27249,34 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2121 := z.EncBinary() - _ = yym2121 + yym2126 := z.EncBinary() + _ = yym2126 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2122 := !z.EncBinary() - yy2arr2122 := z.EncBasicHandle().StructToArray - var yyq2122 [2]bool - _, _, _ = yysep2122, yyq2122, yy2arr2122 - const yyr2122 bool = false - yyq2122[1] = x.TargetRef != nil - var yynn2122 int - if yyr2122 || yy2arr2122 { + yysep2127 := !z.EncBinary() + yy2arr2127 := z.EncBasicHandle().StructToArray + var yyq2127 [2]bool + _, _, _ = yysep2127, yyq2127, yy2arr2127 + const yyr2127 bool = false + yyq2127[1] = x.TargetRef != nil + var yynn2127 int + if yyr2127 || yy2arr2127 { r.EncodeArrayStart(2) } else { - yynn2122 = 1 - for _, b := range yyq2122 { + yynn2127 = 1 + for _, b := range yyq2127 { if b { - yynn2122++ + yynn2127++ } } - r.EncodeMapStart(yynn2122) - yynn2122 = 0 + r.EncodeMapStart(yynn2127) + yynn2127 = 0 } - if yyr2122 || yy2arr2122 { + if yyr2127 || yy2arr2127 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2124 := z.EncBinary() - _ = yym2124 + yym2129 := z.EncBinary() + _ = yym2129 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -27230,16 +27285,16 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2125 := z.EncBinary() - _ = yym2125 + yym2130 := z.EncBinary() + _ = yym2130 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2122 || yy2arr2122 { + if yyr2127 || yy2arr2127 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2122[1] { + if yyq2127[1] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -27249,7 +27304,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2122[1] { + if yyq2127[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -27260,7 +27315,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2122 || yy2arr2122 { + if yyr2127 || yy2arr2127 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27273,25 +27328,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2127 := z.DecBinary() - _ = yym2127 + yym2132 := z.DecBinary() + _ = yym2132 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2128 := r.ContainerType() - if yyct2128 == codecSelferValueTypeMap1234 { - yyl2128 := r.ReadMapStart() - if yyl2128 == 0 { + yyct2133 := r.ContainerType() + if yyct2133 == codecSelferValueTypeMap1234 { + yyl2133 := r.ReadMapStart() + if yyl2133 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2128, d) + x.codecDecodeSelfFromMap(yyl2133, d) } - } else if yyct2128 == codecSelferValueTypeArray1234 { - yyl2128 := r.ReadArrayStart() - if yyl2128 == 0 { + } else if yyct2133 == codecSelferValueTypeArray1234 { + yyl2133 := r.ReadArrayStart() + if yyl2133 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2128, d) + x.codecDecodeSelfFromArray(yyl2133, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27303,12 +27358,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2129Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2129Slc - var yyhl2129 bool = l >= 0 - for yyj2129 := 0; ; yyj2129++ { - if yyhl2129 { - if yyj2129 >= l { + var yys2134Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2134Slc + var yyhl2134 bool = l >= 0 + for yyj2134 := 0; ; yyj2134++ { + if yyhl2134 { + if yyj2134 >= l { break } } else { @@ -27317,10 +27372,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2129Slc = r.DecodeBytes(yys2129Slc, true, true) - yys2129 := string(yys2129Slc) + yys2134Slc = r.DecodeBytes(yys2134Slc, true, true) + yys2134 := string(yys2134Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2129 { + switch yys2134 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -27339,9 +27394,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2129) - } // end switch yys2129 - } // end for yyj2129 + z.DecStructFieldNotFound(-1, yys2134) + } // end switch yys2134 + } // end for yyj2134 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27349,16 +27404,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2132 int - var yyb2132 bool - var yyhl2132 bool = l >= 0 - yyj2132++ - if yyhl2132 { - yyb2132 = yyj2132 > l + var yyj2137 int + var yyb2137 bool + var yyhl2137 bool = l >= 0 + yyj2137++ + if yyhl2137 { + yyb2137 = yyj2137 > l } else { - yyb2132 = r.CheckBreak() + yyb2137 = r.CheckBreak() } - if yyb2132 { + if yyb2137 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27368,13 +27423,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2132++ - if yyhl2132 { - yyb2132 = yyj2132 > l + yyj2137++ + if yyhl2137 { + yyb2137 = yyj2137 > l } else { - yyb2132 = r.CheckBreak() + yyb2137 = r.CheckBreak() } - if yyb2132 { + if yyb2137 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27390,17 +27445,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2132++ - if yyhl2132 { - yyb2132 = yyj2132 > l + yyj2137++ + if yyhl2137 { + yyb2137 = yyj2137 > l } else { - yyb2132 = r.CheckBreak() + yyb2137 = r.CheckBreak() } - if yyb2132 { + if yyb2137 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2132-1, "") + z.DecStructFieldNotFound(yyj2137-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27412,36 +27467,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2135 := z.EncBinary() - _ = yym2135 + yym2140 := z.EncBinary() + _ = yym2140 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2136 := !z.EncBinary() - yy2arr2136 := z.EncBasicHandle().StructToArray - var yyq2136 [3]bool - _, _, _ = yysep2136, yyq2136, yy2arr2136 - const yyr2136 bool = false - yyq2136[0] = x.Name != "" - yyq2136[2] = x.Protocol != "" - var yynn2136 int - if yyr2136 || yy2arr2136 { + yysep2141 := !z.EncBinary() + yy2arr2141 := z.EncBasicHandle().StructToArray + var yyq2141 [3]bool + _, _, _ = yysep2141, yyq2141, yy2arr2141 + const yyr2141 bool = false + yyq2141[0] = x.Name != "" + yyq2141[2] = x.Protocol != "" + var yynn2141 int + if yyr2141 || yy2arr2141 { r.EncodeArrayStart(3) } else { - yynn2136 = 1 - for _, b := range yyq2136 { + yynn2141 = 1 + for _, b := range yyq2141 { if b { - yynn2136++ + yynn2141++ } } - r.EncodeMapStart(yynn2136) - yynn2136 = 0 + r.EncodeMapStart(yynn2141) + yynn2141 = 0 } - if yyr2136 || yy2arr2136 { + if yyr2141 || yy2arr2141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2136[0] { - yym2138 := z.EncBinary() - _ = yym2138 + if yyq2141[0] { + yym2143 := z.EncBinary() + _ = yym2143 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -27450,22 +27505,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2136[0] { + if yyq2141[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2139 := z.EncBinary() - _ = yym2139 + yym2144 := z.EncBinary() + _ = yym2144 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2136 || yy2arr2136 { + if yyr2141 || yy2arr2141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2141 := z.EncBinary() - _ = yym2141 + yym2146 := z.EncBinary() + _ = yym2146 if false { } else { r.EncodeInt(int64(x.Port)) @@ -27474,29 +27529,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2142 := z.EncBinary() - _ = yym2142 + yym2147 := z.EncBinary() + _ = yym2147 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2136 || yy2arr2136 { + if yyr2141 || yy2arr2141 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2136[2] { + if yyq2141[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2136[2] { + if yyq2141[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2136 || yy2arr2136 { + if yyr2141 || yy2arr2141 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27509,25 +27564,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2144 := z.DecBinary() - _ = yym2144 + yym2149 := z.DecBinary() + _ = yym2149 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2145 := r.ContainerType() - if yyct2145 == codecSelferValueTypeMap1234 { - yyl2145 := r.ReadMapStart() - if yyl2145 == 0 { + yyct2150 := r.ContainerType() + if yyct2150 == codecSelferValueTypeMap1234 { + yyl2150 := r.ReadMapStart() + if yyl2150 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2145, d) + x.codecDecodeSelfFromMap(yyl2150, d) } - } else if yyct2145 == codecSelferValueTypeArray1234 { - yyl2145 := r.ReadArrayStart() - if yyl2145 == 0 { + } else if yyct2150 == codecSelferValueTypeArray1234 { + yyl2150 := r.ReadArrayStart() + if yyl2150 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2145, d) + x.codecDecodeSelfFromArray(yyl2150, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27539,12 +27594,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2146Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2146Slc - var yyhl2146 bool = l >= 0 - for yyj2146 := 0; ; yyj2146++ { - if yyhl2146 { - if yyj2146 >= l { + var yys2151Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2151Slc + var yyhl2151 bool = l >= 0 + for yyj2151 := 0; ; yyj2151++ { + if yyhl2151 { + if yyj2151 >= l { break } } else { @@ -27553,10 +27608,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2146Slc = r.DecodeBytes(yys2146Slc, true, true) - yys2146 := string(yys2146Slc) + yys2151Slc = r.DecodeBytes(yys2151Slc, true, true) + yys2151 := string(yys2151Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2146 { + switch yys2151 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -27576,9 +27631,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2146) - } // end switch yys2146 - } // end for yyj2146 + z.DecStructFieldNotFound(-1, yys2151) + } // end switch yys2151 + } // end for yyj2151 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27586,16 +27641,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2150 int - var yyb2150 bool - var yyhl2150 bool = l >= 0 - yyj2150++ - if yyhl2150 { - yyb2150 = yyj2150 > l + var yyj2155 int + var yyb2155 bool + var yyhl2155 bool = l >= 0 + yyj2155++ + if yyhl2155 { + yyb2155 = yyj2155 > l } else { - yyb2150 = r.CheckBreak() + yyb2155 = r.CheckBreak() } - if yyb2150 { + if yyb2155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27605,13 +27660,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2150++ - if yyhl2150 { - yyb2150 = yyj2150 > l + yyj2155++ + if yyhl2155 { + yyb2155 = yyj2155 > l } else { - yyb2150 = r.CheckBreak() + yyb2155 = r.CheckBreak() } - if yyb2150 { + if yyb2155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27621,13 +27676,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2150++ - if yyhl2150 { - yyb2150 = yyj2150 > l + yyj2155++ + if yyhl2155 { + yyb2155 = yyj2155 > l } else { - yyb2150 = r.CheckBreak() + yyb2155 = r.CheckBreak() } - if yyb2150 { + if yyb2155 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27638,17 +27693,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2150++ - if yyhl2150 { - yyb2150 = yyj2150 > l + yyj2155++ + if yyhl2155 { + yyb2155 = yyj2155 > l } else { - yyb2150 = r.CheckBreak() + yyb2155 = r.CheckBreak() } - if yyb2150 { + if yyb2155 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2150-1, "") + z.DecStructFieldNotFound(yyj2155-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27660,37 +27715,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2154 := z.EncBinary() - _ = yym2154 + yym2159 := z.EncBinary() + _ = yym2159 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2155 := !z.EncBinary() - yy2arr2155 := z.EncBasicHandle().StructToArray - var yyq2155 [4]bool - _, _, _ = yysep2155, yyq2155, yy2arr2155 - const yyr2155 bool = false - yyq2155[0] = x.Kind != "" - yyq2155[1] = x.APIVersion != "" - yyq2155[2] = true - var yynn2155 int - if yyr2155 || yy2arr2155 { + yysep2160 := !z.EncBinary() + yy2arr2160 := z.EncBasicHandle().StructToArray + var yyq2160 [4]bool + _, _, _ = yysep2160, yyq2160, yy2arr2160 + const yyr2160 bool = false + yyq2160[0] = x.Kind != "" + yyq2160[1] = x.APIVersion != "" + yyq2160[2] = true + var yynn2160 int + if yyr2160 || yy2arr2160 { r.EncodeArrayStart(4) } else { - yynn2155 = 1 - for _, b := range yyq2155 { + yynn2160 = 1 + for _, b := range yyq2160 { if b { - yynn2155++ + yynn2160++ } } - r.EncodeMapStart(yynn2155) - yynn2155 = 0 + r.EncodeMapStart(yynn2160) + yynn2160 = 0 } - if yyr2155 || yy2arr2155 { + if yyr2160 || yy2arr2160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2155[0] { - yym2157 := z.EncBinary() - _ = yym2157 + if yyq2160[0] { + yym2162 := z.EncBinary() + _ = yym2162 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -27699,23 +27754,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2155[0] { + if yyq2160[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2158 := z.EncBinary() - _ = yym2158 + yym2163 := z.EncBinary() + _ = yym2163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2155 || yy2arr2155 { + if yyr2160 || yy2arr2160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2155[1] { - yym2160 := z.EncBinary() - _ = yym2160 + if yyq2160[1] { + yym2165 := z.EncBinary() + _ = yym2165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -27724,54 +27779,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2155[1] { + if yyq2160[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2161 := z.EncBinary() - _ = yym2161 + yym2166 := z.EncBinary() + _ = yym2166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2155 || yy2arr2155 { + if yyr2160 || yy2arr2160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2155[2] { - yy2163 := &x.ListMeta - yym2164 := z.EncBinary() - _ = yym2164 + if yyq2160[2] { + yy2168 := &x.ListMeta + yym2169 := z.EncBinary() + _ = yym2169 if false { - } else if z.HasExtensions() && z.EncExt(yy2163) { + } else if z.HasExtensions() && z.EncExt(yy2168) { } else { - z.EncFallback(yy2163) + z.EncFallback(yy2168) } } else { r.EncodeNil() } } else { - if yyq2155[2] { + if yyq2160[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2165 := &x.ListMeta - yym2166 := z.EncBinary() - _ = yym2166 + yy2170 := &x.ListMeta + yym2171 := z.EncBinary() + _ = yym2171 if false { - } else if z.HasExtensions() && z.EncExt(yy2165) { + } else if z.HasExtensions() && z.EncExt(yy2170) { } else { - z.EncFallback(yy2165) + z.EncFallback(yy2170) } } } - if yyr2155 || yy2arr2155 { + if yyr2160 || yy2arr2160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2168 := z.EncBinary() - _ = yym2168 + yym2173 := z.EncBinary() + _ = yym2173 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -27784,15 +27839,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2169 := z.EncBinary() - _ = yym2169 + yym2174 := z.EncBinary() + _ = yym2174 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2155 || yy2arr2155 { + if yyr2160 || yy2arr2160 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27805,25 +27860,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2170 := z.DecBinary() - _ = yym2170 + yym2175 := z.DecBinary() + _ = yym2175 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2171 := r.ContainerType() - if yyct2171 == codecSelferValueTypeMap1234 { - yyl2171 := r.ReadMapStart() - if yyl2171 == 0 { + yyct2176 := r.ContainerType() + if yyct2176 == codecSelferValueTypeMap1234 { + yyl2176 := r.ReadMapStart() + if yyl2176 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2171, d) + x.codecDecodeSelfFromMap(yyl2176, d) } - } else if yyct2171 == codecSelferValueTypeArray1234 { - yyl2171 := r.ReadArrayStart() - if yyl2171 == 0 { + } else if yyct2176 == codecSelferValueTypeArray1234 { + yyl2176 := r.ReadArrayStart() + if yyl2176 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2171, d) + x.codecDecodeSelfFromArray(yyl2176, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27835,12 +27890,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2172Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2172Slc - var yyhl2172 bool = l >= 0 - for yyj2172 := 0; ; yyj2172++ { - if yyhl2172 { - if yyj2172 >= l { + var yys2177Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2177Slc + var yyhl2177 bool = l >= 0 + for yyj2177 := 0; ; yyj2177++ { + if yyhl2177 { + if yyj2177 >= l { break } } else { @@ -27849,10 +27904,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2172Slc = r.DecodeBytes(yys2172Slc, true, true) - yys2172 := string(yys2172Slc) + yys2177Slc = r.DecodeBytes(yys2177Slc, true, true) + yys2177 := string(yys2177Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2172 { + switch yys2177 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -27869,31 +27924,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2175 := &x.ListMeta - yym2176 := z.DecBinary() - _ = yym2176 + yyv2180 := &x.ListMeta + yym2181 := z.DecBinary() + _ = yym2181 if false { - } else if z.HasExtensions() && z.DecExt(yyv2175) { + } else if z.HasExtensions() && z.DecExt(yyv2180) { } else { - z.DecFallback(yyv2175, false) + z.DecFallback(yyv2180, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2177 := &x.Items - yym2178 := z.DecBinary() - _ = yym2178 + yyv2182 := &x.Items + yym2183 := z.DecBinary() + _ = yym2183 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2177), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2182), d) } } default: - z.DecStructFieldNotFound(-1, yys2172) - } // end switch yys2172 - } // end for yyj2172 + z.DecStructFieldNotFound(-1, yys2177) + } // end switch yys2177 + } // end for yyj2177 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27901,16 +27956,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2179 int - var yyb2179 bool - var yyhl2179 bool = l >= 0 - yyj2179++ - if yyhl2179 { - yyb2179 = yyj2179 > l + var yyj2184 int + var yyb2184 bool + var yyhl2184 bool = l >= 0 + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2179 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2179 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27920,13 +27975,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2179++ - if yyhl2179 { - yyb2179 = yyj2179 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2179 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2179 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27936,13 +27991,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2179++ - if yyhl2179 { - yyb2179 = yyj2179 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2179 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2179 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27950,22 +28005,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2182 := &x.ListMeta - yym2183 := z.DecBinary() - _ = yym2183 + yyv2187 := &x.ListMeta + yym2188 := z.DecBinary() + _ = yym2188 if false { - } else if z.HasExtensions() && z.DecExt(yyv2182) { + } else if z.HasExtensions() && z.DecExt(yyv2187) { } else { - z.DecFallback(yyv2182, false) + z.DecFallback(yyv2187, false) } } - yyj2179++ - if yyhl2179 { - yyb2179 = yyj2179 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2179 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2179 { + if yyb2184 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27973,26 +28028,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2184 := &x.Items - yym2185 := z.DecBinary() - _ = yym2185 + yyv2189 := &x.Items + yym2190 := z.DecBinary() + _ = yym2190 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2184), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2189), d) } } for { - yyj2179++ - if yyhl2179 { - yyb2179 = yyj2179 > l + yyj2184++ + if yyhl2184 { + yyb2184 = yyj2184 > l } else { - yyb2179 = r.CheckBreak() + yyb2184 = r.CheckBreak() } - if yyb2179 { + if yyb2184 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2179-1, "") + z.DecStructFieldNotFound(yyj2184-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28004,38 +28059,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2186 := z.EncBinary() - _ = yym2186 + yym2191 := z.EncBinary() + _ = yym2191 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2187 := !z.EncBinary() - yy2arr2187 := z.EncBasicHandle().StructToArray - var yyq2187 [4]bool - _, _, _ = yysep2187, yyq2187, yy2arr2187 - const yyr2187 bool = false - yyq2187[0] = x.PodCIDR != "" - yyq2187[1] = x.ExternalID != "" - yyq2187[2] = x.ProviderID != "" - yyq2187[3] = x.Unschedulable != false - var yynn2187 int - if yyr2187 || yy2arr2187 { + yysep2192 := !z.EncBinary() + yy2arr2192 := z.EncBasicHandle().StructToArray + var yyq2192 [4]bool + _, _, _ = yysep2192, yyq2192, yy2arr2192 + const yyr2192 bool = false + yyq2192[0] = x.PodCIDR != "" + yyq2192[1] = x.ExternalID != "" + yyq2192[2] = x.ProviderID != "" + yyq2192[3] = x.Unschedulable != false + var yynn2192 int + if yyr2192 || yy2arr2192 { r.EncodeArrayStart(4) } else { - yynn2187 = 0 - for _, b := range yyq2187 { + yynn2192 = 0 + for _, b := range yyq2192 { if b { - yynn2187++ + yynn2192++ } } - r.EncodeMapStart(yynn2187) - yynn2187 = 0 + r.EncodeMapStart(yynn2192) + yynn2192 = 0 } - if yyr2187 || yy2arr2187 { + if yyr2192 || yy2arr2192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[0] { - yym2189 := z.EncBinary() - _ = yym2189 + if yyq2192[0] { + yym2194 := z.EncBinary() + _ = yym2194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -28044,49 +28099,49 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2187[0] { + if yyq2192[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2190 := z.EncBinary() - _ = yym2190 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2187 || yy2arr2187 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[1] { - yym2192 := z.EncBinary() - _ = yym2192 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2187[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2193 := z.EncBinary() - _ = yym2193 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2187 || yy2arr2187 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[2] { yym2195 := z.EncBinary() _ = yym2195 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } + } + if yyr2192 || yy2arr2192 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2192[1] { + yym2197 := z.EncBinary() + _ = yym2197 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2192[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2198 := z.EncBinary() + _ = yym2198 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2192 || yy2arr2192 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2192[2] { + yym2200 := z.EncBinary() + _ = yym2200 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } @@ -28094,23 +28149,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2187[2] { + if yyq2192[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2196 := z.EncBinary() - _ = yym2196 + yym2201 := z.EncBinary() + _ = yym2201 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2187 || yy2arr2187 { + if yyr2192 || yy2arr2192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2187[3] { - yym2198 := z.EncBinary() - _ = yym2198 + if yyq2192[3] { + yym2203 := z.EncBinary() + _ = yym2203 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -28119,19 +28174,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2187[3] { + if yyq2192[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2199 := z.EncBinary() - _ = yym2199 + yym2204 := z.EncBinary() + _ = yym2204 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2187 || yy2arr2187 { + if yyr2192 || yy2arr2192 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28144,25 +28199,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2200 := z.DecBinary() - _ = yym2200 + yym2205 := z.DecBinary() + _ = yym2205 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2201 := r.ContainerType() - if yyct2201 == codecSelferValueTypeMap1234 { - yyl2201 := r.ReadMapStart() - if yyl2201 == 0 { + yyct2206 := r.ContainerType() + if yyct2206 == codecSelferValueTypeMap1234 { + yyl2206 := r.ReadMapStart() + if yyl2206 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2201, d) + x.codecDecodeSelfFromMap(yyl2206, d) } - } else if yyct2201 == codecSelferValueTypeArray1234 { - yyl2201 := r.ReadArrayStart() - if yyl2201 == 0 { + } else if yyct2206 == codecSelferValueTypeArray1234 { + yyl2206 := r.ReadArrayStart() + if yyl2206 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2201, d) + x.codecDecodeSelfFromArray(yyl2206, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28174,12 +28229,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2202Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2202Slc - var yyhl2202 bool = l >= 0 - for yyj2202 := 0; ; yyj2202++ { - if yyhl2202 { - if yyj2202 >= l { + var yys2207Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2207Slc + var yyhl2207 bool = l >= 0 + for yyj2207 := 0; ; yyj2207++ { + if yyhl2207 { + if yyj2207 >= l { break } } else { @@ -28188,10 +28243,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2202Slc = r.DecodeBytes(yys2202Slc, true, true) - yys2202 := string(yys2202Slc) + yys2207Slc = r.DecodeBytes(yys2207Slc, true, true) + yys2207 := string(yys2207Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2202 { + switch yys2207 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -28217,9 +28272,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2202) - } // end switch yys2202 - } // end for yyj2202 + z.DecStructFieldNotFound(-1, yys2207) + } // end switch yys2207 + } // end for yyj2207 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28227,16 +28282,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2207 int - var yyb2207 bool - var yyhl2207 bool = l >= 0 - yyj2207++ - if yyhl2207 { - yyb2207 = yyj2207 > l + var yyj2212 int + var yyb2212 bool + var yyhl2212 bool = l >= 0 + yyj2212++ + if yyhl2212 { + yyb2212 = yyj2212 > l } else { - yyb2207 = r.CheckBreak() + yyb2212 = r.CheckBreak() } - if yyb2207 { + if yyb2212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28246,13 +28301,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2207++ - if yyhl2207 { - yyb2207 = yyj2207 > l + yyj2212++ + if yyhl2212 { + yyb2212 = yyj2212 > l } else { - yyb2207 = r.CheckBreak() + yyb2212 = r.CheckBreak() } - if yyb2207 { + if yyb2212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28262,13 +28317,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2207++ - if yyhl2207 { - yyb2207 = yyj2207 > l + yyj2212++ + if yyhl2212 { + yyb2212 = yyj2212 > l } else { - yyb2207 = r.CheckBreak() + yyb2212 = r.CheckBreak() } - if yyb2207 { + if yyb2212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28278,13 +28333,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2207++ - if yyhl2207 { - yyb2207 = yyj2207 > l + yyj2212++ + if yyhl2212 { + yyb2212 = yyj2212 > l } else { - yyb2207 = r.CheckBreak() + yyb2212 = r.CheckBreak() } - if yyb2207 { + if yyb2212 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28295,17 +28350,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2207++ - if yyhl2207 { - yyb2207 = yyj2207 > l + yyj2212++ + if yyhl2212 { + yyb2212 = yyj2212 > l } else { - yyb2207 = r.CheckBreak() + yyb2212 = r.CheckBreak() } - if yyb2207 { + if yyb2212 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2207-1, "") + z.DecStructFieldNotFound(yyj2212-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28317,33 +28372,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2212 := z.EncBinary() - _ = yym2212 + yym2217 := z.EncBinary() + _ = yym2217 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2213 := !z.EncBinary() - yy2arr2213 := z.EncBasicHandle().StructToArray - var yyq2213 [1]bool - _, _, _ = yysep2213, yyq2213, yy2arr2213 - const yyr2213 bool = false - var yynn2213 int - if yyr2213 || yy2arr2213 { + yysep2218 := !z.EncBinary() + yy2arr2218 := z.EncBasicHandle().StructToArray + var yyq2218 [1]bool + _, _, _ = yysep2218, yyq2218, yy2arr2218 + const yyr2218 bool = false + var yynn2218 int + if yyr2218 || yy2arr2218 { r.EncodeArrayStart(1) } else { - yynn2213 = 1 - for _, b := range yyq2213 { + yynn2218 = 1 + for _, b := range yyq2218 { if b { - yynn2213++ + yynn2218++ } } - r.EncodeMapStart(yynn2213) - yynn2213 = 0 + r.EncodeMapStart(yynn2218) + yynn2218 = 0 } - if yyr2213 || yy2arr2213 { + if yyr2218 || yy2arr2218 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2215 := z.EncBinary() - _ = yym2215 + yym2220 := z.EncBinary() + _ = yym2220 if false { } else { r.EncodeInt(int64(x.Port)) @@ -28352,14 +28407,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2216 := z.EncBinary() - _ = yym2216 + yym2221 := z.EncBinary() + _ = yym2221 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2213 || yy2arr2213 { + if yyr2218 || yy2arr2218 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28372,25 +28427,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2217 := z.DecBinary() - _ = yym2217 + yym2222 := z.DecBinary() + _ = yym2222 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2218 := r.ContainerType() - if yyct2218 == codecSelferValueTypeMap1234 { - yyl2218 := r.ReadMapStart() - if yyl2218 == 0 { + yyct2223 := r.ContainerType() + if yyct2223 == codecSelferValueTypeMap1234 { + yyl2223 := r.ReadMapStart() + if yyl2223 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2218, d) + x.codecDecodeSelfFromMap(yyl2223, d) } - } else if yyct2218 == codecSelferValueTypeArray1234 { - yyl2218 := r.ReadArrayStart() - if yyl2218 == 0 { + } else if yyct2223 == codecSelferValueTypeArray1234 { + yyl2223 := r.ReadArrayStart() + if yyl2223 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2218, d) + x.codecDecodeSelfFromArray(yyl2223, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28402,12 +28457,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2219Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2219Slc - var yyhl2219 bool = l >= 0 - for yyj2219 := 0; ; yyj2219++ { - if yyhl2219 { - if yyj2219 >= l { + var yys2224Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2224Slc + var yyhl2224 bool = l >= 0 + for yyj2224 := 0; ; yyj2224++ { + if yyhl2224 { + if yyj2224 >= l { break } } else { @@ -28416,10 +28471,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2219Slc = r.DecodeBytes(yys2219Slc, true, true) - yys2219 := string(yys2219Slc) + yys2224Slc = r.DecodeBytes(yys2224Slc, true, true) + yys2224 := string(yys2224Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2219 { + switch yys2224 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -28427,9 +28482,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2219) - } // end switch yys2219 - } // end for yyj2219 + z.DecStructFieldNotFound(-1, yys2224) + } // end switch yys2224 + } // end for yyj2224 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28437,16 +28492,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2221 int - var yyb2221 bool - var yyhl2221 bool = l >= 0 - yyj2221++ - if yyhl2221 { - yyb2221 = yyj2221 > l + var yyj2226 int + var yyb2226 bool + var yyhl2226 bool = l >= 0 + yyj2226++ + if yyhl2226 { + yyb2226 = yyj2226 > l } else { - yyb2221 = r.CheckBreak() + yyb2226 = r.CheckBreak() } - if yyb2221 { + if yyb2226 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28457,17 +28512,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2221++ - if yyhl2221 { - yyb2221 = yyj2221 > l + yyj2226++ + if yyhl2226 { + yyb2226 = yyj2226 > l } else { - yyb2221 = r.CheckBreak() + yyb2226 = r.CheckBreak() } - if yyb2221 { + if yyb2226 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2221-1, "") + z.DecStructFieldNotFound(yyj2226-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28479,48 +28534,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2223 := z.EncBinary() - _ = yym2223 + yym2228 := z.EncBinary() + _ = yym2228 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2224 := !z.EncBinary() - yy2arr2224 := z.EncBasicHandle().StructToArray - var yyq2224 [1]bool - _, _, _ = yysep2224, yyq2224, yy2arr2224 - const yyr2224 bool = false - yyq2224[0] = true - var yynn2224 int - if yyr2224 || yy2arr2224 { + yysep2229 := !z.EncBinary() + yy2arr2229 := z.EncBasicHandle().StructToArray + var yyq2229 [1]bool + _, _, _ = yysep2229, yyq2229, yy2arr2229 + const yyr2229 bool = false + yyq2229[0] = true + var yynn2229 int + if yyr2229 || yy2arr2229 { r.EncodeArrayStart(1) } else { - yynn2224 = 0 - for _, b := range yyq2224 { + yynn2229 = 0 + for _, b := range yyq2229 { if b { - yynn2224++ + yynn2229++ } } - r.EncodeMapStart(yynn2224) - yynn2224 = 0 + r.EncodeMapStart(yynn2229) + yynn2229 = 0 } - if yyr2224 || yy2arr2224 { + if yyr2229 || yy2arr2229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2224[0] { - yy2226 := &x.KubeletEndpoint - yy2226.CodecEncodeSelf(e) + if yyq2229[0] { + yy2231 := &x.KubeletEndpoint + yy2231.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2224[0] { + if yyq2229[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2227 := &x.KubeletEndpoint - yy2227.CodecEncodeSelf(e) + yy2232 := &x.KubeletEndpoint + yy2232.CodecEncodeSelf(e) } } - if yyr2224 || yy2arr2224 { + if yyr2229 || yy2arr2229 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28533,25 +28588,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2228 := z.DecBinary() - _ = yym2228 + yym2233 := z.DecBinary() + _ = yym2233 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2229 := r.ContainerType() - if yyct2229 == codecSelferValueTypeMap1234 { - yyl2229 := r.ReadMapStart() - if yyl2229 == 0 { + yyct2234 := r.ContainerType() + if yyct2234 == codecSelferValueTypeMap1234 { + yyl2234 := r.ReadMapStart() + if yyl2234 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2229, d) + x.codecDecodeSelfFromMap(yyl2234, d) } - } else if yyct2229 == codecSelferValueTypeArray1234 { - yyl2229 := r.ReadArrayStart() - if yyl2229 == 0 { + } else if yyct2234 == codecSelferValueTypeArray1234 { + yyl2234 := r.ReadArrayStart() + if yyl2234 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2229, d) + x.codecDecodeSelfFromArray(yyl2234, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28563,12 +28618,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2230Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2230Slc - var yyhl2230 bool = l >= 0 - for yyj2230 := 0; ; yyj2230++ { - if yyhl2230 { - if yyj2230 >= l { + var yys2235Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2235Slc + var yyhl2235 bool = l >= 0 + for yyj2235 := 0; ; yyj2235++ { + if yyhl2235 { + if yyj2235 >= l { break } } else { @@ -28577,21 +28632,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2230Slc = r.DecodeBytes(yys2230Slc, true, true) - yys2230 := string(yys2230Slc) + yys2235Slc = r.DecodeBytes(yys2235Slc, true, true) + yys2235 := string(yys2235Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2230 { + switch yys2235 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2231 := &x.KubeletEndpoint - yyv2231.CodecDecodeSelf(d) + yyv2236 := &x.KubeletEndpoint + yyv2236.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2230) - } // end switch yys2230 - } // end for yyj2230 + z.DecStructFieldNotFound(-1, yys2235) + } // end switch yys2235 + } // end for yyj2235 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28599,16 +28654,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2232 int - var yyb2232 bool - var yyhl2232 bool = l >= 0 - yyj2232++ - if yyhl2232 { - yyb2232 = yyj2232 > l + var yyj2237 int + var yyb2237 bool + var yyhl2237 bool = l >= 0 + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2232 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2232 { + if yyb2237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28616,21 +28671,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2233 := &x.KubeletEndpoint - yyv2233.CodecDecodeSelf(d) + yyv2238 := &x.KubeletEndpoint + yyv2238.CodecDecodeSelf(d) } for { - yyj2232++ - if yyhl2232 { - yyb2232 = yyj2232 > l + yyj2237++ + if yyhl2237 { + yyb2237 = yyj2237 > l } else { - yyb2232 = r.CheckBreak() + yyb2237 = r.CheckBreak() } - if yyb2232 { + if yyb2237 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2232-1, "") + z.DecStructFieldNotFound(yyj2237-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28642,33 +28697,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2234 := z.EncBinary() - _ = yym2234 + yym2239 := z.EncBinary() + _ = yym2239 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2235 := !z.EncBinary() - yy2arr2235 := z.EncBasicHandle().StructToArray - var yyq2235 [8]bool - _, _, _ = yysep2235, yyq2235, yy2arr2235 - const yyr2235 bool = false - var yynn2235 int - if yyr2235 || yy2arr2235 { + yysep2240 := !z.EncBinary() + yy2arr2240 := z.EncBasicHandle().StructToArray + var yyq2240 [8]bool + _, _, _ = yysep2240, yyq2240, yy2arr2240 + const yyr2240 bool = false + var yynn2240 int + if yyr2240 || yy2arr2240 { r.EncodeArrayStart(8) } else { - yynn2235 = 8 - for _, b := range yyq2235 { + yynn2240 = 8 + for _, b := range yyq2240 { if b { - yynn2235++ + yynn2240++ } } - r.EncodeMapStart(yynn2235) - yynn2235 = 0 + r.EncodeMapStart(yynn2240) + yynn2240 = 0 } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2237 := z.EncBinary() - _ = yym2237 + yym2242 := z.EncBinary() + _ = yym2242 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -28677,17 +28732,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2238 := z.EncBinary() - _ = yym2238 + yym2243 := z.EncBinary() + _ = yym2243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2240 := z.EncBinary() - _ = yym2240 + yym2245 := z.EncBinary() + _ = yym2245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -28696,17 +28751,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2241 := z.EncBinary() - _ = yym2241 + yym2246 := z.EncBinary() + _ = yym2246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2243 := z.EncBinary() - _ = yym2243 + yym2248 := z.EncBinary() + _ = yym2248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -28715,17 +28770,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2244 := z.EncBinary() - _ = yym2244 + yym2249 := z.EncBinary() + _ = yym2249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2246 := z.EncBinary() - _ = yym2246 + yym2251 := z.EncBinary() + _ = yym2251 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -28734,17 +28789,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2247 := z.EncBinary() - _ = yym2247 + yym2252 := z.EncBinary() + _ = yym2252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2249 := z.EncBinary() - _ = yym2249 + yym2254 := z.EncBinary() + _ = yym2254 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OsImage)) @@ -28753,17 +28808,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2250 := z.EncBinary() - _ = yym2250 + yym2255 := z.EncBinary() + _ = yym2255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OsImage)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2252 := z.EncBinary() - _ = yym2252 + yym2257 := z.EncBinary() + _ = yym2257 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -28772,17 +28827,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2253 := z.EncBinary() - _ = yym2253 + yym2258 := z.EncBinary() + _ = yym2258 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2255 := z.EncBinary() - _ = yym2255 + yym2260 := z.EncBinary() + _ = yym2260 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -28791,17 +28846,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2256 := z.EncBinary() - _ = yym2256 + yym2261 := z.EncBinary() + _ = yym2261 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2258 := z.EncBinary() - _ = yym2258 + yym2263 := z.EncBinary() + _ = yym2263 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -28810,14 +28865,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2259 := z.EncBinary() - _ = yym2259 + yym2264 := z.EncBinary() + _ = yym2264 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2235 || yy2arr2235 { + if yyr2240 || yy2arr2240 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28830,25 +28885,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2260 := z.DecBinary() - _ = yym2260 + yym2265 := z.DecBinary() + _ = yym2265 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2261 := r.ContainerType() - if yyct2261 == codecSelferValueTypeMap1234 { - yyl2261 := r.ReadMapStart() - if yyl2261 == 0 { + yyct2266 := r.ContainerType() + if yyct2266 == codecSelferValueTypeMap1234 { + yyl2266 := r.ReadMapStart() + if yyl2266 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2261, d) + x.codecDecodeSelfFromMap(yyl2266, d) } - } else if yyct2261 == codecSelferValueTypeArray1234 { - yyl2261 := r.ReadArrayStart() - if yyl2261 == 0 { + } else if yyct2266 == codecSelferValueTypeArray1234 { + yyl2266 := r.ReadArrayStart() + if yyl2266 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2261, d) + x.codecDecodeSelfFromArray(yyl2266, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28860,12 +28915,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2262Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2262Slc - var yyhl2262 bool = l >= 0 - for yyj2262 := 0; ; yyj2262++ { - if yyhl2262 { - if yyj2262 >= l { + var yys2267Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2267Slc + var yyhl2267 bool = l >= 0 + for yyj2267 := 0; ; yyj2267++ { + if yyhl2267 { + if yyj2267 >= l { break } } else { @@ -28874,10 +28929,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2262Slc = r.DecodeBytes(yys2262Slc, true, true) - yys2262 := string(yys2262Slc) + yys2267Slc = r.DecodeBytes(yys2267Slc, true, true) + yys2267 := string(yys2267Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2262 { + switch yys2267 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -28927,9 +28982,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2262) - } // end switch yys2262 - } // end for yyj2262 + z.DecStructFieldNotFound(-1, yys2267) + } // end switch yys2267 + } // end for yyj2267 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28937,16 +28992,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2271 int - var yyb2271 bool - var yyhl2271 bool = l >= 0 - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + var yyj2276 int + var yyb2276 bool + var yyhl2276 bool = l >= 0 + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28956,13 +29011,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28972,13 +29027,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28988,13 +29043,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29004,13 +29059,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29020,13 +29075,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OsImage = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29036,13 +29091,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29052,13 +29107,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29069,17 +29124,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.KubeProxyVersion = string(r.DecodeString()) } for { - yyj2271++ - if yyhl2271 { - yyb2271 = yyj2271 > l + yyj2276++ + if yyhl2276 { + yyb2276 = yyj2276 > l } else { - yyb2271 = r.CheckBreak() + yyb2276 = r.CheckBreak() } - if yyb2271 { + if yyb2276 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2271-1, "") + z.DecStructFieldNotFound(yyj2276-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29091,38 +29146,38 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2280 := z.EncBinary() - _ = yym2280 + yym2285 := z.EncBinary() + _ = yym2285 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2281 := !z.EncBinary() - yy2arr2281 := z.EncBasicHandle().StructToArray - var yyq2281 [6]bool - _, _, _ = yysep2281, yyq2281, yy2arr2281 - const yyr2281 bool = false - yyq2281[0] = len(x.Capacity) != 0 - yyq2281[1] = x.Phase != "" - yyq2281[2] = len(x.Conditions) != 0 - yyq2281[3] = len(x.Addresses) != 0 - yyq2281[4] = true - yyq2281[5] = true - var yynn2281 int - if yyr2281 || yy2arr2281 { + yysep2286 := !z.EncBinary() + yy2arr2286 := z.EncBasicHandle().StructToArray + var yyq2286 [6]bool + _, _, _ = yysep2286, yyq2286, yy2arr2286 + const yyr2286 bool = false + yyq2286[0] = len(x.Capacity) != 0 + yyq2286[1] = x.Phase != "" + yyq2286[2] = len(x.Conditions) != 0 + yyq2286[3] = len(x.Addresses) != 0 + yyq2286[4] = true + yyq2286[5] = true + var yynn2286 int + if yyr2286 || yy2arr2286 { r.EncodeArrayStart(6) } else { - yynn2281 = 0 - for _, b := range yyq2281 { + yynn2286 = 0 + for _, b := range yyq2286 { if b { - yynn2281++ + yynn2286++ } } - r.EncodeMapStart(yynn2281) - yynn2281 = 0 + r.EncodeMapStart(yynn2286) + yynn2286 = 0 } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[0] { + if yyq2286[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -29132,7 +29187,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2281[0] { + if yyq2286[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -29143,29 +29198,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[1] { + if yyq2286[1] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2281[1] { + if yyq2286[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[2] { + if yyq2286[2] { if x.Conditions == nil { r.EncodeNil() } else { - yym2285 := z.EncBinary() - _ = yym2285 + yym2290 := z.EncBinary() + _ = yym2290 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -29175,15 +29230,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2281[2] { + if yyq2286[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2286 := z.EncBinary() - _ = yym2286 + yym2291 := z.EncBinary() + _ = yym2291 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -29191,14 +29246,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[3] { + if yyq2286[3] { if x.Addresses == nil { r.EncodeNil() } else { - yym2288 := z.EncBinary() - _ = yym2288 + yym2293 := z.EncBinary() + _ = yym2293 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -29208,15 +29263,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2281[3] { + if yyq2286[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2289 := z.EncBinary() - _ = yym2289 + yym2294 := z.EncBinary() + _ = yym2294 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -29224,41 +29279,41 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[4] { - yy2291 := &x.DaemonEndpoints - yy2291.CodecEncodeSelf(e) + if yyq2286[4] { + yy2296 := &x.DaemonEndpoints + yy2296.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2281[4] { + if yyq2286[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2292 := &x.DaemonEndpoints - yy2292.CodecEncodeSelf(e) + yy2297 := &x.DaemonEndpoints + yy2297.CodecEncodeSelf(e) } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2281[5] { - yy2294 := &x.NodeInfo - yy2294.CodecEncodeSelf(e) + if yyq2286[5] { + yy2299 := &x.NodeInfo + yy2299.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2281[5] { + if yyq2286[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2295 := &x.NodeInfo - yy2295.CodecEncodeSelf(e) + yy2300 := &x.NodeInfo + yy2300.CodecEncodeSelf(e) } } - if yyr2281 || yy2arr2281 { + if yyr2286 || yy2arr2286 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29271,25 +29326,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2296 := z.DecBinary() - _ = yym2296 + yym2301 := z.DecBinary() + _ = yym2301 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2297 := r.ContainerType() - if yyct2297 == codecSelferValueTypeMap1234 { - yyl2297 := r.ReadMapStart() - if yyl2297 == 0 { + yyct2302 := r.ContainerType() + if yyct2302 == codecSelferValueTypeMap1234 { + yyl2302 := r.ReadMapStart() + if yyl2302 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2297, d) + x.codecDecodeSelfFromMap(yyl2302, d) } - } else if yyct2297 == codecSelferValueTypeArray1234 { - yyl2297 := r.ReadArrayStart() - if yyl2297 == 0 { + } else if yyct2302 == codecSelferValueTypeArray1234 { + yyl2302 := r.ReadArrayStart() + if yyl2302 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2297, d) + x.codecDecodeSelfFromArray(yyl2302, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29301,12 +29356,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2298Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2298Slc - var yyhl2298 bool = l >= 0 - for yyj2298 := 0; ; yyj2298++ { - if yyhl2298 { - if yyj2298 >= l { + var yys2303Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2303Slc + var yyhl2303 bool = l >= 0 + for yyj2303 := 0; ; yyj2303++ { + if yyhl2303 { + if yyj2303 >= l { break } } else { @@ -29315,16 +29370,16 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2298Slc = r.DecodeBytes(yys2298Slc, true, true) - yys2298 := string(yys2298Slc) + yys2303Slc = r.DecodeBytes(yys2303Slc, true, true) + yys2303 := string(yys2303Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2298 { + switch yys2303 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2299 := &x.Capacity - yyv2299.CodecDecodeSelf(d) + yyv2304 := &x.Capacity + yyv2304.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -29336,44 +29391,44 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2301 := &x.Conditions - yym2302 := z.DecBinary() - _ = yym2302 + yyv2306 := &x.Conditions + yym2307 := z.DecBinary() + _ = yym2307 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2301), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2306), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2303 := &x.Addresses - yym2304 := z.DecBinary() - _ = yym2304 + yyv2308 := &x.Addresses + yym2309 := z.DecBinary() + _ = yym2309 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2303), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2308), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2305 := &x.DaemonEndpoints - yyv2305.CodecDecodeSelf(d) + yyv2310 := &x.DaemonEndpoints + yyv2310.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2306 := &x.NodeInfo - yyv2306.CodecDecodeSelf(d) + yyv2311 := &x.NodeInfo + yyv2311.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2298) - } // end switch yys2298 - } // end for yyj2298 + z.DecStructFieldNotFound(-1, yys2303) + } // end switch yys2303 + } // end for yyj2303 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29381,16 +29436,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2307 int - var yyb2307 bool - var yyhl2307 bool = l >= 0 - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + var yyj2312 int + var yyb2312 bool + var yyhl2312 bool = l >= 0 + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29398,16 +29453,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2308 := &x.Capacity - yyv2308.CodecDecodeSelf(d) + yyv2313 := &x.Capacity + yyv2313.CodecDecodeSelf(d) } - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29417,13 +29472,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29431,21 +29486,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2310 := &x.Conditions - yym2311 := z.DecBinary() - _ = yym2311 + yyv2315 := &x.Conditions + yym2316 := z.DecBinary() + _ = yym2316 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2310), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv2315), d) } } - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29453,21 +29508,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2312 := &x.Addresses - yym2313 := z.DecBinary() - _ = yym2313 + yyv2317 := &x.Addresses + yym2318 := z.DecBinary() + _ = yym2318 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv2312), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv2317), d) } } - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29475,16 +29530,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv2314 := &x.DaemonEndpoints - yyv2314.CodecDecodeSelf(d) + yyv2319 := &x.DaemonEndpoints + yyv2319.CodecDecodeSelf(d) } - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29492,21 +29547,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv2315 := &x.NodeInfo - yyv2315.CodecDecodeSelf(d) + yyv2320 := &x.NodeInfo + yyv2320.CodecDecodeSelf(d) } for { - yyj2307++ - if yyhl2307 { - yyb2307 = yyj2307 > l + yyj2312++ + if yyhl2312 { + yyb2312 = yyj2312 > l } else { - yyb2307 = r.CheckBreak() + yyb2312 = r.CheckBreak() } - if yyb2307 { + if yyb2312 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2307-1, "") + z.DecStructFieldNotFound(yyj2312-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29515,8 +29570,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2316 := z.EncBinary() - _ = yym2316 + yym2321 := z.EncBinary() + _ = yym2321 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -29528,8 +29583,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2317 := z.DecBinary() - _ = yym2317 + yym2322 := z.DecBinary() + _ = yym2322 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -29541,8 +29596,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2318 := z.EncBinary() - _ = yym2318 + yym2323 := z.EncBinary() + _ = yym2323 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -29554,8 +29609,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2319 := z.DecBinary() - _ = yym2319 + yym2324 := z.DecBinary() + _ = yym2324 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -29570,34 +29625,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2320 := z.EncBinary() - _ = yym2320 + yym2325 := z.EncBinary() + _ = yym2325 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2321 := !z.EncBinary() - yy2arr2321 := z.EncBasicHandle().StructToArray - var yyq2321 [6]bool - _, _, _ = yysep2321, yyq2321, yy2arr2321 - const yyr2321 bool = false - yyq2321[2] = true - yyq2321[3] = true - yyq2321[4] = x.Reason != "" - yyq2321[5] = x.Message != "" - var yynn2321 int - if yyr2321 || yy2arr2321 { + yysep2326 := !z.EncBinary() + yy2arr2326 := z.EncBasicHandle().StructToArray + var yyq2326 [6]bool + _, _, _ = yysep2326, yyq2326, yy2arr2326 + const yyr2326 bool = false + yyq2326[2] = true + yyq2326[3] = true + yyq2326[4] = x.Reason != "" + yyq2326[5] = x.Message != "" + var yynn2326 int + if yyr2326 || yy2arr2326 { r.EncodeArrayStart(6) } else { - yynn2321 = 2 - for _, b := range yyq2321 { + yynn2326 = 2 + for _, b := range yyq2326 { if b { - yynn2321++ + yynn2326++ } } - r.EncodeMapStart(yynn2321) - yynn2321 = 0 + r.EncodeMapStart(yynn2326) + yynn2326 = 0 } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -29606,7 +29661,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -29615,47 +29670,10 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2321[2] { - yy2325 := &x.LastHeartbeatTime - yym2326 := z.EncBinary() - _ = yym2326 - if false { - } else if z.HasExtensions() && z.EncExt(yy2325) { - } else if yym2326 { - z.EncBinaryMarshal(yy2325) - } else if !yym2326 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2325) - } else { - z.EncFallback(yy2325) - } - } else { - r.EncodeNil() - } - } else { - if yyq2321[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2327 := &x.LastHeartbeatTime - yym2328 := z.EncBinary() - _ = yym2328 - if false { - } else if z.HasExtensions() && z.EncExt(yy2327) { - } else if yym2328 { - z.EncBinaryMarshal(yy2327) - } else if !yym2328 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2327) - } else { - z.EncFallback(yy2327) - } - } - } - if yyr2321 || yy2arr2321 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2321[3] { - yy2330 := &x.LastTransitionTime + if yyq2326[2] { + yy2330 := &x.LastHeartbeatTime yym2331 := z.EncBinary() _ = yym2331 if false { @@ -29671,11 +29689,11 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2321[3] { + if yyq2326[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2332 := &x.LastTransitionTime + yy2332 := &x.LastHeartbeatTime yym2333 := z.EncBinary() _ = yym2333 if false { @@ -29689,36 +29707,73 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2321[4] { - yym2335 := z.EncBinary() - _ = yym2335 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2321[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq2326[3] { + yy2335 := &x.LastTransitionTime yym2336 := z.EncBinary() _ = yym2336 if false { + } else if z.HasExtensions() && z.EncExt(yy2335) { + } else if yym2336 { + z.EncBinaryMarshal(yy2335) + } else if !yym2336 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2335) + } else { + z.EncFallback(yy2335) + } + } else { + r.EncodeNil() + } + } else { + if yyq2326[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2337 := &x.LastTransitionTime + yym2338 := z.EncBinary() + _ = yym2338 + if false { + } else if z.HasExtensions() && z.EncExt(yy2337) { + } else if yym2338 { + z.EncBinaryMarshal(yy2337) + } else if !yym2338 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2337) + } else { + z.EncFallback(yy2337) + } + } + } + if yyr2326 || yy2arr2326 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2326[4] { + yym2340 := z.EncBinary() + _ = yym2340 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2326[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2341 := z.EncBinary() + _ = yym2341 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2321[5] { - yym2338 := z.EncBinary() - _ = yym2338 + if yyq2326[5] { + yym2343 := z.EncBinary() + _ = yym2343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -29727,19 +29782,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2321[5] { + if yyq2326[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2339 := z.EncBinary() - _ = yym2339 + yym2344 := z.EncBinary() + _ = yym2344 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2321 || yy2arr2321 { + if yyr2326 || yy2arr2326 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29752,25 +29807,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2340 := z.DecBinary() - _ = yym2340 + yym2345 := z.DecBinary() + _ = yym2345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2341 := r.ContainerType() - if yyct2341 == codecSelferValueTypeMap1234 { - yyl2341 := r.ReadMapStart() - if yyl2341 == 0 { + yyct2346 := r.ContainerType() + if yyct2346 == codecSelferValueTypeMap1234 { + yyl2346 := r.ReadMapStart() + if yyl2346 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2341, d) + x.codecDecodeSelfFromMap(yyl2346, d) } - } else if yyct2341 == codecSelferValueTypeArray1234 { - yyl2341 := r.ReadArrayStart() - if yyl2341 == 0 { + } else if yyct2346 == codecSelferValueTypeArray1234 { + yyl2346 := r.ReadArrayStart() + if yyl2346 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2341, d) + x.codecDecodeSelfFromArray(yyl2346, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29782,12 +29837,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2342Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2342Slc - var yyhl2342 bool = l >= 0 - for yyj2342 := 0; ; yyj2342++ { - if yyhl2342 { - if yyj2342 >= l { + var yys2347Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2347Slc + var yyhl2347 bool = l >= 0 + for yyj2347 := 0; ; yyj2347++ { + if yyhl2347 { + if yyj2347 >= l { break } } else { @@ -29796,10 +29851,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2342Slc = r.DecodeBytes(yys2342Slc, true, true) - yys2342 := string(yys2342Slc) + yys2347Slc = r.DecodeBytes(yys2347Slc, true, true) + yys2347 := string(yys2347Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2342 { + switch yys2347 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -29816,34 +29871,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2345 := &x.LastHeartbeatTime - yym2346 := z.DecBinary() - _ = yym2346 + yyv2350 := &x.LastHeartbeatTime + yym2351 := z.DecBinary() + _ = yym2351 if false { - } else if z.HasExtensions() && z.DecExt(yyv2345) { - } else if yym2346 { - z.DecBinaryUnmarshal(yyv2345) - } else if !yym2346 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2345) + } else if z.HasExtensions() && z.DecExt(yyv2350) { + } else if yym2351 { + z.DecBinaryUnmarshal(yyv2350) + } else if !yym2351 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2350) } else { - z.DecFallback(yyv2345, false) + z.DecFallback(yyv2350, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2347 := &x.LastTransitionTime - yym2348 := z.DecBinary() - _ = yym2348 + yyv2352 := &x.LastTransitionTime + yym2353 := z.DecBinary() + _ = yym2353 if false { - } else if z.HasExtensions() && z.DecExt(yyv2347) { - } else if yym2348 { - z.DecBinaryUnmarshal(yyv2347) - } else if !yym2348 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2347) + } else if z.HasExtensions() && z.DecExt(yyv2352) { + } else if yym2353 { + z.DecBinaryUnmarshal(yyv2352) + } else if !yym2353 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2352) } else { - z.DecFallback(yyv2347, false) + z.DecFallback(yyv2352, false) } } case "reason": @@ -29859,9 +29914,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2342) - } // end switch yys2342 - } // end for yyj2342 + z.DecStructFieldNotFound(-1, yys2347) + } // end switch yys2347 + } // end for yyj2347 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29869,16 +29924,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2351 int - var yyb2351 bool - var yyhl2351 bool = l >= 0 - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + var yyj2356 int + var yyb2356 bool + var yyhl2356 bool = l >= 0 + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29888,13 +29943,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29904,13 +29959,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29918,26 +29973,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv2354 := &x.LastHeartbeatTime - yym2355 := z.DecBinary() - _ = yym2355 + yyv2359 := &x.LastHeartbeatTime + yym2360 := z.DecBinary() + _ = yym2360 if false { - } else if z.HasExtensions() && z.DecExt(yyv2354) { - } else if yym2355 { - z.DecBinaryUnmarshal(yyv2354) - } else if !yym2355 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2354) + } else if z.HasExtensions() && z.DecExt(yyv2359) { + } else if yym2360 { + z.DecBinaryUnmarshal(yyv2359) + } else if !yym2360 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2359) } else { - z.DecFallback(yyv2354, false) + z.DecFallback(yyv2359, false) } } - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29945,26 +30000,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv2356 := &x.LastTransitionTime - yym2357 := z.DecBinary() - _ = yym2357 + yyv2361 := &x.LastTransitionTime + yym2362 := z.DecBinary() + _ = yym2362 if false { - } else if z.HasExtensions() && z.DecExt(yyv2356) { - } else if yym2357 { - z.DecBinaryUnmarshal(yyv2356) - } else if !yym2357 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2356) + } else if z.HasExtensions() && z.DecExt(yyv2361) { + } else if yym2362 { + z.DecBinaryUnmarshal(yyv2361) + } else if !yym2362 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2361) } else { - z.DecFallback(yyv2356, false) + z.DecFallback(yyv2361, false) } } - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29974,13 +30029,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29991,17 +30046,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj2351++ - if yyhl2351 { - yyb2351 = yyj2351 > l + yyj2356++ + if yyhl2356 { + yyb2356 = yyj2356 > l } else { - yyb2351 = r.CheckBreak() + yyb2356 = r.CheckBreak() } - if yyb2351 { + if yyb2356 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2351-1, "") + z.DecStructFieldNotFound(yyj2356-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30010,8 +30065,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2360 := z.EncBinary() - _ = yym2360 + yym2365 := z.EncBinary() + _ = yym2365 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30023,8 +30078,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2361 := z.DecBinary() - _ = yym2361 + yym2366 := z.DecBinary() + _ = yym2366 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30039,30 +30094,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2362 := z.EncBinary() - _ = yym2362 + yym2367 := z.EncBinary() + _ = yym2367 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2363 := !z.EncBinary() - yy2arr2363 := z.EncBasicHandle().StructToArray - var yyq2363 [2]bool - _, _, _ = yysep2363, yyq2363, yy2arr2363 - const yyr2363 bool = false - var yynn2363 int - if yyr2363 || yy2arr2363 { + yysep2368 := !z.EncBinary() + yy2arr2368 := z.EncBasicHandle().StructToArray + var yyq2368 [2]bool + _, _, _ = yysep2368, yyq2368, yy2arr2368 + const yyr2368 bool = false + var yynn2368 int + if yyr2368 || yy2arr2368 { r.EncodeArrayStart(2) } else { - yynn2363 = 2 - for _, b := range yyq2363 { + yynn2368 = 2 + for _, b := range yyq2368 { if b { - yynn2363++ + yynn2368++ } } - r.EncodeMapStart(yynn2363) - yynn2363 = 0 + r.EncodeMapStart(yynn2368) + yynn2368 = 0 } - if yyr2363 || yy2arr2363 { + if yyr2368 || yy2arr2368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -30071,10 +30126,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr2363 || yy2arr2363 { + if yyr2368 || yy2arr2368 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2366 := z.EncBinary() - _ = yym2366 + yym2371 := z.EncBinary() + _ = yym2371 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -30083,14 +30138,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2367 := z.EncBinary() - _ = yym2367 + yym2372 := z.EncBinary() + _ = yym2372 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr2363 || yy2arr2363 { + if yyr2368 || yy2arr2368 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30103,25 +30158,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2368 := z.DecBinary() - _ = yym2368 + yym2373 := z.DecBinary() + _ = yym2373 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2369 := r.ContainerType() - if yyct2369 == codecSelferValueTypeMap1234 { - yyl2369 := r.ReadMapStart() - if yyl2369 == 0 { + yyct2374 := r.ContainerType() + if yyct2374 == codecSelferValueTypeMap1234 { + yyl2374 := r.ReadMapStart() + if yyl2374 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2369, d) + x.codecDecodeSelfFromMap(yyl2374, d) } - } else if yyct2369 == codecSelferValueTypeArray1234 { - yyl2369 := r.ReadArrayStart() - if yyl2369 == 0 { + } else if yyct2374 == codecSelferValueTypeArray1234 { + yyl2374 := r.ReadArrayStart() + if yyl2374 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2369, d) + x.codecDecodeSelfFromArray(yyl2374, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30133,12 +30188,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2370Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2370Slc - var yyhl2370 bool = l >= 0 - for yyj2370 := 0; ; yyj2370++ { - if yyhl2370 { - if yyj2370 >= l { + var yys2375Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2375Slc + var yyhl2375 bool = l >= 0 + for yyj2375 := 0; ; yyj2375++ { + if yyhl2375 { + if yyj2375 >= l { break } } else { @@ -30147,10 +30202,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2370Slc = r.DecodeBytes(yys2370Slc, true, true) - yys2370 := string(yys2370Slc) + yys2375Slc = r.DecodeBytes(yys2375Slc, true, true) + yys2375 := string(yys2375Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2370 { + switch yys2375 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -30164,9 +30219,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2370) - } // end switch yys2370 - } // end for yyj2370 + z.DecStructFieldNotFound(-1, yys2375) + } // end switch yys2375 + } // end for yyj2375 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30174,16 +30229,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2373 int - var yyb2373 bool - var yyhl2373 bool = l >= 0 - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + var yyj2378 int + var yyb2378 bool + var yyhl2378 bool = l >= 0 + yyj2378++ + if yyhl2378 { + yyb2378 = yyj2378 > l } else { - yyb2373 = r.CheckBreak() + yyb2378 = r.CheckBreak() } - if yyb2373 { + if yyb2378 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30193,13 +30248,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2378++ + if yyhl2378 { + yyb2378 = yyj2378 > l } else { - yyb2373 = r.CheckBreak() + yyb2378 = r.CheckBreak() } - if yyb2373 { + if yyb2378 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30210,17 +30265,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj2373++ - if yyhl2373 { - yyb2373 = yyj2373 > l + yyj2378++ + if yyhl2378 { + yyb2378 = yyj2378 > l } else { - yyb2373 = r.CheckBreak() + yyb2378 = r.CheckBreak() } - if yyb2373 { + if yyb2378 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2373-1, "") + z.DecStructFieldNotFound(yyj2378-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30229,8 +30284,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2376 := z.EncBinary() - _ = yym2376 + yym2381 := z.EncBinary() + _ = yym2381 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30242,8 +30297,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2377 := z.DecBinary() - _ = yym2377 + yym2382 := z.DecBinary() + _ = yym2382 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30258,8 +30313,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2378 := z.EncBinary() - _ = yym2378 + yym2383 := z.EncBinary() + _ = yym2383 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30272,8 +30327,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2379 := z.DecBinary() - _ = yym2379 + yym2384 := z.DecBinary() + _ = yym2384 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -30288,39 +30343,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2380 := z.EncBinary() - _ = yym2380 + yym2385 := z.EncBinary() + _ = yym2385 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2381 := !z.EncBinary() - yy2arr2381 := z.EncBasicHandle().StructToArray - var yyq2381 [5]bool - _, _, _ = yysep2381, yyq2381, yy2arr2381 - const yyr2381 bool = false - yyq2381[0] = x.Kind != "" - yyq2381[1] = x.APIVersion != "" - yyq2381[2] = true - yyq2381[3] = true - yyq2381[4] = true - var yynn2381 int - if yyr2381 || yy2arr2381 { + yysep2386 := !z.EncBinary() + yy2arr2386 := z.EncBasicHandle().StructToArray + var yyq2386 [5]bool + _, _, _ = yysep2386, yyq2386, yy2arr2386 + const yyr2386 bool = false + yyq2386[0] = x.Kind != "" + yyq2386[1] = x.APIVersion != "" + yyq2386[2] = true + yyq2386[3] = true + yyq2386[4] = true + var yynn2386 int + if yyr2386 || yy2arr2386 { r.EncodeArrayStart(5) } else { - yynn2381 = 0 - for _, b := range yyq2381 { + yynn2386 = 0 + for _, b := range yyq2386 { if b { - yynn2381++ + yynn2386++ } } - r.EncodeMapStart(yynn2381) - yynn2381 = 0 + r.EncodeMapStart(yynn2386) + yynn2386 = 0 } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2381[0] { - yym2383 := z.EncBinary() - _ = yym2383 + if yyq2386[0] { + yym2388 := z.EncBinary() + _ = yym2388 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30329,23 +30384,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2381[0] { + if yyq2386[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2384 := z.EncBinary() - _ = yym2384 + yym2389 := z.EncBinary() + _ = yym2389 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2381[1] { - yym2386 := z.EncBinary() - _ = yym2386 + if yyq2386[1] { + yym2391 := z.EncBinary() + _ = yym2391 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30354,70 +30409,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2381[1] { + if yyq2386[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2387 := z.EncBinary() - _ = yym2387 + yym2392 := z.EncBinary() + _ = yym2392 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2381[2] { - yy2389 := &x.ObjectMeta - yy2389.CodecEncodeSelf(e) + if yyq2386[2] { + yy2394 := &x.ObjectMeta + yy2394.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2381[2] { + if yyq2386[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2390 := &x.ObjectMeta - yy2390.CodecEncodeSelf(e) + yy2395 := &x.ObjectMeta + yy2395.CodecEncodeSelf(e) } } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2381[3] { - yy2392 := &x.Spec - yy2392.CodecEncodeSelf(e) + if yyq2386[3] { + yy2397 := &x.Spec + yy2397.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2381[3] { + if yyq2386[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2393 := &x.Spec - yy2393.CodecEncodeSelf(e) + yy2398 := &x.Spec + yy2398.CodecEncodeSelf(e) } } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2381[4] { - yy2395 := &x.Status - yy2395.CodecEncodeSelf(e) + if yyq2386[4] { + yy2400 := &x.Status + yy2400.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2381[4] { + if yyq2386[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2396 := &x.Status - yy2396.CodecEncodeSelf(e) + yy2401 := &x.Status + yy2401.CodecEncodeSelf(e) } } - if yyr2381 || yy2arr2381 { + if yyr2386 || yy2arr2386 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30430,25 +30485,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2397 := z.DecBinary() - _ = yym2397 + yym2402 := z.DecBinary() + _ = yym2402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2398 := r.ContainerType() - if yyct2398 == codecSelferValueTypeMap1234 { - yyl2398 := r.ReadMapStart() - if yyl2398 == 0 { + yyct2403 := r.ContainerType() + if yyct2403 == codecSelferValueTypeMap1234 { + yyl2403 := r.ReadMapStart() + if yyl2403 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2398, d) + x.codecDecodeSelfFromMap(yyl2403, d) } - } else if yyct2398 == codecSelferValueTypeArray1234 { - yyl2398 := r.ReadArrayStart() - if yyl2398 == 0 { + } else if yyct2403 == codecSelferValueTypeArray1234 { + yyl2403 := r.ReadArrayStart() + if yyl2403 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2398, d) + x.codecDecodeSelfFromArray(yyl2403, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30460,12 +30515,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2399Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2399Slc - var yyhl2399 bool = l >= 0 - for yyj2399 := 0; ; yyj2399++ { - if yyhl2399 { - if yyj2399 >= l { + var yys2404Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2404Slc + var yyhl2404 bool = l >= 0 + for yyj2404 := 0; ; yyj2404++ { + if yyhl2404 { + if yyj2404 >= l { break } } else { @@ -30474,10 +30529,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2399Slc = r.DecodeBytes(yys2399Slc, true, true) - yys2399 := string(yys2399Slc) + yys2404Slc = r.DecodeBytes(yys2404Slc, true, true) + yys2404 := string(yys2404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2399 { + switch yys2404 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30494,27 +30549,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2402 := &x.ObjectMeta - yyv2402.CodecDecodeSelf(d) + yyv2407 := &x.ObjectMeta + yyv2407.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2403 := &x.Spec - yyv2403.CodecDecodeSelf(d) + yyv2408 := &x.Spec + yyv2408.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2404 := &x.Status - yyv2404.CodecDecodeSelf(d) + yyv2409 := &x.Status + yyv2409.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2399) - } // end switch yys2399 - } // end for yyj2399 + z.DecStructFieldNotFound(-1, yys2404) + } // end switch yys2404 + } // end for yyj2404 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30522,16 +30577,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2405 int - var yyb2405 bool - var yyhl2405 bool = l >= 0 - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + var yyj2410 int + var yyb2410 bool + var yyhl2410 bool = l >= 0 + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30541,13 +30596,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30557,13 +30612,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30571,16 +30626,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2408 := &x.ObjectMeta - yyv2408.CodecDecodeSelf(d) + yyv2413 := &x.ObjectMeta + yyv2413.CodecDecodeSelf(d) } - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30588,16 +30643,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv2409 := &x.Spec - yyv2409.CodecDecodeSelf(d) + yyv2414 := &x.Spec + yyv2414.CodecDecodeSelf(d) } - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30605,21 +30660,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv2410 := &x.Status - yyv2410.CodecDecodeSelf(d) + yyv2415 := &x.Status + yyv2415.CodecDecodeSelf(d) } for { - yyj2405++ - if yyhl2405 { - yyb2405 = yyj2405 > l + yyj2410++ + if yyhl2410 { + yyb2410 = yyj2410 > l } else { - yyb2405 = r.CheckBreak() + yyb2410 = r.CheckBreak() } - if yyb2405 { + if yyb2410 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2405-1, "") + z.DecStructFieldNotFound(yyj2410-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30631,37 +30686,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2411 := z.EncBinary() - _ = yym2411 + yym2416 := z.EncBinary() + _ = yym2416 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2412 := !z.EncBinary() - yy2arr2412 := z.EncBasicHandle().StructToArray - var yyq2412 [4]bool - _, _, _ = yysep2412, yyq2412, yy2arr2412 - const yyr2412 bool = false - yyq2412[0] = x.Kind != "" - yyq2412[1] = x.APIVersion != "" - yyq2412[2] = true - var yynn2412 int - if yyr2412 || yy2arr2412 { + yysep2417 := !z.EncBinary() + yy2arr2417 := z.EncBasicHandle().StructToArray + var yyq2417 [4]bool + _, _, _ = yysep2417, yyq2417, yy2arr2417 + const yyr2417 bool = false + yyq2417[0] = x.Kind != "" + yyq2417[1] = x.APIVersion != "" + yyq2417[2] = true + var yynn2417 int + if yyr2417 || yy2arr2417 { r.EncodeArrayStart(4) } else { - yynn2412 = 1 - for _, b := range yyq2412 { + yynn2417 = 1 + for _, b := range yyq2417 { if b { - yynn2412++ + yynn2417++ } } - r.EncodeMapStart(yynn2412) - yynn2412 = 0 + r.EncodeMapStart(yynn2417) + yynn2417 = 0 } - if yyr2412 || yy2arr2412 { + if yyr2417 || yy2arr2417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2412[0] { - yym2414 := z.EncBinary() - _ = yym2414 + if yyq2417[0] { + yym2419 := z.EncBinary() + _ = yym2419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30670,23 +30725,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2412[0] { + if yyq2417[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2415 := z.EncBinary() - _ = yym2415 + yym2420 := z.EncBinary() + _ = yym2420 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2412 || yy2arr2412 { + if yyr2417 || yy2arr2417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2412[1] { - yym2417 := z.EncBinary() - _ = yym2417 + if yyq2417[1] { + yym2422 := z.EncBinary() + _ = yym2422 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30695,54 +30750,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2412[1] { + if yyq2417[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2418 := z.EncBinary() - _ = yym2418 + yym2423 := z.EncBinary() + _ = yym2423 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2412 || yy2arr2412 { + if yyr2417 || yy2arr2417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2412[2] { - yy2420 := &x.ListMeta - yym2421 := z.EncBinary() - _ = yym2421 + if yyq2417[2] { + yy2425 := &x.ListMeta + yym2426 := z.EncBinary() + _ = yym2426 if false { - } else if z.HasExtensions() && z.EncExt(yy2420) { + } else if z.HasExtensions() && z.EncExt(yy2425) { } else { - z.EncFallback(yy2420) + z.EncFallback(yy2425) } } else { r.EncodeNil() } } else { - if yyq2412[2] { + if yyq2417[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2422 := &x.ListMeta - yym2423 := z.EncBinary() - _ = yym2423 + yy2427 := &x.ListMeta + yym2428 := z.EncBinary() + _ = yym2428 if false { - } else if z.HasExtensions() && z.EncExt(yy2422) { + } else if z.HasExtensions() && z.EncExt(yy2427) { } else { - z.EncFallback(yy2422) + z.EncFallback(yy2427) } } } - if yyr2412 || yy2arr2412 { + if yyr2417 || yy2arr2417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2425 := z.EncBinary() - _ = yym2425 + yym2430 := z.EncBinary() + _ = yym2430 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -30755,15 +30810,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2426 := z.EncBinary() - _ = yym2426 + yym2431 := z.EncBinary() + _ = yym2431 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr2412 || yy2arr2412 { + if yyr2417 || yy2arr2417 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30776,25 +30831,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2427 := z.DecBinary() - _ = yym2427 + yym2432 := z.DecBinary() + _ = yym2432 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2428 := r.ContainerType() - if yyct2428 == codecSelferValueTypeMap1234 { - yyl2428 := r.ReadMapStart() - if yyl2428 == 0 { + yyct2433 := r.ContainerType() + if yyct2433 == codecSelferValueTypeMap1234 { + yyl2433 := r.ReadMapStart() + if yyl2433 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2428, d) + x.codecDecodeSelfFromMap(yyl2433, d) } - } else if yyct2428 == codecSelferValueTypeArray1234 { - yyl2428 := r.ReadArrayStart() - if yyl2428 == 0 { + } else if yyct2433 == codecSelferValueTypeArray1234 { + yyl2433 := r.ReadArrayStart() + if yyl2433 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2428, d) + x.codecDecodeSelfFromArray(yyl2433, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30806,12 +30861,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2429Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2429Slc - var yyhl2429 bool = l >= 0 - for yyj2429 := 0; ; yyj2429++ { - if yyhl2429 { - if yyj2429 >= l { + var yys2434Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2434Slc + var yyhl2434 bool = l >= 0 + for yyj2434 := 0; ; yyj2434++ { + if yyhl2434 { + if yyj2434 >= l { break } } else { @@ -30820,10 +30875,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2429Slc = r.DecodeBytes(yys2429Slc, true, true) - yys2429 := string(yys2429Slc) + yys2434Slc = r.DecodeBytes(yys2434Slc, true, true) + yys2434 := string(yys2434Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2429 { + switch yys2434 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30840,31 +30895,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2432 := &x.ListMeta - yym2433 := z.DecBinary() - _ = yym2433 + yyv2437 := &x.ListMeta + yym2438 := z.DecBinary() + _ = yym2438 if false { - } else if z.HasExtensions() && z.DecExt(yyv2432) { + } else if z.HasExtensions() && z.DecExt(yyv2437) { } else { - z.DecFallback(yyv2432, false) + z.DecFallback(yyv2437, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2434 := &x.Items - yym2435 := z.DecBinary() - _ = yym2435 + yyv2439 := &x.Items + yym2440 := z.DecBinary() + _ = yym2440 if false { } else { - h.decSliceNode((*[]Node)(yyv2434), d) + h.decSliceNode((*[]Node)(yyv2439), d) } } default: - z.DecStructFieldNotFound(-1, yys2429) - } // end switch yys2429 - } // end for yyj2429 + z.DecStructFieldNotFound(-1, yys2434) + } // end switch yys2434 + } // end for yyj2434 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30872,16 +30927,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2436 int - var yyb2436 bool - var yyhl2436 bool = l >= 0 - yyj2436++ - if yyhl2436 { - yyb2436 = yyj2436 > l + var yyj2441 int + var yyb2441 bool + var yyhl2441 bool = l >= 0 + yyj2441++ + if yyhl2441 { + yyb2441 = yyj2441 > l } else { - yyb2436 = r.CheckBreak() + yyb2441 = r.CheckBreak() } - if yyb2436 { + if yyb2441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30891,13 +30946,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2436++ - if yyhl2436 { - yyb2436 = yyj2436 > l + yyj2441++ + if yyhl2441 { + yyb2441 = yyj2441 > l } else { - yyb2436 = r.CheckBreak() + yyb2441 = r.CheckBreak() } - if yyb2436 { + if yyb2441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30907,13 +30962,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2436++ - if yyhl2436 { - yyb2436 = yyj2436 > l + yyj2441++ + if yyhl2441 { + yyb2441 = yyj2441 > l } else { - yyb2436 = r.CheckBreak() + yyb2441 = r.CheckBreak() } - if yyb2436 { + if yyb2441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30921,22 +30976,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2439 := &x.ListMeta - yym2440 := z.DecBinary() - _ = yym2440 + yyv2444 := &x.ListMeta + yym2445 := z.DecBinary() + _ = yym2445 if false { - } else if z.HasExtensions() && z.DecExt(yyv2439) { + } else if z.HasExtensions() && z.DecExt(yyv2444) { } else { - z.DecFallback(yyv2439, false) + z.DecFallback(yyv2444, false) } } - yyj2436++ - if yyhl2436 { - yyb2436 = yyj2436 > l + yyj2441++ + if yyhl2441 { + yyb2441 = yyj2441 > l } else { - yyb2436 = r.CheckBreak() + yyb2441 = r.CheckBreak() } - if yyb2436 { + if yyb2441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30944,26 +30999,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2441 := &x.Items - yym2442 := z.DecBinary() - _ = yym2442 + yyv2446 := &x.Items + yym2447 := z.DecBinary() + _ = yym2447 if false { } else { - h.decSliceNode((*[]Node)(yyv2441), d) + h.decSliceNode((*[]Node)(yyv2446), d) } } for { - yyj2436++ - if yyhl2436 { - yyb2436 = yyj2436 > l + yyj2441++ + if yyhl2441 { + yyb2441 = yyj2441 > l } else { - yyb2436 = r.CheckBreak() + yyb2441 = r.CheckBreak() } - if yyb2436 { + if yyb2441 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2436-1, "") + z.DecStructFieldNotFound(yyj2441-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30972,8 +31027,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2443 := z.EncBinary() - _ = yym2443 + yym2448 := z.EncBinary() + _ = yym2448 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -30985,8 +31040,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2444 := z.DecBinary() - _ = yym2444 + yym2449 := z.DecBinary() + _ = yym2449 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31001,38 +31056,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2445 := z.EncBinary() - _ = yym2445 + yym2450 := z.EncBinary() + _ = yym2450 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2446 := !z.EncBinary() - yy2arr2446 := z.EncBasicHandle().StructToArray - var yyq2446 [1]bool - _, _, _ = yysep2446, yyq2446, yy2arr2446 - const yyr2446 bool = false - yyq2446[0] = len(x.Finalizers) != 0 - var yynn2446 int - if yyr2446 || yy2arr2446 { + yysep2451 := !z.EncBinary() + yy2arr2451 := z.EncBasicHandle().StructToArray + var yyq2451 [1]bool + _, _, _ = yysep2451, yyq2451, yy2arr2451 + const yyr2451 bool = false + yyq2451[0] = len(x.Finalizers) != 0 + var yynn2451 int + if yyr2451 || yy2arr2451 { r.EncodeArrayStart(1) } else { - yynn2446 = 0 - for _, b := range yyq2446 { + yynn2451 = 0 + for _, b := range yyq2451 { if b { - yynn2446++ + yynn2451++ } } - r.EncodeMapStart(yynn2446) - yynn2446 = 0 + r.EncodeMapStart(yynn2451) + yynn2451 = 0 } - if yyr2446 || yy2arr2446 { + if yyr2451 || yy2arr2451 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2446[0] { + if yyq2451[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym2448 := z.EncBinary() - _ = yym2448 + yym2453 := z.EncBinary() + _ = yym2453 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -31042,15 +31097,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2446[0] { + if yyq2451[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym2449 := z.EncBinary() - _ = yym2449 + yym2454 := z.EncBinary() + _ = yym2454 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -31058,7 +31113,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2446 || yy2arr2446 { + if yyr2451 || yy2arr2451 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31071,25 +31126,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2450 := z.DecBinary() - _ = yym2450 + yym2455 := z.DecBinary() + _ = yym2455 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2451 := r.ContainerType() - if yyct2451 == codecSelferValueTypeMap1234 { - yyl2451 := r.ReadMapStart() - if yyl2451 == 0 { + yyct2456 := r.ContainerType() + if yyct2456 == codecSelferValueTypeMap1234 { + yyl2456 := r.ReadMapStart() + if yyl2456 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2451, d) + x.codecDecodeSelfFromMap(yyl2456, d) } - } else if yyct2451 == codecSelferValueTypeArray1234 { - yyl2451 := r.ReadArrayStart() - if yyl2451 == 0 { + } else if yyct2456 == codecSelferValueTypeArray1234 { + yyl2456 := r.ReadArrayStart() + if yyl2456 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2451, d) + x.codecDecodeSelfFromArray(yyl2456, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31101,12 +31156,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2452Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2452Slc - var yyhl2452 bool = l >= 0 - for yyj2452 := 0; ; yyj2452++ { - if yyhl2452 { - if yyj2452 >= l { + var yys2457Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2457Slc + var yyhl2457 bool = l >= 0 + for yyj2457 := 0; ; yyj2457++ { + if yyhl2457 { + if yyj2457 >= l { break } } else { @@ -31115,26 +31170,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2452Slc = r.DecodeBytes(yys2452Slc, true, true) - yys2452 := string(yys2452Slc) + yys2457Slc = r.DecodeBytes(yys2457Slc, true, true) + yys2457 := string(yys2457Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2452 { + switch yys2457 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2453 := &x.Finalizers - yym2454 := z.DecBinary() - _ = yym2454 + yyv2458 := &x.Finalizers + yym2459 := z.DecBinary() + _ = yym2459 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2453), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2458), d) } } default: - z.DecStructFieldNotFound(-1, yys2452) - } // end switch yys2452 - } // end for yyj2452 + z.DecStructFieldNotFound(-1, yys2457) + } // end switch yys2457 + } // end for yyj2457 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31142,16 +31197,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2455 int - var yyb2455 bool - var yyhl2455 bool = l >= 0 - yyj2455++ - if yyhl2455 { - yyb2455 = yyj2455 > l + var yyj2460 int + var yyb2460 bool + var yyhl2460 bool = l >= 0 + yyj2460++ + if yyhl2460 { + yyb2460 = yyj2460 > l } else { - yyb2455 = r.CheckBreak() + yyb2460 = r.CheckBreak() } - if yyb2455 { + if yyb2460 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31159,26 +31214,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv2456 := &x.Finalizers - yym2457 := z.DecBinary() - _ = yym2457 + yyv2461 := &x.Finalizers + yym2462 := z.DecBinary() + _ = yym2462 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv2456), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv2461), d) } } for { - yyj2455++ - if yyhl2455 { - yyb2455 = yyj2455 > l + yyj2460++ + if yyhl2460 { + yyb2460 = yyj2460 > l } else { - yyb2455 = r.CheckBreak() + yyb2460 = r.CheckBreak() } - if yyb2455 { + if yyb2460 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2455-1, "") + z.DecStructFieldNotFound(yyj2460-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31190,46 +31245,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2458 := z.EncBinary() - _ = yym2458 + yym2463 := z.EncBinary() + _ = yym2463 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2459 := !z.EncBinary() - yy2arr2459 := z.EncBasicHandle().StructToArray - var yyq2459 [1]bool - _, _, _ = yysep2459, yyq2459, yy2arr2459 - const yyr2459 bool = false - yyq2459[0] = x.Phase != "" - var yynn2459 int - if yyr2459 || yy2arr2459 { + yysep2464 := !z.EncBinary() + yy2arr2464 := z.EncBasicHandle().StructToArray + var yyq2464 [1]bool + _, _, _ = yysep2464, yyq2464, yy2arr2464 + const yyr2464 bool = false + yyq2464[0] = x.Phase != "" + var yynn2464 int + if yyr2464 || yy2arr2464 { r.EncodeArrayStart(1) } else { - yynn2459 = 0 - for _, b := range yyq2459 { + yynn2464 = 0 + for _, b := range yyq2464 { if b { - yynn2459++ + yynn2464++ } } - r.EncodeMapStart(yynn2459) - yynn2459 = 0 + r.EncodeMapStart(yynn2464) + yynn2464 = 0 } - if yyr2459 || yy2arr2459 { + if yyr2464 || yy2arr2464 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2459[0] { + if yyq2464[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2459[0] { + if yyq2464[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2459 || yy2arr2459 { + if yyr2464 || yy2arr2464 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31242,25 +31297,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2461 := z.DecBinary() - _ = yym2461 + yym2466 := z.DecBinary() + _ = yym2466 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2462 := r.ContainerType() - if yyct2462 == codecSelferValueTypeMap1234 { - yyl2462 := r.ReadMapStart() - if yyl2462 == 0 { + yyct2467 := r.ContainerType() + if yyct2467 == codecSelferValueTypeMap1234 { + yyl2467 := r.ReadMapStart() + if yyl2467 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2462, d) + x.codecDecodeSelfFromMap(yyl2467, d) } - } else if yyct2462 == codecSelferValueTypeArray1234 { - yyl2462 := r.ReadArrayStart() - if yyl2462 == 0 { + } else if yyct2467 == codecSelferValueTypeArray1234 { + yyl2467 := r.ReadArrayStart() + if yyl2467 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2462, d) + x.codecDecodeSelfFromArray(yyl2467, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31272,12 +31327,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2463Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2463Slc - var yyhl2463 bool = l >= 0 - for yyj2463 := 0; ; yyj2463++ { - if yyhl2463 { - if yyj2463 >= l { + var yys2468Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2468Slc + var yyhl2468 bool = l >= 0 + for yyj2468 := 0; ; yyj2468++ { + if yyhl2468 { + if yyj2468 >= l { break } } else { @@ -31286,10 +31341,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2463Slc = r.DecodeBytes(yys2463Slc, true, true) - yys2463 := string(yys2463Slc) + yys2468Slc = r.DecodeBytes(yys2468Slc, true, true) + yys2468 := string(yys2468Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2463 { + switch yys2468 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -31297,9 +31352,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2463) - } // end switch yys2463 - } // end for yyj2463 + z.DecStructFieldNotFound(-1, yys2468) + } // end switch yys2468 + } // end for yyj2468 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31307,16 +31362,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2465 int - var yyb2465 bool - var yyhl2465 bool = l >= 0 - yyj2465++ - if yyhl2465 { - yyb2465 = yyj2465 > l + var yyj2470 int + var yyb2470 bool + var yyhl2470 bool = l >= 0 + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2465 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2465 { + if yyb2470 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31327,17 +31382,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj2465++ - if yyhl2465 { - yyb2465 = yyj2465 > l + yyj2470++ + if yyhl2470 { + yyb2470 = yyj2470 > l } else { - yyb2465 = r.CheckBreak() + yyb2470 = r.CheckBreak() } - if yyb2465 { + if yyb2470 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2465-1, "") + z.DecStructFieldNotFound(yyj2470-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31346,8 +31401,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2467 := z.EncBinary() - _ = yym2467 + yym2472 := z.EncBinary() + _ = yym2472 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -31359,8 +31414,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2468 := z.DecBinary() - _ = yym2468 + yym2473 := z.DecBinary() + _ = yym2473 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -31375,39 +31430,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2469 := z.EncBinary() - _ = yym2469 + yym2474 := z.EncBinary() + _ = yym2474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2470 := !z.EncBinary() - yy2arr2470 := z.EncBasicHandle().StructToArray - var yyq2470 [5]bool - _, _, _ = yysep2470, yyq2470, yy2arr2470 - const yyr2470 bool = false - yyq2470[0] = x.Kind != "" - yyq2470[1] = x.APIVersion != "" - yyq2470[2] = true - yyq2470[3] = true - yyq2470[4] = true - var yynn2470 int - if yyr2470 || yy2arr2470 { + yysep2475 := !z.EncBinary() + yy2arr2475 := z.EncBasicHandle().StructToArray + var yyq2475 [5]bool + _, _, _ = yysep2475, yyq2475, yy2arr2475 + const yyr2475 bool = false + yyq2475[0] = x.Kind != "" + yyq2475[1] = x.APIVersion != "" + yyq2475[2] = true + yyq2475[3] = true + yyq2475[4] = true + var yynn2475 int + if yyr2475 || yy2arr2475 { r.EncodeArrayStart(5) } else { - yynn2470 = 0 - for _, b := range yyq2470 { + yynn2475 = 0 + for _, b := range yyq2475 { if b { - yynn2470++ + yynn2475++ } } - r.EncodeMapStart(yynn2470) - yynn2470 = 0 + r.EncodeMapStart(yynn2475) + yynn2475 = 0 } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[0] { - yym2472 := z.EncBinary() - _ = yym2472 + if yyq2475[0] { + yym2477 := z.EncBinary() + _ = yym2477 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31416,23 +31471,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2470[0] { + if yyq2475[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2473 := z.EncBinary() - _ = yym2473 + yym2478 := z.EncBinary() + _ = yym2478 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[1] { - yym2475 := z.EncBinary() - _ = yym2475 + if yyq2475[1] { + yym2480 := z.EncBinary() + _ = yym2480 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31441,70 +31496,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2470[1] { + if yyq2475[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2476 := z.EncBinary() - _ = yym2476 + yym2481 := z.EncBinary() + _ = yym2481 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[2] { - yy2478 := &x.ObjectMeta - yy2478.CodecEncodeSelf(e) + if yyq2475[2] { + yy2483 := &x.ObjectMeta + yy2483.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2470[2] { + if yyq2475[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2479 := &x.ObjectMeta - yy2479.CodecEncodeSelf(e) + yy2484 := &x.ObjectMeta + yy2484.CodecEncodeSelf(e) } } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[3] { - yy2481 := &x.Spec - yy2481.CodecEncodeSelf(e) + if yyq2475[3] { + yy2486 := &x.Spec + yy2486.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2470[3] { + if yyq2475[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2482 := &x.Spec - yy2482.CodecEncodeSelf(e) + yy2487 := &x.Spec + yy2487.CodecEncodeSelf(e) } } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2470[4] { - yy2484 := &x.Status - yy2484.CodecEncodeSelf(e) + if yyq2475[4] { + yy2489 := &x.Status + yy2489.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2470[4] { + if yyq2475[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2485 := &x.Status - yy2485.CodecEncodeSelf(e) + yy2490 := &x.Status + yy2490.CodecEncodeSelf(e) } } - if yyr2470 || yy2arr2470 { + if yyr2475 || yy2arr2475 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31517,25 +31572,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2486 := z.DecBinary() - _ = yym2486 + yym2491 := z.DecBinary() + _ = yym2491 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2487 := r.ContainerType() - if yyct2487 == codecSelferValueTypeMap1234 { - yyl2487 := r.ReadMapStart() - if yyl2487 == 0 { + yyct2492 := r.ContainerType() + if yyct2492 == codecSelferValueTypeMap1234 { + yyl2492 := r.ReadMapStart() + if yyl2492 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2487, d) + x.codecDecodeSelfFromMap(yyl2492, d) } - } else if yyct2487 == codecSelferValueTypeArray1234 { - yyl2487 := r.ReadArrayStart() - if yyl2487 == 0 { + } else if yyct2492 == codecSelferValueTypeArray1234 { + yyl2492 := r.ReadArrayStart() + if yyl2492 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2487, d) + x.codecDecodeSelfFromArray(yyl2492, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31547,12 +31602,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2488Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2488Slc - var yyhl2488 bool = l >= 0 - for yyj2488 := 0; ; yyj2488++ { - if yyhl2488 { - if yyj2488 >= l { + var yys2493Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2493Slc + var yyhl2493 bool = l >= 0 + for yyj2493 := 0; ; yyj2493++ { + if yyhl2493 { + if yyj2493 >= l { break } } else { @@ -31561,10 +31616,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2488Slc = r.DecodeBytes(yys2488Slc, true, true) - yys2488 := string(yys2488Slc) + yys2493Slc = r.DecodeBytes(yys2493Slc, true, true) + yys2493 := string(yys2493Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2488 { + switch yys2493 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31581,27 +31636,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2491 := &x.ObjectMeta - yyv2491.CodecDecodeSelf(d) + yyv2496 := &x.ObjectMeta + yyv2496.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2492 := &x.Spec - yyv2492.CodecDecodeSelf(d) + yyv2497 := &x.Spec + yyv2497.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2493 := &x.Status - yyv2493.CodecDecodeSelf(d) + yyv2498 := &x.Status + yyv2498.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2488) - } // end switch yys2488 - } // end for yyj2488 + z.DecStructFieldNotFound(-1, yys2493) + } // end switch yys2493 + } // end for yyj2493 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31609,16 +31664,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2494 int - var yyb2494 bool - var yyhl2494 bool = l >= 0 - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + var yyj2499 int + var yyb2499 bool + var yyhl2499 bool = l >= 0 + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31628,13 +31683,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31644,13 +31699,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31658,16 +31713,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2497 := &x.ObjectMeta - yyv2497.CodecDecodeSelf(d) + yyv2502 := &x.ObjectMeta + yyv2502.CodecDecodeSelf(d) } - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31675,16 +31730,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv2498 := &x.Spec - yyv2498.CodecDecodeSelf(d) + yyv2503 := &x.Spec + yyv2503.CodecDecodeSelf(d) } - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31692,21 +31747,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv2499 := &x.Status - yyv2499.CodecDecodeSelf(d) + yyv2504 := &x.Status + yyv2504.CodecDecodeSelf(d) } for { - yyj2494++ - if yyhl2494 { - yyb2494 = yyj2494 > l + yyj2499++ + if yyhl2499 { + yyb2499 = yyj2499 > l } else { - yyb2494 = r.CheckBreak() + yyb2499 = r.CheckBreak() } - if yyb2494 { + if yyb2499 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2494-1, "") + z.DecStructFieldNotFound(yyj2499-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31718,37 +31773,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2500 := z.EncBinary() - _ = yym2500 + yym2505 := z.EncBinary() + _ = yym2505 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2501 := !z.EncBinary() - yy2arr2501 := z.EncBasicHandle().StructToArray - var yyq2501 [4]bool - _, _, _ = yysep2501, yyq2501, yy2arr2501 - const yyr2501 bool = false - yyq2501[0] = x.Kind != "" - yyq2501[1] = x.APIVersion != "" - yyq2501[2] = true - var yynn2501 int - if yyr2501 || yy2arr2501 { + yysep2506 := !z.EncBinary() + yy2arr2506 := z.EncBasicHandle().StructToArray + var yyq2506 [4]bool + _, _, _ = yysep2506, yyq2506, yy2arr2506 + const yyr2506 bool = false + yyq2506[0] = x.Kind != "" + yyq2506[1] = x.APIVersion != "" + yyq2506[2] = true + var yynn2506 int + if yyr2506 || yy2arr2506 { r.EncodeArrayStart(4) } else { - yynn2501 = 1 - for _, b := range yyq2501 { + yynn2506 = 1 + for _, b := range yyq2506 { if b { - yynn2501++ + yynn2506++ } } - r.EncodeMapStart(yynn2501) - yynn2501 = 0 + r.EncodeMapStart(yynn2506) + yynn2506 = 0 } - if yyr2501 || yy2arr2501 { + if yyr2506 || yy2arr2506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2501[0] { - yym2503 := z.EncBinary() - _ = yym2503 + if yyq2506[0] { + yym2508 := z.EncBinary() + _ = yym2508 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31757,23 +31812,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2501[0] { + if yyq2506[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2504 := z.EncBinary() - _ = yym2504 + yym2509 := z.EncBinary() + _ = yym2509 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2501 || yy2arr2501 { + if yyr2506 || yy2arr2506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2501[1] { - yym2506 := z.EncBinary() - _ = yym2506 + if yyq2506[1] { + yym2511 := z.EncBinary() + _ = yym2511 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31782,54 +31837,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2501[1] { + if yyq2506[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2507 := z.EncBinary() - _ = yym2507 + yym2512 := z.EncBinary() + _ = yym2512 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2501 || yy2arr2501 { + if yyr2506 || yy2arr2506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2501[2] { - yy2509 := &x.ListMeta - yym2510 := z.EncBinary() - _ = yym2510 + if yyq2506[2] { + yy2514 := &x.ListMeta + yym2515 := z.EncBinary() + _ = yym2515 if false { - } else if z.HasExtensions() && z.EncExt(yy2509) { + } else if z.HasExtensions() && z.EncExt(yy2514) { } else { - z.EncFallback(yy2509) + z.EncFallback(yy2514) } } else { r.EncodeNil() } } else { - if yyq2501[2] { + if yyq2506[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2511 := &x.ListMeta - yym2512 := z.EncBinary() - _ = yym2512 + yy2516 := &x.ListMeta + yym2517 := z.EncBinary() + _ = yym2517 if false { - } else if z.HasExtensions() && z.EncExt(yy2511) { + } else if z.HasExtensions() && z.EncExt(yy2516) { } else { - z.EncFallback(yy2511) + z.EncFallback(yy2516) } } } - if yyr2501 || yy2arr2501 { + if yyr2506 || yy2arr2506 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2514 := z.EncBinary() - _ = yym2514 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -31842,15 +31897,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2515 := z.EncBinary() - _ = yym2515 + yym2520 := z.EncBinary() + _ = yym2520 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr2501 || yy2arr2501 { + if yyr2506 || yy2arr2506 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31863,25 +31918,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2516 := z.DecBinary() - _ = yym2516 + yym2521 := z.DecBinary() + _ = yym2521 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2517 := r.ContainerType() - if yyct2517 == codecSelferValueTypeMap1234 { - yyl2517 := r.ReadMapStart() - if yyl2517 == 0 { + yyct2522 := r.ContainerType() + if yyct2522 == codecSelferValueTypeMap1234 { + yyl2522 := r.ReadMapStart() + if yyl2522 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2517, d) + x.codecDecodeSelfFromMap(yyl2522, d) } - } else if yyct2517 == codecSelferValueTypeArray1234 { - yyl2517 := r.ReadArrayStart() - if yyl2517 == 0 { + } else if yyct2522 == codecSelferValueTypeArray1234 { + yyl2522 := r.ReadArrayStart() + if yyl2522 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2517, d) + x.codecDecodeSelfFromArray(yyl2522, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31893,12 +31948,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2518Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2518Slc - var yyhl2518 bool = l >= 0 - for yyj2518 := 0; ; yyj2518++ { - if yyhl2518 { - if yyj2518 >= l { + var yys2523Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2523Slc + var yyhl2523 bool = l >= 0 + for yyj2523 := 0; ; yyj2523++ { + if yyhl2523 { + if yyj2523 >= l { break } } else { @@ -31907,10 +31962,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2518Slc = r.DecodeBytes(yys2518Slc, true, true) - yys2518 := string(yys2518Slc) + yys2523Slc = r.DecodeBytes(yys2523Slc, true, true) + yys2523 := string(yys2523Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2518 { + switch yys2523 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31927,31 +31982,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2521 := &x.ListMeta - yym2522 := z.DecBinary() - _ = yym2522 + yyv2526 := &x.ListMeta + yym2527 := z.DecBinary() + _ = yym2527 if false { - } else if z.HasExtensions() && z.DecExt(yyv2521) { + } else if z.HasExtensions() && z.DecExt(yyv2526) { } else { - z.DecFallback(yyv2521, false) + z.DecFallback(yyv2526, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2523 := &x.Items - yym2524 := z.DecBinary() - _ = yym2524 + yyv2528 := &x.Items + yym2529 := z.DecBinary() + _ = yym2529 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2523), d) + h.decSliceNamespace((*[]Namespace)(yyv2528), d) } } default: - z.DecStructFieldNotFound(-1, yys2518) - } // end switch yys2518 - } // end for yyj2518 + z.DecStructFieldNotFound(-1, yys2523) + } // end switch yys2523 + } // end for yyj2523 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31959,16 +32014,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2525 int - var yyb2525 bool - var yyhl2525 bool = l >= 0 - yyj2525++ - if yyhl2525 { - yyb2525 = yyj2525 > l + var yyj2530 int + var yyb2530 bool + var yyhl2530 bool = l >= 0 + yyj2530++ + if yyhl2530 { + yyb2530 = yyj2530 > l } else { - yyb2525 = r.CheckBreak() + yyb2530 = r.CheckBreak() } - if yyb2525 { + if yyb2530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31978,13 +32033,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2525++ - if yyhl2525 { - yyb2525 = yyj2525 > l + yyj2530++ + if yyhl2530 { + yyb2530 = yyj2530 > l } else { - yyb2525 = r.CheckBreak() + yyb2530 = r.CheckBreak() } - if yyb2525 { + if yyb2530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31994,13 +32049,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2525++ - if yyhl2525 { - yyb2525 = yyj2525 > l + yyj2530++ + if yyhl2530 { + yyb2530 = yyj2530 > l } else { - yyb2525 = r.CheckBreak() + yyb2530 = r.CheckBreak() } - if yyb2525 { + if yyb2530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32008,22 +32063,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2528 := &x.ListMeta - yym2529 := z.DecBinary() - _ = yym2529 + yyv2533 := &x.ListMeta + yym2534 := z.DecBinary() + _ = yym2534 if false { - } else if z.HasExtensions() && z.DecExt(yyv2528) { + } else if z.HasExtensions() && z.DecExt(yyv2533) { } else { - z.DecFallback(yyv2528, false) + z.DecFallback(yyv2533, false) } } - yyj2525++ - if yyhl2525 { - yyb2525 = yyj2525 > l + yyj2530++ + if yyhl2530 { + yyb2530 = yyj2530 > l } else { - yyb2525 = r.CheckBreak() + yyb2530 = r.CheckBreak() } - if yyb2525 { + if yyb2530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32031,26 +32086,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2530 := &x.Items - yym2531 := z.DecBinary() - _ = yym2531 + yyv2535 := &x.Items + yym2536 := z.DecBinary() + _ = yym2536 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv2530), d) + h.decSliceNamespace((*[]Namespace)(yyv2535), d) } } for { - yyj2525++ - if yyhl2525 { - yyb2525 = yyj2525 > l + yyj2530++ + if yyhl2530 { + yyb2530 = yyj2530 > l } else { - yyb2525 = r.CheckBreak() + yyb2530 = r.CheckBreak() } - if yyb2525 { + if yyb2530 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2525-1, "") + z.DecStructFieldNotFound(yyj2530-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32062,37 +32117,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2532 := z.EncBinary() - _ = yym2532 + yym2537 := z.EncBinary() + _ = yym2537 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2533 := !z.EncBinary() - yy2arr2533 := z.EncBasicHandle().StructToArray - var yyq2533 [4]bool - _, _, _ = yysep2533, yyq2533, yy2arr2533 - const yyr2533 bool = false - yyq2533[0] = x.Kind != "" - yyq2533[1] = x.APIVersion != "" - yyq2533[2] = true - var yynn2533 int - if yyr2533 || yy2arr2533 { + yysep2538 := !z.EncBinary() + yy2arr2538 := z.EncBasicHandle().StructToArray + var yyq2538 [4]bool + _, _, _ = yysep2538, yyq2538, yy2arr2538 + const yyr2538 bool = false + yyq2538[0] = x.Kind != "" + yyq2538[1] = x.APIVersion != "" + yyq2538[2] = true + var yynn2538 int + if yyr2538 || yy2arr2538 { r.EncodeArrayStart(4) } else { - yynn2533 = 1 - for _, b := range yyq2533 { + yynn2538 = 1 + for _, b := range yyq2538 { if b { - yynn2533++ + yynn2538++ } } - r.EncodeMapStart(yynn2533) - yynn2533 = 0 + r.EncodeMapStart(yynn2538) + yynn2538 = 0 } - if yyr2533 || yy2arr2533 { + if yyr2538 || yy2arr2538 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2533[0] { - yym2535 := z.EncBinary() - _ = yym2535 + if yyq2538[0] { + yym2540 := z.EncBinary() + _ = yym2540 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32101,23 +32156,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2533[0] { + if yyq2538[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2536 := z.EncBinary() - _ = yym2536 + yym2541 := z.EncBinary() + _ = yym2541 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2533 || yy2arr2533 { + if yyr2538 || yy2arr2538 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2533[1] { - yym2538 := z.EncBinary() - _ = yym2538 + if yyq2538[1] { + yym2543 := z.EncBinary() + _ = yym2543 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32126,47 +32181,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2533[1] { + if yyq2538[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2539 := z.EncBinary() - _ = yym2539 + yym2544 := z.EncBinary() + _ = yym2544 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2533 || yy2arr2533 { + if yyr2538 || yy2arr2538 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2533[2] { - yy2541 := &x.ObjectMeta - yy2541.CodecEncodeSelf(e) + if yyq2538[2] { + yy2546 := &x.ObjectMeta + yy2546.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2533[2] { + if yyq2538[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2542 := &x.ObjectMeta - yy2542.CodecEncodeSelf(e) + yy2547 := &x.ObjectMeta + yy2547.CodecEncodeSelf(e) } } - if yyr2533 || yy2arr2533 { + if yyr2538 || yy2arr2538 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2544 := &x.Target - yy2544.CodecEncodeSelf(e) + yy2549 := &x.Target + yy2549.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2545 := &x.Target - yy2545.CodecEncodeSelf(e) + yy2550 := &x.Target + yy2550.CodecEncodeSelf(e) } - if yyr2533 || yy2arr2533 { + if yyr2538 || yy2arr2538 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32179,25 +32234,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2546 := z.DecBinary() - _ = yym2546 + yym2551 := z.DecBinary() + _ = yym2551 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2547 := r.ContainerType() - if yyct2547 == codecSelferValueTypeMap1234 { - yyl2547 := r.ReadMapStart() - if yyl2547 == 0 { + yyct2552 := r.ContainerType() + if yyct2552 == codecSelferValueTypeMap1234 { + yyl2552 := r.ReadMapStart() + if yyl2552 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2547, d) + x.codecDecodeSelfFromMap(yyl2552, d) } - } else if yyct2547 == codecSelferValueTypeArray1234 { - yyl2547 := r.ReadArrayStart() - if yyl2547 == 0 { + } else if yyct2552 == codecSelferValueTypeArray1234 { + yyl2552 := r.ReadArrayStart() + if yyl2552 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2547, d) + x.codecDecodeSelfFromArray(yyl2552, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32209,12 +32264,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2548Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2548Slc - var yyhl2548 bool = l >= 0 - for yyj2548 := 0; ; yyj2548++ { - if yyhl2548 { - if yyj2548 >= l { + var yys2553Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2553Slc + var yyhl2553 bool = l >= 0 + for yyj2553 := 0; ; yyj2553++ { + if yyhl2553 { + if yyj2553 >= l { break } } else { @@ -32223,10 +32278,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2548Slc = r.DecodeBytes(yys2548Slc, true, true) - yys2548 := string(yys2548Slc) + yys2553Slc = r.DecodeBytes(yys2553Slc, true, true) + yys2553 := string(yys2553Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2548 { + switch yys2553 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32243,20 +32298,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2551 := &x.ObjectMeta - yyv2551.CodecDecodeSelf(d) + yyv2556 := &x.ObjectMeta + yyv2556.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2552 := &x.Target - yyv2552.CodecDecodeSelf(d) + yyv2557 := &x.Target + yyv2557.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2548) - } // end switch yys2548 - } // end for yyj2548 + z.DecStructFieldNotFound(-1, yys2553) + } // end switch yys2553 + } // end for yyj2553 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32264,16 +32319,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2553 int - var yyb2553 bool - var yyhl2553 bool = l >= 0 - yyj2553++ - if yyhl2553 { - yyb2553 = yyj2553 > l + var yyj2558 int + var yyb2558 bool + var yyhl2558 bool = l >= 0 + yyj2558++ + if yyhl2558 { + yyb2558 = yyj2558 > l } else { - yyb2553 = r.CheckBreak() + yyb2558 = r.CheckBreak() } - if yyb2553 { + if yyb2558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32283,13 +32338,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2553++ - if yyhl2553 { - yyb2553 = yyj2553 > l + yyj2558++ + if yyhl2558 { + yyb2558 = yyj2558 > l } else { - yyb2553 = r.CheckBreak() + yyb2558 = r.CheckBreak() } - if yyb2553 { + if yyb2558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32299,13 +32354,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2553++ - if yyhl2553 { - yyb2553 = yyj2553 > l + yyj2558++ + if yyhl2558 { + yyb2558 = yyj2558 > l } else { - yyb2553 = r.CheckBreak() + yyb2558 = r.CheckBreak() } - if yyb2553 { + if yyb2558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32313,16 +32368,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2556 := &x.ObjectMeta - yyv2556.CodecDecodeSelf(d) + yyv2561 := &x.ObjectMeta + yyv2561.CodecDecodeSelf(d) } - yyj2553++ - if yyhl2553 { - yyb2553 = yyj2553 > l + yyj2558++ + if yyhl2558 { + yyb2558 = yyj2558 > l } else { - yyb2553 = r.CheckBreak() + yyb2558 = r.CheckBreak() } - if yyb2553 { + if yyb2558 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32330,21 +32385,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv2557 := &x.Target - yyv2557.CodecDecodeSelf(d) + yyv2562 := &x.Target + yyv2562.CodecDecodeSelf(d) } for { - yyj2553++ - if yyhl2553 { - yyb2553 = yyj2553 > l + yyj2558++ + if yyhl2558 { + yyb2558 = yyj2558 > l } else { - yyb2553 = r.CheckBreak() + yyb2558 = r.CheckBreak() } - if yyb2553 { + if yyb2558 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2553-1, "") + z.DecStructFieldNotFound(yyj2558-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32356,36 +32411,36 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2558 := z.EncBinary() - _ = yym2558 + yym2563 := z.EncBinary() + _ = yym2563 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2559 := !z.EncBinary() - yy2arr2559 := z.EncBasicHandle().StructToArray - var yyq2559 [3]bool - _, _, _ = yysep2559, yyq2559, yy2arr2559 - const yyr2559 bool = false - yyq2559[0] = x.Kind != "" - yyq2559[1] = x.APIVersion != "" - var yynn2559 int - if yyr2559 || yy2arr2559 { + yysep2564 := !z.EncBinary() + yy2arr2564 := z.EncBasicHandle().StructToArray + var yyq2564 [3]bool + _, _, _ = yysep2564, yyq2564, yy2arr2564 + const yyr2564 bool = false + yyq2564[0] = x.Kind != "" + yyq2564[1] = x.APIVersion != "" + var yynn2564 int + if yyr2564 || yy2arr2564 { r.EncodeArrayStart(3) } else { - yynn2559 = 1 - for _, b := range yyq2559 { + yynn2564 = 1 + for _, b := range yyq2564 { if b { - yynn2559++ + yynn2564++ } } - r.EncodeMapStart(yynn2559) - yynn2559 = 0 + r.EncodeMapStart(yynn2564) + yynn2564 = 0 } - if yyr2559 || yy2arr2559 { + if yyr2564 || yy2arr2564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2559[0] { - yym2561 := z.EncBinary() - _ = yym2561 + if yyq2564[0] { + yym2566 := z.EncBinary() + _ = yym2566 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32394,23 +32449,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2559[0] { + if yyq2564[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2562 := z.EncBinary() - _ = yym2562 + yym2567 := z.EncBinary() + _ = yym2567 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2559 || yy2arr2559 { + if yyr2564 || yy2arr2564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2559[1] { - yym2564 := z.EncBinary() - _ = yym2564 + if yyq2564[1] { + yym2569 := z.EncBinary() + _ = yym2569 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32419,29 +32474,29 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2559[1] { + if yyq2564[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2565 := z.EncBinary() - _ = yym2565 + yym2570 := z.EncBinary() + _ = yym2570 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2559 || yy2arr2559 { + if yyr2564 || yy2arr2564 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2567 := *x.GracePeriodSeconds - yym2568 := z.EncBinary() - _ = yym2568 + yy2572 := *x.GracePeriodSeconds + yym2573 := z.EncBinary() + _ = yym2573 if false { } else { - r.EncodeInt(int64(yy2567)) + r.EncodeInt(int64(yy2572)) } } } else { @@ -32451,16 +32506,16 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy2569 := *x.GracePeriodSeconds - yym2570 := z.EncBinary() - _ = yym2570 + yy2574 := *x.GracePeriodSeconds + yym2575 := z.EncBinary() + _ = yym2575 if false { } else { - r.EncodeInt(int64(yy2569)) + r.EncodeInt(int64(yy2574)) } } } - if yyr2559 || yy2arr2559 { + if yyr2564 || yy2arr2564 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32473,25 +32528,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2571 := z.DecBinary() - _ = yym2571 + yym2576 := z.DecBinary() + _ = yym2576 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2572 := r.ContainerType() - if yyct2572 == codecSelferValueTypeMap1234 { - yyl2572 := r.ReadMapStart() - if yyl2572 == 0 { + yyct2577 := r.ContainerType() + if yyct2577 == codecSelferValueTypeMap1234 { + yyl2577 := r.ReadMapStart() + if yyl2577 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2572, d) + x.codecDecodeSelfFromMap(yyl2577, d) } - } else if yyct2572 == codecSelferValueTypeArray1234 { - yyl2572 := r.ReadArrayStart() - if yyl2572 == 0 { + } else if yyct2577 == codecSelferValueTypeArray1234 { + yyl2577 := r.ReadArrayStart() + if yyl2577 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2572, d) + x.codecDecodeSelfFromArray(yyl2577, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32503,12 +32558,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2573Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2573Slc - var yyhl2573 bool = l >= 0 - for yyj2573 := 0; ; yyj2573++ { - if yyhl2573 { - if yyj2573 >= l { + var yys2578Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2578Slc + var yyhl2578 bool = l >= 0 + for yyj2578 := 0; ; yyj2578++ { + if yyhl2578 { + if yyj2578 >= l { break } } else { @@ -32517,10 +32572,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2573Slc = r.DecodeBytes(yys2573Slc, true, true) - yys2573 := string(yys2573Slc) + yys2578Slc = r.DecodeBytes(yys2578Slc, true, true) + yys2578 := string(yys2578Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2573 { + switch yys2578 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32542,17 +32597,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2577 := z.DecBinary() - _ = yym2577 + yym2582 := z.DecBinary() + _ = yym2582 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2573) - } // end switch yys2573 - } // end for yyj2573 + z.DecStructFieldNotFound(-1, yys2578) + } // end switch yys2578 + } // end for yyj2578 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32560,16 +32615,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2578 int - var yyb2578 bool - var yyhl2578 bool = l >= 0 - yyj2578++ - if yyhl2578 { - yyb2578 = yyj2578 > l + var yyj2583 int + var yyb2583 bool + var yyhl2583 bool = l >= 0 + yyj2583++ + if yyhl2583 { + yyb2583 = yyj2583 > l } else { - yyb2578 = r.CheckBreak() + yyb2583 = r.CheckBreak() } - if yyb2578 { + if yyb2583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32579,13 +32634,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2578++ - if yyhl2578 { - yyb2578 = yyj2578 > l + yyj2583++ + if yyhl2583 { + yyb2583 = yyj2583 > l } else { - yyb2578 = r.CheckBreak() + yyb2583 = r.CheckBreak() } - if yyb2578 { + if yyb2583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32595,13 +32650,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2578++ - if yyhl2578 { - yyb2578 = yyj2578 > l + yyj2583++ + if yyhl2583 { + yyb2583 = yyj2583 > l } else { - yyb2578 = r.CheckBreak() + yyb2583 = r.CheckBreak() } - if yyb2578 { + if yyb2583 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32614,25 +32669,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym2582 := z.DecBinary() - _ = yym2582 + yym2587 := z.DecBinary() + _ = yym2587 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2578++ - if yyhl2578 { - yyb2578 = yyj2578 > l + yyj2583++ + if yyhl2583 { + yyb2583 = yyj2583 > l } else { - yyb2578 = r.CheckBreak() + yyb2583 = r.CheckBreak() } - if yyb2578 { + if yyb2583 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2578-1, "") + z.DecStructFieldNotFound(yyj2583-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32644,41 +32699,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2583 := z.EncBinary() - _ = yym2583 + yym2588 := z.EncBinary() + _ = yym2588 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2584 := !z.EncBinary() - yy2arr2584 := z.EncBasicHandle().StructToArray - var yyq2584 [7]bool - _, _, _ = yysep2584, yyq2584, yy2arr2584 - const yyr2584 bool = false - yyq2584[0] = x.Kind != "" - yyq2584[1] = x.APIVersion != "" - yyq2584[2] = x.LabelSelector != "" - yyq2584[3] = x.FieldSelector != "" - yyq2584[4] = x.Watch != false - yyq2584[5] = x.ResourceVersion != "" - yyq2584[6] = x.TimeoutSeconds != nil - var yynn2584 int - if yyr2584 || yy2arr2584 { + yysep2589 := !z.EncBinary() + yy2arr2589 := z.EncBasicHandle().StructToArray + var yyq2589 [7]bool + _, _, _ = yysep2589, yyq2589, yy2arr2589 + const yyr2589 bool = false + yyq2589[0] = x.Kind != "" + yyq2589[1] = x.APIVersion != "" + yyq2589[2] = x.LabelSelector != "" + yyq2589[3] = x.FieldSelector != "" + yyq2589[4] = x.Watch != false + yyq2589[5] = x.ResourceVersion != "" + yyq2589[6] = x.TimeoutSeconds != nil + var yynn2589 int + if yyr2589 || yy2arr2589 { r.EncodeArrayStart(7) } else { - yynn2584 = 0 - for _, b := range yyq2584 { + yynn2589 = 0 + for _, b := range yyq2589 { if b { - yynn2584++ + yynn2589++ } } - r.EncodeMapStart(yynn2584) - yynn2584 = 0 + r.EncodeMapStart(yynn2589) + yynn2589 = 0 } - if yyr2584 || yy2arr2584 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[0] { - yym2586 := z.EncBinary() - _ = yym2586 + if yyq2589[0] { + yym2591 := z.EncBinary() + _ = yym2591 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32687,74 +32742,74 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2584[0] { + if yyq2589[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2587 := z.EncBinary() - _ = yym2587 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2584 || yy2arr2584 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[1] { - yym2589 := z.EncBinary() - _ = yym2589 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2584[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2590 := z.EncBinary() - _ = yym2590 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2584 || yy2arr2584 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[2] { yym2592 := z.EncBinary() _ = yym2592 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2589 || yy2arr2589 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2589[1] { + yym2594 := z.EncBinary() + _ = yym2594 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2584[2] { + if yyq2589[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2593 := z.EncBinary() - _ = yym2593 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } - } - if yyr2584 || yy2arr2584 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[3] { yym2595 := z.EncBinary() _ = yym2595 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2589 || yy2arr2589 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2589[2] { + yym2597 := z.EncBinary() + _ = yym2597 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2589[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2598 := z.EncBinary() + _ = yym2598 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } + } + if yyr2589 || yy2arr2589 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2589[3] { + yym2600 := z.EncBinary() + _ = yym2600 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } @@ -32762,23 +32817,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2584[3] { + if yyq2589[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2596 := z.EncBinary() - _ = yym2596 + yym2601 := z.EncBinary() + _ = yym2601 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr2584 || yy2arr2584 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[4] { - yym2598 := z.EncBinary() - _ = yym2598 + if yyq2589[4] { + yym2603 := z.EncBinary() + _ = yym2603 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -32787,23 +32842,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2584[4] { + if yyq2589[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2599 := z.EncBinary() - _ = yym2599 + yym2604 := z.EncBinary() + _ = yym2604 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr2584 || yy2arr2584 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[5] { - yym2601 := z.EncBinary() - _ = yym2601 + if yyq2589[5] { + yym2606 := z.EncBinary() + _ = yym2606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -32812,54 +32867,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2584[5] { + if yyq2589[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2602 := z.EncBinary() - _ = yym2602 + yym2607 := z.EncBinary() + _ = yym2607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr2584 || yy2arr2584 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2584[6] { + if yyq2589[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2604 := *x.TimeoutSeconds - yym2605 := z.EncBinary() - _ = yym2605 + yy2609 := *x.TimeoutSeconds + yym2610 := z.EncBinary() + _ = yym2610 if false { } else { - r.EncodeInt(int64(yy2604)) + r.EncodeInt(int64(yy2609)) } } } else { r.EncodeNil() } } else { - if yyq2584[6] { + if yyq2589[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy2606 := *x.TimeoutSeconds - yym2607 := z.EncBinary() - _ = yym2607 + yy2611 := *x.TimeoutSeconds + yym2612 := z.EncBinary() + _ = yym2612 if false { } else { - r.EncodeInt(int64(yy2606)) + r.EncodeInt(int64(yy2611)) } } } } - if yyr2584 || yy2arr2584 { + if yyr2589 || yy2arr2589 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32872,25 +32927,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2608 := z.DecBinary() - _ = yym2608 + yym2613 := z.DecBinary() + _ = yym2613 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2609 := r.ContainerType() - if yyct2609 == codecSelferValueTypeMap1234 { - yyl2609 := r.ReadMapStart() - if yyl2609 == 0 { + yyct2614 := r.ContainerType() + if yyct2614 == codecSelferValueTypeMap1234 { + yyl2614 := r.ReadMapStart() + if yyl2614 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2609, d) + x.codecDecodeSelfFromMap(yyl2614, d) } - } else if yyct2609 == codecSelferValueTypeArray1234 { - yyl2609 := r.ReadArrayStart() - if yyl2609 == 0 { + } else if yyct2614 == codecSelferValueTypeArray1234 { + yyl2614 := r.ReadArrayStart() + if yyl2614 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2609, d) + x.codecDecodeSelfFromArray(yyl2614, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32902,12 +32957,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2610Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2610Slc - var yyhl2610 bool = l >= 0 - for yyj2610 := 0; ; yyj2610++ { - if yyhl2610 { - if yyj2610 >= l { + var yys2615Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2615Slc + var yyhl2615 bool = l >= 0 + for yyj2615 := 0; ; yyj2615++ { + if yyhl2615 { + if yyj2615 >= l { break } } else { @@ -32916,10 +32971,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2610Slc = r.DecodeBytes(yys2610Slc, true, true) - yys2610 := string(yys2610Slc) + yys2615Slc = r.DecodeBytes(yys2615Slc, true, true) + yys2615 := string(yys2615Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2610 { + switch yys2615 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32965,17 +33020,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2618 := z.DecBinary() - _ = yym2618 + yym2623 := z.DecBinary() + _ = yym2623 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2610) - } // end switch yys2610 - } // end for yyj2610 + z.DecStructFieldNotFound(-1, yys2615) + } // end switch yys2615 + } // end for yyj2615 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32983,16 +33038,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2619 int - var yyb2619 bool - var yyhl2619 bool = l >= 0 - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + var yyj2624 int + var yyb2624 bool + var yyhl2624 bool = l >= 0 + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33002,13 +33057,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33018,13 +33073,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33034,13 +33089,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33050,13 +33105,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33066,13 +33121,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33082,13 +33137,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33101,25 +33156,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym2627 := z.DecBinary() - _ = yym2627 + yym2632 := z.DecBinary() + _ = yym2632 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj2619++ - if yyhl2619 { - yyb2619 = yyj2619 > l + yyj2624++ + if yyhl2624 { + yyb2624 = yyj2624 > l } else { - yyb2619 = r.CheckBreak() + yyb2624 = r.CheckBreak() } - if yyb2619 { + if yyb2624 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2619-1, "") + z.DecStructFieldNotFound(yyj2624-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33131,44 +33186,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2628 := z.EncBinary() - _ = yym2628 + yym2633 := z.EncBinary() + _ = yym2633 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2629 := !z.EncBinary() - yy2arr2629 := z.EncBasicHandle().StructToArray - var yyq2629 [10]bool - _, _, _ = yysep2629, yyq2629, yy2arr2629 - const yyr2629 bool = false - yyq2629[0] = x.Kind != "" - yyq2629[1] = x.APIVersion != "" - yyq2629[2] = x.Container != "" - yyq2629[3] = x.Follow != false - yyq2629[4] = x.Previous != false - yyq2629[5] = x.SinceSeconds != nil - yyq2629[6] = x.SinceTime != nil - yyq2629[7] = x.Timestamps != false - yyq2629[8] = x.TailLines != nil - yyq2629[9] = x.LimitBytes != nil - var yynn2629 int - if yyr2629 || yy2arr2629 { + yysep2634 := !z.EncBinary() + yy2arr2634 := z.EncBasicHandle().StructToArray + var yyq2634 [10]bool + _, _, _ = yysep2634, yyq2634, yy2arr2634 + const yyr2634 bool = false + yyq2634[0] = x.Kind != "" + yyq2634[1] = x.APIVersion != "" + yyq2634[2] = x.Container != "" + yyq2634[3] = x.Follow != false + yyq2634[4] = x.Previous != false + yyq2634[5] = x.SinceSeconds != nil + yyq2634[6] = x.SinceTime != nil + yyq2634[7] = x.Timestamps != false + yyq2634[8] = x.TailLines != nil + yyq2634[9] = x.LimitBytes != nil + var yynn2634 int + if yyr2634 || yy2arr2634 { r.EncodeArrayStart(10) } else { - yynn2629 = 0 - for _, b := range yyq2629 { + yynn2634 = 0 + for _, b := range yyq2634 { if b { - yynn2629++ + yynn2634++ } } - r.EncodeMapStart(yynn2629) - yynn2629 = 0 + r.EncodeMapStart(yynn2634) + yynn2634 = 0 } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[0] { - yym2631 := z.EncBinary() - _ = yym2631 + if yyq2634[0] { + yym2636 := z.EncBinary() + _ = yym2636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33177,49 +33232,49 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2629[0] { + if yyq2634[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2632 := z.EncBinary() - _ = yym2632 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2629 || yy2arr2629 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[1] { - yym2634 := z.EncBinary() - _ = yym2634 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2629[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2635 := z.EncBinary() - _ = yym2635 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2629 || yy2arr2629 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[2] { yym2637 := z.EncBinary() _ = yym2637 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2634 || yy2arr2634 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2634[1] { + yym2639 := z.EncBinary() + _ = yym2639 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2634[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2640 := z.EncBinary() + _ = yym2640 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2634 || yy2arr2634 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2634[2] { + yym2642 := z.EncBinary() + _ = yym2642 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } @@ -33227,23 +33282,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2629[2] { + if yyq2634[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2638 := z.EncBinary() - _ = yym2638 + yym2643 := z.EncBinary() + _ = yym2643 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[3] { - yym2640 := z.EncBinary() - _ = yym2640 + if yyq2634[3] { + yym2645 := z.EncBinary() + _ = yym2645 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -33252,23 +33307,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2629[3] { + if yyq2634[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2641 := z.EncBinary() - _ = yym2641 + yym2646 := z.EncBinary() + _ = yym2646 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[4] { - yym2643 := z.EncBinary() - _ = yym2643 + if yyq2634[4] { + yym2648 := z.EncBinary() + _ = yym2648 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -33277,66 +33332,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2629[4] { + if yyq2634[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2644 := z.EncBinary() - _ = yym2644 + yym2649 := z.EncBinary() + _ = yym2649 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[5] { + if yyq2634[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2646 := *x.SinceSeconds - yym2647 := z.EncBinary() - _ = yym2647 + yy2651 := *x.SinceSeconds + yym2652 := z.EncBinary() + _ = yym2652 if false { } else { - r.EncodeInt(int64(yy2646)) + r.EncodeInt(int64(yy2651)) } } } else { r.EncodeNil() } } else { - if yyq2629[5] { + if yyq2634[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy2648 := *x.SinceSeconds - yym2649 := z.EncBinary() - _ = yym2649 + yy2653 := *x.SinceSeconds + yym2654 := z.EncBinary() + _ = yym2654 if false { } else { - r.EncodeInt(int64(yy2648)) + r.EncodeInt(int64(yy2653)) } } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[6] { + if yyq2634[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym2651 := z.EncBinary() - _ = yym2651 + yym2656 := z.EncBinary() + _ = yym2656 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2651 { + } else if yym2656 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2651 && z.IsJSONHandle() { + } else if !yym2656 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -33346,20 +33401,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2629[6] { + if yyq2634[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym2652 := z.EncBinary() - _ = yym2652 + yym2657 := z.EncBinary() + _ = yym2657 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym2652 { + } else if yym2657 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym2652 && z.IsJSONHandle() { + } else if !yym2657 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -33367,11 +33422,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[7] { - yym2654 := z.EncBinary() - _ = yym2654 + if yyq2634[7] { + yym2659 := z.EncBinary() + _ = yym2659 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -33380,60 +33435,25 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2629[7] { + if yyq2634[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2655 := z.EncBinary() - _ = yym2655 + yym2660 := z.EncBinary() + _ = yym2660 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[8] { + if yyq2634[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy2657 := *x.TailLines - yym2658 := z.EncBinary() - _ = yym2658 - if false { - } else { - r.EncodeInt(int64(yy2657)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2629[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tailLines")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TailLines == nil { - r.EncodeNil() - } else { - yy2659 := *x.TailLines - yym2660 := z.EncBinary() - _ = yym2660 - if false { - } else { - r.EncodeInt(int64(yy2659)) - } - } - } - } - if yyr2629 || yy2arr2629 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2629[9] { - if x.LimitBytes == nil { - r.EncodeNil() - } else { - yy2662 := *x.LimitBytes + yy2662 := *x.TailLines yym2663 := z.EncBinary() _ = yym2663 if false { @@ -33445,14 +33465,14 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2629[9] { + if yyq2634[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) + r.EncodeString(codecSelferC_UTF81234, string("tailLines")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.LimitBytes == nil { + if x.TailLines == nil { r.EncodeNil() } else { - yy2664 := *x.LimitBytes + yy2664 := *x.TailLines yym2665 := z.EncBinary() _ = yym2665 if false { @@ -33462,7 +33482,42 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2629 || yy2arr2629 { + if yyr2634 || yy2arr2634 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2634[9] { + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy2667 := *x.LimitBytes + yym2668 := z.EncBinary() + _ = yym2668 + if false { + } else { + r.EncodeInt(int64(yy2667)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2634[9] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy2669 := *x.LimitBytes + yym2670 := z.EncBinary() + _ = yym2670 + if false { + } else { + r.EncodeInt(int64(yy2669)) + } + } + } + } + if yyr2634 || yy2arr2634 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33475,25 +33530,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2666 := z.DecBinary() - _ = yym2666 + yym2671 := z.DecBinary() + _ = yym2671 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2667 := r.ContainerType() - if yyct2667 == codecSelferValueTypeMap1234 { - yyl2667 := r.ReadMapStart() - if yyl2667 == 0 { + yyct2672 := r.ContainerType() + if yyct2672 == codecSelferValueTypeMap1234 { + yyl2672 := r.ReadMapStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2667, d) + x.codecDecodeSelfFromMap(yyl2672, d) } - } else if yyct2667 == codecSelferValueTypeArray1234 { - yyl2667 := r.ReadArrayStart() - if yyl2667 == 0 { + } else if yyct2672 == codecSelferValueTypeArray1234 { + yyl2672 := r.ReadArrayStart() + if yyl2672 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2667, d) + x.codecDecodeSelfFromArray(yyl2672, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33505,12 +33560,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2668Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2668Slc - var yyhl2668 bool = l >= 0 - for yyj2668 := 0; ; yyj2668++ { - if yyhl2668 { - if yyj2668 >= l { + var yys2673Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2673Slc + var yyhl2673 bool = l >= 0 + for yyj2673 := 0; ; yyj2673++ { + if yyhl2673 { + if yyj2673 >= l { break } } else { @@ -33519,10 +33574,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2668Slc = r.DecodeBytes(yys2668Slc, true, true) - yys2668 := string(yys2668Slc) + yys2673Slc = r.DecodeBytes(yys2673Slc, true, true) + yys2673 := string(yys2673Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2668 { + switch yys2673 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33562,8 +33617,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2675 := z.DecBinary() - _ = yym2675 + yym2680 := z.DecBinary() + _ = yym2680 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -33578,13 +33633,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2677 := z.DecBinary() - _ = yym2677 + yym2682 := z.DecBinary() + _ = yym2682 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2677 { + } else if yym2682 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2677 && z.IsJSONHandle() { + } else if !yym2682 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -33605,8 +33660,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2680 := z.DecBinary() - _ = yym2680 + yym2685 := z.DecBinary() + _ = yym2685 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -33621,17 +33676,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2682 := z.DecBinary() - _ = yym2682 + yym2687 := z.DecBinary() + _ = yym2687 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2668) - } // end switch yys2668 - } // end for yyj2668 + z.DecStructFieldNotFound(-1, yys2673) + } // end switch yys2673 + } // end for yyj2673 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33639,16 +33694,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2683 int - var yyb2683 bool - var yyhl2683 bool = l >= 0 - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + var yyj2688 int + var yyb2688 bool + var yyhl2688 bool = l >= 0 + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33658,13 +33713,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33674,13 +33729,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33690,13 +33745,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33706,13 +33761,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33722,13 +33777,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33741,20 +33796,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym2690 := z.DecBinary() - _ = yym2690 + yym2695 := z.DecBinary() + _ = yym2695 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33767,25 +33822,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym2692 := z.DecBinary() - _ = yym2692 + yym2697 := z.DecBinary() + _ = yym2697 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym2692 { + } else if yym2697 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym2692 && z.IsJSONHandle() { + } else if !yym2697 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33795,13 +33850,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33814,20 +33869,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym2695 := z.DecBinary() - _ = yym2695 + yym2700 := z.DecBinary() + _ = yym2700 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33840,25 +33895,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym2697 := z.DecBinary() - _ = yym2697 + yym2702 := z.DecBinary() + _ = yym2702 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj2683++ - if yyhl2683 { - yyb2683 = yyj2683 > l + yyj2688++ + if yyhl2688 { + yyb2688 = yyj2688 > l } else { - yyb2683 = r.CheckBreak() + yyb2688 = r.CheckBreak() } - if yyb2683 { + if yyb2688 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2683-1, "") + z.DecStructFieldNotFound(yyj2688-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33870,41 +33925,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2698 := z.EncBinary() - _ = yym2698 + yym2703 := z.EncBinary() + _ = yym2703 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2699 := !z.EncBinary() - yy2arr2699 := z.EncBasicHandle().StructToArray - var yyq2699 [7]bool - _, _, _ = yysep2699, yyq2699, yy2arr2699 - const yyr2699 bool = false - yyq2699[0] = x.Kind != "" - yyq2699[1] = x.APIVersion != "" - yyq2699[2] = x.Stdin != false - yyq2699[3] = x.Stdout != false - yyq2699[4] = x.Stderr != false - yyq2699[5] = x.TTY != false - yyq2699[6] = x.Container != "" - var yynn2699 int - if yyr2699 || yy2arr2699 { + yysep2704 := !z.EncBinary() + yy2arr2704 := z.EncBasicHandle().StructToArray + var yyq2704 [7]bool + _, _, _ = yysep2704, yyq2704, yy2arr2704 + const yyr2704 bool = false + yyq2704[0] = x.Kind != "" + yyq2704[1] = x.APIVersion != "" + yyq2704[2] = x.Stdin != false + yyq2704[3] = x.Stdout != false + yyq2704[4] = x.Stderr != false + yyq2704[5] = x.TTY != false + yyq2704[6] = x.Container != "" + var yynn2704 int + if yyr2704 || yy2arr2704 { r.EncodeArrayStart(7) } else { - yynn2699 = 0 - for _, b := range yyq2699 { + yynn2704 = 0 + for _, b := range yyq2704 { if b { - yynn2699++ + yynn2704++ } } - r.EncodeMapStart(yynn2699) - yynn2699 = 0 + r.EncodeMapStart(yynn2704) + yynn2704 = 0 } - if yyr2699 || yy2arr2699 { + if yyr2704 || yy2arr2704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[0] { - yym2701 := z.EncBinary() - _ = yym2701 + if yyq2704[0] { + yym2706 := z.EncBinary() + _ = yym2706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33913,124 +33968,124 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2699[0] { + if yyq2704[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2702 := z.EncBinary() - _ = yym2702 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2699 || yy2arr2699 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[1] { - yym2704 := z.EncBinary() - _ = yym2704 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2699[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2705 := z.EncBinary() - _ = yym2705 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2699 || yy2arr2699 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[2] { yym2707 := z.EncBinary() _ = yym2707 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2699[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2708 := z.EncBinary() - _ = yym2708 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2699 || yy2arr2699 { + if yyr2704 || yy2arr2704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[3] { + if yyq2704[1] { + yym2709 := z.EncBinary() + _ = yym2709 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2704[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym2710 := z.EncBinary() _ = yym2710 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2704 || yy2arr2704 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2704[2] { + yym2712 := z.EncBinary() + _ = yym2712 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq2699[3] { + if yyq2704[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2711 := z.EncBinary() - _ = yym2711 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2699 || yy2arr2699 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[4] { yym2713 := z.EncBinary() _ = yym2713 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2704 || yy2arr2704 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2704[3] { + yym2715 := z.EncBinary() + _ = yym2715 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq2699[4] { + if yyq2704[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2714 := z.EncBinary() - _ = yym2714 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2699 || yy2arr2699 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[5] { yym2716 := z.EncBinary() _ = yym2716 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2704 || yy2arr2704 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2704[4] { + yym2718 := z.EncBinary() + _ = yym2718 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2704[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2719 := z.EncBinary() + _ = yym2719 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2704 || yy2arr2704 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2704[5] { + yym2721 := z.EncBinary() + _ = yym2721 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -34038,23 +34093,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2699[5] { + if yyq2704[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2717 := z.EncBinary() - _ = yym2717 + yym2722 := z.EncBinary() + _ = yym2722 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr2699 || yy2arr2699 { + if yyr2704 || yy2arr2704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2699[6] { - yym2719 := z.EncBinary() - _ = yym2719 + if yyq2704[6] { + yym2724 := z.EncBinary() + _ = yym2724 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -34063,19 +34118,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2699[6] { + if yyq2704[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2720 := z.EncBinary() - _ = yym2720 + yym2725 := z.EncBinary() + _ = yym2725 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2699 || yy2arr2699 { + if yyr2704 || yy2arr2704 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34088,25 +34143,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2721 := z.DecBinary() - _ = yym2721 + yym2726 := z.DecBinary() + _ = yym2726 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2722 := r.ContainerType() - if yyct2722 == codecSelferValueTypeMap1234 { - yyl2722 := r.ReadMapStart() - if yyl2722 == 0 { + yyct2727 := r.ContainerType() + if yyct2727 == codecSelferValueTypeMap1234 { + yyl2727 := r.ReadMapStart() + if yyl2727 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2722, d) + x.codecDecodeSelfFromMap(yyl2727, d) } - } else if yyct2722 == codecSelferValueTypeArray1234 { - yyl2722 := r.ReadArrayStart() - if yyl2722 == 0 { + } else if yyct2727 == codecSelferValueTypeArray1234 { + yyl2727 := r.ReadArrayStart() + if yyl2727 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2722, d) + x.codecDecodeSelfFromArray(yyl2727, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34118,12 +34173,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2723Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2723Slc - var yyhl2723 bool = l >= 0 - for yyj2723 := 0; ; yyj2723++ { - if yyhl2723 { - if yyj2723 >= l { + var yys2728Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2728Slc + var yyhl2728 bool = l >= 0 + for yyj2728 := 0; ; yyj2728++ { + if yyhl2728 { + if yyj2728 >= l { break } } else { @@ -34132,10 +34187,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2723Slc = r.DecodeBytes(yys2723Slc, true, true) - yys2723 := string(yys2723Slc) + yys2728Slc = r.DecodeBytes(yys2728Slc, true, true) + yys2728 := string(yys2728Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2723 { + switch yys2728 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34179,9 +34234,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2723) - } // end switch yys2723 - } // end for yyj2723 + z.DecStructFieldNotFound(-1, yys2728) + } // end switch yys2728 + } // end for yyj2728 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34189,16 +34244,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2731 int - var yyb2731 bool - var yyhl2731 bool = l >= 0 - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + var yyj2736 int + var yyb2736 bool + var yyhl2736 bool = l >= 0 + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34208,13 +34263,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34224,13 +34279,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34240,13 +34295,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34256,13 +34311,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34272,13 +34327,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34288,13 +34343,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34305,17 +34360,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj2731++ - if yyhl2731 { - yyb2731 = yyj2731 > l + yyj2736++ + if yyhl2736 { + yyb2736 = yyj2736 > l } else { - yyb2731 = r.CheckBreak() + yyb2736 = r.CheckBreak() } - if yyb2731 { + if yyb2736 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2731-1, "") + z.DecStructFieldNotFound(yyj2736-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34327,41 +34382,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2739 := z.EncBinary() - _ = yym2739 + yym2744 := z.EncBinary() + _ = yym2744 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2740 := !z.EncBinary() - yy2arr2740 := z.EncBasicHandle().StructToArray - var yyq2740 [8]bool - _, _, _ = yysep2740, yyq2740, yy2arr2740 - const yyr2740 bool = false - yyq2740[0] = x.Kind != "" - yyq2740[1] = x.APIVersion != "" - yyq2740[2] = x.Stdin != false - yyq2740[3] = x.Stdout != false - yyq2740[4] = x.Stderr != false - yyq2740[5] = x.TTY != false - yyq2740[6] = x.Container != "" - var yynn2740 int - if yyr2740 || yy2arr2740 { + yysep2745 := !z.EncBinary() + yy2arr2745 := z.EncBasicHandle().StructToArray + var yyq2745 [8]bool + _, _, _ = yysep2745, yyq2745, yy2arr2745 + const yyr2745 bool = false + yyq2745[0] = x.Kind != "" + yyq2745[1] = x.APIVersion != "" + yyq2745[2] = x.Stdin != false + yyq2745[3] = x.Stdout != false + yyq2745[4] = x.Stderr != false + yyq2745[5] = x.TTY != false + yyq2745[6] = x.Container != "" + var yynn2745 int + if yyr2745 || yy2arr2745 { r.EncodeArrayStart(8) } else { - yynn2740 = 1 - for _, b := range yyq2740 { + yynn2745 = 1 + for _, b := range yyq2745 { if b { - yynn2740++ + yynn2745++ } } - r.EncodeMapStart(yynn2740) - yynn2740 = 0 + r.EncodeMapStart(yynn2745) + yynn2745 = 0 } - if yyr2740 || yy2arr2740 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[0] { - yym2742 := z.EncBinary() - _ = yym2742 + if yyq2745[0] { + yym2747 := z.EncBinary() + _ = yym2747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34370,124 +34425,124 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2740[0] { + if yyq2745[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2743 := z.EncBinary() - _ = yym2743 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2740 || yy2arr2740 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[1] { - yym2745 := z.EncBinary() - _ = yym2745 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2740[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2746 := z.EncBinary() - _ = yym2746 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2740 || yy2arr2740 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[2] { yym2748 := z.EncBinary() _ = yym2748 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2740[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2749 := z.EncBinary() - _ = yym2749 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2740 || yy2arr2740 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[3] { + if yyq2745[1] { + yym2750 := z.EncBinary() + _ = yym2750 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2745[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym2751 := z.EncBinary() _ = yym2751 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2745 || yy2arr2745 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2745[2] { + yym2753 := z.EncBinary() + _ = yym2753 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq2740[3] { + if yyq2745[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2752 := z.EncBinary() - _ = yym2752 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr2740 || yy2arr2740 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[4] { yym2754 := z.EncBinary() _ = yym2754 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr2745 || yy2arr2745 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2745[3] { + yym2756 := z.EncBinary() + _ = yym2756 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq2740[4] { + if yyq2745[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2755 := z.EncBinary() - _ = yym2755 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr2740 || yy2arr2740 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[5] { yym2757 := z.EncBinary() _ = yym2757 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr2745 || yy2arr2745 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2745[4] { + yym2759 := z.EncBinary() + _ = yym2759 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2745[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2760 := z.EncBinary() + _ = yym2760 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr2745 || yy2arr2745 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2745[5] { + yym2762 := z.EncBinary() + _ = yym2762 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -34495,23 +34550,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2740[5] { + if yyq2745[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2758 := z.EncBinary() - _ = yym2758 + yym2763 := z.EncBinary() + _ = yym2763 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr2740 || yy2arr2740 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2740[6] { - yym2760 := z.EncBinary() - _ = yym2760 + if yyq2745[6] { + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -34520,25 +34575,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2740[6] { + if yyq2745[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2761 := z.EncBinary() - _ = yym2761 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr2740 || yy2arr2740 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym2763 := z.EncBinary() - _ = yym2763 + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -34551,15 +34606,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym2764 := z.EncBinary() - _ = yym2764 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr2740 || yy2arr2740 { + if yyr2745 || yy2arr2745 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34572,25 +34627,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2765 := z.DecBinary() - _ = yym2765 + yym2770 := z.DecBinary() + _ = yym2770 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2766 := r.ContainerType() - if yyct2766 == codecSelferValueTypeMap1234 { - yyl2766 := r.ReadMapStart() - if yyl2766 == 0 { + yyct2771 := r.ContainerType() + if yyct2771 == codecSelferValueTypeMap1234 { + yyl2771 := r.ReadMapStart() + if yyl2771 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2766, d) + x.codecDecodeSelfFromMap(yyl2771, d) } - } else if yyct2766 == codecSelferValueTypeArray1234 { - yyl2766 := r.ReadArrayStart() - if yyl2766 == 0 { + } else if yyct2771 == codecSelferValueTypeArray1234 { + yyl2771 := r.ReadArrayStart() + if yyl2771 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2766, d) + x.codecDecodeSelfFromArray(yyl2771, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34602,12 +34657,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2767Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2767Slc - var yyhl2767 bool = l >= 0 - for yyj2767 := 0; ; yyj2767++ { - if yyhl2767 { - if yyj2767 >= l { + var yys2772Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2772Slc + var yyhl2772 bool = l >= 0 + for yyj2772 := 0; ; yyj2772++ { + if yyhl2772 { + if yyj2772 >= l { break } } else { @@ -34616,10 +34671,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2767Slc = r.DecodeBytes(yys2767Slc, true, true) - yys2767 := string(yys2767Slc) + yys2772Slc = r.DecodeBytes(yys2772Slc, true, true) + yys2772 := string(yys2772Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2767 { + switch yys2772 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34666,18 +34721,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2775 := &x.Command - yym2776 := z.DecBinary() - _ = yym2776 + yyv2780 := &x.Command + yym2781 := z.DecBinary() + _ = yym2781 if false { } else { - z.F.DecSliceStringX(yyv2775, false, d) + z.F.DecSliceStringX(yyv2780, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2767) - } // end switch yys2767 - } // end for yyj2767 + z.DecStructFieldNotFound(-1, yys2772) + } // end switch yys2772 + } // end for yyj2772 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34685,16 +34740,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2777 int - var yyb2777 bool - var yyhl2777 bool = l >= 0 - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + var yyj2782 int + var yyb2782 bool + var yyhl2782 bool = l >= 0 + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34704,13 +34759,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34720,13 +34775,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34736,13 +34791,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34752,13 +34807,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34768,13 +34823,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34784,13 +34839,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34800,13 +34855,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34814,26 +34869,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv2785 := &x.Command - yym2786 := z.DecBinary() - _ = yym2786 + yyv2790 := &x.Command + yym2791 := z.DecBinary() + _ = yym2791 if false { } else { - z.F.DecSliceStringX(yyv2785, false, d) + z.F.DecSliceStringX(yyv2790, false, d) } } for { - yyj2777++ - if yyhl2777 { - yyb2777 = yyj2777 > l + yyj2782++ + if yyhl2782 { + yyb2782 = yyj2782 > l } else { - yyb2777 = r.CheckBreak() + yyb2782 = r.CheckBreak() } - if yyb2777 { + if yyb2782 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2777-1, "") + z.DecStructFieldNotFound(yyj2782-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34845,37 +34900,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2787 := z.EncBinary() - _ = yym2787 + yym2792 := z.EncBinary() + _ = yym2792 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2788 := !z.EncBinary() - yy2arr2788 := z.EncBasicHandle().StructToArray - var yyq2788 [3]bool - _, _, _ = yysep2788, yyq2788, yy2arr2788 - const yyr2788 bool = false - yyq2788[0] = x.Kind != "" - yyq2788[1] = x.APIVersion != "" - yyq2788[2] = x.Path != "" - var yynn2788 int - if yyr2788 || yy2arr2788 { + yysep2793 := !z.EncBinary() + yy2arr2793 := z.EncBasicHandle().StructToArray + var yyq2793 [3]bool + _, _, _ = yysep2793, yyq2793, yy2arr2793 + const yyr2793 bool = false + yyq2793[0] = x.Kind != "" + yyq2793[1] = x.APIVersion != "" + yyq2793[2] = x.Path != "" + var yynn2793 int + if yyr2793 || yy2arr2793 { r.EncodeArrayStart(3) } else { - yynn2788 = 0 - for _, b := range yyq2788 { + yynn2793 = 0 + for _, b := range yyq2793 { if b { - yynn2788++ + yynn2793++ } } - r.EncodeMapStart(yynn2788) - yynn2788 = 0 + r.EncodeMapStart(yynn2793) + yynn2793 = 0 } - if yyr2788 || yy2arr2788 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2788[0] { - yym2790 := z.EncBinary() - _ = yym2790 + if yyq2793[0] { + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34884,49 +34939,49 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2788[0] { + if yyq2793[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2791 := z.EncBinary() - _ = yym2791 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2788 || yy2arr2788 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2788[1] { - yym2793 := z.EncBinary() - _ = yym2793 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2788[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2794 := z.EncBinary() - _ = yym2794 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2788 || yy2arr2788 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2788[2] { yym2796 := z.EncBinary() _ = yym2796 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2793 || yy2arr2793 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2793[1] { + yym2798 := z.EncBinary() + _ = yym2798 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2793[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2799 := z.EncBinary() + _ = yym2799 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2793 || yy2arr2793 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2793[2] { + yym2801 := z.EncBinary() + _ = yym2801 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } @@ -34934,19 +34989,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2788[2] { + if yyq2793[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2797 := z.EncBinary() - _ = yym2797 + yym2802 := z.EncBinary() + _ = yym2802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr2788 || yy2arr2788 { + if yyr2793 || yy2arr2793 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34959,25 +35014,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2798 := z.DecBinary() - _ = yym2798 + yym2803 := z.DecBinary() + _ = yym2803 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2799 := r.ContainerType() - if yyct2799 == codecSelferValueTypeMap1234 { - yyl2799 := r.ReadMapStart() - if yyl2799 == 0 { + yyct2804 := r.ContainerType() + if yyct2804 == codecSelferValueTypeMap1234 { + yyl2804 := r.ReadMapStart() + if yyl2804 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2799, d) + x.codecDecodeSelfFromMap(yyl2804, d) } - } else if yyct2799 == codecSelferValueTypeArray1234 { - yyl2799 := r.ReadArrayStart() - if yyl2799 == 0 { + } else if yyct2804 == codecSelferValueTypeArray1234 { + yyl2804 := r.ReadArrayStart() + if yyl2804 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2799, d) + x.codecDecodeSelfFromArray(yyl2804, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34989,12 +35044,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2800Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2800Slc - var yyhl2800 bool = l >= 0 - for yyj2800 := 0; ; yyj2800++ { - if yyhl2800 { - if yyj2800 >= l { + var yys2805Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2805Slc + var yyhl2805 bool = l >= 0 + for yyj2805 := 0; ; yyj2805++ { + if yyhl2805 { + if yyj2805 >= l { break } } else { @@ -35003,10 +35058,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2800Slc = r.DecodeBytes(yys2800Slc, true, true) - yys2800 := string(yys2800Slc) + yys2805Slc = r.DecodeBytes(yys2805Slc, true, true) + yys2805 := string(yys2805Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2800 { + switch yys2805 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35026,9 +35081,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2800) - } // end switch yys2800 - } // end for yyj2800 + z.DecStructFieldNotFound(-1, yys2805) + } // end switch yys2805 + } // end for yyj2805 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35036,16 +35091,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2804 int - var yyb2804 bool - var yyhl2804 bool = l >= 0 - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + var yyj2809 int + var yyb2809 bool + var yyhl2809 bool = l >= 0 + yyj2809++ + if yyhl2809 { + yyb2809 = yyj2809 > l } else { - yyb2804 = r.CheckBreak() + yyb2809 = r.CheckBreak() } - if yyb2804 { + if yyb2809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35055,13 +35110,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2809++ + if yyhl2809 { + yyb2809 = yyj2809 > l } else { - yyb2804 = r.CheckBreak() + yyb2809 = r.CheckBreak() } - if yyb2804 { + if yyb2809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35071,13 +35126,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2809++ + if yyhl2809 { + yyb2809 = yyj2809 > l } else { - yyb2804 = r.CheckBreak() + yyb2809 = r.CheckBreak() } - if yyb2804 { + if yyb2809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35088,17 +35143,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj2804++ - if yyhl2804 { - yyb2804 = yyj2804 > l + yyj2809++ + if yyhl2809 { + yyb2809 = yyj2809 > l } else { - yyb2804 = r.CheckBreak() + yyb2809 = r.CheckBreak() } - if yyb2804 { + if yyb2809 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2804-1, "") + z.DecStructFieldNotFound(yyj2809-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35110,41 +35165,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2808 := z.EncBinary() - _ = yym2808 + yym2813 := z.EncBinary() + _ = yym2813 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2809 := !z.EncBinary() - yy2arr2809 := z.EncBasicHandle().StructToArray - var yyq2809 [7]bool - _, _, _ = yysep2809, yyq2809, yy2arr2809 - const yyr2809 bool = false - yyq2809[0] = x.Kind != "" - yyq2809[1] = x.Namespace != "" - yyq2809[2] = x.Name != "" - yyq2809[3] = x.UID != "" - yyq2809[4] = x.APIVersion != "" - yyq2809[5] = x.ResourceVersion != "" - yyq2809[6] = x.FieldPath != "" - var yynn2809 int - if yyr2809 || yy2arr2809 { + yysep2814 := !z.EncBinary() + yy2arr2814 := z.EncBasicHandle().StructToArray + var yyq2814 [7]bool + _, _, _ = yysep2814, yyq2814, yy2arr2814 + const yyr2814 bool = false + yyq2814[0] = x.Kind != "" + yyq2814[1] = x.Namespace != "" + yyq2814[2] = x.Name != "" + yyq2814[3] = x.UID != "" + yyq2814[4] = x.APIVersion != "" + yyq2814[5] = x.ResourceVersion != "" + yyq2814[6] = x.FieldPath != "" + var yynn2814 int + if yyr2814 || yy2arr2814 { r.EncodeArrayStart(7) } else { - yynn2809 = 0 - for _, b := range yyq2809 { + yynn2814 = 0 + for _, b := range yyq2814 { if b { - yynn2809++ + yynn2814++ } } - r.EncodeMapStart(yynn2809) - yynn2809 = 0 + r.EncodeMapStart(yynn2814) + yynn2814 = 0 } - if yyr2809 || yy2arr2809 { + if yyr2814 || yy2arr2814 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[0] { - yym2811 := z.EncBinary() - _ = yym2811 + if yyq2814[0] { + yym2816 := z.EncBinary() + _ = yym2816 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35153,151 +35208,151 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[0] { + if yyq2814[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2812 := z.EncBinary() - _ = yym2812 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[1] { - yym2814 := z.EncBinary() - _ = yym2814 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2809[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2815 := z.EncBinary() - _ = yym2815 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[2] { yym2817 := z.EncBinary() _ = yym2817 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[1] { + yym2819 := z.EncBinary() + _ = yym2819 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[2] { + if yyq2814[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2818 := z.EncBinary() - _ = yym2818 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[3] { yym2820 := z.EncBinary() _ = yym2820 if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[2] { + yym2822 := z.EncBinary() + _ = yym2822 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[3] { + if yyq2814[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2821 := z.EncBinary() - _ = yym2821 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[4] { yym2823 := z.EncBinary() _ = yym2823 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[3] { + yym2825 := z.EncBinary() + _ = yym2825 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[4] { + if yyq2814[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2824 := z.EncBinary() - _ = yym2824 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[5] { yym2826 := z.EncBinary() _ = yym2826 if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[4] { + yym2828 := z.EncBinary() + _ = yym2828 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[5] { + if yyq2814[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2827 := z.EncBinary() - _ = yym2827 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr2809 || yy2arr2809 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2809[6] { yym2829 := z.EncBinary() _ = yym2829 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[5] { + yym2831 := z.EncBinary() + _ = yym2831 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2814[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2832 := z.EncBinary() + _ = yym2832 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr2814 || yy2arr2814 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2814[6] { + yym2834 := z.EncBinary() + _ = yym2834 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } @@ -35305,19 +35360,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2809[6] { + if yyq2814[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2830 := z.EncBinary() - _ = yym2830 + yym2835 := z.EncBinary() + _ = yym2835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr2809 || yy2arr2809 { + if yyr2814 || yy2arr2814 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35330,25 +35385,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2831 := z.DecBinary() - _ = yym2831 + yym2836 := z.DecBinary() + _ = yym2836 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2832 := r.ContainerType() - if yyct2832 == codecSelferValueTypeMap1234 { - yyl2832 := r.ReadMapStart() - if yyl2832 == 0 { + yyct2837 := r.ContainerType() + if yyct2837 == codecSelferValueTypeMap1234 { + yyl2837 := r.ReadMapStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2832, d) + x.codecDecodeSelfFromMap(yyl2837, d) } - } else if yyct2832 == codecSelferValueTypeArray1234 { - yyl2832 := r.ReadArrayStart() - if yyl2832 == 0 { + } else if yyct2837 == codecSelferValueTypeArray1234 { + yyl2837 := r.ReadArrayStart() + if yyl2837 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2832, d) + x.codecDecodeSelfFromArray(yyl2837, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35360,12 +35415,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2833Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2833Slc - var yyhl2833 bool = l >= 0 - for yyj2833 := 0; ; yyj2833++ { - if yyhl2833 { - if yyj2833 >= l { + var yys2838Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2838Slc + var yyhl2838 bool = l >= 0 + for yyj2838 := 0; ; yyj2838++ { + if yyhl2838 { + if yyj2838 >= l { break } } else { @@ -35374,10 +35429,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2833Slc = r.DecodeBytes(yys2833Slc, true, true) - yys2833 := string(yys2833Slc) + yys2838Slc = r.DecodeBytes(yys2838Slc, true, true) + yys2838 := string(yys2838Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2833 { + switch yys2838 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35421,9 +35476,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2833) - } // end switch yys2833 - } // end for yyj2833 + z.DecStructFieldNotFound(-1, yys2838) + } // end switch yys2838 + } // end for yyj2838 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35431,16 +35486,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2841 int - var yyb2841 bool - var yyhl2841 bool = l >= 0 - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + var yyj2846 int + var yyb2846 bool + var yyhl2846 bool = l >= 0 + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35450,13 +35505,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35466,13 +35521,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35482,13 +35537,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35498,13 +35553,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35514,13 +35569,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35530,13 +35585,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35547,17 +35602,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj2841++ - if yyhl2841 { - yyb2841 = yyj2841 > l + yyj2846++ + if yyhl2846 { + yyb2846 = yyj2846 > l } else { - yyb2841 = r.CheckBreak() + yyb2846 = r.CheckBreak() } - if yyb2841 { + if yyb2846 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2841-1, "") + z.DecStructFieldNotFound(yyj2846-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35569,35 +35624,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2849 := z.EncBinary() - _ = yym2849 + yym2854 := z.EncBinary() + _ = yym2854 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2850 := !z.EncBinary() - yy2arr2850 := z.EncBasicHandle().StructToArray - var yyq2850 [1]bool - _, _, _ = yysep2850, yyq2850, yy2arr2850 - const yyr2850 bool = false - yyq2850[0] = x.Name != "" - var yynn2850 int - if yyr2850 || yy2arr2850 { + yysep2855 := !z.EncBinary() + yy2arr2855 := z.EncBasicHandle().StructToArray + var yyq2855 [1]bool + _, _, _ = yysep2855, yyq2855, yy2arr2855 + const yyr2855 bool = false + yyq2855[0] = x.Name != "" + var yynn2855 int + if yyr2855 || yy2arr2855 { r.EncodeArrayStart(1) } else { - yynn2850 = 0 - for _, b := range yyq2850 { + yynn2855 = 0 + for _, b := range yyq2855 { if b { - yynn2850++ + yynn2855++ } } - r.EncodeMapStart(yynn2850) - yynn2850 = 0 + r.EncodeMapStart(yynn2855) + yynn2855 = 0 } - if yyr2850 || yy2arr2850 { + if yyr2855 || yy2arr2855 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2850[0] { - yym2852 := z.EncBinary() - _ = yym2852 + if yyq2855[0] { + yym2857 := z.EncBinary() + _ = yym2857 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -35606,19 +35661,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2850[0] { + if yyq2855[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2853 := z.EncBinary() - _ = yym2853 + yym2858 := z.EncBinary() + _ = yym2858 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2850 || yy2arr2850 { + if yyr2855 || yy2arr2855 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35631,25 +35686,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2854 := z.DecBinary() - _ = yym2854 + yym2859 := z.DecBinary() + _ = yym2859 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2855 := r.ContainerType() - if yyct2855 == codecSelferValueTypeMap1234 { - yyl2855 := r.ReadMapStart() - if yyl2855 == 0 { + yyct2860 := r.ContainerType() + if yyct2860 == codecSelferValueTypeMap1234 { + yyl2860 := r.ReadMapStart() + if yyl2860 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2855, d) + x.codecDecodeSelfFromMap(yyl2860, d) } - } else if yyct2855 == codecSelferValueTypeArray1234 { - yyl2855 := r.ReadArrayStart() - if yyl2855 == 0 { + } else if yyct2860 == codecSelferValueTypeArray1234 { + yyl2860 := r.ReadArrayStart() + if yyl2860 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2855, d) + x.codecDecodeSelfFromArray(yyl2860, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35661,12 +35716,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2856Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2856Slc - var yyhl2856 bool = l >= 0 - for yyj2856 := 0; ; yyj2856++ { - if yyhl2856 { - if yyj2856 >= l { + var yys2861Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2861Slc + var yyhl2861 bool = l >= 0 + for yyj2861 := 0; ; yyj2861++ { + if yyhl2861 { + if yyj2861 >= l { break } } else { @@ -35675,10 +35730,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2856Slc = r.DecodeBytes(yys2856Slc, true, true) - yys2856 := string(yys2856Slc) + yys2861Slc = r.DecodeBytes(yys2861Slc, true, true) + yys2861 := string(yys2861Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2856 { + switch yys2861 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -35686,9 +35741,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2856) - } // end switch yys2856 - } // end for yyj2856 + z.DecStructFieldNotFound(-1, yys2861) + } // end switch yys2861 + } // end for yyj2861 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35696,16 +35751,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2858 int - var yyb2858 bool - var yyhl2858 bool = l >= 0 - yyj2858++ - if yyhl2858 { - yyb2858 = yyj2858 > l + var yyj2863 int + var yyb2863 bool + var yyhl2863 bool = l >= 0 + yyj2863++ + if yyhl2863 { + yyb2863 = yyj2863 > l } else { - yyb2858 = r.CheckBreak() + yyb2863 = r.CheckBreak() } - if yyb2858 { + if yyb2863 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35716,17 +35771,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj2858++ - if yyhl2858 { - yyb2858 = yyj2858 > l + yyj2863++ + if yyhl2863 { + yyb2863 = yyj2863 > l } else { - yyb2858 = r.CheckBreak() + yyb2863 = r.CheckBreak() } - if yyb2858 { + if yyb2863 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2858-1, "") + z.DecStructFieldNotFound(yyj2863-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35738,37 +35793,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2860 := z.EncBinary() - _ = yym2860 + yym2865 := z.EncBinary() + _ = yym2865 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2861 := !z.EncBinary() - yy2arr2861 := z.EncBasicHandle().StructToArray - var yyq2861 [3]bool - _, _, _ = yysep2861, yyq2861, yy2arr2861 - const yyr2861 bool = false - yyq2861[0] = x.Kind != "" - yyq2861[1] = x.APIVersion != "" - yyq2861[2] = true - var yynn2861 int - if yyr2861 || yy2arr2861 { + yysep2866 := !z.EncBinary() + yy2arr2866 := z.EncBasicHandle().StructToArray + var yyq2866 [3]bool + _, _, _ = yysep2866, yyq2866, yy2arr2866 + const yyr2866 bool = false + yyq2866[0] = x.Kind != "" + yyq2866[1] = x.APIVersion != "" + yyq2866[2] = true + var yynn2866 int + if yyr2866 || yy2arr2866 { r.EncodeArrayStart(3) } else { - yynn2861 = 0 - for _, b := range yyq2861 { + yynn2866 = 0 + for _, b := range yyq2866 { if b { - yynn2861++ + yynn2866++ } } - r.EncodeMapStart(yynn2861) - yynn2861 = 0 + r.EncodeMapStart(yynn2866) + yynn2866 = 0 } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2861[0] { - yym2863 := z.EncBinary() - _ = yym2863 + if yyq2866[0] { + yym2868 := z.EncBinary() + _ = yym2868 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35777,23 +35832,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2861[0] { + if yyq2866[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2864 := z.EncBinary() - _ = yym2864 + yym2869 := z.EncBinary() + _ = yym2869 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2861[1] { - yym2866 := z.EncBinary() - _ = yym2866 + if yyq2866[1] { + yym2871 := z.EncBinary() + _ = yym2871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35802,36 +35857,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2861[1] { + if yyq2866[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2867 := z.EncBinary() - _ = yym2867 + yym2872 := z.EncBinary() + _ = yym2872 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2861[2] { - yy2869 := &x.Reference - yy2869.CodecEncodeSelf(e) + if yyq2866[2] { + yy2874 := &x.Reference + yy2874.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2861[2] { + if yyq2866[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2870 := &x.Reference - yy2870.CodecEncodeSelf(e) + yy2875 := &x.Reference + yy2875.CodecEncodeSelf(e) } } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35844,25 +35899,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2871 := z.DecBinary() - _ = yym2871 + yym2876 := z.DecBinary() + _ = yym2876 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2872 := r.ContainerType() - if yyct2872 == codecSelferValueTypeMap1234 { - yyl2872 := r.ReadMapStart() - if yyl2872 == 0 { + yyct2877 := r.ContainerType() + if yyct2877 == codecSelferValueTypeMap1234 { + yyl2877 := r.ReadMapStart() + if yyl2877 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2872, d) + x.codecDecodeSelfFromMap(yyl2877, d) } - } else if yyct2872 == codecSelferValueTypeArray1234 { - yyl2872 := r.ReadArrayStart() - if yyl2872 == 0 { + } else if yyct2877 == codecSelferValueTypeArray1234 { + yyl2877 := r.ReadArrayStart() + if yyl2877 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2872, d) + x.codecDecodeSelfFromArray(yyl2877, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35874,12 +35929,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2873Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2873Slc - var yyhl2873 bool = l >= 0 - for yyj2873 := 0; ; yyj2873++ { - if yyhl2873 { - if yyj2873 >= l { + var yys2878Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2878Slc + var yyhl2878 bool = l >= 0 + for yyj2878 := 0; ; yyj2878++ { + if yyhl2878 { + if yyj2878 >= l { break } } else { @@ -35888,10 +35943,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2873Slc = r.DecodeBytes(yys2873Slc, true, true) - yys2873 := string(yys2873Slc) + yys2878Slc = r.DecodeBytes(yys2878Slc, true, true) + yys2878 := string(yys2878Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2873 { + switch yys2878 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35908,13 +35963,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv2876 := &x.Reference - yyv2876.CodecDecodeSelf(d) + yyv2881 := &x.Reference + yyv2881.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2873) - } // end switch yys2873 - } // end for yyj2873 + z.DecStructFieldNotFound(-1, yys2878) + } // end switch yys2878 + } // end for yyj2878 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35922,16 +35977,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2877 int - var yyb2877 bool - var yyhl2877 bool = l >= 0 - yyj2877++ - if yyhl2877 { - yyb2877 = yyj2877 > l + var yyj2882 int + var yyb2882 bool + var yyhl2882 bool = l >= 0 + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2877 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2877 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35941,13 +35996,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj2877++ - if yyhl2877 { - yyb2877 = yyj2877 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2877 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2877 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35957,13 +36012,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj2877++ - if yyhl2877 { - yyb2877 = yyj2877 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2877 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2877 { + if yyb2882 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35971,21 +36026,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv2880 := &x.Reference - yyv2880.CodecDecodeSelf(d) + yyv2885 := &x.Reference + yyv2885.CodecDecodeSelf(d) } for { - yyj2877++ - if yyhl2877 { - yyb2877 = yyj2877 > l + yyj2882++ + if yyhl2882 { + yyb2882 = yyj2882 > l } else { - yyb2877 = r.CheckBreak() + yyb2882 = r.CheckBreak() } - if yyb2877 { + if yyb2882 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2877-1, "") + z.DecStructFieldNotFound(yyj2882-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35997,36 +36052,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2881 := z.EncBinary() - _ = yym2881 + yym2886 := z.EncBinary() + _ = yym2886 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2882 := !z.EncBinary() - yy2arr2882 := z.EncBasicHandle().StructToArray - var yyq2882 [2]bool - _, _, _ = yysep2882, yyq2882, yy2arr2882 - const yyr2882 bool = false - yyq2882[0] = x.Component != "" - yyq2882[1] = x.Host != "" - var yynn2882 int - if yyr2882 || yy2arr2882 { + yysep2887 := !z.EncBinary() + yy2arr2887 := z.EncBasicHandle().StructToArray + var yyq2887 [2]bool + _, _, _ = yysep2887, yyq2887, yy2arr2887 + const yyr2887 bool = false + yyq2887[0] = x.Component != "" + yyq2887[1] = x.Host != "" + var yynn2887 int + if yyr2887 || yy2arr2887 { r.EncodeArrayStart(2) } else { - yynn2882 = 0 - for _, b := range yyq2882 { + yynn2887 = 0 + for _, b := range yyq2887 { if b { - yynn2882++ + yynn2887++ } } - r.EncodeMapStart(yynn2882) - yynn2882 = 0 + r.EncodeMapStart(yynn2887) + yynn2887 = 0 } - if yyr2882 || yy2arr2882 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2882[0] { - yym2884 := z.EncBinary() - _ = yym2884 + if yyq2887[0] { + yym2889 := z.EncBinary() + _ = yym2889 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -36035,23 +36090,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2882[0] { + if yyq2887[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2885 := z.EncBinary() - _ = yym2885 + yym2890 := z.EncBinary() + _ = yym2890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr2882 || yy2arr2882 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2882[1] { - yym2887 := z.EncBinary() - _ = yym2887 + if yyq2887[1] { + yym2892 := z.EncBinary() + _ = yym2892 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -36060,19 +36115,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2882[1] { + if yyq2887[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2888 := z.EncBinary() - _ = yym2888 + yym2893 := z.EncBinary() + _ = yym2893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr2882 || yy2arr2882 { + if yyr2887 || yy2arr2887 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36085,25 +36140,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2889 := z.DecBinary() - _ = yym2889 + yym2894 := z.DecBinary() + _ = yym2894 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2890 := r.ContainerType() - if yyct2890 == codecSelferValueTypeMap1234 { - yyl2890 := r.ReadMapStart() - if yyl2890 == 0 { + yyct2895 := r.ContainerType() + if yyct2895 == codecSelferValueTypeMap1234 { + yyl2895 := r.ReadMapStart() + if yyl2895 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2890, d) + x.codecDecodeSelfFromMap(yyl2895, d) } - } else if yyct2890 == codecSelferValueTypeArray1234 { - yyl2890 := r.ReadArrayStart() - if yyl2890 == 0 { + } else if yyct2895 == codecSelferValueTypeArray1234 { + yyl2895 := r.ReadArrayStart() + if yyl2895 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2890, d) + x.codecDecodeSelfFromArray(yyl2895, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36115,12 +36170,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2891Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2891Slc - var yyhl2891 bool = l >= 0 - for yyj2891 := 0; ; yyj2891++ { - if yyhl2891 { - if yyj2891 >= l { + var yys2896Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2896Slc + var yyhl2896 bool = l >= 0 + for yyj2896 := 0; ; yyj2896++ { + if yyhl2896 { + if yyj2896 >= l { break } } else { @@ -36129,10 +36184,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2891Slc = r.DecodeBytes(yys2891Slc, true, true) - yys2891 := string(yys2891Slc) + yys2896Slc = r.DecodeBytes(yys2896Slc, true, true) + yys2896 := string(yys2896Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2891 { + switch yys2896 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -36146,9 +36201,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2891) - } // end switch yys2891 - } // end for yyj2891 + z.DecStructFieldNotFound(-1, yys2896) + } // end switch yys2896 + } // end for yyj2896 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36156,16 +36211,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2894 int - var yyb2894 bool - var yyhl2894 bool = l >= 0 - yyj2894++ - if yyhl2894 { - yyb2894 = yyj2894 > l + var yyj2899 int + var yyb2899 bool + var yyhl2899 bool = l >= 0 + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2894 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2894 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36175,13 +36230,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj2894++ - if yyhl2894 { - yyb2894 = yyj2894 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2894 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2894 { + if yyb2899 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36192,17 +36247,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj2894++ - if yyhl2894 { - yyb2894 = yyj2894 > l + yyj2899++ + if yyhl2899 { + yyb2899 = yyj2899 > l } else { - yyb2894 = r.CheckBreak() + yyb2899 = r.CheckBreak() } - if yyb2894 { + if yyb2899 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2894-1, "") + z.DecStructFieldNotFound(yyj2899-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36214,43 +36269,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2897 := z.EncBinary() - _ = yym2897 + yym2902 := z.EncBinary() + _ = yym2902 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2898 := !z.EncBinary() - yy2arr2898 := z.EncBasicHandle().StructToArray - var yyq2898 [11]bool - _, _, _ = yysep2898, yyq2898, yy2arr2898 - const yyr2898 bool = false - yyq2898[0] = x.Kind != "" - yyq2898[1] = x.APIVersion != "" - yyq2898[4] = x.Reason != "" - yyq2898[5] = x.Message != "" - yyq2898[6] = true - yyq2898[7] = true - yyq2898[8] = true - yyq2898[9] = x.Count != 0 - yyq2898[10] = x.Type != "" - var yynn2898 int - if yyr2898 || yy2arr2898 { + yysep2903 := !z.EncBinary() + yy2arr2903 := z.EncBasicHandle().StructToArray + var yyq2903 [11]bool + _, _, _ = yysep2903, yyq2903, yy2arr2903 + const yyr2903 bool = false + yyq2903[0] = x.Kind != "" + yyq2903[1] = x.APIVersion != "" + yyq2903[4] = x.Reason != "" + yyq2903[5] = x.Message != "" + yyq2903[6] = true + yyq2903[7] = true + yyq2903[8] = true + yyq2903[9] = x.Count != 0 + yyq2903[10] = x.Type != "" + var yynn2903 int + if yyr2903 || yy2arr2903 { r.EncodeArrayStart(11) } else { - yynn2898 = 2 - for _, b := range yyq2898 { + yynn2903 = 2 + for _, b := range yyq2903 { if b { - yynn2898++ + yynn2903++ } } - r.EncodeMapStart(yynn2898) - yynn2898 = 0 + r.EncodeMapStart(yynn2903) + yynn2903 = 0 } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[0] { - yym2900 := z.EncBinary() - _ = yym2900 + if yyq2903[0] { + yym2905 := z.EncBinary() + _ = yym2905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36259,23 +36314,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2898[0] { + if yyq2903[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2901 := z.EncBinary() - _ = yym2901 + yym2906 := z.EncBinary() + _ = yym2906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[1] { - yym2903 := z.EncBinary() - _ = yym2903 + if yyq2903[1] { + yym2908 := z.EncBinary() + _ = yym2908 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36284,45 +36339,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2898[1] { + if yyq2903[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2904 := z.EncBinary() - _ = yym2904 + yym2909 := z.EncBinary() + _ = yym2909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2906 := &x.ObjectMeta - yy2906.CodecEncodeSelf(e) + yy2911 := &x.ObjectMeta + yy2911.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2907 := &x.ObjectMeta - yy2907.CodecEncodeSelf(e) + yy2912 := &x.ObjectMeta + yy2912.CodecEncodeSelf(e) } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2909 := &x.InvolvedObject - yy2909.CodecEncodeSelf(e) + yy2914 := &x.InvolvedObject + yy2914.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2910 := &x.InvolvedObject - yy2910.CodecEncodeSelf(e) + yy2915 := &x.InvolvedObject + yy2915.CodecEncodeSelf(e) } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[4] { - yym2912 := z.EncBinary() - _ = yym2912 + if yyq2903[4] { + yym2917 := z.EncBinary() + _ = yym2917 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -36331,23 +36386,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2898[4] { + if yyq2903[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2913 := z.EncBinary() - _ = yym2913 + yym2918 := z.EncBinary() + _ = yym2918 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[5] { - yym2915 := z.EncBinary() - _ = yym2915 + if yyq2903[5] { + yym2920 := z.EncBinary() + _ = yym2920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -36356,76 +36411,39 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2898[5] { + if yyq2903[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2916 := z.EncBinary() - _ = yym2916 + yym2921 := z.EncBinary() + _ = yym2921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[6] { - yy2918 := &x.Source - yy2918.CodecEncodeSelf(e) + if yyq2903[6] { + yy2923 := &x.Source + yy2923.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2898[6] { + if yyq2903[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2919 := &x.Source - yy2919.CodecEncodeSelf(e) + yy2924 := &x.Source + yy2924.CodecEncodeSelf(e) } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[7] { - yy2921 := &x.FirstTimestamp - yym2922 := z.EncBinary() - _ = yym2922 - if false { - } else if z.HasExtensions() && z.EncExt(yy2921) { - } else if yym2922 { - z.EncBinaryMarshal(yy2921) - } else if !yym2922 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2921) - } else { - z.EncFallback(yy2921) - } - } else { - r.EncodeNil() - } - } else { - if yyq2898[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2923 := &x.FirstTimestamp - yym2924 := z.EncBinary() - _ = yym2924 - if false { - } else if z.HasExtensions() && z.EncExt(yy2923) { - } else if yym2924 { - z.EncBinaryMarshal(yy2923) - } else if !yym2924 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2923) - } else { - z.EncFallback(yy2923) - } - } - } - if yyr2898 || yy2arr2898 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[8] { - yy2926 := &x.LastTimestamp + if yyq2903[7] { + yy2926 := &x.FirstTimestamp yym2927 := z.EncBinary() _ = yym2927 if false { @@ -36441,11 +36459,11 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2898[8] { + if yyq2903[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2928 := &x.LastTimestamp + yy2928 := &x.FirstTimestamp yym2929 := z.EncBinary() _ = yym2929 if false { @@ -36459,11 +36477,48 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[9] { - yym2931 := z.EncBinary() - _ = yym2931 + if yyq2903[8] { + yy2931 := &x.LastTimestamp + yym2932 := z.EncBinary() + _ = yym2932 + if false { + } else if z.HasExtensions() && z.EncExt(yy2931) { + } else if yym2932 { + z.EncBinaryMarshal(yy2931) + } else if !yym2932 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2931) + } else { + z.EncFallback(yy2931) + } + } else { + r.EncodeNil() + } + } else { + if yyq2903[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy2933 := &x.LastTimestamp + yym2934 := z.EncBinary() + _ = yym2934 + if false { + } else if z.HasExtensions() && z.EncExt(yy2933) { + } else if yym2934 { + z.EncBinaryMarshal(yy2933) + } else if !yym2934 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2933) + } else { + z.EncFallback(yy2933) + } + } + } + if yyr2903 || yy2arr2903 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2903[9] { + yym2936 := z.EncBinary() + _ = yym2936 if false { } else { r.EncodeInt(int64(x.Count)) @@ -36472,23 +36527,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2898[9] { + if yyq2903[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2932 := z.EncBinary() - _ = yym2932 + yym2937 := z.EncBinary() + _ = yym2937 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2898[10] { - yym2934 := z.EncBinary() - _ = yym2934 + if yyq2903[10] { + yym2939 := z.EncBinary() + _ = yym2939 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -36497,19 +36552,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2898[10] { + if yyq2903[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2935 := z.EncBinary() - _ = yym2935 + yym2940 := z.EncBinary() + _ = yym2940 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr2898 || yy2arr2898 { + if yyr2903 || yy2arr2903 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36522,25 +36577,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2936 := z.DecBinary() - _ = yym2936 + yym2941 := z.DecBinary() + _ = yym2941 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2937 := r.ContainerType() - if yyct2937 == codecSelferValueTypeMap1234 { - yyl2937 := r.ReadMapStart() - if yyl2937 == 0 { + yyct2942 := r.ContainerType() + if yyct2942 == codecSelferValueTypeMap1234 { + yyl2942 := r.ReadMapStart() + if yyl2942 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2937, d) + x.codecDecodeSelfFromMap(yyl2942, d) } - } else if yyct2937 == codecSelferValueTypeArray1234 { - yyl2937 := r.ReadArrayStart() - if yyl2937 == 0 { + } else if yyct2942 == codecSelferValueTypeArray1234 { + yyl2942 := r.ReadArrayStart() + if yyl2942 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2937, d) + x.codecDecodeSelfFromArray(yyl2942, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36552,12 +36607,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2938Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2938Slc - var yyhl2938 bool = l >= 0 - for yyj2938 := 0; ; yyj2938++ { - if yyhl2938 { - if yyj2938 >= l { + var yys2943Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2943Slc + var yyhl2943 bool = l >= 0 + for yyj2943 := 0; ; yyj2943++ { + if yyhl2943 { + if yyj2943 >= l { break } } else { @@ -36566,10 +36621,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2938Slc = r.DecodeBytes(yys2938Slc, true, true) - yys2938 := string(yys2938Slc) + yys2943Slc = r.DecodeBytes(yys2943Slc, true, true) + yys2943 := string(yys2943Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2938 { + switch yys2943 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36586,15 +36641,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2941 := &x.ObjectMeta - yyv2941.CodecDecodeSelf(d) + yyv2946 := &x.ObjectMeta + yyv2946.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv2942 := &x.InvolvedObject - yyv2942.CodecDecodeSelf(d) + yyv2947 := &x.InvolvedObject + yyv2947.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -36612,41 +36667,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv2945 := &x.Source - yyv2945.CodecDecodeSelf(d) + yyv2950 := &x.Source + yyv2950.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv2946 := &x.FirstTimestamp - yym2947 := z.DecBinary() - _ = yym2947 + yyv2951 := &x.FirstTimestamp + yym2952 := z.DecBinary() + _ = yym2952 if false { - } else if z.HasExtensions() && z.DecExt(yyv2946) { - } else if yym2947 { - z.DecBinaryUnmarshal(yyv2946) - } else if !yym2947 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2946) + } else if z.HasExtensions() && z.DecExt(yyv2951) { + } else if yym2952 { + z.DecBinaryUnmarshal(yyv2951) + } else if !yym2952 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2951) } else { - z.DecFallback(yyv2946, false) + z.DecFallback(yyv2951, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv2948 := &x.LastTimestamp - yym2949 := z.DecBinary() - _ = yym2949 + yyv2953 := &x.LastTimestamp + yym2954 := z.DecBinary() + _ = yym2954 if false { - } else if z.HasExtensions() && z.DecExt(yyv2948) { - } else if yym2949 { - z.DecBinaryUnmarshal(yyv2948) - } else if !yym2949 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2948) + } else if z.HasExtensions() && z.DecExt(yyv2953) { + } else if yym2954 { + z.DecBinaryUnmarshal(yyv2953) + } else if !yym2954 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2953) } else { - z.DecFallback(yyv2948, false) + z.DecFallback(yyv2953, false) } } case "count": @@ -36662,9 +36717,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2938) - } // end switch yys2938 - } // end for yyj2938 + z.DecStructFieldNotFound(-1, yys2943) + } // end switch yys2943 + } // end for yyj2943 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36672,16 +36727,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2952 int - var yyb2952 bool - var yyhl2952 bool = l >= 0 - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + var yyj2957 int + var yyb2957 bool + var yyhl2957 bool = l >= 0 + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36691,13 +36746,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36707,13 +36762,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36721,16 +36776,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2955 := &x.ObjectMeta - yyv2955.CodecDecodeSelf(d) + yyv2960 := &x.ObjectMeta + yyv2960.CodecDecodeSelf(d) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36738,16 +36793,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv2956 := &x.InvolvedObject - yyv2956.CodecDecodeSelf(d) + yyv2961 := &x.InvolvedObject + yyv2961.CodecDecodeSelf(d) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36757,13 +36812,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36773,13 +36828,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36787,16 +36842,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv2959 := &x.Source - yyv2959.CodecDecodeSelf(d) + yyv2964 := &x.Source + yyv2964.CodecDecodeSelf(d) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36804,26 +36859,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv2960 := &x.FirstTimestamp - yym2961 := z.DecBinary() - _ = yym2961 + yyv2965 := &x.FirstTimestamp + yym2966 := z.DecBinary() + _ = yym2966 if false { - } else if z.HasExtensions() && z.DecExt(yyv2960) { - } else if yym2961 { - z.DecBinaryUnmarshal(yyv2960) - } else if !yym2961 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2960) + } else if z.HasExtensions() && z.DecExt(yyv2965) { + } else if yym2966 { + z.DecBinaryUnmarshal(yyv2965) + } else if !yym2966 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2965) } else { - z.DecFallback(yyv2960, false) + z.DecFallback(yyv2965, false) } } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36831,26 +36886,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv2962 := &x.LastTimestamp - yym2963 := z.DecBinary() - _ = yym2963 + yyv2967 := &x.LastTimestamp + yym2968 := z.DecBinary() + _ = yym2968 if false { - } else if z.HasExtensions() && z.DecExt(yyv2962) { - } else if yym2963 { - z.DecBinaryUnmarshal(yyv2962) - } else if !yym2963 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2962) + } else if z.HasExtensions() && z.DecExt(yyv2967) { + } else if yym2968 { + z.DecBinaryUnmarshal(yyv2967) + } else if !yym2968 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2967) } else { - z.DecFallback(yyv2962, false) + z.DecFallback(yyv2967, false) } } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36860,13 +36915,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36877,17 +36932,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj2952++ - if yyhl2952 { - yyb2952 = yyj2952 > l + yyj2957++ + if yyhl2957 { + yyb2957 = yyj2957 > l } else { - yyb2952 = r.CheckBreak() + yyb2957 = r.CheckBreak() } - if yyb2952 { + if yyb2957 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2952-1, "") + z.DecStructFieldNotFound(yyj2957-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36899,37 +36954,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2966 := z.EncBinary() - _ = yym2966 + yym2971 := z.EncBinary() + _ = yym2971 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2967 := !z.EncBinary() - yy2arr2967 := z.EncBasicHandle().StructToArray - var yyq2967 [4]bool - _, _, _ = yysep2967, yyq2967, yy2arr2967 - const yyr2967 bool = false - yyq2967[0] = x.Kind != "" - yyq2967[1] = x.APIVersion != "" - yyq2967[2] = true - var yynn2967 int - if yyr2967 || yy2arr2967 { + yysep2972 := !z.EncBinary() + yy2arr2972 := z.EncBasicHandle().StructToArray + var yyq2972 [4]bool + _, _, _ = yysep2972, yyq2972, yy2arr2972 + const yyr2972 bool = false + yyq2972[0] = x.Kind != "" + yyq2972[1] = x.APIVersion != "" + yyq2972[2] = true + var yynn2972 int + if yyr2972 || yy2arr2972 { r.EncodeArrayStart(4) } else { - yynn2967 = 1 - for _, b := range yyq2967 { + yynn2972 = 1 + for _, b := range yyq2972 { if b { - yynn2967++ + yynn2972++ } } - r.EncodeMapStart(yynn2967) - yynn2967 = 0 + r.EncodeMapStart(yynn2972) + yynn2972 = 0 } - if yyr2967 || yy2arr2967 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[0] { - yym2969 := z.EncBinary() - _ = yym2969 + if yyq2972[0] { + yym2974 := z.EncBinary() + _ = yym2974 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36938,23 +36993,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2967[0] { + if yyq2972[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2970 := z.EncBinary() - _ = yym2970 + yym2975 := z.EncBinary() + _ = yym2975 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2967 || yy2arr2967 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[1] { - yym2972 := z.EncBinary() - _ = yym2972 + if yyq2972[1] { + yym2977 := z.EncBinary() + _ = yym2977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36963,54 +37018,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2967[1] { + if yyq2972[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2973 := z.EncBinary() - _ = yym2973 + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2967 || yy2arr2967 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2967[2] { - yy2975 := &x.ListMeta - yym2976 := z.EncBinary() - _ = yym2976 + if yyq2972[2] { + yy2980 := &x.ListMeta + yym2981 := z.EncBinary() + _ = yym2981 if false { - } else if z.HasExtensions() && z.EncExt(yy2975) { + } else if z.HasExtensions() && z.EncExt(yy2980) { } else { - z.EncFallback(yy2975) + z.EncFallback(yy2980) } } else { r.EncodeNil() } } else { - if yyq2967[2] { + if yyq2972[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2977 := &x.ListMeta - yym2978 := z.EncBinary() - _ = yym2978 + yy2982 := &x.ListMeta + yym2983 := z.EncBinary() + _ = yym2983 if false { - } else if z.HasExtensions() && z.EncExt(yy2977) { + } else if z.HasExtensions() && z.EncExt(yy2982) { } else { - z.EncFallback(yy2977) + z.EncFallback(yy2982) } } } - if yyr2967 || yy2arr2967 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2980 := z.EncBinary() - _ = yym2980 + yym2985 := z.EncBinary() + _ = yym2985 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -37023,15 +37078,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2981 := z.EncBinary() - _ = yym2981 + yym2986 := z.EncBinary() + _ = yym2986 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr2967 || yy2arr2967 { + if yyr2972 || yy2arr2972 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37044,25 +37099,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2982 := z.DecBinary() - _ = yym2982 + yym2987 := z.DecBinary() + _ = yym2987 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2983 := r.ContainerType() - if yyct2983 == codecSelferValueTypeMap1234 { - yyl2983 := r.ReadMapStart() - if yyl2983 == 0 { + yyct2988 := r.ContainerType() + if yyct2988 == codecSelferValueTypeMap1234 { + yyl2988 := r.ReadMapStart() + if yyl2988 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2983, d) + x.codecDecodeSelfFromMap(yyl2988, d) } - } else if yyct2983 == codecSelferValueTypeArray1234 { - yyl2983 := r.ReadArrayStart() - if yyl2983 == 0 { + } else if yyct2988 == codecSelferValueTypeArray1234 { + yyl2988 := r.ReadArrayStart() + if yyl2988 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2983, d) + x.codecDecodeSelfFromArray(yyl2988, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37074,12 +37129,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2984Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2984Slc - var yyhl2984 bool = l >= 0 - for yyj2984 := 0; ; yyj2984++ { - if yyhl2984 { - if yyj2984 >= l { + var yys2989Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2989Slc + var yyhl2989 bool = l >= 0 + for yyj2989 := 0; ; yyj2989++ { + if yyhl2989 { + if yyj2989 >= l { break } } else { @@ -37088,10 +37143,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2984Slc = r.DecodeBytes(yys2984Slc, true, true) - yys2984 := string(yys2984Slc) + yys2989Slc = r.DecodeBytes(yys2989Slc, true, true) + yys2989 := string(yys2989Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2984 { + switch yys2989 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37108,31 +37163,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2987 := &x.ListMeta - yym2988 := z.DecBinary() - _ = yym2988 + yyv2992 := &x.ListMeta + yym2993 := z.DecBinary() + _ = yym2993 if false { - } else if z.HasExtensions() && z.DecExt(yyv2987) { + } else if z.HasExtensions() && z.DecExt(yyv2992) { } else { - z.DecFallback(yyv2987, false) + z.DecFallback(yyv2992, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2989 := &x.Items - yym2990 := z.DecBinary() - _ = yym2990 + yyv2994 := &x.Items + yym2995 := z.DecBinary() + _ = yym2995 if false { } else { - h.decSliceEvent((*[]Event)(yyv2989), d) + h.decSliceEvent((*[]Event)(yyv2994), d) } } default: - z.DecStructFieldNotFound(-1, yys2984) - } // end switch yys2984 - } // end for yyj2984 + z.DecStructFieldNotFound(-1, yys2989) + } // end switch yys2989 + } // end for yyj2989 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37140,16 +37195,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2991 int - var yyb2991 bool - var yyhl2991 bool = l >= 0 - yyj2991++ - if yyhl2991 { - yyb2991 = yyj2991 > l + var yyj2996 int + var yyb2996 bool + var yyhl2996 bool = l >= 0 + yyj2996++ + if yyhl2996 { + yyb2996 = yyj2996 > l } else { - yyb2991 = r.CheckBreak() + yyb2996 = r.CheckBreak() } - if yyb2991 { + if yyb2996 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37159,13 +37214,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2991++ - if yyhl2991 { - yyb2991 = yyj2991 > l + yyj2996++ + if yyhl2996 { + yyb2996 = yyj2996 > l } else { - yyb2991 = r.CheckBreak() + yyb2996 = r.CheckBreak() } - if yyb2991 { + if yyb2996 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37175,13 +37230,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2991++ - if yyhl2991 { - yyb2991 = yyj2991 > l + yyj2996++ + if yyhl2996 { + yyb2996 = yyj2996 > l } else { - yyb2991 = r.CheckBreak() + yyb2996 = r.CheckBreak() } - if yyb2991 { + if yyb2996 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37189,22 +37244,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2994 := &x.ListMeta - yym2995 := z.DecBinary() - _ = yym2995 + yyv2999 := &x.ListMeta + yym3000 := z.DecBinary() + _ = yym3000 if false { - } else if z.HasExtensions() && z.DecExt(yyv2994) { + } else if z.HasExtensions() && z.DecExt(yyv2999) { } else { - z.DecFallback(yyv2994, false) + z.DecFallback(yyv2999, false) } } - yyj2991++ - if yyhl2991 { - yyb2991 = yyj2991 > l + yyj2996++ + if yyhl2996 { + yyb2996 = yyj2996 > l } else { - yyb2991 = r.CheckBreak() + yyb2996 = r.CheckBreak() } - if yyb2991 { + if yyb2996 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37212,26 +37267,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2996 := &x.Items - yym2997 := z.DecBinary() - _ = yym2997 + yyv3001 := &x.Items + yym3002 := z.DecBinary() + _ = yym3002 if false { } else { - h.decSliceEvent((*[]Event)(yyv2996), d) + h.decSliceEvent((*[]Event)(yyv3001), d) } } for { - yyj2991++ - if yyhl2991 { - yyb2991 = yyj2991 > l + yyj2996++ + if yyhl2996 { + yyb2996 = yyj2996 > l } else { - yyb2991 = r.CheckBreak() + yyb2996 = r.CheckBreak() } - if yyb2991 { + if yyb2996 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2991-1, "") + z.DecStructFieldNotFound(yyj2996-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37243,37 +37298,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2998 := z.EncBinary() - _ = yym2998 + yym3003 := z.EncBinary() + _ = yym3003 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2999 := !z.EncBinary() - yy2arr2999 := z.EncBasicHandle().StructToArray - var yyq2999 [4]bool - _, _, _ = yysep2999, yyq2999, yy2arr2999 - const yyr2999 bool = false - yyq2999[0] = x.Kind != "" - yyq2999[1] = x.APIVersion != "" - yyq2999[2] = true - var yynn2999 int - if yyr2999 || yy2arr2999 { + yysep3004 := !z.EncBinary() + yy2arr3004 := z.EncBasicHandle().StructToArray + var yyq3004 [4]bool + _, _, _ = yysep3004, yyq3004, yy2arr3004 + const yyr3004 bool = false + yyq3004[0] = x.Kind != "" + yyq3004[1] = x.APIVersion != "" + yyq3004[2] = true + var yynn3004 int + if yyr3004 || yy2arr3004 { r.EncodeArrayStart(4) } else { - yynn2999 = 1 - for _, b := range yyq2999 { + yynn3004 = 1 + for _, b := range yyq3004 { if b { - yynn2999++ + yynn3004++ } } - r.EncodeMapStart(yynn2999) - yynn2999 = 0 + r.EncodeMapStart(yynn3004) + yynn3004 = 0 } - if yyr2999 || yy2arr2999 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2999[0] { - yym3001 := z.EncBinary() - _ = yym3001 + if yyq3004[0] { + yym3006 := z.EncBinary() + _ = yym3006 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37282,23 +37337,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2999[0] { + if yyq3004[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3002 := z.EncBinary() - _ = yym3002 + yym3007 := z.EncBinary() + _ = yym3007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2999 || yy2arr2999 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2999[1] { - yym3004 := z.EncBinary() - _ = yym3004 + if yyq3004[1] { + yym3009 := z.EncBinary() + _ = yym3009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37307,54 +37362,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2999[1] { + if yyq3004[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3005 := z.EncBinary() - _ = yym3005 + yym3010 := z.EncBinary() + _ = yym3010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2999 || yy2arr2999 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2999[2] { - yy3007 := &x.ListMeta - yym3008 := z.EncBinary() - _ = yym3008 + if yyq3004[2] { + yy3012 := &x.ListMeta + yym3013 := z.EncBinary() + _ = yym3013 if false { - } else if z.HasExtensions() && z.EncExt(yy3007) { + } else if z.HasExtensions() && z.EncExt(yy3012) { } else { - z.EncFallback(yy3007) + z.EncFallback(yy3012) } } else { r.EncodeNil() } } else { - if yyq2999[2] { + if yyq3004[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3009 := &x.ListMeta - yym3010 := z.EncBinary() - _ = yym3010 + yy3014 := &x.ListMeta + yym3015 := z.EncBinary() + _ = yym3015 if false { - } else if z.HasExtensions() && z.EncExt(yy3009) { + } else if z.HasExtensions() && z.EncExt(yy3014) { } else { - z.EncFallback(yy3009) + z.EncFallback(yy3014) } } } - if yyr2999 || yy2arr2999 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3012 := z.EncBinary() - _ = yym3012 + yym3017 := z.EncBinary() + _ = yym3017 if false { } else { h.encSliceruntime_RawExtension(([]pkg6_runtime.RawExtension)(x.Items), e) @@ -37367,15 +37422,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3013 := z.EncBinary() - _ = yym3013 + yym3018 := z.EncBinary() + _ = yym3018 if false { } else { h.encSliceruntime_RawExtension(([]pkg6_runtime.RawExtension)(x.Items), e) } } } - if yyr2999 || yy2arr2999 { + if yyr3004 || yy2arr3004 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37388,25 +37443,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3014 := z.DecBinary() - _ = yym3014 + yym3019 := z.DecBinary() + _ = yym3019 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3015 := r.ContainerType() - if yyct3015 == codecSelferValueTypeMap1234 { - yyl3015 := r.ReadMapStart() - if yyl3015 == 0 { + yyct3020 := r.ContainerType() + if yyct3020 == codecSelferValueTypeMap1234 { + yyl3020 := r.ReadMapStart() + if yyl3020 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3015, d) + x.codecDecodeSelfFromMap(yyl3020, d) } - } else if yyct3015 == codecSelferValueTypeArray1234 { - yyl3015 := r.ReadArrayStart() - if yyl3015 == 0 { + } else if yyct3020 == codecSelferValueTypeArray1234 { + yyl3020 := r.ReadArrayStart() + if yyl3020 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3015, d) + x.codecDecodeSelfFromArray(yyl3020, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37418,12 +37473,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3016Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3016Slc - var yyhl3016 bool = l >= 0 - for yyj3016 := 0; ; yyj3016++ { - if yyhl3016 { - if yyj3016 >= l { + var yys3021Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3021Slc + var yyhl3021 bool = l >= 0 + for yyj3021 := 0; ; yyj3021++ { + if yyhl3021 { + if yyj3021 >= l { break } } else { @@ -37432,10 +37487,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3016Slc = r.DecodeBytes(yys3016Slc, true, true) - yys3016 := string(yys3016Slc) + yys3021Slc = r.DecodeBytes(yys3021Slc, true, true) + yys3021 := string(yys3021Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3016 { + switch yys3021 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37452,31 +37507,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3019 := &x.ListMeta - yym3020 := z.DecBinary() - _ = yym3020 + yyv3024 := &x.ListMeta + yym3025 := z.DecBinary() + _ = yym3025 if false { - } else if z.HasExtensions() && z.DecExt(yyv3019) { + } else if z.HasExtensions() && z.DecExt(yyv3024) { } else { - z.DecFallback(yyv3019, false) + z.DecFallback(yyv3024, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3021 := &x.Items - yym3022 := z.DecBinary() - _ = yym3022 + yyv3026 := &x.Items + yym3027 := z.DecBinary() + _ = yym3027 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3021), d) + h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3026), d) } } default: - z.DecStructFieldNotFound(-1, yys3016) - } // end switch yys3016 - } // end for yyj3016 + z.DecStructFieldNotFound(-1, yys3021) + } // end switch yys3021 + } // end for yyj3021 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37484,16 +37539,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3023 int - var yyb3023 bool - var yyhl3023 bool = l >= 0 - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + var yyj3028 int + var yyb3028 bool + var yyhl3028 bool = l >= 0 + yyj3028++ + if yyhl3028 { + yyb3028 = yyj3028 > l } else { - yyb3023 = r.CheckBreak() + yyb3028 = r.CheckBreak() } - if yyb3023 { + if yyb3028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37503,13 +37558,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3028++ + if yyhl3028 { + yyb3028 = yyj3028 > l } else { - yyb3023 = r.CheckBreak() + yyb3028 = r.CheckBreak() } - if yyb3023 { + if yyb3028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37519,13 +37574,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3028++ + if yyhl3028 { + yyb3028 = yyj3028 > l } else { - yyb3023 = r.CheckBreak() + yyb3028 = r.CheckBreak() } - if yyb3023 { + if yyb3028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37533,22 +37588,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3026 := &x.ListMeta - yym3027 := z.DecBinary() - _ = yym3027 + yyv3031 := &x.ListMeta + yym3032 := z.DecBinary() + _ = yym3032 if false { - } else if z.HasExtensions() && z.DecExt(yyv3026) { + } else if z.HasExtensions() && z.DecExt(yyv3031) { } else { - z.DecFallback(yyv3026, false) + z.DecFallback(yyv3031, false) } } - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3028++ + if yyhl3028 { + yyb3028 = yyj3028 > l } else { - yyb3023 = r.CheckBreak() + yyb3028 = r.CheckBreak() } - if yyb3023 { + if yyb3028 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37556,26 +37611,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3028 := &x.Items - yym3029 := z.DecBinary() - _ = yym3029 + yyv3033 := &x.Items + yym3034 := z.DecBinary() + _ = yym3034 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3028), d) + h.decSliceruntime_RawExtension((*[]pkg6_runtime.RawExtension)(yyv3033), d) } } for { - yyj3023++ - if yyhl3023 { - yyb3023 = yyj3023 > l + yyj3028++ + if yyhl3028 { + yyb3028 = yyj3028 > l } else { - yyb3023 = r.CheckBreak() + yyb3028 = r.CheckBreak() } - if yyb3023 { + if yyb3028 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3023-1, "") + z.DecStructFieldNotFound(yyj3028-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37584,8 +37639,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3030 := z.EncBinary() - _ = yym3030 + yym3035 := z.EncBinary() + _ = yym3035 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -37597,8 +37652,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3031 := z.DecBinary() - _ = yym3031 + yym3036 := z.DecBinary() + _ = yym3036 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -37613,53 +37668,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3032 := z.EncBinary() - _ = yym3032 + yym3037 := z.EncBinary() + _ = yym3037 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3033 := !z.EncBinary() - yy2arr3033 := z.EncBasicHandle().StructToArray - var yyq3033 [6]bool - _, _, _ = yysep3033, yyq3033, yy2arr3033 - const yyr3033 bool = false - yyq3033[0] = x.Type != "" - yyq3033[1] = len(x.Max) != 0 - yyq3033[2] = len(x.Min) != 0 - yyq3033[3] = len(x.Default) != 0 - yyq3033[4] = len(x.DefaultRequest) != 0 - yyq3033[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3033 int - if yyr3033 || yy2arr3033 { + yysep3038 := !z.EncBinary() + yy2arr3038 := z.EncBasicHandle().StructToArray + var yyq3038 [6]bool + _, _, _ = yysep3038, yyq3038, yy2arr3038 + const yyr3038 bool = false + yyq3038[0] = x.Type != "" + yyq3038[1] = len(x.Max) != 0 + yyq3038[2] = len(x.Min) != 0 + yyq3038[3] = len(x.Default) != 0 + yyq3038[4] = len(x.DefaultRequest) != 0 + yyq3038[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3038 int + if yyr3038 || yy2arr3038 { r.EncodeArrayStart(6) } else { - yynn3033 = 0 - for _, b := range yyq3033 { + yynn3038 = 0 + for _, b := range yyq3038 { if b { - yynn3033++ + yynn3038++ } } - r.EncodeMapStart(yynn3033) - yynn3033 = 0 + r.EncodeMapStart(yynn3038) + yynn3038 = 0 } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[0] { + if yyq3038[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3033[0] { + if yyq3038[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[1] { + if yyq3038[1] { if x.Max == nil { r.EncodeNil() } else { @@ -37669,7 +37724,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3033[1] { + if yyq3038[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37680,9 +37735,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[2] { + if yyq3038[2] { if x.Min == nil { r.EncodeNil() } else { @@ -37692,7 +37747,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3033[2] { + if yyq3038[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37703,9 +37758,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[3] { + if yyq3038[3] { if x.Default == nil { r.EncodeNil() } else { @@ -37715,7 +37770,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3033[3] { + if yyq3038[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37726,9 +37781,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[4] { + if yyq3038[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -37738,7 +37793,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3033[4] { + if yyq3038[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37749,9 +37804,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3033[5] { + if yyq3038[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -37761,7 +37816,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3033[5] { + if yyq3038[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -37772,7 +37827,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3033 || yy2arr3033 { + if yyr3038 || yy2arr3038 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37785,25 +37840,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3040 := z.DecBinary() - _ = yym3040 + yym3045 := z.DecBinary() + _ = yym3045 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3041 := r.ContainerType() - if yyct3041 == codecSelferValueTypeMap1234 { - yyl3041 := r.ReadMapStart() - if yyl3041 == 0 { + yyct3046 := r.ContainerType() + if yyct3046 == codecSelferValueTypeMap1234 { + yyl3046 := r.ReadMapStart() + if yyl3046 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3041, d) + x.codecDecodeSelfFromMap(yyl3046, d) } - } else if yyct3041 == codecSelferValueTypeArray1234 { - yyl3041 := r.ReadArrayStart() - if yyl3041 == 0 { + } else if yyct3046 == codecSelferValueTypeArray1234 { + yyl3046 := r.ReadArrayStart() + if yyl3046 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3041, d) + x.codecDecodeSelfFromArray(yyl3046, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37815,12 +37870,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3042Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3042Slc - var yyhl3042 bool = l >= 0 - for yyj3042 := 0; ; yyj3042++ { - if yyhl3042 { - if yyj3042 >= l { + var yys3047Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3047Slc + var yyhl3047 bool = l >= 0 + for yyj3047 := 0; ; yyj3047++ { + if yyhl3047 { + if yyj3047 >= l { break } } else { @@ -37829,10 +37884,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3042Slc = r.DecodeBytes(yys3042Slc, true, true) - yys3042 := string(yys3042Slc) + yys3047Slc = r.DecodeBytes(yys3047Slc, true, true) + yys3047 := string(yys3047Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3042 { + switch yys3047 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -37843,41 +37898,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3044 := &x.Max - yyv3044.CodecDecodeSelf(d) + yyv3049 := &x.Max + yyv3049.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3045 := &x.Min - yyv3045.CodecDecodeSelf(d) + yyv3050 := &x.Min + yyv3050.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3046 := &x.Default - yyv3046.CodecDecodeSelf(d) + yyv3051 := &x.Default + yyv3051.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3047 := &x.DefaultRequest - yyv3047.CodecDecodeSelf(d) + yyv3052 := &x.DefaultRequest + yyv3052.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3048 := &x.MaxLimitRequestRatio - yyv3048.CodecDecodeSelf(d) + yyv3053 := &x.MaxLimitRequestRatio + yyv3053.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3042) - } // end switch yys3042 - } // end for yyj3042 + z.DecStructFieldNotFound(-1, yys3047) + } // end switch yys3047 + } // end for yyj3047 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37885,16 +37940,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3049 int - var yyb3049 bool - var yyhl3049 bool = l >= 0 - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + var yyj3054 int + var yyb3054 bool + var yyhl3054 bool = l >= 0 + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37904,13 +37959,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37918,16 +37973,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3051 := &x.Max - yyv3051.CodecDecodeSelf(d) + yyv3056 := &x.Max + yyv3056.CodecDecodeSelf(d) } - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37935,16 +37990,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3052 := &x.Min - yyv3052.CodecDecodeSelf(d) + yyv3057 := &x.Min + yyv3057.CodecDecodeSelf(d) } - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37952,16 +38007,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3053 := &x.Default - yyv3053.CodecDecodeSelf(d) + yyv3058 := &x.Default + yyv3058.CodecDecodeSelf(d) } - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37969,16 +38024,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3054 := &x.DefaultRequest - yyv3054.CodecDecodeSelf(d) + yyv3059 := &x.DefaultRequest + yyv3059.CodecDecodeSelf(d) } - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37986,21 +38041,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3055 := &x.MaxLimitRequestRatio - yyv3055.CodecDecodeSelf(d) + yyv3060 := &x.MaxLimitRequestRatio + yyv3060.CodecDecodeSelf(d) } for { - yyj3049++ - if yyhl3049 { - yyb3049 = yyj3049 > l + yyj3054++ + if yyhl3054 { + yyb3054 = yyj3054 > l } else { - yyb3049 = r.CheckBreak() + yyb3054 = r.CheckBreak() } - if yyb3049 { + if yyb3054 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3049-1, "") + z.DecStructFieldNotFound(yyj3054-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38012,36 +38067,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3056 := z.EncBinary() - _ = yym3056 + yym3061 := z.EncBinary() + _ = yym3061 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3057 := !z.EncBinary() - yy2arr3057 := z.EncBasicHandle().StructToArray - var yyq3057 [1]bool - _, _, _ = yysep3057, yyq3057, yy2arr3057 - const yyr3057 bool = false - var yynn3057 int - if yyr3057 || yy2arr3057 { + yysep3062 := !z.EncBinary() + yy2arr3062 := z.EncBasicHandle().StructToArray + var yyq3062 [1]bool + _, _, _ = yysep3062, yyq3062, yy2arr3062 + const yyr3062 bool = false + var yynn3062 int + if yyr3062 || yy2arr3062 { r.EncodeArrayStart(1) } else { - yynn3057 = 1 - for _, b := range yyq3057 { + yynn3062 = 1 + for _, b := range yyq3062 { if b { - yynn3057++ + yynn3062++ } } - r.EncodeMapStart(yynn3057) - yynn3057 = 0 + r.EncodeMapStart(yynn3062) + yynn3062 = 0 } - if yyr3057 || yy2arr3057 { + if yyr3062 || yy2arr3062 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3059 := z.EncBinary() - _ = yym3059 + yym3064 := z.EncBinary() + _ = yym3064 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -38054,15 +38109,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3060 := z.EncBinary() - _ = yym3060 + yym3065 := z.EncBinary() + _ = yym3065 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3057 || yy2arr3057 { + if yyr3062 || yy2arr3062 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38075,25 +38130,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3061 := z.DecBinary() - _ = yym3061 + yym3066 := z.DecBinary() + _ = yym3066 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3062 := r.ContainerType() - if yyct3062 == codecSelferValueTypeMap1234 { - yyl3062 := r.ReadMapStart() - if yyl3062 == 0 { + yyct3067 := r.ContainerType() + if yyct3067 == codecSelferValueTypeMap1234 { + yyl3067 := r.ReadMapStart() + if yyl3067 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3062, d) + x.codecDecodeSelfFromMap(yyl3067, d) } - } else if yyct3062 == codecSelferValueTypeArray1234 { - yyl3062 := r.ReadArrayStart() - if yyl3062 == 0 { + } else if yyct3067 == codecSelferValueTypeArray1234 { + yyl3067 := r.ReadArrayStart() + if yyl3067 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3062, d) + x.codecDecodeSelfFromArray(yyl3067, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38105,12 +38160,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3063Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3063Slc - var yyhl3063 bool = l >= 0 - for yyj3063 := 0; ; yyj3063++ { - if yyhl3063 { - if yyj3063 >= l { + var yys3068Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3068Slc + var yyhl3068 bool = l >= 0 + for yyj3068 := 0; ; yyj3068++ { + if yyhl3068 { + if yyj3068 >= l { break } } else { @@ -38119,26 +38174,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3063Slc = r.DecodeBytes(yys3063Slc, true, true) - yys3063 := string(yys3063Slc) + yys3068Slc = r.DecodeBytes(yys3068Slc, true, true) + yys3068 := string(yys3068Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3063 { + switch yys3068 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3064 := &x.Limits - yym3065 := z.DecBinary() - _ = yym3065 + yyv3069 := &x.Limits + yym3070 := z.DecBinary() + _ = yym3070 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3064), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3069), d) } } default: - z.DecStructFieldNotFound(-1, yys3063) - } // end switch yys3063 - } // end for yyj3063 + z.DecStructFieldNotFound(-1, yys3068) + } // end switch yys3068 + } // end for yyj3068 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38146,16 +38201,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3066 int - var yyb3066 bool - var yyhl3066 bool = l >= 0 - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + var yyj3071 int + var yyb3071 bool + var yyhl3071 bool = l >= 0 + yyj3071++ + if yyhl3071 { + yyb3071 = yyj3071 > l } else { - yyb3066 = r.CheckBreak() + yyb3071 = r.CheckBreak() } - if yyb3066 { + if yyb3071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38163,26 +38218,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3067 := &x.Limits - yym3068 := z.DecBinary() - _ = yym3068 + yyv3072 := &x.Limits + yym3073 := z.DecBinary() + _ = yym3073 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3067), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3072), d) } } for { - yyj3066++ - if yyhl3066 { - yyb3066 = yyj3066 > l + yyj3071++ + if yyhl3071 { + yyb3071 = yyj3071 > l } else { - yyb3066 = r.CheckBreak() + yyb3071 = r.CheckBreak() } - if yyb3066 { + if yyb3071 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3066-1, "") + z.DecStructFieldNotFound(yyj3071-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38194,38 +38249,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3069 := z.EncBinary() - _ = yym3069 + yym3074 := z.EncBinary() + _ = yym3074 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3070 := !z.EncBinary() - yy2arr3070 := z.EncBasicHandle().StructToArray - var yyq3070 [4]bool - _, _, _ = yysep3070, yyq3070, yy2arr3070 - const yyr3070 bool = false - yyq3070[0] = x.Kind != "" - yyq3070[1] = x.APIVersion != "" - yyq3070[2] = true - yyq3070[3] = true - var yynn3070 int - if yyr3070 || yy2arr3070 { + yysep3075 := !z.EncBinary() + yy2arr3075 := z.EncBasicHandle().StructToArray + var yyq3075 [4]bool + _, _, _ = yysep3075, yyq3075, yy2arr3075 + const yyr3075 bool = false + yyq3075[0] = x.Kind != "" + yyq3075[1] = x.APIVersion != "" + yyq3075[2] = true + yyq3075[3] = true + var yynn3075 int + if yyr3075 || yy2arr3075 { r.EncodeArrayStart(4) } else { - yynn3070 = 0 - for _, b := range yyq3070 { + yynn3075 = 0 + for _, b := range yyq3075 { if b { - yynn3070++ + yynn3075++ } } - r.EncodeMapStart(yynn3070) - yynn3070 = 0 + r.EncodeMapStart(yynn3075) + yynn3075 = 0 } - if yyr3070 || yy2arr3070 { + if yyr3075 || yy2arr3075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3070[0] { - yym3072 := z.EncBinary() - _ = yym3072 + if yyq3075[0] { + yym3077 := z.EncBinary() + _ = yym3077 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38234,23 +38289,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3070[0] { + if yyq3075[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3073 := z.EncBinary() - _ = yym3073 + yym3078 := z.EncBinary() + _ = yym3078 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3070 || yy2arr3070 { + if yyr3075 || yy2arr3075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3070[1] { - yym3075 := z.EncBinary() - _ = yym3075 + if yyq3075[1] { + yym3080 := z.EncBinary() + _ = yym3080 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38259,53 +38314,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3070[1] { + if yyq3075[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3076 := z.EncBinary() - _ = yym3076 + yym3081 := z.EncBinary() + _ = yym3081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3070 || yy2arr3070 { + if yyr3075 || yy2arr3075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3070[2] { - yy3078 := &x.ObjectMeta - yy3078.CodecEncodeSelf(e) + if yyq3075[2] { + yy3083 := &x.ObjectMeta + yy3083.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3070[2] { + if yyq3075[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3079 := &x.ObjectMeta - yy3079.CodecEncodeSelf(e) + yy3084 := &x.ObjectMeta + yy3084.CodecEncodeSelf(e) } } - if yyr3070 || yy2arr3070 { + if yyr3075 || yy2arr3075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3070[3] { - yy3081 := &x.Spec - yy3081.CodecEncodeSelf(e) + if yyq3075[3] { + yy3086 := &x.Spec + yy3086.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3070[3] { + if yyq3075[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3082 := &x.Spec - yy3082.CodecEncodeSelf(e) + yy3087 := &x.Spec + yy3087.CodecEncodeSelf(e) } } - if yyr3070 || yy2arr3070 { + if yyr3075 || yy2arr3075 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38318,25 +38373,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3083 := z.DecBinary() - _ = yym3083 + yym3088 := z.DecBinary() + _ = yym3088 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3084 := r.ContainerType() - if yyct3084 == codecSelferValueTypeMap1234 { - yyl3084 := r.ReadMapStart() - if yyl3084 == 0 { + yyct3089 := r.ContainerType() + if yyct3089 == codecSelferValueTypeMap1234 { + yyl3089 := r.ReadMapStart() + if yyl3089 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3084, d) + x.codecDecodeSelfFromMap(yyl3089, d) } - } else if yyct3084 == codecSelferValueTypeArray1234 { - yyl3084 := r.ReadArrayStart() - if yyl3084 == 0 { + } else if yyct3089 == codecSelferValueTypeArray1234 { + yyl3089 := r.ReadArrayStart() + if yyl3089 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3084, d) + x.codecDecodeSelfFromArray(yyl3089, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38348,12 +38403,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3085Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3085Slc - var yyhl3085 bool = l >= 0 - for yyj3085 := 0; ; yyj3085++ { - if yyhl3085 { - if yyj3085 >= l { + var yys3090Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3090Slc + var yyhl3090 bool = l >= 0 + for yyj3090 := 0; ; yyj3090++ { + if yyhl3090 { + if yyj3090 >= l { break } } else { @@ -38362,10 +38417,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3085Slc = r.DecodeBytes(yys3085Slc, true, true) - yys3085 := string(yys3085Slc) + yys3090Slc = r.DecodeBytes(yys3090Slc, true, true) + yys3090 := string(yys3090Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3085 { + switch yys3090 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38382,20 +38437,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3088 := &x.ObjectMeta - yyv3088.CodecDecodeSelf(d) + yyv3093 := &x.ObjectMeta + yyv3093.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3089 := &x.Spec - yyv3089.CodecDecodeSelf(d) + yyv3094 := &x.Spec + yyv3094.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3085) - } // end switch yys3085 - } // end for yyj3085 + z.DecStructFieldNotFound(-1, yys3090) + } // end switch yys3090 + } // end for yyj3090 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38403,16 +38458,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3090 int - var yyb3090 bool - var yyhl3090 bool = l >= 0 - yyj3090++ - if yyhl3090 { - yyb3090 = yyj3090 > l + var yyj3095 int + var yyb3095 bool + var yyhl3095 bool = l >= 0 + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3090 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3090 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38422,13 +38477,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3090++ - if yyhl3090 { - yyb3090 = yyj3090 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3090 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3090 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38438,13 +38493,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3090++ - if yyhl3090 { - yyb3090 = yyj3090 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3090 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3090 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38452,16 +38507,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3093 := &x.ObjectMeta - yyv3093.CodecDecodeSelf(d) + yyv3098 := &x.ObjectMeta + yyv3098.CodecDecodeSelf(d) } - yyj3090++ - if yyhl3090 { - yyb3090 = yyj3090 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3090 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3090 { + if yyb3095 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38469,21 +38524,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv3094 := &x.Spec - yyv3094.CodecDecodeSelf(d) + yyv3099 := &x.Spec + yyv3099.CodecDecodeSelf(d) } for { - yyj3090++ - if yyhl3090 { - yyb3090 = yyj3090 > l + yyj3095++ + if yyhl3095 { + yyb3095 = yyj3095 > l } else { - yyb3090 = r.CheckBreak() + yyb3095 = r.CheckBreak() } - if yyb3090 { + if yyb3095 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3090-1, "") + z.DecStructFieldNotFound(yyj3095-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38495,37 +38550,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3095 := z.EncBinary() - _ = yym3095 + yym3100 := z.EncBinary() + _ = yym3100 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3096 := !z.EncBinary() - yy2arr3096 := z.EncBasicHandle().StructToArray - var yyq3096 [4]bool - _, _, _ = yysep3096, yyq3096, yy2arr3096 - const yyr3096 bool = false - yyq3096[0] = x.Kind != "" - yyq3096[1] = x.APIVersion != "" - yyq3096[2] = true - var yynn3096 int - if yyr3096 || yy2arr3096 { + yysep3101 := !z.EncBinary() + yy2arr3101 := z.EncBasicHandle().StructToArray + var yyq3101 [4]bool + _, _, _ = yysep3101, yyq3101, yy2arr3101 + const yyr3101 bool = false + yyq3101[0] = x.Kind != "" + yyq3101[1] = x.APIVersion != "" + yyq3101[2] = true + var yynn3101 int + if yyr3101 || yy2arr3101 { r.EncodeArrayStart(4) } else { - yynn3096 = 1 - for _, b := range yyq3096 { + yynn3101 = 1 + for _, b := range yyq3101 { if b { - yynn3096++ + yynn3101++ } } - r.EncodeMapStart(yynn3096) - yynn3096 = 0 + r.EncodeMapStart(yynn3101) + yynn3101 = 0 } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3096[0] { - yym3098 := z.EncBinary() - _ = yym3098 + if yyq3101[0] { + yym3103 := z.EncBinary() + _ = yym3103 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -38534,23 +38589,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3096[0] { + if yyq3101[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3099 := z.EncBinary() - _ = yym3099 + yym3104 := z.EncBinary() + _ = yym3104 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3096[1] { - yym3101 := z.EncBinary() - _ = yym3101 + if yyq3101[1] { + yym3106 := z.EncBinary() + _ = yym3106 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -38559,54 +38614,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3096[1] { + if yyq3101[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3102 := z.EncBinary() - _ = yym3102 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3096[2] { - yy3104 := &x.ListMeta - yym3105 := z.EncBinary() - _ = yym3105 + if yyq3101[2] { + yy3109 := &x.ListMeta + yym3110 := z.EncBinary() + _ = yym3110 if false { - } else if z.HasExtensions() && z.EncExt(yy3104) { + } else if z.HasExtensions() && z.EncExt(yy3109) { } else { - z.EncFallback(yy3104) + z.EncFallback(yy3109) } } else { r.EncodeNil() } } else { - if yyq3096[2] { + if yyq3101[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3106 := &x.ListMeta - yym3107 := z.EncBinary() - _ = yym3107 + yy3111 := &x.ListMeta + yym3112 := z.EncBinary() + _ = yym3112 if false { - } else if z.HasExtensions() && z.EncExt(yy3106) { + } else if z.HasExtensions() && z.EncExt(yy3111) { } else { - z.EncFallback(yy3106) + z.EncFallback(yy3111) } } } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3109 := z.EncBinary() - _ = yym3109 + yym3114 := z.EncBinary() + _ = yym3114 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -38619,15 +38674,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3110 := z.EncBinary() - _ = yym3110 + yym3115 := z.EncBinary() + _ = yym3115 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38640,25 +38695,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3111 := z.DecBinary() - _ = yym3111 + yym3116 := z.DecBinary() + _ = yym3116 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3112 := r.ContainerType() - if yyct3112 == codecSelferValueTypeMap1234 { - yyl3112 := r.ReadMapStart() - if yyl3112 == 0 { + yyct3117 := r.ContainerType() + if yyct3117 == codecSelferValueTypeMap1234 { + yyl3117 := r.ReadMapStart() + if yyl3117 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3112, d) + x.codecDecodeSelfFromMap(yyl3117, d) } - } else if yyct3112 == codecSelferValueTypeArray1234 { - yyl3112 := r.ReadArrayStart() - if yyl3112 == 0 { + } else if yyct3117 == codecSelferValueTypeArray1234 { + yyl3117 := r.ReadArrayStart() + if yyl3117 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3112, d) + x.codecDecodeSelfFromArray(yyl3117, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38670,12 +38725,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3113Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3113Slc - var yyhl3113 bool = l >= 0 - for yyj3113 := 0; ; yyj3113++ { - if yyhl3113 { - if yyj3113 >= l { + var yys3118Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3118Slc + var yyhl3118 bool = l >= 0 + for yyj3118 := 0; ; yyj3118++ { + if yyhl3118 { + if yyj3118 >= l { break } } else { @@ -38684,10 +38739,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3113Slc = r.DecodeBytes(yys3113Slc, true, true) - yys3113 := string(yys3113Slc) + yys3118Slc = r.DecodeBytes(yys3118Slc, true, true) + yys3118 := string(yys3118Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3113 { + switch yys3118 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -38704,31 +38759,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3116 := &x.ListMeta - yym3117 := z.DecBinary() - _ = yym3117 + yyv3121 := &x.ListMeta + yym3122 := z.DecBinary() + _ = yym3122 if false { - } else if z.HasExtensions() && z.DecExt(yyv3116) { + } else if z.HasExtensions() && z.DecExt(yyv3121) { } else { - z.DecFallback(yyv3116, false) + z.DecFallback(yyv3121, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3118 := &x.Items - yym3119 := z.DecBinary() - _ = yym3119 + yyv3123 := &x.Items + yym3124 := z.DecBinary() + _ = yym3124 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3118), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3123), d) } } default: - z.DecStructFieldNotFound(-1, yys3113) - } // end switch yys3113 - } // end for yyj3113 + z.DecStructFieldNotFound(-1, yys3118) + } // end switch yys3118 + } // end for yyj3118 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38736,16 +38791,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3120 int - var yyb3120 bool - var yyhl3120 bool = l >= 0 - yyj3120++ - if yyhl3120 { - yyb3120 = yyj3120 > l + var yyj3125 int + var yyb3125 bool + var yyhl3125 bool = l >= 0 + yyj3125++ + if yyhl3125 { + yyb3125 = yyj3125 > l } else { - yyb3120 = r.CheckBreak() + yyb3125 = r.CheckBreak() } - if yyb3120 { + if yyb3125 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38755,13 +38810,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3120++ - if yyhl3120 { - yyb3120 = yyj3120 > l + yyj3125++ + if yyhl3125 { + yyb3125 = yyj3125 > l } else { - yyb3120 = r.CheckBreak() + yyb3125 = r.CheckBreak() } - if yyb3120 { + if yyb3125 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38771,13 +38826,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3120++ - if yyhl3120 { - yyb3120 = yyj3120 > l + yyj3125++ + if yyhl3125 { + yyb3125 = yyj3125 > l } else { - yyb3120 = r.CheckBreak() + yyb3125 = r.CheckBreak() } - if yyb3120 { + if yyb3125 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38785,22 +38840,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3123 := &x.ListMeta - yym3124 := z.DecBinary() - _ = yym3124 + yyv3128 := &x.ListMeta + yym3129 := z.DecBinary() + _ = yym3129 if false { - } else if z.HasExtensions() && z.DecExt(yyv3123) { + } else if z.HasExtensions() && z.DecExt(yyv3128) { } else { - z.DecFallback(yyv3123, false) + z.DecFallback(yyv3128, false) } } - yyj3120++ - if yyhl3120 { - yyb3120 = yyj3120 > l + yyj3125++ + if yyhl3125 { + yyb3125 = yyj3125 > l } else { - yyb3120 = r.CheckBreak() + yyb3125 = r.CheckBreak() } - if yyb3120 { + if yyb3125 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38808,26 +38863,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3125 := &x.Items - yym3126 := z.DecBinary() - _ = yym3126 + yyv3130 := &x.Items + yym3131 := z.DecBinary() + _ = yym3131 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv3125), d) + h.decSliceLimitRange((*[]LimitRange)(yyv3130), d) } } for { - yyj3120++ - if yyhl3120 { - yyb3120 = yyj3120 > l + yyj3125++ + if yyhl3125 { + yyb3125 = yyj3125 > l } else { - yyb3120 = r.CheckBreak() + yyb3125 = r.CheckBreak() } - if yyb3120 { + if yyb3125 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3120-1, "") + z.DecStructFieldNotFound(yyj3125-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38839,33 +38894,33 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3127 := z.EncBinary() - _ = yym3127 + yym3132 := z.EncBinary() + _ = yym3132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3128 := !z.EncBinary() - yy2arr3128 := z.EncBasicHandle().StructToArray - var yyq3128 [1]bool - _, _, _ = yysep3128, yyq3128, yy2arr3128 - const yyr3128 bool = false - yyq3128[0] = len(x.Hard) != 0 - var yynn3128 int - if yyr3128 || yy2arr3128 { + yysep3133 := !z.EncBinary() + yy2arr3133 := z.EncBasicHandle().StructToArray + var yyq3133 [1]bool + _, _, _ = yysep3133, yyq3133, yy2arr3133 + const yyr3133 bool = false + yyq3133[0] = len(x.Hard) != 0 + var yynn3133 int + if yyr3133 || yy2arr3133 { r.EncodeArrayStart(1) } else { - yynn3128 = 0 - for _, b := range yyq3128 { + yynn3133 = 0 + for _, b := range yyq3133 { if b { - yynn3128++ + yynn3133++ } } - r.EncodeMapStart(yynn3128) - yynn3128 = 0 + r.EncodeMapStart(yynn3133) + yynn3133 = 0 } - if yyr3128 || yy2arr3128 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3128[0] { + if yyq3133[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -38875,7 +38930,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3128[0] { + if yyq3133[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38886,7 +38941,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3128 || yy2arr3128 { + if yyr3133 || yy2arr3133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38899,25 +38954,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3130 := z.DecBinary() - _ = yym3130 + yym3135 := z.DecBinary() + _ = yym3135 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3131 := r.ContainerType() - if yyct3131 == codecSelferValueTypeMap1234 { - yyl3131 := r.ReadMapStart() - if yyl3131 == 0 { + yyct3136 := r.ContainerType() + if yyct3136 == codecSelferValueTypeMap1234 { + yyl3136 := r.ReadMapStart() + if yyl3136 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3131, d) + x.codecDecodeSelfFromMap(yyl3136, d) } - } else if yyct3131 == codecSelferValueTypeArray1234 { - yyl3131 := r.ReadArrayStart() - if yyl3131 == 0 { + } else if yyct3136 == codecSelferValueTypeArray1234 { + yyl3136 := r.ReadArrayStart() + if yyl3136 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3131, d) + x.codecDecodeSelfFromArray(yyl3136, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38929,12 +38984,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3132Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3132Slc - var yyhl3132 bool = l >= 0 - for yyj3132 := 0; ; yyj3132++ { - if yyhl3132 { - if yyj3132 >= l { + var yys3137Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3137Slc + var yyhl3137 bool = l >= 0 + for yyj3137 := 0; ; yyj3137++ { + if yyhl3137 { + if yyj3137 >= l { break } } else { @@ -38943,21 +38998,21 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3132Slc = r.DecodeBytes(yys3132Slc, true, true) - yys3132 := string(yys3132Slc) + yys3137Slc = r.DecodeBytes(yys3137Slc, true, true) + yys3137 := string(yys3137Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3132 { + switch yys3137 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3133 := &x.Hard - yyv3133.CodecDecodeSelf(d) + yyv3138 := &x.Hard + yyv3138.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3132) - } // end switch yys3132 - } // end for yyj3132 + z.DecStructFieldNotFound(-1, yys3137) + } // end switch yys3137 + } // end for yyj3137 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38965,16 +39020,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3134 int - var yyb3134 bool - var yyhl3134 bool = l >= 0 - yyj3134++ - if yyhl3134 { - yyb3134 = yyj3134 > l + var yyj3139 int + var yyb3139 bool + var yyhl3139 bool = l >= 0 + yyj3139++ + if yyhl3139 { + yyb3139 = yyj3139 > l } else { - yyb3134 = r.CheckBreak() + yyb3139 = r.CheckBreak() } - if yyb3134 { + if yyb3139 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38982,21 +39037,21 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3135 := &x.Hard - yyv3135.CodecDecodeSelf(d) + yyv3140 := &x.Hard + yyv3140.CodecDecodeSelf(d) } for { - yyj3134++ - if yyhl3134 { - yyb3134 = yyj3134 > l + yyj3139++ + if yyhl3139 { + yyb3139 = yyj3139 > l } else { - yyb3134 = r.CheckBreak() + yyb3139 = r.CheckBreak() } - if yyb3134 { + if yyb3139 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3134-1, "") + z.DecStructFieldNotFound(yyj3139-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39008,34 +39063,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3136 := z.EncBinary() - _ = yym3136 + yym3141 := z.EncBinary() + _ = yym3141 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3137 := !z.EncBinary() - yy2arr3137 := z.EncBasicHandle().StructToArray - var yyq3137 [2]bool - _, _, _ = yysep3137, yyq3137, yy2arr3137 - const yyr3137 bool = false - yyq3137[0] = len(x.Hard) != 0 - yyq3137[1] = len(x.Used) != 0 - var yynn3137 int - if yyr3137 || yy2arr3137 { + yysep3142 := !z.EncBinary() + yy2arr3142 := z.EncBasicHandle().StructToArray + var yyq3142 [2]bool + _, _, _ = yysep3142, yyq3142, yy2arr3142 + const yyr3142 bool = false + yyq3142[0] = len(x.Hard) != 0 + yyq3142[1] = len(x.Used) != 0 + var yynn3142 int + if yyr3142 || yy2arr3142 { r.EncodeArrayStart(2) } else { - yynn3137 = 0 - for _, b := range yyq3137 { + yynn3142 = 0 + for _, b := range yyq3142 { if b { - yynn3137++ + yynn3142++ } } - r.EncodeMapStart(yynn3137) - yynn3137 = 0 + r.EncodeMapStart(yynn3142) + yynn3142 = 0 } - if yyr3137 || yy2arr3137 { + if yyr3142 || yy2arr3142 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3137[0] { + if yyq3142[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -39045,7 +39100,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3137[0] { + if yyq3142[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39056,9 +39111,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3137 || yy2arr3137 { + if yyr3142 || yy2arr3142 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3137[1] { + if yyq3142[1] { if x.Used == nil { r.EncodeNil() } else { @@ -39068,7 +39123,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3137[1] { + if yyq3142[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39079,7 +39134,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3137 || yy2arr3137 { + if yyr3142 || yy2arr3142 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39092,25 +39147,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3140 := z.DecBinary() - _ = yym3140 + yym3145 := z.DecBinary() + _ = yym3145 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3141 := r.ContainerType() - if yyct3141 == codecSelferValueTypeMap1234 { - yyl3141 := r.ReadMapStart() - if yyl3141 == 0 { + yyct3146 := r.ContainerType() + if yyct3146 == codecSelferValueTypeMap1234 { + yyl3146 := r.ReadMapStart() + if yyl3146 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3141, d) + x.codecDecodeSelfFromMap(yyl3146, d) } - } else if yyct3141 == codecSelferValueTypeArray1234 { - yyl3141 := r.ReadArrayStart() - if yyl3141 == 0 { + } else if yyct3146 == codecSelferValueTypeArray1234 { + yyl3146 := r.ReadArrayStart() + if yyl3146 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3141, d) + x.codecDecodeSelfFromArray(yyl3146, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39122,12 +39177,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3142Slc - var yyhl3142 bool = l >= 0 - for yyj3142 := 0; ; yyj3142++ { - if yyhl3142 { - if yyj3142 >= l { + var yys3147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3147Slc + var yyhl3147 bool = l >= 0 + for yyj3147 := 0; ; yyj3147++ { + if yyhl3147 { + if yyj3147 >= l { break } } else { @@ -39136,28 +39191,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3142Slc = r.DecodeBytes(yys3142Slc, true, true) - yys3142 := string(yys3142Slc) + yys3147Slc = r.DecodeBytes(yys3147Slc, true, true) + yys3147 := string(yys3147Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3142 { + switch yys3147 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3143 := &x.Hard - yyv3143.CodecDecodeSelf(d) + yyv3148 := &x.Hard + yyv3148.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3144 := &x.Used - yyv3144.CodecDecodeSelf(d) + yyv3149 := &x.Used + yyv3149.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3142) - } // end switch yys3142 - } // end for yyj3142 + z.DecStructFieldNotFound(-1, yys3147) + } // end switch yys3147 + } // end for yyj3147 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39165,16 +39220,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3145 int - var yyb3145 bool - var yyhl3145 bool = l >= 0 - yyj3145++ - if yyhl3145 { - yyb3145 = yyj3145 > l + var yyj3150 int + var yyb3150 bool + var yyhl3150 bool = l >= 0 + yyj3150++ + if yyhl3150 { + yyb3150 = yyj3150 > l } else { - yyb3145 = r.CheckBreak() + yyb3150 = r.CheckBreak() } - if yyb3145 { + if yyb3150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39182,16 +39237,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv3146 := &x.Hard - yyv3146.CodecDecodeSelf(d) + yyv3151 := &x.Hard + yyv3151.CodecDecodeSelf(d) } - yyj3145++ - if yyhl3145 { - yyb3145 = yyj3145 > l + yyj3150++ + if yyhl3150 { + yyb3150 = yyj3150 > l } else { - yyb3145 = r.CheckBreak() + yyb3150 = r.CheckBreak() } - if yyb3145 { + if yyb3150 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39199,21 +39254,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv3147 := &x.Used - yyv3147.CodecDecodeSelf(d) + yyv3152 := &x.Used + yyv3152.CodecDecodeSelf(d) } for { - yyj3145++ - if yyhl3145 { - yyb3145 = yyj3145 > l + yyj3150++ + if yyhl3150 { + yyb3150 = yyj3150 > l } else { - yyb3145 = r.CheckBreak() + yyb3150 = r.CheckBreak() } - if yyb3145 { + if yyb3150 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3145-1, "") + z.DecStructFieldNotFound(yyj3150-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39225,39 +39280,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3148 := z.EncBinary() - _ = yym3148 + yym3153 := z.EncBinary() + _ = yym3153 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3149 := !z.EncBinary() - yy2arr3149 := z.EncBasicHandle().StructToArray - var yyq3149 [5]bool - _, _, _ = yysep3149, yyq3149, yy2arr3149 - const yyr3149 bool = false - yyq3149[0] = x.Kind != "" - yyq3149[1] = x.APIVersion != "" - yyq3149[2] = true - yyq3149[3] = true - yyq3149[4] = true - var yynn3149 int - if yyr3149 || yy2arr3149 { + yysep3154 := !z.EncBinary() + yy2arr3154 := z.EncBasicHandle().StructToArray + var yyq3154 [5]bool + _, _, _ = yysep3154, yyq3154, yy2arr3154 + const yyr3154 bool = false + yyq3154[0] = x.Kind != "" + yyq3154[1] = x.APIVersion != "" + yyq3154[2] = true + yyq3154[3] = true + yyq3154[4] = true + var yynn3154 int + if yyr3154 || yy2arr3154 { r.EncodeArrayStart(5) } else { - yynn3149 = 0 - for _, b := range yyq3149 { + yynn3154 = 0 + for _, b := range yyq3154 { if b { - yynn3149++ + yynn3154++ } } - r.EncodeMapStart(yynn3149) - yynn3149 = 0 + r.EncodeMapStart(yynn3154) + yynn3154 = 0 } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[0] { - yym3151 := z.EncBinary() - _ = yym3151 + if yyq3154[0] { + yym3156 := z.EncBinary() + _ = yym3156 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39266,23 +39321,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3149[0] { + if yyq3154[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3152 := z.EncBinary() - _ = yym3152 + yym3157 := z.EncBinary() + _ = yym3157 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[1] { - yym3154 := z.EncBinary() - _ = yym3154 + if yyq3154[1] { + yym3159 := z.EncBinary() + _ = yym3159 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39291,70 +39346,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3149[1] { + if yyq3154[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3155 := z.EncBinary() - _ = yym3155 + yym3160 := z.EncBinary() + _ = yym3160 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[2] { - yy3157 := &x.ObjectMeta - yy3157.CodecEncodeSelf(e) + if yyq3154[2] { + yy3162 := &x.ObjectMeta + yy3162.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3149[2] { + if yyq3154[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3158 := &x.ObjectMeta - yy3158.CodecEncodeSelf(e) + yy3163 := &x.ObjectMeta + yy3163.CodecEncodeSelf(e) } } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[3] { - yy3160 := &x.Spec - yy3160.CodecEncodeSelf(e) + if yyq3154[3] { + yy3165 := &x.Spec + yy3165.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3149[3] { + if yyq3154[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3161 := &x.Spec - yy3161.CodecEncodeSelf(e) + yy3166 := &x.Spec + yy3166.CodecEncodeSelf(e) } } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3149[4] { - yy3163 := &x.Status - yy3163.CodecEncodeSelf(e) + if yyq3154[4] { + yy3168 := &x.Status + yy3168.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3149[4] { + if yyq3154[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3164 := &x.Status - yy3164.CodecEncodeSelf(e) + yy3169 := &x.Status + yy3169.CodecEncodeSelf(e) } } - if yyr3149 || yy2arr3149 { + if yyr3154 || yy2arr3154 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39367,25 +39422,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3165 := z.DecBinary() - _ = yym3165 + yym3170 := z.DecBinary() + _ = yym3170 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3166 := r.ContainerType() - if yyct3166 == codecSelferValueTypeMap1234 { - yyl3166 := r.ReadMapStart() - if yyl3166 == 0 { + yyct3171 := r.ContainerType() + if yyct3171 == codecSelferValueTypeMap1234 { + yyl3171 := r.ReadMapStart() + if yyl3171 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3166, d) + x.codecDecodeSelfFromMap(yyl3171, d) } - } else if yyct3166 == codecSelferValueTypeArray1234 { - yyl3166 := r.ReadArrayStart() - if yyl3166 == 0 { + } else if yyct3171 == codecSelferValueTypeArray1234 { + yyl3171 := r.ReadArrayStart() + if yyl3171 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3166, d) + x.codecDecodeSelfFromArray(yyl3171, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39397,12 +39452,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3167Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3167Slc - var yyhl3167 bool = l >= 0 - for yyj3167 := 0; ; yyj3167++ { - if yyhl3167 { - if yyj3167 >= l { + var yys3172Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3172Slc + var yyhl3172 bool = l >= 0 + for yyj3172 := 0; ; yyj3172++ { + if yyhl3172 { + if yyj3172 >= l { break } } else { @@ -39411,10 +39466,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3167Slc = r.DecodeBytes(yys3167Slc, true, true) - yys3167 := string(yys3167Slc) + yys3172Slc = r.DecodeBytes(yys3172Slc, true, true) + yys3172 := string(yys3172Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3167 { + switch yys3172 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39431,27 +39486,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3170 := &x.ObjectMeta - yyv3170.CodecDecodeSelf(d) + yyv3175 := &x.ObjectMeta + yyv3175.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3171 := &x.Spec - yyv3171.CodecDecodeSelf(d) + yyv3176 := &x.Spec + yyv3176.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3172 := &x.Status - yyv3172.CodecDecodeSelf(d) + yyv3177 := &x.Status + yyv3177.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3167) - } // end switch yys3167 - } // end for yyj3167 + z.DecStructFieldNotFound(-1, yys3172) + } // end switch yys3172 + } // end for yyj3172 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39459,16 +39514,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3173 int - var yyb3173 bool - var yyhl3173 bool = l >= 0 - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + var yyj3178 int + var yyb3178 bool + var yyhl3178 bool = l >= 0 + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39478,13 +39533,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39494,13 +39549,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39508,16 +39563,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3176 := &x.ObjectMeta - yyv3176.CodecDecodeSelf(d) + yyv3181 := &x.ObjectMeta + yyv3181.CodecDecodeSelf(d) } - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39525,16 +39580,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv3177 := &x.Spec - yyv3177.CodecDecodeSelf(d) + yyv3182 := &x.Spec + yyv3182.CodecDecodeSelf(d) } - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39542,21 +39597,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv3178 := &x.Status - yyv3178.CodecDecodeSelf(d) + yyv3183 := &x.Status + yyv3183.CodecDecodeSelf(d) } for { - yyj3173++ - if yyhl3173 { - yyb3173 = yyj3173 > l + yyj3178++ + if yyhl3178 { + yyb3178 = yyj3178 > l } else { - yyb3173 = r.CheckBreak() + yyb3178 = r.CheckBreak() } - if yyb3173 { + if yyb3178 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3173-1, "") + z.DecStructFieldNotFound(yyj3178-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39568,37 +39623,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3179 := z.EncBinary() - _ = yym3179 + yym3184 := z.EncBinary() + _ = yym3184 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3180 := !z.EncBinary() - yy2arr3180 := z.EncBasicHandle().StructToArray - var yyq3180 [4]bool - _, _, _ = yysep3180, yyq3180, yy2arr3180 - const yyr3180 bool = false - yyq3180[0] = x.Kind != "" - yyq3180[1] = x.APIVersion != "" - yyq3180[2] = true - var yynn3180 int - if yyr3180 || yy2arr3180 { + yysep3185 := !z.EncBinary() + yy2arr3185 := z.EncBasicHandle().StructToArray + var yyq3185 [4]bool + _, _, _ = yysep3185, yyq3185, yy2arr3185 + const yyr3185 bool = false + yyq3185[0] = x.Kind != "" + yyq3185[1] = x.APIVersion != "" + yyq3185[2] = true + var yynn3185 int + if yyr3185 || yy2arr3185 { r.EncodeArrayStart(4) } else { - yynn3180 = 1 - for _, b := range yyq3180 { + yynn3185 = 1 + for _, b := range yyq3185 { if b { - yynn3180++ + yynn3185++ } } - r.EncodeMapStart(yynn3180) - yynn3180 = 0 + r.EncodeMapStart(yynn3185) + yynn3185 = 0 } - if yyr3180 || yy2arr3180 { + if yyr3185 || yy2arr3185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3180[0] { - yym3182 := z.EncBinary() - _ = yym3182 + if yyq3185[0] { + yym3187 := z.EncBinary() + _ = yym3187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39607,23 +39662,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3180[0] { + if yyq3185[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3183 := z.EncBinary() - _ = yym3183 + yym3188 := z.EncBinary() + _ = yym3188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3180 || yy2arr3180 { + if yyr3185 || yy2arr3185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3180[1] { - yym3185 := z.EncBinary() - _ = yym3185 + if yyq3185[1] { + yym3190 := z.EncBinary() + _ = yym3190 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39632,54 +39687,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3180[1] { + if yyq3185[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3186 := z.EncBinary() - _ = yym3186 + yym3191 := z.EncBinary() + _ = yym3191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3180 || yy2arr3180 { + if yyr3185 || yy2arr3185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3180[2] { - yy3188 := &x.ListMeta - yym3189 := z.EncBinary() - _ = yym3189 + if yyq3185[2] { + yy3193 := &x.ListMeta + yym3194 := z.EncBinary() + _ = yym3194 if false { - } else if z.HasExtensions() && z.EncExt(yy3188) { + } else if z.HasExtensions() && z.EncExt(yy3193) { } else { - z.EncFallback(yy3188) + z.EncFallback(yy3193) } } else { r.EncodeNil() } } else { - if yyq3180[2] { + if yyq3185[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3190 := &x.ListMeta - yym3191 := z.EncBinary() - _ = yym3191 + yy3195 := &x.ListMeta + yym3196 := z.EncBinary() + _ = yym3196 if false { - } else if z.HasExtensions() && z.EncExt(yy3190) { + } else if z.HasExtensions() && z.EncExt(yy3195) { } else { - z.EncFallback(yy3190) + z.EncFallback(yy3195) } } } - if yyr3180 || yy2arr3180 { + if yyr3185 || yy2arr3185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3193 := z.EncBinary() - _ = yym3193 + yym3198 := z.EncBinary() + _ = yym3198 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -39692,15 +39747,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3194 := z.EncBinary() - _ = yym3194 + yym3199 := z.EncBinary() + _ = yym3199 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr3180 || yy2arr3180 { + if yyr3185 || yy2arr3185 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39713,25 +39768,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3195 := z.DecBinary() - _ = yym3195 + yym3200 := z.DecBinary() + _ = yym3200 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3196 := r.ContainerType() - if yyct3196 == codecSelferValueTypeMap1234 { - yyl3196 := r.ReadMapStart() - if yyl3196 == 0 { + yyct3201 := r.ContainerType() + if yyct3201 == codecSelferValueTypeMap1234 { + yyl3201 := r.ReadMapStart() + if yyl3201 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3196, d) + x.codecDecodeSelfFromMap(yyl3201, d) } - } else if yyct3196 == codecSelferValueTypeArray1234 { - yyl3196 := r.ReadArrayStart() - if yyl3196 == 0 { + } else if yyct3201 == codecSelferValueTypeArray1234 { + yyl3201 := r.ReadArrayStart() + if yyl3201 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3196, d) + x.codecDecodeSelfFromArray(yyl3201, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39743,12 +39798,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3197Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3197Slc - var yyhl3197 bool = l >= 0 - for yyj3197 := 0; ; yyj3197++ { - if yyhl3197 { - if yyj3197 >= l { + var yys3202Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3202Slc + var yyhl3202 bool = l >= 0 + for yyj3202 := 0; ; yyj3202++ { + if yyhl3202 { + if yyj3202 >= l { break } } else { @@ -39757,10 +39812,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3197Slc = r.DecodeBytes(yys3197Slc, true, true) - yys3197 := string(yys3197Slc) + yys3202Slc = r.DecodeBytes(yys3202Slc, true, true) + yys3202 := string(yys3202Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3197 { + switch yys3202 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -39777,31 +39832,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3200 := &x.ListMeta - yym3201 := z.DecBinary() - _ = yym3201 + yyv3205 := &x.ListMeta + yym3206 := z.DecBinary() + _ = yym3206 if false { - } else if z.HasExtensions() && z.DecExt(yyv3200) { + } else if z.HasExtensions() && z.DecExt(yyv3205) { } else { - z.DecFallback(yyv3200, false) + z.DecFallback(yyv3205, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3202 := &x.Items - yym3203 := z.DecBinary() - _ = yym3203 + yyv3207 := &x.Items + yym3208 := z.DecBinary() + _ = yym3208 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3202), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3207), d) } } default: - z.DecStructFieldNotFound(-1, yys3197) - } // end switch yys3197 - } // end for yyj3197 + z.DecStructFieldNotFound(-1, yys3202) + } // end switch yys3202 + } // end for yyj3202 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39809,16 +39864,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3204 int - var yyb3204 bool - var yyhl3204 bool = l >= 0 - yyj3204++ - if yyhl3204 { - yyb3204 = yyj3204 > l + var yyj3209 int + var yyb3209 bool + var yyhl3209 bool = l >= 0 + yyj3209++ + if yyhl3209 { + yyb3209 = yyj3209 > l } else { - yyb3204 = r.CheckBreak() + yyb3209 = r.CheckBreak() } - if yyb3204 { + if yyb3209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39828,13 +39883,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj3204++ - if yyhl3204 { - yyb3204 = yyj3204 > l + yyj3209++ + if yyhl3209 { + yyb3209 = yyj3209 > l } else { - yyb3204 = r.CheckBreak() + yyb3209 = r.CheckBreak() } - if yyb3204 { + if yyb3209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39844,13 +39899,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj3204++ - if yyhl3204 { - yyb3204 = yyj3204 > l + yyj3209++ + if yyhl3209 { + yyb3209 = yyj3209 > l } else { - yyb3204 = r.CheckBreak() + yyb3209 = r.CheckBreak() } - if yyb3204 { + if yyb3209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39858,22 +39913,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3207 := &x.ListMeta - yym3208 := z.DecBinary() - _ = yym3208 + yyv3212 := &x.ListMeta + yym3213 := z.DecBinary() + _ = yym3213 if false { - } else if z.HasExtensions() && z.DecExt(yyv3207) { + } else if z.HasExtensions() && z.DecExt(yyv3212) { } else { - z.DecFallback(yyv3207, false) + z.DecFallback(yyv3212, false) } } - yyj3204++ - if yyhl3204 { - yyb3204 = yyj3204 > l + yyj3209++ + if yyhl3209 { + yyb3209 = yyj3209 > l } else { - yyb3204 = r.CheckBreak() + yyb3209 = r.CheckBreak() } - if yyb3204 { + if yyb3209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39881,26 +39936,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3209 := &x.Items - yym3210 := z.DecBinary() - _ = yym3210 + yyv3214 := &x.Items + yym3215 := z.DecBinary() + _ = yym3215 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv3209), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv3214), d) } } for { - yyj3204++ - if yyhl3204 { - yyb3204 = yyj3204 > l + yyj3209++ + if yyhl3209 { + yyb3209 = yyj3209 > l } else { - yyb3204 = r.CheckBreak() + yyb3209 = r.CheckBreak() } - if yyb3204 { + if yyb3209 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3204-1, "") + z.DecStructFieldNotFound(yyj3209-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39912,39 +39967,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3211 := z.EncBinary() - _ = yym3211 + yym3216 := z.EncBinary() + _ = yym3216 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3212 := !z.EncBinary() - yy2arr3212 := z.EncBasicHandle().StructToArray - var yyq3212 [5]bool - _, _, _ = yysep3212, yyq3212, yy2arr3212 - const yyr3212 bool = false - yyq3212[0] = x.Kind != "" - yyq3212[1] = x.APIVersion != "" - yyq3212[2] = true - yyq3212[3] = len(x.Data) != 0 - yyq3212[4] = x.Type != "" - var yynn3212 int - if yyr3212 || yy2arr3212 { + yysep3217 := !z.EncBinary() + yy2arr3217 := z.EncBasicHandle().StructToArray + var yyq3217 [5]bool + _, _, _ = yysep3217, yyq3217, yy2arr3217 + const yyr3217 bool = false + yyq3217[0] = x.Kind != "" + yyq3217[1] = x.APIVersion != "" + yyq3217[2] = true + yyq3217[3] = len(x.Data) != 0 + yyq3217[4] = x.Type != "" + var yynn3217 int + if yyr3217 || yy2arr3217 { r.EncodeArrayStart(5) } else { - yynn3212 = 0 - for _, b := range yyq3212 { + yynn3217 = 0 + for _, b := range yyq3217 { if b { - yynn3212++ + yynn3217++ } } - r.EncodeMapStart(yynn3212) - yynn3212 = 0 + r.EncodeMapStart(yynn3217) + yynn3217 = 0 } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3212[0] { - yym3214 := z.EncBinary() - _ = yym3214 + if yyq3217[0] { + yym3219 := z.EncBinary() + _ = yym3219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -39953,23 +40008,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3212[0] { + if yyq3217[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3215 := z.EncBinary() - _ = yym3215 + yym3220 := z.EncBinary() + _ = yym3220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3212[1] { - yym3217 := z.EncBinary() - _ = yym3217 + if yyq3217[1] { + yym3222 := z.EncBinary() + _ = yym3222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -39978,43 +40033,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3212[1] { + if yyq3217[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3218 := z.EncBinary() - _ = yym3218 + yym3223 := z.EncBinary() + _ = yym3223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3212[2] { - yy3220 := &x.ObjectMeta - yy3220.CodecEncodeSelf(e) + if yyq3217[2] { + yy3225 := &x.ObjectMeta + yy3225.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3212[2] { + if yyq3217[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3221 := &x.ObjectMeta - yy3221.CodecEncodeSelf(e) + yy3226 := &x.ObjectMeta + yy3226.CodecEncodeSelf(e) } } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3212[3] { + if yyq3217[3] { if x.Data == nil { r.EncodeNil() } else { - yym3223 := z.EncBinary() - _ = yym3223 + yym3228 := z.EncBinary() + _ = yym3228 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -40024,15 +40079,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3212[3] { + if yyq3217[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym3224 := z.EncBinary() - _ = yym3224 + yym3229 := z.EncBinary() + _ = yym3229 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -40040,22 +40095,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3212[4] { + if yyq3217[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3212[4] { + if yyq3217[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3212 || yy2arr3212 { + if yyr3217 || yy2arr3217 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40068,25 +40123,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3226 := z.DecBinary() - _ = yym3226 + yym3231 := z.DecBinary() + _ = yym3231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3227 := r.ContainerType() - if yyct3227 == codecSelferValueTypeMap1234 { - yyl3227 := r.ReadMapStart() - if yyl3227 == 0 { + yyct3232 := r.ContainerType() + if yyct3232 == codecSelferValueTypeMap1234 { + yyl3232 := r.ReadMapStart() + if yyl3232 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3227, d) + x.codecDecodeSelfFromMap(yyl3232, d) } - } else if yyct3227 == codecSelferValueTypeArray1234 { - yyl3227 := r.ReadArrayStart() - if yyl3227 == 0 { + } else if yyct3232 == codecSelferValueTypeArray1234 { + yyl3232 := r.ReadArrayStart() + if yyl3232 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3227, d) + x.codecDecodeSelfFromArray(yyl3232, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40098,12 +40153,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3228Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3228Slc - var yyhl3228 bool = l >= 0 - for yyj3228 := 0; ; yyj3228++ { - if yyhl3228 { - if yyj3228 >= l { + var yys3233Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3233Slc + var yyhl3233 bool = l >= 0 + for yyj3233 := 0; ; yyj3233++ { + if yyhl3233 { + if yyj3233 >= l { break } } else { @@ -40112,10 +40167,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3228Slc = r.DecodeBytes(yys3228Slc, true, true) - yys3228 := string(yys3228Slc) + yys3233Slc = r.DecodeBytes(yys3233Slc, true, true) + yys3233 := string(yys3233Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3228 { + switch yys3233 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40132,19 +40187,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3231 := &x.ObjectMeta - yyv3231.CodecDecodeSelf(d) + yyv3236 := &x.ObjectMeta + yyv3236.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3232 := &x.Data - yym3233 := z.DecBinary() - _ = yym3233 + yyv3237 := &x.Data + yym3238 := z.DecBinary() + _ = yym3238 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3232), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3237), d) } } case "type": @@ -40154,9 +40209,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3228) - } // end switch yys3228 - } // end for yyj3228 + z.DecStructFieldNotFound(-1, yys3233) + } // end switch yys3233 + } // end for yyj3233 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40164,16 +40219,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3235 int - var yyb3235 bool - var yyhl3235 bool = l >= 0 - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + var yyj3240 int + var yyb3240 bool + var yyhl3240 bool = l >= 0 + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40183,13 +40238,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40199,13 +40254,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40213,16 +40268,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3238 := &x.ObjectMeta - yyv3238.CodecDecodeSelf(d) + yyv3243 := &x.ObjectMeta + yyv3243.CodecDecodeSelf(d) } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40230,21 +40285,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3239 := &x.Data - yym3240 := z.DecBinary() - _ = yym3240 + yyv3244 := &x.Data + yym3245 := z.DecBinary() + _ = yym3245 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv3239), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv3244), d) } } - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40255,17 +40310,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj3235++ - if yyhl3235 { - yyb3235 = yyj3235 > l + yyj3240++ + if yyhl3240 { + yyb3240 = yyj3240 > l } else { - yyb3235 = r.CheckBreak() + yyb3240 = r.CheckBreak() } - if yyb3235 { + if yyb3240 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3235-1, "") + z.DecStructFieldNotFound(yyj3240-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40274,8 +40329,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3242 := z.EncBinary() - _ = yym3242 + yym3247 := z.EncBinary() + _ = yym3247 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40287,8 +40342,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3243 := z.DecBinary() - _ = yym3243 + yym3248 := z.DecBinary() + _ = yym3248 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40303,37 +40358,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3244 := z.EncBinary() - _ = yym3244 + yym3249 := z.EncBinary() + _ = yym3249 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3245 := !z.EncBinary() - yy2arr3245 := z.EncBasicHandle().StructToArray - var yyq3245 [4]bool - _, _, _ = yysep3245, yyq3245, yy2arr3245 - const yyr3245 bool = false - yyq3245[0] = x.Kind != "" - yyq3245[1] = x.APIVersion != "" - yyq3245[2] = true - var yynn3245 int - if yyr3245 || yy2arr3245 { + yysep3250 := !z.EncBinary() + yy2arr3250 := z.EncBasicHandle().StructToArray + var yyq3250 [4]bool + _, _, _ = yysep3250, yyq3250, yy2arr3250 + const yyr3250 bool = false + yyq3250[0] = x.Kind != "" + yyq3250[1] = x.APIVersion != "" + yyq3250[2] = true + var yynn3250 int + if yyr3250 || yy2arr3250 { r.EncodeArrayStart(4) } else { - yynn3245 = 1 - for _, b := range yyq3245 { + yynn3250 = 1 + for _, b := range yyq3250 { if b { - yynn3245++ + yynn3250++ } } - r.EncodeMapStart(yynn3245) - yynn3245 = 0 + r.EncodeMapStart(yynn3250) + yynn3250 = 0 } - if yyr3245 || yy2arr3245 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3245[0] { - yym3247 := z.EncBinary() - _ = yym3247 + if yyq3250[0] { + yym3252 := z.EncBinary() + _ = yym3252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40342,23 +40397,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3245[0] { + if yyq3250[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3248 := z.EncBinary() - _ = yym3248 + yym3253 := z.EncBinary() + _ = yym3253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3245 || yy2arr3245 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3245[1] { - yym3250 := z.EncBinary() - _ = yym3250 + if yyq3250[1] { + yym3255 := z.EncBinary() + _ = yym3255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40367,54 +40422,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3245[1] { + if yyq3250[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3251 := z.EncBinary() - _ = yym3251 + yym3256 := z.EncBinary() + _ = yym3256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3245 || yy2arr3245 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3245[2] { - yy3253 := &x.ListMeta - yym3254 := z.EncBinary() - _ = yym3254 + if yyq3250[2] { + yy3258 := &x.ListMeta + yym3259 := z.EncBinary() + _ = yym3259 if false { - } else if z.HasExtensions() && z.EncExt(yy3253) { + } else if z.HasExtensions() && z.EncExt(yy3258) { } else { - z.EncFallback(yy3253) + z.EncFallback(yy3258) } } else { r.EncodeNil() } } else { - if yyq3245[2] { + if yyq3250[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3255 := &x.ListMeta - yym3256 := z.EncBinary() - _ = yym3256 + yy3260 := &x.ListMeta + yym3261 := z.EncBinary() + _ = yym3261 if false { - } else if z.HasExtensions() && z.EncExt(yy3255) { + } else if z.HasExtensions() && z.EncExt(yy3260) { } else { - z.EncFallback(yy3255) + z.EncFallback(yy3260) } } } - if yyr3245 || yy2arr3245 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3258 := z.EncBinary() - _ = yym3258 + yym3263 := z.EncBinary() + _ = yym3263 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -40427,15 +40482,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3259 := z.EncBinary() - _ = yym3259 + yym3264 := z.EncBinary() + _ = yym3264 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr3245 || yy2arr3245 { + if yyr3250 || yy2arr3250 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40448,25 +40503,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3260 := z.DecBinary() - _ = yym3260 + yym3265 := z.DecBinary() + _ = yym3265 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3261 := r.ContainerType() - if yyct3261 == codecSelferValueTypeMap1234 { - yyl3261 := r.ReadMapStart() - if yyl3261 == 0 { + yyct3266 := r.ContainerType() + if yyct3266 == codecSelferValueTypeMap1234 { + yyl3266 := r.ReadMapStart() + if yyl3266 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3261, d) + x.codecDecodeSelfFromMap(yyl3266, d) } - } else if yyct3261 == codecSelferValueTypeArray1234 { - yyl3261 := r.ReadArrayStart() - if yyl3261 == 0 { + } else if yyct3266 == codecSelferValueTypeArray1234 { + yyl3266 := r.ReadArrayStart() + if yyl3266 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3261, d) + x.codecDecodeSelfFromArray(yyl3266, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40478,12 +40533,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3262Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3262Slc - var yyhl3262 bool = l >= 0 - for yyj3262 := 0; ; yyj3262++ { - if yyhl3262 { - if yyj3262 >= l { + var yys3267Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3267Slc + var yyhl3267 bool = l >= 0 + for yyj3267 := 0; ; yyj3267++ { + if yyhl3267 { + if yyj3267 >= l { break } } else { @@ -40492,10 +40547,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3262Slc = r.DecodeBytes(yys3262Slc, true, true) - yys3262 := string(yys3262Slc) + yys3267Slc = r.DecodeBytes(yys3267Slc, true, true) + yys3267 := string(yys3267Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3262 { + switch yys3267 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40512,31 +40567,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3265 := &x.ListMeta - yym3266 := z.DecBinary() - _ = yym3266 + yyv3270 := &x.ListMeta + yym3271 := z.DecBinary() + _ = yym3271 if false { - } else if z.HasExtensions() && z.DecExt(yyv3265) { + } else if z.HasExtensions() && z.DecExt(yyv3270) { } else { - z.DecFallback(yyv3265, false) + z.DecFallback(yyv3270, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3267 := &x.Items - yym3268 := z.DecBinary() - _ = yym3268 + yyv3272 := &x.Items + yym3273 := z.DecBinary() + _ = yym3273 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3267), d) + h.decSliceSecret((*[]Secret)(yyv3272), d) } } default: - z.DecStructFieldNotFound(-1, yys3262) - } // end switch yys3262 - } // end for yyj3262 + z.DecStructFieldNotFound(-1, yys3267) + } // end switch yys3267 + } // end for yyj3267 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40544,16 +40599,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3269 int - var yyb3269 bool - var yyhl3269 bool = l >= 0 - yyj3269++ - if yyhl3269 { - yyb3269 = yyj3269 > l + var yyj3274 int + var yyb3274 bool + var yyhl3274 bool = l >= 0 + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3269 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3269 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40563,13 +40618,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3269++ - if yyhl3269 { - yyb3269 = yyj3269 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3269 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3269 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40579,13 +40634,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3269++ - if yyhl3269 { - yyb3269 = yyj3269 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3269 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3269 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40593,22 +40648,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3272 := &x.ListMeta - yym3273 := z.DecBinary() - _ = yym3273 + yyv3277 := &x.ListMeta + yym3278 := z.DecBinary() + _ = yym3278 if false { - } else if z.HasExtensions() && z.DecExt(yyv3272) { + } else if z.HasExtensions() && z.DecExt(yyv3277) { } else { - z.DecFallback(yyv3272, false) + z.DecFallback(yyv3277, false) } } - yyj3269++ - if yyhl3269 { - yyb3269 = yyj3269 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3269 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3269 { + if yyb3274 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40616,26 +40671,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3274 := &x.Items - yym3275 := z.DecBinary() - _ = yym3275 + yyv3279 := &x.Items + yym3280 := z.DecBinary() + _ = yym3280 if false { } else { - h.decSliceSecret((*[]Secret)(yyv3274), d) + h.decSliceSecret((*[]Secret)(yyv3279), d) } } for { - yyj3269++ - if yyhl3269 { - yyb3269 = yyj3269 > l + yyj3274++ + if yyhl3274 { + yyb3274 = yyj3274 > l } else { - yyb3269 = r.CheckBreak() + yyb3274 = r.CheckBreak() } - if yyb3269 { + if yyb3274 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3269-1, "") + z.DecStructFieldNotFound(yyj3274-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40644,8 +40699,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3276 := z.EncBinary() - _ = yym3276 + yym3281 := z.EncBinary() + _ = yym3281 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40657,8 +40712,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3277 := z.DecBinary() - _ = yym3277 + yym3282 := z.DecBinary() + _ = yym3282 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40673,32 +40728,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3278 := z.EncBinary() - _ = yym3278 + yym3283 := z.EncBinary() + _ = yym3283 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3279 := !z.EncBinary() - yy2arr3279 := z.EncBasicHandle().StructToArray - var yyq3279 [4]bool - _, _, _ = yysep3279, yyq3279, yy2arr3279 - const yyr3279 bool = false - yyq3279[2] = x.Message != "" - yyq3279[3] = x.Error != "" - var yynn3279 int - if yyr3279 || yy2arr3279 { + yysep3284 := !z.EncBinary() + yy2arr3284 := z.EncBasicHandle().StructToArray + var yyq3284 [4]bool + _, _, _ = yysep3284, yyq3284, yy2arr3284 + const yyr3284 bool = false + yyq3284[2] = x.Message != "" + yyq3284[3] = x.Error != "" + var yynn3284 int + if yyr3284 || yy2arr3284 { r.EncodeArrayStart(4) } else { - yynn3279 = 2 - for _, b := range yyq3279 { + yynn3284 = 2 + for _, b := range yyq3284 { if b { - yynn3279++ + yynn3284++ } } - r.EncodeMapStart(yynn3279) - yynn3279 = 0 + r.EncodeMapStart(yynn3284) + yynn3284 = 0 } - if yyr3279 || yy2arr3279 { + if yyr3284 || yy2arr3284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40707,7 +40762,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3279 || yy2arr3279 { + if yyr3284 || yy2arr3284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40716,11 +40771,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3279 || yy2arr3279 { + if yyr3284 || yy2arr3284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3279[2] { - yym3283 := z.EncBinary() - _ = yym3283 + if yyq3284[2] { + yym3288 := z.EncBinary() + _ = yym3288 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40729,23 +40784,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3279[2] { + if yyq3284[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3284 := z.EncBinary() - _ = yym3284 + yym3289 := z.EncBinary() + _ = yym3289 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3279 || yy2arr3279 { + if yyr3284 || yy2arr3284 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3279[3] { - yym3286 := z.EncBinary() - _ = yym3286 + if yyq3284[3] { + yym3291 := z.EncBinary() + _ = yym3291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -40754,19 +40809,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3279[3] { + if yyq3284[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3287 := z.EncBinary() - _ = yym3287 + yym3292 := z.EncBinary() + _ = yym3292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr3279 || yy2arr3279 { + if yyr3284 || yy2arr3284 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40779,25 +40834,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3288 := z.DecBinary() - _ = yym3288 + yym3293 := z.DecBinary() + _ = yym3293 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3289 := r.ContainerType() - if yyct3289 == codecSelferValueTypeMap1234 { - yyl3289 := r.ReadMapStart() - if yyl3289 == 0 { + yyct3294 := r.ContainerType() + if yyct3294 == codecSelferValueTypeMap1234 { + yyl3294 := r.ReadMapStart() + if yyl3294 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3289, d) + x.codecDecodeSelfFromMap(yyl3294, d) } - } else if yyct3289 == codecSelferValueTypeArray1234 { - yyl3289 := r.ReadArrayStart() - if yyl3289 == 0 { + } else if yyct3294 == codecSelferValueTypeArray1234 { + yyl3294 := r.ReadArrayStart() + if yyl3294 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3289, d) + x.codecDecodeSelfFromArray(yyl3294, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40809,12 +40864,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3290Slc - var yyhl3290 bool = l >= 0 - for yyj3290 := 0; ; yyj3290++ { - if yyhl3290 { - if yyj3290 >= l { + var yys3295Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3295Slc + var yyhl3295 bool = l >= 0 + for yyj3295 := 0; ; yyj3295++ { + if yyhl3295 { + if yyj3295 >= l { break } } else { @@ -40823,10 +40878,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3290Slc = r.DecodeBytes(yys3290Slc, true, true) - yys3290 := string(yys3290Slc) + yys3295Slc = r.DecodeBytes(yys3295Slc, true, true) + yys3295 := string(yys3295Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3290 { + switch yys3295 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40852,9 +40907,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3290) - } // end switch yys3290 - } // end for yyj3290 + z.DecStructFieldNotFound(-1, yys3295) + } // end switch yys3295 + } // end for yyj3295 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40862,16 +40917,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3295 int - var yyb3295 bool - var yyhl3295 bool = l >= 0 - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + var yyj3300 int + var yyb3300 bool + var yyhl3300 bool = l >= 0 + yyj3300++ + if yyhl3300 { + yyb3300 = yyj3300 > l } else { - yyb3295 = r.CheckBreak() + yyb3300 = r.CheckBreak() } - if yyb3295 { + if yyb3300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40881,13 +40936,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3300++ + if yyhl3300 { + yyb3300 = yyj3300 > l } else { - yyb3295 = r.CheckBreak() + yyb3300 = r.CheckBreak() } - if yyb3295 { + if yyb3300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40897,13 +40952,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3300++ + if yyhl3300 { + yyb3300 = yyj3300 > l } else { - yyb3295 = r.CheckBreak() + yyb3300 = r.CheckBreak() } - if yyb3295 { + if yyb3300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40913,13 +40968,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3300++ + if yyhl3300 { + yyb3300 = yyj3300 > l } else { - yyb3295 = r.CheckBreak() + yyb3300 = r.CheckBreak() } - if yyb3295 { + if yyb3300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40930,17 +40985,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj3295++ - if yyhl3295 { - yyb3295 = yyj3295 > l + yyj3300++ + if yyhl3300 { + yyb3300 = yyj3300 > l } else { - yyb3295 = r.CheckBreak() + yyb3300 = r.CheckBreak() } - if yyb3295 { + if yyb3300 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3295-1, "") + z.DecStructFieldNotFound(yyj3300-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40952,38 +41007,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3300 := z.EncBinary() - _ = yym3300 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3301 := !z.EncBinary() - yy2arr3301 := z.EncBasicHandle().StructToArray - var yyq3301 [4]bool - _, _, _ = yysep3301, yyq3301, yy2arr3301 - const yyr3301 bool = false - yyq3301[0] = x.Kind != "" - yyq3301[1] = x.APIVersion != "" - yyq3301[2] = true - yyq3301[3] = len(x.Conditions) != 0 - var yynn3301 int - if yyr3301 || yy2arr3301 { + yysep3306 := !z.EncBinary() + yy2arr3306 := z.EncBasicHandle().StructToArray + var yyq3306 [4]bool + _, _, _ = yysep3306, yyq3306, yy2arr3306 + const yyr3306 bool = false + yyq3306[0] = x.Kind != "" + yyq3306[1] = x.APIVersion != "" + yyq3306[2] = true + yyq3306[3] = len(x.Conditions) != 0 + var yynn3306 int + if yyr3306 || yy2arr3306 { r.EncodeArrayStart(4) } else { - yynn3301 = 0 - for _, b := range yyq3301 { + yynn3306 = 0 + for _, b := range yyq3306 { if b { - yynn3301++ + yynn3306++ } } - r.EncodeMapStart(yynn3301) - yynn3301 = 0 + r.EncodeMapStart(yynn3306) + yynn3306 = 0 } - if yyr3301 || yy2arr3301 { + if yyr3306 || yy2arr3306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[0] { - yym3303 := z.EncBinary() - _ = yym3303 + if yyq3306[0] { + yym3308 := z.EncBinary() + _ = yym3308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40992,23 +41047,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3301[0] { + if yyq3306[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3304 := z.EncBinary() - _ = yym3304 + yym3309 := z.EncBinary() + _ = yym3309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3301 || yy2arr3301 { + if yyr3306 || yy2arr3306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[1] { - yym3306 := z.EncBinary() - _ = yym3306 + if yyq3306[1] { + yym3311 := z.EncBinary() + _ = yym3311 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41017,43 +41072,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3301[1] { + if yyq3306[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3307 := z.EncBinary() - _ = yym3307 + yym3312 := z.EncBinary() + _ = yym3312 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3301 || yy2arr3301 { + if yyr3306 || yy2arr3306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[2] { - yy3309 := &x.ObjectMeta - yy3309.CodecEncodeSelf(e) + if yyq3306[2] { + yy3314 := &x.ObjectMeta + yy3314.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3301[2] { + if yyq3306[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3310 := &x.ObjectMeta - yy3310.CodecEncodeSelf(e) + yy3315 := &x.ObjectMeta + yy3315.CodecEncodeSelf(e) } } - if yyr3301 || yy2arr3301 { + if yyr3306 || yy2arr3306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3301[3] { + if yyq3306[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3312 := z.EncBinary() - _ = yym3312 + yym3317 := z.EncBinary() + _ = yym3317 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -41063,15 +41118,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3301[3] { + if yyq3306[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3313 := z.EncBinary() - _ = yym3313 + yym3318 := z.EncBinary() + _ = yym3318 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -41079,7 +41134,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3301 || yy2arr3301 { + if yyr3306 || yy2arr3306 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41092,25 +41147,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3314 := z.DecBinary() - _ = yym3314 + yym3319 := z.DecBinary() + _ = yym3319 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3315 := r.ContainerType() - if yyct3315 == codecSelferValueTypeMap1234 { - yyl3315 := r.ReadMapStart() - if yyl3315 == 0 { + yyct3320 := r.ContainerType() + if yyct3320 == codecSelferValueTypeMap1234 { + yyl3320 := r.ReadMapStart() + if yyl3320 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3315, d) + x.codecDecodeSelfFromMap(yyl3320, d) } - } else if yyct3315 == codecSelferValueTypeArray1234 { - yyl3315 := r.ReadArrayStart() - if yyl3315 == 0 { + } else if yyct3320 == codecSelferValueTypeArray1234 { + yyl3320 := r.ReadArrayStart() + if yyl3320 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3315, d) + x.codecDecodeSelfFromArray(yyl3320, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41122,12 +41177,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3316Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3316Slc - var yyhl3316 bool = l >= 0 - for yyj3316 := 0; ; yyj3316++ { - if yyhl3316 { - if yyj3316 >= l { + var yys3321Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3321Slc + var yyhl3321 bool = l >= 0 + for yyj3321 := 0; ; yyj3321++ { + if yyhl3321 { + if yyj3321 >= l { break } } else { @@ -41136,10 +41191,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3316Slc = r.DecodeBytes(yys3316Slc, true, true) - yys3316 := string(yys3316Slc) + yys3321Slc = r.DecodeBytes(yys3321Slc, true, true) + yys3321 := string(yys3321Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3316 { + switch yys3321 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41156,25 +41211,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3319 := &x.ObjectMeta - yyv3319.CodecDecodeSelf(d) + yyv3324 := &x.ObjectMeta + yyv3324.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3320 := &x.Conditions - yym3321 := z.DecBinary() - _ = yym3321 + yyv3325 := &x.Conditions + yym3326 := z.DecBinary() + _ = yym3326 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3320), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3325), d) } } default: - z.DecStructFieldNotFound(-1, yys3316) - } // end switch yys3316 - } // end for yyj3316 + z.DecStructFieldNotFound(-1, yys3321) + } // end switch yys3321 + } // end for yyj3321 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41182,16 +41237,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3322 int - var yyb3322 bool - var yyhl3322 bool = l >= 0 - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + var yyj3327 int + var yyb3327 bool + var yyhl3327 bool = l >= 0 + yyj3327++ + if yyhl3327 { + yyb3327 = yyj3327 > l } else { - yyb3322 = r.CheckBreak() + yyb3327 = r.CheckBreak() } - if yyb3322 { + if yyb3327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41201,13 +41256,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3327++ + if yyhl3327 { + yyb3327 = yyj3327 > l } else { - yyb3322 = r.CheckBreak() + yyb3327 = r.CheckBreak() } - if yyb3322 { + if yyb3327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41217,13 +41272,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3327++ + if yyhl3327 { + yyb3327 = yyj3327 > l } else { - yyb3322 = r.CheckBreak() + yyb3327 = r.CheckBreak() } - if yyb3322 { + if yyb3327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41231,16 +41286,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3325 := &x.ObjectMeta - yyv3325.CodecDecodeSelf(d) + yyv3330 := &x.ObjectMeta + yyv3330.CodecDecodeSelf(d) } - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3327++ + if yyhl3327 { + yyb3327 = yyj3327 > l } else { - yyb3322 = r.CheckBreak() + yyb3327 = r.CheckBreak() } - if yyb3322 { + if yyb3327 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41248,26 +41303,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3326 := &x.Conditions - yym3327 := z.DecBinary() - _ = yym3327 + yyv3331 := &x.Conditions + yym3332 := z.DecBinary() + _ = yym3332 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv3326), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv3331), d) } } for { - yyj3322++ - if yyhl3322 { - yyb3322 = yyj3322 > l + yyj3327++ + if yyhl3327 { + yyb3327 = yyj3327 > l } else { - yyb3322 = r.CheckBreak() + yyb3327 = r.CheckBreak() } - if yyb3322 { + if yyb3327 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3322-1, "") + z.DecStructFieldNotFound(yyj3327-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41279,37 +41334,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3328 := z.EncBinary() - _ = yym3328 + yym3333 := z.EncBinary() + _ = yym3333 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3329 := !z.EncBinary() - yy2arr3329 := z.EncBasicHandle().StructToArray - var yyq3329 [4]bool - _, _, _ = yysep3329, yyq3329, yy2arr3329 - const yyr3329 bool = false - yyq3329[0] = x.Kind != "" - yyq3329[1] = x.APIVersion != "" - yyq3329[2] = true - var yynn3329 int - if yyr3329 || yy2arr3329 { + yysep3334 := !z.EncBinary() + yy2arr3334 := z.EncBasicHandle().StructToArray + var yyq3334 [4]bool + _, _, _ = yysep3334, yyq3334, yy2arr3334 + const yyr3334 bool = false + yyq3334[0] = x.Kind != "" + yyq3334[1] = x.APIVersion != "" + yyq3334[2] = true + var yynn3334 int + if yyr3334 || yy2arr3334 { r.EncodeArrayStart(4) } else { - yynn3329 = 1 - for _, b := range yyq3329 { + yynn3334 = 1 + for _, b := range yyq3334 { if b { - yynn3329++ + yynn3334++ } } - r.EncodeMapStart(yynn3329) - yynn3329 = 0 + r.EncodeMapStart(yynn3334) + yynn3334 = 0 } - if yyr3329 || yy2arr3329 { + if yyr3334 || yy2arr3334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[0] { - yym3331 := z.EncBinary() - _ = yym3331 + if yyq3334[0] { + yym3336 := z.EncBinary() + _ = yym3336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41318,23 +41373,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3329[0] { + if yyq3334[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3332 := z.EncBinary() - _ = yym3332 + yym3337 := z.EncBinary() + _ = yym3337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3329 || yy2arr3329 { + if yyr3334 || yy2arr3334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[1] { - yym3334 := z.EncBinary() - _ = yym3334 + if yyq3334[1] { + yym3339 := z.EncBinary() + _ = yym3339 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41343,54 +41398,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3329[1] { + if yyq3334[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3335 := z.EncBinary() - _ = yym3335 + yym3340 := z.EncBinary() + _ = yym3340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3329 || yy2arr3329 { + if yyr3334 || yy2arr3334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3329[2] { - yy3337 := &x.ListMeta - yym3338 := z.EncBinary() - _ = yym3338 + if yyq3334[2] { + yy3342 := &x.ListMeta + yym3343 := z.EncBinary() + _ = yym3343 if false { - } else if z.HasExtensions() && z.EncExt(yy3337) { + } else if z.HasExtensions() && z.EncExt(yy3342) { } else { - z.EncFallback(yy3337) + z.EncFallback(yy3342) } } else { r.EncodeNil() } } else { - if yyq3329[2] { + if yyq3334[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3339 := &x.ListMeta - yym3340 := z.EncBinary() - _ = yym3340 + yy3344 := &x.ListMeta + yym3345 := z.EncBinary() + _ = yym3345 if false { - } else if z.HasExtensions() && z.EncExt(yy3339) { + } else if z.HasExtensions() && z.EncExt(yy3344) { } else { - z.EncFallback(yy3339) + z.EncFallback(yy3344) } } } - if yyr3329 || yy2arr3329 { + if yyr3334 || yy2arr3334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3342 := z.EncBinary() - _ = yym3342 + yym3347 := z.EncBinary() + _ = yym3347 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -41403,15 +41458,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3343 := z.EncBinary() - _ = yym3343 + yym3348 := z.EncBinary() + _ = yym3348 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr3329 || yy2arr3329 { + if yyr3334 || yy2arr3334 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41424,25 +41479,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3344 := z.DecBinary() - _ = yym3344 + yym3349 := z.DecBinary() + _ = yym3349 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3345 := r.ContainerType() - if yyct3345 == codecSelferValueTypeMap1234 { - yyl3345 := r.ReadMapStart() - if yyl3345 == 0 { + yyct3350 := r.ContainerType() + if yyct3350 == codecSelferValueTypeMap1234 { + yyl3350 := r.ReadMapStart() + if yyl3350 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3345, d) + x.codecDecodeSelfFromMap(yyl3350, d) } - } else if yyct3345 == codecSelferValueTypeArray1234 { - yyl3345 := r.ReadArrayStart() - if yyl3345 == 0 { + } else if yyct3350 == codecSelferValueTypeArray1234 { + yyl3350 := r.ReadArrayStart() + if yyl3350 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3345, d) + x.codecDecodeSelfFromArray(yyl3350, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41454,12 +41509,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3346Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3346Slc - var yyhl3346 bool = l >= 0 - for yyj3346 := 0; ; yyj3346++ { - if yyhl3346 { - if yyj3346 >= l { + var yys3351Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3351Slc + var yyhl3351 bool = l >= 0 + for yyj3351 := 0; ; yyj3351++ { + if yyhl3351 { + if yyj3351 >= l { break } } else { @@ -41468,10 +41523,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3346Slc = r.DecodeBytes(yys3346Slc, true, true) - yys3346 := string(yys3346Slc) + yys3351Slc = r.DecodeBytes(yys3351Slc, true, true) + yys3351 := string(yys3351Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3346 { + switch yys3351 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41488,31 +41543,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3349 := &x.ListMeta - yym3350 := z.DecBinary() - _ = yym3350 + yyv3354 := &x.ListMeta + yym3355 := z.DecBinary() + _ = yym3355 if false { - } else if z.HasExtensions() && z.DecExt(yyv3349) { + } else if z.HasExtensions() && z.DecExt(yyv3354) { } else { - z.DecFallback(yyv3349, false) + z.DecFallback(yyv3354, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3351 := &x.Items - yym3352 := z.DecBinary() - _ = yym3352 + yyv3356 := &x.Items + yym3357 := z.DecBinary() + _ = yym3357 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3351), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3356), d) } } default: - z.DecStructFieldNotFound(-1, yys3346) - } // end switch yys3346 - } // end for yyj3346 + z.DecStructFieldNotFound(-1, yys3351) + } // end switch yys3351 + } // end for yyj3351 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41520,16 +41575,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3353 int - var yyb3353 bool - var yyhl3353 bool = l >= 0 - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + var yyj3358 int + var yyb3358 bool + var yyhl3358 bool = l >= 0 + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3353 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3353 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41539,13 +41594,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3353 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3353 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41555,13 +41610,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3353 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3353 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41569,22 +41624,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3356 := &x.ListMeta - yym3357 := z.DecBinary() - _ = yym3357 + yyv3361 := &x.ListMeta + yym3362 := z.DecBinary() + _ = yym3362 if false { - } else if z.HasExtensions() && z.DecExt(yyv3356) { + } else if z.HasExtensions() && z.DecExt(yyv3361) { } else { - z.DecFallback(yyv3356, false) + z.DecFallback(yyv3361, false) } } - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3353 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3353 { + if yyb3358 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41592,26 +41647,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3358 := &x.Items - yym3359 := z.DecBinary() - _ = yym3359 + yyv3363 := &x.Items + yym3364 := z.DecBinary() + _ = yym3364 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv3358), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv3363), d) } } for { - yyj3353++ - if yyhl3353 { - yyb3353 = yyj3353 > l + yyj3358++ + if yyhl3358 { + yyb3358 = yyj3358 > l } else { - yyb3353 = r.CheckBreak() + yyb3358 = r.CheckBreak() } - if yyb3353 { + if yyb3358 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3353-1, "") + z.DecStructFieldNotFound(yyj3358-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41623,38 +41678,38 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3360 := z.EncBinary() - _ = yym3360 + yym3365 := z.EncBinary() + _ = yym3365 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3361 := !z.EncBinary() - yy2arr3361 := z.EncBasicHandle().StructToArray - var yyq3361 [1]bool - _, _, _ = yysep3361, yyq3361, yy2arr3361 - const yyr3361 bool = false - yyq3361[0] = len(x.Items) != 0 - var yynn3361 int - if yyr3361 || yy2arr3361 { + yysep3366 := !z.EncBinary() + yy2arr3366 := z.EncBasicHandle().StructToArray + var yyq3366 [1]bool + _, _, _ = yysep3366, yyq3366, yy2arr3366 + const yyr3366 bool = false + yyq3366[0] = len(x.Items) != 0 + var yynn3366 int + if yyr3366 || yy2arr3366 { r.EncodeArrayStart(1) } else { - yynn3361 = 0 - for _, b := range yyq3361 { + yynn3366 = 0 + for _, b := range yyq3366 { if b { - yynn3361++ + yynn3366++ } } - r.EncodeMapStart(yynn3361) - yynn3361 = 0 + r.EncodeMapStart(yynn3366) + yynn3366 = 0 } - if yyr3361 || yy2arr3361 { + if yyr3366 || yy2arr3366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3361[0] { + if yyq3366[0] { if x.Items == nil { r.EncodeNil() } else { - yym3363 := z.EncBinary() - _ = yym3363 + yym3368 := z.EncBinary() + _ = yym3368 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -41664,15 +41719,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3361[0] { + if yyq3366[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym3364 := z.EncBinary() - _ = yym3364 + yym3369 := z.EncBinary() + _ = yym3369 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -41680,7 +41735,7 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3361 || yy2arr3361 { + if yyr3366 || yy2arr3366 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41693,25 +41748,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3365 := z.DecBinary() - _ = yym3365 + yym3370 := z.DecBinary() + _ = yym3370 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3366 := r.ContainerType() - if yyct3366 == codecSelferValueTypeMap1234 { - yyl3366 := r.ReadMapStart() - if yyl3366 == 0 { + yyct3371 := r.ContainerType() + if yyct3371 == codecSelferValueTypeMap1234 { + yyl3371 := r.ReadMapStart() + if yyl3371 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3366, d) + x.codecDecodeSelfFromMap(yyl3371, d) } - } else if yyct3366 == codecSelferValueTypeArray1234 { - yyl3366 := r.ReadArrayStart() - if yyl3366 == 0 { + } else if yyct3371 == codecSelferValueTypeArray1234 { + yyl3371 := r.ReadArrayStart() + if yyl3371 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3366, d) + x.codecDecodeSelfFromArray(yyl3371, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41723,12 +41778,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3367Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3367Slc - var yyhl3367 bool = l >= 0 - for yyj3367 := 0; ; yyj3367++ { - if yyhl3367 { - if yyj3367 >= l { + var yys3372Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3372Slc + var yyhl3372 bool = l >= 0 + for yyj3372 := 0; ; yyj3372++ { + if yyhl3372 { + if yyj3372 >= l { break } } else { @@ -41737,26 +41792,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3367Slc = r.DecodeBytes(yys3367Slc, true, true) - yys3367 := string(yys3367Slc) + yys3372Slc = r.DecodeBytes(yys3372Slc, true, true) + yys3372 := string(yys3372Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3367 { + switch yys3372 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3368 := &x.Items - yym3369 := z.DecBinary() - _ = yym3369 + yyv3373 := &x.Items + yym3374 := z.DecBinary() + _ = yym3374 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3368), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3373), d) } } default: - z.DecStructFieldNotFound(-1, yys3367) - } // end switch yys3367 - } // end for yyj3367 + z.DecStructFieldNotFound(-1, yys3372) + } // end switch yys3372 + } // end for yyj3372 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41764,16 +41819,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3370 int - var yyb3370 bool - var yyhl3370 bool = l >= 0 - yyj3370++ - if yyhl3370 { - yyb3370 = yyj3370 > l + var yyj3375 int + var yyb3375 bool + var yyhl3375 bool = l >= 0 + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l } else { - yyb3370 = r.CheckBreak() + yyb3375 = r.CheckBreak() } - if yyb3370 { + if yyb3375 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41781,26 +41836,26 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3371 := &x.Items - yym3372 := z.DecBinary() - _ = yym3372 + yyv3376 := &x.Items + yym3377 := z.DecBinary() + _ = yym3377 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3371), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv3376), d) } } for { - yyj3370++ - if yyhl3370 { - yyb3370 = yyj3370 > l + yyj3375++ + if yyhl3375 { + yyb3375 = yyj3375 > l } else { - yyb3370 = r.CheckBreak() + yyb3375 = r.CheckBreak() } - if yyb3370 { + if yyb3375 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3370-1, "") + z.DecStructFieldNotFound(yyj3375-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41812,33 +41867,33 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3373 := z.EncBinary() - _ = yym3373 + yym3378 := z.EncBinary() + _ = yym3378 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3374 := !z.EncBinary() - yy2arr3374 := z.EncBasicHandle().StructToArray - var yyq3374 [2]bool - _, _, _ = yysep3374, yyq3374, yy2arr3374 - const yyr3374 bool = false - var yynn3374 int - if yyr3374 || yy2arr3374 { + yysep3379 := !z.EncBinary() + yy2arr3379 := z.EncBasicHandle().StructToArray + var yyq3379 [2]bool + _, _, _ = yysep3379, yyq3379, yy2arr3379 + const yyr3379 bool = false + var yynn3379 int + if yyr3379 || yy2arr3379 { r.EncodeArrayStart(2) } else { - yynn3374 = 2 - for _, b := range yyq3374 { + yynn3379 = 2 + for _, b := range yyq3379 { if b { - yynn3374++ + yynn3379++ } } - r.EncodeMapStart(yynn3374) - yynn3374 = 0 + r.EncodeMapStart(yynn3379) + yynn3379 = 0 } - if yyr3374 || yy2arr3374 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3376 := z.EncBinary() - _ = yym3376 + yym3381 := z.EncBinary() + _ = yym3381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -41847,25 +41902,25 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3377 := z.EncBinary() - _ = yym3377 + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3374 || yy2arr3374 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3379 := &x.FieldRef - yy3379.CodecEncodeSelf(e) + yy3384 := &x.FieldRef + yy3384.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3380 := &x.FieldRef - yy3380.CodecEncodeSelf(e) + yy3385 := &x.FieldRef + yy3385.CodecEncodeSelf(e) } - if yyr3374 || yy2arr3374 { + if yyr3379 || yy2arr3379 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41878,25 +41933,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3381 := z.DecBinary() - _ = yym3381 + yym3386 := z.DecBinary() + _ = yym3386 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3382 := r.ContainerType() - if yyct3382 == codecSelferValueTypeMap1234 { - yyl3382 := r.ReadMapStart() - if yyl3382 == 0 { + yyct3387 := r.ContainerType() + if yyct3387 == codecSelferValueTypeMap1234 { + yyl3387 := r.ReadMapStart() + if yyl3387 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3382, d) + x.codecDecodeSelfFromMap(yyl3387, d) } - } else if yyct3382 == codecSelferValueTypeArray1234 { - yyl3382 := r.ReadArrayStart() - if yyl3382 == 0 { + } else if yyct3387 == codecSelferValueTypeArray1234 { + yyl3387 := r.ReadArrayStart() + if yyl3387 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3382, d) + x.codecDecodeSelfFromArray(yyl3387, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41908,12 +41963,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3383Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3383Slc - var yyhl3383 bool = l >= 0 - for yyj3383 := 0; ; yyj3383++ { - if yyhl3383 { - if yyj3383 >= l { + var yys3388Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3388Slc + var yyhl3388 bool = l >= 0 + for yyj3388 := 0; ; yyj3388++ { + if yyhl3388 { + if yyj3388 >= l { break } } else { @@ -41922,10 +41977,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3383Slc = r.DecodeBytes(yys3383Slc, true, true) - yys3383 := string(yys3383Slc) + yys3388Slc = r.DecodeBytes(yys3388Slc, true, true) + yys3388 := string(yys3388Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3383 { + switch yys3388 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -41936,13 +41991,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv3385 := &x.FieldRef - yyv3385.CodecDecodeSelf(d) + yyv3390 := &x.FieldRef + yyv3390.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3383) - } // end switch yys3383 - } // end for yyj3383 + z.DecStructFieldNotFound(-1, yys3388) + } // end switch yys3388 + } // end for yyj3388 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41950,16 +42005,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3386 int - var yyb3386 bool - var yyhl3386 bool = l >= 0 - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + var yyj3391 int + var yyb3391 bool + var yyhl3391 bool = l >= 0 + yyj3391++ + if yyhl3391 { + yyb3391 = yyj3391 > l } else { - yyb3386 = r.CheckBreak() + yyb3391 = r.CheckBreak() } - if yyb3386 { + if yyb3391 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41969,13 +42024,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3391++ + if yyhl3391 { + yyb3391 = yyj3391 > l } else { - yyb3386 = r.CheckBreak() + yyb3391 = r.CheckBreak() } - if yyb3386 { + if yyb3391 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41983,21 +42038,21 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.FieldRef = ObjectFieldSelector{} } else { - yyv3388 := &x.FieldRef - yyv3388.CodecDecodeSelf(d) + yyv3393 := &x.FieldRef + yyv3393.CodecDecodeSelf(d) } for { - yyj3386++ - if yyhl3386 { - yyb3386 = yyj3386 > l + yyj3391++ + if yyhl3391 { + yyb3391 = yyj3391 > l } else { - yyb3386 = r.CheckBreak() + yyb3391 = r.CheckBreak() } - if yyb3386 { + if yyb3391 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3386-1, "") + z.DecStructFieldNotFound(yyj3391-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42009,37 +42064,37 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3389 := z.EncBinary() - _ = yym3389 + yym3394 := z.EncBinary() + _ = yym3394 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3390 := !z.EncBinary() - yy2arr3390 := z.EncBasicHandle().StructToArray - var yyq3390 [5]bool - _, _, _ = yysep3390, yyq3390, yy2arr3390 - const yyr3390 bool = false - yyq3390[0] = x.Capabilities != nil - yyq3390[1] = x.Privileged != nil - yyq3390[2] = x.SELinuxOptions != nil - yyq3390[3] = x.RunAsUser != nil - yyq3390[4] = x.RunAsNonRoot != nil - var yynn3390 int - if yyr3390 || yy2arr3390 { + yysep3395 := !z.EncBinary() + yy2arr3395 := z.EncBasicHandle().StructToArray + var yyq3395 [5]bool + _, _, _ = yysep3395, yyq3395, yy2arr3395 + const yyr3395 bool = false + yyq3395[0] = x.Capabilities != nil + yyq3395[1] = x.Privileged != nil + yyq3395[2] = x.SELinuxOptions != nil + yyq3395[3] = x.RunAsUser != nil + yyq3395[4] = x.RunAsNonRoot != nil + var yynn3395 int + if yyr3395 || yy2arr3395 { r.EncodeArrayStart(5) } else { - yynn3390 = 0 - for _, b := range yyq3390 { + yynn3395 = 0 + for _, b := range yyq3395 { if b { - yynn3390++ + yynn3395++ } } - r.EncodeMapStart(yynn3390) - yynn3390 = 0 + r.EncodeMapStart(yynn3395) + yynn3395 = 0 } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3390[0] { + if yyq3395[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -42049,7 +42104,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3390[0] { + if yyq3395[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -42060,44 +42115,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3390[1] { + if yyq3395[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy3393 := *x.Privileged - yym3394 := z.EncBinary() - _ = yym3394 + yy3398 := *x.Privileged + yym3399 := z.EncBinary() + _ = yym3399 if false { } else { - r.EncodeBool(bool(yy3393)) + r.EncodeBool(bool(yy3398)) } } } else { r.EncodeNil() } } else { - if yyq3390[1] { + if yyq3395[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy3395 := *x.Privileged - yym3396 := z.EncBinary() - _ = yym3396 + yy3400 := *x.Privileged + yym3401 := z.EncBinary() + _ = yym3401 if false { } else { - r.EncodeBool(bool(yy3395)) + r.EncodeBool(bool(yy3400)) } } } } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3390[2] { + if yyq3395[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -42107,7 +42162,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3390[2] { + if yyq3395[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -42118,77 +42173,77 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3390[3] { + if yyq3395[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy3399 := *x.RunAsUser - yym3400 := z.EncBinary() - _ = yym3400 + yy3404 := *x.RunAsUser + yym3405 := z.EncBinary() + _ = yym3405 if false { } else { - r.EncodeInt(int64(yy3399)) + r.EncodeInt(int64(yy3404)) } } } else { r.EncodeNil() } } else { - if yyq3390[3] { + if yyq3395[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy3401 := *x.RunAsUser - yym3402 := z.EncBinary() - _ = yym3402 + yy3406 := *x.RunAsUser + yym3407 := z.EncBinary() + _ = yym3407 if false { } else { - r.EncodeInt(int64(yy3401)) + r.EncodeInt(int64(yy3406)) } } } } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3390[4] { + if yyq3395[4] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3404 := *x.RunAsNonRoot - yym3405 := z.EncBinary() - _ = yym3405 + yy3409 := *x.RunAsNonRoot + yym3410 := z.EncBinary() + _ = yym3410 if false { } else { - r.EncodeBool(bool(yy3404)) + r.EncodeBool(bool(yy3409)) } } } else { r.EncodeNil() } } else { - if yyq3390[4] { + if yyq3395[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy3406 := *x.RunAsNonRoot - yym3407 := z.EncBinary() - _ = yym3407 + yy3411 := *x.RunAsNonRoot + yym3412 := z.EncBinary() + _ = yym3412 if false { } else { - r.EncodeBool(bool(yy3406)) + r.EncodeBool(bool(yy3411)) } } } } - if yyr3390 || yy2arr3390 { + if yyr3395 || yy2arr3395 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42201,25 +42256,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3408 := z.DecBinary() - _ = yym3408 + yym3413 := z.DecBinary() + _ = yym3413 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3409 := r.ContainerType() - if yyct3409 == codecSelferValueTypeMap1234 { - yyl3409 := r.ReadMapStart() - if yyl3409 == 0 { + yyct3414 := r.ContainerType() + if yyct3414 == codecSelferValueTypeMap1234 { + yyl3414 := r.ReadMapStart() + if yyl3414 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3409, d) + x.codecDecodeSelfFromMap(yyl3414, d) } - } else if yyct3409 == codecSelferValueTypeArray1234 { - yyl3409 := r.ReadArrayStart() - if yyl3409 == 0 { + } else if yyct3414 == codecSelferValueTypeArray1234 { + yyl3414 := r.ReadArrayStart() + if yyl3414 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3409, d) + x.codecDecodeSelfFromArray(yyl3414, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42231,12 +42286,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3410Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3410Slc - var yyhl3410 bool = l >= 0 - for yyj3410 := 0; ; yyj3410++ { - if yyhl3410 { - if yyj3410 >= l { + var yys3415Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3415Slc + var yyhl3415 bool = l >= 0 + for yyj3415 := 0; ; yyj3415++ { + if yyhl3415 { + if yyj3415 >= l { break } } else { @@ -42245,10 +42300,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3410Slc = r.DecodeBytes(yys3410Slc, true, true) - yys3410 := string(yys3410Slc) + yys3415Slc = r.DecodeBytes(yys3415Slc, true, true) + yys3415 := string(yys3415Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3410 { + switch yys3415 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -42269,8 +42324,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym3413 := z.DecBinary() - _ = yym3413 + yym3418 := z.DecBinary() + _ = yym3418 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -42296,8 +42351,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3416 := z.DecBinary() - _ = yym3416 + yym3421 := z.DecBinary() + _ = yym3421 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -42312,17 +42367,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3418 := z.DecBinary() - _ = yym3418 + yym3423 := z.DecBinary() + _ = yym3423 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3410) - } // end switch yys3410 - } // end for yyj3410 + z.DecStructFieldNotFound(-1, yys3415) + } // end switch yys3415 + } // end for yyj3415 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42330,16 +42385,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3419 int - var yyb3419 bool - var yyhl3419 bool = l >= 0 - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + var yyj3424 int + var yyb3424 bool + var yyhl3424 bool = l >= 0 + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42354,13 +42409,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42373,20 +42428,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym3422 := z.DecBinary() - _ = yym3422 + yym3427 := z.DecBinary() + _ = yym3427 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42401,13 +42456,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42420,20 +42475,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym3425 := z.DecBinary() - _ = yym3425 + yym3430 := z.DecBinary() + _ = yym3430 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42446,25 +42501,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym3427 := z.DecBinary() - _ = yym3427 + yym3432 := z.DecBinary() + _ = yym3432 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } for { - yyj3419++ - if yyhl3419 { - yyb3419 = yyj3419 > l + yyj3424++ + if yyhl3424 { + yyb3424 = yyj3424 > l } else { - yyb3419 = r.CheckBreak() + yyb3424 = r.CheckBreak() } - if yyb3419 { + if yyb3424 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3419-1, "") + z.DecStructFieldNotFound(yyj3424-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42476,38 +42531,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3428 := z.EncBinary() - _ = yym3428 + yym3433 := z.EncBinary() + _ = yym3433 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3429 := !z.EncBinary() - yy2arr3429 := z.EncBasicHandle().StructToArray - var yyq3429 [4]bool - _, _, _ = yysep3429, yyq3429, yy2arr3429 - const yyr3429 bool = false - yyq3429[0] = x.User != "" - yyq3429[1] = x.Role != "" - yyq3429[2] = x.Type != "" - yyq3429[3] = x.Level != "" - var yynn3429 int - if yyr3429 || yy2arr3429 { + yysep3434 := !z.EncBinary() + yy2arr3434 := z.EncBasicHandle().StructToArray + var yyq3434 [4]bool + _, _, _ = yysep3434, yyq3434, yy2arr3434 + const yyr3434 bool = false + yyq3434[0] = x.User != "" + yyq3434[1] = x.Role != "" + yyq3434[2] = x.Type != "" + yyq3434[3] = x.Level != "" + var yynn3434 int + if yyr3434 || yy2arr3434 { r.EncodeArrayStart(4) } else { - yynn3429 = 0 - for _, b := range yyq3429 { + yynn3434 = 0 + for _, b := range yyq3434 { if b { - yynn3429++ + yynn3434++ } } - r.EncodeMapStart(yynn3429) - yynn3429 = 0 + r.EncodeMapStart(yynn3434) + yynn3434 = 0 } - if yyr3429 || yy2arr3429 { + if yyr3434 || yy2arr3434 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[0] { - yym3431 := z.EncBinary() - _ = yym3431 + if yyq3434[0] { + yym3436 := z.EncBinary() + _ = yym3436 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -42516,74 +42571,74 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[0] { + if yyq3434[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3432 := z.EncBinary() - _ = yym3432 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr3429 || yy2arr3429 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[1] { - yym3434 := z.EncBinary() - _ = yym3434 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3429[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3435 := z.EncBinary() - _ = yym3435 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr3429 || yy2arr3429 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[2] { yym3437 := z.EncBinary() _ = yym3437 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr3434 || yy2arr3434 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3434[1] { + yym3439 := z.EncBinary() + _ = yym3439 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[2] { + if yyq3434[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) + r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3438 := z.EncBinary() - _ = yym3438 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr3429 || yy2arr3429 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3429[3] { yym3440 := z.EncBinary() _ = yym3440 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr3434 || yy2arr3434 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3434[2] { + yym3442 := z.EncBinary() + _ = yym3442 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3434[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3443 := z.EncBinary() + _ = yym3443 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr3434 || yy2arr3434 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3434[3] { + yym3445 := z.EncBinary() + _ = yym3445 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } @@ -42591,19 +42646,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3429[3] { + if yyq3434[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3441 := z.EncBinary() - _ = yym3441 + yym3446 := z.EncBinary() + _ = yym3446 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr3429 || yy2arr3429 { + if yyr3434 || yy2arr3434 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42616,25 +42671,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3442 := z.DecBinary() - _ = yym3442 + yym3447 := z.DecBinary() + _ = yym3447 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3443 := r.ContainerType() - if yyct3443 == codecSelferValueTypeMap1234 { - yyl3443 := r.ReadMapStart() - if yyl3443 == 0 { + yyct3448 := r.ContainerType() + if yyct3448 == codecSelferValueTypeMap1234 { + yyl3448 := r.ReadMapStart() + if yyl3448 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3443, d) + x.codecDecodeSelfFromMap(yyl3448, d) } - } else if yyct3443 == codecSelferValueTypeArray1234 { - yyl3443 := r.ReadArrayStart() - if yyl3443 == 0 { + } else if yyct3448 == codecSelferValueTypeArray1234 { + yyl3448 := r.ReadArrayStart() + if yyl3448 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3443, d) + x.codecDecodeSelfFromArray(yyl3448, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42646,12 +42701,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3444Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3444Slc - var yyhl3444 bool = l >= 0 - for yyj3444 := 0; ; yyj3444++ { - if yyhl3444 { - if yyj3444 >= l { + var yys3449Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3449Slc + var yyhl3449 bool = l >= 0 + for yyj3449 := 0; ; yyj3449++ { + if yyhl3449 { + if yyj3449 >= l { break } } else { @@ -42660,10 +42715,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3444Slc = r.DecodeBytes(yys3444Slc, true, true) - yys3444 := string(yys3444Slc) + yys3449Slc = r.DecodeBytes(yys3449Slc, true, true) + yys3449 := string(yys3449Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3444 { + switch yys3449 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -42689,9 +42744,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3444) - } // end switch yys3444 - } // end for yyj3444 + z.DecStructFieldNotFound(-1, yys3449) + } // end switch yys3449 + } // end for yyj3449 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42699,16 +42754,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3449 int - var yyb3449 bool - var yyhl3449 bool = l >= 0 - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + var yyj3454 int + var yyb3454 bool + var yyhl3454 bool = l >= 0 + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3449 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3449 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42718,13 +42773,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3449 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3449 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42734,13 +42789,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3449 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3449 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42750,13 +42805,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3449 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3449 { + if yyb3454 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42767,17 +42822,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj3449++ - if yyhl3449 { - yyb3449 = yyj3449 > l + yyj3454++ + if yyhl3454 { + yyb3454 = yyj3454 > l } else { - yyb3449 = r.CheckBreak() + yyb3454 = r.CheckBreak() } - if yyb3449 { + if yyb3454 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3449-1, "") + z.DecStructFieldNotFound(yyj3454-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42789,37 +42844,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3454 := z.EncBinary() - _ = yym3454 + yym3459 := z.EncBinary() + _ = yym3459 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3455 := !z.EncBinary() - yy2arr3455 := z.EncBasicHandle().StructToArray - var yyq3455 [5]bool - _, _, _ = yysep3455, yyq3455, yy2arr3455 - const yyr3455 bool = false - yyq3455[0] = x.Kind != "" - yyq3455[1] = x.APIVersion != "" - yyq3455[2] = true - var yynn3455 int - if yyr3455 || yy2arr3455 { + yysep3460 := !z.EncBinary() + yy2arr3460 := z.EncBasicHandle().StructToArray + var yyq3460 [5]bool + _, _, _ = yysep3460, yyq3460, yy2arr3460 + const yyr3460 bool = false + yyq3460[0] = x.Kind != "" + yyq3460[1] = x.APIVersion != "" + yyq3460[2] = true + var yynn3460 int + if yyr3460 || yy2arr3460 { r.EncodeArrayStart(5) } else { - yynn3455 = 2 - for _, b := range yyq3455 { + yynn3460 = 2 + for _, b := range yyq3460 { if b { - yynn3455++ + yynn3460++ } } - r.EncodeMapStart(yynn3455) - yynn3455 = 0 + r.EncodeMapStart(yynn3460) + yynn3460 = 0 } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[0] { - yym3457 := z.EncBinary() - _ = yym3457 + if yyq3460[0] { + yym3462 := z.EncBinary() + _ = yym3462 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42828,23 +42883,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[0] { + if yyq3460[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3458 := z.EncBinary() - _ = yym3458 + yym3463 := z.EncBinary() + _ = yym3463 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[1] { - yym3460 := z.EncBinary() - _ = yym3460 + if yyq3460[1] { + yym3465 := z.EncBinary() + _ = yym3465 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42853,39 +42908,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3455[1] { + if yyq3460[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3461 := z.EncBinary() - _ = yym3461 + yym3466 := z.EncBinary() + _ = yym3466 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3455[2] { - yy3463 := &x.ObjectMeta - yy3463.CodecEncodeSelf(e) + if yyq3460[2] { + yy3468 := &x.ObjectMeta + yy3468.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3455[2] { + if yyq3460[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3464 := &x.ObjectMeta - yy3464.CodecEncodeSelf(e) + yy3469 := &x.ObjectMeta + yy3469.CodecEncodeSelf(e) } } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3466 := z.EncBinary() - _ = yym3466 + yym3471 := z.EncBinary() + _ = yym3471 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -42894,20 +42949,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3467 := z.EncBinary() - _ = yym3467 + yym3472 := z.EncBinary() + _ = yym3472 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym3469 := z.EncBinary() - _ = yym3469 + yym3474 := z.EncBinary() + _ = yym3474 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -42920,15 +42975,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym3470 := z.EncBinary() - _ = yym3470 + yym3475 := z.EncBinary() + _ = yym3475 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr3455 || yy2arr3455 { + if yyr3460 || yy2arr3460 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42941,25 +42996,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3471 := z.DecBinary() - _ = yym3471 + yym3476 := z.DecBinary() + _ = yym3476 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3472 := r.ContainerType() - if yyct3472 == codecSelferValueTypeMap1234 { - yyl3472 := r.ReadMapStart() - if yyl3472 == 0 { + yyct3477 := r.ContainerType() + if yyct3477 == codecSelferValueTypeMap1234 { + yyl3477 := r.ReadMapStart() + if yyl3477 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3472, d) + x.codecDecodeSelfFromMap(yyl3477, d) } - } else if yyct3472 == codecSelferValueTypeArray1234 { - yyl3472 := r.ReadArrayStart() - if yyl3472 == 0 { + } else if yyct3477 == codecSelferValueTypeArray1234 { + yyl3477 := r.ReadArrayStart() + if yyl3477 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3472, d) + x.codecDecodeSelfFromArray(yyl3477, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42971,12 +43026,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3473Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3473Slc - var yyhl3473 bool = l >= 0 - for yyj3473 := 0; ; yyj3473++ { - if yyhl3473 { - if yyj3473 >= l { + var yys3478Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3478Slc + var yyhl3478 bool = l >= 0 + for yyj3478 := 0; ; yyj3478++ { + if yyhl3478 { + if yyj3478 >= l { break } } else { @@ -42985,10 +43040,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3473Slc = r.DecodeBytes(yys3473Slc, true, true) - yys3473 := string(yys3473Slc) + yys3478Slc = r.DecodeBytes(yys3478Slc, true, true) + yys3478 := string(yys3478Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3473 { + switch yys3478 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43005,8 +43060,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3476 := &x.ObjectMeta - yyv3476.CodecDecodeSelf(d) + yyv3481 := &x.ObjectMeta + yyv3481.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -43018,18 +43073,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3478 := &x.Data - yym3479 := z.DecBinary() - _ = yym3479 + yyv3483 := &x.Data + yym3484 := z.DecBinary() + _ = yym3484 if false { } else { - *yyv3478 = r.DecodeBytes(*(*[]byte)(yyv3478), false, false) + *yyv3483 = r.DecodeBytes(*(*[]byte)(yyv3483), false, false) } } default: - z.DecStructFieldNotFound(-1, yys3473) - } // end switch yys3473 - } // end for yyj3473 + z.DecStructFieldNotFound(-1, yys3478) + } // end switch yys3478 + } // end for yyj3478 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43037,16 +43092,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3480 int - var yyb3480 bool - var yyhl3480 bool = l >= 0 - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + var yyj3485 int + var yyb3485 bool + var yyhl3485 bool = l >= 0 + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43056,13 +43111,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43072,13 +43127,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43086,16 +43141,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3483 := &x.ObjectMeta - yyv3483.CodecDecodeSelf(d) + yyv3488 := &x.ObjectMeta + yyv3488.CodecDecodeSelf(d) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43105,13 +43160,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43119,26 +43174,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv3485 := &x.Data - yym3486 := z.DecBinary() - _ = yym3486 + yyv3490 := &x.Data + yym3491 := z.DecBinary() + _ = yym3491 if false { } else { - *yyv3485 = r.DecodeBytes(*(*[]byte)(yyv3485), false, false) + *yyv3490 = r.DecodeBytes(*(*[]byte)(yyv3490), false, false) } } for { - yyj3480++ - if yyhl3480 { - yyb3480 = yyj3480 > l + yyj3485++ + if yyhl3485 { + yyb3485 = yyj3485 > l } else { - yyb3480 = r.CheckBreak() + yyb3485 = r.CheckBreak() } - if yyb3480 { + if yyb3485 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3480-1, "") + z.DecStructFieldNotFound(yyj3485-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43148,9 +43203,9 @@ func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolume z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3487 := range v { + for _, yyv3492 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3487.CodecEncodeSelf(e) + yyv3492.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43160,75 +43215,75 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3488 := *v - yyh3488, yyl3488 := z.DecSliceHelperStart() - var yyc3488 bool - if yyl3488 == 0 { - if yyv3488 == nil { - yyv3488 = []PersistentVolumeAccessMode{} - yyc3488 = true - } else if len(yyv3488) != 0 { - yyv3488 = yyv3488[:0] - yyc3488 = true + yyv3493 := *v + yyh3493, yyl3493 := z.DecSliceHelperStart() + var yyc3493 bool + if yyl3493 == 0 { + if yyv3493 == nil { + yyv3493 = []PersistentVolumeAccessMode{} + yyc3493 = true + } else if len(yyv3493) != 0 { + yyv3493 = yyv3493[:0] + yyc3493 = true } - } else if yyl3488 > 0 { - var yyrr3488, yyrl3488 int - var yyrt3488 bool - if yyl3488 > cap(yyv3488) { + } else if yyl3493 > 0 { + var yyrr3493, yyrl3493 int + var yyrt3493 bool + if yyl3493 > cap(yyv3493) { - yyrl3488, yyrt3488 = z.DecInferLen(yyl3488, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3488 { - if yyrl3488 <= cap(yyv3488) { - yyv3488 = yyv3488[:yyrl3488] + yyrl3493, yyrt3493 = z.DecInferLen(yyl3493, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3493 { + if yyrl3493 <= cap(yyv3493) { + yyv3493 = yyv3493[:yyrl3493] } else { - yyv3488 = make([]PersistentVolumeAccessMode, yyrl3488) + yyv3493 = make([]PersistentVolumeAccessMode, yyrl3493) } } else { - yyv3488 = make([]PersistentVolumeAccessMode, yyrl3488) + yyv3493 = make([]PersistentVolumeAccessMode, yyrl3493) } - yyc3488 = true - yyrr3488 = len(yyv3488) - } else if yyl3488 != len(yyv3488) { - yyv3488 = yyv3488[:yyl3488] - yyc3488 = true + yyc3493 = true + yyrr3493 = len(yyv3493) + } else if yyl3493 != len(yyv3493) { + yyv3493 = yyv3493[:yyl3493] + yyc3493 = true } - yyj3488 := 0 - for ; yyj3488 < yyrr3488; yyj3488++ { - yyh3488.ElemContainerState(yyj3488) + yyj3493 := 0 + for ; yyj3493 < yyrr3493; yyj3493++ { + yyh3493.ElemContainerState(yyj3493) if r.TryDecodeAsNil() { - yyv3488[yyj3488] = "" + yyv3493[yyj3493] = "" } else { - yyv3488[yyj3488] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3493[yyj3493] = PersistentVolumeAccessMode(r.DecodeString()) } } - if yyrt3488 { - for ; yyj3488 < yyl3488; yyj3488++ { - yyv3488 = append(yyv3488, "") - yyh3488.ElemContainerState(yyj3488) + if yyrt3493 { + for ; yyj3493 < yyl3493; yyj3493++ { + yyv3493 = append(yyv3493, "") + yyh3493.ElemContainerState(yyj3493) if r.TryDecodeAsNil() { - yyv3488[yyj3488] = "" + yyv3493[yyj3493] = "" } else { - yyv3488[yyj3488] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3493[yyj3493] = PersistentVolumeAccessMode(r.DecodeString()) } } } } else { - yyj3488 := 0 - for ; !r.CheckBreak(); yyj3488++ { + yyj3493 := 0 + for ; !r.CheckBreak(); yyj3493++ { - if yyj3488 >= len(yyv3488) { - yyv3488 = append(yyv3488, "") // var yyz3488 PersistentVolumeAccessMode - yyc3488 = true + if yyj3493 >= len(yyv3493) { + yyv3493 = append(yyv3493, "") // var yyz3493 PersistentVolumeAccessMode + yyc3493 = true } - yyh3488.ElemContainerState(yyj3488) - if yyj3488 < len(yyv3488) { + yyh3493.ElemContainerState(yyj3493) + if yyj3493 < len(yyv3493) { if r.TryDecodeAsNil() { - yyv3488[yyj3488] = "" + yyv3493[yyj3493] = "" } else { - yyv3488[yyj3488] = PersistentVolumeAccessMode(r.DecodeString()) + yyv3493[yyj3493] = PersistentVolumeAccessMode(r.DecodeString()) } } else { @@ -43236,17 +43291,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } - if yyj3488 < len(yyv3488) { - yyv3488 = yyv3488[:yyj3488] - yyc3488 = true - } else if yyj3488 == 0 && yyv3488 == nil { - yyv3488 = []PersistentVolumeAccessMode{} - yyc3488 = true + if yyj3493 < len(yyv3493) { + yyv3493 = yyv3493[:yyj3493] + yyc3493 = true + } else if yyj3493 == 0 && yyv3493 == nil { + yyv3493 = []PersistentVolumeAccessMode{} + yyc3493 = true } } - yyh3488.End() - if yyc3488 { - *v = yyv3488 + yyh3493.End() + if yyc3493 { + *v = yyv3493 } } @@ -43255,10 +43310,10 @@ func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3492 := range v { + for _, yyv3497 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3493 := &yyv3492 - yy3493.CodecEncodeSelf(e) + yy3498 := &yyv3497 + yy3498.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43268,83 +43323,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3494 := *v - yyh3494, yyl3494 := z.DecSliceHelperStart() - var yyc3494 bool - if yyl3494 == 0 { - if yyv3494 == nil { - yyv3494 = []PersistentVolume{} - yyc3494 = true - } else if len(yyv3494) != 0 { - yyv3494 = yyv3494[:0] - yyc3494 = true + yyv3499 := *v + yyh3499, yyl3499 := z.DecSliceHelperStart() + var yyc3499 bool + if yyl3499 == 0 { + if yyv3499 == nil { + yyv3499 = []PersistentVolume{} + yyc3499 = true + } else if len(yyv3499) != 0 { + yyv3499 = yyv3499[:0] + yyc3499 = true } - } else if yyl3494 > 0 { - var yyrr3494, yyrl3494 int - var yyrt3494 bool - if yyl3494 > cap(yyv3494) { + } else if yyl3499 > 0 { + var yyrr3499, yyrl3499 int + var yyrt3499 bool + if yyl3499 > cap(yyv3499) { - yyrg3494 := len(yyv3494) > 0 - yyv23494 := yyv3494 - yyrl3494, yyrt3494 = z.DecInferLen(yyl3494, z.DecBasicHandle().MaxInitLen, 384) - if yyrt3494 { - if yyrl3494 <= cap(yyv3494) { - yyv3494 = yyv3494[:yyrl3494] + yyrg3499 := len(yyv3499) > 0 + yyv23499 := yyv3499 + yyrl3499, yyrt3499 = z.DecInferLen(yyl3499, z.DecBasicHandle().MaxInitLen, 384) + if yyrt3499 { + if yyrl3499 <= cap(yyv3499) { + yyv3499 = yyv3499[:yyrl3499] } else { - yyv3494 = make([]PersistentVolume, yyrl3494) + yyv3499 = make([]PersistentVolume, yyrl3499) } } else { - yyv3494 = make([]PersistentVolume, yyrl3494) + yyv3499 = make([]PersistentVolume, yyrl3499) } - yyc3494 = true - yyrr3494 = len(yyv3494) - if yyrg3494 { - copy(yyv3494, yyv23494) + yyc3499 = true + yyrr3499 = len(yyv3499) + if yyrg3499 { + copy(yyv3499, yyv23499) } - } else if yyl3494 != len(yyv3494) { - yyv3494 = yyv3494[:yyl3494] - yyc3494 = true + } else if yyl3499 != len(yyv3499) { + yyv3499 = yyv3499[:yyl3499] + yyc3499 = true } - yyj3494 := 0 - for ; yyj3494 < yyrr3494; yyj3494++ { - yyh3494.ElemContainerState(yyj3494) + yyj3499 := 0 + for ; yyj3499 < yyrr3499; yyj3499++ { + yyh3499.ElemContainerState(yyj3499) if r.TryDecodeAsNil() { - yyv3494[yyj3494] = PersistentVolume{} + yyv3499[yyj3499] = PersistentVolume{} } else { - yyv3495 := &yyv3494[yyj3494] - yyv3495.CodecDecodeSelf(d) + yyv3500 := &yyv3499[yyj3499] + yyv3500.CodecDecodeSelf(d) } } - if yyrt3494 { - for ; yyj3494 < yyl3494; yyj3494++ { - yyv3494 = append(yyv3494, PersistentVolume{}) - yyh3494.ElemContainerState(yyj3494) + if yyrt3499 { + for ; yyj3499 < yyl3499; yyj3499++ { + yyv3499 = append(yyv3499, PersistentVolume{}) + yyh3499.ElemContainerState(yyj3499) if r.TryDecodeAsNil() { - yyv3494[yyj3494] = PersistentVolume{} + yyv3499[yyj3499] = PersistentVolume{} } else { - yyv3496 := &yyv3494[yyj3494] - yyv3496.CodecDecodeSelf(d) + yyv3501 := &yyv3499[yyj3499] + yyv3501.CodecDecodeSelf(d) } } } } else { - yyj3494 := 0 - for ; !r.CheckBreak(); yyj3494++ { + yyj3499 := 0 + for ; !r.CheckBreak(); yyj3499++ { - if yyj3494 >= len(yyv3494) { - yyv3494 = append(yyv3494, PersistentVolume{}) // var yyz3494 PersistentVolume - yyc3494 = true + if yyj3499 >= len(yyv3499) { + yyv3499 = append(yyv3499, PersistentVolume{}) // var yyz3499 PersistentVolume + yyc3499 = true } - yyh3494.ElemContainerState(yyj3494) - if yyj3494 < len(yyv3494) { + yyh3499.ElemContainerState(yyj3499) + if yyj3499 < len(yyv3499) { if r.TryDecodeAsNil() { - yyv3494[yyj3494] = PersistentVolume{} + yyv3499[yyj3499] = PersistentVolume{} } else { - yyv3497 := &yyv3494[yyj3494] - yyv3497.CodecDecodeSelf(d) + yyv3502 := &yyv3499[yyj3499] + yyv3502.CodecDecodeSelf(d) } } else { @@ -43352,17 +43407,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj3494 < len(yyv3494) { - yyv3494 = yyv3494[:yyj3494] - yyc3494 = true - } else if yyj3494 == 0 && yyv3494 == nil { - yyv3494 = []PersistentVolume{} - yyc3494 = true + if yyj3499 < len(yyv3499) { + yyv3499 = yyv3499[:yyj3499] + yyc3499 = true + } else if yyj3499 == 0 && yyv3499 == nil { + yyv3499 = []PersistentVolume{} + yyc3499 = true } } - yyh3494.End() - if yyc3494 { - *v = yyv3494 + yyh3499.End() + if yyc3499 { + *v = yyv3499 } } @@ -43371,10 +43426,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3498 := range v { + for _, yyv3503 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3499 := &yyv3498 - yy3499.CodecEncodeSelf(e) + yy3504 := &yyv3503 + yy3504.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43384,127 +43439,12 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3500 := *v - yyh3500, yyl3500 := z.DecSliceHelperStart() - var yyc3500 bool - if yyl3500 == 0 { - if yyv3500 == nil { - yyv3500 = []PersistentVolumeClaim{} - yyc3500 = true - } else if len(yyv3500) != 0 { - yyv3500 = yyv3500[:0] - yyc3500 = true - } - } else if yyl3500 > 0 { - var yyrr3500, yyrl3500 int - var yyrt3500 bool - if yyl3500 > cap(yyv3500) { - - yyrg3500 := len(yyv3500) > 0 - yyv23500 := yyv3500 - yyrl3500, yyrt3500 = z.DecInferLen(yyl3500, z.DecBasicHandle().MaxInitLen, 296) - if yyrt3500 { - if yyrl3500 <= cap(yyv3500) { - yyv3500 = yyv3500[:yyrl3500] - } else { - yyv3500 = make([]PersistentVolumeClaim, yyrl3500) - } - } else { - yyv3500 = make([]PersistentVolumeClaim, yyrl3500) - } - yyc3500 = true - yyrr3500 = len(yyv3500) - if yyrg3500 { - copy(yyv3500, yyv23500) - } - } else if yyl3500 != len(yyv3500) { - yyv3500 = yyv3500[:yyl3500] - yyc3500 = true - } - yyj3500 := 0 - for ; yyj3500 < yyrr3500; yyj3500++ { - yyh3500.ElemContainerState(yyj3500) - if r.TryDecodeAsNil() { - yyv3500[yyj3500] = PersistentVolumeClaim{} - } else { - yyv3501 := &yyv3500[yyj3500] - yyv3501.CodecDecodeSelf(d) - } - - } - if yyrt3500 { - for ; yyj3500 < yyl3500; yyj3500++ { - yyv3500 = append(yyv3500, PersistentVolumeClaim{}) - yyh3500.ElemContainerState(yyj3500) - if r.TryDecodeAsNil() { - yyv3500[yyj3500] = PersistentVolumeClaim{} - } else { - yyv3502 := &yyv3500[yyj3500] - yyv3502.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3500 := 0 - for ; !r.CheckBreak(); yyj3500++ { - - if yyj3500 >= len(yyv3500) { - yyv3500 = append(yyv3500, PersistentVolumeClaim{}) // var yyz3500 PersistentVolumeClaim - yyc3500 = true - } - yyh3500.ElemContainerState(yyj3500) - if yyj3500 < len(yyv3500) { - if r.TryDecodeAsNil() { - yyv3500[yyj3500] = PersistentVolumeClaim{} - } else { - yyv3503 := &yyv3500[yyj3500] - yyv3503.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3500 < len(yyv3500) { - yyv3500 = yyv3500[:yyj3500] - yyc3500 = true - } else if yyj3500 == 0 && yyv3500 == nil { - yyv3500 = []PersistentVolumeClaim{} - yyc3500 = true - } - } - yyh3500.End() - if yyc3500 { - *v = yyv3500 - } -} - -func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv3504 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3504.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv3505 := *v yyh3505, yyl3505 := z.DecSliceHelperStart() var yyc3505 bool if yyl3505 == 0 { if yyv3505 == nil { - yyv3505 = []Capability{} + yyv3505 = []PersistentVolumeClaim{} yyc3505 = true } else if len(yyv3505) != 0 { yyv3505 = yyv3505[:0] @@ -43515,18 +43455,23 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode var yyrt3505 bool if yyl3505 > cap(yyv3505) { - yyrl3505, yyrt3505 = z.DecInferLen(yyl3505, z.DecBasicHandle().MaxInitLen, 16) + yyrg3505 := len(yyv3505) > 0 + yyv23505 := yyv3505 + yyrl3505, yyrt3505 = z.DecInferLen(yyl3505, z.DecBasicHandle().MaxInitLen, 296) if yyrt3505 { if yyrl3505 <= cap(yyv3505) { yyv3505 = yyv3505[:yyrl3505] } else { - yyv3505 = make([]Capability, yyrl3505) + yyv3505 = make([]PersistentVolumeClaim, yyrl3505) } } else { - yyv3505 = make([]Capability, yyrl3505) + yyv3505 = make([]PersistentVolumeClaim, yyrl3505) } yyc3505 = true yyrr3505 = len(yyv3505) + if yyrg3505 { + copy(yyv3505, yyv23505) + } } else if yyl3505 != len(yyv3505) { yyv3505 = yyv3505[:yyl3505] yyc3505 = true @@ -43535,20 +43480,22 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; yyj3505 < yyrr3505; yyj3505++ { yyh3505.ElemContainerState(yyj3505) if r.TryDecodeAsNil() { - yyv3505[yyj3505] = "" + yyv3505[yyj3505] = PersistentVolumeClaim{} } else { - yyv3505[yyj3505] = Capability(r.DecodeString()) + yyv3506 := &yyv3505[yyj3505] + yyv3506.CodecDecodeSelf(d) } } if yyrt3505 { for ; yyj3505 < yyl3505; yyj3505++ { - yyv3505 = append(yyv3505, "") + yyv3505 = append(yyv3505, PersistentVolumeClaim{}) yyh3505.ElemContainerState(yyj3505) if r.TryDecodeAsNil() { - yyv3505[yyj3505] = "" + yyv3505[yyj3505] = PersistentVolumeClaim{} } else { - yyv3505[yyj3505] = Capability(r.DecodeString()) + yyv3507 := &yyv3505[yyj3505] + yyv3507.CodecDecodeSelf(d) } } @@ -43559,15 +43506,16 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; !r.CheckBreak(); yyj3505++ { if yyj3505 >= len(yyv3505) { - yyv3505 = append(yyv3505, "") // var yyz3505 Capability + yyv3505 = append(yyv3505, PersistentVolumeClaim{}) // var yyz3505 PersistentVolumeClaim yyc3505 = true } yyh3505.ElemContainerState(yyj3505) if yyj3505 < len(yyv3505) { if r.TryDecodeAsNil() { - yyv3505[yyj3505] = "" + yyv3505[yyj3505] = PersistentVolumeClaim{} } else { - yyv3505[yyj3505] = Capability(r.DecodeString()) + yyv3508 := &yyv3505[yyj3505] + yyv3508.CodecDecodeSelf(d) } } else { @@ -43579,7 +43527,7 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode yyv3505 = yyv3505[:yyj3505] yyc3505 = true } else if yyj3505 == 0 && yyv3505 == nil { - yyv3505 = []Capability{} + yyv3505 = []PersistentVolumeClaim{} yyc3505 = true } } @@ -43589,15 +43537,122 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode } } -func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceCapability(v []Capability, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv3509 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3510 := &yyv3509 - yy3510.CodecEncodeSelf(e) + yyv3509.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv3510 := *v + yyh3510, yyl3510 := z.DecSliceHelperStart() + var yyc3510 bool + if yyl3510 == 0 { + if yyv3510 == nil { + yyv3510 = []Capability{} + yyc3510 = true + } else if len(yyv3510) != 0 { + yyv3510 = yyv3510[:0] + yyc3510 = true + } + } else if yyl3510 > 0 { + var yyrr3510, yyrl3510 int + var yyrt3510 bool + if yyl3510 > cap(yyv3510) { + + yyrl3510, yyrt3510 = z.DecInferLen(yyl3510, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3510 { + if yyrl3510 <= cap(yyv3510) { + yyv3510 = yyv3510[:yyrl3510] + } else { + yyv3510 = make([]Capability, yyrl3510) + } + } else { + yyv3510 = make([]Capability, yyrl3510) + } + yyc3510 = true + yyrr3510 = len(yyv3510) + } else if yyl3510 != len(yyv3510) { + yyv3510 = yyv3510[:yyl3510] + yyc3510 = true + } + yyj3510 := 0 + for ; yyj3510 < yyrr3510; yyj3510++ { + yyh3510.ElemContainerState(yyj3510) + if r.TryDecodeAsNil() { + yyv3510[yyj3510] = "" + } else { + yyv3510[yyj3510] = Capability(r.DecodeString()) + } + + } + if yyrt3510 { + for ; yyj3510 < yyl3510; yyj3510++ { + yyv3510 = append(yyv3510, "") + yyh3510.ElemContainerState(yyj3510) + if r.TryDecodeAsNil() { + yyv3510[yyj3510] = "" + } else { + yyv3510[yyj3510] = Capability(r.DecodeString()) + } + + } + } + + } else { + yyj3510 := 0 + for ; !r.CheckBreak(); yyj3510++ { + + if yyj3510 >= len(yyv3510) { + yyv3510 = append(yyv3510, "") // var yyz3510 Capability + yyc3510 = true + } + yyh3510.ElemContainerState(yyj3510) + if yyj3510 < len(yyv3510) { + if r.TryDecodeAsNil() { + yyv3510[yyj3510] = "" + } else { + yyv3510[yyj3510] = Capability(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj3510 < len(yyv3510) { + yyv3510 = yyv3510[:yyj3510] + yyc3510 = true + } else if yyj3510 == 0 && yyv3510 == nil { + yyv3510 = []Capability{} + yyc3510 = true + } + } + yyh3510.End() + if yyc3510 { + *v = yyv3510 + } +} + +func (x codecSelfer1234) encSliceContainerPort(v []ContainerPort, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv3514 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3515 := &yyv3514 + yy3515.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43607,83 +43662,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3511 := *v - yyh3511, yyl3511 := z.DecSliceHelperStart() - var yyc3511 bool - if yyl3511 == 0 { - if yyv3511 == nil { - yyv3511 = []ContainerPort{} - yyc3511 = true - } else if len(yyv3511) != 0 { - yyv3511 = yyv3511[:0] - yyc3511 = true + yyv3516 := *v + yyh3516, yyl3516 := z.DecSliceHelperStart() + var yyc3516 bool + if yyl3516 == 0 { + if yyv3516 == nil { + yyv3516 = []ContainerPort{} + yyc3516 = true + } else if len(yyv3516) != 0 { + yyv3516 = yyv3516[:0] + yyc3516 = true } - } else if yyl3511 > 0 { - var yyrr3511, yyrl3511 int - var yyrt3511 bool - if yyl3511 > cap(yyv3511) { + } else if yyl3516 > 0 { + var yyrr3516, yyrl3516 int + var yyrt3516 bool + if yyl3516 > cap(yyv3516) { - yyrg3511 := len(yyv3511) > 0 - yyv23511 := yyv3511 - yyrl3511, yyrt3511 = z.DecInferLen(yyl3511, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3511 { - if yyrl3511 <= cap(yyv3511) { - yyv3511 = yyv3511[:yyrl3511] + yyrg3516 := len(yyv3516) > 0 + yyv23516 := yyv3516 + yyrl3516, yyrt3516 = z.DecInferLen(yyl3516, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3516 { + if yyrl3516 <= cap(yyv3516) { + yyv3516 = yyv3516[:yyrl3516] } else { - yyv3511 = make([]ContainerPort, yyrl3511) + yyv3516 = make([]ContainerPort, yyrl3516) } } else { - yyv3511 = make([]ContainerPort, yyrl3511) + yyv3516 = make([]ContainerPort, yyrl3516) } - yyc3511 = true - yyrr3511 = len(yyv3511) - if yyrg3511 { - copy(yyv3511, yyv23511) + yyc3516 = true + yyrr3516 = len(yyv3516) + if yyrg3516 { + copy(yyv3516, yyv23516) } - } else if yyl3511 != len(yyv3511) { - yyv3511 = yyv3511[:yyl3511] - yyc3511 = true + } else if yyl3516 != len(yyv3516) { + yyv3516 = yyv3516[:yyl3516] + yyc3516 = true } - yyj3511 := 0 - for ; yyj3511 < yyrr3511; yyj3511++ { - yyh3511.ElemContainerState(yyj3511) + yyj3516 := 0 + for ; yyj3516 < yyrr3516; yyj3516++ { + yyh3516.ElemContainerState(yyj3516) if r.TryDecodeAsNil() { - yyv3511[yyj3511] = ContainerPort{} + yyv3516[yyj3516] = ContainerPort{} } else { - yyv3512 := &yyv3511[yyj3511] - yyv3512.CodecDecodeSelf(d) + yyv3517 := &yyv3516[yyj3516] + yyv3517.CodecDecodeSelf(d) } } - if yyrt3511 { - for ; yyj3511 < yyl3511; yyj3511++ { - yyv3511 = append(yyv3511, ContainerPort{}) - yyh3511.ElemContainerState(yyj3511) + if yyrt3516 { + for ; yyj3516 < yyl3516; yyj3516++ { + yyv3516 = append(yyv3516, ContainerPort{}) + yyh3516.ElemContainerState(yyj3516) if r.TryDecodeAsNil() { - yyv3511[yyj3511] = ContainerPort{} + yyv3516[yyj3516] = ContainerPort{} } else { - yyv3513 := &yyv3511[yyj3511] - yyv3513.CodecDecodeSelf(d) + yyv3518 := &yyv3516[yyj3516] + yyv3518.CodecDecodeSelf(d) } } } } else { - yyj3511 := 0 - for ; !r.CheckBreak(); yyj3511++ { + yyj3516 := 0 + for ; !r.CheckBreak(); yyj3516++ { - if yyj3511 >= len(yyv3511) { - yyv3511 = append(yyv3511, ContainerPort{}) // var yyz3511 ContainerPort - yyc3511 = true + if yyj3516 >= len(yyv3516) { + yyv3516 = append(yyv3516, ContainerPort{}) // var yyz3516 ContainerPort + yyc3516 = true } - yyh3511.ElemContainerState(yyj3511) - if yyj3511 < len(yyv3511) { + yyh3516.ElemContainerState(yyj3516) + if yyj3516 < len(yyv3516) { if r.TryDecodeAsNil() { - yyv3511[yyj3511] = ContainerPort{} + yyv3516[yyj3516] = ContainerPort{} } else { - yyv3514 := &yyv3511[yyj3511] - yyv3514.CodecDecodeSelf(d) + yyv3519 := &yyv3516[yyj3516] + yyv3519.CodecDecodeSelf(d) } } else { @@ -43691,17 +43746,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj3511 < len(yyv3511) { - yyv3511 = yyv3511[:yyj3511] - yyc3511 = true - } else if yyj3511 == 0 && yyv3511 == nil { - yyv3511 = []ContainerPort{} - yyc3511 = true + if yyj3516 < len(yyv3516) { + yyv3516 = yyv3516[:yyj3516] + yyc3516 = true + } else if yyj3516 == 0 && yyv3516 == nil { + yyv3516 = []ContainerPort{} + yyc3516 = true } } - yyh3511.End() - if yyc3511 { - *v = yyv3511 + yyh3516.End() + if yyc3516 { + *v = yyv3516 } } @@ -43710,10 +43765,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3515 := range v { + for _, yyv3520 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3516 := &yyv3515 - yy3516.CodecEncodeSelf(e) + yy3521 := &yyv3520 + yy3521.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43723,83 +43778,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3517 := *v - yyh3517, yyl3517 := z.DecSliceHelperStart() - var yyc3517 bool - if yyl3517 == 0 { - if yyv3517 == nil { - yyv3517 = []EnvVar{} - yyc3517 = true - } else if len(yyv3517) != 0 { - yyv3517 = yyv3517[:0] - yyc3517 = true + yyv3522 := *v + yyh3522, yyl3522 := z.DecSliceHelperStart() + var yyc3522 bool + if yyl3522 == 0 { + if yyv3522 == nil { + yyv3522 = []EnvVar{} + yyc3522 = true + } else if len(yyv3522) != 0 { + yyv3522 = yyv3522[:0] + yyc3522 = true } - } else if yyl3517 > 0 { - var yyrr3517, yyrl3517 int - var yyrt3517 bool - if yyl3517 > cap(yyv3517) { + } else if yyl3522 > 0 { + var yyrr3522, yyrl3522 int + var yyrt3522 bool + if yyl3522 > cap(yyv3522) { - yyrg3517 := len(yyv3517) > 0 - yyv23517 := yyv3517 - yyrl3517, yyrt3517 = z.DecInferLen(yyl3517, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3517 { - if yyrl3517 <= cap(yyv3517) { - yyv3517 = yyv3517[:yyrl3517] + yyrg3522 := len(yyv3522) > 0 + yyv23522 := yyv3522 + yyrl3522, yyrt3522 = z.DecInferLen(yyl3522, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3522 { + if yyrl3522 <= cap(yyv3522) { + yyv3522 = yyv3522[:yyrl3522] } else { - yyv3517 = make([]EnvVar, yyrl3517) + yyv3522 = make([]EnvVar, yyrl3522) } } else { - yyv3517 = make([]EnvVar, yyrl3517) + yyv3522 = make([]EnvVar, yyrl3522) } - yyc3517 = true - yyrr3517 = len(yyv3517) - if yyrg3517 { - copy(yyv3517, yyv23517) + yyc3522 = true + yyrr3522 = len(yyv3522) + if yyrg3522 { + copy(yyv3522, yyv23522) } - } else if yyl3517 != len(yyv3517) { - yyv3517 = yyv3517[:yyl3517] - yyc3517 = true + } else if yyl3522 != len(yyv3522) { + yyv3522 = yyv3522[:yyl3522] + yyc3522 = true } - yyj3517 := 0 - for ; yyj3517 < yyrr3517; yyj3517++ { - yyh3517.ElemContainerState(yyj3517) + yyj3522 := 0 + for ; yyj3522 < yyrr3522; yyj3522++ { + yyh3522.ElemContainerState(yyj3522) if r.TryDecodeAsNil() { - yyv3517[yyj3517] = EnvVar{} + yyv3522[yyj3522] = EnvVar{} } else { - yyv3518 := &yyv3517[yyj3517] - yyv3518.CodecDecodeSelf(d) + yyv3523 := &yyv3522[yyj3522] + yyv3523.CodecDecodeSelf(d) } } - if yyrt3517 { - for ; yyj3517 < yyl3517; yyj3517++ { - yyv3517 = append(yyv3517, EnvVar{}) - yyh3517.ElemContainerState(yyj3517) + if yyrt3522 { + for ; yyj3522 < yyl3522; yyj3522++ { + yyv3522 = append(yyv3522, EnvVar{}) + yyh3522.ElemContainerState(yyj3522) if r.TryDecodeAsNil() { - yyv3517[yyj3517] = EnvVar{} + yyv3522[yyj3522] = EnvVar{} } else { - yyv3519 := &yyv3517[yyj3517] - yyv3519.CodecDecodeSelf(d) + yyv3524 := &yyv3522[yyj3522] + yyv3524.CodecDecodeSelf(d) } } } } else { - yyj3517 := 0 - for ; !r.CheckBreak(); yyj3517++ { + yyj3522 := 0 + for ; !r.CheckBreak(); yyj3522++ { - if yyj3517 >= len(yyv3517) { - yyv3517 = append(yyv3517, EnvVar{}) // var yyz3517 EnvVar - yyc3517 = true + if yyj3522 >= len(yyv3522) { + yyv3522 = append(yyv3522, EnvVar{}) // var yyz3522 EnvVar + yyc3522 = true } - yyh3517.ElemContainerState(yyj3517) - if yyj3517 < len(yyv3517) { + yyh3522.ElemContainerState(yyj3522) + if yyj3522 < len(yyv3522) { if r.TryDecodeAsNil() { - yyv3517[yyj3517] = EnvVar{} + yyv3522[yyj3522] = EnvVar{} } else { - yyv3520 := &yyv3517[yyj3517] - yyv3520.CodecDecodeSelf(d) + yyv3525 := &yyv3522[yyj3522] + yyv3525.CodecDecodeSelf(d) } } else { @@ -43807,17 +43862,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj3517 < len(yyv3517) { - yyv3517 = yyv3517[:yyj3517] - yyc3517 = true - } else if yyj3517 == 0 && yyv3517 == nil { - yyv3517 = []EnvVar{} - yyc3517 = true + if yyj3522 < len(yyv3522) { + yyv3522 = yyv3522[:yyj3522] + yyc3522 = true + } else if yyj3522 == 0 && yyv3522 == nil { + yyv3522 = []EnvVar{} + yyc3522 = true } } - yyh3517.End() - if yyc3517 { - *v = yyv3517 + yyh3522.End() + if yyc3522 { + *v = yyv3522 } } @@ -43826,10 +43881,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3521 := range v { + for _, yyv3526 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3522 := &yyv3521 - yy3522.CodecEncodeSelf(e) + yy3527 := &yyv3526 + yy3527.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43839,83 +43894,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3523 := *v - yyh3523, yyl3523 := z.DecSliceHelperStart() - var yyc3523 bool - if yyl3523 == 0 { - if yyv3523 == nil { - yyv3523 = []VolumeMount{} - yyc3523 = true - } else if len(yyv3523) != 0 { - yyv3523 = yyv3523[:0] - yyc3523 = true + yyv3528 := *v + yyh3528, yyl3528 := z.DecSliceHelperStart() + var yyc3528 bool + if yyl3528 == 0 { + if yyv3528 == nil { + yyv3528 = []VolumeMount{} + yyc3528 = true + } else if len(yyv3528) != 0 { + yyv3528 = yyv3528[:0] + yyc3528 = true } - } else if yyl3523 > 0 { - var yyrr3523, yyrl3523 int - var yyrt3523 bool - if yyl3523 > cap(yyv3523) { + } else if yyl3528 > 0 { + var yyrr3528, yyrl3528 int + var yyrt3528 bool + if yyl3528 > cap(yyv3528) { - yyrg3523 := len(yyv3523) > 0 - yyv23523 := yyv3523 - yyrl3523, yyrt3523 = z.DecInferLen(yyl3523, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3523 { - if yyrl3523 <= cap(yyv3523) { - yyv3523 = yyv3523[:yyrl3523] + yyrg3528 := len(yyv3528) > 0 + yyv23528 := yyv3528 + yyrl3528, yyrt3528 = z.DecInferLen(yyl3528, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3528 { + if yyrl3528 <= cap(yyv3528) { + yyv3528 = yyv3528[:yyrl3528] } else { - yyv3523 = make([]VolumeMount, yyrl3523) + yyv3528 = make([]VolumeMount, yyrl3528) } } else { - yyv3523 = make([]VolumeMount, yyrl3523) + yyv3528 = make([]VolumeMount, yyrl3528) } - yyc3523 = true - yyrr3523 = len(yyv3523) - if yyrg3523 { - copy(yyv3523, yyv23523) + yyc3528 = true + yyrr3528 = len(yyv3528) + if yyrg3528 { + copy(yyv3528, yyv23528) } - } else if yyl3523 != len(yyv3523) { - yyv3523 = yyv3523[:yyl3523] - yyc3523 = true + } else if yyl3528 != len(yyv3528) { + yyv3528 = yyv3528[:yyl3528] + yyc3528 = true } - yyj3523 := 0 - for ; yyj3523 < yyrr3523; yyj3523++ { - yyh3523.ElemContainerState(yyj3523) + yyj3528 := 0 + for ; yyj3528 < yyrr3528; yyj3528++ { + yyh3528.ElemContainerState(yyj3528) if r.TryDecodeAsNil() { - yyv3523[yyj3523] = VolumeMount{} + yyv3528[yyj3528] = VolumeMount{} } else { - yyv3524 := &yyv3523[yyj3523] - yyv3524.CodecDecodeSelf(d) + yyv3529 := &yyv3528[yyj3528] + yyv3529.CodecDecodeSelf(d) } } - if yyrt3523 { - for ; yyj3523 < yyl3523; yyj3523++ { - yyv3523 = append(yyv3523, VolumeMount{}) - yyh3523.ElemContainerState(yyj3523) + if yyrt3528 { + for ; yyj3528 < yyl3528; yyj3528++ { + yyv3528 = append(yyv3528, VolumeMount{}) + yyh3528.ElemContainerState(yyj3528) if r.TryDecodeAsNil() { - yyv3523[yyj3523] = VolumeMount{} + yyv3528[yyj3528] = VolumeMount{} } else { - yyv3525 := &yyv3523[yyj3523] - yyv3525.CodecDecodeSelf(d) + yyv3530 := &yyv3528[yyj3528] + yyv3530.CodecDecodeSelf(d) } } } } else { - yyj3523 := 0 - for ; !r.CheckBreak(); yyj3523++ { + yyj3528 := 0 + for ; !r.CheckBreak(); yyj3528++ { - if yyj3523 >= len(yyv3523) { - yyv3523 = append(yyv3523, VolumeMount{}) // var yyz3523 VolumeMount - yyc3523 = true + if yyj3528 >= len(yyv3528) { + yyv3528 = append(yyv3528, VolumeMount{}) // var yyz3528 VolumeMount + yyc3528 = true } - yyh3523.ElemContainerState(yyj3523) - if yyj3523 < len(yyv3523) { + yyh3528.ElemContainerState(yyj3528) + if yyj3528 < len(yyv3528) { if r.TryDecodeAsNil() { - yyv3523[yyj3523] = VolumeMount{} + yyv3528[yyj3528] = VolumeMount{} } else { - yyv3526 := &yyv3523[yyj3523] - yyv3526.CodecDecodeSelf(d) + yyv3531 := &yyv3528[yyj3528] + yyv3531.CodecDecodeSelf(d) } } else { @@ -43923,17 +43978,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj3523 < len(yyv3523) { - yyv3523 = yyv3523[:yyj3523] - yyc3523 = true - } else if yyj3523 == 0 && yyv3523 == nil { - yyv3523 = []VolumeMount{} - yyc3523 = true + if yyj3528 < len(yyv3528) { + yyv3528 = yyv3528[:yyj3528] + yyc3528 = true + } else if yyj3528 == 0 && yyv3528 == nil { + yyv3528 = []VolumeMount{} + yyc3528 = true } } - yyh3523.End() - if yyc3523 { - *v = yyv3523 + yyh3528.End() + if yyc3528 { + *v = yyv3528 } } @@ -43942,10 +43997,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3527 := range v { + for _, yyv3532 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3528 := &yyv3527 - yy3528.CodecEncodeSelf(e) + yy3533 := &yyv3532 + yy3533.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43955,83 +44010,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3529 := *v - yyh3529, yyl3529 := z.DecSliceHelperStart() - var yyc3529 bool - if yyl3529 == 0 { - if yyv3529 == nil { - yyv3529 = []Volume{} - yyc3529 = true - } else if len(yyv3529) != 0 { - yyv3529 = yyv3529[:0] - yyc3529 = true + yyv3534 := *v + yyh3534, yyl3534 := z.DecSliceHelperStart() + var yyc3534 bool + if yyl3534 == 0 { + if yyv3534 == nil { + yyv3534 = []Volume{} + yyc3534 = true + } else if len(yyv3534) != 0 { + yyv3534 = yyv3534[:0] + yyc3534 = true } - } else if yyl3529 > 0 { - var yyrr3529, yyrl3529 int - var yyrt3529 bool - if yyl3529 > cap(yyv3529) { + } else if yyl3534 > 0 { + var yyrr3534, yyrl3534 int + var yyrt3534 bool + if yyl3534 > cap(yyv3534) { - yyrg3529 := len(yyv3529) > 0 - yyv23529 := yyv3529 - yyrl3529, yyrt3529 = z.DecInferLen(yyl3529, z.DecBasicHandle().MaxInitLen, 144) - if yyrt3529 { - if yyrl3529 <= cap(yyv3529) { - yyv3529 = yyv3529[:yyrl3529] + yyrg3534 := len(yyv3534) > 0 + yyv23534 := yyv3534 + yyrl3534, yyrt3534 = z.DecInferLen(yyl3534, z.DecBasicHandle().MaxInitLen, 144) + if yyrt3534 { + if yyrl3534 <= cap(yyv3534) { + yyv3534 = yyv3534[:yyrl3534] } else { - yyv3529 = make([]Volume, yyrl3529) + yyv3534 = make([]Volume, yyrl3534) } } else { - yyv3529 = make([]Volume, yyrl3529) + yyv3534 = make([]Volume, yyrl3534) } - yyc3529 = true - yyrr3529 = len(yyv3529) - if yyrg3529 { - copy(yyv3529, yyv23529) + yyc3534 = true + yyrr3534 = len(yyv3534) + if yyrg3534 { + copy(yyv3534, yyv23534) } - } else if yyl3529 != len(yyv3529) { - yyv3529 = yyv3529[:yyl3529] - yyc3529 = true + } else if yyl3534 != len(yyv3534) { + yyv3534 = yyv3534[:yyl3534] + yyc3534 = true } - yyj3529 := 0 - for ; yyj3529 < yyrr3529; yyj3529++ { - yyh3529.ElemContainerState(yyj3529) + yyj3534 := 0 + for ; yyj3534 < yyrr3534; yyj3534++ { + yyh3534.ElemContainerState(yyj3534) if r.TryDecodeAsNil() { - yyv3529[yyj3529] = Volume{} + yyv3534[yyj3534] = Volume{} } else { - yyv3530 := &yyv3529[yyj3529] - yyv3530.CodecDecodeSelf(d) + yyv3535 := &yyv3534[yyj3534] + yyv3535.CodecDecodeSelf(d) } } - if yyrt3529 { - for ; yyj3529 < yyl3529; yyj3529++ { - yyv3529 = append(yyv3529, Volume{}) - yyh3529.ElemContainerState(yyj3529) + if yyrt3534 { + for ; yyj3534 < yyl3534; yyj3534++ { + yyv3534 = append(yyv3534, Volume{}) + yyh3534.ElemContainerState(yyj3534) if r.TryDecodeAsNil() { - yyv3529[yyj3529] = Volume{} + yyv3534[yyj3534] = Volume{} } else { - yyv3531 := &yyv3529[yyj3529] - yyv3531.CodecDecodeSelf(d) + yyv3536 := &yyv3534[yyj3534] + yyv3536.CodecDecodeSelf(d) } } } } else { - yyj3529 := 0 - for ; !r.CheckBreak(); yyj3529++ { + yyj3534 := 0 + for ; !r.CheckBreak(); yyj3534++ { - if yyj3529 >= len(yyv3529) { - yyv3529 = append(yyv3529, Volume{}) // var yyz3529 Volume - yyc3529 = true + if yyj3534 >= len(yyv3534) { + yyv3534 = append(yyv3534, Volume{}) // var yyz3534 Volume + yyc3534 = true } - yyh3529.ElemContainerState(yyj3529) - if yyj3529 < len(yyv3529) { + yyh3534.ElemContainerState(yyj3534) + if yyj3534 < len(yyv3534) { if r.TryDecodeAsNil() { - yyv3529[yyj3529] = Volume{} + yyv3534[yyj3534] = Volume{} } else { - yyv3532 := &yyv3529[yyj3529] - yyv3532.CodecDecodeSelf(d) + yyv3537 := &yyv3534[yyj3534] + yyv3537.CodecDecodeSelf(d) } } else { @@ -44039,17 +44094,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj3529 < len(yyv3529) { - yyv3529 = yyv3529[:yyj3529] - yyc3529 = true - } else if yyj3529 == 0 && yyv3529 == nil { - yyv3529 = []Volume{} - yyc3529 = true + if yyj3534 < len(yyv3534) { + yyv3534 = yyv3534[:yyj3534] + yyc3534 = true + } else if yyj3534 == 0 && yyv3534 == nil { + yyv3534 = []Volume{} + yyc3534 = true } } - yyh3529.End() - if yyc3529 { - *v = yyv3529 + yyh3534.End() + if yyc3534 { + *v = yyv3534 } } @@ -44058,10 +44113,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3533 := range v { + for _, yyv3538 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3534 := &yyv3533 - yy3534.CodecEncodeSelf(e) + yy3539 := &yyv3538 + yy3539.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44071,83 +44126,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3535 := *v - yyh3535, yyl3535 := z.DecSliceHelperStart() - var yyc3535 bool - if yyl3535 == 0 { - if yyv3535 == nil { - yyv3535 = []Container{} - yyc3535 = true - } else if len(yyv3535) != 0 { - yyv3535 = yyv3535[:0] - yyc3535 = true + yyv3540 := *v + yyh3540, yyl3540 := z.DecSliceHelperStart() + var yyc3540 bool + if yyl3540 == 0 { + if yyv3540 == nil { + yyv3540 = []Container{} + yyc3540 = true + } else if len(yyv3540) != 0 { + yyv3540 = yyv3540[:0] + yyc3540 = true } - } else if yyl3535 > 0 { - var yyrr3535, yyrl3535 int - var yyrt3535 bool - if yyl3535 > cap(yyv3535) { + } else if yyl3540 > 0 { + var yyrr3540, yyrl3540 int + var yyrt3540 bool + if yyl3540 > cap(yyv3540) { - yyrg3535 := len(yyv3535) > 0 - yyv23535 := yyv3535 - yyrl3535, yyrt3535 = z.DecInferLen(yyl3535, z.DecBasicHandle().MaxInitLen, 256) - if yyrt3535 { - if yyrl3535 <= cap(yyv3535) { - yyv3535 = yyv3535[:yyrl3535] + yyrg3540 := len(yyv3540) > 0 + yyv23540 := yyv3540 + yyrl3540, yyrt3540 = z.DecInferLen(yyl3540, z.DecBasicHandle().MaxInitLen, 256) + if yyrt3540 { + if yyrl3540 <= cap(yyv3540) { + yyv3540 = yyv3540[:yyrl3540] } else { - yyv3535 = make([]Container, yyrl3535) + yyv3540 = make([]Container, yyrl3540) } } else { - yyv3535 = make([]Container, yyrl3535) + yyv3540 = make([]Container, yyrl3540) } - yyc3535 = true - yyrr3535 = len(yyv3535) - if yyrg3535 { - copy(yyv3535, yyv23535) + yyc3540 = true + yyrr3540 = len(yyv3540) + if yyrg3540 { + copy(yyv3540, yyv23540) } - } else if yyl3535 != len(yyv3535) { - yyv3535 = yyv3535[:yyl3535] - yyc3535 = true + } else if yyl3540 != len(yyv3540) { + yyv3540 = yyv3540[:yyl3540] + yyc3540 = true } - yyj3535 := 0 - for ; yyj3535 < yyrr3535; yyj3535++ { - yyh3535.ElemContainerState(yyj3535) + yyj3540 := 0 + for ; yyj3540 < yyrr3540; yyj3540++ { + yyh3540.ElemContainerState(yyj3540) if r.TryDecodeAsNil() { - yyv3535[yyj3535] = Container{} + yyv3540[yyj3540] = Container{} } else { - yyv3536 := &yyv3535[yyj3535] - yyv3536.CodecDecodeSelf(d) + yyv3541 := &yyv3540[yyj3540] + yyv3541.CodecDecodeSelf(d) } } - if yyrt3535 { - for ; yyj3535 < yyl3535; yyj3535++ { - yyv3535 = append(yyv3535, Container{}) - yyh3535.ElemContainerState(yyj3535) + if yyrt3540 { + for ; yyj3540 < yyl3540; yyj3540++ { + yyv3540 = append(yyv3540, Container{}) + yyh3540.ElemContainerState(yyj3540) if r.TryDecodeAsNil() { - yyv3535[yyj3535] = Container{} + yyv3540[yyj3540] = Container{} } else { - yyv3537 := &yyv3535[yyj3535] - yyv3537.CodecDecodeSelf(d) + yyv3542 := &yyv3540[yyj3540] + yyv3542.CodecDecodeSelf(d) } } } } else { - yyj3535 := 0 - for ; !r.CheckBreak(); yyj3535++ { + yyj3540 := 0 + for ; !r.CheckBreak(); yyj3540++ { - if yyj3535 >= len(yyv3535) { - yyv3535 = append(yyv3535, Container{}) // var yyz3535 Container - yyc3535 = true + if yyj3540 >= len(yyv3540) { + yyv3540 = append(yyv3540, Container{}) // var yyz3540 Container + yyc3540 = true } - yyh3535.ElemContainerState(yyj3535) - if yyj3535 < len(yyv3535) { + yyh3540.ElemContainerState(yyj3540) + if yyj3540 < len(yyv3540) { if r.TryDecodeAsNil() { - yyv3535[yyj3535] = Container{} + yyv3540[yyj3540] = Container{} } else { - yyv3538 := &yyv3535[yyj3535] - yyv3538.CodecDecodeSelf(d) + yyv3543 := &yyv3540[yyj3540] + yyv3543.CodecDecodeSelf(d) } } else { @@ -44155,17 +44210,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj3535 < len(yyv3535) { - yyv3535 = yyv3535[:yyj3535] - yyc3535 = true - } else if yyj3535 == 0 && yyv3535 == nil { - yyv3535 = []Container{} - yyc3535 = true + if yyj3540 < len(yyv3540) { + yyv3540 = yyv3540[:yyj3540] + yyc3540 = true + } else if yyj3540 == 0 && yyv3540 == nil { + yyv3540 = []Container{} + yyc3540 = true } } - yyh3535.End() - if yyc3535 { - *v = yyv3535 + yyh3540.End() + if yyc3540 { + *v = yyv3540 } } @@ -44174,10 +44229,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3539 := range v { + for _, yyv3544 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3540 := &yyv3539 - yy3540.CodecEncodeSelf(e) + yy3545 := &yyv3544 + yy3545.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44187,83 +44242,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3541 := *v - yyh3541, yyl3541 := z.DecSliceHelperStart() - var yyc3541 bool - if yyl3541 == 0 { - if yyv3541 == nil { - yyv3541 = []LocalObjectReference{} - yyc3541 = true - } else if len(yyv3541) != 0 { - yyv3541 = yyv3541[:0] - yyc3541 = true + yyv3546 := *v + yyh3546, yyl3546 := z.DecSliceHelperStart() + var yyc3546 bool + if yyl3546 == 0 { + if yyv3546 == nil { + yyv3546 = []LocalObjectReference{} + yyc3546 = true + } else if len(yyv3546) != 0 { + yyv3546 = yyv3546[:0] + yyc3546 = true } - } else if yyl3541 > 0 { - var yyrr3541, yyrl3541 int - var yyrt3541 bool - if yyl3541 > cap(yyv3541) { + } else if yyl3546 > 0 { + var yyrr3546, yyrl3546 int + var yyrt3546 bool + if yyl3546 > cap(yyv3546) { - yyrg3541 := len(yyv3541) > 0 - yyv23541 := yyv3541 - yyrl3541, yyrt3541 = z.DecInferLen(yyl3541, z.DecBasicHandle().MaxInitLen, 16) - if yyrt3541 { - if yyrl3541 <= cap(yyv3541) { - yyv3541 = yyv3541[:yyrl3541] + yyrg3546 := len(yyv3546) > 0 + yyv23546 := yyv3546 + yyrl3546, yyrt3546 = z.DecInferLen(yyl3546, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3546 { + if yyrl3546 <= cap(yyv3546) { + yyv3546 = yyv3546[:yyrl3546] } else { - yyv3541 = make([]LocalObjectReference, yyrl3541) + yyv3546 = make([]LocalObjectReference, yyrl3546) } } else { - yyv3541 = make([]LocalObjectReference, yyrl3541) + yyv3546 = make([]LocalObjectReference, yyrl3546) } - yyc3541 = true - yyrr3541 = len(yyv3541) - if yyrg3541 { - copy(yyv3541, yyv23541) + yyc3546 = true + yyrr3546 = len(yyv3546) + if yyrg3546 { + copy(yyv3546, yyv23546) } - } else if yyl3541 != len(yyv3541) { - yyv3541 = yyv3541[:yyl3541] - yyc3541 = true + } else if yyl3546 != len(yyv3546) { + yyv3546 = yyv3546[:yyl3546] + yyc3546 = true } - yyj3541 := 0 - for ; yyj3541 < yyrr3541; yyj3541++ { - yyh3541.ElemContainerState(yyj3541) + yyj3546 := 0 + for ; yyj3546 < yyrr3546; yyj3546++ { + yyh3546.ElemContainerState(yyj3546) if r.TryDecodeAsNil() { - yyv3541[yyj3541] = LocalObjectReference{} + yyv3546[yyj3546] = LocalObjectReference{} } else { - yyv3542 := &yyv3541[yyj3541] - yyv3542.CodecDecodeSelf(d) + yyv3547 := &yyv3546[yyj3546] + yyv3547.CodecDecodeSelf(d) } } - if yyrt3541 { - for ; yyj3541 < yyl3541; yyj3541++ { - yyv3541 = append(yyv3541, LocalObjectReference{}) - yyh3541.ElemContainerState(yyj3541) + if yyrt3546 { + for ; yyj3546 < yyl3546; yyj3546++ { + yyv3546 = append(yyv3546, LocalObjectReference{}) + yyh3546.ElemContainerState(yyj3546) if r.TryDecodeAsNil() { - yyv3541[yyj3541] = LocalObjectReference{} + yyv3546[yyj3546] = LocalObjectReference{} } else { - yyv3543 := &yyv3541[yyj3541] - yyv3543.CodecDecodeSelf(d) + yyv3548 := &yyv3546[yyj3546] + yyv3548.CodecDecodeSelf(d) } } } } else { - yyj3541 := 0 - for ; !r.CheckBreak(); yyj3541++ { + yyj3546 := 0 + for ; !r.CheckBreak(); yyj3546++ { - if yyj3541 >= len(yyv3541) { - yyv3541 = append(yyv3541, LocalObjectReference{}) // var yyz3541 LocalObjectReference - yyc3541 = true + if yyj3546 >= len(yyv3546) { + yyv3546 = append(yyv3546, LocalObjectReference{}) // var yyz3546 LocalObjectReference + yyc3546 = true } - yyh3541.ElemContainerState(yyj3541) - if yyj3541 < len(yyv3541) { + yyh3546.ElemContainerState(yyj3546) + if yyj3546 < len(yyv3546) { if r.TryDecodeAsNil() { - yyv3541[yyj3541] = LocalObjectReference{} + yyv3546[yyj3546] = LocalObjectReference{} } else { - yyv3544 := &yyv3541[yyj3541] - yyv3544.CodecDecodeSelf(d) + yyv3549 := &yyv3546[yyj3546] + yyv3549.CodecDecodeSelf(d) } } else { @@ -44271,17 +44326,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj3541 < len(yyv3541) { - yyv3541 = yyv3541[:yyj3541] - yyc3541 = true - } else if yyj3541 == 0 && yyv3541 == nil { - yyv3541 = []LocalObjectReference{} - yyc3541 = true + if yyj3546 < len(yyv3546) { + yyv3546 = yyv3546[:yyj3546] + yyc3546 = true + } else if yyj3546 == 0 && yyv3546 == nil { + yyv3546 = []LocalObjectReference{} + yyc3546 = true } } - yyh3541.End() - if yyc3541 { - *v = yyv3541 + yyh3546.End() + if yyc3546 { + *v = yyv3546 } } @@ -44290,10 +44345,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3545 := range v { + for _, yyv3550 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3546 := &yyv3545 - yy3546.CodecEncodeSelf(e) + yy3551 := &yyv3550 + yy3551.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44303,83 +44358,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3547 := *v - yyh3547, yyl3547 := z.DecSliceHelperStart() - var yyc3547 bool - if yyl3547 == 0 { - if yyv3547 == nil { - yyv3547 = []PodCondition{} - yyc3547 = true - } else if len(yyv3547) != 0 { - yyv3547 = yyv3547[:0] - yyc3547 = true + yyv3552 := *v + yyh3552, yyl3552 := z.DecSliceHelperStart() + var yyc3552 bool + if yyl3552 == 0 { + if yyv3552 == nil { + yyv3552 = []PodCondition{} + yyc3552 = true + } else if len(yyv3552) != 0 { + yyv3552 = yyv3552[:0] + yyc3552 = true } - } else if yyl3547 > 0 { - var yyrr3547, yyrl3547 int - var yyrt3547 bool - if yyl3547 > cap(yyv3547) { + } else if yyl3552 > 0 { + var yyrr3552, yyrl3552 int + var yyrt3552 bool + if yyl3552 > cap(yyv3552) { - yyrg3547 := len(yyv3547) > 0 - yyv23547 := yyv3547 - yyrl3547, yyrt3547 = z.DecInferLen(yyl3547, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3547 { - if yyrl3547 <= cap(yyv3547) { - yyv3547 = yyv3547[:yyrl3547] + yyrg3552 := len(yyv3552) > 0 + yyv23552 := yyv3552 + yyrl3552, yyrt3552 = z.DecInferLen(yyl3552, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3552 { + if yyrl3552 <= cap(yyv3552) { + yyv3552 = yyv3552[:yyrl3552] } else { - yyv3547 = make([]PodCondition, yyrl3547) + yyv3552 = make([]PodCondition, yyrl3552) } } else { - yyv3547 = make([]PodCondition, yyrl3547) + yyv3552 = make([]PodCondition, yyrl3552) } - yyc3547 = true - yyrr3547 = len(yyv3547) - if yyrg3547 { - copy(yyv3547, yyv23547) + yyc3552 = true + yyrr3552 = len(yyv3552) + if yyrg3552 { + copy(yyv3552, yyv23552) } - } else if yyl3547 != len(yyv3547) { - yyv3547 = yyv3547[:yyl3547] - yyc3547 = true + } else if yyl3552 != len(yyv3552) { + yyv3552 = yyv3552[:yyl3552] + yyc3552 = true } - yyj3547 := 0 - for ; yyj3547 < yyrr3547; yyj3547++ { - yyh3547.ElemContainerState(yyj3547) + yyj3552 := 0 + for ; yyj3552 < yyrr3552; yyj3552++ { + yyh3552.ElemContainerState(yyj3552) if r.TryDecodeAsNil() { - yyv3547[yyj3547] = PodCondition{} + yyv3552[yyj3552] = PodCondition{} } else { - yyv3548 := &yyv3547[yyj3547] - yyv3548.CodecDecodeSelf(d) + yyv3553 := &yyv3552[yyj3552] + yyv3553.CodecDecodeSelf(d) } } - if yyrt3547 { - for ; yyj3547 < yyl3547; yyj3547++ { - yyv3547 = append(yyv3547, PodCondition{}) - yyh3547.ElemContainerState(yyj3547) + if yyrt3552 { + for ; yyj3552 < yyl3552; yyj3552++ { + yyv3552 = append(yyv3552, PodCondition{}) + yyh3552.ElemContainerState(yyj3552) if r.TryDecodeAsNil() { - yyv3547[yyj3547] = PodCondition{} + yyv3552[yyj3552] = PodCondition{} } else { - yyv3549 := &yyv3547[yyj3547] - yyv3549.CodecDecodeSelf(d) + yyv3554 := &yyv3552[yyj3552] + yyv3554.CodecDecodeSelf(d) } } } } else { - yyj3547 := 0 - for ; !r.CheckBreak(); yyj3547++ { + yyj3552 := 0 + for ; !r.CheckBreak(); yyj3552++ { - if yyj3547 >= len(yyv3547) { - yyv3547 = append(yyv3547, PodCondition{}) // var yyz3547 PodCondition - yyc3547 = true + if yyj3552 >= len(yyv3552) { + yyv3552 = append(yyv3552, PodCondition{}) // var yyz3552 PodCondition + yyc3552 = true } - yyh3547.ElemContainerState(yyj3547) - if yyj3547 < len(yyv3547) { + yyh3552.ElemContainerState(yyj3552) + if yyj3552 < len(yyv3552) { if r.TryDecodeAsNil() { - yyv3547[yyj3547] = PodCondition{} + yyv3552[yyj3552] = PodCondition{} } else { - yyv3550 := &yyv3547[yyj3547] - yyv3550.CodecDecodeSelf(d) + yyv3555 := &yyv3552[yyj3552] + yyv3555.CodecDecodeSelf(d) } } else { @@ -44387,17 +44442,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj3547 < len(yyv3547) { - yyv3547 = yyv3547[:yyj3547] - yyc3547 = true - } else if yyj3547 == 0 && yyv3547 == nil { - yyv3547 = []PodCondition{} - yyc3547 = true + if yyj3552 < len(yyv3552) { + yyv3552 = yyv3552[:yyj3552] + yyc3552 = true + } else if yyj3552 == 0 && yyv3552 == nil { + yyv3552 = []PodCondition{} + yyc3552 = true } } - yyh3547.End() - if yyc3547 { - *v = yyv3547 + yyh3552.End() + if yyc3552 { + *v = yyv3552 } } @@ -44406,10 +44461,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3551 := range v { + for _, yyv3556 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3552 := &yyv3551 - yy3552.CodecEncodeSelf(e) + yy3557 := &yyv3556 + yy3557.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44419,83 +44474,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3553 := *v - yyh3553, yyl3553 := z.DecSliceHelperStart() - var yyc3553 bool - if yyl3553 == 0 { - if yyv3553 == nil { - yyv3553 = []ContainerStatus{} - yyc3553 = true - } else if len(yyv3553) != 0 { - yyv3553 = yyv3553[:0] - yyc3553 = true + yyv3558 := *v + yyh3558, yyl3558 := z.DecSliceHelperStart() + var yyc3558 bool + if yyl3558 == 0 { + if yyv3558 == nil { + yyv3558 = []ContainerStatus{} + yyc3558 = true + } else if len(yyv3558) != 0 { + yyv3558 = yyv3558[:0] + yyc3558 = true } - } else if yyl3553 > 0 { - var yyrr3553, yyrl3553 int - var yyrt3553 bool - if yyl3553 > cap(yyv3553) { + } else if yyl3558 > 0 { + var yyrr3558, yyrl3558 int + var yyrt3558 bool + if yyl3558 > cap(yyv3558) { - yyrg3553 := len(yyv3553) > 0 - yyv23553 := yyv3553 - yyrl3553, yyrt3553 = z.DecInferLen(yyl3553, z.DecBasicHandle().MaxInitLen, 120) - if yyrt3553 { - if yyrl3553 <= cap(yyv3553) { - yyv3553 = yyv3553[:yyrl3553] + yyrg3558 := len(yyv3558) > 0 + yyv23558 := yyv3558 + yyrl3558, yyrt3558 = z.DecInferLen(yyl3558, z.DecBasicHandle().MaxInitLen, 120) + if yyrt3558 { + if yyrl3558 <= cap(yyv3558) { + yyv3558 = yyv3558[:yyrl3558] } else { - yyv3553 = make([]ContainerStatus, yyrl3553) + yyv3558 = make([]ContainerStatus, yyrl3558) } } else { - yyv3553 = make([]ContainerStatus, yyrl3553) + yyv3558 = make([]ContainerStatus, yyrl3558) } - yyc3553 = true - yyrr3553 = len(yyv3553) - if yyrg3553 { - copy(yyv3553, yyv23553) + yyc3558 = true + yyrr3558 = len(yyv3558) + if yyrg3558 { + copy(yyv3558, yyv23558) } - } else if yyl3553 != len(yyv3553) { - yyv3553 = yyv3553[:yyl3553] - yyc3553 = true + } else if yyl3558 != len(yyv3558) { + yyv3558 = yyv3558[:yyl3558] + yyc3558 = true } - yyj3553 := 0 - for ; yyj3553 < yyrr3553; yyj3553++ { - yyh3553.ElemContainerState(yyj3553) + yyj3558 := 0 + for ; yyj3558 < yyrr3558; yyj3558++ { + yyh3558.ElemContainerState(yyj3558) if r.TryDecodeAsNil() { - yyv3553[yyj3553] = ContainerStatus{} + yyv3558[yyj3558] = ContainerStatus{} } else { - yyv3554 := &yyv3553[yyj3553] - yyv3554.CodecDecodeSelf(d) + yyv3559 := &yyv3558[yyj3558] + yyv3559.CodecDecodeSelf(d) } } - if yyrt3553 { - for ; yyj3553 < yyl3553; yyj3553++ { - yyv3553 = append(yyv3553, ContainerStatus{}) - yyh3553.ElemContainerState(yyj3553) + if yyrt3558 { + for ; yyj3558 < yyl3558; yyj3558++ { + yyv3558 = append(yyv3558, ContainerStatus{}) + yyh3558.ElemContainerState(yyj3558) if r.TryDecodeAsNil() { - yyv3553[yyj3553] = ContainerStatus{} + yyv3558[yyj3558] = ContainerStatus{} } else { - yyv3555 := &yyv3553[yyj3553] - yyv3555.CodecDecodeSelf(d) + yyv3560 := &yyv3558[yyj3558] + yyv3560.CodecDecodeSelf(d) } } } } else { - yyj3553 := 0 - for ; !r.CheckBreak(); yyj3553++ { + yyj3558 := 0 + for ; !r.CheckBreak(); yyj3558++ { - if yyj3553 >= len(yyv3553) { - yyv3553 = append(yyv3553, ContainerStatus{}) // var yyz3553 ContainerStatus - yyc3553 = true + if yyj3558 >= len(yyv3558) { + yyv3558 = append(yyv3558, ContainerStatus{}) // var yyz3558 ContainerStatus + yyc3558 = true } - yyh3553.ElemContainerState(yyj3553) - if yyj3553 < len(yyv3553) { + yyh3558.ElemContainerState(yyj3558) + if yyj3558 < len(yyv3558) { if r.TryDecodeAsNil() { - yyv3553[yyj3553] = ContainerStatus{} + yyv3558[yyj3558] = ContainerStatus{} } else { - yyv3556 := &yyv3553[yyj3553] - yyv3556.CodecDecodeSelf(d) + yyv3561 := &yyv3558[yyj3558] + yyv3561.CodecDecodeSelf(d) } } else { @@ -44503,17 +44558,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj3553 < len(yyv3553) { - yyv3553 = yyv3553[:yyj3553] - yyc3553 = true - } else if yyj3553 == 0 && yyv3553 == nil { - yyv3553 = []ContainerStatus{} - yyc3553 = true + if yyj3558 < len(yyv3558) { + yyv3558 = yyv3558[:yyj3558] + yyc3558 = true + } else if yyj3558 == 0 && yyv3558 == nil { + yyv3558 = []ContainerStatus{} + yyc3558 = true } } - yyh3553.End() - if yyc3553 { - *v = yyv3553 + yyh3558.End() + if yyc3558 { + *v = yyv3558 } } @@ -44522,10 +44577,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3557 := range v { + for _, yyv3562 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3558 := &yyv3557 - yy3558.CodecEncodeSelf(e) + yy3563 := &yyv3562 + yy3563.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44535,83 +44590,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3559 := *v - yyh3559, yyl3559 := z.DecSliceHelperStart() - var yyc3559 bool - if yyl3559 == 0 { - if yyv3559 == nil { - yyv3559 = []Pod{} - yyc3559 = true - } else if len(yyv3559) != 0 { - yyv3559 = yyv3559[:0] - yyc3559 = true + yyv3564 := *v + yyh3564, yyl3564 := z.DecSliceHelperStart() + var yyc3564 bool + if yyl3564 == 0 { + if yyv3564 == nil { + yyv3564 = []Pod{} + yyc3564 = true + } else if len(yyv3564) != 0 { + yyv3564 = yyv3564[:0] + yyc3564 = true } - } else if yyl3559 > 0 { - var yyrr3559, yyrl3559 int - var yyrt3559 bool - if yyl3559 > cap(yyv3559) { + } else if yyl3564 > 0 { + var yyrr3564, yyrl3564 int + var yyrt3564 bool + if yyl3564 > cap(yyv3564) { - yyrg3559 := len(yyv3559) > 0 - yyv23559 := yyv3559 - yyrl3559, yyrt3559 = z.DecInferLen(yyl3559, z.DecBasicHandle().MaxInitLen, 520) - if yyrt3559 { - if yyrl3559 <= cap(yyv3559) { - yyv3559 = yyv3559[:yyrl3559] + yyrg3564 := len(yyv3564) > 0 + yyv23564 := yyv3564 + yyrl3564, yyrt3564 = z.DecInferLen(yyl3564, z.DecBasicHandle().MaxInitLen, 520) + if yyrt3564 { + if yyrl3564 <= cap(yyv3564) { + yyv3564 = yyv3564[:yyrl3564] } else { - yyv3559 = make([]Pod, yyrl3559) + yyv3564 = make([]Pod, yyrl3564) } } else { - yyv3559 = make([]Pod, yyrl3559) + yyv3564 = make([]Pod, yyrl3564) } - yyc3559 = true - yyrr3559 = len(yyv3559) - if yyrg3559 { - copy(yyv3559, yyv23559) + yyc3564 = true + yyrr3564 = len(yyv3564) + if yyrg3564 { + copy(yyv3564, yyv23564) } - } else if yyl3559 != len(yyv3559) { - yyv3559 = yyv3559[:yyl3559] - yyc3559 = true + } else if yyl3564 != len(yyv3564) { + yyv3564 = yyv3564[:yyl3564] + yyc3564 = true } - yyj3559 := 0 - for ; yyj3559 < yyrr3559; yyj3559++ { - yyh3559.ElemContainerState(yyj3559) + yyj3564 := 0 + for ; yyj3564 < yyrr3564; yyj3564++ { + yyh3564.ElemContainerState(yyj3564) if r.TryDecodeAsNil() { - yyv3559[yyj3559] = Pod{} + yyv3564[yyj3564] = Pod{} } else { - yyv3560 := &yyv3559[yyj3559] - yyv3560.CodecDecodeSelf(d) + yyv3565 := &yyv3564[yyj3564] + yyv3565.CodecDecodeSelf(d) } } - if yyrt3559 { - for ; yyj3559 < yyl3559; yyj3559++ { - yyv3559 = append(yyv3559, Pod{}) - yyh3559.ElemContainerState(yyj3559) + if yyrt3564 { + for ; yyj3564 < yyl3564; yyj3564++ { + yyv3564 = append(yyv3564, Pod{}) + yyh3564.ElemContainerState(yyj3564) if r.TryDecodeAsNil() { - yyv3559[yyj3559] = Pod{} + yyv3564[yyj3564] = Pod{} } else { - yyv3561 := &yyv3559[yyj3559] - yyv3561.CodecDecodeSelf(d) + yyv3566 := &yyv3564[yyj3564] + yyv3566.CodecDecodeSelf(d) } } } } else { - yyj3559 := 0 - for ; !r.CheckBreak(); yyj3559++ { + yyj3564 := 0 + for ; !r.CheckBreak(); yyj3564++ { - if yyj3559 >= len(yyv3559) { - yyv3559 = append(yyv3559, Pod{}) // var yyz3559 Pod - yyc3559 = true + if yyj3564 >= len(yyv3564) { + yyv3564 = append(yyv3564, Pod{}) // var yyz3564 Pod + yyc3564 = true } - yyh3559.ElemContainerState(yyj3559) - if yyj3559 < len(yyv3559) { + yyh3564.ElemContainerState(yyj3564) + if yyj3564 < len(yyv3564) { if r.TryDecodeAsNil() { - yyv3559[yyj3559] = Pod{} + yyv3564[yyj3564] = Pod{} } else { - yyv3562 := &yyv3559[yyj3559] - yyv3562.CodecDecodeSelf(d) + yyv3567 := &yyv3564[yyj3564] + yyv3567.CodecDecodeSelf(d) } } else { @@ -44619,17 +44674,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj3559 < len(yyv3559) { - yyv3559 = yyv3559[:yyj3559] - yyc3559 = true - } else if yyj3559 == 0 && yyv3559 == nil { - yyv3559 = []Pod{} - yyc3559 = true + if yyj3564 < len(yyv3564) { + yyv3564 = yyv3564[:yyj3564] + yyc3564 = true + } else if yyj3564 == 0 && yyv3564 == nil { + yyv3564 = []Pod{} + yyc3564 = true } } - yyh3559.End() - if yyc3559 { - *v = yyv3559 + yyh3564.End() + if yyc3564 { + *v = yyv3564 } } @@ -44638,10 +44693,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3563 := range v { + for _, yyv3568 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3564 := &yyv3563 - yy3564.CodecEncodeSelf(e) + yy3569 := &yyv3568 + yy3569.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44651,83 +44706,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3565 := *v - yyh3565, yyl3565 := z.DecSliceHelperStart() - var yyc3565 bool - if yyl3565 == 0 { - if yyv3565 == nil { - yyv3565 = []PodTemplate{} - yyc3565 = true - } else if len(yyv3565) != 0 { - yyv3565 = yyv3565[:0] - yyc3565 = true + yyv3570 := *v + yyh3570, yyl3570 := z.DecSliceHelperStart() + var yyc3570 bool + if yyl3570 == 0 { + if yyv3570 == nil { + yyv3570 = []PodTemplate{} + yyc3570 = true + } else if len(yyv3570) != 0 { + yyv3570 = yyv3570[:0] + yyc3570 = true } - } else if yyl3565 > 0 { - var yyrr3565, yyrl3565 int - var yyrt3565 bool - if yyl3565 > cap(yyv3565) { + } else if yyl3570 > 0 { + var yyrr3570, yyrl3570 int + var yyrt3570 bool + if yyl3570 > cap(yyv3570) { - yyrg3565 := len(yyv3565) > 0 - yyv23565 := yyv3565 - yyrl3565, yyrt3565 = z.DecInferLen(yyl3565, z.DecBasicHandle().MaxInitLen, 544) - if yyrt3565 { - if yyrl3565 <= cap(yyv3565) { - yyv3565 = yyv3565[:yyrl3565] + yyrg3570 := len(yyv3570) > 0 + yyv23570 := yyv3570 + yyrl3570, yyrt3570 = z.DecInferLen(yyl3570, z.DecBasicHandle().MaxInitLen, 544) + if yyrt3570 { + if yyrl3570 <= cap(yyv3570) { + yyv3570 = yyv3570[:yyrl3570] } else { - yyv3565 = make([]PodTemplate, yyrl3565) + yyv3570 = make([]PodTemplate, yyrl3570) } } else { - yyv3565 = make([]PodTemplate, yyrl3565) + yyv3570 = make([]PodTemplate, yyrl3570) } - yyc3565 = true - yyrr3565 = len(yyv3565) - if yyrg3565 { - copy(yyv3565, yyv23565) + yyc3570 = true + yyrr3570 = len(yyv3570) + if yyrg3570 { + copy(yyv3570, yyv23570) } - } else if yyl3565 != len(yyv3565) { - yyv3565 = yyv3565[:yyl3565] - yyc3565 = true + } else if yyl3570 != len(yyv3570) { + yyv3570 = yyv3570[:yyl3570] + yyc3570 = true } - yyj3565 := 0 - for ; yyj3565 < yyrr3565; yyj3565++ { - yyh3565.ElemContainerState(yyj3565) + yyj3570 := 0 + for ; yyj3570 < yyrr3570; yyj3570++ { + yyh3570.ElemContainerState(yyj3570) if r.TryDecodeAsNil() { - yyv3565[yyj3565] = PodTemplate{} + yyv3570[yyj3570] = PodTemplate{} } else { - yyv3566 := &yyv3565[yyj3565] - yyv3566.CodecDecodeSelf(d) + yyv3571 := &yyv3570[yyj3570] + yyv3571.CodecDecodeSelf(d) } } - if yyrt3565 { - for ; yyj3565 < yyl3565; yyj3565++ { - yyv3565 = append(yyv3565, PodTemplate{}) - yyh3565.ElemContainerState(yyj3565) + if yyrt3570 { + for ; yyj3570 < yyl3570; yyj3570++ { + yyv3570 = append(yyv3570, PodTemplate{}) + yyh3570.ElemContainerState(yyj3570) if r.TryDecodeAsNil() { - yyv3565[yyj3565] = PodTemplate{} + yyv3570[yyj3570] = PodTemplate{} } else { - yyv3567 := &yyv3565[yyj3565] - yyv3567.CodecDecodeSelf(d) + yyv3572 := &yyv3570[yyj3570] + yyv3572.CodecDecodeSelf(d) } } } } else { - yyj3565 := 0 - for ; !r.CheckBreak(); yyj3565++ { + yyj3570 := 0 + for ; !r.CheckBreak(); yyj3570++ { - if yyj3565 >= len(yyv3565) { - yyv3565 = append(yyv3565, PodTemplate{}) // var yyz3565 PodTemplate - yyc3565 = true + if yyj3570 >= len(yyv3570) { + yyv3570 = append(yyv3570, PodTemplate{}) // var yyz3570 PodTemplate + yyc3570 = true } - yyh3565.ElemContainerState(yyj3565) - if yyj3565 < len(yyv3565) { + yyh3570.ElemContainerState(yyj3570) + if yyj3570 < len(yyv3570) { if r.TryDecodeAsNil() { - yyv3565[yyj3565] = PodTemplate{} + yyv3570[yyj3570] = PodTemplate{} } else { - yyv3568 := &yyv3565[yyj3565] - yyv3568.CodecDecodeSelf(d) + yyv3573 := &yyv3570[yyj3570] + yyv3573.CodecDecodeSelf(d) } } else { @@ -44735,17 +44790,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj3565 < len(yyv3565) { - yyv3565 = yyv3565[:yyj3565] - yyc3565 = true - } else if yyj3565 == 0 && yyv3565 == nil { - yyv3565 = []PodTemplate{} - yyc3565 = true + if yyj3570 < len(yyv3570) { + yyv3570 = yyv3570[:yyj3570] + yyc3570 = true + } else if yyj3570 == 0 && yyv3570 == nil { + yyv3570 = []PodTemplate{} + yyc3570 = true } } - yyh3565.End() - if yyc3565 { - *v = yyv3565 + yyh3570.End() + if yyc3570 { + *v = yyv3570 } } @@ -44754,10 +44809,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3569 := range v { + for _, yyv3574 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3570 := &yyv3569 - yy3570.CodecEncodeSelf(e) + yy3575 := &yyv3574 + yy3575.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44767,83 +44822,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3571 := *v - yyh3571, yyl3571 := z.DecSliceHelperStart() - var yyc3571 bool - if yyl3571 == 0 { - if yyv3571 == nil { - yyv3571 = []ReplicationController{} - yyc3571 = true - } else if len(yyv3571) != 0 { - yyv3571 = yyv3571[:0] - yyc3571 = true + yyv3576 := *v + yyh3576, yyl3576 := z.DecSliceHelperStart() + var yyc3576 bool + if yyl3576 == 0 { + if yyv3576 == nil { + yyv3576 = []ReplicationController{} + yyc3576 = true + } else if len(yyv3576) != 0 { + yyv3576 = yyv3576[:0] + yyc3576 = true } - } else if yyl3571 > 0 { - var yyrr3571, yyrl3571 int - var yyrt3571 bool - if yyl3571 > cap(yyv3571) { + } else if yyl3576 > 0 { + var yyrr3576, yyrl3576 int + var yyrt3576 bool + if yyl3576 > cap(yyv3576) { - yyrg3571 := len(yyv3571) > 0 - yyv23571 := yyv3571 - yyrl3571, yyrt3571 = z.DecInferLen(yyl3571, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3571 { - if yyrl3571 <= cap(yyv3571) { - yyv3571 = yyv3571[:yyrl3571] + yyrg3576 := len(yyv3576) > 0 + yyv23576 := yyv3576 + yyrl3576, yyrt3576 = z.DecInferLen(yyl3576, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3576 { + if yyrl3576 <= cap(yyv3576) { + yyv3576 = yyv3576[:yyrl3576] } else { - yyv3571 = make([]ReplicationController, yyrl3571) + yyv3576 = make([]ReplicationController, yyrl3576) } } else { - yyv3571 = make([]ReplicationController, yyrl3571) + yyv3576 = make([]ReplicationController, yyrl3576) } - yyc3571 = true - yyrr3571 = len(yyv3571) - if yyrg3571 { - copy(yyv3571, yyv23571) + yyc3576 = true + yyrr3576 = len(yyv3576) + if yyrg3576 { + copy(yyv3576, yyv23576) } - } else if yyl3571 != len(yyv3571) { - yyv3571 = yyv3571[:yyl3571] - yyc3571 = true + } else if yyl3576 != len(yyv3576) { + yyv3576 = yyv3576[:yyl3576] + yyc3576 = true } - yyj3571 := 0 - for ; yyj3571 < yyrr3571; yyj3571++ { - yyh3571.ElemContainerState(yyj3571) + yyj3576 := 0 + for ; yyj3576 < yyrr3576; yyj3576++ { + yyh3576.ElemContainerState(yyj3576) if r.TryDecodeAsNil() { - yyv3571[yyj3571] = ReplicationController{} + yyv3576[yyj3576] = ReplicationController{} } else { - yyv3572 := &yyv3571[yyj3571] - yyv3572.CodecDecodeSelf(d) + yyv3577 := &yyv3576[yyj3576] + yyv3577.CodecDecodeSelf(d) } } - if yyrt3571 { - for ; yyj3571 < yyl3571; yyj3571++ { - yyv3571 = append(yyv3571, ReplicationController{}) - yyh3571.ElemContainerState(yyj3571) + if yyrt3576 { + for ; yyj3576 < yyl3576; yyj3576++ { + yyv3576 = append(yyv3576, ReplicationController{}) + yyh3576.ElemContainerState(yyj3576) if r.TryDecodeAsNil() { - yyv3571[yyj3571] = ReplicationController{} + yyv3576[yyj3576] = ReplicationController{} } else { - yyv3573 := &yyv3571[yyj3571] - yyv3573.CodecDecodeSelf(d) + yyv3578 := &yyv3576[yyj3576] + yyv3578.CodecDecodeSelf(d) } } } } else { - yyj3571 := 0 - for ; !r.CheckBreak(); yyj3571++ { + yyj3576 := 0 + for ; !r.CheckBreak(); yyj3576++ { - if yyj3571 >= len(yyv3571) { - yyv3571 = append(yyv3571, ReplicationController{}) // var yyz3571 ReplicationController - yyc3571 = true + if yyj3576 >= len(yyv3576) { + yyv3576 = append(yyv3576, ReplicationController{}) // var yyz3576 ReplicationController + yyc3576 = true } - yyh3571.ElemContainerState(yyj3571) - if yyj3571 < len(yyv3571) { + yyh3576.ElemContainerState(yyj3576) + if yyj3576 < len(yyv3576) { if r.TryDecodeAsNil() { - yyv3571[yyj3571] = ReplicationController{} + yyv3576[yyj3576] = ReplicationController{} } else { - yyv3574 := &yyv3571[yyj3571] - yyv3574.CodecDecodeSelf(d) + yyv3579 := &yyv3576[yyj3576] + yyv3579.CodecDecodeSelf(d) } } else { @@ -44851,17 +44906,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj3571 < len(yyv3571) { - yyv3571 = yyv3571[:yyj3571] - yyc3571 = true - } else if yyj3571 == 0 && yyv3571 == nil { - yyv3571 = []ReplicationController{} - yyc3571 = true + if yyj3576 < len(yyv3576) { + yyv3576 = yyv3576[:yyj3576] + yyc3576 = true + } else if yyj3576 == 0 && yyv3576 == nil { + yyv3576 = []ReplicationController{} + yyc3576 = true } } - yyh3571.End() - if yyc3571 { - *v = yyv3571 + yyh3576.End() + if yyc3576 { + *v = yyv3576 } } @@ -44870,10 +44925,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3575 := range v { + for _, yyv3580 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3576 := &yyv3575 - yy3576.CodecEncodeSelf(e) + yy3581 := &yyv3580 + yy3581.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44883,83 +44938,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3577 := *v - yyh3577, yyl3577 := z.DecSliceHelperStart() - var yyc3577 bool - if yyl3577 == 0 { - if yyv3577 == nil { - yyv3577 = []LoadBalancerIngress{} - yyc3577 = true - } else if len(yyv3577) != 0 { - yyv3577 = yyv3577[:0] - yyc3577 = true + yyv3582 := *v + yyh3582, yyl3582 := z.DecSliceHelperStart() + var yyc3582 bool + if yyl3582 == 0 { + if yyv3582 == nil { + yyv3582 = []LoadBalancerIngress{} + yyc3582 = true + } else if len(yyv3582) != 0 { + yyv3582 = yyv3582[:0] + yyc3582 = true } - } else if yyl3577 > 0 { - var yyrr3577, yyrl3577 int - var yyrt3577 bool - if yyl3577 > cap(yyv3577) { + } else if yyl3582 > 0 { + var yyrr3582, yyrl3582 int + var yyrt3582 bool + if yyl3582 > cap(yyv3582) { - yyrg3577 := len(yyv3577) > 0 - yyv23577 := yyv3577 - yyrl3577, yyrt3577 = z.DecInferLen(yyl3577, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3577 { - if yyrl3577 <= cap(yyv3577) { - yyv3577 = yyv3577[:yyrl3577] + yyrg3582 := len(yyv3582) > 0 + yyv23582 := yyv3582 + yyrl3582, yyrt3582 = z.DecInferLen(yyl3582, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3582 { + if yyrl3582 <= cap(yyv3582) { + yyv3582 = yyv3582[:yyrl3582] } else { - yyv3577 = make([]LoadBalancerIngress, yyrl3577) + yyv3582 = make([]LoadBalancerIngress, yyrl3582) } } else { - yyv3577 = make([]LoadBalancerIngress, yyrl3577) + yyv3582 = make([]LoadBalancerIngress, yyrl3582) } - yyc3577 = true - yyrr3577 = len(yyv3577) - if yyrg3577 { - copy(yyv3577, yyv23577) + yyc3582 = true + yyrr3582 = len(yyv3582) + if yyrg3582 { + copy(yyv3582, yyv23582) } - } else if yyl3577 != len(yyv3577) { - yyv3577 = yyv3577[:yyl3577] - yyc3577 = true + } else if yyl3582 != len(yyv3582) { + yyv3582 = yyv3582[:yyl3582] + yyc3582 = true } - yyj3577 := 0 - for ; yyj3577 < yyrr3577; yyj3577++ { - yyh3577.ElemContainerState(yyj3577) + yyj3582 := 0 + for ; yyj3582 < yyrr3582; yyj3582++ { + yyh3582.ElemContainerState(yyj3582) if r.TryDecodeAsNil() { - yyv3577[yyj3577] = LoadBalancerIngress{} + yyv3582[yyj3582] = LoadBalancerIngress{} } else { - yyv3578 := &yyv3577[yyj3577] - yyv3578.CodecDecodeSelf(d) + yyv3583 := &yyv3582[yyj3582] + yyv3583.CodecDecodeSelf(d) } } - if yyrt3577 { - for ; yyj3577 < yyl3577; yyj3577++ { - yyv3577 = append(yyv3577, LoadBalancerIngress{}) - yyh3577.ElemContainerState(yyj3577) + if yyrt3582 { + for ; yyj3582 < yyl3582; yyj3582++ { + yyv3582 = append(yyv3582, LoadBalancerIngress{}) + yyh3582.ElemContainerState(yyj3582) if r.TryDecodeAsNil() { - yyv3577[yyj3577] = LoadBalancerIngress{} + yyv3582[yyj3582] = LoadBalancerIngress{} } else { - yyv3579 := &yyv3577[yyj3577] - yyv3579.CodecDecodeSelf(d) + yyv3584 := &yyv3582[yyj3582] + yyv3584.CodecDecodeSelf(d) } } } } else { - yyj3577 := 0 - for ; !r.CheckBreak(); yyj3577++ { + yyj3582 := 0 + for ; !r.CheckBreak(); yyj3582++ { - if yyj3577 >= len(yyv3577) { - yyv3577 = append(yyv3577, LoadBalancerIngress{}) // var yyz3577 LoadBalancerIngress - yyc3577 = true + if yyj3582 >= len(yyv3582) { + yyv3582 = append(yyv3582, LoadBalancerIngress{}) // var yyz3582 LoadBalancerIngress + yyc3582 = true } - yyh3577.ElemContainerState(yyj3577) - if yyj3577 < len(yyv3577) { + yyh3582.ElemContainerState(yyj3582) + if yyj3582 < len(yyv3582) { if r.TryDecodeAsNil() { - yyv3577[yyj3577] = LoadBalancerIngress{} + yyv3582[yyj3582] = LoadBalancerIngress{} } else { - yyv3580 := &yyv3577[yyj3577] - yyv3580.CodecDecodeSelf(d) + yyv3585 := &yyv3582[yyj3582] + yyv3585.CodecDecodeSelf(d) } } else { @@ -44967,17 +45022,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj3577 < len(yyv3577) { - yyv3577 = yyv3577[:yyj3577] - yyc3577 = true - } else if yyj3577 == 0 && yyv3577 == nil { - yyv3577 = []LoadBalancerIngress{} - yyc3577 = true + if yyj3582 < len(yyv3582) { + yyv3582 = yyv3582[:yyj3582] + yyc3582 = true + } else if yyj3582 == 0 && yyv3582 == nil { + yyv3582 = []LoadBalancerIngress{} + yyc3582 = true } } - yyh3577.End() - if yyc3577 { - *v = yyv3577 + yyh3582.End() + if yyc3582 { + *v = yyv3582 } } @@ -44986,10 +45041,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3581 := range v { + for _, yyv3586 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3582 := &yyv3581 - yy3582.CodecEncodeSelf(e) + yy3587 := &yyv3586 + yy3587.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44999,83 +45054,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3583 := *v - yyh3583, yyl3583 := z.DecSliceHelperStart() - var yyc3583 bool - if yyl3583 == 0 { - if yyv3583 == nil { - yyv3583 = []ServicePort{} - yyc3583 = true - } else if len(yyv3583) != 0 { - yyv3583 = yyv3583[:0] - yyc3583 = true + yyv3588 := *v + yyh3588, yyl3588 := z.DecSliceHelperStart() + var yyc3588 bool + if yyl3588 == 0 { + if yyv3588 == nil { + yyv3588 = []ServicePort{} + yyc3588 = true + } else if len(yyv3588) != 0 { + yyv3588 = yyv3588[:0] + yyc3588 = true } - } else if yyl3583 > 0 { - var yyrr3583, yyrl3583 int - var yyrt3583 bool - if yyl3583 > cap(yyv3583) { + } else if yyl3588 > 0 { + var yyrr3588, yyrl3588 int + var yyrt3588 bool + if yyl3588 > cap(yyv3588) { - yyrg3583 := len(yyv3583) > 0 - yyv23583 := yyv3583 - yyrl3583, yyrt3583 = z.DecInferLen(yyl3583, z.DecBasicHandle().MaxInitLen, 80) - if yyrt3583 { - if yyrl3583 <= cap(yyv3583) { - yyv3583 = yyv3583[:yyrl3583] + yyrg3588 := len(yyv3588) > 0 + yyv23588 := yyv3588 + yyrl3588, yyrt3588 = z.DecInferLen(yyl3588, z.DecBasicHandle().MaxInitLen, 80) + if yyrt3588 { + if yyrl3588 <= cap(yyv3588) { + yyv3588 = yyv3588[:yyrl3588] } else { - yyv3583 = make([]ServicePort, yyrl3583) + yyv3588 = make([]ServicePort, yyrl3588) } } else { - yyv3583 = make([]ServicePort, yyrl3583) + yyv3588 = make([]ServicePort, yyrl3588) } - yyc3583 = true - yyrr3583 = len(yyv3583) - if yyrg3583 { - copy(yyv3583, yyv23583) + yyc3588 = true + yyrr3588 = len(yyv3588) + if yyrg3588 { + copy(yyv3588, yyv23588) } - } else if yyl3583 != len(yyv3583) { - yyv3583 = yyv3583[:yyl3583] - yyc3583 = true + } else if yyl3588 != len(yyv3588) { + yyv3588 = yyv3588[:yyl3588] + yyc3588 = true } - yyj3583 := 0 - for ; yyj3583 < yyrr3583; yyj3583++ { - yyh3583.ElemContainerState(yyj3583) + yyj3588 := 0 + for ; yyj3588 < yyrr3588; yyj3588++ { + yyh3588.ElemContainerState(yyj3588) if r.TryDecodeAsNil() { - yyv3583[yyj3583] = ServicePort{} + yyv3588[yyj3588] = ServicePort{} } else { - yyv3584 := &yyv3583[yyj3583] - yyv3584.CodecDecodeSelf(d) + yyv3589 := &yyv3588[yyj3588] + yyv3589.CodecDecodeSelf(d) } } - if yyrt3583 { - for ; yyj3583 < yyl3583; yyj3583++ { - yyv3583 = append(yyv3583, ServicePort{}) - yyh3583.ElemContainerState(yyj3583) + if yyrt3588 { + for ; yyj3588 < yyl3588; yyj3588++ { + yyv3588 = append(yyv3588, ServicePort{}) + yyh3588.ElemContainerState(yyj3588) if r.TryDecodeAsNil() { - yyv3583[yyj3583] = ServicePort{} + yyv3588[yyj3588] = ServicePort{} } else { - yyv3585 := &yyv3583[yyj3583] - yyv3585.CodecDecodeSelf(d) + yyv3590 := &yyv3588[yyj3588] + yyv3590.CodecDecodeSelf(d) } } } } else { - yyj3583 := 0 - for ; !r.CheckBreak(); yyj3583++ { + yyj3588 := 0 + for ; !r.CheckBreak(); yyj3588++ { - if yyj3583 >= len(yyv3583) { - yyv3583 = append(yyv3583, ServicePort{}) // var yyz3583 ServicePort - yyc3583 = true + if yyj3588 >= len(yyv3588) { + yyv3588 = append(yyv3588, ServicePort{}) // var yyz3588 ServicePort + yyc3588 = true } - yyh3583.ElemContainerState(yyj3583) - if yyj3583 < len(yyv3583) { + yyh3588.ElemContainerState(yyj3588) + if yyj3588 < len(yyv3588) { if r.TryDecodeAsNil() { - yyv3583[yyj3583] = ServicePort{} + yyv3588[yyj3588] = ServicePort{} } else { - yyv3586 := &yyv3583[yyj3583] - yyv3586.CodecDecodeSelf(d) + yyv3591 := &yyv3588[yyj3588] + yyv3591.CodecDecodeSelf(d) } } else { @@ -45083,17 +45138,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj3583 < len(yyv3583) { - yyv3583 = yyv3583[:yyj3583] - yyc3583 = true - } else if yyj3583 == 0 && yyv3583 == nil { - yyv3583 = []ServicePort{} - yyc3583 = true + if yyj3588 < len(yyv3588) { + yyv3588 = yyv3588[:yyj3588] + yyc3588 = true + } else if yyj3588 == 0 && yyv3588 == nil { + yyv3588 = []ServicePort{} + yyc3588 = true } } - yyh3583.End() - if yyc3583 { - *v = yyv3583 + yyh3588.End() + if yyc3588 { + *v = yyv3588 } } @@ -45102,10 +45157,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3587 := range v { + for _, yyv3592 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3588 := &yyv3587 - yy3588.CodecEncodeSelf(e) + yy3593 := &yyv3592 + yy3593.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45115,83 +45170,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3589 := *v - yyh3589, yyl3589 := z.DecSliceHelperStart() - var yyc3589 bool - if yyl3589 == 0 { - if yyv3589 == nil { - yyv3589 = []Service{} - yyc3589 = true - } else if len(yyv3589) != 0 { - yyv3589 = yyv3589[:0] - yyc3589 = true + yyv3594 := *v + yyh3594, yyl3594 := z.DecSliceHelperStart() + var yyc3594 bool + if yyl3594 == 0 { + if yyv3594 == nil { + yyv3594 = []Service{} + yyc3594 = true + } else if len(yyv3594) != 0 { + yyv3594 = yyv3594[:0] + yyc3594 = true } - } else if yyl3589 > 0 { - var yyrr3589, yyrl3589 int - var yyrt3589 bool - if yyl3589 > cap(yyv3589) { + } else if yyl3594 > 0 { + var yyrr3594, yyrl3594 int + var yyrt3594 bool + if yyl3594 > cap(yyv3594) { - yyrg3589 := len(yyv3589) > 0 - yyv23589 := yyv3589 - yyrl3589, yyrt3589 = z.DecInferLen(yyl3589, z.DecBasicHandle().MaxInitLen, 360) - if yyrt3589 { - if yyrl3589 <= cap(yyv3589) { - yyv3589 = yyv3589[:yyrl3589] + yyrg3594 := len(yyv3594) > 0 + yyv23594 := yyv3594 + yyrl3594, yyrt3594 = z.DecInferLen(yyl3594, z.DecBasicHandle().MaxInitLen, 360) + if yyrt3594 { + if yyrl3594 <= cap(yyv3594) { + yyv3594 = yyv3594[:yyrl3594] } else { - yyv3589 = make([]Service, yyrl3589) + yyv3594 = make([]Service, yyrl3594) } } else { - yyv3589 = make([]Service, yyrl3589) + yyv3594 = make([]Service, yyrl3594) } - yyc3589 = true - yyrr3589 = len(yyv3589) - if yyrg3589 { - copy(yyv3589, yyv23589) + yyc3594 = true + yyrr3594 = len(yyv3594) + if yyrg3594 { + copy(yyv3594, yyv23594) } - } else if yyl3589 != len(yyv3589) { - yyv3589 = yyv3589[:yyl3589] - yyc3589 = true + } else if yyl3594 != len(yyv3594) { + yyv3594 = yyv3594[:yyl3594] + yyc3594 = true } - yyj3589 := 0 - for ; yyj3589 < yyrr3589; yyj3589++ { - yyh3589.ElemContainerState(yyj3589) + yyj3594 := 0 + for ; yyj3594 < yyrr3594; yyj3594++ { + yyh3594.ElemContainerState(yyj3594) if r.TryDecodeAsNil() { - yyv3589[yyj3589] = Service{} + yyv3594[yyj3594] = Service{} } else { - yyv3590 := &yyv3589[yyj3589] - yyv3590.CodecDecodeSelf(d) + yyv3595 := &yyv3594[yyj3594] + yyv3595.CodecDecodeSelf(d) } } - if yyrt3589 { - for ; yyj3589 < yyl3589; yyj3589++ { - yyv3589 = append(yyv3589, Service{}) - yyh3589.ElemContainerState(yyj3589) + if yyrt3594 { + for ; yyj3594 < yyl3594; yyj3594++ { + yyv3594 = append(yyv3594, Service{}) + yyh3594.ElemContainerState(yyj3594) if r.TryDecodeAsNil() { - yyv3589[yyj3589] = Service{} + yyv3594[yyj3594] = Service{} } else { - yyv3591 := &yyv3589[yyj3589] - yyv3591.CodecDecodeSelf(d) + yyv3596 := &yyv3594[yyj3594] + yyv3596.CodecDecodeSelf(d) } } } } else { - yyj3589 := 0 - for ; !r.CheckBreak(); yyj3589++ { + yyj3594 := 0 + for ; !r.CheckBreak(); yyj3594++ { - if yyj3589 >= len(yyv3589) { - yyv3589 = append(yyv3589, Service{}) // var yyz3589 Service - yyc3589 = true + if yyj3594 >= len(yyv3594) { + yyv3594 = append(yyv3594, Service{}) // var yyz3594 Service + yyc3594 = true } - yyh3589.ElemContainerState(yyj3589) - if yyj3589 < len(yyv3589) { + yyh3594.ElemContainerState(yyj3594) + if yyj3594 < len(yyv3594) { if r.TryDecodeAsNil() { - yyv3589[yyj3589] = Service{} + yyv3594[yyj3594] = Service{} } else { - yyv3592 := &yyv3589[yyj3589] - yyv3592.CodecDecodeSelf(d) + yyv3597 := &yyv3594[yyj3594] + yyv3597.CodecDecodeSelf(d) } } else { @@ -45199,17 +45254,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj3589 < len(yyv3589) { - yyv3589 = yyv3589[:yyj3589] - yyc3589 = true - } else if yyj3589 == 0 && yyv3589 == nil { - yyv3589 = []Service{} - yyc3589 = true + if yyj3594 < len(yyv3594) { + yyv3594 = yyv3594[:yyj3594] + yyc3594 = true + } else if yyj3594 == 0 && yyv3594 == nil { + yyv3594 = []Service{} + yyc3594 = true } } - yyh3589.End() - if yyc3589 { - *v = yyv3589 + yyh3594.End() + if yyc3594 { + *v = yyv3594 } } @@ -45218,10 +45273,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3593 := range v { + for _, yyv3598 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3594 := &yyv3593 - yy3594.CodecEncodeSelf(e) + yy3599 := &yyv3598 + yy3599.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45231,83 +45286,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3595 := *v - yyh3595, yyl3595 := z.DecSliceHelperStart() - var yyc3595 bool - if yyl3595 == 0 { - if yyv3595 == nil { - yyv3595 = []ObjectReference{} - yyc3595 = true - } else if len(yyv3595) != 0 { - yyv3595 = yyv3595[:0] - yyc3595 = true + yyv3600 := *v + yyh3600, yyl3600 := z.DecSliceHelperStart() + var yyc3600 bool + if yyl3600 == 0 { + if yyv3600 == nil { + yyv3600 = []ObjectReference{} + yyc3600 = true + } else if len(yyv3600) != 0 { + yyv3600 = yyv3600[:0] + yyc3600 = true } - } else if yyl3595 > 0 { - var yyrr3595, yyrl3595 int - var yyrt3595 bool - if yyl3595 > cap(yyv3595) { + } else if yyl3600 > 0 { + var yyrr3600, yyrl3600 int + var yyrt3600 bool + if yyl3600 > cap(yyv3600) { - yyrg3595 := len(yyv3595) > 0 - yyv23595 := yyv3595 - yyrl3595, yyrt3595 = z.DecInferLen(yyl3595, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3595 { - if yyrl3595 <= cap(yyv3595) { - yyv3595 = yyv3595[:yyrl3595] + yyrg3600 := len(yyv3600) > 0 + yyv23600 := yyv3600 + yyrl3600, yyrt3600 = z.DecInferLen(yyl3600, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3600 { + if yyrl3600 <= cap(yyv3600) { + yyv3600 = yyv3600[:yyrl3600] } else { - yyv3595 = make([]ObjectReference, yyrl3595) + yyv3600 = make([]ObjectReference, yyrl3600) } } else { - yyv3595 = make([]ObjectReference, yyrl3595) + yyv3600 = make([]ObjectReference, yyrl3600) } - yyc3595 = true - yyrr3595 = len(yyv3595) - if yyrg3595 { - copy(yyv3595, yyv23595) + yyc3600 = true + yyrr3600 = len(yyv3600) + if yyrg3600 { + copy(yyv3600, yyv23600) } - } else if yyl3595 != len(yyv3595) { - yyv3595 = yyv3595[:yyl3595] - yyc3595 = true + } else if yyl3600 != len(yyv3600) { + yyv3600 = yyv3600[:yyl3600] + yyc3600 = true } - yyj3595 := 0 - for ; yyj3595 < yyrr3595; yyj3595++ { - yyh3595.ElemContainerState(yyj3595) + yyj3600 := 0 + for ; yyj3600 < yyrr3600; yyj3600++ { + yyh3600.ElemContainerState(yyj3600) if r.TryDecodeAsNil() { - yyv3595[yyj3595] = ObjectReference{} + yyv3600[yyj3600] = ObjectReference{} } else { - yyv3596 := &yyv3595[yyj3595] - yyv3596.CodecDecodeSelf(d) + yyv3601 := &yyv3600[yyj3600] + yyv3601.CodecDecodeSelf(d) } } - if yyrt3595 { - for ; yyj3595 < yyl3595; yyj3595++ { - yyv3595 = append(yyv3595, ObjectReference{}) - yyh3595.ElemContainerState(yyj3595) + if yyrt3600 { + for ; yyj3600 < yyl3600; yyj3600++ { + yyv3600 = append(yyv3600, ObjectReference{}) + yyh3600.ElemContainerState(yyj3600) if r.TryDecodeAsNil() { - yyv3595[yyj3595] = ObjectReference{} + yyv3600[yyj3600] = ObjectReference{} } else { - yyv3597 := &yyv3595[yyj3595] - yyv3597.CodecDecodeSelf(d) + yyv3602 := &yyv3600[yyj3600] + yyv3602.CodecDecodeSelf(d) } } } } else { - yyj3595 := 0 - for ; !r.CheckBreak(); yyj3595++ { + yyj3600 := 0 + for ; !r.CheckBreak(); yyj3600++ { - if yyj3595 >= len(yyv3595) { - yyv3595 = append(yyv3595, ObjectReference{}) // var yyz3595 ObjectReference - yyc3595 = true + if yyj3600 >= len(yyv3600) { + yyv3600 = append(yyv3600, ObjectReference{}) // var yyz3600 ObjectReference + yyc3600 = true } - yyh3595.ElemContainerState(yyj3595) - if yyj3595 < len(yyv3595) { + yyh3600.ElemContainerState(yyj3600) + if yyj3600 < len(yyv3600) { if r.TryDecodeAsNil() { - yyv3595[yyj3595] = ObjectReference{} + yyv3600[yyj3600] = ObjectReference{} } else { - yyv3598 := &yyv3595[yyj3595] - yyv3598.CodecDecodeSelf(d) + yyv3603 := &yyv3600[yyj3600] + yyv3603.CodecDecodeSelf(d) } } else { @@ -45315,17 +45370,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj3595 < len(yyv3595) { - yyv3595 = yyv3595[:yyj3595] - yyc3595 = true - } else if yyj3595 == 0 && yyv3595 == nil { - yyv3595 = []ObjectReference{} - yyc3595 = true + if yyj3600 < len(yyv3600) { + yyv3600 = yyv3600[:yyj3600] + yyc3600 = true + } else if yyj3600 == 0 && yyv3600 == nil { + yyv3600 = []ObjectReference{} + yyc3600 = true } } - yyh3595.End() - if yyc3595 { - *v = yyv3595 + yyh3600.End() + if yyc3600 { + *v = yyv3600 } } @@ -45334,10 +45389,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3599 := range v { + for _, yyv3604 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3600 := &yyv3599 - yy3600.CodecEncodeSelf(e) + yy3605 := &yyv3604 + yy3605.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45347,83 +45402,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3601 := *v - yyh3601, yyl3601 := z.DecSliceHelperStart() - var yyc3601 bool - if yyl3601 == 0 { - if yyv3601 == nil { - yyv3601 = []ServiceAccount{} - yyc3601 = true - } else if len(yyv3601) != 0 { - yyv3601 = yyv3601[:0] - yyc3601 = true + yyv3606 := *v + yyh3606, yyl3606 := z.DecSliceHelperStart() + var yyc3606 bool + if yyl3606 == 0 { + if yyv3606 == nil { + yyv3606 = []ServiceAccount{} + yyc3606 = true + } else if len(yyv3606) != 0 { + yyv3606 = yyv3606[:0] + yyc3606 = true } - } else if yyl3601 > 0 { - var yyrr3601, yyrl3601 int - var yyrt3601 bool - if yyl3601 > cap(yyv3601) { + } else if yyl3606 > 0 { + var yyrr3606, yyrl3606 int + var yyrt3606 bool + if yyl3606 > cap(yyv3606) { - yyrg3601 := len(yyv3601) > 0 - yyv23601 := yyv3601 - yyrl3601, yyrt3601 = z.DecInferLen(yyl3601, z.DecBasicHandle().MaxInitLen, 240) - if yyrt3601 { - if yyrl3601 <= cap(yyv3601) { - yyv3601 = yyv3601[:yyrl3601] + yyrg3606 := len(yyv3606) > 0 + yyv23606 := yyv3606 + yyrl3606, yyrt3606 = z.DecInferLen(yyl3606, z.DecBasicHandle().MaxInitLen, 240) + if yyrt3606 { + if yyrl3606 <= cap(yyv3606) { + yyv3606 = yyv3606[:yyrl3606] } else { - yyv3601 = make([]ServiceAccount, yyrl3601) + yyv3606 = make([]ServiceAccount, yyrl3606) } } else { - yyv3601 = make([]ServiceAccount, yyrl3601) + yyv3606 = make([]ServiceAccount, yyrl3606) } - yyc3601 = true - yyrr3601 = len(yyv3601) - if yyrg3601 { - copy(yyv3601, yyv23601) + yyc3606 = true + yyrr3606 = len(yyv3606) + if yyrg3606 { + copy(yyv3606, yyv23606) } - } else if yyl3601 != len(yyv3601) { - yyv3601 = yyv3601[:yyl3601] - yyc3601 = true + } else if yyl3606 != len(yyv3606) { + yyv3606 = yyv3606[:yyl3606] + yyc3606 = true } - yyj3601 := 0 - for ; yyj3601 < yyrr3601; yyj3601++ { - yyh3601.ElemContainerState(yyj3601) + yyj3606 := 0 + for ; yyj3606 < yyrr3606; yyj3606++ { + yyh3606.ElemContainerState(yyj3606) if r.TryDecodeAsNil() { - yyv3601[yyj3601] = ServiceAccount{} + yyv3606[yyj3606] = ServiceAccount{} } else { - yyv3602 := &yyv3601[yyj3601] - yyv3602.CodecDecodeSelf(d) + yyv3607 := &yyv3606[yyj3606] + yyv3607.CodecDecodeSelf(d) } } - if yyrt3601 { - for ; yyj3601 < yyl3601; yyj3601++ { - yyv3601 = append(yyv3601, ServiceAccount{}) - yyh3601.ElemContainerState(yyj3601) + if yyrt3606 { + for ; yyj3606 < yyl3606; yyj3606++ { + yyv3606 = append(yyv3606, ServiceAccount{}) + yyh3606.ElemContainerState(yyj3606) if r.TryDecodeAsNil() { - yyv3601[yyj3601] = ServiceAccount{} + yyv3606[yyj3606] = ServiceAccount{} } else { - yyv3603 := &yyv3601[yyj3601] - yyv3603.CodecDecodeSelf(d) + yyv3608 := &yyv3606[yyj3606] + yyv3608.CodecDecodeSelf(d) } } } } else { - yyj3601 := 0 - for ; !r.CheckBreak(); yyj3601++ { + yyj3606 := 0 + for ; !r.CheckBreak(); yyj3606++ { - if yyj3601 >= len(yyv3601) { - yyv3601 = append(yyv3601, ServiceAccount{}) // var yyz3601 ServiceAccount - yyc3601 = true + if yyj3606 >= len(yyv3606) { + yyv3606 = append(yyv3606, ServiceAccount{}) // var yyz3606 ServiceAccount + yyc3606 = true } - yyh3601.ElemContainerState(yyj3601) - if yyj3601 < len(yyv3601) { + yyh3606.ElemContainerState(yyj3606) + if yyj3606 < len(yyv3606) { if r.TryDecodeAsNil() { - yyv3601[yyj3601] = ServiceAccount{} + yyv3606[yyj3606] = ServiceAccount{} } else { - yyv3604 := &yyv3601[yyj3601] - yyv3604.CodecDecodeSelf(d) + yyv3609 := &yyv3606[yyj3606] + yyv3609.CodecDecodeSelf(d) } } else { @@ -45431,17 +45486,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj3601 < len(yyv3601) { - yyv3601 = yyv3601[:yyj3601] - yyc3601 = true - } else if yyj3601 == 0 && yyv3601 == nil { - yyv3601 = []ServiceAccount{} - yyc3601 = true + if yyj3606 < len(yyv3606) { + yyv3606 = yyv3606[:yyj3606] + yyc3606 = true + } else if yyj3606 == 0 && yyv3606 == nil { + yyv3606 = []ServiceAccount{} + yyc3606 = true } } - yyh3601.End() - if yyc3601 { - *v = yyv3601 + yyh3606.End() + if yyc3606 { + *v = yyv3606 } } @@ -45450,10 +45505,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3605 := range v { + for _, yyv3610 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3606 := &yyv3605 - yy3606.CodecEncodeSelf(e) + yy3611 := &yyv3610 + yy3611.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45463,83 +45518,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3607 := *v - yyh3607, yyl3607 := z.DecSliceHelperStart() - var yyc3607 bool - if yyl3607 == 0 { - if yyv3607 == nil { - yyv3607 = []EndpointSubset{} - yyc3607 = true - } else if len(yyv3607) != 0 { - yyv3607 = yyv3607[:0] - yyc3607 = true + yyv3612 := *v + yyh3612, yyl3612 := z.DecSliceHelperStart() + var yyc3612 bool + if yyl3612 == 0 { + if yyv3612 == nil { + yyv3612 = []EndpointSubset{} + yyc3612 = true + } else if len(yyv3612) != 0 { + yyv3612 = yyv3612[:0] + yyc3612 = true } - } else if yyl3607 > 0 { - var yyrr3607, yyrl3607 int - var yyrt3607 bool - if yyl3607 > cap(yyv3607) { + } else if yyl3612 > 0 { + var yyrr3612, yyrl3612 int + var yyrt3612 bool + if yyl3612 > cap(yyv3612) { - yyrg3607 := len(yyv3607) > 0 - yyv23607 := yyv3607 - yyrl3607, yyrt3607 = z.DecInferLen(yyl3607, z.DecBasicHandle().MaxInitLen, 72) - if yyrt3607 { - if yyrl3607 <= cap(yyv3607) { - yyv3607 = yyv3607[:yyrl3607] + yyrg3612 := len(yyv3612) > 0 + yyv23612 := yyv3612 + yyrl3612, yyrt3612 = z.DecInferLen(yyl3612, z.DecBasicHandle().MaxInitLen, 72) + if yyrt3612 { + if yyrl3612 <= cap(yyv3612) { + yyv3612 = yyv3612[:yyrl3612] } else { - yyv3607 = make([]EndpointSubset, yyrl3607) + yyv3612 = make([]EndpointSubset, yyrl3612) } } else { - yyv3607 = make([]EndpointSubset, yyrl3607) + yyv3612 = make([]EndpointSubset, yyrl3612) } - yyc3607 = true - yyrr3607 = len(yyv3607) - if yyrg3607 { - copy(yyv3607, yyv23607) + yyc3612 = true + yyrr3612 = len(yyv3612) + if yyrg3612 { + copy(yyv3612, yyv23612) } - } else if yyl3607 != len(yyv3607) { - yyv3607 = yyv3607[:yyl3607] - yyc3607 = true + } else if yyl3612 != len(yyv3612) { + yyv3612 = yyv3612[:yyl3612] + yyc3612 = true } - yyj3607 := 0 - for ; yyj3607 < yyrr3607; yyj3607++ { - yyh3607.ElemContainerState(yyj3607) + yyj3612 := 0 + for ; yyj3612 < yyrr3612; yyj3612++ { + yyh3612.ElemContainerState(yyj3612) if r.TryDecodeAsNil() { - yyv3607[yyj3607] = EndpointSubset{} + yyv3612[yyj3612] = EndpointSubset{} } else { - yyv3608 := &yyv3607[yyj3607] - yyv3608.CodecDecodeSelf(d) + yyv3613 := &yyv3612[yyj3612] + yyv3613.CodecDecodeSelf(d) } } - if yyrt3607 { - for ; yyj3607 < yyl3607; yyj3607++ { - yyv3607 = append(yyv3607, EndpointSubset{}) - yyh3607.ElemContainerState(yyj3607) + if yyrt3612 { + for ; yyj3612 < yyl3612; yyj3612++ { + yyv3612 = append(yyv3612, EndpointSubset{}) + yyh3612.ElemContainerState(yyj3612) if r.TryDecodeAsNil() { - yyv3607[yyj3607] = EndpointSubset{} + yyv3612[yyj3612] = EndpointSubset{} } else { - yyv3609 := &yyv3607[yyj3607] - yyv3609.CodecDecodeSelf(d) + yyv3614 := &yyv3612[yyj3612] + yyv3614.CodecDecodeSelf(d) } } } } else { - yyj3607 := 0 - for ; !r.CheckBreak(); yyj3607++ { + yyj3612 := 0 + for ; !r.CheckBreak(); yyj3612++ { - if yyj3607 >= len(yyv3607) { - yyv3607 = append(yyv3607, EndpointSubset{}) // var yyz3607 EndpointSubset - yyc3607 = true + if yyj3612 >= len(yyv3612) { + yyv3612 = append(yyv3612, EndpointSubset{}) // var yyz3612 EndpointSubset + yyc3612 = true } - yyh3607.ElemContainerState(yyj3607) - if yyj3607 < len(yyv3607) { + yyh3612.ElemContainerState(yyj3612) + if yyj3612 < len(yyv3612) { if r.TryDecodeAsNil() { - yyv3607[yyj3607] = EndpointSubset{} + yyv3612[yyj3612] = EndpointSubset{} } else { - yyv3610 := &yyv3607[yyj3607] - yyv3610.CodecDecodeSelf(d) + yyv3615 := &yyv3612[yyj3612] + yyv3615.CodecDecodeSelf(d) } } else { @@ -45547,17 +45602,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj3607 < len(yyv3607) { - yyv3607 = yyv3607[:yyj3607] - yyc3607 = true - } else if yyj3607 == 0 && yyv3607 == nil { - yyv3607 = []EndpointSubset{} - yyc3607 = true + if yyj3612 < len(yyv3612) { + yyv3612 = yyv3612[:yyj3612] + yyc3612 = true + } else if yyj3612 == 0 && yyv3612 == nil { + yyv3612 = []EndpointSubset{} + yyc3612 = true } } - yyh3607.End() - if yyc3607 { - *v = yyv3607 + yyh3612.End() + if yyc3612 { + *v = yyv3612 } } @@ -45566,10 +45621,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3611 := range v { + for _, yyv3616 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3612 := &yyv3611 - yy3612.CodecEncodeSelf(e) + yy3617 := &yyv3616 + yy3617.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45579,83 +45634,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3613 := *v - yyh3613, yyl3613 := z.DecSliceHelperStart() - var yyc3613 bool - if yyl3613 == 0 { - if yyv3613 == nil { - yyv3613 = []EndpointAddress{} - yyc3613 = true - } else if len(yyv3613) != 0 { - yyv3613 = yyv3613[:0] - yyc3613 = true + yyv3618 := *v + yyh3618, yyl3618 := z.DecSliceHelperStart() + var yyc3618 bool + if yyl3618 == 0 { + if yyv3618 == nil { + yyv3618 = []EndpointAddress{} + yyc3618 = true + } else if len(yyv3618) != 0 { + yyv3618 = yyv3618[:0] + yyc3618 = true } - } else if yyl3613 > 0 { - var yyrr3613, yyrl3613 int - var yyrt3613 bool - if yyl3613 > cap(yyv3613) { + } else if yyl3618 > 0 { + var yyrr3618, yyrl3618 int + var yyrt3618 bool + if yyl3618 > cap(yyv3618) { - yyrg3613 := len(yyv3613) > 0 - yyv23613 := yyv3613 - yyrl3613, yyrt3613 = z.DecInferLen(yyl3613, z.DecBasicHandle().MaxInitLen, 24) - if yyrt3613 { - if yyrl3613 <= cap(yyv3613) { - yyv3613 = yyv3613[:yyrl3613] + yyrg3618 := len(yyv3618) > 0 + yyv23618 := yyv3618 + yyrl3618, yyrt3618 = z.DecInferLen(yyl3618, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3618 { + if yyrl3618 <= cap(yyv3618) { + yyv3618 = yyv3618[:yyrl3618] } else { - yyv3613 = make([]EndpointAddress, yyrl3613) + yyv3618 = make([]EndpointAddress, yyrl3618) } } else { - yyv3613 = make([]EndpointAddress, yyrl3613) + yyv3618 = make([]EndpointAddress, yyrl3618) } - yyc3613 = true - yyrr3613 = len(yyv3613) - if yyrg3613 { - copy(yyv3613, yyv23613) + yyc3618 = true + yyrr3618 = len(yyv3618) + if yyrg3618 { + copy(yyv3618, yyv23618) } - } else if yyl3613 != len(yyv3613) { - yyv3613 = yyv3613[:yyl3613] - yyc3613 = true + } else if yyl3618 != len(yyv3618) { + yyv3618 = yyv3618[:yyl3618] + yyc3618 = true } - yyj3613 := 0 - for ; yyj3613 < yyrr3613; yyj3613++ { - yyh3613.ElemContainerState(yyj3613) + yyj3618 := 0 + for ; yyj3618 < yyrr3618; yyj3618++ { + yyh3618.ElemContainerState(yyj3618) if r.TryDecodeAsNil() { - yyv3613[yyj3613] = EndpointAddress{} + yyv3618[yyj3618] = EndpointAddress{} } else { - yyv3614 := &yyv3613[yyj3613] - yyv3614.CodecDecodeSelf(d) + yyv3619 := &yyv3618[yyj3618] + yyv3619.CodecDecodeSelf(d) } } - if yyrt3613 { - for ; yyj3613 < yyl3613; yyj3613++ { - yyv3613 = append(yyv3613, EndpointAddress{}) - yyh3613.ElemContainerState(yyj3613) + if yyrt3618 { + for ; yyj3618 < yyl3618; yyj3618++ { + yyv3618 = append(yyv3618, EndpointAddress{}) + yyh3618.ElemContainerState(yyj3618) if r.TryDecodeAsNil() { - yyv3613[yyj3613] = EndpointAddress{} + yyv3618[yyj3618] = EndpointAddress{} } else { - yyv3615 := &yyv3613[yyj3613] - yyv3615.CodecDecodeSelf(d) + yyv3620 := &yyv3618[yyj3618] + yyv3620.CodecDecodeSelf(d) } } } } else { - yyj3613 := 0 - for ; !r.CheckBreak(); yyj3613++ { + yyj3618 := 0 + for ; !r.CheckBreak(); yyj3618++ { - if yyj3613 >= len(yyv3613) { - yyv3613 = append(yyv3613, EndpointAddress{}) // var yyz3613 EndpointAddress - yyc3613 = true + if yyj3618 >= len(yyv3618) { + yyv3618 = append(yyv3618, EndpointAddress{}) // var yyz3618 EndpointAddress + yyc3618 = true } - yyh3613.ElemContainerState(yyj3613) - if yyj3613 < len(yyv3613) { + yyh3618.ElemContainerState(yyj3618) + if yyj3618 < len(yyv3618) { if r.TryDecodeAsNil() { - yyv3613[yyj3613] = EndpointAddress{} + yyv3618[yyj3618] = EndpointAddress{} } else { - yyv3616 := &yyv3613[yyj3613] - yyv3616.CodecDecodeSelf(d) + yyv3621 := &yyv3618[yyj3618] + yyv3621.CodecDecodeSelf(d) } } else { @@ -45663,17 +45718,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj3613 < len(yyv3613) { - yyv3613 = yyv3613[:yyj3613] - yyc3613 = true - } else if yyj3613 == 0 && yyv3613 == nil { - yyv3613 = []EndpointAddress{} - yyc3613 = true + if yyj3618 < len(yyv3618) { + yyv3618 = yyv3618[:yyj3618] + yyc3618 = true + } else if yyj3618 == 0 && yyv3618 == nil { + yyv3618 = []EndpointAddress{} + yyc3618 = true } } - yyh3613.End() - if yyc3613 { - *v = yyv3613 + yyh3618.End() + if yyc3618 { + *v = yyv3618 } } @@ -45682,10 +45737,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3617 := range v { + for _, yyv3622 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3618 := &yyv3617 - yy3618.CodecEncodeSelf(e) + yy3623 := &yyv3622 + yy3623.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45695,83 +45750,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3619 := *v - yyh3619, yyl3619 := z.DecSliceHelperStart() - var yyc3619 bool - if yyl3619 == 0 { - if yyv3619 == nil { - yyv3619 = []EndpointPort{} - yyc3619 = true - } else if len(yyv3619) != 0 { - yyv3619 = yyv3619[:0] - yyc3619 = true + yyv3624 := *v + yyh3624, yyl3624 := z.DecSliceHelperStart() + var yyc3624 bool + if yyl3624 == 0 { + if yyv3624 == nil { + yyv3624 = []EndpointPort{} + yyc3624 = true + } else if len(yyv3624) != 0 { + yyv3624 = yyv3624[:0] + yyc3624 = true } - } else if yyl3619 > 0 { - var yyrr3619, yyrl3619 int - var yyrt3619 bool - if yyl3619 > cap(yyv3619) { + } else if yyl3624 > 0 { + var yyrr3624, yyrl3624 int + var yyrt3624 bool + if yyl3624 > cap(yyv3624) { - yyrg3619 := len(yyv3619) > 0 - yyv23619 := yyv3619 - yyrl3619, yyrt3619 = z.DecInferLen(yyl3619, z.DecBasicHandle().MaxInitLen, 40) - if yyrt3619 { - if yyrl3619 <= cap(yyv3619) { - yyv3619 = yyv3619[:yyrl3619] + yyrg3624 := len(yyv3624) > 0 + yyv23624 := yyv3624 + yyrl3624, yyrt3624 = z.DecInferLen(yyl3624, z.DecBasicHandle().MaxInitLen, 40) + if yyrt3624 { + if yyrl3624 <= cap(yyv3624) { + yyv3624 = yyv3624[:yyrl3624] } else { - yyv3619 = make([]EndpointPort, yyrl3619) + yyv3624 = make([]EndpointPort, yyrl3624) } } else { - yyv3619 = make([]EndpointPort, yyrl3619) + yyv3624 = make([]EndpointPort, yyrl3624) } - yyc3619 = true - yyrr3619 = len(yyv3619) - if yyrg3619 { - copy(yyv3619, yyv23619) + yyc3624 = true + yyrr3624 = len(yyv3624) + if yyrg3624 { + copy(yyv3624, yyv23624) } - } else if yyl3619 != len(yyv3619) { - yyv3619 = yyv3619[:yyl3619] - yyc3619 = true + } else if yyl3624 != len(yyv3624) { + yyv3624 = yyv3624[:yyl3624] + yyc3624 = true } - yyj3619 := 0 - for ; yyj3619 < yyrr3619; yyj3619++ { - yyh3619.ElemContainerState(yyj3619) + yyj3624 := 0 + for ; yyj3624 < yyrr3624; yyj3624++ { + yyh3624.ElemContainerState(yyj3624) if r.TryDecodeAsNil() { - yyv3619[yyj3619] = EndpointPort{} + yyv3624[yyj3624] = EndpointPort{} } else { - yyv3620 := &yyv3619[yyj3619] - yyv3620.CodecDecodeSelf(d) + yyv3625 := &yyv3624[yyj3624] + yyv3625.CodecDecodeSelf(d) } } - if yyrt3619 { - for ; yyj3619 < yyl3619; yyj3619++ { - yyv3619 = append(yyv3619, EndpointPort{}) - yyh3619.ElemContainerState(yyj3619) + if yyrt3624 { + for ; yyj3624 < yyl3624; yyj3624++ { + yyv3624 = append(yyv3624, EndpointPort{}) + yyh3624.ElemContainerState(yyj3624) if r.TryDecodeAsNil() { - yyv3619[yyj3619] = EndpointPort{} + yyv3624[yyj3624] = EndpointPort{} } else { - yyv3621 := &yyv3619[yyj3619] - yyv3621.CodecDecodeSelf(d) + yyv3626 := &yyv3624[yyj3624] + yyv3626.CodecDecodeSelf(d) } } } } else { - yyj3619 := 0 - for ; !r.CheckBreak(); yyj3619++ { + yyj3624 := 0 + for ; !r.CheckBreak(); yyj3624++ { - if yyj3619 >= len(yyv3619) { - yyv3619 = append(yyv3619, EndpointPort{}) // var yyz3619 EndpointPort - yyc3619 = true + if yyj3624 >= len(yyv3624) { + yyv3624 = append(yyv3624, EndpointPort{}) // var yyz3624 EndpointPort + yyc3624 = true } - yyh3619.ElemContainerState(yyj3619) - if yyj3619 < len(yyv3619) { + yyh3624.ElemContainerState(yyj3624) + if yyj3624 < len(yyv3624) { if r.TryDecodeAsNil() { - yyv3619[yyj3619] = EndpointPort{} + yyv3624[yyj3624] = EndpointPort{} } else { - yyv3622 := &yyv3619[yyj3619] - yyv3622.CodecDecodeSelf(d) + yyv3627 := &yyv3624[yyj3624] + yyv3627.CodecDecodeSelf(d) } } else { @@ -45779,17 +45834,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj3619 < len(yyv3619) { - yyv3619 = yyv3619[:yyj3619] - yyc3619 = true - } else if yyj3619 == 0 && yyv3619 == nil { - yyv3619 = []EndpointPort{} - yyc3619 = true + if yyj3624 < len(yyv3624) { + yyv3624 = yyv3624[:yyj3624] + yyc3624 = true + } else if yyj3624 == 0 && yyv3624 == nil { + yyv3624 = []EndpointPort{} + yyc3624 = true } } - yyh3619.End() - if yyc3619 { - *v = yyv3619 + yyh3624.End() + if yyc3624 { + *v = yyv3624 } } @@ -45798,10 +45853,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3623 := range v { + for _, yyv3628 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3624 := &yyv3623 - yy3624.CodecEncodeSelf(e) + yy3629 := &yyv3628 + yy3629.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45811,83 +45866,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3625 := *v - yyh3625, yyl3625 := z.DecSliceHelperStart() - var yyc3625 bool - if yyl3625 == 0 { - if yyv3625 == nil { - yyv3625 = []Endpoints{} - yyc3625 = true - } else if len(yyv3625) != 0 { - yyv3625 = yyv3625[:0] - yyc3625 = true + yyv3630 := *v + yyh3630, yyl3630 := z.DecSliceHelperStart() + var yyc3630 bool + if yyl3630 == 0 { + if yyv3630 == nil { + yyv3630 = []Endpoints{} + yyc3630 = true + } else if len(yyv3630) != 0 { + yyv3630 = yyv3630[:0] + yyc3630 = true } - } else if yyl3625 > 0 { - var yyrr3625, yyrl3625 int - var yyrt3625 bool - if yyl3625 > cap(yyv3625) { + } else if yyl3630 > 0 { + var yyrr3630, yyrl3630 int + var yyrt3630 bool + if yyl3630 > cap(yyv3630) { - yyrg3625 := len(yyv3625) > 0 - yyv23625 := yyv3625 - yyrl3625, yyrt3625 = z.DecInferLen(yyl3625, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3625 { - if yyrl3625 <= cap(yyv3625) { - yyv3625 = yyv3625[:yyrl3625] + yyrg3630 := len(yyv3630) > 0 + yyv23630 := yyv3630 + yyrl3630, yyrt3630 = z.DecInferLen(yyl3630, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3630 { + if yyrl3630 <= cap(yyv3630) { + yyv3630 = yyv3630[:yyrl3630] } else { - yyv3625 = make([]Endpoints, yyrl3625) + yyv3630 = make([]Endpoints, yyrl3630) } } else { - yyv3625 = make([]Endpoints, yyrl3625) + yyv3630 = make([]Endpoints, yyrl3630) } - yyc3625 = true - yyrr3625 = len(yyv3625) - if yyrg3625 { - copy(yyv3625, yyv23625) + yyc3630 = true + yyrr3630 = len(yyv3630) + if yyrg3630 { + copy(yyv3630, yyv23630) } - } else if yyl3625 != len(yyv3625) { - yyv3625 = yyv3625[:yyl3625] - yyc3625 = true + } else if yyl3630 != len(yyv3630) { + yyv3630 = yyv3630[:yyl3630] + yyc3630 = true } - yyj3625 := 0 - for ; yyj3625 < yyrr3625; yyj3625++ { - yyh3625.ElemContainerState(yyj3625) + yyj3630 := 0 + for ; yyj3630 < yyrr3630; yyj3630++ { + yyh3630.ElemContainerState(yyj3630) if r.TryDecodeAsNil() { - yyv3625[yyj3625] = Endpoints{} + yyv3630[yyj3630] = Endpoints{} } else { - yyv3626 := &yyv3625[yyj3625] - yyv3626.CodecDecodeSelf(d) + yyv3631 := &yyv3630[yyj3630] + yyv3631.CodecDecodeSelf(d) } } - if yyrt3625 { - for ; yyj3625 < yyl3625; yyj3625++ { - yyv3625 = append(yyv3625, Endpoints{}) - yyh3625.ElemContainerState(yyj3625) + if yyrt3630 { + for ; yyj3630 < yyl3630; yyj3630++ { + yyv3630 = append(yyv3630, Endpoints{}) + yyh3630.ElemContainerState(yyj3630) if r.TryDecodeAsNil() { - yyv3625[yyj3625] = Endpoints{} + yyv3630[yyj3630] = Endpoints{} } else { - yyv3627 := &yyv3625[yyj3625] - yyv3627.CodecDecodeSelf(d) + yyv3632 := &yyv3630[yyj3630] + yyv3632.CodecDecodeSelf(d) } } } } else { - yyj3625 := 0 - for ; !r.CheckBreak(); yyj3625++ { + yyj3630 := 0 + for ; !r.CheckBreak(); yyj3630++ { - if yyj3625 >= len(yyv3625) { - yyv3625 = append(yyv3625, Endpoints{}) // var yyz3625 Endpoints - yyc3625 = true + if yyj3630 >= len(yyv3630) { + yyv3630 = append(yyv3630, Endpoints{}) // var yyz3630 Endpoints + yyc3630 = true } - yyh3625.ElemContainerState(yyj3625) - if yyj3625 < len(yyv3625) { + yyh3630.ElemContainerState(yyj3630) + if yyj3630 < len(yyv3630) { if r.TryDecodeAsNil() { - yyv3625[yyj3625] = Endpoints{} + yyv3630[yyj3630] = Endpoints{} } else { - yyv3628 := &yyv3625[yyj3625] - yyv3628.CodecDecodeSelf(d) + yyv3633 := &yyv3630[yyj3630] + yyv3633.CodecDecodeSelf(d) } } else { @@ -45895,17 +45950,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj3625 < len(yyv3625) { - yyv3625 = yyv3625[:yyj3625] - yyc3625 = true - } else if yyj3625 == 0 && yyv3625 == nil { - yyv3625 = []Endpoints{} - yyc3625 = true + if yyj3630 < len(yyv3630) { + yyv3630 = yyv3630[:yyj3630] + yyc3630 = true + } else if yyj3630 == 0 && yyv3630 == nil { + yyv3630 = []Endpoints{} + yyc3630 = true } } - yyh3625.End() - if yyc3625 { - *v = yyv3625 + yyh3630.End() + if yyc3630 { + *v = yyv3630 } } @@ -45914,10 +45969,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3629 := range v { + for _, yyv3634 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3630 := &yyv3629 - yy3630.CodecEncodeSelf(e) + yy3635 := &yyv3634 + yy3635.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45927,83 +45982,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3631 := *v - yyh3631, yyl3631 := z.DecSliceHelperStart() - var yyc3631 bool - if yyl3631 == 0 { - if yyv3631 == nil { - yyv3631 = []NodeCondition{} - yyc3631 = true - } else if len(yyv3631) != 0 { - yyv3631 = yyv3631[:0] - yyc3631 = true + yyv3636 := *v + yyh3636, yyl3636 := z.DecSliceHelperStart() + var yyc3636 bool + if yyl3636 == 0 { + if yyv3636 == nil { + yyv3636 = []NodeCondition{} + yyc3636 = true + } else if len(yyv3636) != 0 { + yyv3636 = yyv3636[:0] + yyc3636 = true } - } else if yyl3631 > 0 { - var yyrr3631, yyrl3631 int - var yyrt3631 bool - if yyl3631 > cap(yyv3631) { + } else if yyl3636 > 0 { + var yyrr3636, yyrl3636 int + var yyrt3636 bool + if yyl3636 > cap(yyv3636) { - yyrg3631 := len(yyv3631) > 0 - yyv23631 := yyv3631 - yyrl3631, yyrt3631 = z.DecInferLen(yyl3631, z.DecBasicHandle().MaxInitLen, 112) - if yyrt3631 { - if yyrl3631 <= cap(yyv3631) { - yyv3631 = yyv3631[:yyrl3631] + yyrg3636 := len(yyv3636) > 0 + yyv23636 := yyv3636 + yyrl3636, yyrt3636 = z.DecInferLen(yyl3636, z.DecBasicHandle().MaxInitLen, 112) + if yyrt3636 { + if yyrl3636 <= cap(yyv3636) { + yyv3636 = yyv3636[:yyrl3636] } else { - yyv3631 = make([]NodeCondition, yyrl3631) + yyv3636 = make([]NodeCondition, yyrl3636) } } else { - yyv3631 = make([]NodeCondition, yyrl3631) + yyv3636 = make([]NodeCondition, yyrl3636) } - yyc3631 = true - yyrr3631 = len(yyv3631) - if yyrg3631 { - copy(yyv3631, yyv23631) + yyc3636 = true + yyrr3636 = len(yyv3636) + if yyrg3636 { + copy(yyv3636, yyv23636) } - } else if yyl3631 != len(yyv3631) { - yyv3631 = yyv3631[:yyl3631] - yyc3631 = true + } else if yyl3636 != len(yyv3636) { + yyv3636 = yyv3636[:yyl3636] + yyc3636 = true } - yyj3631 := 0 - for ; yyj3631 < yyrr3631; yyj3631++ { - yyh3631.ElemContainerState(yyj3631) + yyj3636 := 0 + for ; yyj3636 < yyrr3636; yyj3636++ { + yyh3636.ElemContainerState(yyj3636) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = NodeCondition{} + yyv3636[yyj3636] = NodeCondition{} } else { - yyv3632 := &yyv3631[yyj3631] - yyv3632.CodecDecodeSelf(d) + yyv3637 := &yyv3636[yyj3636] + yyv3637.CodecDecodeSelf(d) } } - if yyrt3631 { - for ; yyj3631 < yyl3631; yyj3631++ { - yyv3631 = append(yyv3631, NodeCondition{}) - yyh3631.ElemContainerState(yyj3631) + if yyrt3636 { + for ; yyj3636 < yyl3636; yyj3636++ { + yyv3636 = append(yyv3636, NodeCondition{}) + yyh3636.ElemContainerState(yyj3636) if r.TryDecodeAsNil() { - yyv3631[yyj3631] = NodeCondition{} + yyv3636[yyj3636] = NodeCondition{} } else { - yyv3633 := &yyv3631[yyj3631] - yyv3633.CodecDecodeSelf(d) + yyv3638 := &yyv3636[yyj3636] + yyv3638.CodecDecodeSelf(d) } } } } else { - yyj3631 := 0 - for ; !r.CheckBreak(); yyj3631++ { + yyj3636 := 0 + for ; !r.CheckBreak(); yyj3636++ { - if yyj3631 >= len(yyv3631) { - yyv3631 = append(yyv3631, NodeCondition{}) // var yyz3631 NodeCondition - yyc3631 = true + if yyj3636 >= len(yyv3636) { + yyv3636 = append(yyv3636, NodeCondition{}) // var yyz3636 NodeCondition + yyc3636 = true } - yyh3631.ElemContainerState(yyj3631) - if yyj3631 < len(yyv3631) { + yyh3636.ElemContainerState(yyj3636) + if yyj3636 < len(yyv3636) { if r.TryDecodeAsNil() { - yyv3631[yyj3631] = NodeCondition{} + yyv3636[yyj3636] = NodeCondition{} } else { - yyv3634 := &yyv3631[yyj3631] - yyv3634.CodecDecodeSelf(d) + yyv3639 := &yyv3636[yyj3636] + yyv3639.CodecDecodeSelf(d) } } else { @@ -46011,17 +46066,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj3631 < len(yyv3631) { - yyv3631 = yyv3631[:yyj3631] - yyc3631 = true - } else if yyj3631 == 0 && yyv3631 == nil { - yyv3631 = []NodeCondition{} - yyc3631 = true + if yyj3636 < len(yyv3636) { + yyv3636 = yyv3636[:yyj3636] + yyc3636 = true + } else if yyj3636 == 0 && yyv3636 == nil { + yyv3636 = []NodeCondition{} + yyc3636 = true } } - yyh3631.End() - if yyc3631 { - *v = yyv3631 + yyh3636.End() + if yyc3636 { + *v = yyv3636 } } @@ -46030,10 +46085,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3635 := range v { + for _, yyv3640 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3636 := &yyv3635 - yy3636.CodecEncodeSelf(e) + yy3641 := &yyv3640 + yy3641.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46043,83 +46098,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3637 := *v - yyh3637, yyl3637 := z.DecSliceHelperStart() - var yyc3637 bool - if yyl3637 == 0 { - if yyv3637 == nil { - yyv3637 = []NodeAddress{} - yyc3637 = true - } else if len(yyv3637) != 0 { - yyv3637 = yyv3637[:0] - yyc3637 = true + yyv3642 := *v + yyh3642, yyl3642 := z.DecSliceHelperStart() + var yyc3642 bool + if yyl3642 == 0 { + if yyv3642 == nil { + yyv3642 = []NodeAddress{} + yyc3642 = true + } else if len(yyv3642) != 0 { + yyv3642 = yyv3642[:0] + yyc3642 = true } - } else if yyl3637 > 0 { - var yyrr3637, yyrl3637 int - var yyrt3637 bool - if yyl3637 > cap(yyv3637) { + } else if yyl3642 > 0 { + var yyrr3642, yyrl3642 int + var yyrt3642 bool + if yyl3642 > cap(yyv3642) { - yyrg3637 := len(yyv3637) > 0 - yyv23637 := yyv3637 - yyrl3637, yyrt3637 = z.DecInferLen(yyl3637, z.DecBasicHandle().MaxInitLen, 32) - if yyrt3637 { - if yyrl3637 <= cap(yyv3637) { - yyv3637 = yyv3637[:yyrl3637] + yyrg3642 := len(yyv3642) > 0 + yyv23642 := yyv3642 + yyrl3642, yyrt3642 = z.DecInferLen(yyl3642, z.DecBasicHandle().MaxInitLen, 32) + if yyrt3642 { + if yyrl3642 <= cap(yyv3642) { + yyv3642 = yyv3642[:yyrl3642] } else { - yyv3637 = make([]NodeAddress, yyrl3637) + yyv3642 = make([]NodeAddress, yyrl3642) } } else { - yyv3637 = make([]NodeAddress, yyrl3637) + yyv3642 = make([]NodeAddress, yyrl3642) } - yyc3637 = true - yyrr3637 = len(yyv3637) - if yyrg3637 { - copy(yyv3637, yyv23637) + yyc3642 = true + yyrr3642 = len(yyv3642) + if yyrg3642 { + copy(yyv3642, yyv23642) } - } else if yyl3637 != len(yyv3637) { - yyv3637 = yyv3637[:yyl3637] - yyc3637 = true + } else if yyl3642 != len(yyv3642) { + yyv3642 = yyv3642[:yyl3642] + yyc3642 = true } - yyj3637 := 0 - for ; yyj3637 < yyrr3637; yyj3637++ { - yyh3637.ElemContainerState(yyj3637) + yyj3642 := 0 + for ; yyj3642 < yyrr3642; yyj3642++ { + yyh3642.ElemContainerState(yyj3642) if r.TryDecodeAsNil() { - yyv3637[yyj3637] = NodeAddress{} + yyv3642[yyj3642] = NodeAddress{} } else { - yyv3638 := &yyv3637[yyj3637] - yyv3638.CodecDecodeSelf(d) + yyv3643 := &yyv3642[yyj3642] + yyv3643.CodecDecodeSelf(d) } } - if yyrt3637 { - for ; yyj3637 < yyl3637; yyj3637++ { - yyv3637 = append(yyv3637, NodeAddress{}) - yyh3637.ElemContainerState(yyj3637) + if yyrt3642 { + for ; yyj3642 < yyl3642; yyj3642++ { + yyv3642 = append(yyv3642, NodeAddress{}) + yyh3642.ElemContainerState(yyj3642) if r.TryDecodeAsNil() { - yyv3637[yyj3637] = NodeAddress{} + yyv3642[yyj3642] = NodeAddress{} } else { - yyv3639 := &yyv3637[yyj3637] - yyv3639.CodecDecodeSelf(d) + yyv3644 := &yyv3642[yyj3642] + yyv3644.CodecDecodeSelf(d) } } } } else { - yyj3637 := 0 - for ; !r.CheckBreak(); yyj3637++ { + yyj3642 := 0 + for ; !r.CheckBreak(); yyj3642++ { - if yyj3637 >= len(yyv3637) { - yyv3637 = append(yyv3637, NodeAddress{}) // var yyz3637 NodeAddress - yyc3637 = true + if yyj3642 >= len(yyv3642) { + yyv3642 = append(yyv3642, NodeAddress{}) // var yyz3642 NodeAddress + yyc3642 = true } - yyh3637.ElemContainerState(yyj3637) - if yyj3637 < len(yyv3637) { + yyh3642.ElemContainerState(yyj3642) + if yyj3642 < len(yyv3642) { if r.TryDecodeAsNil() { - yyv3637[yyj3637] = NodeAddress{} + yyv3642[yyj3642] = NodeAddress{} } else { - yyv3640 := &yyv3637[yyj3637] - yyv3640.CodecDecodeSelf(d) + yyv3645 := &yyv3642[yyj3642] + yyv3645.CodecDecodeSelf(d) } } else { @@ -46127,17 +46182,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj3637 < len(yyv3637) { - yyv3637 = yyv3637[:yyj3637] - yyc3637 = true - } else if yyj3637 == 0 && yyv3637 == nil { - yyv3637 = []NodeAddress{} - yyc3637 = true + if yyj3642 < len(yyv3642) { + yyv3642 = yyv3642[:yyj3642] + yyc3642 = true + } else if yyj3642 == 0 && yyv3642 == nil { + yyv3642 = []NodeAddress{} + yyc3642 = true } } - yyh3637.End() - if yyc3637 { - *v = yyv3637 + yyh3642.End() + if yyc3642 { + *v = yyv3642 } } @@ -46146,19 +46201,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3641, yyv3641 := range v { + for yyk3646, yyv3646 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk3641.CodecEncodeSelf(e) + yyk3646.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3642 := &yyv3641 - yym3643 := z.EncBinary() - _ = yym3643 + yy3647 := &yyv3646 + yym3648 := z.EncBinary() + _ = yym3648 if false { - } else if z.HasExtensions() && z.EncExt(yy3642) { - } else if !yym3643 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3642) + } else if z.HasExtensions() && z.EncExt(yy3647) { + } else if !yym3648 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3647) } else { - z.EncFallback(yy3642) + z.EncFallback(yy3647) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46169,86 +46224,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3644 := *v - yyl3644 := r.ReadMapStart() - yybh3644 := z.DecBasicHandle() - if yyv3644 == nil { - yyrl3644, _ := z.DecInferLen(yyl3644, yybh3644.MaxInitLen, 40) - yyv3644 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3644) - *v = yyv3644 + yyv3649 := *v + yyl3649 := r.ReadMapStart() + yybh3649 := z.DecBasicHandle() + if yyv3649 == nil { + yyrl3649, _ := z.DecInferLen(yyl3649, yybh3649.MaxInitLen, 40) + yyv3649 = make(map[ResourceName]pkg3_resource.Quantity, yyrl3649) + *v = yyv3649 } - var yymk3644 ResourceName - var yymv3644 pkg3_resource.Quantity - var yymg3644 bool - if yybh3644.MapValueReset { - yymg3644 = true + var yymk3649 ResourceName + var yymv3649 pkg3_resource.Quantity + var yymg3649 bool + if yybh3649.MapValueReset { + yymg3649 = true } - if yyl3644 > 0 { - for yyj3644 := 0; yyj3644 < yyl3644; yyj3644++ { + if yyl3649 > 0 { + for yyj3649 := 0; yyj3649 < yyl3649; yyj3649++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3644 = "" + yymk3649 = "" } else { - yymk3644 = ResourceName(r.DecodeString()) + yymk3649 = ResourceName(r.DecodeString()) } - if yymg3644 { - yymv3644 = yyv3644[yymk3644] + if yymg3649 { + yymv3649 = yyv3649[yymk3649] } else { - yymv3644 = pkg3_resource.Quantity{} + yymv3649 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3644 = pkg3_resource.Quantity{} + yymv3649 = pkg3_resource.Quantity{} } else { - yyv3646 := &yymv3644 - yym3647 := z.DecBinary() - _ = yym3647 + yyv3651 := &yymv3649 + yym3652 := z.DecBinary() + _ = yym3652 if false { - } else if z.HasExtensions() && z.DecExt(yyv3646) { - } else if !yym3647 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3646) + } else if z.HasExtensions() && z.DecExt(yyv3651) { + } else if !yym3652 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3651) } else { - z.DecFallback(yyv3646, false) + z.DecFallback(yyv3651, false) } } - if yyv3644 != nil { - yyv3644[yymk3644] = yymv3644 + if yyv3649 != nil { + yyv3649[yymk3649] = yymv3649 } } - } else if yyl3644 < 0 { - for yyj3644 := 0; !r.CheckBreak(); yyj3644++ { + } else if yyl3649 < 0 { + for yyj3649 := 0; !r.CheckBreak(); yyj3649++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3644 = "" + yymk3649 = "" } else { - yymk3644 = ResourceName(r.DecodeString()) + yymk3649 = ResourceName(r.DecodeString()) } - if yymg3644 { - yymv3644 = yyv3644[yymk3644] + if yymg3649 { + yymv3649 = yyv3649[yymk3649] } else { - yymv3644 = pkg3_resource.Quantity{} + yymv3649 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3644 = pkg3_resource.Quantity{} + yymv3649 = pkg3_resource.Quantity{} } else { - yyv3649 := &yymv3644 - yym3650 := z.DecBinary() - _ = yym3650 + yyv3654 := &yymv3649 + yym3655 := z.DecBinary() + _ = yym3655 if false { - } else if z.HasExtensions() && z.DecExt(yyv3649) { - } else if !yym3650 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3649) + } else if z.HasExtensions() && z.DecExt(yyv3654) { + } else if !yym3655 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3654) } else { - z.DecFallback(yyv3649, false) + z.DecFallback(yyv3654, false) } } - if yyv3644 != nil { - yyv3644[yymk3644] = yymv3644 + if yyv3649 != nil { + yyv3649[yymk3649] = yymv3649 } } } // else len==0: TODO: Should we clear map entries? @@ -46260,10 +46315,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3651 := range v { + for _, yyv3656 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3652 := &yyv3651 - yy3652.CodecEncodeSelf(e) + yy3657 := &yyv3656 + yy3657.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46273,127 +46328,12 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3653 := *v - yyh3653, yyl3653 := z.DecSliceHelperStart() - var yyc3653 bool - if yyl3653 == 0 { - if yyv3653 == nil { - yyv3653 = []Node{} - yyc3653 = true - } else if len(yyv3653) != 0 { - yyv3653 = yyv3653[:0] - yyc3653 = true - } - } else if yyl3653 > 0 { - var yyrr3653, yyrl3653 int - var yyrt3653 bool - if yyl3653 > cap(yyv3653) { - - yyrg3653 := len(yyv3653) > 0 - yyv23653 := yyv3653 - yyrl3653, yyrt3653 = z.DecInferLen(yyl3653, z.DecBasicHandle().MaxInitLen, 456) - if yyrt3653 { - if yyrl3653 <= cap(yyv3653) { - yyv3653 = yyv3653[:yyrl3653] - } else { - yyv3653 = make([]Node, yyrl3653) - } - } else { - yyv3653 = make([]Node, yyrl3653) - } - yyc3653 = true - yyrr3653 = len(yyv3653) - if yyrg3653 { - copy(yyv3653, yyv23653) - } - } else if yyl3653 != len(yyv3653) { - yyv3653 = yyv3653[:yyl3653] - yyc3653 = true - } - yyj3653 := 0 - for ; yyj3653 < yyrr3653; yyj3653++ { - yyh3653.ElemContainerState(yyj3653) - if r.TryDecodeAsNil() { - yyv3653[yyj3653] = Node{} - } else { - yyv3654 := &yyv3653[yyj3653] - yyv3654.CodecDecodeSelf(d) - } - - } - if yyrt3653 { - for ; yyj3653 < yyl3653; yyj3653++ { - yyv3653 = append(yyv3653, Node{}) - yyh3653.ElemContainerState(yyj3653) - if r.TryDecodeAsNil() { - yyv3653[yyj3653] = Node{} - } else { - yyv3655 := &yyv3653[yyj3653] - yyv3655.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj3653 := 0 - for ; !r.CheckBreak(); yyj3653++ { - - if yyj3653 >= len(yyv3653) { - yyv3653 = append(yyv3653, Node{}) // var yyz3653 Node - yyc3653 = true - } - yyh3653.ElemContainerState(yyj3653) - if yyj3653 < len(yyv3653) { - if r.TryDecodeAsNil() { - yyv3653[yyj3653] = Node{} - } else { - yyv3656 := &yyv3653[yyj3653] - yyv3656.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj3653 < len(yyv3653) { - yyv3653 = yyv3653[:yyj3653] - yyc3653 = true - } else if yyj3653 == 0 && yyv3653 == nil { - yyv3653 = []Node{} - yyc3653 = true - } - } - yyh3653.End() - if yyc3653 { - *v = yyv3653 - } -} - -func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv3657 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv3657.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv3658 := *v yyh3658, yyl3658 := z.DecSliceHelperStart() var yyc3658 bool if yyl3658 == 0 { if yyv3658 == nil { - yyv3658 = []FinalizerName{} + yyv3658 = []Node{} yyc3658 = true } else if len(yyv3658) != 0 { yyv3658 = yyv3658[:0] @@ -46404,18 +46344,23 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. var yyrt3658 bool if yyl3658 > cap(yyv3658) { - yyrl3658, yyrt3658 = z.DecInferLen(yyl3658, z.DecBasicHandle().MaxInitLen, 16) + yyrg3658 := len(yyv3658) > 0 + yyv23658 := yyv3658 + yyrl3658, yyrt3658 = z.DecInferLen(yyl3658, z.DecBasicHandle().MaxInitLen, 456) if yyrt3658 { if yyrl3658 <= cap(yyv3658) { yyv3658 = yyv3658[:yyrl3658] } else { - yyv3658 = make([]FinalizerName, yyrl3658) + yyv3658 = make([]Node, yyrl3658) } } else { - yyv3658 = make([]FinalizerName, yyrl3658) + yyv3658 = make([]Node, yyrl3658) } yyc3658 = true yyrr3658 = len(yyv3658) + if yyrg3658 { + copy(yyv3658, yyv23658) + } } else if yyl3658 != len(yyv3658) { yyv3658 = yyv3658[:yyl3658] yyc3658 = true @@ -46424,20 +46369,22 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; yyj3658 < yyrr3658; yyj3658++ { yyh3658.ElemContainerState(yyj3658) if r.TryDecodeAsNil() { - yyv3658[yyj3658] = "" + yyv3658[yyj3658] = Node{} } else { - yyv3658[yyj3658] = FinalizerName(r.DecodeString()) + yyv3659 := &yyv3658[yyj3658] + yyv3659.CodecDecodeSelf(d) } } if yyrt3658 { for ; yyj3658 < yyl3658; yyj3658++ { - yyv3658 = append(yyv3658, "") + yyv3658 = append(yyv3658, Node{}) yyh3658.ElemContainerState(yyj3658) if r.TryDecodeAsNil() { - yyv3658[yyj3658] = "" + yyv3658[yyj3658] = Node{} } else { - yyv3658[yyj3658] = FinalizerName(r.DecodeString()) + yyv3660 := &yyv3658[yyj3658] + yyv3660.CodecDecodeSelf(d) } } @@ -46448,15 +46395,16 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; !r.CheckBreak(); yyj3658++ { if yyj3658 >= len(yyv3658) { - yyv3658 = append(yyv3658, "") // var yyz3658 FinalizerName + yyv3658 = append(yyv3658, Node{}) // var yyz3658 Node yyc3658 = true } yyh3658.ElemContainerState(yyj3658) if yyj3658 < len(yyv3658) { if r.TryDecodeAsNil() { - yyv3658[yyj3658] = "" + yyv3658[yyj3658] = Node{} } else { - yyv3658[yyj3658] = FinalizerName(r.DecodeString()) + yyv3661 := &yyv3658[yyj3658] + yyv3661.CodecDecodeSelf(d) } } else { @@ -46468,7 +46416,7 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. yyv3658 = yyv3658[:yyj3658] yyc3658 = true } else if yyj3658 == 0 && yyv3658 == nil { - yyv3658 = []FinalizerName{} + yyv3658 = []Node{} yyc3658 = true } } @@ -46478,15 +46426,122 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. } } -func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceFinalizerName(v []FinalizerName, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv3662 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3663 := &yyv3662 - yy3663.CodecEncodeSelf(e) + yyv3662.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv3663 := *v + yyh3663, yyl3663 := z.DecSliceHelperStart() + var yyc3663 bool + if yyl3663 == 0 { + if yyv3663 == nil { + yyv3663 = []FinalizerName{} + yyc3663 = true + } else if len(yyv3663) != 0 { + yyv3663 = yyv3663[:0] + yyc3663 = true + } + } else if yyl3663 > 0 { + var yyrr3663, yyrl3663 int + var yyrt3663 bool + if yyl3663 > cap(yyv3663) { + + yyrl3663, yyrt3663 = z.DecInferLen(yyl3663, z.DecBasicHandle().MaxInitLen, 16) + if yyrt3663 { + if yyrl3663 <= cap(yyv3663) { + yyv3663 = yyv3663[:yyrl3663] + } else { + yyv3663 = make([]FinalizerName, yyrl3663) + } + } else { + yyv3663 = make([]FinalizerName, yyrl3663) + } + yyc3663 = true + yyrr3663 = len(yyv3663) + } else if yyl3663 != len(yyv3663) { + yyv3663 = yyv3663[:yyl3663] + yyc3663 = true + } + yyj3663 := 0 + for ; yyj3663 < yyrr3663; yyj3663++ { + yyh3663.ElemContainerState(yyj3663) + if r.TryDecodeAsNil() { + yyv3663[yyj3663] = "" + } else { + yyv3663[yyj3663] = FinalizerName(r.DecodeString()) + } + + } + if yyrt3663 { + for ; yyj3663 < yyl3663; yyj3663++ { + yyv3663 = append(yyv3663, "") + yyh3663.ElemContainerState(yyj3663) + if r.TryDecodeAsNil() { + yyv3663[yyj3663] = "" + } else { + yyv3663[yyj3663] = FinalizerName(r.DecodeString()) + } + + } + } + + } else { + yyj3663 := 0 + for ; !r.CheckBreak(); yyj3663++ { + + if yyj3663 >= len(yyv3663) { + yyv3663 = append(yyv3663, "") // var yyz3663 FinalizerName + yyc3663 = true + } + yyh3663.ElemContainerState(yyj3663) + if yyj3663 < len(yyv3663) { + if r.TryDecodeAsNil() { + yyv3663[yyj3663] = "" + } else { + yyv3663[yyj3663] = FinalizerName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj3663 < len(yyv3663) { + yyv3663 = yyv3663[:yyj3663] + yyc3663 = true + } else if yyj3663 == 0 && yyv3663 == nil { + yyv3663 = []FinalizerName{} + yyc3663 = true + } + } + yyh3663.End() + if yyc3663 { + *v = yyv3663 + } +} + +func (x codecSelfer1234) encSliceNamespace(v []Namespace, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv3667 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy3668 := &yyv3667 + yy3668.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46496,83 +46551,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3664 := *v - yyh3664, yyl3664 := z.DecSliceHelperStart() - var yyc3664 bool - if yyl3664 == 0 { - if yyv3664 == nil { - yyv3664 = []Namespace{} - yyc3664 = true - } else if len(yyv3664) != 0 { - yyv3664 = yyv3664[:0] - yyc3664 = true + yyv3669 := *v + yyh3669, yyl3669 := z.DecSliceHelperStart() + var yyc3669 bool + if yyl3669 == 0 { + if yyv3669 == nil { + yyv3669 = []Namespace{} + yyc3669 = true + } else if len(yyv3669) != 0 { + yyv3669 = yyv3669[:0] + yyc3669 = true } - } else if yyl3664 > 0 { - var yyrr3664, yyrl3664 int - var yyrt3664 bool - if yyl3664 > cap(yyv3664) { + } else if yyl3669 > 0 { + var yyrr3669, yyrl3669 int + var yyrt3669 bool + if yyl3669 > cap(yyv3669) { - yyrg3664 := len(yyv3664) > 0 - yyv23664 := yyv3664 - yyrl3664, yyrt3664 = z.DecInferLen(yyl3664, z.DecBasicHandle().MaxInitLen, 232) - if yyrt3664 { - if yyrl3664 <= cap(yyv3664) { - yyv3664 = yyv3664[:yyrl3664] + yyrg3669 := len(yyv3669) > 0 + yyv23669 := yyv3669 + yyrl3669, yyrt3669 = z.DecInferLen(yyl3669, z.DecBasicHandle().MaxInitLen, 232) + if yyrt3669 { + if yyrl3669 <= cap(yyv3669) { + yyv3669 = yyv3669[:yyrl3669] } else { - yyv3664 = make([]Namespace, yyrl3664) + yyv3669 = make([]Namespace, yyrl3669) } } else { - yyv3664 = make([]Namespace, yyrl3664) + yyv3669 = make([]Namespace, yyrl3669) } - yyc3664 = true - yyrr3664 = len(yyv3664) - if yyrg3664 { - copy(yyv3664, yyv23664) + yyc3669 = true + yyrr3669 = len(yyv3669) + if yyrg3669 { + copy(yyv3669, yyv23669) } - } else if yyl3664 != len(yyv3664) { - yyv3664 = yyv3664[:yyl3664] - yyc3664 = true + } else if yyl3669 != len(yyv3669) { + yyv3669 = yyv3669[:yyl3669] + yyc3669 = true } - yyj3664 := 0 - for ; yyj3664 < yyrr3664; yyj3664++ { - yyh3664.ElemContainerState(yyj3664) + yyj3669 := 0 + for ; yyj3669 < yyrr3669; yyj3669++ { + yyh3669.ElemContainerState(yyj3669) if r.TryDecodeAsNil() { - yyv3664[yyj3664] = Namespace{} + yyv3669[yyj3669] = Namespace{} } else { - yyv3665 := &yyv3664[yyj3664] - yyv3665.CodecDecodeSelf(d) + yyv3670 := &yyv3669[yyj3669] + yyv3670.CodecDecodeSelf(d) } } - if yyrt3664 { - for ; yyj3664 < yyl3664; yyj3664++ { - yyv3664 = append(yyv3664, Namespace{}) - yyh3664.ElemContainerState(yyj3664) + if yyrt3669 { + for ; yyj3669 < yyl3669; yyj3669++ { + yyv3669 = append(yyv3669, Namespace{}) + yyh3669.ElemContainerState(yyj3669) if r.TryDecodeAsNil() { - yyv3664[yyj3664] = Namespace{} + yyv3669[yyj3669] = Namespace{} } else { - yyv3666 := &yyv3664[yyj3664] - yyv3666.CodecDecodeSelf(d) + yyv3671 := &yyv3669[yyj3669] + yyv3671.CodecDecodeSelf(d) } } } } else { - yyj3664 := 0 - for ; !r.CheckBreak(); yyj3664++ { + yyj3669 := 0 + for ; !r.CheckBreak(); yyj3669++ { - if yyj3664 >= len(yyv3664) { - yyv3664 = append(yyv3664, Namespace{}) // var yyz3664 Namespace - yyc3664 = true + if yyj3669 >= len(yyv3669) { + yyv3669 = append(yyv3669, Namespace{}) // var yyz3669 Namespace + yyc3669 = true } - yyh3664.ElemContainerState(yyj3664) - if yyj3664 < len(yyv3664) { + yyh3669.ElemContainerState(yyj3669) + if yyj3669 < len(yyv3669) { if r.TryDecodeAsNil() { - yyv3664[yyj3664] = Namespace{} + yyv3669[yyj3669] = Namespace{} } else { - yyv3667 := &yyv3664[yyj3664] - yyv3667.CodecDecodeSelf(d) + yyv3672 := &yyv3669[yyj3669] + yyv3672.CodecDecodeSelf(d) } } else { @@ -46580,17 +46635,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj3664 < len(yyv3664) { - yyv3664 = yyv3664[:yyj3664] - yyc3664 = true - } else if yyj3664 == 0 && yyv3664 == nil { - yyv3664 = []Namespace{} - yyc3664 = true + if yyj3669 < len(yyv3669) { + yyv3669 = yyv3669[:yyj3669] + yyc3669 = true + } else if yyj3669 == 0 && yyv3669 == nil { + yyv3669 = []Namespace{} + yyc3669 = true } } - yyh3664.End() - if yyc3664 { - *v = yyv3664 + yyh3669.End() + if yyc3669 { + *v = yyv3669 } } @@ -46599,10 +46654,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3668 := range v { + for _, yyv3673 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3669 := &yyv3668 - yy3669.CodecEncodeSelf(e) + yy3674 := &yyv3673 + yy3674.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46612,83 +46667,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3670 := *v - yyh3670, yyl3670 := z.DecSliceHelperStart() - var yyc3670 bool - if yyl3670 == 0 { - if yyv3670 == nil { - yyv3670 = []Event{} - yyc3670 = true - } else if len(yyv3670) != 0 { - yyv3670 = yyv3670[:0] - yyc3670 = true + yyv3675 := *v + yyh3675, yyl3675 := z.DecSliceHelperStart() + var yyc3675 bool + if yyl3675 == 0 { + if yyv3675 == nil { + yyv3675 = []Event{} + yyc3675 = true + } else if len(yyv3675) != 0 { + yyv3675 = yyv3675[:0] + yyc3675 = true } - } else if yyl3670 > 0 { - var yyrr3670, yyrl3670 int - var yyrt3670 bool - if yyl3670 > cap(yyv3670) { + } else if yyl3675 > 0 { + var yyrr3675, yyrl3675 int + var yyrt3675 bool + if yyl3675 > cap(yyv3675) { - yyrg3670 := len(yyv3670) > 0 - yyv23670 := yyv3670 - yyrl3670, yyrt3670 = z.DecInferLen(yyl3670, z.DecBasicHandle().MaxInitLen, 440) - if yyrt3670 { - if yyrl3670 <= cap(yyv3670) { - yyv3670 = yyv3670[:yyrl3670] + yyrg3675 := len(yyv3675) > 0 + yyv23675 := yyv3675 + yyrl3675, yyrt3675 = z.DecInferLen(yyl3675, z.DecBasicHandle().MaxInitLen, 440) + if yyrt3675 { + if yyrl3675 <= cap(yyv3675) { + yyv3675 = yyv3675[:yyrl3675] } else { - yyv3670 = make([]Event, yyrl3670) + yyv3675 = make([]Event, yyrl3675) } } else { - yyv3670 = make([]Event, yyrl3670) + yyv3675 = make([]Event, yyrl3675) } - yyc3670 = true - yyrr3670 = len(yyv3670) - if yyrg3670 { - copy(yyv3670, yyv23670) + yyc3675 = true + yyrr3675 = len(yyv3675) + if yyrg3675 { + copy(yyv3675, yyv23675) } - } else if yyl3670 != len(yyv3670) { - yyv3670 = yyv3670[:yyl3670] - yyc3670 = true + } else if yyl3675 != len(yyv3675) { + yyv3675 = yyv3675[:yyl3675] + yyc3675 = true } - yyj3670 := 0 - for ; yyj3670 < yyrr3670; yyj3670++ { - yyh3670.ElemContainerState(yyj3670) + yyj3675 := 0 + for ; yyj3675 < yyrr3675; yyj3675++ { + yyh3675.ElemContainerState(yyj3675) if r.TryDecodeAsNil() { - yyv3670[yyj3670] = Event{} + yyv3675[yyj3675] = Event{} } else { - yyv3671 := &yyv3670[yyj3670] - yyv3671.CodecDecodeSelf(d) + yyv3676 := &yyv3675[yyj3675] + yyv3676.CodecDecodeSelf(d) } } - if yyrt3670 { - for ; yyj3670 < yyl3670; yyj3670++ { - yyv3670 = append(yyv3670, Event{}) - yyh3670.ElemContainerState(yyj3670) + if yyrt3675 { + for ; yyj3675 < yyl3675; yyj3675++ { + yyv3675 = append(yyv3675, Event{}) + yyh3675.ElemContainerState(yyj3675) if r.TryDecodeAsNil() { - yyv3670[yyj3670] = Event{} + yyv3675[yyj3675] = Event{} } else { - yyv3672 := &yyv3670[yyj3670] - yyv3672.CodecDecodeSelf(d) + yyv3677 := &yyv3675[yyj3675] + yyv3677.CodecDecodeSelf(d) } } } } else { - yyj3670 := 0 - for ; !r.CheckBreak(); yyj3670++ { + yyj3675 := 0 + for ; !r.CheckBreak(); yyj3675++ { - if yyj3670 >= len(yyv3670) { - yyv3670 = append(yyv3670, Event{}) // var yyz3670 Event - yyc3670 = true + if yyj3675 >= len(yyv3675) { + yyv3675 = append(yyv3675, Event{}) // var yyz3675 Event + yyc3675 = true } - yyh3670.ElemContainerState(yyj3670) - if yyj3670 < len(yyv3670) { + yyh3675.ElemContainerState(yyj3675) + if yyj3675 < len(yyv3675) { if r.TryDecodeAsNil() { - yyv3670[yyj3670] = Event{} + yyv3675[yyj3675] = Event{} } else { - yyv3673 := &yyv3670[yyj3670] - yyv3673.CodecDecodeSelf(d) + yyv3678 := &yyv3675[yyj3675] + yyv3678.CodecDecodeSelf(d) } } else { @@ -46696,17 +46751,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj3670 < len(yyv3670) { - yyv3670 = yyv3670[:yyj3670] - yyc3670 = true - } else if yyj3670 == 0 && yyv3670 == nil { - yyv3670 = []Event{} - yyc3670 = true + if yyj3675 < len(yyv3675) { + yyv3675 = yyv3675[:yyj3675] + yyc3675 = true + } else if yyj3675 == 0 && yyv3675 == nil { + yyv3675 = []Event{} + yyc3675 = true } } - yyh3670.End() - if yyc3670 { - *v = yyv3670 + yyh3675.End() + if yyc3675 { + *v = yyv3675 } } @@ -46715,17 +46770,17 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg6_runtime.RawExtens z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3674 := range v { + for _, yyv3679 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3675 := &yyv3674 - yym3676 := z.EncBinary() - _ = yym3676 + yy3680 := &yyv3679 + yym3681 := z.EncBinary() + _ = yym3681 if false { - } else if z.HasExtensions() && z.EncExt(yy3675) { - } else if !yym3676 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3675) + } else if z.HasExtensions() && z.EncExt(yy3680) { + } else if !yym3681 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3680) } else { - z.EncFallback(yy3675) + z.EncFallback(yy3680) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -46736,78 +46791,78 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3677 := *v - yyh3677, yyl3677 := z.DecSliceHelperStart() - var yyc3677 bool - if yyl3677 == 0 { - if yyv3677 == nil { - yyv3677 = []pkg6_runtime.RawExtension{} - yyc3677 = true - } else if len(yyv3677) != 0 { - yyv3677 = yyv3677[:0] - yyc3677 = true + yyv3682 := *v + yyh3682, yyl3682 := z.DecSliceHelperStart() + var yyc3682 bool + if yyl3682 == 0 { + if yyv3682 == nil { + yyv3682 = []pkg6_runtime.RawExtension{} + yyc3682 = true + } else if len(yyv3682) != 0 { + yyv3682 = yyv3682[:0] + yyc3682 = true } - } else if yyl3677 > 0 { - var yyrr3677, yyrl3677 int - var yyrt3677 bool - if yyl3677 > cap(yyv3677) { + } else if yyl3682 > 0 { + var yyrr3682, yyrl3682 int + var yyrt3682 bool + if yyl3682 > cap(yyv3682) { - yyrg3677 := len(yyv3677) > 0 - yyv23677 := yyv3677 - yyrl3677, yyrt3677 = z.DecInferLen(yyl3677, z.DecBasicHandle().MaxInitLen, 24) - if yyrt3677 { - if yyrl3677 <= cap(yyv3677) { - yyv3677 = yyv3677[:yyrl3677] + yyrg3682 := len(yyv3682) > 0 + yyv23682 := yyv3682 + yyrl3682, yyrt3682 = z.DecInferLen(yyl3682, z.DecBasicHandle().MaxInitLen, 24) + if yyrt3682 { + if yyrl3682 <= cap(yyv3682) { + yyv3682 = yyv3682[:yyrl3682] } else { - yyv3677 = make([]pkg6_runtime.RawExtension, yyrl3677) + yyv3682 = make([]pkg6_runtime.RawExtension, yyrl3682) } } else { - yyv3677 = make([]pkg6_runtime.RawExtension, yyrl3677) + yyv3682 = make([]pkg6_runtime.RawExtension, yyrl3682) } - yyc3677 = true - yyrr3677 = len(yyv3677) - if yyrg3677 { - copy(yyv3677, yyv23677) + yyc3682 = true + yyrr3682 = len(yyv3682) + if yyrg3682 { + copy(yyv3682, yyv23682) } - } else if yyl3677 != len(yyv3677) { - yyv3677 = yyv3677[:yyl3677] - yyc3677 = true + } else if yyl3682 != len(yyv3682) { + yyv3682 = yyv3682[:yyl3682] + yyc3682 = true } - yyj3677 := 0 - for ; yyj3677 < yyrr3677; yyj3677++ { - yyh3677.ElemContainerState(yyj3677) + yyj3682 := 0 + for ; yyj3682 < yyrr3682; yyj3682++ { + yyh3682.ElemContainerState(yyj3682) if r.TryDecodeAsNil() { - yyv3677[yyj3677] = pkg6_runtime.RawExtension{} + yyv3682[yyj3682] = pkg6_runtime.RawExtension{} } else { - yyv3678 := &yyv3677[yyj3677] - yym3679 := z.DecBinary() - _ = yym3679 + yyv3683 := &yyv3682[yyj3682] + yym3684 := z.DecBinary() + _ = yym3684 if false { - } else if z.HasExtensions() && z.DecExt(yyv3678) { - } else if !yym3679 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3678) + } else if z.HasExtensions() && z.DecExt(yyv3683) { + } else if !yym3684 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3683) } else { - z.DecFallback(yyv3678, false) + z.DecFallback(yyv3683, false) } } } - if yyrt3677 { - for ; yyj3677 < yyl3677; yyj3677++ { - yyv3677 = append(yyv3677, pkg6_runtime.RawExtension{}) - yyh3677.ElemContainerState(yyj3677) + if yyrt3682 { + for ; yyj3682 < yyl3682; yyj3682++ { + yyv3682 = append(yyv3682, pkg6_runtime.RawExtension{}) + yyh3682.ElemContainerState(yyj3682) if r.TryDecodeAsNil() { - yyv3677[yyj3677] = pkg6_runtime.RawExtension{} + yyv3682[yyj3682] = pkg6_runtime.RawExtension{} } else { - yyv3680 := &yyv3677[yyj3677] - yym3681 := z.DecBinary() - _ = yym3681 + yyv3685 := &yyv3682[yyj3682] + yym3686 := z.DecBinary() + _ = yym3686 if false { - } else if z.HasExtensions() && z.DecExt(yyv3680) { - } else if !yym3681 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3680) + } else if z.HasExtensions() && z.DecExt(yyv3685) { + } else if !yym3686 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3685) } else { - z.DecFallback(yyv3680, false) + z.DecFallback(yyv3685, false) } } @@ -46815,27 +46870,27 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten } } else { - yyj3677 := 0 - for ; !r.CheckBreak(); yyj3677++ { + yyj3682 := 0 + for ; !r.CheckBreak(); yyj3682++ { - if yyj3677 >= len(yyv3677) { - yyv3677 = append(yyv3677, pkg6_runtime.RawExtension{}) // var yyz3677 pkg6_runtime.RawExtension - yyc3677 = true + if yyj3682 >= len(yyv3682) { + yyv3682 = append(yyv3682, pkg6_runtime.RawExtension{}) // var yyz3682 pkg6_runtime.RawExtension + yyc3682 = true } - yyh3677.ElemContainerState(yyj3677) - if yyj3677 < len(yyv3677) { + yyh3682.ElemContainerState(yyj3682) + if yyj3682 < len(yyv3682) { if r.TryDecodeAsNil() { - yyv3677[yyj3677] = pkg6_runtime.RawExtension{} + yyv3682[yyj3682] = pkg6_runtime.RawExtension{} } else { - yyv3682 := &yyv3677[yyj3677] - yym3683 := z.DecBinary() - _ = yym3683 + yyv3687 := &yyv3682[yyj3682] + yym3688 := z.DecBinary() + _ = yym3688 if false { - } else if z.HasExtensions() && z.DecExt(yyv3682) { - } else if !yym3683 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3682) + } else if z.HasExtensions() && z.DecExt(yyv3687) { + } else if !yym3688 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3687) } else { - z.DecFallback(yyv3682, false) + z.DecFallback(yyv3687, false) } } @@ -46844,17 +46899,17 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg6_runtime.RawExten } } - if yyj3677 < len(yyv3677) { - yyv3677 = yyv3677[:yyj3677] - yyc3677 = true - } else if yyj3677 == 0 && yyv3677 == nil { - yyv3677 = []pkg6_runtime.RawExtension{} - yyc3677 = true + if yyj3682 < len(yyv3682) { + yyv3682 = yyv3682[:yyj3682] + yyc3682 = true + } else if yyj3682 == 0 && yyv3682 == nil { + yyv3682 = []pkg6_runtime.RawExtension{} + yyc3682 = true } } - yyh3677.End() - if yyc3677 { - *v = yyv3677 + yyh3682.End() + if yyc3682 { + *v = yyv3682 } } @@ -46863,10 +46918,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3684 := range v { + for _, yyv3689 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3685 := &yyv3684 - yy3685.CodecEncodeSelf(e) + yy3690 := &yyv3689 + yy3690.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46876,83 +46931,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3686 := *v - yyh3686, yyl3686 := z.DecSliceHelperStart() - var yyc3686 bool - if yyl3686 == 0 { - if yyv3686 == nil { - yyv3686 = []LimitRangeItem{} - yyc3686 = true - } else if len(yyv3686) != 0 { - yyv3686 = yyv3686[:0] - yyc3686 = true + yyv3691 := *v + yyh3691, yyl3691 := z.DecSliceHelperStart() + var yyc3691 bool + if yyl3691 == 0 { + if yyv3691 == nil { + yyv3691 = []LimitRangeItem{} + yyc3691 = true + } else if len(yyv3691) != 0 { + yyv3691 = yyv3691[:0] + yyc3691 = true } - } else if yyl3686 > 0 { - var yyrr3686, yyrl3686 int - var yyrt3686 bool - if yyl3686 > cap(yyv3686) { + } else if yyl3691 > 0 { + var yyrr3691, yyrl3691 int + var yyrt3691 bool + if yyl3691 > cap(yyv3691) { - yyrg3686 := len(yyv3686) > 0 - yyv23686 := yyv3686 - yyrl3686, yyrt3686 = z.DecInferLen(yyl3686, z.DecBasicHandle().MaxInitLen, 56) - if yyrt3686 { - if yyrl3686 <= cap(yyv3686) { - yyv3686 = yyv3686[:yyrl3686] + yyrg3691 := len(yyv3691) > 0 + yyv23691 := yyv3691 + yyrl3691, yyrt3691 = z.DecInferLen(yyl3691, z.DecBasicHandle().MaxInitLen, 56) + if yyrt3691 { + if yyrl3691 <= cap(yyv3691) { + yyv3691 = yyv3691[:yyrl3691] } else { - yyv3686 = make([]LimitRangeItem, yyrl3686) + yyv3691 = make([]LimitRangeItem, yyrl3691) } } else { - yyv3686 = make([]LimitRangeItem, yyrl3686) + yyv3691 = make([]LimitRangeItem, yyrl3691) } - yyc3686 = true - yyrr3686 = len(yyv3686) - if yyrg3686 { - copy(yyv3686, yyv23686) + yyc3691 = true + yyrr3691 = len(yyv3691) + if yyrg3691 { + copy(yyv3691, yyv23691) } - } else if yyl3686 != len(yyv3686) { - yyv3686 = yyv3686[:yyl3686] - yyc3686 = true + } else if yyl3691 != len(yyv3691) { + yyv3691 = yyv3691[:yyl3691] + yyc3691 = true } - yyj3686 := 0 - for ; yyj3686 < yyrr3686; yyj3686++ { - yyh3686.ElemContainerState(yyj3686) + yyj3691 := 0 + for ; yyj3691 < yyrr3691; yyj3691++ { + yyh3691.ElemContainerState(yyj3691) if r.TryDecodeAsNil() { - yyv3686[yyj3686] = LimitRangeItem{} + yyv3691[yyj3691] = LimitRangeItem{} } else { - yyv3687 := &yyv3686[yyj3686] - yyv3687.CodecDecodeSelf(d) + yyv3692 := &yyv3691[yyj3691] + yyv3692.CodecDecodeSelf(d) } } - if yyrt3686 { - for ; yyj3686 < yyl3686; yyj3686++ { - yyv3686 = append(yyv3686, LimitRangeItem{}) - yyh3686.ElemContainerState(yyj3686) + if yyrt3691 { + for ; yyj3691 < yyl3691; yyj3691++ { + yyv3691 = append(yyv3691, LimitRangeItem{}) + yyh3691.ElemContainerState(yyj3691) if r.TryDecodeAsNil() { - yyv3686[yyj3686] = LimitRangeItem{} + yyv3691[yyj3691] = LimitRangeItem{} } else { - yyv3688 := &yyv3686[yyj3686] - yyv3688.CodecDecodeSelf(d) + yyv3693 := &yyv3691[yyj3691] + yyv3693.CodecDecodeSelf(d) } } } } else { - yyj3686 := 0 - for ; !r.CheckBreak(); yyj3686++ { + yyj3691 := 0 + for ; !r.CheckBreak(); yyj3691++ { - if yyj3686 >= len(yyv3686) { - yyv3686 = append(yyv3686, LimitRangeItem{}) // var yyz3686 LimitRangeItem - yyc3686 = true + if yyj3691 >= len(yyv3691) { + yyv3691 = append(yyv3691, LimitRangeItem{}) // var yyz3691 LimitRangeItem + yyc3691 = true } - yyh3686.ElemContainerState(yyj3686) - if yyj3686 < len(yyv3686) { + yyh3691.ElemContainerState(yyj3691) + if yyj3691 < len(yyv3691) { if r.TryDecodeAsNil() { - yyv3686[yyj3686] = LimitRangeItem{} + yyv3691[yyj3691] = LimitRangeItem{} } else { - yyv3689 := &yyv3686[yyj3686] - yyv3689.CodecDecodeSelf(d) + yyv3694 := &yyv3691[yyj3691] + yyv3694.CodecDecodeSelf(d) } } else { @@ -46960,17 +47015,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj3686 < len(yyv3686) { - yyv3686 = yyv3686[:yyj3686] - yyc3686 = true - } else if yyj3686 == 0 && yyv3686 == nil { - yyv3686 = []LimitRangeItem{} - yyc3686 = true + if yyj3691 < len(yyv3691) { + yyv3691 = yyv3691[:yyj3691] + yyc3691 = true + } else if yyj3691 == 0 && yyv3691 == nil { + yyv3691 = []LimitRangeItem{} + yyc3691 = true } } - yyh3686.End() - if yyc3686 { - *v = yyv3686 + yyh3691.End() + if yyc3691 { + *v = yyv3691 } } @@ -46979,10 +47034,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3690 := range v { + for _, yyv3695 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3691 := &yyv3690 - yy3691.CodecEncodeSelf(e) + yy3696 := &yyv3695 + yy3696.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46992,83 +47047,83 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3692 := *v - yyh3692, yyl3692 := z.DecSliceHelperStart() - var yyc3692 bool - if yyl3692 == 0 { - if yyv3692 == nil { - yyv3692 = []LimitRange{} - yyc3692 = true - } else if len(yyv3692) != 0 { - yyv3692 = yyv3692[:0] - yyc3692 = true + yyv3697 := *v + yyh3697, yyl3697 := z.DecSliceHelperStart() + var yyc3697 bool + if yyl3697 == 0 { + if yyv3697 == nil { + yyv3697 = []LimitRange{} + yyc3697 = true + } else if len(yyv3697) != 0 { + yyv3697 = yyv3697[:0] + yyc3697 = true } - } else if yyl3692 > 0 { - var yyrr3692, yyrl3692 int - var yyrt3692 bool - if yyl3692 > cap(yyv3692) { + } else if yyl3697 > 0 { + var yyrr3697, yyrl3697 int + var yyrt3697 bool + if yyl3697 > cap(yyv3697) { - yyrg3692 := len(yyv3692) > 0 - yyv23692 := yyv3692 - yyrl3692, yyrt3692 = z.DecInferLen(yyl3692, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3692 { - if yyrl3692 <= cap(yyv3692) { - yyv3692 = yyv3692[:yyrl3692] + yyrg3697 := len(yyv3697) > 0 + yyv23697 := yyv3697 + yyrl3697, yyrt3697 = z.DecInferLen(yyl3697, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3697 { + if yyrl3697 <= cap(yyv3697) { + yyv3697 = yyv3697[:yyrl3697] } else { - yyv3692 = make([]LimitRange, yyrl3692) + yyv3697 = make([]LimitRange, yyrl3697) } } else { - yyv3692 = make([]LimitRange, yyrl3692) + yyv3697 = make([]LimitRange, yyrl3697) } - yyc3692 = true - yyrr3692 = len(yyv3692) - if yyrg3692 { - copy(yyv3692, yyv23692) + yyc3697 = true + yyrr3697 = len(yyv3697) + if yyrg3697 { + copy(yyv3697, yyv23697) } - } else if yyl3692 != len(yyv3692) { - yyv3692 = yyv3692[:yyl3692] - yyc3692 = true + } else if yyl3697 != len(yyv3697) { + yyv3697 = yyv3697[:yyl3697] + yyc3697 = true } - yyj3692 := 0 - for ; yyj3692 < yyrr3692; yyj3692++ { - yyh3692.ElemContainerState(yyj3692) + yyj3697 := 0 + for ; yyj3697 < yyrr3697; yyj3697++ { + yyh3697.ElemContainerState(yyj3697) if r.TryDecodeAsNil() { - yyv3692[yyj3692] = LimitRange{} + yyv3697[yyj3697] = LimitRange{} } else { - yyv3693 := &yyv3692[yyj3692] - yyv3693.CodecDecodeSelf(d) + yyv3698 := &yyv3697[yyj3697] + yyv3698.CodecDecodeSelf(d) } } - if yyrt3692 { - for ; yyj3692 < yyl3692; yyj3692++ { - yyv3692 = append(yyv3692, LimitRange{}) - yyh3692.ElemContainerState(yyj3692) + if yyrt3697 { + for ; yyj3697 < yyl3697; yyj3697++ { + yyv3697 = append(yyv3697, LimitRange{}) + yyh3697.ElemContainerState(yyj3697) if r.TryDecodeAsNil() { - yyv3692[yyj3692] = LimitRange{} + yyv3697[yyj3697] = LimitRange{} } else { - yyv3694 := &yyv3692[yyj3692] - yyv3694.CodecDecodeSelf(d) + yyv3699 := &yyv3697[yyj3697] + yyv3699.CodecDecodeSelf(d) } } } } else { - yyj3692 := 0 - for ; !r.CheckBreak(); yyj3692++ { + yyj3697 := 0 + for ; !r.CheckBreak(); yyj3697++ { - if yyj3692 >= len(yyv3692) { - yyv3692 = append(yyv3692, LimitRange{}) // var yyz3692 LimitRange - yyc3692 = true + if yyj3697 >= len(yyv3697) { + yyv3697 = append(yyv3697, LimitRange{}) // var yyz3697 LimitRange + yyc3697 = true } - yyh3692.ElemContainerState(yyj3692) - if yyj3692 < len(yyv3692) { + yyh3697.ElemContainerState(yyj3697) + if yyj3697 < len(yyv3697) { if r.TryDecodeAsNil() { - yyv3692[yyj3692] = LimitRange{} + yyv3697[yyj3697] = LimitRange{} } else { - yyv3695 := &yyv3692[yyj3692] - yyv3695.CodecDecodeSelf(d) + yyv3700 := &yyv3697[yyj3697] + yyv3700.CodecDecodeSelf(d) } } else { @@ -47076,17 +47131,17 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode } } - if yyj3692 < len(yyv3692) { - yyv3692 = yyv3692[:yyj3692] - yyc3692 = true - } else if yyj3692 == 0 && yyv3692 == nil { - yyv3692 = []LimitRange{} - yyc3692 = true + if yyj3697 < len(yyv3697) { + yyv3697 = yyv3697[:yyj3697] + yyc3697 = true + } else if yyj3697 == 0 && yyv3697 == nil { + yyv3697 = []LimitRange{} + yyc3697 = true } } - yyh3692.End() - if yyc3692 { - *v = yyv3692 + yyh3697.End() + if yyc3697 { + *v = yyv3697 } } @@ -47095,10 +47150,10 @@ func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3696 := range v { + for _, yyv3701 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3697 := &yyv3696 - yy3697.CodecEncodeSelf(e) + yy3702 := &yyv3701 + yy3702.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47108,83 +47163,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3698 := *v - yyh3698, yyl3698 := z.DecSliceHelperStart() - var yyc3698 bool - if yyl3698 == 0 { - if yyv3698 == nil { - yyv3698 = []ResourceQuota{} - yyc3698 = true - } else if len(yyv3698) != 0 { - yyv3698 = yyv3698[:0] - yyc3698 = true + yyv3703 := *v + yyh3703, yyl3703 := z.DecSliceHelperStart() + var yyc3703 bool + if yyl3703 == 0 { + if yyv3703 == nil { + yyv3703 = []ResourceQuota{} + yyc3703 = true + } else if len(yyv3703) != 0 { + yyv3703 = yyv3703[:0] + yyc3703 = true } - } else if yyl3698 > 0 { - var yyrr3698, yyrl3698 int - var yyrt3698 bool - if yyl3698 > cap(yyv3698) { + } else if yyl3703 > 0 { + var yyrr3703, yyrl3703 int + var yyrt3703 bool + if yyl3703 > cap(yyv3703) { - yyrg3698 := len(yyv3698) > 0 - yyv23698 := yyv3698 - yyrl3698, yyrt3698 = z.DecInferLen(yyl3698, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3698 { - if yyrl3698 <= cap(yyv3698) { - yyv3698 = yyv3698[:yyrl3698] + yyrg3703 := len(yyv3703) > 0 + yyv23703 := yyv3703 + yyrl3703, yyrt3703 = z.DecInferLen(yyl3703, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3703 { + if yyrl3703 <= cap(yyv3703) { + yyv3703 = yyv3703[:yyrl3703] } else { - yyv3698 = make([]ResourceQuota, yyrl3698) + yyv3703 = make([]ResourceQuota, yyrl3703) } } else { - yyv3698 = make([]ResourceQuota, yyrl3698) + yyv3703 = make([]ResourceQuota, yyrl3703) } - yyc3698 = true - yyrr3698 = len(yyv3698) - if yyrg3698 { - copy(yyv3698, yyv23698) + yyc3703 = true + yyrr3703 = len(yyv3703) + if yyrg3703 { + copy(yyv3703, yyv23703) } - } else if yyl3698 != len(yyv3698) { - yyv3698 = yyv3698[:yyl3698] - yyc3698 = true + } else if yyl3703 != len(yyv3703) { + yyv3703 = yyv3703[:yyl3703] + yyc3703 = true } - yyj3698 := 0 - for ; yyj3698 < yyrr3698; yyj3698++ { - yyh3698.ElemContainerState(yyj3698) + yyj3703 := 0 + for ; yyj3703 < yyrr3703; yyj3703++ { + yyh3703.ElemContainerState(yyj3703) if r.TryDecodeAsNil() { - yyv3698[yyj3698] = ResourceQuota{} + yyv3703[yyj3703] = ResourceQuota{} } else { - yyv3699 := &yyv3698[yyj3698] - yyv3699.CodecDecodeSelf(d) + yyv3704 := &yyv3703[yyj3703] + yyv3704.CodecDecodeSelf(d) } } - if yyrt3698 { - for ; yyj3698 < yyl3698; yyj3698++ { - yyv3698 = append(yyv3698, ResourceQuota{}) - yyh3698.ElemContainerState(yyj3698) + if yyrt3703 { + for ; yyj3703 < yyl3703; yyj3703++ { + yyv3703 = append(yyv3703, ResourceQuota{}) + yyh3703.ElemContainerState(yyj3703) if r.TryDecodeAsNil() { - yyv3698[yyj3698] = ResourceQuota{} + yyv3703[yyj3703] = ResourceQuota{} } else { - yyv3700 := &yyv3698[yyj3698] - yyv3700.CodecDecodeSelf(d) + yyv3705 := &yyv3703[yyj3703] + yyv3705.CodecDecodeSelf(d) } } } } else { - yyj3698 := 0 - for ; !r.CheckBreak(); yyj3698++ { + yyj3703 := 0 + for ; !r.CheckBreak(); yyj3703++ { - if yyj3698 >= len(yyv3698) { - yyv3698 = append(yyv3698, ResourceQuota{}) // var yyz3698 ResourceQuota - yyc3698 = true + if yyj3703 >= len(yyv3703) { + yyv3703 = append(yyv3703, ResourceQuota{}) // var yyz3703 ResourceQuota + yyc3703 = true } - yyh3698.ElemContainerState(yyj3698) - if yyj3698 < len(yyv3698) { + yyh3703.ElemContainerState(yyj3703) + if yyj3703 < len(yyv3703) { if r.TryDecodeAsNil() { - yyv3698[yyj3698] = ResourceQuota{} + yyv3703[yyj3703] = ResourceQuota{} } else { - yyv3701 := &yyv3698[yyj3698] - yyv3701.CodecDecodeSelf(d) + yyv3706 := &yyv3703[yyj3703] + yyv3706.CodecDecodeSelf(d) } } else { @@ -47192,17 +47247,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj3698 < len(yyv3698) { - yyv3698 = yyv3698[:yyj3698] - yyc3698 = true - } else if yyj3698 == 0 && yyv3698 == nil { - yyv3698 = []ResourceQuota{} - yyc3698 = true + if yyj3703 < len(yyv3703) { + yyv3703 = yyv3703[:yyj3703] + yyc3703 = true + } else if yyj3703 == 0 && yyv3703 == nil { + yyv3703 = []ResourceQuota{} + yyc3703 = true } } - yyh3698.End() - if yyc3698 { - *v = yyv3698 + yyh3703.End() + if yyc3703 { + *v = yyv3703 } } @@ -47211,23 +47266,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk3702, yyv3702 := range v { + for yyk3707, yyv3707 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym3703 := z.EncBinary() - _ = yym3703 + yym3708 := z.EncBinary() + _ = yym3708 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk3702)) + r.EncodeString(codecSelferC_UTF81234, string(yyk3707)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv3702 == nil { + if yyv3707 == nil { r.EncodeNil() } else { - yym3704 := z.EncBinary() - _ = yym3704 + yym3709 := z.EncBinary() + _ = yym3709 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3702)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv3707)) } } } @@ -47239,80 +47294,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3705 := *v - yyl3705 := r.ReadMapStart() - yybh3705 := z.DecBasicHandle() - if yyv3705 == nil { - yyrl3705, _ := z.DecInferLen(yyl3705, yybh3705.MaxInitLen, 40) - yyv3705 = make(map[string][]uint8, yyrl3705) - *v = yyv3705 + yyv3710 := *v + yyl3710 := r.ReadMapStart() + yybh3710 := z.DecBasicHandle() + if yyv3710 == nil { + yyrl3710, _ := z.DecInferLen(yyl3710, yybh3710.MaxInitLen, 40) + yyv3710 = make(map[string][]uint8, yyrl3710) + *v = yyv3710 } - var yymk3705 string - var yymv3705 []uint8 - var yymg3705 bool - if yybh3705.MapValueReset { - yymg3705 = true + var yymk3710 string + var yymv3710 []uint8 + var yymg3710 bool + if yybh3710.MapValueReset { + yymg3710 = true } - if yyl3705 > 0 { - for yyj3705 := 0; yyj3705 < yyl3705; yyj3705++ { + if yyl3710 > 0 { + for yyj3710 := 0; yyj3710 < yyl3710; yyj3710++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3705 = "" + yymk3710 = "" } else { - yymk3705 = string(r.DecodeString()) + yymk3710 = string(r.DecodeString()) } - if yymg3705 { - yymv3705 = yyv3705[yymk3705] + if yymg3710 { + yymv3710 = yyv3710[yymk3710] } else { - yymv3705 = nil + yymv3710 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3705 = nil + yymv3710 = nil } else { - yyv3707 := &yymv3705 - yym3708 := z.DecBinary() - _ = yym3708 + yyv3712 := &yymv3710 + yym3713 := z.DecBinary() + _ = yym3713 if false { } else { - *yyv3707 = r.DecodeBytes(*(*[]byte)(yyv3707), false, false) + *yyv3712 = r.DecodeBytes(*(*[]byte)(yyv3712), false, false) } } - if yyv3705 != nil { - yyv3705[yymk3705] = yymv3705 + if yyv3710 != nil { + yyv3710[yymk3710] = yymv3710 } } - } else if yyl3705 < 0 { - for yyj3705 := 0; !r.CheckBreak(); yyj3705++ { + } else if yyl3710 < 0 { + for yyj3710 := 0; !r.CheckBreak(); yyj3710++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk3705 = "" + yymk3710 = "" } else { - yymk3705 = string(r.DecodeString()) + yymk3710 = string(r.DecodeString()) } - if yymg3705 { - yymv3705 = yyv3705[yymk3705] + if yymg3710 { + yymv3710 = yyv3710[yymk3710] } else { - yymv3705 = nil + yymv3710 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv3705 = nil + yymv3710 = nil } else { - yyv3710 := &yymv3705 - yym3711 := z.DecBinary() - _ = yym3711 + yyv3715 := &yymv3710 + yym3716 := z.DecBinary() + _ = yym3716 if false { } else { - *yyv3710 = r.DecodeBytes(*(*[]byte)(yyv3710), false, false) + *yyv3715 = r.DecodeBytes(*(*[]byte)(yyv3715), false, false) } } - if yyv3705 != nil { - yyv3705[yymk3705] = yymv3705 + if yyv3710 != nil { + yyv3710[yymk3710] = yymv3710 } } } // else len==0: TODO: Should we clear map entries? @@ -47324,10 +47379,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3712 := range v { + for _, yyv3717 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3713 := &yyv3712 - yy3713.CodecEncodeSelf(e) + yy3718 := &yyv3717 + yy3718.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47337,83 +47392,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3714 := *v - yyh3714, yyl3714 := z.DecSliceHelperStart() - var yyc3714 bool - if yyl3714 == 0 { - if yyv3714 == nil { - yyv3714 = []Secret{} - yyc3714 = true - } else if len(yyv3714) != 0 { - yyv3714 = yyv3714[:0] - yyc3714 = true + yyv3719 := *v + yyh3719, yyl3719 := z.DecSliceHelperStart() + var yyc3719 bool + if yyl3719 == 0 { + if yyv3719 == nil { + yyv3719 = []Secret{} + yyc3719 = true + } else if len(yyv3719) != 0 { + yyv3719 = yyv3719[:0] + yyc3719 = true } - } else if yyl3714 > 0 { - var yyrr3714, yyrl3714 int - var yyrt3714 bool - if yyl3714 > cap(yyv3714) { + } else if yyl3719 > 0 { + var yyrr3719, yyrl3719 int + var yyrt3719 bool + if yyl3719 > cap(yyv3719) { - yyrg3714 := len(yyv3714) > 0 - yyv23714 := yyv3714 - yyrl3714, yyrt3714 = z.DecInferLen(yyl3714, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3714 { - if yyrl3714 <= cap(yyv3714) { - yyv3714 = yyv3714[:yyrl3714] + yyrg3719 := len(yyv3719) > 0 + yyv23719 := yyv3719 + yyrl3719, yyrt3719 = z.DecInferLen(yyl3719, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3719 { + if yyrl3719 <= cap(yyv3719) { + yyv3719 = yyv3719[:yyrl3719] } else { - yyv3714 = make([]Secret, yyrl3714) + yyv3719 = make([]Secret, yyrl3719) } } else { - yyv3714 = make([]Secret, yyrl3714) + yyv3719 = make([]Secret, yyrl3719) } - yyc3714 = true - yyrr3714 = len(yyv3714) - if yyrg3714 { - copy(yyv3714, yyv23714) + yyc3719 = true + yyrr3719 = len(yyv3719) + if yyrg3719 { + copy(yyv3719, yyv23719) } - } else if yyl3714 != len(yyv3714) { - yyv3714 = yyv3714[:yyl3714] - yyc3714 = true + } else if yyl3719 != len(yyv3719) { + yyv3719 = yyv3719[:yyl3719] + yyc3719 = true } - yyj3714 := 0 - for ; yyj3714 < yyrr3714; yyj3714++ { - yyh3714.ElemContainerState(yyj3714) + yyj3719 := 0 + for ; yyj3719 < yyrr3719; yyj3719++ { + yyh3719.ElemContainerState(yyj3719) if r.TryDecodeAsNil() { - yyv3714[yyj3714] = Secret{} + yyv3719[yyj3719] = Secret{} } else { - yyv3715 := &yyv3714[yyj3714] - yyv3715.CodecDecodeSelf(d) + yyv3720 := &yyv3719[yyj3719] + yyv3720.CodecDecodeSelf(d) } } - if yyrt3714 { - for ; yyj3714 < yyl3714; yyj3714++ { - yyv3714 = append(yyv3714, Secret{}) - yyh3714.ElemContainerState(yyj3714) + if yyrt3719 { + for ; yyj3719 < yyl3719; yyj3719++ { + yyv3719 = append(yyv3719, Secret{}) + yyh3719.ElemContainerState(yyj3719) if r.TryDecodeAsNil() { - yyv3714[yyj3714] = Secret{} + yyv3719[yyj3719] = Secret{} } else { - yyv3716 := &yyv3714[yyj3714] - yyv3716.CodecDecodeSelf(d) + yyv3721 := &yyv3719[yyj3719] + yyv3721.CodecDecodeSelf(d) } } } } else { - yyj3714 := 0 - for ; !r.CheckBreak(); yyj3714++ { + yyj3719 := 0 + for ; !r.CheckBreak(); yyj3719++ { - if yyj3714 >= len(yyv3714) { - yyv3714 = append(yyv3714, Secret{}) // var yyz3714 Secret - yyc3714 = true + if yyj3719 >= len(yyv3719) { + yyv3719 = append(yyv3719, Secret{}) // var yyz3719 Secret + yyc3719 = true } - yyh3714.ElemContainerState(yyj3714) - if yyj3714 < len(yyv3714) { + yyh3719.ElemContainerState(yyj3719) + if yyj3719 < len(yyv3719) { if r.TryDecodeAsNil() { - yyv3714[yyj3714] = Secret{} + yyv3719[yyj3719] = Secret{} } else { - yyv3717 := &yyv3714[yyj3714] - yyv3717.CodecDecodeSelf(d) + yyv3722 := &yyv3719[yyj3719] + yyv3722.CodecDecodeSelf(d) } } else { @@ -47421,17 +47476,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj3714 < len(yyv3714) { - yyv3714 = yyv3714[:yyj3714] - yyc3714 = true - } else if yyj3714 == 0 && yyv3714 == nil { - yyv3714 = []Secret{} - yyc3714 = true + if yyj3719 < len(yyv3719) { + yyv3719 = yyv3719[:yyj3719] + yyc3719 = true + } else if yyj3719 == 0 && yyv3719 == nil { + yyv3719 = []Secret{} + yyc3719 = true } } - yyh3714.End() - if yyc3714 { - *v = yyv3714 + yyh3719.End() + if yyc3719 { + *v = yyv3719 } } @@ -47440,10 +47495,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3718 := range v { + for _, yyv3723 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3719 := &yyv3718 - yy3719.CodecEncodeSelf(e) + yy3724 := &yyv3723 + yy3724.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47453,83 +47508,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3720 := *v - yyh3720, yyl3720 := z.DecSliceHelperStart() - var yyc3720 bool - if yyl3720 == 0 { - if yyv3720 == nil { - yyv3720 = []ComponentCondition{} - yyc3720 = true - } else if len(yyv3720) != 0 { - yyv3720 = yyv3720[:0] - yyc3720 = true + yyv3725 := *v + yyh3725, yyl3725 := z.DecSliceHelperStart() + var yyc3725 bool + if yyl3725 == 0 { + if yyv3725 == nil { + yyv3725 = []ComponentCondition{} + yyc3725 = true + } else if len(yyv3725) != 0 { + yyv3725 = yyv3725[:0] + yyc3725 = true } - } else if yyl3720 > 0 { - var yyrr3720, yyrl3720 int - var yyrt3720 bool - if yyl3720 > cap(yyv3720) { + } else if yyl3725 > 0 { + var yyrr3725, yyrl3725 int + var yyrt3725 bool + if yyl3725 > cap(yyv3725) { - yyrg3720 := len(yyv3720) > 0 - yyv23720 := yyv3720 - yyrl3720, yyrt3720 = z.DecInferLen(yyl3720, z.DecBasicHandle().MaxInitLen, 64) - if yyrt3720 { - if yyrl3720 <= cap(yyv3720) { - yyv3720 = yyv3720[:yyrl3720] + yyrg3725 := len(yyv3725) > 0 + yyv23725 := yyv3725 + yyrl3725, yyrt3725 = z.DecInferLen(yyl3725, z.DecBasicHandle().MaxInitLen, 64) + if yyrt3725 { + if yyrl3725 <= cap(yyv3725) { + yyv3725 = yyv3725[:yyrl3725] } else { - yyv3720 = make([]ComponentCondition, yyrl3720) + yyv3725 = make([]ComponentCondition, yyrl3725) } } else { - yyv3720 = make([]ComponentCondition, yyrl3720) + yyv3725 = make([]ComponentCondition, yyrl3725) } - yyc3720 = true - yyrr3720 = len(yyv3720) - if yyrg3720 { - copy(yyv3720, yyv23720) + yyc3725 = true + yyrr3725 = len(yyv3725) + if yyrg3725 { + copy(yyv3725, yyv23725) } - } else if yyl3720 != len(yyv3720) { - yyv3720 = yyv3720[:yyl3720] - yyc3720 = true + } else if yyl3725 != len(yyv3725) { + yyv3725 = yyv3725[:yyl3725] + yyc3725 = true } - yyj3720 := 0 - for ; yyj3720 < yyrr3720; yyj3720++ { - yyh3720.ElemContainerState(yyj3720) + yyj3725 := 0 + for ; yyj3725 < yyrr3725; yyj3725++ { + yyh3725.ElemContainerState(yyj3725) if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ComponentCondition{} + yyv3725[yyj3725] = ComponentCondition{} } else { - yyv3721 := &yyv3720[yyj3720] - yyv3721.CodecDecodeSelf(d) + yyv3726 := &yyv3725[yyj3725] + yyv3726.CodecDecodeSelf(d) } } - if yyrt3720 { - for ; yyj3720 < yyl3720; yyj3720++ { - yyv3720 = append(yyv3720, ComponentCondition{}) - yyh3720.ElemContainerState(yyj3720) + if yyrt3725 { + for ; yyj3725 < yyl3725; yyj3725++ { + yyv3725 = append(yyv3725, ComponentCondition{}) + yyh3725.ElemContainerState(yyj3725) if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ComponentCondition{} + yyv3725[yyj3725] = ComponentCondition{} } else { - yyv3722 := &yyv3720[yyj3720] - yyv3722.CodecDecodeSelf(d) + yyv3727 := &yyv3725[yyj3725] + yyv3727.CodecDecodeSelf(d) } } } } else { - yyj3720 := 0 - for ; !r.CheckBreak(); yyj3720++ { + yyj3725 := 0 + for ; !r.CheckBreak(); yyj3725++ { - if yyj3720 >= len(yyv3720) { - yyv3720 = append(yyv3720, ComponentCondition{}) // var yyz3720 ComponentCondition - yyc3720 = true + if yyj3725 >= len(yyv3725) { + yyv3725 = append(yyv3725, ComponentCondition{}) // var yyz3725 ComponentCondition + yyc3725 = true } - yyh3720.ElemContainerState(yyj3720) - if yyj3720 < len(yyv3720) { + yyh3725.ElemContainerState(yyj3725) + if yyj3725 < len(yyv3725) { if r.TryDecodeAsNil() { - yyv3720[yyj3720] = ComponentCondition{} + yyv3725[yyj3725] = ComponentCondition{} } else { - yyv3723 := &yyv3720[yyj3720] - yyv3723.CodecDecodeSelf(d) + yyv3728 := &yyv3725[yyj3725] + yyv3728.CodecDecodeSelf(d) } } else { @@ -47537,17 +47592,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj3720 < len(yyv3720) { - yyv3720 = yyv3720[:yyj3720] - yyc3720 = true - } else if yyj3720 == 0 && yyv3720 == nil { - yyv3720 = []ComponentCondition{} - yyc3720 = true + if yyj3725 < len(yyv3725) { + yyv3725 = yyv3725[:yyj3725] + yyc3725 = true + } else if yyj3725 == 0 && yyv3725 == nil { + yyv3725 = []ComponentCondition{} + yyc3725 = true } } - yyh3720.End() - if yyc3720 { - *v = yyv3720 + yyh3725.End() + if yyc3725 { + *v = yyv3725 } } @@ -47556,10 +47611,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3724 := range v { + for _, yyv3729 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3725 := &yyv3724 - yy3725.CodecEncodeSelf(e) + yy3730 := &yyv3729 + yy3730.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47569,83 +47624,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3726 := *v - yyh3726, yyl3726 := z.DecSliceHelperStart() - var yyc3726 bool - if yyl3726 == 0 { - if yyv3726 == nil { - yyv3726 = []ComponentStatus{} - yyc3726 = true - } else if len(yyv3726) != 0 { - yyv3726 = yyv3726[:0] - yyc3726 = true + yyv3731 := *v + yyh3731, yyl3731 := z.DecSliceHelperStart() + var yyc3731 bool + if yyl3731 == 0 { + if yyv3731 == nil { + yyv3731 = []ComponentStatus{} + yyc3731 = true + } else if len(yyv3731) != 0 { + yyv3731 = yyv3731[:0] + yyc3731 = true } - } else if yyl3726 > 0 { - var yyrr3726, yyrl3726 int - var yyrt3726 bool - if yyl3726 > cap(yyv3726) { + } else if yyl3731 > 0 { + var yyrr3731, yyrl3731 int + var yyrt3731 bool + if yyl3731 > cap(yyv3731) { - yyrg3726 := len(yyv3726) > 0 - yyv23726 := yyv3726 - yyrl3726, yyrt3726 = z.DecInferLen(yyl3726, z.DecBasicHandle().MaxInitLen, 216) - if yyrt3726 { - if yyrl3726 <= cap(yyv3726) { - yyv3726 = yyv3726[:yyrl3726] + yyrg3731 := len(yyv3731) > 0 + yyv23731 := yyv3731 + yyrl3731, yyrt3731 = z.DecInferLen(yyl3731, z.DecBasicHandle().MaxInitLen, 216) + if yyrt3731 { + if yyrl3731 <= cap(yyv3731) { + yyv3731 = yyv3731[:yyrl3731] } else { - yyv3726 = make([]ComponentStatus, yyrl3726) + yyv3731 = make([]ComponentStatus, yyrl3731) } } else { - yyv3726 = make([]ComponentStatus, yyrl3726) + yyv3731 = make([]ComponentStatus, yyrl3731) } - yyc3726 = true - yyrr3726 = len(yyv3726) - if yyrg3726 { - copy(yyv3726, yyv23726) + yyc3731 = true + yyrr3731 = len(yyv3731) + if yyrg3731 { + copy(yyv3731, yyv23731) } - } else if yyl3726 != len(yyv3726) { - yyv3726 = yyv3726[:yyl3726] - yyc3726 = true + } else if yyl3731 != len(yyv3731) { + yyv3731 = yyv3731[:yyl3731] + yyc3731 = true } - yyj3726 := 0 - for ; yyj3726 < yyrr3726; yyj3726++ { - yyh3726.ElemContainerState(yyj3726) + yyj3731 := 0 + for ; yyj3731 < yyrr3731; yyj3731++ { + yyh3731.ElemContainerState(yyj3731) if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ComponentStatus{} + yyv3731[yyj3731] = ComponentStatus{} } else { - yyv3727 := &yyv3726[yyj3726] - yyv3727.CodecDecodeSelf(d) + yyv3732 := &yyv3731[yyj3731] + yyv3732.CodecDecodeSelf(d) } } - if yyrt3726 { - for ; yyj3726 < yyl3726; yyj3726++ { - yyv3726 = append(yyv3726, ComponentStatus{}) - yyh3726.ElemContainerState(yyj3726) + if yyrt3731 { + for ; yyj3731 < yyl3731; yyj3731++ { + yyv3731 = append(yyv3731, ComponentStatus{}) + yyh3731.ElemContainerState(yyj3731) if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ComponentStatus{} + yyv3731[yyj3731] = ComponentStatus{} } else { - yyv3728 := &yyv3726[yyj3726] - yyv3728.CodecDecodeSelf(d) + yyv3733 := &yyv3731[yyj3731] + yyv3733.CodecDecodeSelf(d) } } } } else { - yyj3726 := 0 - for ; !r.CheckBreak(); yyj3726++ { + yyj3731 := 0 + for ; !r.CheckBreak(); yyj3731++ { - if yyj3726 >= len(yyv3726) { - yyv3726 = append(yyv3726, ComponentStatus{}) // var yyz3726 ComponentStatus - yyc3726 = true + if yyj3731 >= len(yyv3731) { + yyv3731 = append(yyv3731, ComponentStatus{}) // var yyz3731 ComponentStatus + yyc3731 = true } - yyh3726.ElemContainerState(yyj3726) - if yyj3726 < len(yyv3726) { + yyh3731.ElemContainerState(yyj3731) + if yyj3731 < len(yyv3731) { if r.TryDecodeAsNil() { - yyv3726[yyj3726] = ComponentStatus{} + yyv3731[yyj3731] = ComponentStatus{} } else { - yyv3729 := &yyv3726[yyj3726] - yyv3729.CodecDecodeSelf(d) + yyv3734 := &yyv3731[yyj3731] + yyv3734.CodecDecodeSelf(d) } } else { @@ -47653,17 +47708,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj3726 < len(yyv3726) { - yyv3726 = yyv3726[:yyj3726] - yyc3726 = true - } else if yyj3726 == 0 && yyv3726 == nil { - yyv3726 = []ComponentStatus{} - yyc3726 = true + if yyj3731 < len(yyv3731) { + yyv3731 = yyv3731[:yyj3731] + yyc3731 = true + } else if yyj3731 == 0 && yyv3731 == nil { + yyv3731 = []ComponentStatus{} + yyc3731 = true } } - yyh3726.End() - if yyc3726 { - *v = yyv3726 + yyh3731.End() + if yyc3731 { + *v = yyv3731 } } @@ -47672,10 +47727,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv3730 := range v { + for _, yyv3735 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3731 := &yyv3730 - yy3731.CodecEncodeSelf(e) + yy3736 := &yyv3735 + yy3736.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47685,83 +47740,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv3732 := *v - yyh3732, yyl3732 := z.DecSliceHelperStart() - var yyc3732 bool - if yyl3732 == 0 { - if yyv3732 == nil { - yyv3732 = []DownwardAPIVolumeFile{} - yyc3732 = true - } else if len(yyv3732) != 0 { - yyv3732 = yyv3732[:0] - yyc3732 = true + yyv3737 := *v + yyh3737, yyl3737 := z.DecSliceHelperStart() + var yyc3737 bool + if yyl3737 == 0 { + if yyv3737 == nil { + yyv3737 = []DownwardAPIVolumeFile{} + yyc3737 = true + } else if len(yyv3737) != 0 { + yyv3737 = yyv3737[:0] + yyc3737 = true } - } else if yyl3732 > 0 { - var yyrr3732, yyrl3732 int - var yyrt3732 bool - if yyl3732 > cap(yyv3732) { + } else if yyl3737 > 0 { + var yyrr3737, yyrl3737 int + var yyrt3737 bool + if yyl3737 > cap(yyv3737) { - yyrg3732 := len(yyv3732) > 0 - yyv23732 := yyv3732 - yyrl3732, yyrt3732 = z.DecInferLen(yyl3732, z.DecBasicHandle().MaxInitLen, 48) - if yyrt3732 { - if yyrl3732 <= cap(yyv3732) { - yyv3732 = yyv3732[:yyrl3732] + yyrg3737 := len(yyv3737) > 0 + yyv23737 := yyv3737 + yyrl3737, yyrt3737 = z.DecInferLen(yyl3737, z.DecBasicHandle().MaxInitLen, 48) + if yyrt3737 { + if yyrl3737 <= cap(yyv3737) { + yyv3737 = yyv3737[:yyrl3737] } else { - yyv3732 = make([]DownwardAPIVolumeFile, yyrl3732) + yyv3737 = make([]DownwardAPIVolumeFile, yyrl3737) } } else { - yyv3732 = make([]DownwardAPIVolumeFile, yyrl3732) + yyv3737 = make([]DownwardAPIVolumeFile, yyrl3737) } - yyc3732 = true - yyrr3732 = len(yyv3732) - if yyrg3732 { - copy(yyv3732, yyv23732) + yyc3737 = true + yyrr3737 = len(yyv3737) + if yyrg3737 { + copy(yyv3737, yyv23737) } - } else if yyl3732 != len(yyv3732) { - yyv3732 = yyv3732[:yyl3732] - yyc3732 = true + } else if yyl3737 != len(yyv3737) { + yyv3737 = yyv3737[:yyl3737] + yyc3737 = true } - yyj3732 := 0 - for ; yyj3732 < yyrr3732; yyj3732++ { - yyh3732.ElemContainerState(yyj3732) + yyj3737 := 0 + for ; yyj3737 < yyrr3737; yyj3737++ { + yyh3737.ElemContainerState(yyj3737) if r.TryDecodeAsNil() { - yyv3732[yyj3732] = DownwardAPIVolumeFile{} + yyv3737[yyj3737] = DownwardAPIVolumeFile{} } else { - yyv3733 := &yyv3732[yyj3732] - yyv3733.CodecDecodeSelf(d) + yyv3738 := &yyv3737[yyj3737] + yyv3738.CodecDecodeSelf(d) } } - if yyrt3732 { - for ; yyj3732 < yyl3732; yyj3732++ { - yyv3732 = append(yyv3732, DownwardAPIVolumeFile{}) - yyh3732.ElemContainerState(yyj3732) + if yyrt3737 { + for ; yyj3737 < yyl3737; yyj3737++ { + yyv3737 = append(yyv3737, DownwardAPIVolumeFile{}) + yyh3737.ElemContainerState(yyj3737) if r.TryDecodeAsNil() { - yyv3732[yyj3732] = DownwardAPIVolumeFile{} + yyv3737[yyj3737] = DownwardAPIVolumeFile{} } else { - yyv3734 := &yyv3732[yyj3732] - yyv3734.CodecDecodeSelf(d) + yyv3739 := &yyv3737[yyj3737] + yyv3739.CodecDecodeSelf(d) } } } } else { - yyj3732 := 0 - for ; !r.CheckBreak(); yyj3732++ { + yyj3737 := 0 + for ; !r.CheckBreak(); yyj3737++ { - if yyj3732 >= len(yyv3732) { - yyv3732 = append(yyv3732, DownwardAPIVolumeFile{}) // var yyz3732 DownwardAPIVolumeFile - yyc3732 = true + if yyj3737 >= len(yyv3737) { + yyv3737 = append(yyv3737, DownwardAPIVolumeFile{}) // var yyz3737 DownwardAPIVolumeFile + yyc3737 = true } - yyh3732.ElemContainerState(yyj3732) - if yyj3732 < len(yyv3732) { + yyh3737.ElemContainerState(yyj3737) + if yyj3737 < len(yyv3737) { if r.TryDecodeAsNil() { - yyv3732[yyj3732] = DownwardAPIVolumeFile{} + yyv3737[yyj3737] = DownwardAPIVolumeFile{} } else { - yyv3735 := &yyv3732[yyj3732] - yyv3735.CodecDecodeSelf(d) + yyv3740 := &yyv3737[yyj3737] + yyv3740.CodecDecodeSelf(d) } } else { @@ -47769,16 +47824,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj3732 < len(yyv3732) { - yyv3732 = yyv3732[:yyj3732] - yyc3732 = true - } else if yyj3732 == 0 && yyv3732 == nil { - yyv3732 = []DownwardAPIVolumeFile{} - yyc3732 = true + if yyj3737 < len(yyv3737) { + yyv3737 = yyv3737[:yyj3737] + yyc3737 = true + } else if yyj3737 == 0 && yyv3737 == nil { + yyv3737 = []DownwardAPIVolumeFile{} + yyc3737 = true } } - yyh3732.End() - if yyc3732 { - *v = yyv3732 + yyh3737.End() + if yyc3737 { + *v = yyv3737 } } diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index ea5bd3dcbce..0fc56833c8b 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -673,7 +673,12 @@ type GitRepoVolumeSource struct { // Repository URL Repository string `json:"repository"` // Commit hash for the specified revision. - Revision string `json:"revision"` + Revision string `json:"revision,omitempty"` + // Target directory name. + // Must not contain or start with '..'. If '.' is supplied, the volume directory will be the + // git repository. Otherwise, if specified, the volume will contain the git repository in + // the subdirectory with the given name. + Directory string `json:"directory,omitempty"` } // SecretVolumeSource adapts a Secret into a VolumeSource. diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 92c42f04c6a..de5990e0fa9 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -416,6 +416,7 @@ var map_GitRepoVolumeSource = map[string]string{ "": "GitRepoVolumeSource represents a volume that is pulled from git when the pod is created.", "repository": "Repository URL", "revision": "Commit hash for the specified revision.", + "directory": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.", } func (GitRepoVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/validation/validation.go b/pkg/api/validation/validation.go index 50260b960bc..e78095393c8 100644 --- a/pkg/api/validation/validation.go +++ b/pkg/api/validation/validation.go @@ -440,9 +440,12 @@ func validateHostPathVolumeSource(hostPath *api.HostPathVolumeSource) validation func validateGitRepoVolumeSource(gitRepo *api.GitRepoVolumeSource) validation.ErrorList { allErrs := validation.ErrorList{} - if gitRepo.Repository == "" { + if len(gitRepo.Repository) == 0 { allErrs = append(allErrs, validation.NewRequiredError("repository")) } + + pathErrs := validateVolumeSourcePath(gitRepo.Directory, "directory") + allErrs = append(allErrs, pathErrs...) return allErrs } @@ -570,23 +573,34 @@ func validateDownwardAPIVolumeSource(downwardAPIVolume *api.DownwardAPIVolumeSou if len(downwardAPIVolumeFile.Path) == 0 { allErrs = append(allErrs, validation.NewRequiredError("path")) } - if path.IsAbs(downwardAPIVolumeFile.Path) { - allErrs = append(allErrs, validation.NewForbiddenError("path", "must not be an absolute path")) - } - items := strings.Split(downwardAPIVolumeFile.Path, string(os.PathSeparator)) - for _, item := range items { - if item == ".." { - allErrs = append(allErrs, validation.NewInvalidError("path", downwardAPIVolumeFile.Path, "must not contain \"..\".")) - } - } - if strings.HasPrefix(items[0], "..") && len(items[0]) > 2 { - allErrs = append(allErrs, validation.NewInvalidError("path", downwardAPIVolumeFile.Path, "must not start with \"..\".")) - } + allErrs = append(allErrs, validateVolumeSourcePath(downwardAPIVolumeFile.Path, "path")...) allErrs = append(allErrs, validateObjectFieldSelector(&downwardAPIVolumeFile.FieldRef, &validDownwardAPIFieldPathExpressions).Prefix("FieldRef")...) } return allErrs } +// This validate will make sure targetPath: +// 1. is not abs path +// 2. does not contain '..' +// 3. does not start with '..' +func validateVolumeSourcePath(targetPath string, field string) validation.ErrorList { + allErrs := validation.ErrorList{} + if path.IsAbs(targetPath) { + allErrs = append(allErrs, validation.NewForbiddenError(field, "must not be an absolute path")) + } + // TODO assume OS of api server & nodes are the same for now + items := strings.Split(targetPath, string(os.PathSeparator)) + + for _, item := range items { + if item == ".." { + allErrs = append(allErrs, validation.NewInvalidError(field, targetPath, "must not contain \"..\"")) + } + } + if strings.HasPrefix(items[0], "..") && len(items[0]) > 2 { + allErrs = append(allErrs, validation.NewInvalidError(field, targetPath, "must not start with \"..\"")) + } + return allErrs +} func validateRBD(rbd *api.RBDVolumeSource) validation.ErrorList { allErrs := validation.ErrorList{} if len(rbd.CephMonitors) == 0 { diff --git a/pkg/api/validation/validation_test.go b/pkg/api/validation/validation_test.go index 71b39eae611..87af9ee5870 100644 --- a/pkg/api/validation/validation_test.go +++ b/pkg/api/validation/validation_test.go @@ -453,7 +453,8 @@ func TestValidateVolumes(t *testing.T) { {Name: "empty", VolumeSource: api.VolumeSource{EmptyDir: &api.EmptyDirVolumeSource{}}}, {Name: "gcepd", VolumeSource: api.VolumeSource{GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{PDName: "my-PD", FSType: "ext4", Partition: 1, ReadOnly: false}}}, {Name: "awsebs", VolumeSource: api.VolumeSource{AWSElasticBlockStore: &api.AWSElasticBlockStoreVolumeSource{VolumeID: "my-PD", FSType: "ext4", Partition: 1, ReadOnly: false}}}, - {Name: "gitrepo", VolumeSource: api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "my-repo", Revision: "hashstring"}}}, + {Name: "gitrepo", VolumeSource: api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "my-repo", Revision: "hashstring", Directory: "target"}}}, + {Name: "gitrepodot", VolumeSource: api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "my-repo", Directory: "."}}}, {Name: "iscsidisk", VolumeSource: api.VolumeSource{ISCSI: &api.ISCSIVolumeSource{TargetPortal: "127.0.0.1", IQN: "iqn.2015-02.example.com:test", Lun: 1, FSType: "ext4", ReadOnly: false}}}, {Name: "secret", VolumeSource: api.VolumeSource{Secret: &api.SecretVolumeSource{SecretName: "my-secret"}}}, {Name: "glusterfs", VolumeSource: api.VolumeSource{Glusterfs: &api.GlusterfsVolumeSource{EndpointsName: "host1", Path: "path", ReadOnly: false}}}, @@ -505,6 +506,9 @@ func TestValidateVolumes(t *testing.T) { emptyMon := api.VolumeSource{RBD: &api.RBDVolumeSource{CephMonitors: []string{}, RBDImage: "bar", FSType: "ext4"}} emptyImage := api.VolumeSource{RBD: &api.RBDVolumeSource{CephMonitors: []string{"foo"}, RBDImage: "", FSType: "ext4"}} emptyCephFSMon := api.VolumeSource{CephFS: &api.CephFSVolumeSource{Monitors: []string{}}} + startsWithDots := api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "foo", Directory: "..dots/bar"}} + containsDots := api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "foo", Directory: "dots/../bar"}} + absPath := api.VolumeSource{GitRepo: &api.GitRepoVolumeSource{Repository: "foo", Directory: "/abstarget"}} emptyPathName := api.VolumeSource{DownwardAPI: &api.DownwardAPIVolumeSource{Items: []api.DownwardAPIVolumeFile{{Path: "", FieldRef: api.ObjectFieldSelector{ APIVersion: "v1", @@ -553,12 +557,15 @@ func TestValidateVolumes(t *testing.T) { "empty cephfs mon": {[]api.Volume{{Name: "badmon", VolumeSource: emptyCephFSMon}}, validation.ErrorTypeRequired, "[0].source.cephfs.monitors", ""}, "empty metatada path": {[]api.Volume{{Name: "emptyname", VolumeSource: emptyPathName}}, validation.ErrorTypeRequired, "[0].source.downwardApi.path", ""}, "absolute path": {[]api.Volume{{Name: "absolutepath", VolumeSource: absolutePathName}}, validation.ErrorTypeForbidden, "[0].source.downwardApi.path", ""}, - "dot dot path": {[]api.Volume{{Name: "dotdotpath", VolumeSource: dotDotInPath}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not contain \"..\"."}, - "dot dot file name": {[]api.Volume{{Name: "dotdotfilename", VolumeSource: dotDotPathName}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not start with \"..\"."}, - "dot dot first level dirent": {[]api.Volume{{Name: "dotdotdirfilename", VolumeSource: dotDotFirstLevelDirent}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not start with \"..\"."}, + "dot dot path": {[]api.Volume{{Name: "dotdotpath", VolumeSource: dotDotInPath}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not contain \"..\""}, + "dot dot file name": {[]api.Volume{{Name: "dotdotfilename", VolumeSource: dotDotPathName}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not start with \"..\""}, + "dot dot first level dirent": {[]api.Volume{{Name: "dotdotdirfilename", VolumeSource: dotDotFirstLevelDirent}}, validation.ErrorTypeInvalid, "[0].source.downwardApi.path", "must not start with \"..\""}, "empty wwn": {[]api.Volume{{Name: "badimage", VolumeSource: zeroWWN}}, validation.ErrorTypeRequired, "[0].source.fc.targetWWNs", ""}, "empty lun": {[]api.Volume{{Name: "badimage", VolumeSource: emptyLun}}, validation.ErrorTypeRequired, "[0].source.fc.lun", ""}, "slash in datasetName": {[]api.Volume{{Name: "slashinname", VolumeSource: slashInName}}, validation.ErrorTypeInvalid, "[0].source.flocker.datasetName", "must not contain '/'"}, + "starts with '..'": {[]api.Volume{{Name: "badprefix", VolumeSource: startsWithDots}}, validation.ErrorTypeInvalid, "[0].source.gitRepo.directory", "must not start with \"..\""}, + "contains '..'": {[]api.Volume{{Name: "containsdots", VolumeSource: containsDots}}, validation.ErrorTypeInvalid, "[0].source.gitRepo.directory", "must not contain \"..\""}, + "absolute target": {[]api.Volume{{Name: "absolutetarget", VolumeSource: absPath}}, validation.ErrorTypeForbidden, "[0].source.gitRepo.directory", ""}, } for k, v := range errorCases { _, errs := validateVolumes(v.V) diff --git a/pkg/apis/extensions/deep_copy_generated.go b/pkg/apis/extensions/deep_copy_generated.go index e96b3d5ad42..f254f18034f 100644 --- a/pkg/apis/extensions/deep_copy_generated.go +++ b/pkg/apis/extensions/deep_copy_generated.go @@ -290,6 +290,7 @@ func deepCopy_api_GCEPersistentDiskVolumeSource(in api.GCEPersistentDiskVolumeSo func deepCopy_api_GitRepoVolumeSource(in api.GitRepoVolumeSource, out *api.GitRepoVolumeSource, c *conversion.Cloner) error { out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/apis/extensions/v1beta1/conversion_generated.go b/pkg/apis/extensions/v1beta1/conversion_generated.go index c1f5dab4274..c8773ae1149 100644 --- a/pkg/apis/extensions/v1beta1/conversion_generated.go +++ b/pkg/apis/extensions/v1beta1/conversion_generated.go @@ -397,6 +397,7 @@ func autoconvert_api_GitRepoVolumeSource_To_v1_GitRepoVolumeSource(in *api.GitRe } out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } @@ -1456,6 +1457,7 @@ func autoconvert_v1_GitRepoVolumeSource_To_api_GitRepoVolumeSource(in *v1.GitRep } out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/apis/extensions/v1beta1/deep_copy_generated.go b/pkg/apis/extensions/v1beta1/deep_copy_generated.go index 3d9e6182afd..971205202b8 100644 --- a/pkg/apis/extensions/v1beta1/deep_copy_generated.go +++ b/pkg/apis/extensions/v1beta1/deep_copy_generated.go @@ -326,6 +326,7 @@ func deepCopy_v1_GCEPersistentDiskVolumeSource(in v1.GCEPersistentDiskVolumeSour func deepCopy_v1_GitRepoVolumeSource(in v1.GitRepoVolumeSource, out *v1.GitRepoVolumeSource, c *conversion.Cloner) error { out.Repository = in.Repository out.Revision = in.Revision + out.Directory = in.Directory return nil } diff --git a/pkg/volume/git_repo/git_repo.go b/pkg/volume/git_repo/git_repo.go index e5a7930a611..c927e77738a 100644 --- a/pkg/volume/git_repo/git_repo.go +++ b/pkg/volume/git_repo/git_repo.go @@ -20,6 +20,7 @@ import ( "fmt" "io/ioutil" "path" + "strings" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/types" @@ -66,6 +67,7 @@ func (plugin *gitRepoPlugin) NewBuilder(spec *volume.Spec, pod *api.Pod, opts vo pod: *pod, source: spec.Volume.GitRepo.Repository, revision: spec.Volume.GitRepo.Revision, + target: spec.Volume.GitRepo.Directory, exec: exec.New(), opts: opts, }, nil @@ -103,6 +105,7 @@ type gitRepoVolumeBuilder struct { pod api.Pod source string revision string + target string exec exec.Interface opts volume.VolumeOptions } @@ -143,24 +146,41 @@ func (b *gitRepoVolumeBuilder) SetUpAt(dir string) error { return err } - if output, err := b.execCommand("git", []string{"clone", b.source}, dir); err != nil { - return fmt.Errorf("failed to exec 'git clone %s': %s: %v", b.source, output, err) + args := []string{"clone", b.source} + + if len(b.target) != 0 { + args = append(args, b.target) + } + if output, err := b.execCommand("git", args, dir); err != nil { + return fmt.Errorf("failed to exec 'git %s': %s: %v", + strings.Join(args, " "), output, err) } files, err := ioutil.ReadDir(dir) if err != nil { return err } - if len(files) != 1 { - return fmt.Errorf("unexpected directory contents: %v", files) - } + if len(b.revision) == 0 { // Done! volumeutil.SetReady(b.getMetaDir()) return nil } - subdir := path.Join(dir, files[0].Name()) + var subdir string + + switch { + case b.target == ".": + // if target dir is '.', use the current dir + subdir = path.Join(dir) + case len(files) == 1: + // if target is not '.', use the generated folder + subdir = path.Join(dir, files[0].Name()) + default: + // if target is not '.', but generated many files, it's wrong + return fmt.Errorf("unexpected directory contents: %v", files) + } + if output, err := b.execCommand("git", []string{"checkout", b.revision}, subdir); err != nil { return fmt.Errorf("failed to exec 'git checkout %s': %s: %v", b.revision, output, err) } diff --git a/pkg/volume/git_repo/git_repo_test.go b/pkg/volume/git_repo/git_repo_test.go index 5f915504132..e4c588d9dfa 100644 --- a/pkg/volume/git_repo/git_repo_test.go +++ b/pkg/volume/git_repo/git_repo_test.go @@ -17,6 +17,7 @@ limitations under the License. package git_repo import ( + "fmt" "io/ioutil" "os" "path" @@ -55,106 +56,308 @@ func TestCanSupport(t *testing.T) { } } -func testSetUp(plug volume.VolumePlugin, builder volume.Builder, t *testing.T) { - var fcmd exec.FakeCmd - fcmd = exec.FakeCmd{ - CombinedOutputScript: []exec.FakeCombinedOutputAction{ - // git clone - func() ([]byte, error) { - os.MkdirAll(path.Join(fcmd.Dirs[0], "kubernetes"), 0750) - return []byte{}, nil - }, - // git checkout - func() ([]byte, error) { return []byte{}, nil }, - // git reset - func() ([]byte, error) { return []byte{}, nil }, - }, - } - fake := exec.FakeExec{ - CommandScript: []exec.FakeCommandAction{ - func(cmd string, args ...string) exec.Cmd { return exec.InitFakeCmd(&fcmd, cmd, args...) }, - func(cmd string, args ...string) exec.Cmd { return exec.InitFakeCmd(&fcmd, cmd, args...) }, - func(cmd string, args ...string) exec.Cmd { return exec.InitFakeCmd(&fcmd, cmd, args...) }, - }, - } - g := builder.(*gitRepoVolumeBuilder) - g.exec = &fake - - err := g.SetUp() - if err != nil { - t.Errorf("unexpected error: %v", err) - } - expectedCmds := [][]string{ - {"git", "clone", g.source}, - {"git", "checkout", g.revision}, - {"git", "reset", "--hard"}, - } - if fake.CommandCalls != len(expectedCmds) { - t.Errorf("unexpected command calls: expected 3, saw: %d", fake.CommandCalls) - } - if !reflect.DeepEqual(expectedCmds, fcmd.CombinedOutputLog) { - t.Errorf("unexpected commands: %v, expected: %v", fcmd.CombinedOutputLog, expectedCmds) - } - expectedDirs := []string{g.GetPath(), g.GetPath() + "/kubernetes", g.GetPath() + "/kubernetes"} - if len(fcmd.Dirs) != 3 || !reflect.DeepEqual(expectedDirs, fcmd.Dirs) { - t.Errorf("unexpected directories: %v, expected: %v", fcmd.Dirs, expectedDirs) - } +// Expected command +type expectedCommand struct { + // The git command + cmd []string + // The dir of git command is executed + dir string } func TestPlugin(t *testing.T) { + gitUrl := "https://github.com/GoogleCloudPlatform/kubernetes.git" + revision := "2a30ce65c5ab586b98916d83385c5983edd353a1" + + scenarios := []struct { + name string + vol *api.Volume + expecteds []expectedCommand + isExpectedFailure bool + }{ + { + name: "target-dir", + vol: &api.Volume{ + Name: "vol1", + VolumeSource: api.VolumeSource{ + GitRepo: &api.GitRepoVolumeSource{ + Repository: gitUrl, + Revision: revision, + Directory: "target_dir", + }, + }, + }, + expecteds: []expectedCommand{ + { + cmd: []string{"git", "clone", gitUrl, "target_dir"}, + dir: "", + }, + { + cmd: []string{"git", "checkout", revision}, + dir: "/target_dir", + }, + { + cmd: []string{"git", "reset", "--hard"}, + dir: "/target_dir", + }, + }, + isExpectedFailure: false, + }, + { + name: "target-dir-no-revision", + vol: &api.Volume{ + Name: "vol1", + VolumeSource: api.VolumeSource{ + GitRepo: &api.GitRepoVolumeSource{ + Repository: gitUrl, + Directory: "target_dir", + }, + }, + }, + expecteds: []expectedCommand{ + { + cmd: []string{"git", "clone", gitUrl, "target_dir"}, + dir: "", + }, + }, + isExpectedFailure: false, + }, + { + name: "only-git-clone", + vol: &api.Volume{ + Name: "vol1", + VolumeSource: api.VolumeSource{ + GitRepo: &api.GitRepoVolumeSource{ + Repository: gitUrl, + }, + }, + }, + expecteds: []expectedCommand{ + { + cmd: []string{"git", "clone", gitUrl}, + dir: "", + }, + }, + isExpectedFailure: false, + }, + { + name: "no-target-dir", + vol: &api.Volume{ + Name: "vol1", + VolumeSource: api.VolumeSource{ + GitRepo: &api.GitRepoVolumeSource{ + Repository: gitUrl, + Revision: revision, + Directory: "", + }, + }, + }, + expecteds: []expectedCommand{ + { + cmd: []string{"git", "clone", gitUrl}, + dir: "", + }, + { + cmd: []string{"git", "checkout", revision}, + dir: "/kubernetes", + }, + { + cmd: []string{"git", "reset", "--hard"}, + dir: "/kubernetes", + }, + }, + isExpectedFailure: false, + }, + { + name: "current-dir", + vol: &api.Volume{ + Name: "vol1", + VolumeSource: api.VolumeSource{ + GitRepo: &api.GitRepoVolumeSource{ + Repository: gitUrl, + Revision: revision, + Directory: ".", + }, + }, + }, + expecteds: []expectedCommand{ + { + cmd: []string{"git", "clone", gitUrl, "."}, + dir: "", + }, + { + cmd: []string{"git", "checkout", revision}, + dir: "", + }, + { + cmd: []string{"git", "reset", "--hard"}, + dir: "", + }, + }, + isExpectedFailure: false, + }, + } + + for _, scenario := range scenarios { + allErrs := doTestPlugin(scenario, t) + if len(allErrs) == 0 && scenario.isExpectedFailure { + t.Errorf("Unexpected success for scenario: %s", scenario.name) + } + if len(allErrs) > 0 && !scenario.isExpectedFailure { + t.Errorf("Unexpected failure for scenario: %s - %+v", scenario.name, allErrs) + } + } + +} + +func doTestPlugin(scenario struct { + name string + vol *api.Volume + expecteds []expectedCommand + isExpectedFailure bool +}, t *testing.T) []error { + allErrs := []error{} + plugMgr := volume.VolumePluginMgr{} plugMgr.InitPlugins(ProbeVolumePlugins(), newTestHost(t)) plug, err := plugMgr.FindPluginByName("kubernetes.io/git-repo") if err != nil { - t.Errorf("Can't find the plugin by name") - } - spec := &api.Volume{ - Name: "vol1", - VolumeSource: api.VolumeSource{ - GitRepo: &api.GitRepoVolumeSource{ - Repository: "https://github.com/GoogleCloudPlatform/kubernetes.git", - Revision: "2a30ce65c5ab586b98916d83385c5983edd353a1", - }, - }, + allErrs = append(allErrs, + fmt.Errorf("Can't find the plugin by name")) + return allErrs } pod := &api.Pod{ObjectMeta: api.ObjectMeta{UID: types.UID("poduid")}} - builder, err := plug.NewBuilder(volume.NewSpecFromVolume(spec), pod, volume.VolumeOptions{RootContext: ""}) + builder, err := plug.NewBuilder(volume.NewSpecFromVolume(scenario.vol), pod, volume.VolumeOptions{RootContext: ""}) + if err != nil { - t.Errorf("Failed to make a new Builder: %v", err) + allErrs = append(allErrs, + fmt.Errorf("Failed to make a new Builder: %v", err)) + return allErrs } if builder == nil { - t.Errorf("Got a nil Builder") + allErrs = append(allErrs, + fmt.Errorf("Got a nil Builder")) + return allErrs } path := builder.GetPath() if !strings.HasSuffix(path, "pods/poduid/volumes/kubernetes.io~git-repo/vol1") { - t.Errorf("Got unexpected path: %s", path) + allErrs = append(allErrs, + fmt.Errorf("Got unexpected path: %s", path)) + return allErrs } - testSetUp(plug, builder, t) + // Test setUp() + setUpErrs := doTestSetUp(scenario, builder) + allErrs = append(allErrs, setUpErrs...) + if _, err := os.Stat(path); err != nil { if os.IsNotExist(err) { - t.Errorf("SetUp() failed, volume path not created: %s", path) + allErrs = append(allErrs, + fmt.Errorf("SetUp() failed, volume path not created: %s", path)) + return allErrs } else { - t.Errorf("SetUp() failed: %v", err) + allErrs = append(allErrs, + fmt.Errorf("SetUp() failed: %v", err)) + return allErrs } } cleaner, err := plug.NewCleaner("vol1", types.UID("poduid")) if err != nil { - t.Errorf("Failed to make a new Cleaner: %v", err) + allErrs = append(allErrs, + fmt.Errorf("Failed to make a new Cleaner: %v", err)) + return allErrs } if cleaner == nil { - t.Errorf("Got a nil Cleaner") + allErrs = append(allErrs, + fmt.Errorf("Got a nil Cleaner")) + return allErrs } if err := cleaner.TearDown(); err != nil { - t.Errorf("Expected success, got: %v", err) + allErrs = append(allErrs, + fmt.Errorf("Expected success, got: %v", err)) + return allErrs } if _, err := os.Stat(path); err == nil { - t.Errorf("TearDown() failed, volume path still exists: %s", path) + allErrs = append(allErrs, + fmt.Errorf("TearDown() failed, volume path still exists: %s", path)) } else if !os.IsNotExist(err) { - t.Errorf("SetUp() failed: %v", err) + allErrs = append(allErrs, + fmt.Errorf("SetUp() failed: %v", err)) } + return allErrs +} + +func doTestSetUp(scenario struct { + name string + vol *api.Volume + expecteds []expectedCommand + isExpectedFailure bool +}, builder volume.Builder) []error { + expecteds := scenario.expecteds + allErrs := []error{} + + // Construct combined outputs from expected commands + var fakeOutputs []exec.FakeCombinedOutputAction + var fcmd exec.FakeCmd + for _, expected := range expecteds { + if expected.cmd[1] == "clone" { + fakeOutputs = append(fakeOutputs, func() ([]byte, error) { + // git clone, it creates new dir/files + os.MkdirAll(path.Join(fcmd.Dirs[0], expected.dir), 0750) + return []byte{}, nil + }) + } else { + // git checkout || git reset, they create nothing + fakeOutputs = append(fakeOutputs, func() ([]byte, error) { + return []byte{}, nil + }) + } + } + fcmd = exec.FakeCmd{ + CombinedOutputScript: fakeOutputs, + } + + // Construct fake exec outputs from fcmd + var fakeAction []exec.FakeCommandAction + for i := 0; i < len(expecteds); i++ { + fakeAction = append(fakeAction, func(cmd string, args ...string) exec.Cmd { + return exec.InitFakeCmd(&fcmd, cmd, args...) + }) + + } + fake := exec.FakeExec{ + CommandScript: fakeAction, + } + + g := builder.(*gitRepoVolumeBuilder) + g.exec = &fake + + g.SetUp() + + if fake.CommandCalls != len(expecteds) { + allErrs = append(allErrs, + fmt.Errorf("unexpected command calls in scenario: expected %d, saw: %d", len(expecteds), fake.CommandCalls)) + } + var expectedCmds [][]string + for _, expected := range expecteds { + expectedCmds = append(expectedCmds, expected.cmd) + } + if !reflect.DeepEqual(expectedCmds, fcmd.CombinedOutputLog) { + allErrs = append(allErrs, + fmt.Errorf("unexpected commands: %v, expected: %v", fcmd.CombinedOutputLog, expectedCmds)) + } + + var expectedPaths []string + for _, expected := range expecteds { + expectedPaths = append(expectedPaths, g.GetPath()+expected.dir) + } + if len(fcmd.Dirs) != len(expectedPaths) || !reflect.DeepEqual(expectedPaths, fcmd.Dirs) { + allErrs = append(allErrs, + fmt.Errorf("unexpected directories: %v, expected: %v", fcmd.Dirs, expectedPaths)) + } + + return allErrs }