diff --git a/api/swagger-spec/apps_v1alpha1.json b/api/swagger-spec/apps_v1alpha1.json index 850f21e5fd7..2b67b4806db 100644 --- a/api/swagger-spec/apps_v1alpha1.json +++ b/api/swagger-spec/apps_v1alpha1.json @@ -1813,14 +1813,15 @@ }, "v1.FlockerVolumeSource": { "id": "v1.FlockerVolumeSource", - "description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", - "required": [ - "datasetName" - ], + "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "type": "string", - "description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker" + "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated" + }, + "datasetUUID": { + "type": "string", + "description": "UUID of the dataset. This is unique identifier of a Flocker dataset" } } }, diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 5ff9ed4278b..35d84daaa68 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -1818,14 +1818,15 @@ }, "v1.FlockerVolumeSource": { "id": "v1.FlockerVolumeSource", - "description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", - "required": [ - "datasetName" - ], + "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "type": "string", - "description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker" + "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated" + }, + "datasetUUID": { + "type": "string", + "description": "UUID of the dataset. This is unique identifier of a Flocker dataset" } } }, diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 957eb6df9f7..dad4b76944e 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -8427,14 +8427,15 @@ }, "v1.FlockerVolumeSource": { "id": "v1.FlockerVolumeSource", - "description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", - "required": [ - "datasetName" - ], + "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "type": "string", - "description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker" + "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated" + }, + "datasetUUID": { + "type": "string", + "description": "UUID of the dataset. This is unique identifier of a Flocker dataset" } } }, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 443aa2b11a6..d340024eea7 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -17638,14 +17638,15 @@ }, "v1.FlockerVolumeSource": { "id": "v1.FlockerVolumeSource", - "description": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", - "required": [ - "datasetName" - ], + "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "type": "string", - "description": "Required: the volume name. This is going to be store on metadata -\u003e name on the payload for Flocker" + "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated" + }, + "datasetUUID": { + "type": "string", + "description": "UUID of the dataset. This is unique identifier of a Flocker dataset" } } }, diff --git a/docs/api-reference/apps/v1alpha1/definitions.html b/docs/api-reference/apps/v1alpha1/definitions.html index dbadc97470a..3ad226cdaed 100755 --- a/docs/api-reference/apps/v1alpha1/definitions.html +++ b/docs/api-reference/apps/v1alpha1/definitions.html @@ -2353,7 +2353,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.FlockerVolumeSource

-

Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.

+

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

@@ -2375,8 +2375,15 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - - + + + + + + + + + @@ -4389,7 +4396,7 @@ The PetSet guarantees that a given network identity will always map to the same diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index f019b4ba26d..a7895a414bf 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -2284,7 +2284,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.FlockerVolumeSource

-

Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.

+

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

datasetName

Required: the volume name. This is going to be store on metadata → name on the payload for Flocker

true

Name of the dataset stored as metadata → name on the dataset for Flocker should be considered as deprecated

false

string

datasetUUID

UUID of the dataset. This is unique identifier of a Flocker dataset

false

string

@@ -2306,8 +2306,15 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - - + + + + + + + + + @@ -4321,7 +4328,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 6b49ccae22e..a49a329b268 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -2142,7 +2142,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.FlockerVolumeSource

-

Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.

+

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

datasetName

Required: the volume name. This is going to be store on metadata → name on the payload for Flocker

true

Name of the dataset stored as metadata → name on the dataset for Flocker should be considered as deprecated

false

string

datasetUUID

UUID of the dataset. This is unique identifier of a Flocker dataset

false

string

@@ -2164,8 +2164,15 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - - + + + + + + + + + @@ -6590,7 +6597,7 @@ Both these may change in the future. Incoming requests are matched against the h diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index 04bed41a8b7..f2c7fe66bfe 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -2568,7 +2568,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i

v1.FlockerVolumeSource

-

Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.

+

Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

datasetName

Required: the volume name. This is going to be store on metadata → name on the payload for Flocker

true

Name of the dataset stored as metadata → name on the dataset for Flocker should be considered as deprecated

false

string

datasetUUID

UUID of the dataset. This is unique identifier of a Flocker dataset

false

string

@@ -2590,8 +2590,15 @@ Populated by the system when a graceful deletion is requested. Read-only. More i - - + + + + + + + + + @@ -8468,7 +8475,7 @@ The resulting set of endpoints can be viewed as:
diff --git a/pkg/api/types.generated.go b/pkg/api/types.generated.go index 727adf86dde..367083bed62 100644 --- a/pkg/api/types.generated.go +++ b/pkg/api/types.generated.go @@ -14203,14 +14203,16 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep991 := !z.EncBinary() yy2arr991 := z.EncBasicHandle().StructToArray - var yyq991 [1]bool + var yyq991 [2]bool _, _, _ = yysep991, yyq991, yy2arr991 const yyr991 bool = false + yyq991[0] = x.DatasetName != "" + yyq991[1] = x.DatasetUUID != "" var yynn991 int if yyr991 || yy2arr991 { - r.EncodeArrayStart(1) + r.EncodeArrayStart(2) } else { - yynn991 = 1 + yynn991 = 0 for _, b := range yyq991 { if b { yynn991++ @@ -14221,21 +14223,52 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr991 || yy2arr991 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym993 := z.EncBinary() - _ = yym993 - if false { + if yyq991[0] { + yym993 := z.EncBinary() + _ = yym993 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("datasetName")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym994 := z.EncBinary() - _ = yym994 - if false { + if yyq991[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("datasetName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym994 := z.EncBinary() + _ = yym994 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + } + } + } + if yyr991 || yy2arr991 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq991[1] { + yym996 := z.EncBinary() + _ = yym996 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq991[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("datasetUUID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym997 := z.EncBinary() + _ = yym997 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) + } } } if yyr991 || yy2arr991 { @@ -14251,25 +14284,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym995 := z.DecBinary() - _ = yym995 + yym998 := z.DecBinary() + _ = yym998 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct996 := r.ContainerType() - if yyct996 == codecSelferValueTypeMap1234 { - yyl996 := r.ReadMapStart() - if yyl996 == 0 { + yyct999 := r.ContainerType() + if yyct999 == codecSelferValueTypeMap1234 { + yyl999 := r.ReadMapStart() + if yyl999 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl996, d) + x.codecDecodeSelfFromMap(yyl999, d) } - } else if yyct996 == codecSelferValueTypeArray1234 { - yyl996 := r.ReadArrayStart() - if yyl996 == 0 { + } else if yyct999 == codecSelferValueTypeArray1234 { + yyl999 := r.ReadArrayStart() + if yyl999 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl996, d) + x.codecDecodeSelfFromArray(yyl999, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14281,12 +14314,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys997Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys997Slc - var yyhl997 bool = l >= 0 - for yyj997 := 0; ; yyj997++ { - if yyhl997 { - if yyj997 >= l { + var yys1000Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1000Slc + var yyhl1000 bool = l >= 0 + for yyj1000 := 0; ; yyj1000++ { + if yyhl1000 { + if yyj1000 >= l { break } } else { @@ -14295,20 +14328,26 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys997Slc = r.DecodeBytes(yys997Slc, true, true) - yys997 := string(yys997Slc) + yys1000Slc = r.DecodeBytes(yys1000Slc, true, true) + yys1000 := string(yys1000Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys997 { + switch yys1000 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" } else { x.DatasetName = string(r.DecodeString()) } + case "datasetUUID": + if r.TryDecodeAsNil() { + x.DatasetUUID = "" + } else { + x.DatasetUUID = string(r.DecodeString()) + } default: - z.DecStructFieldNotFound(-1, yys997) - } // end switch yys997 - } // end for yyj997 + z.DecStructFieldNotFound(-1, yys1000) + } // end switch yys1000 + } // end for yyj1000 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14316,16 +14355,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj999 int - var yyb999 bool - var yyhl999 bool = l >= 0 - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + var yyj1003 int + var yyb1003 bool + var yyhl1003 bool = l >= 0 + yyj1003++ + if yyhl1003 { + yyb1003 = yyj1003 > l } else { - yyb999 = r.CheckBreak() + yyb1003 = r.CheckBreak() } - if yyb999 { + if yyb1003 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14335,18 +14374,34 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.DatasetName = string(r.DecodeString()) } + yyj1003++ + if yyhl1003 { + yyb1003 = yyj1003 > l + } else { + yyb1003 = r.CheckBreak() + } + if yyb1003 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DatasetUUID = "" + } else { + x.DatasetUUID = string(r.DecodeString()) + } for { - yyj999++ - if yyhl999 { - yyb999 = yyj999 > l + yyj1003++ + if yyhl1003 { + yyb1003 = yyj1003 > l } else { - yyb999 = r.CheckBreak() + yyb1003 = r.CheckBreak() } - if yyb999 { + if yyb1003 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj999-1, "") + z.DecStructFieldNotFound(yyj1003-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14358,39 +14413,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1001 := z.EncBinary() - _ = yym1001 + yym1006 := z.EncBinary() + _ = yym1006 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1002 := !z.EncBinary() - yy2arr1002 := z.EncBasicHandle().StructToArray - var yyq1002 [2]bool - _, _, _ = yysep1002, yyq1002, yy2arr1002 - const yyr1002 bool = false - yyq1002[0] = len(x.Items) != 0 - yyq1002[1] = x.DefaultMode != nil - var yynn1002 int - if yyr1002 || yy2arr1002 { + yysep1007 := !z.EncBinary() + yy2arr1007 := z.EncBasicHandle().StructToArray + var yyq1007 [2]bool + _, _, _ = yysep1007, yyq1007, yy2arr1007 + const yyr1007 bool = false + yyq1007[0] = len(x.Items) != 0 + yyq1007[1] = x.DefaultMode != nil + var yynn1007 int + if yyr1007 || yy2arr1007 { r.EncodeArrayStart(2) } else { - yynn1002 = 0 - for _, b := range yyq1002 { + yynn1007 = 0 + for _, b := range yyq1007 { if b { - yynn1002++ + yynn1007++ } } - r.EncodeMapStart(yynn1002) - yynn1002 = 0 + r.EncodeMapStart(yynn1007) + yynn1007 = 0 } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1002[0] { + if yyq1007[0] { if x.Items == nil { r.EncodeNil() } else { - yym1004 := z.EncBinary() - _ = yym1004 + yym1009 := z.EncBinary() + _ = yym1009 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -14400,15 +14455,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1002[0] { + if yyq1007[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1005 := z.EncBinary() - _ = yym1005 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -14416,42 +14471,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1002[1] { + if yyq1007[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1007 := *x.DefaultMode - yym1008 := z.EncBinary() - _ = yym1008 + yy1012 := *x.DefaultMode + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { - r.EncodeInt(int64(yy1007)) + r.EncodeInt(int64(yy1012)) } } } else { r.EncodeNil() } } else { - if yyq1002[1] { + if yyq1007[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1009 := *x.DefaultMode - yym1010 := z.EncBinary() - _ = yym1010 + yy1014 := *x.DefaultMode + yym1015 := z.EncBinary() + _ = yym1015 if false { } else { - r.EncodeInt(int64(yy1009)) + r.EncodeInt(int64(yy1014)) } } } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14464,25 +14519,25 @@ func (x *DownwardAPIVolumeSource) 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 { - yyct1012 := r.ContainerType() - if yyct1012 == codecSelferValueTypeMap1234 { - yyl1012 := r.ReadMapStart() - if yyl1012 == 0 { + yyct1017 := r.ContainerType() + if yyct1017 == codecSelferValueTypeMap1234 { + yyl1017 := r.ReadMapStart() + if yyl1017 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1012, d) + x.codecDecodeSelfFromMap(yyl1017, d) } - } else if yyct1012 == codecSelferValueTypeArray1234 { - yyl1012 := r.ReadArrayStart() - if yyl1012 == 0 { + } else if yyct1017 == codecSelferValueTypeArray1234 { + yyl1017 := r.ReadArrayStart() + if yyl1017 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1012, d) + x.codecDecodeSelfFromArray(yyl1017, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14494,12 +14549,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1013Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1013Slc - var yyhl1013 bool = l >= 0 - for yyj1013 := 0; ; yyj1013++ { - if yyhl1013 { - if yyj1013 >= l { + var yys1018Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1018Slc + var yyhl1018 bool = l >= 0 + for yyj1018 := 0; ; yyj1018++ { + if yyhl1018 { + if yyj1018 >= l { break } } else { @@ -14508,20 +14563,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1013Slc = r.DecodeBytes(yys1013Slc, true, true) - yys1013 := string(yys1013Slc) + yys1018Slc = r.DecodeBytes(yys1018Slc, true, true) + yys1018 := string(yys1018Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1013 { + switch yys1018 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1014 := &x.Items - yym1015 := z.DecBinary() - _ = yym1015 + yyv1019 := &x.Items + yym1020 := z.DecBinary() + _ = yym1020 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1014), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1019), d) } } case "defaultMode": @@ -14533,17 +14588,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1017 := z.DecBinary() - _ = yym1017 + yym1022 := z.DecBinary() + _ = yym1022 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1013) - } // end switch yys1013 - } // end for yyj1013 + z.DecStructFieldNotFound(-1, yys1018) + } // end switch yys1018 + } // end for yyj1018 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14551,16 +14606,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1018 int - var yyb1018 bool - var yyhl1018 bool = l >= 0 - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + var yyj1023 int + var yyb1023 bool + var yyhl1023 bool = l >= 0 + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14568,21 +14623,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1019 := &x.Items - yym1020 := z.DecBinary() - _ = yym1020 + yyv1024 := &x.Items + yym1025 := z.DecBinary() + _ = yym1025 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1019), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv1024), d) } } - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14595,25 +14650,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1022 := z.DecBinary() - _ = yym1022 + yym1027 := z.DecBinary() + _ = yym1027 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1018-1, "") + z.DecStructFieldNotFound(yyj1023-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14625,36 +14680,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1023 := z.EncBinary() - _ = yym1023 + yym1028 := z.EncBinary() + _ = yym1028 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1024 := !z.EncBinary() - yy2arr1024 := z.EncBasicHandle().StructToArray - var yyq1024 [4]bool - _, _, _ = yysep1024, yyq1024, yy2arr1024 - const yyr1024 bool = false - yyq1024[1] = x.FieldRef != nil - yyq1024[2] = x.ResourceFieldRef != nil - yyq1024[3] = x.Mode != nil - var yynn1024 int - if yyr1024 || yy2arr1024 { + yysep1029 := !z.EncBinary() + yy2arr1029 := z.EncBasicHandle().StructToArray + var yyq1029 [4]bool + _, _, _ = yysep1029, yyq1029, yy2arr1029 + const yyr1029 bool = false + yyq1029[1] = x.FieldRef != nil + yyq1029[2] = x.ResourceFieldRef != nil + yyq1029[3] = x.Mode != nil + var yynn1029 int + if yyr1029 || yy2arr1029 { r.EncodeArrayStart(4) } else { - yynn1024 = 1 - for _, b := range yyq1024 { + yynn1029 = 1 + for _, b := range yyq1029 { if b { - yynn1024++ + yynn1029++ } } - r.EncodeMapStart(yynn1024) - yynn1024 = 0 + r.EncodeMapStart(yynn1029) + yynn1029 = 0 } - if yyr1024 || yy2arr1024 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1026 := z.EncBinary() - _ = yym1026 + yym1031 := z.EncBinary() + _ = yym1031 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -14663,16 +14718,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1027 := z.EncBinary() - _ = yym1027 + yym1032 := z.EncBinary() + _ = yym1032 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1024 || yy2arr1024 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1024[1] { + if yyq1029[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -14682,7 +14737,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1024[1] { + if yyq1029[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14693,9 +14748,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1024 || yy2arr1024 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1024[2] { + if yyq1029[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -14705,7 +14760,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1024[2] { + if yyq1029[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -14716,42 +14771,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1024 || yy2arr1024 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1024[3] { + if yyq1029[3] { if x.Mode == nil { r.EncodeNil() } else { - yy1031 := *x.Mode - yym1032 := z.EncBinary() - _ = yym1032 + yy1036 := *x.Mode + yym1037 := z.EncBinary() + _ = yym1037 if false { } else { - r.EncodeInt(int64(yy1031)) + r.EncodeInt(int64(yy1036)) } } } else { r.EncodeNil() } } else { - if yyq1024[3] { + if yyq1029[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1033 := *x.Mode - yym1034 := z.EncBinary() - _ = yym1034 + yy1038 := *x.Mode + yym1039 := z.EncBinary() + _ = yym1039 if false { } else { - r.EncodeInt(int64(yy1033)) + r.EncodeInt(int64(yy1038)) } } } } - if yyr1024 || yy2arr1024 { + if yyr1029 || yy2arr1029 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14764,25 +14819,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1035 := z.DecBinary() - _ = yym1035 + yym1040 := z.DecBinary() + _ = yym1040 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1036 := r.ContainerType() - if yyct1036 == codecSelferValueTypeMap1234 { - yyl1036 := r.ReadMapStart() - if yyl1036 == 0 { + yyct1041 := r.ContainerType() + if yyct1041 == codecSelferValueTypeMap1234 { + yyl1041 := r.ReadMapStart() + if yyl1041 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1036, d) + x.codecDecodeSelfFromMap(yyl1041, d) } - } else if yyct1036 == codecSelferValueTypeArray1234 { - yyl1036 := r.ReadArrayStart() - if yyl1036 == 0 { + } else if yyct1041 == codecSelferValueTypeArray1234 { + yyl1041 := r.ReadArrayStart() + if yyl1041 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1036, d) + x.codecDecodeSelfFromArray(yyl1041, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14794,12 +14849,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1037Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1037Slc - var yyhl1037 bool = l >= 0 - for yyj1037 := 0; ; yyj1037++ { - if yyhl1037 { - if yyj1037 >= l { + var yys1042Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1042Slc + var yyhl1042 bool = l >= 0 + for yyj1042 := 0; ; yyj1042++ { + if yyhl1042 { + if yyj1042 >= l { break } } else { @@ -14808,10 +14863,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1037Slc = r.DecodeBytes(yys1037Slc, true, true) - yys1037 := string(yys1037Slc) + yys1042Slc = r.DecodeBytes(yys1042Slc, true, true) + yys1042 := string(yys1042Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1037 { + switch yys1042 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -14849,17 +14904,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym1042 := z.DecBinary() - _ = yym1042 + yym1047 := z.DecBinary() + _ = yym1047 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1037) - } // end switch yys1037 - } // end for yyj1037 + z.DecStructFieldNotFound(-1, yys1042) + } // end switch yys1042 + } // end for yyj1042 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14867,16 +14922,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1043 int - var yyb1043 bool - var yyhl1043 bool = l >= 0 - yyj1043++ - if yyhl1043 { - yyb1043 = yyj1043 > l + var yyj1048 int + var yyb1048 bool + var yyhl1048 bool = l >= 0 + yyj1048++ + if yyhl1048 { + yyb1048 = yyj1048 > l } else { - yyb1043 = r.CheckBreak() + yyb1048 = r.CheckBreak() } - if yyb1043 { + if yyb1048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14886,13 +14941,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj1043++ - if yyhl1043 { - yyb1043 = yyj1043 > l + yyj1048++ + if yyhl1048 { + yyb1048 = yyj1048 > l } else { - yyb1043 = r.CheckBreak() + yyb1048 = r.CheckBreak() } - if yyb1043 { + if yyb1048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14907,13 +14962,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj1043++ - if yyhl1043 { - yyb1043 = yyj1043 > l + yyj1048++ + if yyhl1048 { + yyb1048 = yyj1048 > l } else { - yyb1043 = r.CheckBreak() + yyb1048 = r.CheckBreak() } - if yyb1043 { + if yyb1048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14928,13 +14983,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1043++ - if yyhl1043 { - yyb1043 = yyj1043 > l + yyj1048++ + if yyhl1048 { + yyb1048 = yyj1048 > l } else { - yyb1043 = r.CheckBreak() + yyb1048 = r.CheckBreak() } - if yyb1043 { + if yyb1048 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14947,25 +15002,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym1048 := z.DecBinary() - _ = yym1048 + yym1053 := z.DecBinary() + _ = yym1053 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1043++ - if yyhl1043 { - yyb1043 = yyj1043 > l + yyj1048++ + if yyhl1048 { + yyb1048 = yyj1048 > l } else { - yyb1043 = r.CheckBreak() + yyb1048 = r.CheckBreak() } - if yyb1043 { + if yyb1048 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1043-1, "") + z.DecStructFieldNotFound(yyj1048-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14977,34 +15032,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1049 := z.EncBinary() - _ = yym1049 + yym1054 := z.EncBinary() + _ = yym1054 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1050 := !z.EncBinary() - yy2arr1050 := z.EncBasicHandle().StructToArray - var yyq1050 [3]bool - _, _, _ = yysep1050, yyq1050, yy2arr1050 - const yyr1050 bool = false - yyq1050[2] = x.ReadOnly != false - var yynn1050 int - if yyr1050 || yy2arr1050 { + yysep1055 := !z.EncBinary() + yy2arr1055 := z.EncBasicHandle().StructToArray + var yyq1055 [3]bool + _, _, _ = yysep1055, yyq1055, yy2arr1055 + const yyr1055 bool = false + yyq1055[2] = x.ReadOnly != false + var yynn1055 int + if yyr1055 || yy2arr1055 { r.EncodeArrayStart(3) } else { - yynn1050 = 2 - for _, b := range yyq1050 { + yynn1055 = 2 + for _, b := range yyq1055 { if b { - yynn1050++ + yynn1055++ } } - r.EncodeMapStart(yynn1050) - yynn1050 = 0 + r.EncodeMapStart(yynn1055) + yynn1055 = 0 } - if yyr1050 || yy2arr1050 { + if yyr1055 || yy2arr1055 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1052 := z.EncBinary() - _ = yym1052 + yym1057 := z.EncBinary() + _ = yym1057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -15013,17 +15068,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1053 := z.EncBinary() - _ = yym1053 + yym1058 := z.EncBinary() + _ = yym1058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr1050 || yy2arr1050 { + if yyr1055 || yy2arr1055 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1055 := z.EncBinary() - _ = yym1055 + yym1060 := z.EncBinary() + _ = yym1060 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -15032,18 +15087,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1056 := z.EncBinary() - _ = yym1056 + yym1061 := z.EncBinary() + _ = yym1061 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr1050 || yy2arr1050 { + if yyr1055 || yy2arr1055 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1050[2] { - yym1058 := z.EncBinary() - _ = yym1058 + if yyq1055[2] { + yym1063 := z.EncBinary() + _ = yym1063 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -15052,19 +15107,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1050[2] { + if yyq1055[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1059 := z.EncBinary() - _ = yym1059 + yym1064 := z.EncBinary() + _ = yym1064 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1050 || yy2arr1050 { + if yyr1055 || yy2arr1055 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15077,25 +15132,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1060 := z.DecBinary() - _ = yym1060 + yym1065 := z.DecBinary() + _ = yym1065 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1061 := r.ContainerType() - if yyct1061 == codecSelferValueTypeMap1234 { - yyl1061 := r.ReadMapStart() - if yyl1061 == 0 { + yyct1066 := r.ContainerType() + if yyct1066 == codecSelferValueTypeMap1234 { + yyl1066 := r.ReadMapStart() + if yyl1066 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1061, d) + x.codecDecodeSelfFromMap(yyl1066, d) } - } else if yyct1061 == codecSelferValueTypeArray1234 { - yyl1061 := r.ReadArrayStart() - if yyl1061 == 0 { + } else if yyct1066 == codecSelferValueTypeArray1234 { + yyl1066 := r.ReadArrayStart() + if yyl1066 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1061, d) + x.codecDecodeSelfFromArray(yyl1066, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15107,12 +15162,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1062Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1062Slc - var yyhl1062 bool = l >= 0 - for yyj1062 := 0; ; yyj1062++ { - if yyhl1062 { - if yyj1062 >= l { + var yys1067Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1067Slc + var yyhl1067 bool = l >= 0 + for yyj1067 := 0; ; yyj1067++ { + if yyhl1067 { + if yyj1067 >= l { break } } else { @@ -15121,10 +15176,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1062Slc = r.DecodeBytes(yys1062Slc, true, true) - yys1062 := string(yys1062Slc) + yys1067Slc = r.DecodeBytes(yys1067Slc, true, true) + yys1067 := string(yys1067Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1062 { + switch yys1067 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -15144,9 +15199,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1062) - } // end switch yys1062 - } // end for yyj1062 + z.DecStructFieldNotFound(-1, yys1067) + } // end switch yys1067 + } // end for yyj1067 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15154,16 +15209,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1066 int - var yyb1066 bool - var yyhl1066 bool = l >= 0 - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + var yyj1071 int + var yyb1071 bool + var yyhl1071 bool = l >= 0 + yyj1071++ + if yyhl1071 { + yyb1071 = yyj1071 > l } else { - yyb1066 = r.CheckBreak() + yyb1071 = r.CheckBreak() } - if yyb1066 { + if yyb1071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15173,13 +15228,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + yyj1071++ + if yyhl1071 { + yyb1071 = yyj1071 > l } else { - yyb1066 = r.CheckBreak() + yyb1071 = r.CheckBreak() } - if yyb1066 { + if yyb1071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15189,13 +15244,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + yyj1071++ + if yyhl1071 { + yyb1071 = yyj1071 > l } else { - yyb1066 = r.CheckBreak() + yyb1071 = r.CheckBreak() } - if yyb1066 { + if yyb1071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15206,17 +15261,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj1066++ - if yyhl1066 { - yyb1066 = yyj1066 > l + yyj1071++ + if yyhl1071 { + yyb1071 = yyj1071 > l } else { - yyb1066 = r.CheckBreak() + yyb1071 = r.CheckBreak() } - if yyb1066 { + if yyb1071 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1066-1, "") + z.DecStructFieldNotFound(yyj1071-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15228,34 +15283,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1070 := z.EncBinary() - _ = yym1070 + yym1075 := z.EncBinary() + _ = yym1075 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1071 := !z.EncBinary() - yy2arr1071 := z.EncBasicHandle().StructToArray - var yyq1071 [2]bool - _, _, _ = yysep1071, yyq1071, yy2arr1071 - const yyr1071 bool = false - yyq1071[1] = x.FSType != "" - var yynn1071 int - if yyr1071 || yy2arr1071 { + yysep1076 := !z.EncBinary() + yy2arr1076 := z.EncBasicHandle().StructToArray + var yyq1076 [2]bool + _, _, _ = yysep1076, yyq1076, yy2arr1076 + const yyr1076 bool = false + yyq1076[1] = x.FSType != "" + var yynn1076 int + if yyr1076 || yy2arr1076 { r.EncodeArrayStart(2) } else { - yynn1071 = 1 - for _, b := range yyq1071 { + yynn1076 = 1 + for _, b := range yyq1076 { if b { - yynn1071++ + yynn1076++ } } - r.EncodeMapStart(yynn1071) - yynn1071 = 0 + r.EncodeMapStart(yynn1076) + yynn1076 = 0 } - if yyr1071 || yy2arr1071 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1073 := z.EncBinary() - _ = yym1073 + yym1078 := z.EncBinary() + _ = yym1078 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -15264,18 +15319,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1074 := z.EncBinary() - _ = yym1074 + yym1079 := z.EncBinary() + _ = yym1079 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr1071 || yy2arr1071 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1071[1] { - yym1076 := z.EncBinary() - _ = yym1076 + if yyq1076[1] { + yym1081 := z.EncBinary() + _ = yym1081 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -15284,19 +15339,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1071[1] { + if yyq1076[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1077 := z.EncBinary() - _ = yym1077 + yym1082 := z.EncBinary() + _ = yym1082 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr1071 || yy2arr1071 { + if yyr1076 || yy2arr1076 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15309,25 +15364,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1078 := z.DecBinary() - _ = yym1078 + yym1083 := z.DecBinary() + _ = yym1083 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1079 := r.ContainerType() - if yyct1079 == codecSelferValueTypeMap1234 { - yyl1079 := r.ReadMapStart() - if yyl1079 == 0 { + yyct1084 := r.ContainerType() + if yyct1084 == codecSelferValueTypeMap1234 { + yyl1084 := r.ReadMapStart() + if yyl1084 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1079, d) + x.codecDecodeSelfFromMap(yyl1084, d) } - } else if yyct1079 == codecSelferValueTypeArray1234 { - yyl1079 := r.ReadArrayStart() - if yyl1079 == 0 { + } else if yyct1084 == codecSelferValueTypeArray1234 { + yyl1084 := r.ReadArrayStart() + if yyl1084 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1079, d) + x.codecDecodeSelfFromArray(yyl1084, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15339,12 +15394,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1080Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1080Slc - var yyhl1080 bool = l >= 0 - for yyj1080 := 0; ; yyj1080++ { - if yyhl1080 { - if yyj1080 >= l { + var yys1085Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1085Slc + var yyhl1085 bool = l >= 0 + for yyj1085 := 0; ; yyj1085++ { + if yyhl1085 { + if yyj1085 >= l { break } } else { @@ -15353,10 +15408,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1080Slc = r.DecodeBytes(yys1080Slc, true, true) - yys1080 := string(yys1080Slc) + yys1085Slc = r.DecodeBytes(yys1085Slc, true, true) + yys1085 := string(yys1085Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1080 { + switch yys1085 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -15370,9 +15425,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1080) - } // end switch yys1080 - } // end for yyj1080 + z.DecStructFieldNotFound(-1, yys1085) + } // end switch yys1085 + } // end for yyj1085 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15380,16 +15435,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1083 int - var yyb1083 bool - var yyhl1083 bool = l >= 0 - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + var yyj1088 int + var yyb1088 bool + var yyhl1088 bool = l >= 0 + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1083 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1083 { + if yyb1088 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15399,13 +15454,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1083 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1083 { + if yyb1088 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15416,17 +15471,17 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj1083++ - if yyhl1083 { - yyb1083 = yyj1083 > l + yyj1088++ + if yyhl1088 { + yyb1088 = yyj1088 > l } else { - yyb1083 = r.CheckBreak() + yyb1088 = r.CheckBreak() } - if yyb1083 { + if yyb1088 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1083-1, "") + z.DecStructFieldNotFound(yyj1088-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15435,8 +15490,8 @@ func (x AzureDataDiskCachingMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1086 := z.EncBinary() - _ = yym1086 + yym1091 := z.EncBinary() + _ = yym1091 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -15448,8 +15503,8 @@ func (x *AzureDataDiskCachingMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1087 := z.DecBinary() - _ = yym1087 + yym1092 := z.DecBinary() + _ = yym1092 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -15464,36 +15519,36 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1088 := z.EncBinary() - _ = yym1088 + yym1093 := z.EncBinary() + _ = yym1093 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1089 := !z.EncBinary() - yy2arr1089 := z.EncBasicHandle().StructToArray - var yyq1089 [5]bool - _, _, _ = yysep1089, yyq1089, yy2arr1089 - const yyr1089 bool = false - yyq1089[2] = x.CachingMode != nil - yyq1089[3] = x.FSType != nil - yyq1089[4] = x.ReadOnly != nil - var yynn1089 int - if yyr1089 || yy2arr1089 { + yysep1094 := !z.EncBinary() + yy2arr1094 := z.EncBasicHandle().StructToArray + var yyq1094 [5]bool + _, _, _ = yysep1094, yyq1094, yy2arr1094 + const yyr1094 bool = false + yyq1094[2] = x.CachingMode != nil + yyq1094[3] = x.FSType != nil + yyq1094[4] = x.ReadOnly != nil + var yynn1094 int + if yyr1094 || yy2arr1094 { r.EncodeArrayStart(5) } else { - yynn1089 = 2 - for _, b := range yyq1089 { + yynn1094 = 2 + for _, b := range yyq1094 { if b { - yynn1089++ + yynn1094++ } } - r.EncodeMapStart(yynn1089) - yynn1089 = 0 + r.EncodeMapStart(yynn1094) + yynn1094 = 0 } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1091 := z.EncBinary() - _ = yym1091 + yym1096 := z.EncBinary() + _ = yym1096 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) @@ -15502,17 +15557,17 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1092 := z.EncBinary() - _ = yym1092 + yym1097 := z.EncBinary() + _ = yym1097 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) } } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1094 := z.EncBinary() - _ = yym1094 + yym1099 := z.EncBinary() + _ = yym1099 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) @@ -15521,109 +15576,109 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskURI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1095 := z.EncBinary() - _ = yym1095 + yym1100 := z.EncBinary() + _ = yym1100 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) } } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1089[2] { + if yyq1094[2] { if x.CachingMode == nil { r.EncodeNil() } else { - yy1097 := *x.CachingMode - yy1097.CodecEncodeSelf(e) + yy1102 := *x.CachingMode + yy1102.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq1089[2] { + if yyq1094[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cachingMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CachingMode == nil { r.EncodeNil() } else { - yy1098 := *x.CachingMode - yy1098.CodecEncodeSelf(e) + yy1103 := *x.CachingMode + yy1103.CodecEncodeSelf(e) } } } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1089[3] { + if yyq1094[3] { if x.FSType == nil { r.EncodeNil() } else { - yy1100 := *x.FSType - yym1101 := z.EncBinary() - _ = yym1101 + yy1105 := *x.FSType + yym1106 := z.EncBinary() + _ = yym1106 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1100)) + r.EncodeString(codecSelferC_UTF81234, string(yy1105)) } } } else { r.EncodeNil() } } else { - if yyq1089[3] { + if yyq1094[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSType == nil { r.EncodeNil() } else { - yy1102 := *x.FSType - yym1103 := z.EncBinary() - _ = yym1103 + yy1107 := *x.FSType + yym1108 := z.EncBinary() + _ = yym1108 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1102)) + r.EncodeString(codecSelferC_UTF81234, string(yy1107)) } } } } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1089[4] { + if yyq1094[4] { if x.ReadOnly == nil { r.EncodeNil() } else { - yy1105 := *x.ReadOnly - yym1106 := z.EncBinary() - _ = yym1106 + yy1110 := *x.ReadOnly + yym1111 := z.EncBinary() + _ = yym1111 if false { } else { - r.EncodeBool(bool(yy1105)) + r.EncodeBool(bool(yy1110)) } } } else { r.EncodeNil() } } else { - if yyq1089[4] { + if yyq1094[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnly == nil { r.EncodeNil() } else { - yy1107 := *x.ReadOnly - yym1108 := z.EncBinary() - _ = yym1108 + yy1112 := *x.ReadOnly + yym1113 := z.EncBinary() + _ = yym1113 if false { } else { - r.EncodeBool(bool(yy1107)) + r.EncodeBool(bool(yy1112)) } } } } - if yyr1089 || yy2arr1089 { + if yyr1094 || yy2arr1094 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15636,25 +15691,25 @@ func (x *AzureDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1109 := z.DecBinary() - _ = yym1109 + yym1114 := z.DecBinary() + _ = yym1114 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1110 := r.ContainerType() - if yyct1110 == codecSelferValueTypeMap1234 { - yyl1110 := r.ReadMapStart() - if yyl1110 == 0 { + yyct1115 := r.ContainerType() + if yyct1115 == codecSelferValueTypeMap1234 { + yyl1115 := r.ReadMapStart() + if yyl1115 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1110, d) + x.codecDecodeSelfFromMap(yyl1115, d) } - } else if yyct1110 == codecSelferValueTypeArray1234 { - yyl1110 := r.ReadArrayStart() - if yyl1110 == 0 { + } else if yyct1115 == codecSelferValueTypeArray1234 { + yyl1115 := r.ReadArrayStart() + if yyl1115 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1110, d) + x.codecDecodeSelfFromArray(yyl1115, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15666,12 +15721,12 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1111Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1111Slc - var yyhl1111 bool = l >= 0 - for yyj1111 := 0; ; yyj1111++ { - if yyhl1111 { - if yyj1111 >= l { + var yys1116Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1116Slc + var yyhl1116 bool = l >= 0 + for yyj1116 := 0; ; yyj1116++ { + if yyhl1116 { + if yyj1116 >= l { break } } else { @@ -15680,10 +15735,10 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1111Slc = r.DecodeBytes(yys1111Slc, true, true) - yys1111 := string(yys1111Slc) + yys1116Slc = r.DecodeBytes(yys1116Slc, true, true) + yys1116 := string(yys1116Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1111 { + switch yys1116 { case "diskName": if r.TryDecodeAsNil() { x.DiskName = "" @@ -15716,8 +15771,8 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.FSType == nil { x.FSType = new(string) } - yym1116 := z.DecBinary() - _ = yym1116 + yym1121 := z.DecBinary() + _ = yym1121 if false { } else { *((*string)(x.FSType)) = r.DecodeString() @@ -15732,17 +15787,17 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1118 := z.DecBinary() - _ = yym1118 + yym1123 := z.DecBinary() + _ = yym1123 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys1111) - } // end switch yys1111 - } // end for yyj1111 + z.DecStructFieldNotFound(-1, yys1116) + } // end switch yys1116 + } // end for yyj1116 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15750,16 +15805,16 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1119 int - var yyb1119 bool - var yyhl1119 bool = l >= 0 - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + var yyj1124 int + var yyb1124 bool + var yyhl1124 bool = l >= 0 + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15769,13 +15824,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DiskName = string(r.DecodeString()) } - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15785,13 +15840,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DataDiskURI = string(r.DecodeString()) } - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15806,13 +15861,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.CachingMode.CodecDecodeSelf(d) } - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15825,20 +15880,20 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.FSType == nil { x.FSType = new(string) } - yym1124 := z.DecBinary() - _ = yym1124 + yym1129 := z.DecBinary() + _ = yym1129 if false { } else { *((*string)(x.FSType)) = r.DecodeString() } } - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15851,25 +15906,25 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1126 := z.DecBinary() - _ = yym1126 + yym1131 := z.DecBinary() + _ = yym1131 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } for { - yyj1119++ - if yyhl1119 { - yyb1119 = yyj1119 > l + yyj1124++ + if yyhl1124 { + yyb1124 = yyj1124 > l } else { - yyb1119 = r.CheckBreak() + yyb1124 = r.CheckBreak() } - if yyb1119 { + if yyb1124 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1119-1, "") + z.DecStructFieldNotFound(yyj1124-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15881,35 +15936,35 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1127 := z.EncBinary() - _ = yym1127 + yym1132 := z.EncBinary() + _ = yym1132 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1128 := !z.EncBinary() - yy2arr1128 := z.EncBasicHandle().StructToArray - var yyq1128 [3]bool - _, _, _ = yysep1128, yyq1128, yy2arr1128 - const yyr1128 bool = false - yyq1128[1] = len(x.Items) != 0 - yyq1128[2] = x.DefaultMode != nil - var yynn1128 int - if yyr1128 || yy2arr1128 { + yysep1133 := !z.EncBinary() + yy2arr1133 := z.EncBasicHandle().StructToArray + var yyq1133 [3]bool + _, _, _ = yysep1133, yyq1133, yy2arr1133 + const yyr1133 bool = false + yyq1133[1] = len(x.Items) != 0 + yyq1133[2] = x.DefaultMode != nil + var yynn1133 int + if yyr1133 || yy2arr1133 { r.EncodeArrayStart(3) } else { - yynn1128 = 1 - for _, b := range yyq1128 { + yynn1133 = 1 + for _, b := range yyq1133 { if b { - yynn1128++ + yynn1133++ } } - r.EncodeMapStart(yynn1128) - yynn1128 = 0 + r.EncodeMapStart(yynn1133) + yynn1133 = 0 } - if yyr1128 || yy2arr1128 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1130 := z.EncBinary() - _ = yym1130 + yym1135 := z.EncBinary() + _ = yym1135 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15918,21 +15973,21 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1131 := z.EncBinary() - _ = yym1131 + yym1136 := z.EncBinary() + _ = yym1136 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1128 || yy2arr1128 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1128[1] { + if yyq1133[1] { if x.Items == nil { r.EncodeNil() } else { - yym1133 := z.EncBinary() - _ = yym1133 + yym1138 := z.EncBinary() + _ = yym1138 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15942,15 +15997,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1128[1] { + if yyq1133[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1134 := z.EncBinary() - _ = yym1134 + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15958,42 +16013,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1128 || yy2arr1128 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1128[2] { + if yyq1133[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1136 := *x.DefaultMode - yym1137 := z.EncBinary() - _ = yym1137 + yy1141 := *x.DefaultMode + yym1142 := z.EncBinary() + _ = yym1142 if false { } else { - r.EncodeInt(int64(yy1136)) + r.EncodeInt(int64(yy1141)) } } } else { r.EncodeNil() } } else { - if yyq1128[2] { + if yyq1133[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1138 := *x.DefaultMode - yym1139 := z.EncBinary() - _ = yym1139 + yy1143 := *x.DefaultMode + yym1144 := z.EncBinary() + _ = yym1144 if false { } else { - r.EncodeInt(int64(yy1138)) + r.EncodeInt(int64(yy1143)) } } } } - if yyr1128 || yy2arr1128 { + if yyr1133 || yy2arr1133 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16006,25 +16061,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1140 := z.DecBinary() - _ = yym1140 + yym1145 := z.DecBinary() + _ = yym1145 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1141 := r.ContainerType() - if yyct1141 == codecSelferValueTypeMap1234 { - yyl1141 := r.ReadMapStart() - if yyl1141 == 0 { + yyct1146 := r.ContainerType() + if yyct1146 == codecSelferValueTypeMap1234 { + yyl1146 := r.ReadMapStart() + if yyl1146 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1141, d) + x.codecDecodeSelfFromMap(yyl1146, d) } - } else if yyct1141 == codecSelferValueTypeArray1234 { - yyl1141 := r.ReadArrayStart() - if yyl1141 == 0 { + } else if yyct1146 == codecSelferValueTypeArray1234 { + yyl1146 := r.ReadArrayStart() + if yyl1146 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1141, d) + x.codecDecodeSelfFromArray(yyl1146, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16036,12 +16091,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1142Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1142Slc - var yyhl1142 bool = l >= 0 - for yyj1142 := 0; ; yyj1142++ { - if yyhl1142 { - if yyj1142 >= l { + var yys1147Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1147Slc + var yyhl1147 bool = l >= 0 + for yyj1147 := 0; ; yyj1147++ { + if yyhl1147 { + if yyj1147 >= l { break } } else { @@ -16050,10 +16105,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1142Slc = r.DecodeBytes(yys1142Slc, true, true) - yys1142 := string(yys1142Slc) + yys1147Slc = r.DecodeBytes(yys1147Slc, true, true) + yys1147 := string(yys1147Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1142 { + switch yys1147 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -16064,12 +16119,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1144 := &x.Items - yym1145 := z.DecBinary() - _ = yym1145 + yyv1149 := &x.Items + yym1150 := z.DecBinary() + _ = yym1150 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1144), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1149), d) } } case "defaultMode": @@ -16081,17 +16136,17 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1147 := z.DecBinary() - _ = yym1147 + yym1152 := z.DecBinary() + _ = yym1152 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1142) - } // end switch yys1142 - } // end for yyj1142 + z.DecStructFieldNotFound(-1, yys1147) + } // end switch yys1147 + } // end for yyj1147 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16099,16 +16154,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1148 int - var yyb1148 bool - var yyhl1148 bool = l >= 0 - yyj1148++ - if yyhl1148 { - yyb1148 = yyj1148 > l + var yyj1153 int + var yyb1153 bool + var yyhl1153 bool = l >= 0 + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1148 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1148 { + if yyb1153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16118,13 +16173,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj1148++ - if yyhl1148 { - yyb1148 = yyj1148 > l + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1148 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1148 { + if yyb1153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16132,21 +16187,21 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1150 := &x.Items - yym1151 := z.DecBinary() - _ = yym1151 + yyv1155 := &x.Items + yym1156 := z.DecBinary() + _ = yym1156 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1150), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1155), d) } } - yyj1148++ - if yyhl1148 { - yyb1148 = yyj1148 > l + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1148 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1148 { + if yyb1153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16159,25 +16214,25 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1153 := z.DecBinary() - _ = yym1153 + yym1158 := z.DecBinary() + _ = yym1158 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1148++ - if yyhl1148 { - yyb1148 = yyj1148 > l + yyj1153++ + if yyhl1153 { + yyb1153 = yyj1153 > l } else { - yyb1148 = r.CheckBreak() + yyb1153 = r.CheckBreak() } - if yyb1148 { + if yyb1153 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1148-1, "") + z.DecStructFieldNotFound(yyj1153-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16189,34 +16244,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1154 := z.EncBinary() - _ = yym1154 + yym1159 := z.EncBinary() + _ = yym1159 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1155 := !z.EncBinary() - yy2arr1155 := z.EncBasicHandle().StructToArray - var yyq1155 [3]bool - _, _, _ = yysep1155, yyq1155, yy2arr1155 - const yyr1155 bool = false - yyq1155[2] = x.Mode != nil - var yynn1155 int - if yyr1155 || yy2arr1155 { + yysep1160 := !z.EncBinary() + yy2arr1160 := z.EncBasicHandle().StructToArray + var yyq1160 [3]bool + _, _, _ = yysep1160, yyq1160, yy2arr1160 + const yyr1160 bool = false + yyq1160[2] = x.Mode != nil + var yynn1160 int + if yyr1160 || yy2arr1160 { r.EncodeArrayStart(3) } else { - yynn1155 = 2 - for _, b := range yyq1155 { + yynn1160 = 2 + for _, b := range yyq1160 { if b { - yynn1155++ + yynn1160++ } } - r.EncodeMapStart(yynn1155) - yynn1155 = 0 + r.EncodeMapStart(yynn1160) + yynn1160 = 0 } - if yyr1155 || yy2arr1155 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1157 := z.EncBinary() - _ = yym1157 + yym1162 := z.EncBinary() + _ = yym1162 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -16225,17 +16280,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1158 := z.EncBinary() - _ = yym1158 + yym1163 := z.EncBinary() + _ = yym1163 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1155 || yy2arr1155 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1160 := z.EncBinary() - _ = yym1160 + yym1165 := z.EncBinary() + _ = yym1165 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -16244,49 +16299,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1161 := z.EncBinary() - _ = yym1161 + yym1166 := z.EncBinary() + _ = yym1166 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1155 || yy2arr1155 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1155[2] { + if yyq1160[2] { if x.Mode == nil { r.EncodeNil() } else { - yy1163 := *x.Mode - yym1164 := z.EncBinary() - _ = yym1164 + yy1168 := *x.Mode + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { - r.EncodeInt(int64(yy1163)) + r.EncodeInt(int64(yy1168)) } } } else { r.EncodeNil() } } else { - if yyq1155[2] { + if yyq1160[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1165 := *x.Mode - yym1166 := z.EncBinary() - _ = yym1166 + yy1170 := *x.Mode + yym1171 := z.EncBinary() + _ = yym1171 if false { } else { - r.EncodeInt(int64(yy1165)) + r.EncodeInt(int64(yy1170)) } } } } - if yyr1155 || yy2arr1155 { + if yyr1160 || yy2arr1160 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16299,25 +16354,25 @@ func (x *KeyToPath) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1167 := z.DecBinary() - _ = yym1167 + yym1172 := z.DecBinary() + _ = yym1172 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1168 := r.ContainerType() - if yyct1168 == codecSelferValueTypeMap1234 { - yyl1168 := r.ReadMapStart() - if yyl1168 == 0 { + yyct1173 := r.ContainerType() + if yyct1173 == codecSelferValueTypeMap1234 { + yyl1173 := r.ReadMapStart() + if yyl1173 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1168, d) + x.codecDecodeSelfFromMap(yyl1173, d) } - } else if yyct1168 == codecSelferValueTypeArray1234 { - yyl1168 := r.ReadArrayStart() - if yyl1168 == 0 { + } else if yyct1173 == codecSelferValueTypeArray1234 { + yyl1173 := r.ReadArrayStart() + if yyl1173 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1168, d) + x.codecDecodeSelfFromArray(yyl1173, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16329,12 +16384,12 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1169Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1169Slc - var yyhl1169 bool = l >= 0 - for yyj1169 := 0; ; yyj1169++ { - if yyhl1169 { - if yyj1169 >= l { + var yys1174Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1174Slc + var yyhl1174 bool = l >= 0 + for yyj1174 := 0; ; yyj1174++ { + if yyhl1174 { + if yyj1174 >= l { break } } else { @@ -16343,10 +16398,10 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1169Slc = r.DecodeBytes(yys1169Slc, true, true) - yys1169 := string(yys1169Slc) + yys1174Slc = r.DecodeBytes(yys1174Slc, true, true) + yys1174 := string(yys1174Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1169 { + switch yys1174 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -16368,17 +16423,17 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1173 := z.DecBinary() - _ = yym1173 + yym1178 := z.DecBinary() + _ = yym1178 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1169) - } // end switch yys1169 - } // end for yyj1169 + z.DecStructFieldNotFound(-1, yys1174) + } // end switch yys1174 + } // end for yyj1174 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16386,16 +16441,16 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1174 int - var yyb1174 bool - var yyhl1174 bool = l >= 0 - yyj1174++ - if yyhl1174 { - yyb1174 = yyj1174 > l + var yyj1179 int + var yyb1179 bool + var yyhl1179 bool = l >= 0 + yyj1179++ + if yyhl1179 { + yyb1179 = yyj1179 > l } else { - yyb1174 = r.CheckBreak() + yyb1179 = r.CheckBreak() } - if yyb1174 { + if yyb1179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16405,13 +16460,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1174++ - if yyhl1174 { - yyb1174 = yyj1174 > l + yyj1179++ + if yyhl1179 { + yyb1179 = yyj1179 > l } else { - yyb1174 = r.CheckBreak() + yyb1179 = r.CheckBreak() } - if yyb1174 { + if yyb1179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16421,13 +16476,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1174++ - if yyhl1174 { - yyb1174 = yyj1174 > l + yyj1179++ + if yyhl1179 { + yyb1179 = yyj1179 > l } else { - yyb1174 = r.CheckBreak() + yyb1179 = r.CheckBreak() } - if yyb1174 { + if yyb1179 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16440,25 +16495,25 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1178 := z.DecBinary() - _ = yym1178 + yym1183 := z.DecBinary() + _ = yym1183 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1174++ - if yyhl1174 { - yyb1174 = yyj1174 > l + yyj1179++ + if yyhl1179 { + yyb1179 = yyj1179 > l } else { - yyb1174 = r.CheckBreak() + yyb1179 = r.CheckBreak() } - if yyb1174 { + if yyb1179 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1174-1, "") + z.DecStructFieldNotFound(yyj1179-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16470,38 +16525,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1179 := z.EncBinary() - _ = yym1179 + yym1184 := z.EncBinary() + _ = yym1184 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1180 := !z.EncBinary() - yy2arr1180 := z.EncBasicHandle().StructToArray - var yyq1180 [5]bool - _, _, _ = yysep1180, yyq1180, yy2arr1180 - const yyr1180 bool = false - yyq1180[0] = x.Name != "" - yyq1180[1] = x.HostPort != 0 - yyq1180[3] = x.Protocol != "" - yyq1180[4] = x.HostIP != "" - var yynn1180 int - if yyr1180 || yy2arr1180 { + yysep1185 := !z.EncBinary() + yy2arr1185 := z.EncBasicHandle().StructToArray + var yyq1185 [5]bool + _, _, _ = yysep1185, yyq1185, yy2arr1185 + const yyr1185 bool = false + yyq1185[0] = x.Name != "" + yyq1185[1] = x.HostPort != 0 + yyq1185[3] = x.Protocol != "" + yyq1185[4] = x.HostIP != "" + var yynn1185 int + if yyr1185 || yy2arr1185 { r.EncodeArrayStart(5) } else { - yynn1180 = 1 - for _, b := range yyq1180 { + yynn1185 = 1 + for _, b := range yyq1185 { if b { - yynn1180++ + yynn1185++ } } - r.EncodeMapStart(yynn1180) - yynn1180 = 0 + r.EncodeMapStart(yynn1185) + yynn1185 = 0 } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1180[0] { - yym1182 := z.EncBinary() - _ = yym1182 + if yyq1185[0] { + yym1187 := z.EncBinary() + _ = yym1187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16510,23 +16565,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1180[0] { + if yyq1185[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1183 := z.EncBinary() - _ = yym1183 + yym1188 := z.EncBinary() + _ = yym1188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1180[1] { - yym1185 := z.EncBinary() - _ = yym1185 + if yyq1185[1] { + yym1190 := z.EncBinary() + _ = yym1190 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -16535,22 +16590,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1180[1] { + if yyq1185[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1186 := z.EncBinary() - _ = yym1186 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1188 := z.EncBinary() - _ = yym1188 + yym1193 := z.EncBinary() + _ = yym1193 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -16559,33 +16614,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1189 := z.EncBinary() - _ = yym1189 + yym1194 := z.EncBinary() + _ = yym1194 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1180[3] { + if yyq1185[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1180[3] { + if yyq1185[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1180[4] { - yym1192 := z.EncBinary() - _ = yym1192 + if yyq1185[4] { + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -16594,19 +16649,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1180[4] { + if yyq1185[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1193 := z.EncBinary() - _ = yym1193 + yym1198 := z.EncBinary() + _ = yym1198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr1180 || yy2arr1180 { + if yyr1185 || yy2arr1185 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16619,25 +16674,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1194 := z.DecBinary() - _ = yym1194 + yym1199 := z.DecBinary() + _ = yym1199 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1195 := r.ContainerType() - if yyct1195 == codecSelferValueTypeMap1234 { - yyl1195 := r.ReadMapStart() - if yyl1195 == 0 { + yyct1200 := r.ContainerType() + if yyct1200 == codecSelferValueTypeMap1234 { + yyl1200 := r.ReadMapStart() + if yyl1200 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1195, d) + x.codecDecodeSelfFromMap(yyl1200, d) } - } else if yyct1195 == codecSelferValueTypeArray1234 { - yyl1195 := r.ReadArrayStart() - if yyl1195 == 0 { + } else if yyct1200 == codecSelferValueTypeArray1234 { + yyl1200 := r.ReadArrayStart() + if yyl1200 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1195, d) + x.codecDecodeSelfFromArray(yyl1200, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16649,12 +16704,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1196Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1196Slc - var yyhl1196 bool = l >= 0 - for yyj1196 := 0; ; yyj1196++ { - if yyhl1196 { - if yyj1196 >= l { + var yys1201Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1201Slc + var yyhl1201 bool = l >= 0 + for yyj1201 := 0; ; yyj1201++ { + if yyhl1201 { + if yyj1201 >= l { break } } else { @@ -16663,10 +16718,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1196Slc = r.DecodeBytes(yys1196Slc, true, true) - yys1196 := string(yys1196Slc) + yys1201Slc = r.DecodeBytes(yys1201Slc, true, true) + yys1201 := string(yys1201Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1196 { + switch yys1201 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16698,9 +16753,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1196) - } // end switch yys1196 - } // end for yyj1196 + z.DecStructFieldNotFound(-1, yys1201) + } // end switch yys1201 + } // end for yyj1201 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16708,16 +16763,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1202 int - var yyb1202 bool - var yyhl1202 bool = l >= 0 - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + var yyj1207 int + var yyb1207 bool + var yyhl1207 bool = l >= 0 + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16727,13 +16782,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16743,13 +16798,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16759,13 +16814,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16775,13 +16830,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16792,17 +16847,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj1202++ - if yyhl1202 { - yyb1202 = yyj1202 > l + yyj1207++ + if yyhl1207 { + yyb1207 = yyj1207 > l } else { - yyb1202 = r.CheckBreak() + yyb1207 = r.CheckBreak() } - if yyb1202 { + if yyb1207 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1202-1, "") + z.DecStructFieldNotFound(yyj1207-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16814,35 +16869,35 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1208 := z.EncBinary() - _ = yym1208 + yym1213 := z.EncBinary() + _ = yym1213 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1209 := !z.EncBinary() - yy2arr1209 := z.EncBasicHandle().StructToArray - var yyq1209 [4]bool - _, _, _ = yysep1209, yyq1209, yy2arr1209 - const yyr1209 bool = false - yyq1209[1] = x.ReadOnly != false - yyq1209[3] = x.SubPath != "" - var yynn1209 int - if yyr1209 || yy2arr1209 { + yysep1214 := !z.EncBinary() + yy2arr1214 := z.EncBasicHandle().StructToArray + var yyq1214 [4]bool + _, _, _ = yysep1214, yyq1214, yy2arr1214 + const yyr1214 bool = false + yyq1214[1] = x.ReadOnly != false + yyq1214[3] = x.SubPath != "" + var yynn1214 int + if yyr1214 || yy2arr1214 { r.EncodeArrayStart(4) } else { - yynn1209 = 2 - for _, b := range yyq1209 { + yynn1214 = 2 + for _, b := range yyq1214 { if b { - yynn1209++ + yynn1214++ } } - r.EncodeMapStart(yynn1209) - yynn1209 = 0 + r.EncodeMapStart(yynn1214) + yynn1214 = 0 } - if yyr1209 || yy2arr1209 { + if yyr1214 || yy2arr1214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1211 := z.EncBinary() - _ = yym1211 + yym1216 := z.EncBinary() + _ = yym1216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16851,18 +16906,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1212 := z.EncBinary() - _ = yym1212 + yym1217 := z.EncBinary() + _ = yym1217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1209 || yy2arr1209 { + if yyr1214 || yy2arr1214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1209[1] { - yym1214 := z.EncBinary() - _ = yym1214 + if yyq1214[1] { + yym1219 := z.EncBinary() + _ = yym1219 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -16871,22 +16926,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1209[1] { + if yyq1214[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1215 := z.EncBinary() - _ = yym1215 + yym1220 := z.EncBinary() + _ = yym1220 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1209 || yy2arr1209 { + if yyr1214 || yy2arr1214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1217 := z.EncBinary() - _ = yym1217 + yym1222 := z.EncBinary() + _ = yym1222 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -16895,18 +16950,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1218 := z.EncBinary() - _ = yym1218 + yym1223 := z.EncBinary() + _ = yym1223 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr1209 || yy2arr1209 { + if yyr1214 || yy2arr1214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1209[3] { - yym1220 := z.EncBinary() - _ = yym1220 + if yyq1214[3] { + yym1225 := z.EncBinary() + _ = yym1225 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) @@ -16915,19 +16970,19 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1209[3] { + if yyq1214[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1221 := z.EncBinary() - _ = yym1221 + yym1226 := z.EncBinary() + _ = yym1226 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) } } } - if yyr1209 || yy2arr1209 { + if yyr1214 || yy2arr1214 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16940,25 +16995,25 @@ func (x *VolumeMount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1222 := z.DecBinary() - _ = yym1222 + yym1227 := z.DecBinary() + _ = yym1227 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1223 := r.ContainerType() - if yyct1223 == codecSelferValueTypeMap1234 { - yyl1223 := r.ReadMapStart() - if yyl1223 == 0 { + yyct1228 := r.ContainerType() + if yyct1228 == codecSelferValueTypeMap1234 { + yyl1228 := r.ReadMapStart() + if yyl1228 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1223, d) + x.codecDecodeSelfFromMap(yyl1228, d) } - } else if yyct1223 == codecSelferValueTypeArray1234 { - yyl1223 := r.ReadArrayStart() - if yyl1223 == 0 { + } else if yyct1228 == codecSelferValueTypeArray1234 { + yyl1228 := r.ReadArrayStart() + if yyl1228 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1223, d) + x.codecDecodeSelfFromArray(yyl1228, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16970,12 +17025,12 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1224Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1224Slc - var yyhl1224 bool = l >= 0 - for yyj1224 := 0; ; yyj1224++ { - if yyhl1224 { - if yyj1224 >= l { + var yys1229Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1229Slc + var yyhl1229 bool = l >= 0 + for yyj1229 := 0; ; yyj1229++ { + if yyhl1229 { + if yyj1229 >= l { break } } else { @@ -16984,10 +17039,10 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1224Slc = r.DecodeBytes(yys1224Slc, true, true) - yys1224 := string(yys1224Slc) + yys1229Slc = r.DecodeBytes(yys1229Slc, true, true) + yys1229 := string(yys1229Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1224 { + switch yys1229 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17013,9 +17068,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1224) - } // end switch yys1224 - } // end for yyj1224 + z.DecStructFieldNotFound(-1, yys1229) + } // end switch yys1229 + } // end for yyj1229 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17023,16 +17078,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1229 int - var yyb1229 bool - var yyhl1229 bool = l >= 0 - yyj1229++ - if yyhl1229 { - yyb1229 = yyj1229 > l + var yyj1234 int + var yyb1234 bool + var yyhl1234 bool = l >= 0 + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1229 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1229 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17042,13 +17097,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1229++ - if yyhl1229 { - yyb1229 = yyj1229 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1229 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1229 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17058,13 +17113,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj1229++ - if yyhl1229 { - yyb1229 = yyj1229 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1229 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1229 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17074,13 +17129,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MountPath = string(r.DecodeString()) } - yyj1229++ - if yyhl1229 { - yyb1229 = yyj1229 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1229 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1229 { + if yyb1234 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17091,17 +17146,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } for { - yyj1229++ - if yyhl1229 { - yyb1229 = yyj1229 > l + yyj1234++ + if yyhl1234 { + yyb1234 = yyj1234 > l } else { - yyb1229 = r.CheckBreak() + yyb1234 = r.CheckBreak() } - if yyb1229 { + if yyb1234 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1229-1, "") + z.DecStructFieldNotFound(yyj1234-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17113,35 +17168,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1234 := z.EncBinary() - _ = yym1234 + yym1239 := z.EncBinary() + _ = yym1239 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1235 := !z.EncBinary() - yy2arr1235 := z.EncBasicHandle().StructToArray - var yyq1235 [3]bool - _, _, _ = yysep1235, yyq1235, yy2arr1235 - const yyr1235 bool = false - yyq1235[1] = x.Value != "" - yyq1235[2] = x.ValueFrom != nil - var yynn1235 int - if yyr1235 || yy2arr1235 { + yysep1240 := !z.EncBinary() + yy2arr1240 := z.EncBasicHandle().StructToArray + var yyq1240 [3]bool + _, _, _ = yysep1240, yyq1240, yy2arr1240 + const yyr1240 bool = false + yyq1240[1] = x.Value != "" + yyq1240[2] = x.ValueFrom != nil + var yynn1240 int + if yyr1240 || yy2arr1240 { r.EncodeArrayStart(3) } else { - yynn1235 = 1 - for _, b := range yyq1235 { + yynn1240 = 1 + for _, b := range yyq1240 { if b { - yynn1235++ + yynn1240++ } } - r.EncodeMapStart(yynn1235) - yynn1235 = 0 + r.EncodeMapStart(yynn1240) + yynn1240 = 0 } - if yyr1235 || yy2arr1235 { + if yyr1240 || yy2arr1240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1237 := z.EncBinary() - _ = yym1237 + yym1242 := z.EncBinary() + _ = yym1242 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17150,18 +17205,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1238 := z.EncBinary() - _ = yym1238 + yym1243 := z.EncBinary() + _ = yym1243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1235 || yy2arr1235 { + if yyr1240 || yy2arr1240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1235[1] { - yym1240 := z.EncBinary() - _ = yym1240 + if yyq1240[1] { + yym1245 := z.EncBinary() + _ = yym1245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -17170,21 +17225,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1235[1] { + if yyq1240[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1241 := z.EncBinary() - _ = yym1241 + yym1246 := z.EncBinary() + _ = yym1246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1235 || yy2arr1235 { + if yyr1240 || yy2arr1240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1235[2] { + if yyq1240[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -17194,7 +17249,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1235[2] { + if yyq1240[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17205,7 +17260,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1235 || yy2arr1235 { + if yyr1240 || yy2arr1240 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17218,25 +17273,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1243 := z.DecBinary() - _ = yym1243 + yym1248 := z.DecBinary() + _ = yym1248 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1244 := r.ContainerType() - if yyct1244 == codecSelferValueTypeMap1234 { - yyl1244 := r.ReadMapStart() - if yyl1244 == 0 { + yyct1249 := r.ContainerType() + if yyct1249 == codecSelferValueTypeMap1234 { + yyl1249 := r.ReadMapStart() + if yyl1249 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1244, d) + x.codecDecodeSelfFromMap(yyl1249, d) } - } else if yyct1244 == codecSelferValueTypeArray1234 { - yyl1244 := r.ReadArrayStart() - if yyl1244 == 0 { + } else if yyct1249 == codecSelferValueTypeArray1234 { + yyl1249 := r.ReadArrayStart() + if yyl1249 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1244, d) + x.codecDecodeSelfFromArray(yyl1249, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17248,12 +17303,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1245Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1245Slc - var yyhl1245 bool = l >= 0 - for yyj1245 := 0; ; yyj1245++ { - if yyhl1245 { - if yyj1245 >= l { + var yys1250Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1250Slc + var yyhl1250 bool = l >= 0 + for yyj1250 := 0; ; yyj1250++ { + if yyhl1250 { + if yyj1250 >= l { break } } else { @@ -17262,10 +17317,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1245Slc = r.DecodeBytes(yys1245Slc, true, true) - yys1245 := string(yys1245Slc) + yys1250Slc = r.DecodeBytes(yys1250Slc, true, true) + yys1250 := string(yys1250Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1245 { + switch yys1250 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17290,9 +17345,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1245) - } // end switch yys1245 - } // end for yyj1245 + z.DecStructFieldNotFound(-1, yys1250) + } // end switch yys1250 + } // end for yyj1250 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17300,16 +17355,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1249 int - var yyb1249 bool - var yyhl1249 bool = l >= 0 - yyj1249++ - if yyhl1249 { - yyb1249 = yyj1249 > l + var yyj1254 int + var yyb1254 bool + var yyhl1254 bool = l >= 0 + yyj1254++ + if yyhl1254 { + yyb1254 = yyj1254 > l } else { - yyb1249 = r.CheckBreak() + yyb1254 = r.CheckBreak() } - if yyb1249 { + if yyb1254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17319,13 +17374,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1249++ - if yyhl1249 { - yyb1249 = yyj1249 > l + yyj1254++ + if yyhl1254 { + yyb1254 = yyj1254 > l } else { - yyb1249 = r.CheckBreak() + yyb1254 = r.CheckBreak() } - if yyb1249 { + if yyb1254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17335,13 +17390,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1249++ - if yyhl1249 { - yyb1249 = yyj1249 > l + yyj1254++ + if yyhl1254 { + yyb1254 = yyj1254 > l } else { - yyb1249 = r.CheckBreak() + yyb1254 = r.CheckBreak() } - if yyb1249 { + if yyb1254 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17357,17 +17412,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1249++ - if yyhl1249 { - yyb1249 = yyj1249 > l + yyj1254++ + if yyhl1254 { + yyb1254 = yyj1254 > l } else { - yyb1249 = r.CheckBreak() + yyb1254 = r.CheckBreak() } - if yyb1249 { + if yyb1254 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1249-1, "") + z.DecStructFieldNotFound(yyj1254-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17379,36 +17434,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1253 := z.EncBinary() - _ = yym1253 + yym1258 := z.EncBinary() + _ = yym1258 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1254 := !z.EncBinary() - yy2arr1254 := z.EncBasicHandle().StructToArray - var yyq1254 [4]bool - _, _, _ = yysep1254, yyq1254, yy2arr1254 - const yyr1254 bool = false - yyq1254[0] = x.FieldRef != nil - yyq1254[1] = x.ResourceFieldRef != nil - yyq1254[2] = x.ConfigMapKeyRef != nil - yyq1254[3] = x.SecretKeyRef != nil - var yynn1254 int - if yyr1254 || yy2arr1254 { + yysep1259 := !z.EncBinary() + yy2arr1259 := z.EncBasicHandle().StructToArray + var yyq1259 [4]bool + _, _, _ = yysep1259, yyq1259, yy2arr1259 + const yyr1259 bool = false + yyq1259[0] = x.FieldRef != nil + yyq1259[1] = x.ResourceFieldRef != nil + yyq1259[2] = x.ConfigMapKeyRef != nil + yyq1259[3] = x.SecretKeyRef != nil + var yynn1259 int + if yyr1259 || yy2arr1259 { r.EncodeArrayStart(4) } else { - yynn1254 = 0 - for _, b := range yyq1254 { + yynn1259 = 0 + for _, b := range yyq1259 { if b { - yynn1254++ + yynn1259++ } } - r.EncodeMapStart(yynn1254) - yynn1254 = 0 + r.EncodeMapStart(yynn1259) + yynn1259 = 0 } - if yyr1254 || yy2arr1254 { + if yyr1259 || yy2arr1259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1254[0] { + if yyq1259[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -17418,7 +17473,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1254[0] { + if yyq1259[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17429,9 +17484,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1254 || yy2arr1254 { + if yyr1259 || yy2arr1259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1254[1] { + if yyq1259[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -17441,7 +17496,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1254[1] { + if yyq1259[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17452,9 +17507,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1254 || yy2arr1254 { + if yyr1259 || yy2arr1259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1254[2] { + if yyq1259[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -17464,7 +17519,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1254[2] { + if yyq1259[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17475,9 +17530,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1254 || yy2arr1254 { + if yyr1259 || yy2arr1259 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1254[3] { + if yyq1259[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -17487,7 +17542,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1254[3] { + if yyq1259[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -17498,7 +17553,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1254 || yy2arr1254 { + if yyr1259 || yy2arr1259 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17511,25 +17566,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1259 := z.DecBinary() - _ = yym1259 + yym1264 := z.DecBinary() + _ = yym1264 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1260 := r.ContainerType() - if yyct1260 == codecSelferValueTypeMap1234 { - yyl1260 := r.ReadMapStart() - if yyl1260 == 0 { + yyct1265 := r.ContainerType() + if yyct1265 == codecSelferValueTypeMap1234 { + yyl1265 := r.ReadMapStart() + if yyl1265 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1260, d) + x.codecDecodeSelfFromMap(yyl1265, d) } - } else if yyct1260 == codecSelferValueTypeArray1234 { - yyl1260 := r.ReadArrayStart() - if yyl1260 == 0 { + } else if yyct1265 == codecSelferValueTypeArray1234 { + yyl1265 := r.ReadArrayStart() + if yyl1265 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1260, d) + x.codecDecodeSelfFromArray(yyl1265, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17541,12 +17596,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1261Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1261Slc - var yyhl1261 bool = l >= 0 - for yyj1261 := 0; ; yyj1261++ { - if yyhl1261 { - if yyj1261 >= l { + var yys1266Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1266Slc + var yyhl1266 bool = l >= 0 + for yyj1266 := 0; ; yyj1266++ { + if yyhl1266 { + if yyj1266 >= l { break } } else { @@ -17555,10 +17610,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1261Slc = r.DecodeBytes(yys1261Slc, true, true) - yys1261 := string(yys1261Slc) + yys1266Slc = r.DecodeBytes(yys1266Slc, true, true) + yys1266 := string(yys1266Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1261 { + switch yys1266 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -17604,9 +17659,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1261) - } // end switch yys1261 - } // end for yyj1261 + z.DecStructFieldNotFound(-1, yys1266) + } // end switch yys1266 + } // end for yyj1266 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17614,16 +17669,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1266 int - var yyb1266 bool - var yyhl1266 bool = l >= 0 - yyj1266++ - if yyhl1266 { - yyb1266 = yyj1266 > l + var yyj1271 int + var yyb1271 bool + var yyhl1271 bool = l >= 0 + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1266 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1266 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17638,13 +17693,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1266++ - if yyhl1266 { - yyb1266 = yyj1266 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1266 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1266 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17659,13 +17714,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1266++ - if yyhl1266 { - yyb1266 = yyj1266 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1266 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1266 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17680,13 +17735,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1266++ - if yyhl1266 { - yyb1266 = yyj1266 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1266 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1266 { + if yyb1271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17702,17 +17757,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1266++ - if yyhl1266 { - yyb1266 = yyj1266 > l + yyj1271++ + if yyhl1271 { + yyb1271 = yyj1271 > l } else { - yyb1266 = r.CheckBreak() + yyb1271 = r.CheckBreak() } - if yyb1266 { + if yyb1271 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1266-1, "") + z.DecStructFieldNotFound(yyj1271-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17724,33 +17779,33 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1271 := z.EncBinary() - _ = yym1271 + yym1276 := z.EncBinary() + _ = yym1276 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1272 := !z.EncBinary() - yy2arr1272 := z.EncBasicHandle().StructToArray - var yyq1272 [2]bool - _, _, _ = yysep1272, yyq1272, yy2arr1272 - const yyr1272 bool = false - var yynn1272 int - if yyr1272 || yy2arr1272 { + yysep1277 := !z.EncBinary() + yy2arr1277 := z.EncBasicHandle().StructToArray + var yyq1277 [2]bool + _, _, _ = yysep1277, yyq1277, yy2arr1277 + const yyr1277 bool = false + var yynn1277 int + if yyr1277 || yy2arr1277 { r.EncodeArrayStart(2) } else { - yynn1272 = 2 - for _, b := range yyq1272 { + yynn1277 = 2 + for _, b := range yyq1277 { if b { - yynn1272++ + yynn1277++ } } - r.EncodeMapStart(yynn1272) - yynn1272 = 0 + r.EncodeMapStart(yynn1277) + yynn1277 = 0 } - if yyr1272 || yy2arr1272 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1274 := z.EncBinary() - _ = yym1274 + yym1279 := z.EncBinary() + _ = yym1279 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -17759,17 +17814,17 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1275 := z.EncBinary() - _ = yym1275 + yym1280 := z.EncBinary() + _ = yym1280 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr1272 || yy2arr1272 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1277 := z.EncBinary() - _ = yym1277 + yym1282 := z.EncBinary() + _ = yym1282 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -17778,14 +17833,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1278 := z.EncBinary() - _ = yym1278 + yym1283 := z.EncBinary() + _ = yym1283 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1272 || yy2arr1272 { + if yyr1277 || yy2arr1277 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17798,25 +17853,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1279 := z.DecBinary() - _ = yym1279 + yym1284 := z.DecBinary() + _ = yym1284 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1280 := r.ContainerType() - if yyct1280 == codecSelferValueTypeMap1234 { - yyl1280 := r.ReadMapStart() - if yyl1280 == 0 { + yyct1285 := r.ContainerType() + if yyct1285 == codecSelferValueTypeMap1234 { + yyl1285 := r.ReadMapStart() + if yyl1285 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1280, d) + x.codecDecodeSelfFromMap(yyl1285, d) } - } else if yyct1280 == codecSelferValueTypeArray1234 { - yyl1280 := r.ReadArrayStart() - if yyl1280 == 0 { + } else if yyct1285 == codecSelferValueTypeArray1234 { + yyl1285 := r.ReadArrayStart() + if yyl1285 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1280, d) + x.codecDecodeSelfFromArray(yyl1285, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17828,12 +17883,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1281Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1281Slc - var yyhl1281 bool = l >= 0 - for yyj1281 := 0; ; yyj1281++ { - if yyhl1281 { - if yyj1281 >= l { + var yys1286Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1286Slc + var yyhl1286 bool = l >= 0 + for yyj1286 := 0; ; yyj1286++ { + if yyhl1286 { + if yyj1286 >= l { break } } else { @@ -17842,10 +17897,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1281Slc = r.DecodeBytes(yys1281Slc, true, true) - yys1281 := string(yys1281Slc) + yys1286Slc = r.DecodeBytes(yys1286Slc, true, true) + yys1286 := string(yys1286Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1281 { + switch yys1286 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -17859,9 +17914,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1281) - } // end switch yys1281 - } // end for yyj1281 + z.DecStructFieldNotFound(-1, yys1286) + } // end switch yys1286 + } // end for yyj1286 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17869,16 +17924,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1284 int - var yyb1284 bool - var yyhl1284 bool = l >= 0 - yyj1284++ - if yyhl1284 { - yyb1284 = yyj1284 > l + var yyj1289 int + var yyb1289 bool + var yyhl1289 bool = l >= 0 + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l } else { - yyb1284 = r.CheckBreak() + yyb1289 = r.CheckBreak() } - if yyb1284 { + if yyb1289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17888,13 +17943,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1284++ - if yyhl1284 { - yyb1284 = yyj1284 > l + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l } else { - yyb1284 = r.CheckBreak() + yyb1289 = r.CheckBreak() } - if yyb1284 { + if yyb1289 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17905,17 +17960,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1284++ - if yyhl1284 { - yyb1284 = yyj1284 > l + yyj1289++ + if yyhl1289 { + yyb1289 = yyj1289 > l } else { - yyb1284 = r.CheckBreak() + yyb1289 = r.CheckBreak() } - if yyb1284 { + if yyb1289 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1284-1, "") + z.DecStructFieldNotFound(yyj1289-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17927,36 +17982,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1287 := z.EncBinary() - _ = yym1287 + yym1292 := z.EncBinary() + _ = yym1292 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1288 := !z.EncBinary() - yy2arr1288 := z.EncBasicHandle().StructToArray - var yyq1288 [3]bool - _, _, _ = yysep1288, yyq1288, yy2arr1288 - const yyr1288 bool = false - yyq1288[0] = x.ContainerName != "" - yyq1288[2] = true - var yynn1288 int - if yyr1288 || yy2arr1288 { + yysep1293 := !z.EncBinary() + yy2arr1293 := z.EncBasicHandle().StructToArray + var yyq1293 [3]bool + _, _, _ = yysep1293, yyq1293, yy2arr1293 + const yyr1293 bool = false + yyq1293[0] = x.ContainerName != "" + yyq1293[2] = true + var yynn1293 int + if yyr1293 || yy2arr1293 { r.EncodeArrayStart(3) } else { - yynn1288 = 1 - for _, b := range yyq1288 { + yynn1293 = 1 + for _, b := range yyq1293 { if b { - yynn1288++ + yynn1293++ } } - r.EncodeMapStart(yynn1288) - yynn1288 = 0 + r.EncodeMapStart(yynn1293) + yynn1293 = 0 } - if yyr1288 || yy2arr1288 { + if yyr1293 || yy2arr1293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1288[0] { - yym1290 := z.EncBinary() - _ = yym1290 + if yyq1293[0] { + yym1295 := z.EncBinary() + _ = yym1295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -17965,22 +18020,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1288[0] { + if yyq1293[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1291 := z.EncBinary() - _ = yym1291 + yym1296 := z.EncBinary() + _ = yym1296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1288 || yy2arr1288 { + if yyr1293 || yy2arr1293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1293 := z.EncBinary() - _ = yym1293 + yym1298 := z.EncBinary() + _ = yym1298 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -17989,47 +18044,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1294 := z.EncBinary() - _ = yym1294 + yym1299 := z.EncBinary() + _ = yym1299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1288 || yy2arr1288 { + if yyr1293 || yy2arr1293 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1288[2] { - yy1296 := &x.Divisor - yym1297 := z.EncBinary() - _ = yym1297 + if yyq1293[2] { + yy1301 := &x.Divisor + yym1302 := z.EncBinary() + _ = yym1302 if false { - } else if z.HasExtensions() && z.EncExt(yy1296) { - } else if !yym1297 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1296) + } else if z.HasExtensions() && z.EncExt(yy1301) { + } else if !yym1302 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1301) } else { - z.EncFallback(yy1296) + z.EncFallback(yy1301) } } else { r.EncodeNil() } } else { - if yyq1288[2] { + if yyq1293[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1298 := &x.Divisor - yym1299 := z.EncBinary() - _ = yym1299 + yy1303 := &x.Divisor + yym1304 := z.EncBinary() + _ = yym1304 if false { - } else if z.HasExtensions() && z.EncExt(yy1298) { - } else if !yym1299 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1298) + } else if z.HasExtensions() && z.EncExt(yy1303) { + } else if !yym1304 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1303) } else { - z.EncFallback(yy1298) + z.EncFallback(yy1303) } } } - if yyr1288 || yy2arr1288 { + if yyr1293 || yy2arr1293 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18042,25 +18097,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1300 := z.DecBinary() - _ = yym1300 + yym1305 := z.DecBinary() + _ = yym1305 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1301 := r.ContainerType() - if yyct1301 == codecSelferValueTypeMap1234 { - yyl1301 := r.ReadMapStart() - if yyl1301 == 0 { + yyct1306 := r.ContainerType() + if yyct1306 == codecSelferValueTypeMap1234 { + yyl1306 := r.ReadMapStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1301, d) + x.codecDecodeSelfFromMap(yyl1306, d) } - } else if yyct1301 == codecSelferValueTypeArray1234 { - yyl1301 := r.ReadArrayStart() - if yyl1301 == 0 { + } else if yyct1306 == codecSelferValueTypeArray1234 { + yyl1306 := r.ReadArrayStart() + if yyl1306 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1301, d) + x.codecDecodeSelfFromArray(yyl1306, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18072,12 +18127,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1302Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1302Slc - var yyhl1302 bool = l >= 0 - for yyj1302 := 0; ; yyj1302++ { - if yyhl1302 { - if yyj1302 >= l { + var yys1307Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1307Slc + var yyhl1307 bool = l >= 0 + for yyj1307 := 0; ; yyj1307++ { + if yyhl1307 { + if yyj1307 >= l { break } } else { @@ -18086,10 +18141,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1302Slc = r.DecodeBytes(yys1302Slc, true, true) - yys1302 := string(yys1302Slc) + yys1307Slc = r.DecodeBytes(yys1307Slc, true, true) + yys1307 := string(yys1307Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1302 { + switch yys1307 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -18106,21 +18161,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1305 := &x.Divisor - yym1306 := z.DecBinary() - _ = yym1306 + yyv1310 := &x.Divisor + yym1311 := z.DecBinary() + _ = yym1311 if false { - } else if z.HasExtensions() && z.DecExt(yyv1305) { - } else if !yym1306 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1305) + } else if z.HasExtensions() && z.DecExt(yyv1310) { + } else if !yym1311 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1310) } else { - z.DecFallback(yyv1305, false) + z.DecFallback(yyv1310, false) } } default: - z.DecStructFieldNotFound(-1, yys1302) - } // end switch yys1302 - } // end for yyj1302 + z.DecStructFieldNotFound(-1, yys1307) + } // end switch yys1307 + } // end for yyj1307 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18128,16 +18183,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1307 int - var yyb1307 bool - var yyhl1307 bool = l >= 0 - yyj1307++ - if yyhl1307 { - yyb1307 = yyj1307 > l + var yyj1312 int + var yyb1312 bool + var yyhl1312 bool = l >= 0 + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1307 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1307 { + if yyb1312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18147,13 +18202,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1307++ - if yyhl1307 { - yyb1307 = yyj1307 > l + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1307 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1307 { + if yyb1312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18163,13 +18218,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1307++ - if yyhl1307 { - yyb1307 = yyj1307 > l + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1307 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1307 { + if yyb1312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18177,29 +18232,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1310 := &x.Divisor - yym1311 := z.DecBinary() - _ = yym1311 + yyv1315 := &x.Divisor + yym1316 := z.DecBinary() + _ = yym1316 if false { - } else if z.HasExtensions() && z.DecExt(yyv1310) { - } else if !yym1311 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1310) + } else if z.HasExtensions() && z.DecExt(yyv1315) { + } else if !yym1316 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1315) } else { - z.DecFallback(yyv1310, false) + z.DecFallback(yyv1315, false) } } for { - yyj1307++ - if yyhl1307 { - yyb1307 = yyj1307 > l + yyj1312++ + if yyhl1312 { + yyb1312 = yyj1312 > l } else { - yyb1307 = r.CheckBreak() + yyb1312 = r.CheckBreak() } - if yyb1307 { + if yyb1312 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1307-1, "") + z.DecStructFieldNotFound(yyj1312-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18211,33 +18266,33 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1312 := z.EncBinary() - _ = yym1312 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1313 := !z.EncBinary() - yy2arr1313 := z.EncBasicHandle().StructToArray - var yyq1313 [2]bool - _, _, _ = yysep1313, yyq1313, yy2arr1313 - const yyr1313 bool = false - var yynn1313 int - if yyr1313 || yy2arr1313 { + yysep1318 := !z.EncBinary() + yy2arr1318 := z.EncBasicHandle().StructToArray + var yyq1318 [2]bool + _, _, _ = yysep1318, yyq1318, yy2arr1318 + const yyr1318 bool = false + var yynn1318 int + if yyr1318 || yy2arr1318 { r.EncodeArrayStart(2) } else { - yynn1313 = 2 - for _, b := range yyq1313 { + yynn1318 = 2 + for _, b := range yyq1318 { if b { - yynn1313++ + yynn1318++ } } - r.EncodeMapStart(yynn1313) - yynn1313 = 0 + r.EncodeMapStart(yynn1318) + yynn1318 = 0 } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1315 := z.EncBinary() - _ = yym1315 + yym1320 := z.EncBinary() + _ = yym1320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18246,17 +18301,17 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1316 := z.EncBinary() - _ = yym1316 + yym1321 := z.EncBinary() + _ = yym1321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1318 := z.EncBinary() - _ = yym1318 + yym1323 := z.EncBinary() + _ = yym1323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -18265,14 +18320,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1319 := z.EncBinary() - _ = yym1319 + yym1324 := z.EncBinary() + _ = yym1324 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18285,25 +18340,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1320 := z.DecBinary() - _ = yym1320 + yym1325 := z.DecBinary() + _ = yym1325 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1321 := r.ContainerType() - if yyct1321 == codecSelferValueTypeMap1234 { - yyl1321 := r.ReadMapStart() - if yyl1321 == 0 { + yyct1326 := r.ContainerType() + if yyct1326 == codecSelferValueTypeMap1234 { + yyl1326 := r.ReadMapStart() + if yyl1326 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1321, d) + x.codecDecodeSelfFromMap(yyl1326, d) } - } else if yyct1321 == codecSelferValueTypeArray1234 { - yyl1321 := r.ReadArrayStart() - if yyl1321 == 0 { + } else if yyct1326 == codecSelferValueTypeArray1234 { + yyl1326 := r.ReadArrayStart() + if yyl1326 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1321, d) + x.codecDecodeSelfFromArray(yyl1326, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18315,12 +18370,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1322Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1322Slc - var yyhl1322 bool = l >= 0 - for yyj1322 := 0; ; yyj1322++ { - if yyhl1322 { - if yyj1322 >= l { + var yys1327Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1327Slc + var yyhl1327 bool = l >= 0 + for yyj1327 := 0; ; yyj1327++ { + if yyhl1327 { + if yyj1327 >= l { break } } else { @@ -18329,10 +18384,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1322Slc = r.DecodeBytes(yys1322Slc, true, true) - yys1322 := string(yys1322Slc) + yys1327Slc = r.DecodeBytes(yys1327Slc, true, true) + yys1327 := string(yys1327Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1322 { + switch yys1327 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -18346,9 +18401,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1322) - } // end switch yys1322 - } // end for yyj1322 + z.DecStructFieldNotFound(-1, yys1327) + } // end switch yys1327 + } // end for yyj1327 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18356,16 +18411,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1325 int - var yyb1325 bool - var yyhl1325 bool = l >= 0 - yyj1325++ - if yyhl1325 { - yyb1325 = yyj1325 > l + var yyj1330 int + var yyb1330 bool + var yyhl1330 bool = l >= 0 + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1325 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1325 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18375,13 +18430,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1325++ - if yyhl1325 { - yyb1325 = yyj1325 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1325 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1325 { + if yyb1330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18392,17 +18447,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1325++ - if yyhl1325 { - yyb1325 = yyj1325 > l + yyj1330++ + if yyhl1330 { + yyb1330 = yyj1330 > l } else { - yyb1325 = r.CheckBreak() + yyb1330 = r.CheckBreak() } - if yyb1325 { + if yyb1330 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1325-1, "") + z.DecStructFieldNotFound(yyj1330-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18414,33 +18469,33 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1328 := z.EncBinary() - _ = yym1328 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1329 := !z.EncBinary() - yy2arr1329 := z.EncBasicHandle().StructToArray - var yyq1329 [2]bool - _, _, _ = yysep1329, yyq1329, yy2arr1329 - const yyr1329 bool = false - var yynn1329 int - if yyr1329 || yy2arr1329 { + yysep1334 := !z.EncBinary() + yy2arr1334 := z.EncBasicHandle().StructToArray + var yyq1334 [2]bool + _, _, _ = yysep1334, yyq1334, yy2arr1334 + const yyr1334 bool = false + var yynn1334 int + if yyr1334 || yy2arr1334 { r.EncodeArrayStart(2) } else { - yynn1329 = 2 - for _, b := range yyq1329 { + yynn1334 = 2 + for _, b := range yyq1334 { if b { - yynn1329++ + yynn1334++ } } - r.EncodeMapStart(yynn1329) - yynn1329 = 0 + r.EncodeMapStart(yynn1334) + yynn1334 = 0 } - if yyr1329 || yy2arr1329 { + if yyr1334 || yy2arr1334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1331 := z.EncBinary() - _ = yym1331 + yym1336 := z.EncBinary() + _ = yym1336 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18449,17 +18504,17 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1332 := z.EncBinary() - _ = yym1332 + yym1337 := z.EncBinary() + _ = yym1337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1329 || yy2arr1329 { + if yyr1334 || yy2arr1334 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1334 := z.EncBinary() - _ = yym1334 + yym1339 := z.EncBinary() + _ = yym1339 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -18468,14 +18523,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1335 := z.EncBinary() - _ = yym1335 + yym1340 := z.EncBinary() + _ = yym1340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1329 || yy2arr1329 { + if yyr1334 || yy2arr1334 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18488,25 +18543,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1336 := z.DecBinary() - _ = yym1336 + yym1341 := z.DecBinary() + _ = yym1341 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1337 := r.ContainerType() - if yyct1337 == codecSelferValueTypeMap1234 { - yyl1337 := r.ReadMapStart() - if yyl1337 == 0 { + yyct1342 := r.ContainerType() + if yyct1342 == codecSelferValueTypeMap1234 { + yyl1342 := r.ReadMapStart() + if yyl1342 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1337, d) + x.codecDecodeSelfFromMap(yyl1342, d) } - } else if yyct1337 == codecSelferValueTypeArray1234 { - yyl1337 := r.ReadArrayStart() - if yyl1337 == 0 { + } else if yyct1342 == codecSelferValueTypeArray1234 { + yyl1342 := r.ReadArrayStart() + if yyl1342 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1337, d) + x.codecDecodeSelfFromArray(yyl1342, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18518,12 +18573,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1338Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1338Slc - var yyhl1338 bool = l >= 0 - for yyj1338 := 0; ; yyj1338++ { - if yyhl1338 { - if yyj1338 >= l { + var yys1343Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1343Slc + var yyhl1343 bool = l >= 0 + for yyj1343 := 0; ; yyj1343++ { + if yyhl1343 { + if yyj1343 >= l { break } } else { @@ -18532,10 +18587,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1338Slc = r.DecodeBytes(yys1338Slc, true, true) - yys1338 := string(yys1338Slc) + yys1343Slc = r.DecodeBytes(yys1343Slc, true, true) + yys1343 := string(yys1343Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1338 { + switch yys1343 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -18549,9 +18604,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1338) - } // end switch yys1338 - } // end for yyj1338 + z.DecStructFieldNotFound(-1, yys1343) + } // end switch yys1343 + } // end for yyj1343 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18559,16 +18614,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1341 int - var yyb1341 bool - var yyhl1341 bool = l >= 0 - yyj1341++ - if yyhl1341 { - yyb1341 = yyj1341 > l + var yyj1346 int + var yyb1346 bool + var yyhl1346 bool = l >= 0 + yyj1346++ + if yyhl1346 { + yyb1346 = yyj1346 > l } else { - yyb1341 = r.CheckBreak() + yyb1346 = r.CheckBreak() } - if yyb1341 { + if yyb1346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18578,13 +18633,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1341++ - if yyhl1341 { - yyb1341 = yyj1341 > l + yyj1346++ + if yyhl1346 { + yyb1346 = yyj1346 > l } else { - yyb1341 = r.CheckBreak() + yyb1346 = r.CheckBreak() } - if yyb1341 { + if yyb1346 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18595,17 +18650,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1341++ - if yyhl1341 { - yyb1341 = yyj1341 > l + yyj1346++ + if yyhl1346 { + yyb1346 = yyj1346 > l } else { - yyb1341 = r.CheckBreak() + yyb1346 = r.CheckBreak() } - if yyb1341 { + if yyb1346 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1341-1, "") + z.DecStructFieldNotFound(yyj1346-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18617,33 +18672,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1344 := z.EncBinary() - _ = yym1344 + yym1349 := z.EncBinary() + _ = yym1349 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1345 := !z.EncBinary() - yy2arr1345 := z.EncBasicHandle().StructToArray - var yyq1345 [2]bool - _, _, _ = yysep1345, yyq1345, yy2arr1345 - const yyr1345 bool = false - var yynn1345 int - if yyr1345 || yy2arr1345 { + yysep1350 := !z.EncBinary() + yy2arr1350 := z.EncBasicHandle().StructToArray + var yyq1350 [2]bool + _, _, _ = yysep1350, yyq1350, yy2arr1350 + const yyr1350 bool = false + var yynn1350 int + if yyr1350 || yy2arr1350 { r.EncodeArrayStart(2) } else { - yynn1345 = 2 - for _, b := range yyq1345 { + yynn1350 = 2 + for _, b := range yyq1350 { if b { - yynn1345++ + yynn1350++ } } - r.EncodeMapStart(yynn1345) - yynn1345 = 0 + r.EncodeMapStart(yynn1350) + yynn1350 = 0 } - if yyr1345 || yy2arr1345 { + if yyr1350 || yy2arr1350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1347 := z.EncBinary() - _ = yym1347 + yym1352 := z.EncBinary() + _ = yym1352 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18652,17 +18707,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1348 := z.EncBinary() - _ = yym1348 + yym1353 := z.EncBinary() + _ = yym1353 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1345 || yy2arr1345 { + if yyr1350 || yy2arr1350 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1350 := z.EncBinary() - _ = yym1350 + yym1355 := z.EncBinary() + _ = yym1355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -18671,14 +18726,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1351 := z.EncBinary() - _ = yym1351 + yym1356 := z.EncBinary() + _ = yym1356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1345 || yy2arr1345 { + if yyr1350 || yy2arr1350 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18691,25 +18746,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1352 := z.DecBinary() - _ = yym1352 + yym1357 := z.DecBinary() + _ = yym1357 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1353 := r.ContainerType() - if yyct1353 == codecSelferValueTypeMap1234 { - yyl1353 := r.ReadMapStart() - if yyl1353 == 0 { + yyct1358 := r.ContainerType() + if yyct1358 == codecSelferValueTypeMap1234 { + yyl1358 := r.ReadMapStart() + if yyl1358 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1353, d) + x.codecDecodeSelfFromMap(yyl1358, d) } - } else if yyct1353 == codecSelferValueTypeArray1234 { - yyl1353 := r.ReadArrayStart() - if yyl1353 == 0 { + } else if yyct1358 == codecSelferValueTypeArray1234 { + yyl1358 := r.ReadArrayStart() + if yyl1358 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1353, d) + x.codecDecodeSelfFromArray(yyl1358, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18721,12 +18776,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1354Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1354Slc - var yyhl1354 bool = l >= 0 - for yyj1354 := 0; ; yyj1354++ { - if yyhl1354 { - if yyj1354 >= l { + var yys1359Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1359Slc + var yyhl1359 bool = l >= 0 + for yyj1359 := 0; ; yyj1359++ { + if yyhl1359 { + if yyj1359 >= l { break } } else { @@ -18735,10 +18790,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1354Slc = r.DecodeBytes(yys1354Slc, true, true) - yys1354 := string(yys1354Slc) + yys1359Slc = r.DecodeBytes(yys1359Slc, true, true) + yys1359 := string(yys1359Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1354 { + switch yys1359 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18752,9 +18807,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1354) - } // end switch yys1354 - } // end for yyj1354 + z.DecStructFieldNotFound(-1, yys1359) + } // end switch yys1359 + } // end for yyj1359 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18762,16 +18817,16 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1357 int - var yyb1357 bool - var yyhl1357 bool = l >= 0 - yyj1357++ - if yyhl1357 { - yyb1357 = yyj1357 > l + var yyj1362 int + var yyb1362 bool + var yyhl1362 bool = l >= 0 + yyj1362++ + if yyhl1362 { + yyb1362 = yyj1362 > l } else { - yyb1357 = r.CheckBreak() + yyb1362 = r.CheckBreak() } - if yyb1357 { + if yyb1362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18781,13 +18836,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1357++ - if yyhl1357 { - yyb1357 = yyj1357 > l + yyj1362++ + if yyhl1362 { + yyb1362 = yyj1362 > l } else { - yyb1357 = r.CheckBreak() + yyb1362 = r.CheckBreak() } - if yyb1357 { + if yyb1362 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18798,17 +18853,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1357++ - if yyhl1357 { - yyb1357 = yyj1357 > l + yyj1362++ + if yyhl1362 { + yyb1362 = yyj1362 > l } else { - yyb1357 = r.CheckBreak() + yyb1362 = r.CheckBreak() } - if yyb1357 { + if yyb1362 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1357-1, "") + z.DecStructFieldNotFound(yyj1362-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18820,39 +18875,39 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1360 := z.EncBinary() - _ = yym1360 + yym1365 := z.EncBinary() + _ = yym1365 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1361 := !z.EncBinary() - yy2arr1361 := z.EncBasicHandle().StructToArray - var yyq1361 [5]bool - _, _, _ = yysep1361, yyq1361, yy2arr1361 - const yyr1361 bool = false - yyq1361[0] = x.Path != "" - yyq1361[1] = true - yyq1361[2] = x.Host != "" - yyq1361[3] = x.Scheme != "" - yyq1361[4] = len(x.HTTPHeaders) != 0 - var yynn1361 int - if yyr1361 || yy2arr1361 { + yysep1366 := !z.EncBinary() + yy2arr1366 := z.EncBasicHandle().StructToArray + var yyq1366 [5]bool + _, _, _ = yysep1366, yyq1366, yy2arr1366 + const yyr1366 bool = false + yyq1366[0] = x.Path != "" + yyq1366[1] = true + yyq1366[2] = x.Host != "" + yyq1366[3] = x.Scheme != "" + yyq1366[4] = len(x.HTTPHeaders) != 0 + var yynn1366 int + if yyr1366 || yy2arr1366 { r.EncodeArrayStart(5) } else { - yynn1361 = 0 - for _, b := range yyq1361 { + yynn1366 = 0 + for _, b := range yyq1366 { if b { - yynn1361++ + yynn1366++ } } - r.EncodeMapStart(yynn1361) - yynn1361 = 0 + r.EncodeMapStart(yynn1366) + yynn1366 = 0 } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1361[0] { - yym1363 := z.EncBinary() - _ = yym1363 + if yyq1366[0] { + yym1368 := z.EncBinary() + _ = yym1368 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -18861,56 +18916,56 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1361[0] { + if yyq1366[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1364 := z.EncBinary() - _ = yym1364 + yym1369 := z.EncBinary() + _ = yym1369 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1361[1] { - yy1366 := &x.Port - yym1367 := z.EncBinary() - _ = yym1367 + if yyq1366[1] { + yy1371 := &x.Port + yym1372 := z.EncBinary() + _ = yym1372 if false { - } else if z.HasExtensions() && z.EncExt(yy1366) { - } else if !yym1367 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1366) + } else if z.HasExtensions() && z.EncExt(yy1371) { + } else if !yym1372 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1371) } else { - z.EncFallback(yy1366) + z.EncFallback(yy1371) } } else { r.EncodeNil() } } else { - if yyq1361[1] { + if yyq1366[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1368 := &x.Port - yym1369 := z.EncBinary() - _ = yym1369 + yy1373 := &x.Port + yym1374 := z.EncBinary() + _ = yym1374 if false { - } else if z.HasExtensions() && z.EncExt(yy1368) { - } else if !yym1369 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1368) + } else if z.HasExtensions() && z.EncExt(yy1373) { + } else if !yym1374 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1373) } else { - z.EncFallback(yy1368) + z.EncFallback(yy1373) } } } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1361[2] { - yym1371 := z.EncBinary() - _ = yym1371 + if yyq1366[2] { + yym1376 := z.EncBinary() + _ = yym1376 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -18919,41 +18974,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1361[2] { + if yyq1366[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1372 := z.EncBinary() - _ = yym1372 + yym1377 := z.EncBinary() + _ = yym1377 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1361[3] { + if yyq1366[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1361[3] { + if yyq1366[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1361[4] { + if yyq1366[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1375 := z.EncBinary() - _ = yym1375 + yym1380 := z.EncBinary() + _ = yym1380 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18963,15 +19018,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1361[4] { + if yyq1366[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1376 := z.EncBinary() - _ = yym1376 + yym1381 := z.EncBinary() + _ = yym1381 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18979,7 +19034,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1361 || yy2arr1361 { + if yyr1366 || yy2arr1366 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18992,25 +19047,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1377 := z.DecBinary() - _ = yym1377 + yym1382 := z.DecBinary() + _ = yym1382 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1378 := r.ContainerType() - if yyct1378 == codecSelferValueTypeMap1234 { - yyl1378 := r.ReadMapStart() - if yyl1378 == 0 { + yyct1383 := r.ContainerType() + if yyct1383 == codecSelferValueTypeMap1234 { + yyl1383 := r.ReadMapStart() + if yyl1383 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1378, d) + x.codecDecodeSelfFromMap(yyl1383, d) } - } else if yyct1378 == codecSelferValueTypeArray1234 { - yyl1378 := r.ReadArrayStart() - if yyl1378 == 0 { + } else if yyct1383 == codecSelferValueTypeArray1234 { + yyl1383 := r.ReadArrayStart() + if yyl1383 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1378, d) + x.codecDecodeSelfFromArray(yyl1383, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19022,12 +19077,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1379Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1379Slc - var yyhl1379 bool = l >= 0 - for yyj1379 := 0; ; yyj1379++ { - if yyhl1379 { - if yyj1379 >= l { + var yys1384Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1384Slc + var yyhl1384 bool = l >= 0 + for yyj1384 := 0; ; yyj1384++ { + if yyhl1384 { + if yyj1384 >= l { break } } else { @@ -19036,10 +19091,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1379Slc = r.DecodeBytes(yys1379Slc, true, true) - yys1379 := string(yys1379Slc) + yys1384Slc = r.DecodeBytes(yys1384Slc, true, true) + yys1384 := string(yys1384Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1379 { + switch yys1384 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -19050,15 +19105,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1381 := &x.Port - yym1382 := z.DecBinary() - _ = yym1382 + yyv1386 := &x.Port + yym1387 := z.DecBinary() + _ = yym1387 if false { - } else if z.HasExtensions() && z.DecExt(yyv1381) { - } else if !yym1382 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1381) + } else if z.HasExtensions() && z.DecExt(yyv1386) { + } else if !yym1387 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1386) } else { - z.DecFallback(yyv1381, false) + z.DecFallback(yyv1386, false) } } case "host": @@ -19077,18 +19132,18 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1385 := &x.HTTPHeaders - yym1386 := z.DecBinary() - _ = yym1386 + yyv1390 := &x.HTTPHeaders + yym1391 := z.DecBinary() + _ = yym1391 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1385), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1390), d) } } default: - z.DecStructFieldNotFound(-1, yys1379) - } // end switch yys1379 - } // end for yyj1379 + z.DecStructFieldNotFound(-1, yys1384) + } // end switch yys1384 + } // end for yyj1384 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19096,16 +19151,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1387 int - var yyb1387 bool - var yyhl1387 bool = l >= 0 - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + var yyj1392 int + var yyb1392 bool + var yyhl1392 bool = l >= 0 + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19115,13 +19170,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19129,24 +19184,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1389 := &x.Port - yym1390 := z.DecBinary() - _ = yym1390 + yyv1394 := &x.Port + yym1395 := z.DecBinary() + _ = yym1395 if false { - } else if z.HasExtensions() && z.DecExt(yyv1389) { - } else if !yym1390 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1389) + } else if z.HasExtensions() && z.DecExt(yyv1394) { + } else if !yym1395 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1394) } else { - z.DecFallback(yyv1389, false) + z.DecFallback(yyv1394, false) } } - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19156,13 +19211,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19172,13 +19227,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Scheme = URIScheme(r.DecodeString()) } - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19186,26 +19241,26 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1393 := &x.HTTPHeaders - yym1394 := z.DecBinary() - _ = yym1394 + yyv1398 := &x.HTTPHeaders + yym1399 := z.DecBinary() + _ = yym1399 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1393), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1398), d) } } for { - yyj1387++ - if yyhl1387 { - yyb1387 = yyj1387 > l + yyj1392++ + if yyhl1392 { + yyb1392 = yyj1392 > l } else { - yyb1387 = r.CheckBreak() + yyb1392 = r.CheckBreak() } - if yyb1387 { + if yyb1392 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1387-1, "") + z.DecStructFieldNotFound(yyj1392-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19214,8 +19269,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1395 := z.EncBinary() - _ = yym1395 + yym1400 := z.EncBinary() + _ = yym1400 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19227,8 +19282,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1396 := z.DecBinary() - _ = yym1396 + yym1401 := z.DecBinary() + _ = yym1401 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19243,64 +19298,64 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1397 := z.EncBinary() - _ = yym1397 + yym1402 := z.EncBinary() + _ = yym1402 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1398 := !z.EncBinary() - yy2arr1398 := z.EncBasicHandle().StructToArray - var yyq1398 [1]bool - _, _, _ = yysep1398, yyq1398, yy2arr1398 - const yyr1398 bool = false - yyq1398[0] = true - var yynn1398 int - if yyr1398 || yy2arr1398 { + yysep1403 := !z.EncBinary() + yy2arr1403 := z.EncBasicHandle().StructToArray + var yyq1403 [1]bool + _, _, _ = yysep1403, yyq1403, yy2arr1403 + const yyr1403 bool = false + yyq1403[0] = true + var yynn1403 int + if yyr1403 || yy2arr1403 { r.EncodeArrayStart(1) } else { - yynn1398 = 0 - for _, b := range yyq1398 { + yynn1403 = 0 + for _, b := range yyq1403 { if b { - yynn1398++ + yynn1403++ } } - r.EncodeMapStart(yynn1398) - yynn1398 = 0 + r.EncodeMapStart(yynn1403) + yynn1403 = 0 } - if yyr1398 || yy2arr1398 { + if yyr1403 || yy2arr1403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1398[0] { - yy1400 := &x.Port - yym1401 := z.EncBinary() - _ = yym1401 + if yyq1403[0] { + yy1405 := &x.Port + yym1406 := z.EncBinary() + _ = yym1406 if false { - } else if z.HasExtensions() && z.EncExt(yy1400) { - } else if !yym1401 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1400) + } else if z.HasExtensions() && z.EncExt(yy1405) { + } else if !yym1406 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1405) } else { - z.EncFallback(yy1400) + z.EncFallback(yy1405) } } else { r.EncodeNil() } } else { - if yyq1398[0] { + if yyq1403[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1402 := &x.Port - yym1403 := z.EncBinary() - _ = yym1403 + yy1407 := &x.Port + yym1408 := z.EncBinary() + _ = yym1408 if false { - } else if z.HasExtensions() && z.EncExt(yy1402) { - } else if !yym1403 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1402) + } else if z.HasExtensions() && z.EncExt(yy1407) { + } else if !yym1408 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1407) } else { - z.EncFallback(yy1402) + z.EncFallback(yy1407) } } } - if yyr1398 || yy2arr1398 { + if yyr1403 || yy2arr1403 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19313,25 +19368,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1404 := z.DecBinary() - _ = yym1404 + yym1409 := z.DecBinary() + _ = yym1409 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1405 := r.ContainerType() - if yyct1405 == codecSelferValueTypeMap1234 { - yyl1405 := r.ReadMapStart() - if yyl1405 == 0 { + yyct1410 := r.ContainerType() + if yyct1410 == codecSelferValueTypeMap1234 { + yyl1410 := r.ReadMapStart() + if yyl1410 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1405, d) + x.codecDecodeSelfFromMap(yyl1410, d) } - } else if yyct1405 == codecSelferValueTypeArray1234 { - yyl1405 := r.ReadArrayStart() - if yyl1405 == 0 { + } else if yyct1410 == codecSelferValueTypeArray1234 { + yyl1410 := r.ReadArrayStart() + if yyl1410 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1405, d) + x.codecDecodeSelfFromArray(yyl1410, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19343,12 +19398,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1406Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1406Slc - var yyhl1406 bool = l >= 0 - for yyj1406 := 0; ; yyj1406++ { - if yyhl1406 { - if yyj1406 >= l { + var yys1411Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1411Slc + var yyhl1411 bool = l >= 0 + for yyj1411 := 0; ; yyj1411++ { + if yyhl1411 { + if yyj1411 >= l { break } } else { @@ -19357,29 +19412,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1406Slc = r.DecodeBytes(yys1406Slc, true, true) - yys1406 := string(yys1406Slc) + yys1411Slc = r.DecodeBytes(yys1411Slc, true, true) + yys1411 := string(yys1411Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1406 { + switch yys1411 { case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1407 := &x.Port - yym1408 := z.DecBinary() - _ = yym1408 + yyv1412 := &x.Port + yym1413 := z.DecBinary() + _ = yym1413 if false { - } else if z.HasExtensions() && z.DecExt(yyv1407) { - } else if !yym1408 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1407) + } else if z.HasExtensions() && z.DecExt(yyv1412) { + } else if !yym1413 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1412) } else { - z.DecFallback(yyv1407, false) + z.DecFallback(yyv1412, false) } } default: - z.DecStructFieldNotFound(-1, yys1406) - } // end switch yys1406 - } // end for yyj1406 + z.DecStructFieldNotFound(-1, yys1411) + } // end switch yys1411 + } // end for yyj1411 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19387,16 +19442,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1409 int - var yyb1409 bool - var yyhl1409 bool = l >= 0 - yyj1409++ - if yyhl1409 { - yyb1409 = yyj1409 > l + var yyj1414 int + var yyb1414 bool + var yyhl1414 bool = l >= 0 + yyj1414++ + if yyhl1414 { + yyb1414 = yyj1414 > l } else { - yyb1409 = r.CheckBreak() + yyb1414 = r.CheckBreak() } - if yyb1409 { + if yyb1414 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19404,29 +19459,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1410 := &x.Port - yym1411 := z.DecBinary() - _ = yym1411 + yyv1415 := &x.Port + yym1416 := z.DecBinary() + _ = yym1416 if false { - } else if z.HasExtensions() && z.DecExt(yyv1410) { - } else if !yym1411 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1410) + } else if z.HasExtensions() && z.DecExt(yyv1415) { + } else if !yym1416 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1415) } else { - z.DecFallback(yyv1410, false) + z.DecFallback(yyv1415, false) } } for { - yyj1409++ - if yyhl1409 { - yyb1409 = yyj1409 > l + yyj1414++ + if yyhl1414 { + yyb1414 = yyj1414 > l } else { - yyb1409 = r.CheckBreak() + yyb1414 = r.CheckBreak() } - if yyb1409 { + if yyb1414 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1409-1, "") + z.DecStructFieldNotFound(yyj1414-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19438,38 +19493,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1412 := z.EncBinary() - _ = yym1412 + yym1417 := z.EncBinary() + _ = yym1417 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1413 := !z.EncBinary() - yy2arr1413 := z.EncBasicHandle().StructToArray - var yyq1413 [1]bool - _, _, _ = yysep1413, yyq1413, yy2arr1413 - const yyr1413 bool = false - yyq1413[0] = len(x.Command) != 0 - var yynn1413 int - if yyr1413 || yy2arr1413 { + yysep1418 := !z.EncBinary() + yy2arr1418 := z.EncBasicHandle().StructToArray + var yyq1418 [1]bool + _, _, _ = yysep1418, yyq1418, yy2arr1418 + const yyr1418 bool = false + yyq1418[0] = len(x.Command) != 0 + var yynn1418 int + if yyr1418 || yy2arr1418 { r.EncodeArrayStart(1) } else { - yynn1413 = 0 - for _, b := range yyq1413 { + yynn1418 = 0 + for _, b := range yyq1418 { if b { - yynn1413++ + yynn1418++ } } - r.EncodeMapStart(yynn1413) - yynn1413 = 0 + r.EncodeMapStart(yynn1418) + yynn1418 = 0 } - if yyr1413 || yy2arr1413 { + if yyr1418 || yy2arr1418 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1413[0] { + if yyq1418[0] { if x.Command == nil { r.EncodeNil() } else { - yym1415 := z.EncBinary() - _ = yym1415 + yym1420 := z.EncBinary() + _ = yym1420 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19479,15 +19534,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1413[0] { + if yyq1418[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1416 := z.EncBinary() - _ = yym1416 + yym1421 := z.EncBinary() + _ = yym1421 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -19495,7 +19550,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1413 || yy2arr1413 { + if yyr1418 || yy2arr1418 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19508,25 +19563,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1417 := z.DecBinary() - _ = yym1417 + yym1422 := z.DecBinary() + _ = yym1422 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1418 := r.ContainerType() - if yyct1418 == codecSelferValueTypeMap1234 { - yyl1418 := r.ReadMapStart() - if yyl1418 == 0 { + yyct1423 := r.ContainerType() + if yyct1423 == codecSelferValueTypeMap1234 { + yyl1423 := r.ReadMapStart() + if yyl1423 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1418, d) + x.codecDecodeSelfFromMap(yyl1423, d) } - } else if yyct1418 == codecSelferValueTypeArray1234 { - yyl1418 := r.ReadArrayStart() - if yyl1418 == 0 { + } else if yyct1423 == codecSelferValueTypeArray1234 { + yyl1423 := r.ReadArrayStart() + if yyl1423 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1418, d) + x.codecDecodeSelfFromArray(yyl1423, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19538,12 +19593,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1419Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1419Slc - var yyhl1419 bool = l >= 0 - for yyj1419 := 0; ; yyj1419++ { - if yyhl1419 { - if yyj1419 >= l { + var yys1424Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1424Slc + var yyhl1424 bool = l >= 0 + for yyj1424 := 0; ; yyj1424++ { + if yyhl1424 { + if yyj1424 >= l { break } } else { @@ -19552,26 +19607,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1419Slc = r.DecodeBytes(yys1419Slc, true, true) - yys1419 := string(yys1419Slc) + yys1424Slc = r.DecodeBytes(yys1424Slc, true, true) + yys1424 := string(yys1424Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1419 { + switch yys1424 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1420 := &x.Command - yym1421 := z.DecBinary() - _ = yym1421 + yyv1425 := &x.Command + yym1426 := z.DecBinary() + _ = yym1426 if false { } else { - z.F.DecSliceStringX(yyv1420, false, d) + z.F.DecSliceStringX(yyv1425, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1419) - } // end switch yys1419 - } // end for yyj1419 + z.DecStructFieldNotFound(-1, yys1424) + } // end switch yys1424 + } // end for yyj1424 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19579,16 +19634,16 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1422 int - var yyb1422 bool - var yyhl1422 bool = l >= 0 - yyj1422++ - if yyhl1422 { - yyb1422 = yyj1422 > l + var yyj1427 int + var yyb1427 bool + var yyhl1427 bool = l >= 0 + yyj1427++ + if yyhl1427 { + yyb1427 = yyj1427 > l } else { - yyb1422 = r.CheckBreak() + yyb1427 = r.CheckBreak() } - if yyb1422 { + if yyb1427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19596,26 +19651,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1423 := &x.Command - yym1424 := z.DecBinary() - _ = yym1424 + yyv1428 := &x.Command + yym1429 := z.DecBinary() + _ = yym1429 if false { } else { - z.F.DecSliceStringX(yyv1423, false, d) + z.F.DecSliceStringX(yyv1428, false, d) } } for { - yyj1422++ - if yyhl1422 { - yyb1422 = yyj1422 > l + yyj1427++ + if yyhl1427 { + yyb1427 = yyj1427 > l } else { - yyb1422 = r.CheckBreak() + yyb1427 = r.CheckBreak() } - if yyb1422 { + if yyb1427 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1422-1, "") + z.DecStructFieldNotFound(yyj1427-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19627,49 +19682,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1425 := z.EncBinary() - _ = yym1425 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1426 := !z.EncBinary() - yy2arr1426 := z.EncBasicHandle().StructToArray - var yyq1426 [8]bool - _, _, _ = yysep1426, yyq1426, yy2arr1426 - const yyr1426 bool = false - yyq1426[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1426[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1426[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1426[3] = x.InitialDelaySeconds != 0 - yyq1426[4] = x.TimeoutSeconds != 0 - yyq1426[5] = x.PeriodSeconds != 0 - yyq1426[6] = x.SuccessThreshold != 0 - yyq1426[7] = x.FailureThreshold != 0 - var yynn1426 int - if yyr1426 || yy2arr1426 { + yysep1431 := !z.EncBinary() + yy2arr1431 := z.EncBasicHandle().StructToArray + var yyq1431 [8]bool + _, _, _ = yysep1431, yyq1431, yy2arr1431 + const yyr1431 bool = false + yyq1431[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1431[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1431[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1431[3] = x.InitialDelaySeconds != 0 + yyq1431[4] = x.TimeoutSeconds != 0 + yyq1431[5] = x.PeriodSeconds != 0 + yyq1431[6] = x.SuccessThreshold != 0 + yyq1431[7] = x.FailureThreshold != 0 + var yynn1431 int + if yyr1431 || yy2arr1431 { r.EncodeArrayStart(8) } else { - yynn1426 = 0 - for _, b := range yyq1426 { + yynn1431 = 0 + for _, b := range yyq1431 { if b { - yynn1426++ + yynn1431++ } } - r.EncodeMapStart(yynn1426) - yynn1426 = 0 + r.EncodeMapStart(yynn1431) + yynn1431 = 0 } - var yyn1427 bool + var yyn1432 bool if x.Handler.Exec == nil { - yyn1427 = true - goto LABEL1427 + yyn1432 = true + goto LABEL1432 } - LABEL1427: - if yyr1426 || yy2arr1426 { - if yyn1427 { + LABEL1432: + if yyr1431 || yy2arr1431 { + if yyn1432 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[0] { + if yyq1431[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -19680,11 +19735,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1426[0] { + if yyq1431[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1427 { + if yyn1432 { r.EncodeNil() } else { if x.Exec == nil { @@ -19695,18 +19750,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1428 bool + var yyn1433 bool if x.Handler.HTTPGet == nil { - yyn1428 = true - goto LABEL1428 + yyn1433 = true + goto LABEL1433 } - LABEL1428: - if yyr1426 || yy2arr1426 { - if yyn1428 { + LABEL1433: + if yyr1431 || yy2arr1431 { + if yyn1433 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[1] { + if yyq1431[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -19717,11 +19772,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1426[1] { + if yyq1431[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1428 { + if yyn1433 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -19732,18 +19787,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1429 bool + var yyn1434 bool if x.Handler.TCPSocket == nil { - yyn1429 = true - goto LABEL1429 + yyn1434 = true + goto LABEL1434 } - LABEL1429: - if yyr1426 || yy2arr1426 { - if yyn1429 { + LABEL1434: + if yyr1431 || yy2arr1431 { + if yyn1434 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[2] { + if yyq1431[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -19754,11 +19809,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1426[2] { + if yyq1431[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1429 { + if yyn1434 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -19769,11 +19824,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1426 || yy2arr1426 { + if yyr1431 || yy2arr1431 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[3] { - yym1431 := z.EncBinary() - _ = yym1431 + if yyq1431[3] { + yym1436 := z.EncBinary() + _ = yym1436 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -19782,99 +19837,99 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1426[3] { + if yyq1431[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1432 := z.EncBinary() - _ = yym1432 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr1426 || yy2arr1426 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[4] { - yym1434 := z.EncBinary() - _ = yym1434 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1426[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1435 := z.EncBinary() - _ = yym1435 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr1426 || yy2arr1426 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[5] { yym1437 := z.EncBinary() _ = yym1437 if false { } else { - r.EncodeInt(int64(x.PeriodSeconds)) + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr1431 || yy2arr1431 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1431[4] { + yym1439 := z.EncBinary() + _ = yym1439 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq1426[5] { + if yyq1431[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1438 := z.EncBinary() - _ = yym1438 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr1426 || yy2arr1426 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[6] { yym1440 := z.EncBinary() _ = yym1440 if false { } else { - r.EncodeInt(int64(x.SuccessThreshold)) + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr1431 || yy2arr1431 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1431[5] { + yym1442 := z.EncBinary() + _ = yym1442 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq1426[6] { + if yyq1431[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1441 := z.EncBinary() - _ = yym1441 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr1426 || yy2arr1426 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1426[7] { yym1443 := z.EncBinary() _ = yym1443 if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr1431 || yy2arr1431 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1431[6] { + yym1445 := z.EncBinary() + _ = yym1445 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1431[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1446 := z.EncBinary() + _ = yym1446 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr1431 || yy2arr1431 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1431[7] { + yym1448 := z.EncBinary() + _ = yym1448 + if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } @@ -19882,19 +19937,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1426[7] { + if yyq1431[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1444 := z.EncBinary() - _ = yym1444 + yym1449 := z.EncBinary() + _ = yym1449 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1426 || yy2arr1426 { + if yyr1431 || yy2arr1431 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19907,25 +19962,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1445 := z.DecBinary() - _ = yym1445 + yym1450 := z.DecBinary() + _ = yym1450 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1446 := r.ContainerType() - if yyct1446 == codecSelferValueTypeMap1234 { - yyl1446 := r.ReadMapStart() - if yyl1446 == 0 { + yyct1451 := r.ContainerType() + if yyct1451 == codecSelferValueTypeMap1234 { + yyl1451 := r.ReadMapStart() + if yyl1451 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1446, d) + x.codecDecodeSelfFromMap(yyl1451, d) } - } else if yyct1446 == codecSelferValueTypeArray1234 { - yyl1446 := r.ReadArrayStart() - if yyl1446 == 0 { + } else if yyct1451 == codecSelferValueTypeArray1234 { + yyl1451 := r.ReadArrayStart() + if yyl1451 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1446, d) + x.codecDecodeSelfFromArray(yyl1451, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19937,12 +19992,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1447Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1447Slc - var yyhl1447 bool = l >= 0 - for yyj1447 := 0; ; yyj1447++ { - if yyhl1447 { - if yyj1447 >= l { + var yys1452Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1452Slc + var yyhl1452 bool = l >= 0 + for yyj1452 := 0; ; yyj1452++ { + if yyhl1452 { + if yyj1452 >= l { break } } else { @@ -19951,10 +20006,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1447Slc = r.DecodeBytes(yys1447Slc, true, true) - yys1447 := string(yys1447Slc) + yys1452Slc = r.DecodeBytes(yys1452Slc, true, true) + yys1452 := string(yys1452Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1447 { + switch yys1452 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -20028,9 +20083,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1447) - } // end switch yys1447 - } // end for yyj1447 + z.DecStructFieldNotFound(-1, yys1452) + } // end switch yys1452 + } // end for yyj1452 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20038,19 +20093,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1456 int - var yyb1456 bool - var yyhl1456 bool = l >= 0 + var yyj1461 int + var yyb1461 bool + var yyhl1461 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20068,13 +20123,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20092,13 +20147,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20113,13 +20168,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20129,13 +20184,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20145,13 +20200,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20161,13 +20216,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20177,13 +20232,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20194,17 +20249,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } for { - yyj1456++ - if yyhl1456 { - yyb1456 = yyj1456 > l + yyj1461++ + if yyhl1461 { + yyb1461 = yyj1461 > l } else { - yyb1456 = r.CheckBreak() + yyb1461 = r.CheckBreak() } - if yyb1456 { + if yyb1461 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1456-1, "") + z.DecStructFieldNotFound(yyj1461-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20213,8 +20268,8 @@ func (x PullPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1465 := z.EncBinary() - _ = yym1465 + yym1470 := z.EncBinary() + _ = yym1470 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -20226,8 +20281,8 @@ func (x *PullPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1466 := z.DecBinary() - _ = yym1466 + yym1471 := z.DecBinary() + _ = yym1471 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -20239,8 +20294,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1467 := z.EncBinary() - _ = yym1467 + yym1472 := z.EncBinary() + _ = yym1472 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -20252,8 +20307,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1468 := z.DecBinary() - _ = yym1468 + yym1473 := z.DecBinary() + _ = yym1473 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -20268,39 +20323,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1469 := z.EncBinary() - _ = yym1469 + yym1474 := z.EncBinary() + _ = yym1474 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1470 := !z.EncBinary() - yy2arr1470 := z.EncBasicHandle().StructToArray - var yyq1470 [2]bool - _, _, _ = yysep1470, yyq1470, yy2arr1470 - const yyr1470 bool = false - yyq1470[0] = len(x.Add) != 0 - yyq1470[1] = len(x.Drop) != 0 - var yynn1470 int - if yyr1470 || yy2arr1470 { + yysep1475 := !z.EncBinary() + yy2arr1475 := z.EncBasicHandle().StructToArray + var yyq1475 [2]bool + _, _, _ = yysep1475, yyq1475, yy2arr1475 + const yyr1475 bool = false + yyq1475[0] = len(x.Add) != 0 + yyq1475[1] = len(x.Drop) != 0 + var yynn1475 int + if yyr1475 || yy2arr1475 { r.EncodeArrayStart(2) } else { - yynn1470 = 0 - for _, b := range yyq1470 { + yynn1475 = 0 + for _, b := range yyq1475 { if b { - yynn1470++ + yynn1475++ } } - r.EncodeMapStart(yynn1470) - yynn1470 = 0 + r.EncodeMapStart(yynn1475) + yynn1475 = 0 } - if yyr1470 || yy2arr1470 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1470[0] { + if yyq1475[0] { if x.Add == nil { r.EncodeNil() } else { - yym1472 := z.EncBinary() - _ = yym1472 + yym1477 := z.EncBinary() + _ = yym1477 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -20310,15 +20365,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1470[0] { + if yyq1475[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1473 := z.EncBinary() - _ = yym1473 + yym1478 := z.EncBinary() + _ = yym1478 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -20326,14 +20381,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1470 || yy2arr1470 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1470[1] { + if yyq1475[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1475 := z.EncBinary() - _ = yym1475 + yym1480 := z.EncBinary() + _ = yym1480 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -20343,15 +20398,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1470[1] { + if yyq1475[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1476 := z.EncBinary() - _ = yym1476 + yym1481 := z.EncBinary() + _ = yym1481 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -20359,7 +20414,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1470 || yy2arr1470 { + if yyr1475 || yy2arr1475 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20372,25 +20427,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1477 := z.DecBinary() - _ = yym1477 + yym1482 := z.DecBinary() + _ = yym1482 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1478 := r.ContainerType() - if yyct1478 == codecSelferValueTypeMap1234 { - yyl1478 := r.ReadMapStart() - if yyl1478 == 0 { + yyct1483 := r.ContainerType() + if yyct1483 == codecSelferValueTypeMap1234 { + yyl1483 := r.ReadMapStart() + if yyl1483 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1478, d) + x.codecDecodeSelfFromMap(yyl1483, d) } - } else if yyct1478 == codecSelferValueTypeArray1234 { - yyl1478 := r.ReadArrayStart() - if yyl1478 == 0 { + } else if yyct1483 == codecSelferValueTypeArray1234 { + yyl1483 := r.ReadArrayStart() + if yyl1483 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1478, d) + x.codecDecodeSelfFromArray(yyl1483, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20402,12 +20457,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1479Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1479Slc - var yyhl1479 bool = l >= 0 - for yyj1479 := 0; ; yyj1479++ { - if yyhl1479 { - if yyj1479 >= l { + var yys1484Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1484Slc + var yyhl1484 bool = l >= 0 + for yyj1484 := 0; ; yyj1484++ { + if yyhl1484 { + if yyj1484 >= l { break } } else { @@ -20416,38 +20471,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1479Slc = r.DecodeBytes(yys1479Slc, true, true) - yys1479 := string(yys1479Slc) + yys1484Slc = r.DecodeBytes(yys1484Slc, true, true) + yys1484 := string(yys1484Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1479 { + switch yys1484 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1480 := &x.Add - yym1481 := z.DecBinary() - _ = yym1481 + yyv1485 := &x.Add + yym1486 := z.DecBinary() + _ = yym1486 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1480), d) + h.decSliceCapability((*[]Capability)(yyv1485), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1482 := &x.Drop - yym1483 := z.DecBinary() - _ = yym1483 + yyv1487 := &x.Drop + yym1488 := z.DecBinary() + _ = yym1488 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1482), d) + h.decSliceCapability((*[]Capability)(yyv1487), d) } } default: - z.DecStructFieldNotFound(-1, yys1479) - } // end switch yys1479 - } // end for yyj1479 + z.DecStructFieldNotFound(-1, yys1484) + } // end switch yys1484 + } // end for yyj1484 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20455,16 +20510,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1484 int - var yyb1484 bool - var yyhl1484 bool = l >= 0 - yyj1484++ - if yyhl1484 { - yyb1484 = yyj1484 > l + var yyj1489 int + var yyb1489 bool + var yyhl1489 bool = l >= 0 + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1484 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1484 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20472,21 +20527,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1485 := &x.Add - yym1486 := z.DecBinary() - _ = yym1486 + yyv1490 := &x.Add + yym1491 := z.DecBinary() + _ = yym1491 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1485), d) + h.decSliceCapability((*[]Capability)(yyv1490), d) } } - yyj1484++ - if yyhl1484 { - yyb1484 = yyj1484 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1484 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1484 { + if yyb1489 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20494,26 +20549,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1487 := &x.Drop - yym1488 := z.DecBinary() - _ = yym1488 + yyv1492 := &x.Drop + yym1493 := z.DecBinary() + _ = yym1493 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1487), d) + h.decSliceCapability((*[]Capability)(yyv1492), d) } } for { - yyj1484++ - if yyhl1484 { - yyb1484 = yyj1484 > l + yyj1489++ + if yyhl1489 { + yyb1489 = yyj1489 > l } else { - yyb1484 = r.CheckBreak() + yyb1489 = r.CheckBreak() } - if yyb1484 { + if yyb1489 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1484-1, "") + z.DecStructFieldNotFound(yyj1489-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20525,34 +20580,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1489 := z.EncBinary() - _ = yym1489 + yym1494 := z.EncBinary() + _ = yym1494 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1490 := !z.EncBinary() - yy2arr1490 := z.EncBasicHandle().StructToArray - var yyq1490 [2]bool - _, _, _ = yysep1490, yyq1490, yy2arr1490 - const yyr1490 bool = false - yyq1490[0] = len(x.Limits) != 0 - yyq1490[1] = len(x.Requests) != 0 - var yynn1490 int - if yyr1490 || yy2arr1490 { + yysep1495 := !z.EncBinary() + yy2arr1495 := z.EncBasicHandle().StructToArray + var yyq1495 [2]bool + _, _, _ = yysep1495, yyq1495, yy2arr1495 + const yyr1495 bool = false + yyq1495[0] = len(x.Limits) != 0 + yyq1495[1] = len(x.Requests) != 0 + var yynn1495 int + if yyr1495 || yy2arr1495 { r.EncodeArrayStart(2) } else { - yynn1490 = 0 - for _, b := range yyq1490 { + yynn1495 = 0 + for _, b := range yyq1495 { if b { - yynn1490++ + yynn1495++ } } - r.EncodeMapStart(yynn1490) - yynn1490 = 0 + r.EncodeMapStart(yynn1495) + yynn1495 = 0 } - if yyr1490 || yy2arr1490 { + if yyr1495 || yy2arr1495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1490[0] { + if yyq1495[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -20562,7 +20617,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1490[0] { + if yyq1495[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20573,9 +20628,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1490 || yy2arr1490 { + if yyr1495 || yy2arr1495 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1490[1] { + if yyq1495[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -20585,7 +20640,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1490[1] { + if yyq1495[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20596,7 +20651,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1490 || yy2arr1490 { + if yyr1495 || yy2arr1495 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20609,25 +20664,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1493 := z.DecBinary() - _ = yym1493 + yym1498 := z.DecBinary() + _ = yym1498 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1494 := r.ContainerType() - if yyct1494 == codecSelferValueTypeMap1234 { - yyl1494 := r.ReadMapStart() - if yyl1494 == 0 { + yyct1499 := r.ContainerType() + if yyct1499 == codecSelferValueTypeMap1234 { + yyl1499 := r.ReadMapStart() + if yyl1499 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1494, d) + x.codecDecodeSelfFromMap(yyl1499, d) } - } else if yyct1494 == codecSelferValueTypeArray1234 { - yyl1494 := r.ReadArrayStart() - if yyl1494 == 0 { + } else if yyct1499 == codecSelferValueTypeArray1234 { + yyl1499 := r.ReadArrayStart() + if yyl1499 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1494, d) + x.codecDecodeSelfFromArray(yyl1499, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20639,12 +20694,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1495Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1495Slc - var yyhl1495 bool = l >= 0 - for yyj1495 := 0; ; yyj1495++ { - if yyhl1495 { - if yyj1495 >= l { + var yys1500Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1500Slc + var yyhl1500 bool = l >= 0 + for yyj1500 := 0; ; yyj1500++ { + if yyhl1500 { + if yyj1500 >= l { break } } else { @@ -20653,28 +20708,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1495Slc = r.DecodeBytes(yys1495Slc, true, true) - yys1495 := string(yys1495Slc) + yys1500Slc = r.DecodeBytes(yys1500Slc, true, true) + yys1500 := string(yys1500Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1495 { + switch yys1500 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1496 := &x.Limits - yyv1496.CodecDecodeSelf(d) + yyv1501 := &x.Limits + yyv1501.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1497 := &x.Requests - yyv1497.CodecDecodeSelf(d) + yyv1502 := &x.Requests + yyv1502.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1495) - } // end switch yys1495 - } // end for yyj1495 + z.DecStructFieldNotFound(-1, yys1500) + } // end switch yys1500 + } // end for yyj1500 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20682,16 +20737,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1498 int - var yyb1498 bool - var yyhl1498 bool = l >= 0 - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + var yyj1503 int + var yyb1503 bool + var yyhl1503 bool = l >= 0 + yyj1503++ + if yyhl1503 { + yyb1503 = yyj1503 > l } else { - yyb1498 = r.CheckBreak() + yyb1503 = r.CheckBreak() } - if yyb1498 { + if yyb1503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20699,16 +20754,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1499 := &x.Limits - yyv1499.CodecDecodeSelf(d) + yyv1504 := &x.Limits + yyv1504.CodecDecodeSelf(d) } - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1503++ + if yyhl1503 { + yyb1503 = yyj1503 > l } else { - yyb1498 = r.CheckBreak() + yyb1503 = r.CheckBreak() } - if yyb1498 { + if yyb1503 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20716,21 +20771,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1500 := &x.Requests - yyv1500.CodecDecodeSelf(d) + yyv1505 := &x.Requests + yyv1505.CodecDecodeSelf(d) } for { - yyj1498++ - if yyhl1498 { - yyb1498 = yyj1498 > l + yyj1503++ + if yyhl1503 { + yyb1503 = yyj1503 > l } else { - yyb1498 = r.CheckBreak() + yyb1503 = r.CheckBreak() } - if yyb1498 { + if yyb1503 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1498-1, "") + z.DecStructFieldNotFound(yyj1503-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20742,48 +20797,48 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1501 := z.EncBinary() - _ = yym1501 + yym1506 := z.EncBinary() + _ = yym1506 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1502 := !z.EncBinary() - yy2arr1502 := z.EncBasicHandle().StructToArray - var yyq1502 [18]bool - _, _, _ = yysep1502, yyq1502, yy2arr1502 - const yyr1502 bool = false - yyq1502[2] = len(x.Command) != 0 - yyq1502[3] = len(x.Args) != 0 - yyq1502[4] = x.WorkingDir != "" - yyq1502[5] = len(x.Ports) != 0 - yyq1502[6] = len(x.Env) != 0 - yyq1502[7] = true - yyq1502[8] = len(x.VolumeMounts) != 0 - yyq1502[9] = x.LivenessProbe != nil - yyq1502[10] = x.ReadinessProbe != nil - yyq1502[11] = x.Lifecycle != nil - yyq1502[12] = x.TerminationMessagePath != "" - yyq1502[14] = x.SecurityContext != nil - yyq1502[15] = x.Stdin != false - yyq1502[16] = x.StdinOnce != false - yyq1502[17] = x.TTY != false - var yynn1502 int - if yyr1502 || yy2arr1502 { + yysep1507 := !z.EncBinary() + yy2arr1507 := z.EncBasicHandle().StructToArray + var yyq1507 [18]bool + _, _, _ = yysep1507, yyq1507, yy2arr1507 + const yyr1507 bool = false + yyq1507[2] = len(x.Command) != 0 + yyq1507[3] = len(x.Args) != 0 + yyq1507[4] = x.WorkingDir != "" + yyq1507[5] = len(x.Ports) != 0 + yyq1507[6] = len(x.Env) != 0 + yyq1507[7] = true + yyq1507[8] = len(x.VolumeMounts) != 0 + yyq1507[9] = x.LivenessProbe != nil + yyq1507[10] = x.ReadinessProbe != nil + yyq1507[11] = x.Lifecycle != nil + yyq1507[12] = x.TerminationMessagePath != "" + yyq1507[14] = x.SecurityContext != nil + yyq1507[15] = x.Stdin != false + yyq1507[16] = x.StdinOnce != false + yyq1507[17] = x.TTY != false + var yynn1507 int + if yyr1507 || yy2arr1507 { r.EncodeArrayStart(18) } else { - yynn1502 = 3 - for _, b := range yyq1502 { + yynn1507 = 3 + for _, b := range yyq1507 { if b { - yynn1502++ + yynn1507++ } } - r.EncodeMapStart(yynn1502) - yynn1502 = 0 + r.EncodeMapStart(yynn1507) + yynn1507 = 0 } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1504 := z.EncBinary() - _ = yym1504 + yym1509 := z.EncBinary() + _ = yym1509 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -20792,17 +20847,17 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1505 := z.EncBinary() - _ = yym1505 + yym1510 := z.EncBinary() + _ = yym1510 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1507 := z.EncBinary() - _ = yym1507 + yym1512 := z.EncBinary() + _ = yym1512 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -20811,21 +20866,21 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1508 := z.EncBinary() - _ = yym1508 + yym1513 := z.EncBinary() + _ = yym1513 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[2] { + if yyq1507[2] { if x.Command == nil { r.EncodeNil() } else { - yym1510 := z.EncBinary() - _ = yym1510 + yym1515 := z.EncBinary() + _ = yym1515 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20835,15 +20890,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[2] { + if yyq1507[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1511 := z.EncBinary() - _ = yym1511 + yym1516 := z.EncBinary() + _ = yym1516 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20851,14 +20906,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[3] { + if yyq1507[3] { if x.Args == nil { r.EncodeNil() } else { - yym1513 := z.EncBinary() - _ = yym1513 + yym1518 := z.EncBinary() + _ = yym1518 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20868,15 +20923,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[3] { + if yyq1507[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1514 := z.EncBinary() - _ = yym1514 + yym1519 := z.EncBinary() + _ = yym1519 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20884,11 +20939,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[4] { - yym1516 := z.EncBinary() - _ = yym1516 + if yyq1507[4] { + yym1521 := z.EncBinary() + _ = yym1521 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -20897,26 +20952,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1502[4] { + if yyq1507[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1517 := z.EncBinary() - _ = yym1517 + yym1522 := z.EncBinary() + _ = yym1522 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[5] { + if yyq1507[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1519 := z.EncBinary() - _ = yym1519 + yym1524 := z.EncBinary() + _ = yym1524 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20926,15 +20981,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[5] { + if yyq1507[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1520 := z.EncBinary() - _ = yym1520 + yym1525 := z.EncBinary() + _ = yym1525 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20942,14 +20997,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[6] { + if yyq1507[6] { if x.Env == nil { r.EncodeNil() } else { - yym1522 := z.EncBinary() - _ = yym1522 + yym1527 := z.EncBinary() + _ = yym1527 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20959,15 +21014,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[6] { + if yyq1507[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1523 := z.EncBinary() - _ = yym1523 + yym1528 := z.EncBinary() + _ = yym1528 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20975,31 +21030,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[7] { - yy1525 := &x.Resources - yy1525.CodecEncodeSelf(e) + if yyq1507[7] { + yy1530 := &x.Resources + yy1530.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1502[7] { + if yyq1507[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1526 := &x.Resources - yy1526.CodecEncodeSelf(e) + yy1531 := &x.Resources + yy1531.CodecEncodeSelf(e) } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[8] { + if yyq1507[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1528 := z.EncBinary() - _ = yym1528 + yym1533 := z.EncBinary() + _ = yym1533 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -21009,15 +21064,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[8] { + if yyq1507[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1529 := z.EncBinary() - _ = yym1529 + yym1534 := z.EncBinary() + _ = yym1534 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -21025,9 +21080,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[9] { + if yyq1507[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -21037,7 +21092,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[9] { + if yyq1507[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21048,9 +21103,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[10] { + if yyq1507[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -21060,7 +21115,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[10] { + if yyq1507[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21071,9 +21126,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[11] { + if yyq1507[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -21083,7 +21138,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[11] { + if yyq1507[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21094,11 +21149,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[12] { - yym1534 := z.EncBinary() - _ = yym1534 + if yyq1507[12] { + yym1539 := z.EncBinary() + _ = yym1539 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -21107,19 +21162,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1502[12] { + if yyq1507[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1535 := z.EncBinary() - _ = yym1535 + yym1540 := z.EncBinary() + _ = yym1540 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.ImagePullPolicy.CodecEncodeSelf(e) } else { @@ -21128,9 +21183,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[14] { + if yyq1507[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -21140,7 +21195,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1502[14] { + if yyq1507[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21151,11 +21206,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[15] { - yym1539 := z.EncBinary() - _ = yym1539 + if yyq1507[15] { + yym1544 := z.EncBinary() + _ = yym1544 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -21164,49 +21219,49 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1502[15] { + if yyq1507[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1540 := z.EncBinary() - _ = yym1540 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr1502 || yy2arr1502 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[16] { - yym1542 := z.EncBinary() - _ = yym1542 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1502[16] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1543 := z.EncBinary() - _ = yym1543 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } - } - if yyr1502 || yy2arr1502 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1502[17] { yym1545 := z.EncBinary() _ = yym1545 if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr1507 || yy2arr1507 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1507[16] { + yym1547 := z.EncBinary() + _ = yym1547 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1507[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1548 := z.EncBinary() + _ = yym1548 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } + } + if yyr1507 || yy2arr1507 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1507[17] { + yym1550 := z.EncBinary() + _ = yym1550 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -21214,19 +21269,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1502[17] { + if yyq1507[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1546 := z.EncBinary() - _ = yym1546 + yym1551 := z.EncBinary() + _ = yym1551 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1502 || yy2arr1502 { + if yyr1507 || yy2arr1507 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21239,25 +21294,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1547 := z.DecBinary() - _ = yym1547 + yym1552 := z.DecBinary() + _ = yym1552 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1548 := r.ContainerType() - if yyct1548 == codecSelferValueTypeMap1234 { - yyl1548 := r.ReadMapStart() - if yyl1548 == 0 { + yyct1553 := r.ContainerType() + if yyct1553 == codecSelferValueTypeMap1234 { + yyl1553 := r.ReadMapStart() + if yyl1553 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1548, d) + x.codecDecodeSelfFromMap(yyl1553, d) } - } else if yyct1548 == codecSelferValueTypeArray1234 { - yyl1548 := r.ReadArrayStart() - if yyl1548 == 0 { + } else if yyct1553 == codecSelferValueTypeArray1234 { + yyl1553 := r.ReadArrayStart() + if yyl1553 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1548, d) + x.codecDecodeSelfFromArray(yyl1553, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21269,12 +21324,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1549Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1549Slc - var yyhl1549 bool = l >= 0 - for yyj1549 := 0; ; yyj1549++ { - if yyhl1549 { - if yyj1549 >= l { + var yys1554Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1554Slc + var yyhl1554 bool = l >= 0 + for yyj1554 := 0; ; yyj1554++ { + if yyhl1554 { + if yyj1554 >= l { break } } else { @@ -21283,10 +21338,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1549Slc = r.DecodeBytes(yys1549Slc, true, true) - yys1549 := string(yys1549Slc) + yys1554Slc = r.DecodeBytes(yys1554Slc, true, true) + yys1554 := string(yys1554Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1549 { + switch yys1554 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -21303,24 +21358,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1552 := &x.Command - yym1553 := z.DecBinary() - _ = yym1553 + yyv1557 := &x.Command + yym1558 := z.DecBinary() + _ = yym1558 if false { } else { - z.F.DecSliceStringX(yyv1552, false, d) + z.F.DecSliceStringX(yyv1557, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1554 := &x.Args - yym1555 := z.DecBinary() - _ = yym1555 + yyv1559 := &x.Args + yym1560 := z.DecBinary() + _ = yym1560 if false { } else { - z.F.DecSliceStringX(yyv1554, false, d) + z.F.DecSliceStringX(yyv1559, false, d) } } case "workingDir": @@ -21333,43 +21388,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1557 := &x.Ports - yym1558 := z.DecBinary() - _ = yym1558 + yyv1562 := &x.Ports + yym1563 := z.DecBinary() + _ = yym1563 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1557), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1562), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1559 := &x.Env - yym1560 := z.DecBinary() - _ = yym1560 + yyv1564 := &x.Env + yym1565 := z.DecBinary() + _ = yym1565 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1559), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1564), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1561 := &x.Resources - yyv1561.CodecDecodeSelf(d) + yyv1566 := &x.Resources + yyv1566.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1562 := &x.VolumeMounts - yym1563 := z.DecBinary() - _ = yym1563 + yyv1567 := &x.VolumeMounts + yym1568 := z.DecBinary() + _ = yym1568 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1562), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1567), d) } } case "livenessProbe": @@ -21447,9 +21502,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1549) - } // end switch yys1549 - } // end for yyj1549 + z.DecStructFieldNotFound(-1, yys1554) + } // end switch yys1554 + } // end for yyj1554 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21457,16 +21512,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1573 int - var yyb1573 bool - var yyhl1573 bool = l >= 0 - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + var yyj1578 int + var yyb1578 bool + var yyhl1578 bool = l >= 0 + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21476,13 +21531,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21492,13 +21547,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21506,21 +21561,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1576 := &x.Command - yym1577 := z.DecBinary() - _ = yym1577 + yyv1581 := &x.Command + yym1582 := z.DecBinary() + _ = yym1582 if false { } else { - z.F.DecSliceStringX(yyv1576, false, d) + z.F.DecSliceStringX(yyv1581, false, d) } } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21528,21 +21583,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1578 := &x.Args - yym1579 := z.DecBinary() - _ = yym1579 + yyv1583 := &x.Args + yym1584 := z.DecBinary() + _ = yym1584 if false { } else { - z.F.DecSliceStringX(yyv1578, false, d) + z.F.DecSliceStringX(yyv1583, false, d) } } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21552,13 +21607,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21566,21 +21621,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1581 := &x.Ports - yym1582 := z.DecBinary() - _ = yym1582 + yyv1586 := &x.Ports + yym1587 := z.DecBinary() + _ = yym1587 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1581), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1586), d) } } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21588,21 +21643,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1583 := &x.Env - yym1584 := z.DecBinary() - _ = yym1584 + yyv1588 := &x.Env + yym1589 := z.DecBinary() + _ = yym1589 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1583), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1588), d) } } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21610,16 +21665,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1585 := &x.Resources - yyv1585.CodecDecodeSelf(d) + yyv1590 := &x.Resources + yyv1590.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21627,21 +21682,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1586 := &x.VolumeMounts - yym1587 := z.DecBinary() - _ = yym1587 + yyv1591 := &x.VolumeMounts + yym1592 := z.DecBinary() + _ = yym1592 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1586), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1591), d) } } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21656,13 +21711,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21677,13 +21732,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21698,13 +21753,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21714,13 +21769,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21730,13 +21785,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21751,13 +21806,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21767,13 +21822,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21783,13 +21838,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21800,17 +21855,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1573-1, "") + z.DecStructFieldNotFound(yyj1578-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21822,35 +21877,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1597 := z.EncBinary() - _ = yym1597 + yym1602 := z.EncBinary() + _ = yym1602 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1598 := !z.EncBinary() - yy2arr1598 := z.EncBasicHandle().StructToArray - var yyq1598 [3]bool - _, _, _ = yysep1598, yyq1598, yy2arr1598 - const yyr1598 bool = false - yyq1598[0] = x.Exec != nil - yyq1598[1] = x.HTTPGet != nil - yyq1598[2] = x.TCPSocket != nil - var yynn1598 int - if yyr1598 || yy2arr1598 { + yysep1603 := !z.EncBinary() + yy2arr1603 := z.EncBasicHandle().StructToArray + var yyq1603 [3]bool + _, _, _ = yysep1603, yyq1603, yy2arr1603 + const yyr1603 bool = false + yyq1603[0] = x.Exec != nil + yyq1603[1] = x.HTTPGet != nil + yyq1603[2] = x.TCPSocket != nil + var yynn1603 int + if yyr1603 || yy2arr1603 { r.EncodeArrayStart(3) } else { - yynn1598 = 0 - for _, b := range yyq1598 { + yynn1603 = 0 + for _, b := range yyq1603 { if b { - yynn1598++ + yynn1603++ } } - r.EncodeMapStart(yynn1598) - yynn1598 = 0 + r.EncodeMapStart(yynn1603) + yynn1603 = 0 } - if yyr1598 || yy2arr1598 { + if yyr1603 || yy2arr1603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1598[0] { + if yyq1603[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -21860,7 +21915,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1598[0] { + if yyq1603[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21871,9 +21926,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1598 || yy2arr1598 { + if yyr1603 || yy2arr1603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1598[1] { + if yyq1603[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -21883,7 +21938,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1598[1] { + if yyq1603[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21894,9 +21949,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1598 || yy2arr1598 { + if yyr1603 || yy2arr1603 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1598[2] { + if yyq1603[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -21906,7 +21961,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1598[2] { + if yyq1603[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21917,7 +21972,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1598 || yy2arr1598 { + if yyr1603 || yy2arr1603 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21930,25 +21985,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1602 := z.DecBinary() - _ = yym1602 + yym1607 := z.DecBinary() + _ = yym1607 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1603 := r.ContainerType() - if yyct1603 == codecSelferValueTypeMap1234 { - yyl1603 := r.ReadMapStart() - if yyl1603 == 0 { + yyct1608 := r.ContainerType() + if yyct1608 == codecSelferValueTypeMap1234 { + yyl1608 := r.ReadMapStart() + if yyl1608 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1603, d) + x.codecDecodeSelfFromMap(yyl1608, d) } - } else if yyct1603 == codecSelferValueTypeArray1234 { - yyl1603 := r.ReadArrayStart() - if yyl1603 == 0 { + } else if yyct1608 == codecSelferValueTypeArray1234 { + yyl1608 := r.ReadArrayStart() + if yyl1608 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1603, d) + x.codecDecodeSelfFromArray(yyl1608, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21960,12 +22015,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1604Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1604Slc - var yyhl1604 bool = l >= 0 - for yyj1604 := 0; ; yyj1604++ { - if yyhl1604 { - if yyj1604 >= l { + var yys1609Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1609Slc + var yyhl1609 bool = l >= 0 + for yyj1609 := 0; ; yyj1609++ { + if yyhl1609 { + if yyj1609 >= l { break } } else { @@ -21974,10 +22029,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1604Slc = r.DecodeBytes(yys1604Slc, true, true) - yys1604 := string(yys1604Slc) + yys1609Slc = r.DecodeBytes(yys1609Slc, true, true) + yys1609 := string(yys1609Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1604 { + switch yys1609 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -22012,9 +22067,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1604) - } // end switch yys1604 - } // end for yyj1604 + z.DecStructFieldNotFound(-1, yys1609) + } // end switch yys1609 + } // end for yyj1609 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22022,16 +22077,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1608 int - var yyb1608 bool - var yyhl1608 bool = l >= 0 - yyj1608++ - if yyhl1608 { - yyb1608 = yyj1608 > l + var yyj1613 int + var yyb1613 bool + var yyhl1613 bool = l >= 0 + yyj1613++ + if yyhl1613 { + yyb1613 = yyj1613 > l } else { - yyb1608 = r.CheckBreak() + yyb1613 = r.CheckBreak() } - if yyb1608 { + if yyb1613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22046,13 +22101,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1608++ - if yyhl1608 { - yyb1608 = yyj1608 > l + yyj1613++ + if yyhl1613 { + yyb1613 = yyj1613 > l } else { - yyb1608 = r.CheckBreak() + yyb1613 = r.CheckBreak() } - if yyb1608 { + if yyb1613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22067,13 +22122,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1608++ - if yyhl1608 { - yyb1608 = yyj1608 > l + yyj1613++ + if yyhl1613 { + yyb1613 = yyj1613 > l } else { - yyb1608 = r.CheckBreak() + yyb1613 = r.CheckBreak() } - if yyb1608 { + if yyb1613 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22089,17 +22144,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1608++ - if yyhl1608 { - yyb1608 = yyj1608 > l + yyj1613++ + if yyhl1613 { + yyb1613 = yyj1613 > l } else { - yyb1608 = r.CheckBreak() + yyb1613 = r.CheckBreak() } - if yyb1608 { + if yyb1613 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1608-1, "") + z.DecStructFieldNotFound(yyj1613-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22111,34 +22166,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1612 := z.EncBinary() - _ = yym1612 + yym1617 := z.EncBinary() + _ = yym1617 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1613 := !z.EncBinary() - yy2arr1613 := z.EncBasicHandle().StructToArray - var yyq1613 [2]bool - _, _, _ = yysep1613, yyq1613, yy2arr1613 - const yyr1613 bool = false - yyq1613[0] = x.PostStart != nil - yyq1613[1] = x.PreStop != nil - var yynn1613 int - if yyr1613 || yy2arr1613 { + yysep1618 := !z.EncBinary() + yy2arr1618 := z.EncBasicHandle().StructToArray + var yyq1618 [2]bool + _, _, _ = yysep1618, yyq1618, yy2arr1618 + const yyr1618 bool = false + yyq1618[0] = x.PostStart != nil + yyq1618[1] = x.PreStop != nil + var yynn1618 int + if yyr1618 || yy2arr1618 { r.EncodeArrayStart(2) } else { - yynn1613 = 0 - for _, b := range yyq1613 { + yynn1618 = 0 + for _, b := range yyq1618 { if b { - yynn1613++ + yynn1618++ } } - r.EncodeMapStart(yynn1613) - yynn1613 = 0 + r.EncodeMapStart(yynn1618) + yynn1618 = 0 } - if yyr1613 || yy2arr1613 { + if yyr1618 || yy2arr1618 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1613[0] { + if yyq1618[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -22148,7 +22203,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1613[0] { + if yyq1618[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22159,9 +22214,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1613 || yy2arr1613 { + if yyr1618 || yy2arr1618 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1613[1] { + if yyq1618[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -22171,7 +22226,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1613[1] { + if yyq1618[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22182,7 +22237,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1613 || yy2arr1613 { + if yyr1618 || yy2arr1618 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22195,25 +22250,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1616 := z.DecBinary() - _ = yym1616 + yym1621 := z.DecBinary() + _ = yym1621 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1617 := r.ContainerType() - if yyct1617 == codecSelferValueTypeMap1234 { - yyl1617 := r.ReadMapStart() - if yyl1617 == 0 { + yyct1622 := r.ContainerType() + if yyct1622 == codecSelferValueTypeMap1234 { + yyl1622 := r.ReadMapStart() + if yyl1622 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1617, d) + x.codecDecodeSelfFromMap(yyl1622, d) } - } else if yyct1617 == codecSelferValueTypeArray1234 { - yyl1617 := r.ReadArrayStart() - if yyl1617 == 0 { + } else if yyct1622 == codecSelferValueTypeArray1234 { + yyl1622 := r.ReadArrayStart() + if yyl1622 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1617, d) + x.codecDecodeSelfFromArray(yyl1622, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22225,12 +22280,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1618Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1618Slc - var yyhl1618 bool = l >= 0 - for yyj1618 := 0; ; yyj1618++ { - if yyhl1618 { - if yyj1618 >= l { + var yys1623Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1623Slc + var yyhl1623 bool = l >= 0 + for yyj1623 := 0; ; yyj1623++ { + if yyhl1623 { + if yyj1623 >= l { break } } else { @@ -22239,10 +22294,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1618Slc = r.DecodeBytes(yys1618Slc, true, true) - yys1618 := string(yys1618Slc) + yys1623Slc = r.DecodeBytes(yys1623Slc, true, true) + yys1623 := string(yys1623Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1618 { + switch yys1623 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -22266,9 +22321,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1618) - } // end switch yys1618 - } // end for yyj1618 + z.DecStructFieldNotFound(-1, yys1623) + } // end switch yys1623 + } // end for yyj1623 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22276,16 +22331,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1621 int - var yyb1621 bool - var yyhl1621 bool = l >= 0 - yyj1621++ - if yyhl1621 { - yyb1621 = yyj1621 > l + var yyj1626 int + var yyb1626 bool + var yyhl1626 bool = l >= 0 + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1621 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1621 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22300,13 +22355,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1621++ - if yyhl1621 { - yyb1621 = yyj1621 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1621 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1621 { + if yyb1626 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22322,17 +22377,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1621++ - if yyhl1621 { - yyb1621 = yyj1621 > l + yyj1626++ + if yyhl1626 { + yyb1626 = yyj1626 > l } else { - yyb1621 = r.CheckBreak() + yyb1626 = r.CheckBreak() } - if yyb1621 { + if yyb1626 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1621-1, "") + z.DecStructFieldNotFound(yyj1626-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22341,8 +22396,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1624 := z.EncBinary() - _ = yym1624 + yym1629 := z.EncBinary() + _ = yym1629 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -22354,8 +22409,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1625 := z.DecBinary() - _ = yym1625 + yym1630 := z.DecBinary() + _ = yym1630 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -22370,36 +22425,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1626 := z.EncBinary() - _ = yym1626 + yym1631 := z.EncBinary() + _ = yym1631 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1627 := !z.EncBinary() - yy2arr1627 := z.EncBasicHandle().StructToArray - var yyq1627 [2]bool - _, _, _ = yysep1627, yyq1627, yy2arr1627 - const yyr1627 bool = false - yyq1627[0] = x.Reason != "" - yyq1627[1] = x.Message != "" - var yynn1627 int - if yyr1627 || yy2arr1627 { + yysep1632 := !z.EncBinary() + yy2arr1632 := z.EncBasicHandle().StructToArray + var yyq1632 [2]bool + _, _, _ = yysep1632, yyq1632, yy2arr1632 + const yyr1632 bool = false + yyq1632[0] = x.Reason != "" + yyq1632[1] = x.Message != "" + var yynn1632 int + if yyr1632 || yy2arr1632 { r.EncodeArrayStart(2) } else { - yynn1627 = 0 - for _, b := range yyq1627 { + yynn1632 = 0 + for _, b := range yyq1632 { if b { - yynn1627++ + yynn1632++ } } - r.EncodeMapStart(yynn1627) - yynn1627 = 0 + r.EncodeMapStart(yynn1632) + yynn1632 = 0 } - if yyr1627 || yy2arr1627 { + if yyr1632 || yy2arr1632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1627[0] { - yym1629 := z.EncBinary() - _ = yym1629 + if yyq1632[0] { + yym1634 := z.EncBinary() + _ = yym1634 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22408,23 +22463,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1627[0] { + if yyq1632[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1630 := z.EncBinary() - _ = yym1630 + yym1635 := z.EncBinary() + _ = yym1635 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1627 || yy2arr1627 { + if yyr1632 || yy2arr1632 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1627[1] { - yym1632 := z.EncBinary() - _ = yym1632 + if yyq1632[1] { + yym1637 := z.EncBinary() + _ = yym1637 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22433,19 +22488,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1627[1] { + if yyq1632[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1633 := z.EncBinary() - _ = yym1633 + yym1638 := z.EncBinary() + _ = yym1638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1627 || yy2arr1627 { + if yyr1632 || yy2arr1632 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22458,25 +22513,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1634 := z.DecBinary() - _ = yym1634 + yym1639 := z.DecBinary() + _ = yym1639 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1635 := r.ContainerType() - if yyct1635 == codecSelferValueTypeMap1234 { - yyl1635 := r.ReadMapStart() - if yyl1635 == 0 { + yyct1640 := r.ContainerType() + if yyct1640 == codecSelferValueTypeMap1234 { + yyl1640 := r.ReadMapStart() + if yyl1640 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1635, d) + x.codecDecodeSelfFromMap(yyl1640, d) } - } else if yyct1635 == codecSelferValueTypeArray1234 { - yyl1635 := r.ReadArrayStart() - if yyl1635 == 0 { + } else if yyct1640 == codecSelferValueTypeArray1234 { + yyl1640 := r.ReadArrayStart() + if yyl1640 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1635, d) + x.codecDecodeSelfFromArray(yyl1640, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22488,12 +22543,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1636Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1636Slc - var yyhl1636 bool = l >= 0 - for yyj1636 := 0; ; yyj1636++ { - if yyhl1636 { - if yyj1636 >= l { + var yys1641Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1641Slc + var yyhl1641 bool = l >= 0 + for yyj1641 := 0; ; yyj1641++ { + if yyhl1641 { + if yyj1641 >= l { break } } else { @@ -22502,10 +22557,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1636Slc = r.DecodeBytes(yys1636Slc, true, true) - yys1636 := string(yys1636Slc) + yys1641Slc = r.DecodeBytes(yys1641Slc, true, true) + yys1641 := string(yys1641Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1636 { + switch yys1641 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -22519,9 +22574,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1636) - } // end switch yys1636 - } // end for yyj1636 + z.DecStructFieldNotFound(-1, yys1641) + } // end switch yys1641 + } // end for yyj1641 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22529,16 +22584,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1639 int - var yyb1639 bool - var yyhl1639 bool = l >= 0 - yyj1639++ - if yyhl1639 { - yyb1639 = yyj1639 > l + var yyj1644 int + var yyb1644 bool + var yyhl1644 bool = l >= 0 + yyj1644++ + if yyhl1644 { + yyb1644 = yyj1644 > l } else { - yyb1639 = r.CheckBreak() + yyb1644 = r.CheckBreak() } - if yyb1639 { + if yyb1644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22548,13 +22603,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1639++ - if yyhl1639 { - yyb1639 = yyj1639 > l + yyj1644++ + if yyhl1644 { + yyb1644 = yyj1644 > l } else { - yyb1639 = r.CheckBreak() + yyb1644 = r.CheckBreak() } - if yyb1639 { + if yyb1644 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22565,17 +22620,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1639++ - if yyhl1639 { - yyb1639 = yyj1639 > l + yyj1644++ + if yyhl1644 { + yyb1644 = yyj1644 > l } else { - yyb1639 = r.CheckBreak() + yyb1644 = r.CheckBreak() } - if yyb1639 { + if yyb1644 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1639-1, "") + z.DecStructFieldNotFound(yyj1644-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22587,68 +22642,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1642 := z.EncBinary() - _ = yym1642 + yym1647 := z.EncBinary() + _ = yym1647 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1643 := !z.EncBinary() - yy2arr1643 := z.EncBasicHandle().StructToArray - var yyq1643 [1]bool - _, _, _ = yysep1643, yyq1643, yy2arr1643 - const yyr1643 bool = false - yyq1643[0] = true - var yynn1643 int - if yyr1643 || yy2arr1643 { + yysep1648 := !z.EncBinary() + yy2arr1648 := z.EncBasicHandle().StructToArray + var yyq1648 [1]bool + _, _, _ = yysep1648, yyq1648, yy2arr1648 + const yyr1648 bool = false + yyq1648[0] = true + var yynn1648 int + if yyr1648 || yy2arr1648 { r.EncodeArrayStart(1) } else { - yynn1643 = 0 - for _, b := range yyq1643 { + yynn1648 = 0 + for _, b := range yyq1648 { if b { - yynn1643++ + yynn1648++ } } - r.EncodeMapStart(yynn1643) - yynn1643 = 0 + r.EncodeMapStart(yynn1648) + yynn1648 = 0 } - if yyr1643 || yy2arr1643 { + if yyr1648 || yy2arr1648 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1643[0] { - yy1645 := &x.StartedAt - yym1646 := z.EncBinary() - _ = yym1646 + if yyq1648[0] { + yy1650 := &x.StartedAt + yym1651 := z.EncBinary() + _ = yym1651 if false { - } else if z.HasExtensions() && z.EncExt(yy1645) { - } else if yym1646 { - z.EncBinaryMarshal(yy1645) - } else if !yym1646 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1645) + } else if z.HasExtensions() && z.EncExt(yy1650) { + } else if yym1651 { + z.EncBinaryMarshal(yy1650) + } else if !yym1651 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1650) } else { - z.EncFallback(yy1645) + z.EncFallback(yy1650) } } else { r.EncodeNil() } } else { - if yyq1643[0] { + if yyq1648[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1647 := &x.StartedAt - yym1648 := z.EncBinary() - _ = yym1648 + yy1652 := &x.StartedAt + yym1653 := z.EncBinary() + _ = yym1653 if false { - } else if z.HasExtensions() && z.EncExt(yy1647) { - } else if yym1648 { - z.EncBinaryMarshal(yy1647) - } else if !yym1648 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1647) + } else if z.HasExtensions() && z.EncExt(yy1652) { + } else if yym1653 { + z.EncBinaryMarshal(yy1652) + } else if !yym1653 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1652) } else { - z.EncFallback(yy1647) + z.EncFallback(yy1652) } } } - if yyr1643 || yy2arr1643 { + if yyr1648 || yy2arr1648 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22661,25 +22716,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1649 := z.DecBinary() - _ = yym1649 + yym1654 := z.DecBinary() + _ = yym1654 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1650 := r.ContainerType() - if yyct1650 == codecSelferValueTypeMap1234 { - yyl1650 := r.ReadMapStart() - if yyl1650 == 0 { + yyct1655 := r.ContainerType() + if yyct1655 == codecSelferValueTypeMap1234 { + yyl1655 := r.ReadMapStart() + if yyl1655 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1650, d) + x.codecDecodeSelfFromMap(yyl1655, d) } - } else if yyct1650 == codecSelferValueTypeArray1234 { - yyl1650 := r.ReadArrayStart() - if yyl1650 == 0 { + } else if yyct1655 == codecSelferValueTypeArray1234 { + yyl1655 := r.ReadArrayStart() + if yyl1655 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1650, d) + x.codecDecodeSelfFromArray(yyl1655, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22691,12 +22746,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1651Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1651Slc - var yyhl1651 bool = l >= 0 - for yyj1651 := 0; ; yyj1651++ { - if yyhl1651 { - if yyj1651 >= l { + var yys1656Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1656Slc + var yyhl1656 bool = l >= 0 + for yyj1656 := 0; ; yyj1656++ { + if yyhl1656 { + if yyj1656 >= l { break } } else { @@ -22705,31 +22760,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1651Slc = r.DecodeBytes(yys1651Slc, true, true) - yys1651 := string(yys1651Slc) + yys1656Slc = r.DecodeBytes(yys1656Slc, true, true) + yys1656 := string(yys1656Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1651 { + switch yys1656 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1652 := &x.StartedAt - yym1653 := z.DecBinary() - _ = yym1653 + yyv1657 := &x.StartedAt + yym1658 := z.DecBinary() + _ = yym1658 if false { - } else if z.HasExtensions() && z.DecExt(yyv1652) { - } else if yym1653 { - z.DecBinaryUnmarshal(yyv1652) - } else if !yym1653 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1652) + } else if z.HasExtensions() && z.DecExt(yyv1657) { + } else if yym1658 { + z.DecBinaryUnmarshal(yyv1657) + } else if !yym1658 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1657) } else { - z.DecFallback(yyv1652, false) + z.DecFallback(yyv1657, false) } } default: - z.DecStructFieldNotFound(-1, yys1651) - } // end switch yys1651 - } // end for yyj1651 + z.DecStructFieldNotFound(-1, yys1656) + } // end switch yys1656 + } // end for yyj1656 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22737,16 +22792,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1654 int - var yyb1654 bool - var yyhl1654 bool = l >= 0 - yyj1654++ - if yyhl1654 { - yyb1654 = yyj1654 > l + var yyj1659 int + var yyb1659 bool + var yyhl1659 bool = l >= 0 + yyj1659++ + if yyhl1659 { + yyb1659 = yyj1659 > l } else { - yyb1654 = r.CheckBreak() + yyb1659 = r.CheckBreak() } - if yyb1654 { + if yyb1659 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22754,31 +22809,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1655 := &x.StartedAt - yym1656 := z.DecBinary() - _ = yym1656 + yyv1660 := &x.StartedAt + yym1661 := z.DecBinary() + _ = yym1661 if false { - } else if z.HasExtensions() && z.DecExt(yyv1655) { - } else if yym1656 { - z.DecBinaryUnmarshal(yyv1655) - } else if !yym1656 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1655) + } else if z.HasExtensions() && z.DecExt(yyv1660) { + } else if yym1661 { + z.DecBinaryUnmarshal(yyv1660) + } else if !yym1661 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1660) } else { - z.DecFallback(yyv1655, false) + z.DecFallback(yyv1660, false) } } for { - yyj1654++ - if yyhl1654 { - yyb1654 = yyj1654 > l + yyj1659++ + if yyhl1659 { + yyb1659 = yyj1659 > l } else { - yyb1654 = r.CheckBreak() + yyb1659 = r.CheckBreak() } - if yyb1654 { + if yyb1659 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1654-1, "") + z.DecStructFieldNotFound(yyj1659-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22790,39 +22845,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1657 := z.EncBinary() - _ = yym1657 + yym1662 := z.EncBinary() + _ = yym1662 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1658 := !z.EncBinary() - yy2arr1658 := z.EncBasicHandle().StructToArray - var yyq1658 [7]bool - _, _, _ = yysep1658, yyq1658, yy2arr1658 - const yyr1658 bool = false - yyq1658[1] = x.Signal != 0 - yyq1658[2] = x.Reason != "" - yyq1658[3] = x.Message != "" - yyq1658[4] = true - yyq1658[5] = true - yyq1658[6] = x.ContainerID != "" - var yynn1658 int - if yyr1658 || yy2arr1658 { + yysep1663 := !z.EncBinary() + yy2arr1663 := z.EncBasicHandle().StructToArray + var yyq1663 [7]bool + _, _, _ = yysep1663, yyq1663, yy2arr1663 + const yyr1663 bool = false + yyq1663[1] = x.Signal != 0 + yyq1663[2] = x.Reason != "" + yyq1663[3] = x.Message != "" + yyq1663[4] = true + yyq1663[5] = true + yyq1663[6] = x.ContainerID != "" + var yynn1663 int + if yyr1663 || yy2arr1663 { r.EncodeArrayStart(7) } else { - yynn1658 = 1 - for _, b := range yyq1658 { + yynn1663 = 1 + for _, b := range yyq1663 { if b { - yynn1658++ + yynn1663++ } } - r.EncodeMapStart(yynn1658) - yynn1658 = 0 + r.EncodeMapStart(yynn1663) + yynn1663 = 0 } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1660 := z.EncBinary() - _ = yym1660 + yym1665 := z.EncBinary() + _ = yym1665 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -22831,18 +22886,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1661 := z.EncBinary() - _ = yym1661 + yym1666 := z.EncBinary() + _ = yym1666 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[1] { - yym1663 := z.EncBinary() - _ = yym1663 + if yyq1663[1] { + yym1668 := z.EncBinary() + _ = yym1668 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -22851,23 +22906,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1658[1] { + if yyq1663[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1664 := z.EncBinary() - _ = yym1664 + yym1669 := z.EncBinary() + _ = yym1669 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[2] { - yym1666 := z.EncBinary() - _ = yym1666 + if yyq1663[2] { + yym1671 := z.EncBinary() + _ = yym1671 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22876,23 +22931,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1658[2] { + if yyq1663[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1667 := z.EncBinary() - _ = yym1667 + yym1672 := z.EncBinary() + _ = yym1672 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[3] { - yym1669 := z.EncBinary() - _ = yym1669 + if yyq1663[3] { + yym1674 := z.EncBinary() + _ = yym1674 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22901,59 +22956,22 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1658[3] { + if yyq1663[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1670 := z.EncBinary() - _ = yym1670 + yym1675 := z.EncBinary() + _ = yym1675 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[4] { - yy1672 := &x.StartedAt - yym1673 := z.EncBinary() - _ = yym1673 - if false { - } else if z.HasExtensions() && z.EncExt(yy1672) { - } else if yym1673 { - z.EncBinaryMarshal(yy1672) - } else if !yym1673 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1672) - } else { - z.EncFallback(yy1672) - } - } else { - r.EncodeNil() - } - } else { - if yyq1658[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startedAt")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1674 := &x.StartedAt - yym1675 := z.EncBinary() - _ = yym1675 - if false { - } else if z.HasExtensions() && z.EncExt(yy1674) { - } else if yym1675 { - z.EncBinaryMarshal(yy1674) - } else if !yym1675 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1674) - } else { - z.EncFallback(yy1674) - } - } - } - if yyr1658 || yy2arr1658 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[5] { - yy1677 := &x.FinishedAt + if yyq1663[4] { + yy1677 := &x.StartedAt yym1678 := z.EncBinary() _ = yym1678 if false { @@ -22969,11 +22987,11 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1658[5] { + if yyq1663[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1679 := &x.FinishedAt + yy1679 := &x.StartedAt yym1680 := z.EncBinary() _ = yym1680 if false { @@ -22987,11 +23005,48 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1658[6] { - yym1682 := z.EncBinary() - _ = yym1682 + if yyq1663[5] { + yy1682 := &x.FinishedAt + yym1683 := z.EncBinary() + _ = yym1683 + if false { + } else if z.HasExtensions() && z.EncExt(yy1682) { + } else if yym1683 { + z.EncBinaryMarshal(yy1682) + } else if !yym1683 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1682) + } else { + z.EncFallback(yy1682) + } + } else { + r.EncodeNil() + } + } else { + if yyq1663[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1684 := &x.FinishedAt + yym1685 := z.EncBinary() + _ = yym1685 + if false { + } else if z.HasExtensions() && z.EncExt(yy1684) { + } else if yym1685 { + z.EncBinaryMarshal(yy1684) + } else if !yym1685 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1684) + } else { + z.EncFallback(yy1684) + } + } + } + if yyr1663 || yy2arr1663 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1663[6] { + yym1687 := z.EncBinary() + _ = yym1687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23000,19 +23055,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1658[6] { + if yyq1663[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1683 := z.EncBinary() - _ = yym1683 + yym1688 := z.EncBinary() + _ = yym1688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1658 || yy2arr1658 { + if yyr1663 || yy2arr1663 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23025,25 +23080,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1684 := z.DecBinary() - _ = yym1684 + yym1689 := z.DecBinary() + _ = yym1689 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1685 := r.ContainerType() - if yyct1685 == codecSelferValueTypeMap1234 { - yyl1685 := r.ReadMapStart() - if yyl1685 == 0 { + yyct1690 := r.ContainerType() + if yyct1690 == codecSelferValueTypeMap1234 { + yyl1690 := r.ReadMapStart() + if yyl1690 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1685, d) + x.codecDecodeSelfFromMap(yyl1690, d) } - } else if yyct1685 == codecSelferValueTypeArray1234 { - yyl1685 := r.ReadArrayStart() - if yyl1685 == 0 { + } else if yyct1690 == codecSelferValueTypeArray1234 { + yyl1690 := r.ReadArrayStart() + if yyl1690 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1685, d) + x.codecDecodeSelfFromArray(yyl1690, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23055,12 +23110,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1686Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1686Slc - var yyhl1686 bool = l >= 0 - for yyj1686 := 0; ; yyj1686++ { - if yyhl1686 { - if yyj1686 >= l { + var yys1691Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1691Slc + var yyhl1691 bool = l >= 0 + for yyj1691 := 0; ; yyj1691++ { + if yyhl1691 { + if yyj1691 >= l { break } } else { @@ -23069,10 +23124,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1686Slc = r.DecodeBytes(yys1686Slc, true, true) - yys1686 := string(yys1686Slc) + yys1691Slc = r.DecodeBytes(yys1691Slc, true, true) + yys1691 := string(yys1691Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1686 { + switch yys1691 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -23101,34 +23156,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1691 := &x.StartedAt - yym1692 := z.DecBinary() - _ = yym1692 + yyv1696 := &x.StartedAt + yym1697 := z.DecBinary() + _ = yym1697 if false { - } else if z.HasExtensions() && z.DecExt(yyv1691) { - } else if yym1692 { - z.DecBinaryUnmarshal(yyv1691) - } else if !yym1692 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1691) + } else if z.HasExtensions() && z.DecExt(yyv1696) { + } else if yym1697 { + z.DecBinaryUnmarshal(yyv1696) + } else if !yym1697 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1696) } else { - z.DecFallback(yyv1691, false) + z.DecFallback(yyv1696, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1693 := &x.FinishedAt - yym1694 := z.DecBinary() - _ = yym1694 + yyv1698 := &x.FinishedAt + yym1699 := z.DecBinary() + _ = yym1699 if false { - } else if z.HasExtensions() && z.DecExt(yyv1693) { - } else if yym1694 { - z.DecBinaryUnmarshal(yyv1693) - } else if !yym1694 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1693) + } else if z.HasExtensions() && z.DecExt(yyv1698) { + } else if yym1699 { + z.DecBinaryUnmarshal(yyv1698) + } else if !yym1699 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1698) } else { - z.DecFallback(yyv1693, false) + z.DecFallback(yyv1698, false) } } case "containerID": @@ -23138,9 +23193,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1686) - } // end switch yys1686 - } // end for yyj1686 + z.DecStructFieldNotFound(-1, yys1691) + } // end switch yys1691 + } // end for yyj1691 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23148,16 +23203,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1696 int - var yyb1696 bool - var yyhl1696 bool = l >= 0 - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + var yyj1701 int + var yyb1701 bool + var yyhl1701 bool = l >= 0 + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23167,13 +23222,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23183,13 +23238,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23199,13 +23254,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23215,13 +23270,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23229,26 +23284,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1701 := &x.StartedAt - yym1702 := z.DecBinary() - _ = yym1702 + yyv1706 := &x.StartedAt + yym1707 := z.DecBinary() + _ = yym1707 if false { - } else if z.HasExtensions() && z.DecExt(yyv1701) { - } else if yym1702 { - z.DecBinaryUnmarshal(yyv1701) - } else if !yym1702 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1701) + } else if z.HasExtensions() && z.DecExt(yyv1706) { + } else if yym1707 { + z.DecBinaryUnmarshal(yyv1706) + } else if !yym1707 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1706) } else { - z.DecFallback(yyv1701, false) + z.DecFallback(yyv1706, false) } } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23256,26 +23311,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1703 := &x.FinishedAt - yym1704 := z.DecBinary() - _ = yym1704 + yyv1708 := &x.FinishedAt + yym1709 := z.DecBinary() + _ = yym1709 if false { - } else if z.HasExtensions() && z.DecExt(yyv1703) { - } else if yym1704 { - z.DecBinaryUnmarshal(yyv1703) - } else if !yym1704 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1703) + } else if z.HasExtensions() && z.DecExt(yyv1708) { + } else if yym1709 { + z.DecBinaryUnmarshal(yyv1708) + } else if !yym1709 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1708) } else { - z.DecFallback(yyv1703, false) + z.DecFallback(yyv1708, false) } } - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23286,17 +23341,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1696++ - if yyhl1696 { - yyb1696 = yyj1696 > l + yyj1701++ + if yyhl1701 { + yyb1701 = yyj1701 > l } else { - yyb1696 = r.CheckBreak() + yyb1701 = r.CheckBreak() } - if yyb1696 { + if yyb1701 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1696-1, "") + z.DecStructFieldNotFound(yyj1701-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23308,35 +23363,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1706 := z.EncBinary() - _ = yym1706 + yym1711 := z.EncBinary() + _ = yym1711 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1707 := !z.EncBinary() - yy2arr1707 := z.EncBasicHandle().StructToArray - var yyq1707 [3]bool - _, _, _ = yysep1707, yyq1707, yy2arr1707 - const yyr1707 bool = false - yyq1707[0] = x.Waiting != nil - yyq1707[1] = x.Running != nil - yyq1707[2] = x.Terminated != nil - var yynn1707 int - if yyr1707 || yy2arr1707 { + yysep1712 := !z.EncBinary() + yy2arr1712 := z.EncBasicHandle().StructToArray + var yyq1712 [3]bool + _, _, _ = yysep1712, yyq1712, yy2arr1712 + const yyr1712 bool = false + yyq1712[0] = x.Waiting != nil + yyq1712[1] = x.Running != nil + yyq1712[2] = x.Terminated != nil + var yynn1712 int + if yyr1712 || yy2arr1712 { r.EncodeArrayStart(3) } else { - yynn1707 = 0 - for _, b := range yyq1707 { + yynn1712 = 0 + for _, b := range yyq1712 { if b { - yynn1707++ + yynn1712++ } } - r.EncodeMapStart(yynn1707) - yynn1707 = 0 + r.EncodeMapStart(yynn1712) + yynn1712 = 0 } - if yyr1707 || yy2arr1707 { + if yyr1712 || yy2arr1712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1707[0] { + if yyq1712[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -23346,7 +23401,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1707[0] { + if yyq1712[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23357,9 +23412,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1707 || yy2arr1707 { + if yyr1712 || yy2arr1712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1707[1] { + if yyq1712[1] { if x.Running == nil { r.EncodeNil() } else { @@ -23369,7 +23424,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1707[1] { + if yyq1712[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23380,9 +23435,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1707 || yy2arr1707 { + if yyr1712 || yy2arr1712 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1707[2] { + if yyq1712[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -23392,7 +23447,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1707[2] { + if yyq1712[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -23403,7 +23458,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1707 || yy2arr1707 { + if yyr1712 || yy2arr1712 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23416,25 +23471,25 @@ func (x *ContainerState) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1711 := z.DecBinary() - _ = yym1711 + yym1716 := z.DecBinary() + _ = yym1716 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1712 := r.ContainerType() - if yyct1712 == codecSelferValueTypeMap1234 { - yyl1712 := r.ReadMapStart() - if yyl1712 == 0 { + yyct1717 := r.ContainerType() + if yyct1717 == codecSelferValueTypeMap1234 { + yyl1717 := r.ReadMapStart() + if yyl1717 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1712, d) + x.codecDecodeSelfFromMap(yyl1717, d) } - } else if yyct1712 == codecSelferValueTypeArray1234 { - yyl1712 := r.ReadArrayStart() - if yyl1712 == 0 { + } else if yyct1717 == codecSelferValueTypeArray1234 { + yyl1717 := r.ReadArrayStart() + if yyl1717 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1712, d) + x.codecDecodeSelfFromArray(yyl1717, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23446,12 +23501,12 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1713Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1713Slc - var yyhl1713 bool = l >= 0 - for yyj1713 := 0; ; yyj1713++ { - if yyhl1713 { - if yyj1713 >= l { + var yys1718Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1718Slc + var yyhl1718 bool = l >= 0 + for yyj1718 := 0; ; yyj1718++ { + if yyhl1718 { + if yyj1718 >= l { break } } else { @@ -23460,10 +23515,10 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1713Slc = r.DecodeBytes(yys1713Slc, true, true) - yys1713 := string(yys1713Slc) + yys1718Slc = r.DecodeBytes(yys1718Slc, true, true) + yys1718 := string(yys1718Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1713 { + switch yys1718 { case "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -23498,9 +23553,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1713) - } // end switch yys1713 - } // end for yyj1713 + z.DecStructFieldNotFound(-1, yys1718) + } // end switch yys1718 + } // end for yyj1718 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23508,16 +23563,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1717 int - var yyb1717 bool - var yyhl1717 bool = l >= 0 - yyj1717++ - if yyhl1717 { - yyb1717 = yyj1717 > l + var yyj1722 int + var yyb1722 bool + var yyhl1722 bool = l >= 0 + yyj1722++ + if yyhl1722 { + yyb1722 = yyj1722 > l } else { - yyb1717 = r.CheckBreak() + yyb1722 = r.CheckBreak() } - if yyb1717 { + if yyb1722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23532,13 +23587,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1717++ - if yyhl1717 { - yyb1717 = yyj1717 > l + yyj1722++ + if yyhl1722 { + yyb1722 = yyj1722 > l } else { - yyb1717 = r.CheckBreak() + yyb1722 = r.CheckBreak() } - if yyb1717 { + if yyb1722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23553,13 +23608,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1717++ - if yyhl1717 { - yyb1717 = yyj1717 > l + yyj1722++ + if yyhl1722 { + yyb1722 = yyj1722 > l } else { - yyb1717 = r.CheckBreak() + yyb1722 = r.CheckBreak() } - if yyb1717 { + if yyb1722 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23575,17 +23630,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1717++ - if yyhl1717 { - yyb1717 = yyj1717 > l + yyj1722++ + if yyhl1722 { + yyb1722 = yyj1722 > l } else { - yyb1717 = r.CheckBreak() + yyb1722 = r.CheckBreak() } - if yyb1717 { + if yyb1722 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1717-1, "") + z.DecStructFieldNotFound(yyj1722-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23597,36 +23652,36 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1721 := z.EncBinary() - _ = yym1721 + yym1726 := z.EncBinary() + _ = yym1726 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1722 := !z.EncBinary() - yy2arr1722 := z.EncBasicHandle().StructToArray - var yyq1722 [8]bool - _, _, _ = yysep1722, yyq1722, yy2arr1722 - const yyr1722 bool = false - yyq1722[1] = true - yyq1722[2] = true - yyq1722[7] = x.ContainerID != "" - var yynn1722 int - if yyr1722 || yy2arr1722 { + yysep1727 := !z.EncBinary() + yy2arr1727 := z.EncBasicHandle().StructToArray + var yyq1727 [8]bool + _, _, _ = yysep1727, yyq1727, yy2arr1727 + const yyr1727 bool = false + yyq1727[1] = true + yyq1727[2] = true + yyq1727[7] = x.ContainerID != "" + var yynn1727 int + if yyr1727 || yy2arr1727 { r.EncodeArrayStart(8) } else { - yynn1722 = 5 - for _, b := range yyq1722 { + yynn1727 = 5 + for _, b := range yyq1727 { if b { - yynn1722++ + yynn1727++ } } - r.EncodeMapStart(yynn1722) - yynn1722 = 0 + r.EncodeMapStart(yynn1727) + yynn1727 = 0 } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1724 := z.EncBinary() - _ = yym1724 + yym1729 := z.EncBinary() + _ = yym1729 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -23635,51 +23690,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1725 := z.EncBinary() - _ = yym1725 + yym1730 := z.EncBinary() + _ = yym1730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1722[1] { - yy1727 := &x.State - yy1727.CodecEncodeSelf(e) + if yyq1727[1] { + yy1732 := &x.State + yy1732.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1722[1] { + if yyq1727[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1728 := &x.State - yy1728.CodecEncodeSelf(e) + yy1733 := &x.State + yy1733.CodecEncodeSelf(e) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1722[2] { - yy1730 := &x.LastTerminationState - yy1730.CodecEncodeSelf(e) + if yyq1727[2] { + yy1735 := &x.LastTerminationState + yy1735.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1722[2] { + if yyq1727[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1731 := &x.LastTerminationState - yy1731.CodecEncodeSelf(e) + yy1736 := &x.LastTerminationState + yy1736.CodecEncodeSelf(e) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1733 := z.EncBinary() - _ = yym1733 + yym1738 := z.EncBinary() + _ = yym1738 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -23688,17 +23743,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1734 := z.EncBinary() - _ = yym1734 + yym1739 := z.EncBinary() + _ = yym1739 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1736 := z.EncBinary() - _ = yym1736 + yym1741 := z.EncBinary() + _ = yym1741 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -23707,17 +23762,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1737 := z.EncBinary() - _ = yym1737 + yym1742 := z.EncBinary() + _ = yym1742 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1739 := z.EncBinary() - _ = yym1739 + yym1744 := z.EncBinary() + _ = yym1744 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -23726,17 +23781,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1740 := z.EncBinary() - _ = yym1740 + yym1745 := z.EncBinary() + _ = yym1745 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1742 := z.EncBinary() - _ = yym1742 + yym1747 := z.EncBinary() + _ = yym1747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -23745,18 +23800,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1743 := z.EncBinary() - _ = yym1743 + yym1748 := z.EncBinary() + _ = yym1748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1722[7] { - yym1745 := z.EncBinary() - _ = yym1745 + if yyq1727[7] { + yym1750 := z.EncBinary() + _ = yym1750 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23765,19 +23820,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1722[7] { + if yyq1727[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1746 := z.EncBinary() - _ = yym1746 + yym1751 := z.EncBinary() + _ = yym1751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1722 || yy2arr1722 { + if yyr1727 || yy2arr1727 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23790,25 +23845,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1747 := z.DecBinary() - _ = yym1747 + yym1752 := z.DecBinary() + _ = yym1752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1748 := r.ContainerType() - if yyct1748 == codecSelferValueTypeMap1234 { - yyl1748 := r.ReadMapStart() - if yyl1748 == 0 { + yyct1753 := r.ContainerType() + if yyct1753 == codecSelferValueTypeMap1234 { + yyl1753 := r.ReadMapStart() + if yyl1753 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1748, d) + x.codecDecodeSelfFromMap(yyl1753, d) } - } else if yyct1748 == codecSelferValueTypeArray1234 { - yyl1748 := r.ReadArrayStart() - if yyl1748 == 0 { + } else if yyct1753 == codecSelferValueTypeArray1234 { + yyl1753 := r.ReadArrayStart() + if yyl1753 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1748, d) + x.codecDecodeSelfFromArray(yyl1753, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23820,12 +23875,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1749Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1749Slc - var yyhl1749 bool = l >= 0 - for yyj1749 := 0; ; yyj1749++ { - if yyhl1749 { - if yyj1749 >= l { + var yys1754Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1754Slc + var yyhl1754 bool = l >= 0 + for yyj1754 := 0; ; yyj1754++ { + if yyhl1754 { + if yyj1754 >= l { break } } else { @@ -23834,10 +23889,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1749Slc = r.DecodeBytes(yys1749Slc, true, true) - yys1749 := string(yys1749Slc) + yys1754Slc = r.DecodeBytes(yys1754Slc, true, true) + yys1754 := string(yys1754Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1749 { + switch yys1754 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -23848,15 +23903,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1751 := &x.State - yyv1751.CodecDecodeSelf(d) + yyv1756 := &x.State + yyv1756.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1752 := &x.LastTerminationState - yyv1752.CodecDecodeSelf(d) + yyv1757 := &x.LastTerminationState + yyv1757.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -23889,9 +23944,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1749) - } // end switch yys1749 - } // end for yyj1749 + z.DecStructFieldNotFound(-1, yys1754) + } // end switch yys1754 + } // end for yyj1754 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23899,16 +23954,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1758 int - var yyb1758 bool - var yyhl1758 bool = l >= 0 - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + var yyj1763 int + var yyb1763 bool + var yyhl1763 bool = l >= 0 + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23918,13 +23973,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23932,16 +23987,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1760 := &x.State - yyv1760.CodecDecodeSelf(d) + yyv1765 := &x.State + yyv1765.CodecDecodeSelf(d) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23949,16 +24004,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1761 := &x.LastTerminationState - yyv1761.CodecDecodeSelf(d) + yyv1766 := &x.LastTerminationState + yyv1766.CodecDecodeSelf(d) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23968,13 +24023,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23984,13 +24039,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24000,13 +24055,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24016,13 +24071,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24033,17 +24088,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1758++ - if yyhl1758 { - yyb1758 = yyj1758 > l + yyj1763++ + if yyhl1763 { + yyb1763 = yyj1763 > l } else { - yyb1758 = r.CheckBreak() + yyb1763 = r.CheckBreak() } - if yyb1758 { + if yyb1763 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1758-1, "") + z.DecStructFieldNotFound(yyj1763-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24052,8 +24107,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1767 := z.EncBinary() - _ = yym1767 + yym1772 := z.EncBinary() + _ = yym1772 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24065,8 +24120,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1768 := z.DecBinary() - _ = yym1768 + yym1773 := z.DecBinary() + _ = yym1773 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24078,8 +24133,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1769 := z.EncBinary() - _ = yym1769 + yym1774 := z.EncBinary() + _ = yym1774 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24091,8 +24146,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1770 := z.DecBinary() - _ = yym1770 + yym1775 := z.DecBinary() + _ = yym1775 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24107,34 +24162,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1771 := z.EncBinary() - _ = yym1771 + yym1776 := z.EncBinary() + _ = yym1776 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1772 := !z.EncBinary() - yy2arr1772 := z.EncBasicHandle().StructToArray - var yyq1772 [6]bool - _, _, _ = yysep1772, yyq1772, yy2arr1772 - const yyr1772 bool = false - yyq1772[2] = true - yyq1772[3] = true - yyq1772[4] = x.Reason != "" - yyq1772[5] = x.Message != "" - var yynn1772 int - if yyr1772 || yy2arr1772 { + yysep1777 := !z.EncBinary() + yy2arr1777 := z.EncBasicHandle().StructToArray + var yyq1777 [6]bool + _, _, _ = yysep1777, yyq1777, yy2arr1777 + const yyr1777 bool = false + yyq1777[2] = true + yyq1777[3] = true + yyq1777[4] = x.Reason != "" + yyq1777[5] = x.Message != "" + var yynn1777 int + if yyr1777 || yy2arr1777 { r.EncodeArrayStart(6) } else { - yynn1772 = 2 - for _, b := range yyq1772 { + yynn1777 = 2 + for _, b := range yyq1777 { if b { - yynn1772++ + yynn1777++ } } - r.EncodeMapStart(yynn1772) - yynn1772 = 0 + r.EncodeMapStart(yynn1777) + yynn1777 = 0 } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -24143,7 +24198,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -24152,47 +24207,10 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1772[2] { - yy1776 := &x.LastProbeTime - yym1777 := z.EncBinary() - _ = yym1777 - if false { - } else if z.HasExtensions() && z.EncExt(yy1776) { - } else if yym1777 { - z.EncBinaryMarshal(yy1776) - } else if !yym1777 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1776) - } else { - z.EncFallback(yy1776) - } - } else { - r.EncodeNil() - } - } else { - if yyq1772[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1778 := &x.LastProbeTime - yym1779 := z.EncBinary() - _ = yym1779 - if false { - } else if z.HasExtensions() && z.EncExt(yy1778) { - } else if yym1779 { - z.EncBinaryMarshal(yy1778) - } else if !yym1779 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1778) - } else { - z.EncFallback(yy1778) - } - } - } - if yyr1772 || yy2arr1772 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1772[3] { - yy1781 := &x.LastTransitionTime + if yyq1777[2] { + yy1781 := &x.LastProbeTime yym1782 := z.EncBinary() _ = yym1782 if false { @@ -24208,11 +24226,11 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1772[3] { + if yyq1777[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1783 := &x.LastTransitionTime + yy1783 := &x.LastProbeTime yym1784 := z.EncBinary() _ = yym1784 if false { @@ -24226,36 +24244,73 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1772[4] { - yym1786 := z.EncBinary() - _ = yym1786 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1772[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq1777[3] { + yy1786 := &x.LastTransitionTime yym1787 := z.EncBinary() _ = yym1787 if false { + } else if z.HasExtensions() && z.EncExt(yy1786) { + } else if yym1787 { + z.EncBinaryMarshal(yy1786) + } else if !yym1787 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1786) + } else { + z.EncFallback(yy1786) + } + } else { + r.EncodeNil() + } + } else { + if yyq1777[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1788 := &x.LastTransitionTime + yym1789 := z.EncBinary() + _ = yym1789 + if false { + } else if z.HasExtensions() && z.EncExt(yy1788) { + } else if yym1789 { + z.EncBinaryMarshal(yy1788) + } else if !yym1789 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1788) + } else { + z.EncFallback(yy1788) + } + } + } + if yyr1777 || yy2arr1777 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1777[4] { + yym1791 := z.EncBinary() + _ = yym1791 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1777[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1792 := z.EncBinary() + _ = yym1792 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1772[5] { - yym1789 := z.EncBinary() - _ = yym1789 + if yyq1777[5] { + yym1794 := z.EncBinary() + _ = yym1794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -24264,19 +24319,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1772[5] { + if yyq1777[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1790 := z.EncBinary() - _ = yym1790 + yym1795 := z.EncBinary() + _ = yym1795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1772 || yy2arr1772 { + if yyr1777 || yy2arr1777 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24289,25 +24344,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1791 := z.DecBinary() - _ = yym1791 + yym1796 := z.DecBinary() + _ = yym1796 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1792 := r.ContainerType() - if yyct1792 == codecSelferValueTypeMap1234 { - yyl1792 := r.ReadMapStart() - if yyl1792 == 0 { + yyct1797 := r.ContainerType() + if yyct1797 == codecSelferValueTypeMap1234 { + yyl1797 := r.ReadMapStart() + if yyl1797 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1792, d) + x.codecDecodeSelfFromMap(yyl1797, d) } - } else if yyct1792 == codecSelferValueTypeArray1234 { - yyl1792 := r.ReadArrayStart() - if yyl1792 == 0 { + } else if yyct1797 == codecSelferValueTypeArray1234 { + yyl1797 := r.ReadArrayStart() + if yyl1797 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1792, d) + x.codecDecodeSelfFromArray(yyl1797, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24319,12 +24374,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1793Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1793Slc - var yyhl1793 bool = l >= 0 - for yyj1793 := 0; ; yyj1793++ { - if yyhl1793 { - if yyj1793 >= l { + var yys1798Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1798Slc + var yyhl1798 bool = l >= 0 + for yyj1798 := 0; ; yyj1798++ { + if yyhl1798 { + if yyj1798 >= l { break } } else { @@ -24333,10 +24388,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1793Slc = r.DecodeBytes(yys1793Slc, true, true) - yys1793 := string(yys1793Slc) + yys1798Slc = r.DecodeBytes(yys1798Slc, true, true) + yys1798 := string(yys1798Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1793 { + switch yys1798 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -24353,34 +24408,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1796 := &x.LastProbeTime - yym1797 := z.DecBinary() - _ = yym1797 + yyv1801 := &x.LastProbeTime + yym1802 := z.DecBinary() + _ = yym1802 if false { - } else if z.HasExtensions() && z.DecExt(yyv1796) { - } else if yym1797 { - z.DecBinaryUnmarshal(yyv1796) - } else if !yym1797 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1796) + } else if z.HasExtensions() && z.DecExt(yyv1801) { + } else if yym1802 { + z.DecBinaryUnmarshal(yyv1801) + } else if !yym1802 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1801) } else { - z.DecFallback(yyv1796, false) + z.DecFallback(yyv1801, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1798 := &x.LastTransitionTime - yym1799 := z.DecBinary() - _ = yym1799 + yyv1803 := &x.LastTransitionTime + yym1804 := z.DecBinary() + _ = yym1804 if false { - } else if z.HasExtensions() && z.DecExt(yyv1798) { - } else if yym1799 { - z.DecBinaryUnmarshal(yyv1798) - } else if !yym1799 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1798) + } else if z.HasExtensions() && z.DecExt(yyv1803) { + } else if yym1804 { + z.DecBinaryUnmarshal(yyv1803) + } else if !yym1804 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1803) } else { - z.DecFallback(yyv1798, false) + z.DecFallback(yyv1803, false) } } case "reason": @@ -24396,9 +24451,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1793) - } // end switch yys1793 - } // end for yyj1793 + z.DecStructFieldNotFound(-1, yys1798) + } // end switch yys1798 + } // end for yyj1798 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24406,16 +24461,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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 } @@ -24425,13 +24480,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(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 } @@ -24441,13 +24496,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(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 } @@ -24455,26 +24510,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1805 := &x.LastProbeTime - yym1806 := z.DecBinary() - _ = yym1806 + yyv1810 := &x.LastProbeTime + yym1811 := z.DecBinary() + _ = yym1811 if false { - } else if z.HasExtensions() && z.DecExt(yyv1805) { - } else if yym1806 { - z.DecBinaryUnmarshal(yyv1805) - } else if !yym1806 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1805) + } else if z.HasExtensions() && z.DecExt(yyv1810) { + } else if yym1811 { + z.DecBinaryUnmarshal(yyv1810) + } else if !yym1811 && z.IsJSONHandle() { + z.DecJSONUnmarshal(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 } @@ -24482,26 +24537,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1807 := &x.LastTransitionTime - yym1808 := z.DecBinary() - _ = yym1808 + yyv1812 := &x.LastTransitionTime + yym1813 := z.DecBinary() + _ = yym1813 if false { - } else if z.HasExtensions() && z.DecExt(yyv1807) { - } else if yym1808 { - z.DecBinaryUnmarshal(yyv1807) - } else if !yym1808 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1807) + } else if z.HasExtensions() && z.DecExt(yyv1812) { + } else if yym1813 { + z.DecBinaryUnmarshal(yyv1812) + } else if !yym1813 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1812) } else { - z.DecFallback(yyv1807, false) + z.DecFallback(yyv1812, 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 } @@ -24511,13 +24566,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = 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 } @@ -24528,17 +24583,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } 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) } @@ -24547,8 +24602,8 @@ func (x RestartPolicy) 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 { @@ -24560,8 +24615,8 @@ func (x *RestartPolicy) 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 { @@ -24576,37 +24631,37 @@ func (x *PodList) 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 [4]bool - _, _, _ = yysep1814, yyq1814, yy2arr1814 - const yyr1814 bool = false - yyq1814[0] = x.Kind != "" - yyq1814[1] = x.APIVersion != "" - yyq1814[2] = true - var yynn1814 int - if yyr1814 || yy2arr1814 { + yysep1819 := !z.EncBinary() + yy2arr1819 := z.EncBasicHandle().StructToArray + var yyq1819 [4]bool + _, _, _ = yysep1819, yyq1819, yy2arr1819 + const yyr1819 bool = false + yyq1819[0] = x.Kind != "" + yyq1819[1] = x.APIVersion != "" + yyq1819[2] = true + var yynn1819 int + if yyr1819 || yy2arr1819 { r.EncodeArrayStart(4) } else { - yynn1814 = 1 - for _, b := range yyq1814 { + yynn1819 = 1 + 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] { - yym1816 := z.EncBinary() - _ = yym1816 + if yyq1819[0] { + yym1821 := z.EncBinary() + _ = yym1821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -24615,23 +24670,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1814[0] { + if yyq1819[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1817 := z.EncBinary() - _ = yym1817 + yym1822 := z.EncBinary() + _ = yym1822 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1814[1] { - yym1819 := z.EncBinary() - _ = yym1819 + if yyq1819[1] { + yym1824 := z.EncBinary() + _ = yym1824 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -24640,54 +24695,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1814[1] { + if yyq1819[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1820 := z.EncBinary() - _ = yym1820 + yym1825 := z.EncBinary() + _ = yym1825 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1814[2] { - yy1822 := &x.ListMeta - yym1823 := z.EncBinary() - _ = yym1823 + if yyq1819[2] { + yy1827 := &x.ListMeta + yym1828 := z.EncBinary() + _ = yym1828 if false { - } else if z.HasExtensions() && z.EncExt(yy1822) { + } else if z.HasExtensions() && z.EncExt(yy1827) { } else { - z.EncFallback(yy1822) + z.EncFallback(yy1827) } } else { r.EncodeNil() } } else { - if yyq1814[2] { + if yyq1819[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1824 := &x.ListMeta - yym1825 := z.EncBinary() - _ = yym1825 + yy1829 := &x.ListMeta + yym1830 := z.EncBinary() + _ = yym1830 if false { - } else if z.HasExtensions() && z.EncExt(yy1824) { + } else if z.HasExtensions() && z.EncExt(yy1829) { } else { - z.EncFallback(yy1824) + z.EncFallback(yy1829) } } } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym1827 := z.EncBinary() - _ = yym1827 + yym1832 := z.EncBinary() + _ = yym1832 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -24700,15 +24755,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym1828 := z.EncBinary() - _ = yym1828 + yym1833 := z.EncBinary() + _ = yym1833 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr1814 || yy2arr1814 { + if yyr1819 || yy2arr1819 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24721,25 +24776,25 @@ func (x *PodList) 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) @@ -24751,12 +24806,12 @@ func (x *PodList) 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 { @@ -24765,10 +24820,10 @@ func (x *PodList) 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 "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -24785,31 +24840,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1834 := &x.ListMeta - yym1835 := z.DecBinary() - _ = yym1835 + yyv1839 := &x.ListMeta + yym1840 := z.DecBinary() + _ = yym1840 if false { - } else if z.HasExtensions() && z.DecExt(yyv1834) { + } else if z.HasExtensions() && z.DecExt(yyv1839) { } else { - z.DecFallback(yyv1834, false) + z.DecFallback(yyv1839, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1836 := &x.Items - yym1837 := z.DecBinary() - _ = yym1837 + yyv1841 := &x.Items + yym1842 := z.DecBinary() + _ = yym1842 if false { } else { - h.decSlicePod((*[]Pod)(yyv1836), d) + h.decSlicePod((*[]Pod)(yyv1841), 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) } @@ -24817,16 +24872,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1838 int - var yyb1838 bool - var yyhl1838 bool = l >= 0 - yyj1838++ - if yyhl1838 { - yyb1838 = yyj1838 > l + var yyj1843 int + var yyb1843 bool + var yyhl1843 bool = l >= 0 + yyj1843++ + if yyhl1843 { + yyb1843 = yyj1843 > l } else { - yyb1838 = r.CheckBreak() + yyb1843 = r.CheckBreak() } - if yyb1838 { + if yyb1843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24836,13 +24891,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj1838++ - if yyhl1838 { - yyb1838 = yyj1838 > l + yyj1843++ + if yyhl1843 { + yyb1843 = yyj1843 > l } else { - yyb1838 = r.CheckBreak() + yyb1843 = r.CheckBreak() } - if yyb1838 { + if yyb1843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24852,13 +24907,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj1838++ - if yyhl1838 { - yyb1838 = yyj1838 > l + yyj1843++ + if yyhl1843 { + yyb1843 = yyj1843 > l } else { - yyb1838 = r.CheckBreak() + yyb1843 = r.CheckBreak() } - if yyb1838 { + if yyb1843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24866,22 +24921,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv1841 := &x.ListMeta - yym1842 := z.DecBinary() - _ = yym1842 + yyv1846 := &x.ListMeta + yym1847 := z.DecBinary() + _ = yym1847 if false { - } else if z.HasExtensions() && z.DecExt(yyv1841) { + } else if z.HasExtensions() && z.DecExt(yyv1846) { } else { - z.DecFallback(yyv1841, false) + z.DecFallback(yyv1846, false) } } - yyj1838++ - if yyhl1838 { - yyb1838 = yyj1838 > l + yyj1843++ + if yyhl1843 { + yyb1843 = yyj1843 > l } else { - yyb1838 = r.CheckBreak() + yyb1843 = r.CheckBreak() } - if yyb1838 { + if yyb1843 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24889,26 +24944,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1843 := &x.Items - yym1844 := z.DecBinary() - _ = yym1844 + yyv1848 := &x.Items + yym1849 := z.DecBinary() + _ = yym1849 if false { } else { - h.decSlicePod((*[]Pod)(yyv1843), d) + h.decSlicePod((*[]Pod)(yyv1848), d) } } for { - yyj1838++ - if yyhl1838 { - yyb1838 = yyj1838 > l + yyj1843++ + if yyhl1843 { + yyb1843 = yyj1843 > l } else { - yyb1838 = r.CheckBreak() + yyb1843 = r.CheckBreak() } - if yyb1838 { + if yyb1843 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1838-1, "") + z.DecStructFieldNotFound(yyj1843-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24917,8 +24972,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1845 := z.EncBinary() - _ = yym1845 + yym1850 := z.EncBinary() + _ = yym1850 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24930,8 +24985,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1846 := z.DecBinary() - _ = yym1846 + yym1851 := z.DecBinary() + _ = yym1851 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24946,36 +25001,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1847 := z.EncBinary() - _ = yym1847 + yym1852 := z.EncBinary() + _ = yym1852 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1848 := !z.EncBinary() - yy2arr1848 := z.EncBasicHandle().StructToArray - var yyq1848 [1]bool - _, _, _ = yysep1848, yyq1848, yy2arr1848 - const yyr1848 bool = false - var yynn1848 int - if yyr1848 || yy2arr1848 { + yysep1853 := !z.EncBinary() + yy2arr1853 := z.EncBasicHandle().StructToArray + var yyq1853 [1]bool + _, _, _ = yysep1853, yyq1853, yy2arr1853 + const yyr1853 bool = false + var yynn1853 int + if yyr1853 || yy2arr1853 { r.EncodeArrayStart(1) } else { - yynn1848 = 1 - for _, b := range yyq1848 { + yynn1853 = 1 + for _, b := range yyq1853 { if b { - yynn1848++ + yynn1853++ } } - r.EncodeMapStart(yynn1848) - yynn1848 = 0 + r.EncodeMapStart(yynn1853) + yynn1853 = 0 } - if yyr1848 || yy2arr1848 { + if yyr1853 || yy2arr1853 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1850 := z.EncBinary() - _ = yym1850 + yym1855 := z.EncBinary() + _ = yym1855 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -24988,15 +25043,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1851 := z.EncBinary() - _ = yym1851 + yym1856 := z.EncBinary() + _ = yym1856 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1848 || yy2arr1848 { + if yyr1853 || yy2arr1853 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25009,25 +25064,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1852 := z.DecBinary() - _ = yym1852 + yym1857 := z.DecBinary() + _ = yym1857 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1853 := r.ContainerType() - if yyct1853 == codecSelferValueTypeMap1234 { - yyl1853 := r.ReadMapStart() - if yyl1853 == 0 { + yyct1858 := r.ContainerType() + if yyct1858 == codecSelferValueTypeMap1234 { + yyl1858 := r.ReadMapStart() + if yyl1858 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1853, d) + x.codecDecodeSelfFromMap(yyl1858, d) } - } else if yyct1853 == codecSelferValueTypeArray1234 { - yyl1853 := r.ReadArrayStart() - if yyl1853 == 0 { + } else if yyct1858 == codecSelferValueTypeArray1234 { + yyl1858 := r.ReadArrayStart() + if yyl1858 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1853, d) + x.codecDecodeSelfFromArray(yyl1858, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25039,12 +25094,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1854Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1854Slc - var yyhl1854 bool = l >= 0 - for yyj1854 := 0; ; yyj1854++ { - if yyhl1854 { - if yyj1854 >= l { + var yys1859Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1859Slc + var yyhl1859 bool = l >= 0 + for yyj1859 := 0; ; yyj1859++ { + if yyhl1859 { + if yyj1859 >= l { break } } else { @@ -25053,26 +25108,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1854Slc = r.DecodeBytes(yys1854Slc, true, true) - yys1854 := string(yys1854Slc) + yys1859Slc = r.DecodeBytes(yys1859Slc, true, true) + yys1859 := string(yys1859Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1854 { + switch yys1859 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1855 := &x.NodeSelectorTerms - yym1856 := z.DecBinary() - _ = yym1856 + yyv1860 := &x.NodeSelectorTerms + yym1861 := z.DecBinary() + _ = yym1861 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1855), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1860), d) } } default: - z.DecStructFieldNotFound(-1, yys1854) - } // end switch yys1854 - } // end for yyj1854 + z.DecStructFieldNotFound(-1, yys1859) + } // end switch yys1859 + } // end for yyj1859 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25080,16 +25135,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1857 int - var yyb1857 bool - var yyhl1857 bool = l >= 0 - yyj1857++ - if yyhl1857 { - yyb1857 = yyj1857 > l + var yyj1862 int + var yyb1862 bool + var yyhl1862 bool = l >= 0 + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1857 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1857 { + if yyb1862 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25097,26 +25152,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1858 := &x.NodeSelectorTerms - yym1859 := z.DecBinary() - _ = yym1859 + yyv1863 := &x.NodeSelectorTerms + yym1864 := z.DecBinary() + _ = yym1864 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1858), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1863), d) } } for { - yyj1857++ - if yyhl1857 { - yyb1857 = yyj1857 > l + yyj1862++ + if yyhl1862 { + yyb1862 = yyj1862 > l } else { - yyb1857 = r.CheckBreak() + yyb1862 = r.CheckBreak() } - if yyb1857 { + if yyb1862 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1857-1, "") + z.DecStructFieldNotFound(yyj1862-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25128,36 +25183,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1860 := z.EncBinary() - _ = yym1860 + yym1865 := z.EncBinary() + _ = yym1865 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1861 := !z.EncBinary() - yy2arr1861 := z.EncBasicHandle().StructToArray - var yyq1861 [1]bool - _, _, _ = yysep1861, yyq1861, yy2arr1861 - const yyr1861 bool = false - var yynn1861 int - if yyr1861 || yy2arr1861 { + yysep1866 := !z.EncBinary() + yy2arr1866 := z.EncBasicHandle().StructToArray + var yyq1866 [1]bool + _, _, _ = yysep1866, yyq1866, yy2arr1866 + const yyr1866 bool = false + var yynn1866 int + if yyr1866 || yy2arr1866 { r.EncodeArrayStart(1) } else { - yynn1861 = 1 - for _, b := range yyq1861 { + yynn1866 = 1 + for _, b := range yyq1866 { if b { - yynn1861++ + yynn1866++ } } - r.EncodeMapStart(yynn1861) - yynn1861 = 0 + r.EncodeMapStart(yynn1866) + yynn1866 = 0 } - if yyr1861 || yy2arr1861 { + if yyr1866 || yy2arr1866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1863 := z.EncBinary() - _ = yym1863 + yym1868 := z.EncBinary() + _ = yym1868 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -25170,15 +25225,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1864 := z.EncBinary() - _ = yym1864 + yym1869 := z.EncBinary() + _ = yym1869 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1861 || yy2arr1861 { + if yyr1866 || yy2arr1866 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25191,25 +25246,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1865 := z.DecBinary() - _ = yym1865 + yym1870 := z.DecBinary() + _ = yym1870 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1866 := r.ContainerType() - if yyct1866 == codecSelferValueTypeMap1234 { - yyl1866 := r.ReadMapStart() - if yyl1866 == 0 { + yyct1871 := r.ContainerType() + if yyct1871 == codecSelferValueTypeMap1234 { + yyl1871 := r.ReadMapStart() + if yyl1871 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1866, d) + x.codecDecodeSelfFromMap(yyl1871, d) } - } else if yyct1866 == codecSelferValueTypeArray1234 { - yyl1866 := r.ReadArrayStart() - if yyl1866 == 0 { + } else if yyct1871 == codecSelferValueTypeArray1234 { + yyl1871 := r.ReadArrayStart() + if yyl1871 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1866, d) + x.codecDecodeSelfFromArray(yyl1871, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25221,12 +25276,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1867Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1867Slc - var yyhl1867 bool = l >= 0 - for yyj1867 := 0; ; yyj1867++ { - if yyhl1867 { - if yyj1867 >= l { + var yys1872Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1872Slc + var yyhl1872 bool = l >= 0 + for yyj1872 := 0; ; yyj1872++ { + if yyhl1872 { + if yyj1872 >= l { break } } else { @@ -25235,26 +25290,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1867Slc = r.DecodeBytes(yys1867Slc, true, true) - yys1867 := string(yys1867Slc) + yys1872Slc = r.DecodeBytes(yys1872Slc, true, true) + yys1872 := string(yys1872Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1867 { + switch yys1872 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1868 := &x.MatchExpressions - yym1869 := z.DecBinary() - _ = yym1869 + yyv1873 := &x.MatchExpressions + yym1874 := z.DecBinary() + _ = yym1874 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1868), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1873), d) } } default: - z.DecStructFieldNotFound(-1, yys1867) - } // end switch yys1867 - } // end for yyj1867 + z.DecStructFieldNotFound(-1, yys1872) + } // end switch yys1872 + } // end for yyj1872 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25262,16 +25317,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1870 int - var yyb1870 bool - var yyhl1870 bool = l >= 0 - yyj1870++ - if yyhl1870 { - yyb1870 = yyj1870 > l + var yyj1875 int + var yyb1875 bool + var yyhl1875 bool = l >= 0 + yyj1875++ + if yyhl1875 { + yyb1875 = yyj1875 > l } else { - yyb1870 = r.CheckBreak() + yyb1875 = r.CheckBreak() } - if yyb1870 { + if yyb1875 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25279,26 +25334,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1871 := &x.MatchExpressions - yym1872 := z.DecBinary() - _ = yym1872 + yyv1876 := &x.MatchExpressions + yym1877 := z.DecBinary() + _ = yym1877 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1871), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1876), d) } } for { - yyj1870++ - if yyhl1870 { - yyb1870 = yyj1870 > l + yyj1875++ + if yyhl1875 { + yyb1875 = yyj1875 > l } else { - yyb1870 = r.CheckBreak() + yyb1875 = r.CheckBreak() } - if yyb1870 { + if yyb1875 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1870-1, "") + z.DecStructFieldNotFound(yyj1875-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25310,34 +25365,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1873 := z.EncBinary() - _ = yym1873 + yym1878 := z.EncBinary() + _ = yym1878 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1874 := !z.EncBinary() - yy2arr1874 := z.EncBasicHandle().StructToArray - var yyq1874 [3]bool - _, _, _ = yysep1874, yyq1874, yy2arr1874 - const yyr1874 bool = false - yyq1874[2] = len(x.Values) != 0 - var yynn1874 int - if yyr1874 || yy2arr1874 { + yysep1879 := !z.EncBinary() + yy2arr1879 := z.EncBasicHandle().StructToArray + var yyq1879 [3]bool + _, _, _ = yysep1879, yyq1879, yy2arr1879 + const yyr1879 bool = false + yyq1879[2] = len(x.Values) != 0 + var yynn1879 int + if yyr1879 || yy2arr1879 { r.EncodeArrayStart(3) } else { - yynn1874 = 2 - for _, b := range yyq1874 { + yynn1879 = 2 + for _, b := range yyq1879 { if b { - yynn1874++ + yynn1879++ } } - r.EncodeMapStart(yynn1874) - yynn1874 = 0 + r.EncodeMapStart(yynn1879) + yynn1879 = 0 } - if yyr1874 || yy2arr1874 { + if yyr1879 || yy2arr1879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1876 := z.EncBinary() - _ = yym1876 + yym1881 := z.EncBinary() + _ = yym1881 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -25346,14 +25401,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1877 := z.EncBinary() - _ = yym1877 + yym1882 := z.EncBinary() + _ = yym1882 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1874 || yy2arr1874 { + if yyr1879 || yy2arr1879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -25362,14 +25417,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1874 || yy2arr1874 { + if yyr1879 || yy2arr1879 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1874[2] { + if yyq1879[2] { if x.Values == nil { r.EncodeNil() } else { - yym1880 := z.EncBinary() - _ = yym1880 + yym1885 := z.EncBinary() + _ = yym1885 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -25379,15 +25434,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1874[2] { + if yyq1879[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1881 := z.EncBinary() - _ = yym1881 + yym1886 := z.EncBinary() + _ = yym1886 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -25395,7 +25450,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1874 || yy2arr1874 { + if yyr1879 || yy2arr1879 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25408,25 +25463,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1882 := z.DecBinary() - _ = yym1882 + yym1887 := z.DecBinary() + _ = yym1887 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1883 := r.ContainerType() - if yyct1883 == codecSelferValueTypeMap1234 { - yyl1883 := r.ReadMapStart() - if yyl1883 == 0 { + yyct1888 := r.ContainerType() + if yyct1888 == codecSelferValueTypeMap1234 { + yyl1888 := r.ReadMapStart() + if yyl1888 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1883, d) + x.codecDecodeSelfFromMap(yyl1888, d) } - } else if yyct1883 == codecSelferValueTypeArray1234 { - yyl1883 := r.ReadArrayStart() - if yyl1883 == 0 { + } else if yyct1888 == codecSelferValueTypeArray1234 { + yyl1888 := r.ReadArrayStart() + if yyl1888 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1883, d) + x.codecDecodeSelfFromArray(yyl1888, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25438,12 +25493,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1884Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1884Slc - var yyhl1884 bool = l >= 0 - for yyj1884 := 0; ; yyj1884++ { - if yyhl1884 { - if yyj1884 >= l { + var yys1889Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1889Slc + var yyhl1889 bool = l >= 0 + for yyj1889 := 0; ; yyj1889++ { + if yyhl1889 { + if yyj1889 >= l { break } } else { @@ -25452,10 +25507,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1884Slc = r.DecodeBytes(yys1884Slc, true, true) - yys1884 := string(yys1884Slc) + yys1889Slc = r.DecodeBytes(yys1889Slc, true, true) + yys1889 := string(yys1889Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1884 { + switch yys1889 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -25472,18 +25527,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1887 := &x.Values - yym1888 := z.DecBinary() - _ = yym1888 + yyv1892 := &x.Values + yym1893 := z.DecBinary() + _ = yym1893 if false { } else { - z.F.DecSliceStringX(yyv1887, false, d) + z.F.DecSliceStringX(yyv1892, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1884) - } // end switch yys1884 - } // end for yyj1884 + z.DecStructFieldNotFound(-1, yys1889) + } // end switch yys1889 + } // end for yyj1889 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25491,16 +25546,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1889 int - var yyb1889 bool - var yyhl1889 bool = l >= 0 - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + var yyj1894 int + var yyb1894 bool + var yyhl1894 bool = l >= 0 + yyj1894++ + if yyhl1894 { + yyb1894 = yyj1894 > l } else { - yyb1889 = r.CheckBreak() + yyb1894 = r.CheckBreak() } - if yyb1889 { + if yyb1894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25510,13 +25565,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + yyj1894++ + if yyhl1894 { + yyb1894 = yyj1894 > l } else { - yyb1889 = r.CheckBreak() + yyb1894 = r.CheckBreak() } - if yyb1889 { + if yyb1894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25526,13 +25581,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + yyj1894++ + if yyhl1894 { + yyb1894 = yyj1894 > l } else { - yyb1889 = r.CheckBreak() + yyb1894 = r.CheckBreak() } - if yyb1889 { + if yyb1894 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25540,26 +25595,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1892 := &x.Values - yym1893 := z.DecBinary() - _ = yym1893 + yyv1897 := &x.Values + yym1898 := z.DecBinary() + _ = yym1898 if false { } else { - z.F.DecSliceStringX(yyv1892, false, d) + z.F.DecSliceStringX(yyv1897, false, d) } } for { - yyj1889++ - if yyhl1889 { - yyb1889 = yyj1889 > l + yyj1894++ + if yyhl1894 { + yyb1894 = yyj1894 > l } else { - yyb1889 = r.CheckBreak() + yyb1894 = r.CheckBreak() } - if yyb1889 { + if yyb1894 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1889-1, "") + z.DecStructFieldNotFound(yyj1894-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25568,8 +25623,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1894 := z.EncBinary() - _ = yym1894 + yym1899 := z.EncBinary() + _ = yym1899 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -25581,8 +25636,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1895 := z.DecBinary() - _ = yym1895 + yym1900 := z.DecBinary() + _ = yym1900 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -25597,35 +25652,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1896 := z.EncBinary() - _ = yym1896 + yym1901 := z.EncBinary() + _ = yym1901 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1897 := !z.EncBinary() - yy2arr1897 := z.EncBasicHandle().StructToArray - var yyq1897 [3]bool - _, _, _ = yysep1897, yyq1897, yy2arr1897 - const yyr1897 bool = false - yyq1897[0] = x.NodeAffinity != nil - yyq1897[1] = x.PodAffinity != nil - yyq1897[2] = x.PodAntiAffinity != nil - var yynn1897 int - if yyr1897 || yy2arr1897 { + yysep1902 := !z.EncBinary() + yy2arr1902 := z.EncBasicHandle().StructToArray + var yyq1902 [3]bool + _, _, _ = yysep1902, yyq1902, yy2arr1902 + const yyr1902 bool = false + yyq1902[0] = x.NodeAffinity != nil + yyq1902[1] = x.PodAffinity != nil + yyq1902[2] = x.PodAntiAffinity != nil + var yynn1902 int + if yyr1902 || yy2arr1902 { r.EncodeArrayStart(3) } else { - yynn1897 = 0 - for _, b := range yyq1897 { + yynn1902 = 0 + for _, b := range yyq1902 { if b { - yynn1897++ + yynn1902++ } } - r.EncodeMapStart(yynn1897) - yynn1897 = 0 + r.EncodeMapStart(yynn1902) + yynn1902 = 0 } - if yyr1897 || yy2arr1897 { + if yyr1902 || yy2arr1902 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1897[0] { + if yyq1902[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -25635,7 +25690,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1897[0] { + if yyq1902[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25646,9 +25701,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1897 || yy2arr1897 { + if yyr1902 || yy2arr1902 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1897[1] { + if yyq1902[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -25658,7 +25713,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1897[1] { + if yyq1902[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25669,9 +25724,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1897 || yy2arr1897 { + if yyr1902 || yy2arr1902 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1897[2] { + if yyq1902[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -25681,7 +25736,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1897[2] { + if yyq1902[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -25692,7 +25747,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1897 || yy2arr1897 { + if yyr1902 || yy2arr1902 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25705,25 +25760,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1901 := z.DecBinary() - _ = yym1901 + yym1906 := z.DecBinary() + _ = yym1906 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1902 := r.ContainerType() - if yyct1902 == codecSelferValueTypeMap1234 { - yyl1902 := r.ReadMapStart() - if yyl1902 == 0 { + yyct1907 := r.ContainerType() + if yyct1907 == codecSelferValueTypeMap1234 { + yyl1907 := r.ReadMapStart() + if yyl1907 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1902, d) + x.codecDecodeSelfFromMap(yyl1907, d) } - } else if yyct1902 == codecSelferValueTypeArray1234 { - yyl1902 := r.ReadArrayStart() - if yyl1902 == 0 { + } else if yyct1907 == codecSelferValueTypeArray1234 { + yyl1907 := r.ReadArrayStart() + if yyl1907 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1902, d) + x.codecDecodeSelfFromArray(yyl1907, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25735,12 +25790,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1903Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1903Slc - var yyhl1903 bool = l >= 0 - for yyj1903 := 0; ; yyj1903++ { - if yyhl1903 { - if yyj1903 >= l { + var yys1908Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1908Slc + var yyhl1908 bool = l >= 0 + for yyj1908 := 0; ; yyj1908++ { + if yyhl1908 { + if yyj1908 >= l { break } } else { @@ -25749,10 +25804,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1903Slc = r.DecodeBytes(yys1903Slc, true, true) - yys1903 := string(yys1903Slc) + yys1908Slc = r.DecodeBytes(yys1908Slc, true, true) + yys1908 := string(yys1908Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1903 { + switch yys1908 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -25787,9 +25842,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1903) - } // end switch yys1903 - } // end for yyj1903 + z.DecStructFieldNotFound(-1, yys1908) + } // end switch yys1908 + } // end for yyj1908 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25797,16 +25852,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1907 int - var yyb1907 bool - var yyhl1907 bool = l >= 0 - yyj1907++ - if yyhl1907 { - yyb1907 = yyj1907 > l + var yyj1912 int + var yyb1912 bool + var yyhl1912 bool = l >= 0 + yyj1912++ + if yyhl1912 { + yyb1912 = yyj1912 > l } else { - yyb1907 = r.CheckBreak() + yyb1912 = r.CheckBreak() } - if yyb1907 { + if yyb1912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25821,13 +25876,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1907++ - if yyhl1907 { - yyb1907 = yyj1907 > l + yyj1912++ + if yyhl1912 { + yyb1912 = yyj1912 > l } else { - yyb1907 = r.CheckBreak() + yyb1912 = r.CheckBreak() } - if yyb1907 { + if yyb1912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25842,13 +25897,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1907++ - if yyhl1907 { - yyb1907 = yyj1907 > l + yyj1912++ + if yyhl1912 { + yyb1912 = yyj1912 > l } else { - yyb1907 = r.CheckBreak() + yyb1912 = r.CheckBreak() } - if yyb1907 { + if yyb1912 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25864,17 +25919,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1907++ - if yyhl1907 { - yyb1907 = yyj1907 > l + yyj1912++ + if yyhl1912 { + yyb1912 = yyj1912 > l } else { - yyb1907 = r.CheckBreak() + yyb1912 = r.CheckBreak() } - if yyb1907 { + if yyb1912 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1907-1, "") + z.DecStructFieldNotFound(yyj1912-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25886,39 +25941,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1911 := z.EncBinary() - _ = yym1911 + yym1916 := z.EncBinary() + _ = yym1916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1912 := !z.EncBinary() - yy2arr1912 := z.EncBasicHandle().StructToArray - var yyq1912 [2]bool - _, _, _ = yysep1912, yyq1912, yy2arr1912 - const yyr1912 bool = false - yyq1912[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1912[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1912 int - if yyr1912 || yy2arr1912 { + yysep1917 := !z.EncBinary() + yy2arr1917 := z.EncBasicHandle().StructToArray + var yyq1917 [2]bool + _, _, _ = yysep1917, yyq1917, yy2arr1917 + const yyr1917 bool = false + yyq1917[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1917[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1917 int + if yyr1917 || yy2arr1917 { r.EncodeArrayStart(2) } else { - yynn1912 = 0 - for _, b := range yyq1912 { + yynn1917 = 0 + for _, b := range yyq1917 { if b { - yynn1912++ + yynn1917++ } } - r.EncodeMapStart(yynn1912) - yynn1912 = 0 + r.EncodeMapStart(yynn1917) + yynn1917 = 0 } - if yyr1912 || yy2arr1912 { + if yyr1917 || yy2arr1917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1912[0] { + if yyq1917[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1914 := z.EncBinary() - _ = yym1914 + yym1919 := z.EncBinary() + _ = yym1919 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25928,15 +25983,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1912[0] { + if yyq1917[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1915 := z.EncBinary() - _ = yym1915 + yym1920 := z.EncBinary() + _ = yym1920 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25944,14 +25999,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1912 || yy2arr1912 { + if yyr1917 || yy2arr1917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1912[1] { + if yyq1917[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1917 := z.EncBinary() - _ = yym1917 + yym1922 := z.EncBinary() + _ = yym1922 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25961,15 +26016,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1912[1] { + if yyq1917[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1918 := z.EncBinary() - _ = yym1918 + yym1923 := z.EncBinary() + _ = yym1923 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25977,7 +26032,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1912 || yy2arr1912 { + if yyr1917 || yy2arr1917 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25990,25 +26045,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1919 := z.DecBinary() - _ = yym1919 + yym1924 := z.DecBinary() + _ = yym1924 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1920 := r.ContainerType() - if yyct1920 == codecSelferValueTypeMap1234 { - yyl1920 := r.ReadMapStart() - if yyl1920 == 0 { + yyct1925 := r.ContainerType() + if yyct1925 == codecSelferValueTypeMap1234 { + yyl1925 := r.ReadMapStart() + if yyl1925 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1920, d) + x.codecDecodeSelfFromMap(yyl1925, d) } - } else if yyct1920 == codecSelferValueTypeArray1234 { - yyl1920 := r.ReadArrayStart() - if yyl1920 == 0 { + } else if yyct1925 == codecSelferValueTypeArray1234 { + yyl1925 := r.ReadArrayStart() + if yyl1925 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1920, d) + x.codecDecodeSelfFromArray(yyl1925, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26020,12 +26075,12 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1921Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1921Slc - var yyhl1921 bool = l >= 0 - for yyj1921 := 0; ; yyj1921++ { - if yyhl1921 { - if yyj1921 >= l { + var yys1926Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1926Slc + var yyhl1926 bool = l >= 0 + for yyj1926 := 0; ; yyj1926++ { + if yyhl1926 { + if yyj1926 >= l { break } } else { @@ -26034,38 +26089,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1921Slc = r.DecodeBytes(yys1921Slc, true, true) - yys1921 := string(yys1921Slc) + yys1926Slc = r.DecodeBytes(yys1926Slc, true, true) + yys1926 := string(yys1926Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1921 { + switch yys1926 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1922 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1923 := z.DecBinary() - _ = yym1923 + yyv1927 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1928 := z.DecBinary() + _ = yym1928 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1922), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1927), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1924 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1925 := z.DecBinary() - _ = yym1925 + yyv1929 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1930 := z.DecBinary() + _ = yym1930 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1924), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1929), d) } } default: - z.DecStructFieldNotFound(-1, yys1921) - } // end switch yys1921 - } // end for yyj1921 + z.DecStructFieldNotFound(-1, yys1926) + } // end switch yys1926 + } // end for yyj1926 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26073,16 +26128,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1926 int - var yyb1926 bool - var yyhl1926 bool = l >= 0 - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + var yyj1931 int + var yyb1931 bool + var yyhl1931 bool = l >= 0 + yyj1931++ + if yyhl1931 { + yyb1931 = yyj1931 > l } else { - yyb1926 = r.CheckBreak() + yyb1931 = r.CheckBreak() } - if yyb1926 { + if yyb1931 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26090,21 +26145,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1927 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1928 := z.DecBinary() - _ = yym1928 + yyv1932 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1933 := z.DecBinary() + _ = yym1933 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1927), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1932), d) } } - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1931++ + if yyhl1931 { + yyb1931 = yyj1931 > l } else { - yyb1926 = r.CheckBreak() + yyb1931 = r.CheckBreak() } - if yyb1926 { + if yyb1931 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26112,26 +26167,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1929 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1930 := z.DecBinary() - _ = yym1930 + yyv1934 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1935 := z.DecBinary() + _ = yym1935 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1929), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1934), d) } } for { - yyj1926++ - if yyhl1926 { - yyb1926 = yyj1926 > l + yyj1931++ + if yyhl1931 { + yyb1931 = yyj1931 > l } else { - yyb1926 = r.CheckBreak() + yyb1931 = r.CheckBreak() } - if yyb1926 { + if yyb1931 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1926-1, "") + z.DecStructFieldNotFound(yyj1931-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26143,39 +26198,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1931 := z.EncBinary() - _ = yym1931 + yym1936 := z.EncBinary() + _ = yym1936 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1932 := !z.EncBinary() - yy2arr1932 := z.EncBasicHandle().StructToArray - var yyq1932 [2]bool - _, _, _ = yysep1932, yyq1932, yy2arr1932 - const yyr1932 bool = false - yyq1932[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1932[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1932 int - if yyr1932 || yy2arr1932 { + yysep1937 := !z.EncBinary() + yy2arr1937 := z.EncBasicHandle().StructToArray + var yyq1937 [2]bool + _, _, _ = yysep1937, yyq1937, yy2arr1937 + const yyr1937 bool = false + yyq1937[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1937[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1937 int + if yyr1937 || yy2arr1937 { r.EncodeArrayStart(2) } else { - yynn1932 = 0 - for _, b := range yyq1932 { + yynn1937 = 0 + for _, b := range yyq1937 { if b { - yynn1932++ + yynn1937++ } } - r.EncodeMapStart(yynn1932) - yynn1932 = 0 + r.EncodeMapStart(yynn1937) + yynn1937 = 0 } - if yyr1932 || yy2arr1932 { + if yyr1937 || yy2arr1937 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1932[0] { + if yyq1937[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1934 := z.EncBinary() - _ = yym1934 + yym1939 := z.EncBinary() + _ = yym1939 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -26185,15 +26240,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1932[0] { + if yyq1937[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1935 := z.EncBinary() - _ = yym1935 + yym1940 := z.EncBinary() + _ = yym1940 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -26201,14 +26256,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1932 || yy2arr1932 { + if yyr1937 || yy2arr1937 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1932[1] { + if yyq1937[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1937 := z.EncBinary() - _ = yym1937 + yym1942 := z.EncBinary() + _ = yym1942 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26218,15 +26273,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1932[1] { + if yyq1937[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1938 := z.EncBinary() - _ = yym1938 + yym1943 := z.EncBinary() + _ = yym1943 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26234,7 +26289,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1932 || yy2arr1932 { + if yyr1937 || yy2arr1937 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26247,25 +26302,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1939 := z.DecBinary() - _ = yym1939 + yym1944 := z.DecBinary() + _ = yym1944 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1940 := r.ContainerType() - if yyct1940 == codecSelferValueTypeMap1234 { - yyl1940 := r.ReadMapStart() - if yyl1940 == 0 { + yyct1945 := r.ContainerType() + if yyct1945 == codecSelferValueTypeMap1234 { + yyl1945 := r.ReadMapStart() + if yyl1945 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1940, d) + x.codecDecodeSelfFromMap(yyl1945, d) } - } else if yyct1940 == codecSelferValueTypeArray1234 { - yyl1940 := r.ReadArrayStart() - if yyl1940 == 0 { + } else if yyct1945 == codecSelferValueTypeArray1234 { + yyl1945 := r.ReadArrayStart() + if yyl1945 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1940, d) + x.codecDecodeSelfFromArray(yyl1945, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26277,12 +26332,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1941Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1941Slc - var yyhl1941 bool = l >= 0 - for yyj1941 := 0; ; yyj1941++ { - if yyhl1941 { - if yyj1941 >= l { + var yys1946Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1946Slc + var yyhl1946 bool = l >= 0 + for yyj1946 := 0; ; yyj1946++ { + if yyhl1946 { + if yyj1946 >= l { break } } else { @@ -26291,38 +26346,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1941Slc = r.DecodeBytes(yys1941Slc, true, true) - yys1941 := string(yys1941Slc) + yys1946Slc = r.DecodeBytes(yys1946Slc, true, true) + yys1946 := string(yys1946Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1941 { + switch yys1946 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1942 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1943 := z.DecBinary() - _ = yym1943 + yyv1947 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1948 := z.DecBinary() + _ = yym1948 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1942), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1947), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1944 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1945 := z.DecBinary() - _ = yym1945 + yyv1949 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1950 := z.DecBinary() + _ = yym1950 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1944), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1949), d) } } default: - z.DecStructFieldNotFound(-1, yys1941) - } // end switch yys1941 - } // end for yyj1941 + z.DecStructFieldNotFound(-1, yys1946) + } // end switch yys1946 + } // end for yyj1946 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26330,16 +26385,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1946 int - var yyb1946 bool - var yyhl1946 bool = l >= 0 - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + var yyj1951 int + var yyb1951 bool + var yyhl1951 bool = l >= 0 + yyj1951++ + if yyhl1951 { + yyb1951 = yyj1951 > l } else { - yyb1946 = r.CheckBreak() + yyb1951 = r.CheckBreak() } - if yyb1946 { + if yyb1951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26347,21 +26402,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1947 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1948 := z.DecBinary() - _ = yym1948 + yyv1952 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1953 := z.DecBinary() + _ = yym1953 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1947), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1952), d) } } - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + yyj1951++ + if yyhl1951 { + yyb1951 = yyj1951 > l } else { - yyb1946 = r.CheckBreak() + yyb1951 = r.CheckBreak() } - if yyb1946 { + if yyb1951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26369,26 +26424,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1949 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1950 := z.DecBinary() - _ = yym1950 + yyv1954 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1955 := z.DecBinary() + _ = yym1955 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1949), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1954), d) } } for { - yyj1946++ - if yyhl1946 { - yyb1946 = yyj1946 > l + yyj1951++ + if yyhl1951 { + yyb1951 = yyj1951 > l } else { - yyb1946 = r.CheckBreak() + yyb1951 = r.CheckBreak() } - if yyb1946 { + if yyb1951 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1946-1, "") + z.DecStructFieldNotFound(yyj1951-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26400,33 +26455,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1951 := z.EncBinary() - _ = yym1951 + yym1956 := z.EncBinary() + _ = yym1956 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1952 := !z.EncBinary() - yy2arr1952 := z.EncBasicHandle().StructToArray - var yyq1952 [2]bool - _, _, _ = yysep1952, yyq1952, yy2arr1952 - const yyr1952 bool = false - var yynn1952 int - if yyr1952 || yy2arr1952 { + yysep1957 := !z.EncBinary() + yy2arr1957 := z.EncBasicHandle().StructToArray + var yyq1957 [2]bool + _, _, _ = yysep1957, yyq1957, yy2arr1957 + const yyr1957 bool = false + var yynn1957 int + if yyr1957 || yy2arr1957 { r.EncodeArrayStart(2) } else { - yynn1952 = 2 - for _, b := range yyq1952 { + yynn1957 = 2 + for _, b := range yyq1957 { if b { - yynn1952++ + yynn1957++ } } - r.EncodeMapStart(yynn1952) - yynn1952 = 0 + r.EncodeMapStart(yynn1957) + yynn1957 = 0 } - if yyr1952 || yy2arr1952 { + if yyr1957 || yy2arr1957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1954 := z.EncBinary() - _ = yym1954 + yym1959 := z.EncBinary() + _ = yym1959 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -26435,25 +26490,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1955 := z.EncBinary() - _ = yym1955 + yym1960 := z.EncBinary() + _ = yym1960 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1952 || yy2arr1952 { + if yyr1957 || yy2arr1957 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1957 := &x.PodAffinityTerm - yy1957.CodecEncodeSelf(e) + yy1962 := &x.PodAffinityTerm + yy1962.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1958 := &x.PodAffinityTerm - yy1958.CodecEncodeSelf(e) + yy1963 := &x.PodAffinityTerm + yy1963.CodecEncodeSelf(e) } - if yyr1952 || yy2arr1952 { + if yyr1957 || yy2arr1957 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26466,25 +26521,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1959 := z.DecBinary() - _ = yym1959 + yym1964 := z.DecBinary() + _ = yym1964 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1960 := r.ContainerType() - if yyct1960 == codecSelferValueTypeMap1234 { - yyl1960 := r.ReadMapStart() - if yyl1960 == 0 { + yyct1965 := r.ContainerType() + if yyct1965 == codecSelferValueTypeMap1234 { + yyl1965 := r.ReadMapStart() + if yyl1965 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1960, d) + x.codecDecodeSelfFromMap(yyl1965, d) } - } else if yyct1960 == codecSelferValueTypeArray1234 { - yyl1960 := r.ReadArrayStart() - if yyl1960 == 0 { + } else if yyct1965 == codecSelferValueTypeArray1234 { + yyl1965 := r.ReadArrayStart() + if yyl1965 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1960, d) + x.codecDecodeSelfFromArray(yyl1965, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26496,12 +26551,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1961Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1961Slc - var yyhl1961 bool = l >= 0 - for yyj1961 := 0; ; yyj1961++ { - if yyhl1961 { - if yyj1961 >= l { + var yys1966Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1966Slc + var yyhl1966 bool = l >= 0 + for yyj1966 := 0; ; yyj1966++ { + if yyhl1966 { + if yyj1966 >= l { break } } else { @@ -26510,10 +26565,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1961Slc = r.DecodeBytes(yys1961Slc, true, true) - yys1961 := string(yys1961Slc) + yys1966Slc = r.DecodeBytes(yys1966Slc, true, true) + yys1966 := string(yys1966Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1961 { + switch yys1966 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -26524,13 +26579,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1963 := &x.PodAffinityTerm - yyv1963.CodecDecodeSelf(d) + yyv1968 := &x.PodAffinityTerm + yyv1968.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1961) - } // end switch yys1961 - } // end for yyj1961 + z.DecStructFieldNotFound(-1, yys1966) + } // end switch yys1966 + } // end for yyj1966 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26538,16 +26593,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1964 int - var yyb1964 bool - var yyhl1964 bool = l >= 0 - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + var yyj1969 int + var yyb1969 bool + var yyhl1969 bool = l >= 0 + yyj1969++ + if yyhl1969 { + yyb1969 = yyj1969 > l } else { - yyb1964 = r.CheckBreak() + yyb1969 = r.CheckBreak() } - if yyb1964 { + if yyb1969 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26557,13 +26612,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int(r.DecodeInt(codecSelferBitsize1234)) } - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + yyj1969++ + if yyhl1969 { + yyb1969 = yyj1969 > l } else { - yyb1964 = r.CheckBreak() + yyb1969 = r.CheckBreak() } - if yyb1964 { + if yyb1969 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26571,21 +26626,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1966 := &x.PodAffinityTerm - yyv1966.CodecDecodeSelf(d) + yyv1971 := &x.PodAffinityTerm + yyv1971.CodecDecodeSelf(d) } for { - yyj1964++ - if yyhl1964 { - yyb1964 = yyj1964 > l + yyj1969++ + if yyhl1969 { + yyb1969 = yyj1969 > l } else { - yyb1964 = r.CheckBreak() + yyb1969 = r.CheckBreak() } - if yyb1964 { + if yyb1969 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1964-1, "") + z.DecStructFieldNotFound(yyj1969-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26597,39 +26652,39 @@ func (x *PodAffinityTerm) 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 [3]bool - _, _, _ = yysep1968, yyq1968, yy2arr1968 - const yyr1968 bool = false - yyq1968[0] = x.LabelSelector != nil - yyq1968[2] = x.TopologyKey != "" - var yynn1968 int - if yyr1968 || yy2arr1968 { + yysep1973 := !z.EncBinary() + yy2arr1973 := z.EncBasicHandle().StructToArray + var yyq1973 [3]bool + _, _, _ = yysep1973, yyq1973, yy2arr1973 + const yyr1973 bool = false + yyq1973[0] = x.LabelSelector != nil + yyq1973[2] = x.TopologyKey != "" + var yynn1973 int + if yyr1973 || yy2arr1973 { r.EncodeArrayStart(3) } 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] { + if yyq1973[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1970 := z.EncBinary() - _ = yym1970 + yym1975 := z.EncBinary() + _ = yym1975 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -26640,15 +26695,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1968[0] { + if yyq1973[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1971 := z.EncBinary() - _ = yym1971 + yym1976 := z.EncBinary() + _ = yym1976 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -26657,13 +26712,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1973 := z.EncBinary() - _ = yym1973 + yym1978 := z.EncBinary() + _ = yym1978 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -26676,19 +26731,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1974 := z.EncBinary() - _ = yym1974 + yym1979 := z.EncBinary() + _ = yym1979 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1968[2] { - yym1976 := z.EncBinary() - _ = yym1976 + if yyq1973[2] { + yym1981 := z.EncBinary() + _ = yym1981 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -26697,19 +26752,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1968[2] { + if yyq1973[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1977 := z.EncBinary() - _ = yym1977 + yym1982 := z.EncBinary() + _ = yym1982 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1968 || yy2arr1968 { + if yyr1973 || yy2arr1973 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26722,25 +26777,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1978 := z.DecBinary() - _ = yym1978 + yym1983 := z.DecBinary() + _ = yym1983 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1979 := r.ContainerType() - if yyct1979 == codecSelferValueTypeMap1234 { - yyl1979 := r.ReadMapStart() - if yyl1979 == 0 { + yyct1984 := r.ContainerType() + if yyct1984 == codecSelferValueTypeMap1234 { + yyl1984 := r.ReadMapStart() + if yyl1984 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1979, d) + x.codecDecodeSelfFromMap(yyl1984, d) } - } else if yyct1979 == codecSelferValueTypeArray1234 { - yyl1979 := r.ReadArrayStart() - if yyl1979 == 0 { + } else if yyct1984 == codecSelferValueTypeArray1234 { + yyl1984 := r.ReadArrayStart() + if yyl1984 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1979, d) + x.codecDecodeSelfFromArray(yyl1984, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26752,12 +26807,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1980Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1980Slc - var yyhl1980 bool = l >= 0 - for yyj1980 := 0; ; yyj1980++ { - if yyhl1980 { - if yyj1980 >= l { + var yys1985Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1985Slc + var yyhl1985 bool = l >= 0 + for yyj1985 := 0; ; yyj1985++ { + if yyhl1985 { + if yyj1985 >= l { break } } else { @@ -26766,10 +26821,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1980Slc = r.DecodeBytes(yys1980Slc, true, true) - yys1980 := string(yys1980Slc) + yys1985Slc = r.DecodeBytes(yys1985Slc, true, true) + yys1985 := string(yys1985Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1980 { + switch yys1985 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -26779,8 +26834,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1982 := z.DecBinary() - _ = yym1982 + yym1987 := z.DecBinary() + _ = yym1987 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -26791,12 +26846,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1983 := &x.Namespaces - yym1984 := z.DecBinary() - _ = yym1984 + yyv1988 := &x.Namespaces + yym1989 := z.DecBinary() + _ = yym1989 if false { } else { - z.F.DecSliceStringX(yyv1983, false, d) + z.F.DecSliceStringX(yyv1988, false, d) } } case "topologyKey": @@ -26806,9 +26861,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1980) - } // end switch yys1980 - } // end for yyj1980 + z.DecStructFieldNotFound(-1, yys1985) + } // end switch yys1985 + } // end for yyj1985 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26816,16 +26871,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1986 int - var yyb1986 bool - var yyhl1986 bool = l >= 0 - yyj1986++ - if yyhl1986 { - yyb1986 = yyj1986 > l + var yyj1991 int + var yyb1991 bool + var yyhl1991 bool = l >= 0 + yyj1991++ + if yyhl1991 { + yyb1991 = yyj1991 > l } else { - yyb1986 = r.CheckBreak() + yyb1991 = r.CheckBreak() } - if yyb1986 { + if yyb1991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26838,21 +26893,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1988 := z.DecBinary() - _ = yym1988 + yym1993 := z.DecBinary() + _ = yym1993 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1986++ - if yyhl1986 { - yyb1986 = yyj1986 > l + yyj1991++ + if yyhl1991 { + yyb1991 = yyj1991 > l } else { - yyb1986 = r.CheckBreak() + yyb1991 = r.CheckBreak() } - if yyb1986 { + if yyb1991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26860,21 +26915,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1989 := &x.Namespaces - yym1990 := z.DecBinary() - _ = yym1990 + yyv1994 := &x.Namespaces + yym1995 := z.DecBinary() + _ = yym1995 if false { } else { - z.F.DecSliceStringX(yyv1989, false, d) + z.F.DecSliceStringX(yyv1994, false, d) } } - yyj1986++ - if yyhl1986 { - yyb1986 = yyj1986 > l + yyj1991++ + if yyhl1991 { + yyb1991 = yyj1991 > l } else { - yyb1986 = r.CheckBreak() + yyb1991 = r.CheckBreak() } - if yyb1986 { + if yyb1991 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26885,17 +26940,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1986++ - if yyhl1986 { - yyb1986 = yyj1986 > l + yyj1991++ + if yyhl1991 { + yyb1991 = yyj1991 > l } else { - yyb1986 = r.CheckBreak() + yyb1991 = r.CheckBreak() } - if yyb1986 { + if yyb1991 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1986-1, "") + z.DecStructFieldNotFound(yyj1991-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26907,34 +26962,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1992 := z.EncBinary() - _ = yym1992 + yym1997 := z.EncBinary() + _ = yym1997 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1993 := !z.EncBinary() - yy2arr1993 := z.EncBasicHandle().StructToArray - var yyq1993 [2]bool - _, _, _ = yysep1993, yyq1993, yy2arr1993 - const yyr1993 bool = false - yyq1993[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1993[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1993 int - if yyr1993 || yy2arr1993 { + yysep1998 := !z.EncBinary() + yy2arr1998 := z.EncBasicHandle().StructToArray + var yyq1998 [2]bool + _, _, _ = yysep1998, yyq1998, yy2arr1998 + const yyr1998 bool = false + yyq1998[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq1998[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1998 int + if yyr1998 || yy2arr1998 { r.EncodeArrayStart(2) } else { - yynn1993 = 0 - for _, b := range yyq1993 { + yynn1998 = 0 + for _, b := range yyq1998 { if b { - yynn1993++ + yynn1998++ } } - r.EncodeMapStart(yynn1993) - yynn1993 = 0 + r.EncodeMapStart(yynn1998) + yynn1998 = 0 } - if yyr1993 || yy2arr1993 { + if yyr1998 || yy2arr1998 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1993[0] { + if yyq1998[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -26944,7 +26999,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1993[0] { + if yyq1998[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -26955,14 +27010,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1993 || yy2arr1993 { + if yyr1998 || yy2arr1998 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1993[1] { + if yyq1998[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1996 := z.EncBinary() - _ = yym1996 + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26972,15 +27027,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1993[1] { + if yyq1998[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1997 := z.EncBinary() - _ = yym1997 + yym2002 := z.EncBinary() + _ = yym2002 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26988,7 +27043,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1993 || yy2arr1993 { + if yyr1998 || yy2arr1998 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27001,25 +27056,25 @@ func (x *NodeAffinity) 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) @@ -27031,12 +27086,12 @@ func (x *NodeAffinity) 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 { @@ -27045,10 +27100,10 @@ func (x *NodeAffinity) 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 "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -27064,18 +27119,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv2002 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym2003 := z.DecBinary() - _ = yym2003 + yyv2007 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym2008 := z.DecBinary() + _ = yym2008 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2002), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2007), 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) } @@ -27083,16 +27138,16 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2004 int - var yyb2004 bool - var yyhl2004 bool = l >= 0 - yyj2004++ - if yyhl2004 { - yyb2004 = yyj2004 > l + var yyj2009 int + var yyb2009 bool + var yyhl2009 bool = l >= 0 + yyj2009++ + if yyhl2009 { + yyb2009 = yyj2009 > l } else { - yyb2004 = r.CheckBreak() + yyb2009 = r.CheckBreak() } - if yyb2004 { + if yyb2009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27107,13 +27162,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj2004++ - if yyhl2004 { - yyb2004 = yyj2004 > l + yyj2009++ + if yyhl2009 { + yyb2009 = yyj2009 > l } else { - yyb2004 = r.CheckBreak() + yyb2009 = r.CheckBreak() } - if yyb2004 { + if yyb2009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27121,26 +27176,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv2006 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym2007 := z.DecBinary() - _ = yym2007 + yyv2011 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym2012 := z.DecBinary() + _ = yym2012 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2006), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv2011), d) } } for { - yyj2004++ - if yyhl2004 { - yyb2004 = yyj2004 > l + yyj2009++ + if yyhl2009 { + yyb2009 = yyj2009 > l } else { - yyb2004 = r.CheckBreak() + yyb2009 = r.CheckBreak() } - if yyb2004 { + if yyb2009 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2004-1, "") + z.DecStructFieldNotFound(yyj2009-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27152,33 +27207,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2008 := z.EncBinary() - _ = yym2008 + yym2013 := z.EncBinary() + _ = yym2013 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2009 := !z.EncBinary() - yy2arr2009 := z.EncBasicHandle().StructToArray - var yyq2009 [2]bool - _, _, _ = yysep2009, yyq2009, yy2arr2009 - const yyr2009 bool = false - var yynn2009 int - if yyr2009 || yy2arr2009 { + yysep2014 := !z.EncBinary() + yy2arr2014 := z.EncBasicHandle().StructToArray + var yyq2014 [2]bool + _, _, _ = yysep2014, yyq2014, yy2arr2014 + const yyr2014 bool = false + var yynn2014 int + if yyr2014 || yy2arr2014 { r.EncodeArrayStart(2) } else { - yynn2009 = 2 - for _, b := range yyq2009 { + yynn2014 = 2 + for _, b := range yyq2014 { if b { - yynn2009++ + yynn2014++ } } - r.EncodeMapStart(yynn2009) - yynn2009 = 0 + r.EncodeMapStart(yynn2014) + yynn2014 = 0 } - if yyr2009 || yy2arr2009 { + if yyr2014 || yy2arr2014 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2011 := z.EncBinary() - _ = yym2011 + yym2016 := z.EncBinary() + _ = yym2016 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -27187,25 +27242,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2012 := z.EncBinary() - _ = yym2012 + yym2017 := z.EncBinary() + _ = yym2017 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr2009 || yy2arr2009 { + if yyr2014 || yy2arr2014 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2014 := &x.Preference - yy2014.CodecEncodeSelf(e) + yy2019 := &x.Preference + yy2019.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2015 := &x.Preference - yy2015.CodecEncodeSelf(e) + yy2020 := &x.Preference + yy2020.CodecEncodeSelf(e) } - if yyr2009 || yy2arr2009 { + if yyr2014 || yy2arr2014 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27218,25 +27273,25 @@ func (x *PreferredSchedulingTerm) 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) @@ -27248,12 +27303,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec 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 { @@ -27262,10 +27317,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } 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 "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -27276,13 +27331,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv2020 := &x.Preference - yyv2020.CodecDecodeSelf(d) + yyv2025 := &x.Preference + yyv2025.CodecDecodeSelf(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) } @@ -27290,16 +27345,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2021 int - var yyb2021 bool - var yyhl2021 bool = l >= 0 - yyj2021++ - if yyhl2021 { - yyb2021 = yyj2021 > l + var yyj2026 int + var yyb2026 bool + var yyhl2026 bool = l >= 0 + yyj2026++ + if yyhl2026 { + yyb2026 = yyj2026 > l } else { - yyb2021 = r.CheckBreak() + yyb2026 = r.CheckBreak() } - if yyb2021 { + if yyb2026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27309,13 +27364,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj2021++ - if yyhl2021 { - yyb2021 = yyj2021 > l + yyj2026++ + if yyhl2026 { + yyb2026 = yyj2026 > l } else { - yyb2021 = r.CheckBreak() + yyb2026 = r.CheckBreak() } - if yyb2021 { + if yyb2026 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27323,21 +27378,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv2023 := &x.Preference - yyv2023.CodecDecodeSelf(d) + yyv2028 := &x.Preference + yyv2028.CodecDecodeSelf(d) } for { - yyj2021++ - if yyhl2021 { - yyb2021 = yyj2021 > l + yyj2026++ + if yyhl2026 { + yyb2026 = yyj2026 > l } else { - yyb2021 = r.CheckBreak() + yyb2026 = r.CheckBreak() } - if yyb2021 { + if yyb2026 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2021-1, "") + z.DecStructFieldNotFound(yyj2026-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27349,34 +27404,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2024 := z.EncBinary() - _ = yym2024 + yym2029 := z.EncBinary() + _ = yym2029 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2025 := !z.EncBinary() - yy2arr2025 := z.EncBasicHandle().StructToArray - var yyq2025 [3]bool - _, _, _ = yysep2025, yyq2025, yy2arr2025 - const yyr2025 bool = false - yyq2025[1] = x.Value != "" - var yynn2025 int - if yyr2025 || yy2arr2025 { + yysep2030 := !z.EncBinary() + yy2arr2030 := z.EncBasicHandle().StructToArray + var yyq2030 [3]bool + _, _, _ = yysep2030, yyq2030, yy2arr2030 + const yyr2030 bool = false + yyq2030[1] = x.Value != "" + var yynn2030 int + if yyr2030 || yy2arr2030 { r.EncodeArrayStart(3) } else { - yynn2025 = 2 - for _, b := range yyq2025 { + yynn2030 = 2 + for _, b := range yyq2030 { if b { - yynn2025++ + yynn2030++ } } - r.EncodeMapStart(yynn2025) - yynn2025 = 0 + r.EncodeMapStart(yynn2030) + yynn2030 = 0 } - if yyr2025 || yy2arr2025 { + if yyr2030 || yy2arr2030 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2027 := z.EncBinary() - _ = yym2027 + yym2032 := z.EncBinary() + _ = yym2032 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -27385,18 +27440,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2028 := z.EncBinary() - _ = yym2028 + yym2033 := z.EncBinary() + _ = yym2033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr2025 || yy2arr2025 { + if yyr2030 || yy2arr2030 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2025[1] { - yym2030 := z.EncBinary() - _ = yym2030 + if yyq2030[1] { + yym2035 := z.EncBinary() + _ = yym2035 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -27405,19 +27460,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2025[1] { + if yyq2030[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2031 := z.EncBinary() - _ = yym2031 + yym2036 := z.EncBinary() + _ = yym2036 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr2025 || yy2arr2025 { + if yyr2030 || yy2arr2030 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -27426,7 +27481,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr2025 || yy2arr2025 { + if yyr2030 || yy2arr2030 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27439,25 +27494,25 @@ func (x *Taint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2033 := z.DecBinary() - _ = yym2033 + yym2038 := z.DecBinary() + _ = yym2038 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2034 := r.ContainerType() - if yyct2034 == codecSelferValueTypeMap1234 { - yyl2034 := r.ReadMapStart() - if yyl2034 == 0 { + yyct2039 := r.ContainerType() + if yyct2039 == codecSelferValueTypeMap1234 { + yyl2039 := r.ReadMapStart() + if yyl2039 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2034, d) + x.codecDecodeSelfFromMap(yyl2039, d) } - } else if yyct2034 == codecSelferValueTypeArray1234 { - yyl2034 := r.ReadArrayStart() - if yyl2034 == 0 { + } else if yyct2039 == codecSelferValueTypeArray1234 { + yyl2039 := r.ReadArrayStart() + if yyl2039 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2034, d) + x.codecDecodeSelfFromArray(yyl2039, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27469,12 +27524,12 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2035Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2035Slc - var yyhl2035 bool = l >= 0 - for yyj2035 := 0; ; yyj2035++ { - if yyhl2035 { - if yyj2035 >= l { + var yys2040Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2040Slc + var yyhl2040 bool = l >= 0 + for yyj2040 := 0; ; yyj2040++ { + if yyhl2040 { + if yyj2040 >= l { break } } else { @@ -27483,10 +27538,10 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2035Slc = r.DecodeBytes(yys2035Slc, true, true) - yys2035 := string(yys2035Slc) + yys2040Slc = r.DecodeBytes(yys2040Slc, true, true) + yys2040 := string(yys2040Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2035 { + switch yys2040 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -27506,9 +27561,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2035) - } // end switch yys2035 - } // end for yyj2035 + z.DecStructFieldNotFound(-1, yys2040) + } // end switch yys2040 + } // end for yyj2040 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27516,16 +27571,16 @@ func (x *Taint) 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 } @@ -27535,13 +27590,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = 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 } @@ -27551,13 +27606,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = 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 } @@ -27568,17 +27623,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } 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) } @@ -27587,8 +27642,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2043 := z.EncBinary() - _ = yym2043 + yym2048 := z.EncBinary() + _ = yym2048 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -27600,8 +27655,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2044 := z.DecBinary() - _ = yym2044 + yym2049 := z.DecBinary() + _ = yym2049 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -27616,38 +27671,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2045 := z.EncBinary() - _ = yym2045 + yym2050 := z.EncBinary() + _ = yym2050 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2046 := !z.EncBinary() - yy2arr2046 := z.EncBasicHandle().StructToArray - var yyq2046 [4]bool - _, _, _ = yysep2046, yyq2046, yy2arr2046 - const yyr2046 bool = false - yyq2046[0] = x.Key != "" - yyq2046[1] = x.Operator != "" - yyq2046[2] = x.Value != "" - yyq2046[3] = x.Effect != "" - var yynn2046 int - if yyr2046 || yy2arr2046 { + yysep2051 := !z.EncBinary() + yy2arr2051 := z.EncBasicHandle().StructToArray + var yyq2051 [4]bool + _, _, _ = yysep2051, yyq2051, yy2arr2051 + const yyr2051 bool = false + yyq2051[0] = x.Key != "" + yyq2051[1] = x.Operator != "" + yyq2051[2] = x.Value != "" + yyq2051[3] = x.Effect != "" + var yynn2051 int + if yyr2051 || yy2arr2051 { r.EncodeArrayStart(4) } else { - yynn2046 = 0 - for _, b := range yyq2046 { + yynn2051 = 0 + for _, b := range yyq2051 { if b { - yynn2046++ + yynn2051++ } } - r.EncodeMapStart(yynn2046) - yynn2046 = 0 + r.EncodeMapStart(yynn2051) + yynn2051 = 0 } - if yyr2046 || yy2arr2046 { + if yyr2051 || yy2arr2051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2046[0] { - yym2048 := z.EncBinary() - _ = yym2048 + if yyq2051[0] { + yym2053 := z.EncBinary() + _ = yym2053 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -27656,38 +27711,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2046[0] { + if yyq2051[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2049 := z.EncBinary() - _ = yym2049 + yym2054 := z.EncBinary() + _ = yym2054 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr2046 || yy2arr2046 { + if yyr2051 || yy2arr2051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2046[1] { + if yyq2051[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2046[1] { + if yyq2051[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr2046 || yy2arr2046 { + if yyr2051 || yy2arr2051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2046[2] { - yym2052 := z.EncBinary() - _ = yym2052 + if yyq2051[2] { + yym2057 := z.EncBinary() + _ = yym2057 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -27696,34 +27751,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2046[2] { + if yyq2051[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2053 := z.EncBinary() - _ = yym2053 + yym2058 := z.EncBinary() + _ = yym2058 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr2046 || yy2arr2046 { + if yyr2051 || yy2arr2051 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2046[3] { + if yyq2051[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2046[3] { + if yyq2051[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr2046 || yy2arr2046 { + if yyr2051 || yy2arr2051 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27736,25 +27791,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2055 := z.DecBinary() - _ = yym2055 + yym2060 := z.DecBinary() + _ = yym2060 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2056 := r.ContainerType() - if yyct2056 == codecSelferValueTypeMap1234 { - yyl2056 := r.ReadMapStart() - if yyl2056 == 0 { + yyct2061 := r.ContainerType() + if yyct2061 == codecSelferValueTypeMap1234 { + yyl2061 := r.ReadMapStart() + if yyl2061 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2056, d) + x.codecDecodeSelfFromMap(yyl2061, d) } - } else if yyct2056 == codecSelferValueTypeArray1234 { - yyl2056 := r.ReadArrayStart() - if yyl2056 == 0 { + } else if yyct2061 == codecSelferValueTypeArray1234 { + yyl2061 := r.ReadArrayStart() + if yyl2061 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2056, d) + x.codecDecodeSelfFromArray(yyl2061, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27766,12 +27821,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2057Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2057Slc - var yyhl2057 bool = l >= 0 - for yyj2057 := 0; ; yyj2057++ { - if yyhl2057 { - if yyj2057 >= l { + var yys2062Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2062Slc + var yyhl2062 bool = l >= 0 + for yyj2062 := 0; ; yyj2062++ { + if yyhl2062 { + if yyj2062 >= l { break } } else { @@ -27780,10 +27835,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2057Slc = r.DecodeBytes(yys2057Slc, true, true) - yys2057 := string(yys2057Slc) + yys2062Slc = r.DecodeBytes(yys2062Slc, true, true) + yys2062 := string(yys2062Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2057 { + switch yys2062 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -27809,9 +27864,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2057) - } // end switch yys2057 - } // end for yyj2057 + z.DecStructFieldNotFound(-1, yys2062) + } // end switch yys2062 + } // end for yyj2062 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27819,16 +27874,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2062 int - var yyb2062 bool - var yyhl2062 bool = l >= 0 - yyj2062++ - if yyhl2062 { - yyb2062 = yyj2062 > l + var yyj2067 int + var yyb2067 bool + var yyhl2067 bool = l >= 0 + yyj2067++ + if yyhl2067 { + yyb2067 = yyj2067 > l } else { - yyb2062 = r.CheckBreak() + yyb2067 = r.CheckBreak() } - if yyb2062 { + if yyb2067 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27838,13 +27893,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj2062++ - if yyhl2062 { - yyb2062 = yyj2062 > l + yyj2067++ + if yyhl2067 { + yyb2067 = yyj2067 > l } else { - yyb2062 = r.CheckBreak() + yyb2067 = r.CheckBreak() } - if yyb2062 { + if yyb2067 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27854,13 +27909,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj2062++ - if yyhl2062 { - yyb2062 = yyj2062 > l + yyj2067++ + if yyhl2067 { + yyb2067 = yyj2067 > l } else { - yyb2062 = r.CheckBreak() + yyb2067 = r.CheckBreak() } - if yyb2062 { + if yyb2067 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27870,13 +27925,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj2062++ - if yyhl2062 { - yyb2062 = yyj2062 > l + yyj2067++ + if yyhl2067 { + yyb2067 = yyj2067 > l } else { - yyb2062 = r.CheckBreak() + yyb2067 = r.CheckBreak() } - if yyb2062 { + if yyb2067 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27887,17 +27942,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj2062++ - if yyhl2062 { - yyb2062 = yyj2062 > l + yyj2067++ + if yyhl2067 { + yyb2067 = yyj2067 > l } else { - yyb2062 = r.CheckBreak() + yyb2067 = r.CheckBreak() } - if yyb2062 { + if yyb2067 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2062-1, "") + z.DecStructFieldNotFound(yyj2067-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -27906,8 +27961,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2067 := z.EncBinary() - _ = yym2067 + yym2072 := z.EncBinary() + _ = yym2072 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -27919,8 +27974,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2068 := z.DecBinary() - _ = yym2068 + yym2073 := z.DecBinary() + _ = yym2073 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -27935,46 +27990,46 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2069 := z.EncBinary() - _ = yym2069 + yym2074 := z.EncBinary() + _ = yym2074 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2070 := !z.EncBinary() - yy2arr2070 := z.EncBasicHandle().StructToArray - var yyq2070 [13]bool - _, _, _ = yysep2070, yyq2070, yy2arr2070 - const yyr2070 bool = false - yyq2070[2] = x.RestartPolicy != "" - yyq2070[3] = x.TerminationGracePeriodSeconds != nil - yyq2070[4] = x.ActiveDeadlineSeconds != nil - yyq2070[5] = x.DNSPolicy != "" - yyq2070[6] = len(x.NodeSelector) != 0 - yyq2070[8] = x.NodeName != "" - yyq2070[9] = x.SecurityContext != nil - yyq2070[10] = len(x.ImagePullSecrets) != 0 - yyq2070[11] = x.Hostname != "" - yyq2070[12] = x.Subdomain != "" - var yynn2070 int - if yyr2070 || yy2arr2070 { + yysep2075 := !z.EncBinary() + yy2arr2075 := z.EncBasicHandle().StructToArray + var yyq2075 [13]bool + _, _, _ = yysep2075, yyq2075, yy2arr2075 + const yyr2075 bool = false + yyq2075[2] = x.RestartPolicy != "" + yyq2075[3] = x.TerminationGracePeriodSeconds != nil + yyq2075[4] = x.ActiveDeadlineSeconds != nil + yyq2075[5] = x.DNSPolicy != "" + yyq2075[6] = len(x.NodeSelector) != 0 + yyq2075[8] = x.NodeName != "" + yyq2075[9] = x.SecurityContext != nil + yyq2075[10] = len(x.ImagePullSecrets) != 0 + yyq2075[11] = x.Hostname != "" + yyq2075[12] = x.Subdomain != "" + var yynn2075 int + if yyr2075 || yy2arr2075 { r.EncodeArrayStart(13) } else { - yynn2070 = 3 - for _, b := range yyq2070 { + yynn2075 = 3 + for _, b := range yyq2075 { if b { - yynn2070++ + yynn2075++ } } - r.EncodeMapStart(yynn2070) - yynn2070 = 0 + r.EncodeMapStart(yynn2075) + yynn2075 = 0 } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Volumes == nil { r.EncodeNil() } else { - yym2072 := z.EncBinary() - _ = yym2072 + yym2077 := z.EncBinary() + _ = yym2077 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -27987,21 +28042,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Volumes == nil { r.EncodeNil() } else { - yym2073 := z.EncBinary() - _ = yym2073 + yym2078 := z.EncBinary() + _ = yym2078 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym2075 := z.EncBinary() - _ = yym2075 + yym2080 := z.EncBinary() + _ = yym2080 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -28014,71 +28069,36 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym2076 := z.EncBinary() - _ = yym2076 + yym2081 := z.EncBinary() + _ = yym2081 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[2] { + if yyq2075[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2070[2] { + if yyq2075[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[3] { + if yyq2075[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy2079 := *x.TerminationGracePeriodSeconds - yym2080 := z.EncBinary() - _ = yym2080 - if false { - } else { - r.EncodeInt(int64(yy2079)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq2070[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TerminationGracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy2081 := *x.TerminationGracePeriodSeconds - yym2082 := z.EncBinary() - _ = yym2082 - if false { - } else { - r.EncodeInt(int64(yy2081)) - } - } - } - } - if yyr2070 || yy2arr2070 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[4] { - if x.ActiveDeadlineSeconds == nil { - r.EncodeNil() - } else { - yy2084 := *x.ActiveDeadlineSeconds + yy2084 := *x.TerminationGracePeriodSeconds yym2085 := z.EncBinary() _ = yym2085 if false { @@ -28090,14 +28110,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2070[4] { + if yyq2075[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 { - yy2086 := *x.ActiveDeadlineSeconds + yy2086 := *x.TerminationGracePeriodSeconds yym2087 := z.EncBinary() _ = yym2087 if false { @@ -28107,29 +28127,64 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[5] { + if yyq2075[4] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy2089 := *x.ActiveDeadlineSeconds + yym2090 := z.EncBinary() + _ = yym2090 + if false { + } else { + r.EncodeInt(int64(yy2089)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq2075[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy2091 := *x.ActiveDeadlineSeconds + yym2092 := z.EncBinary() + _ = yym2092 + if false { + } else { + r.EncodeInt(int64(yy2091)) + } + } + } + } + if yyr2075 || yy2arr2075 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2075[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2070[5] { + if yyq2075[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[6] { + if yyq2075[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym2090 := z.EncBinary() - _ = yym2090 + yym2095 := z.EncBinary() + _ = yym2095 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -28139,15 +28194,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2070[6] { + if yyq2075[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym2091 := z.EncBinary() - _ = yym2091 + yym2096 := z.EncBinary() + _ = yym2096 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -28155,10 +28210,10 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2093 := z.EncBinary() - _ = yym2093 + yym2098 := z.EncBinary() + _ = yym2098 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -28167,18 +28222,18 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2094 := z.EncBinary() - _ = yym2094 + yym2099 := z.EncBinary() + _ = yym2099 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[8] { - yym2096 := z.EncBinary() - _ = yym2096 + if yyq2075[8] { + yym2101 := z.EncBinary() + _ = yym2101 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) @@ -28187,21 +28242,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2070[8] { + if yyq2075[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2097 := z.EncBinary() - _ = yym2097 + yym2102 := z.EncBinary() + _ = yym2102 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[9] { + if yyq2075[9] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -28211,7 +28266,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2070[9] { + if yyq2075[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -28222,14 +28277,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[10] { + if yyq2075[10] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2100 := z.EncBinary() - _ = yym2100 + yym2105 := z.EncBinary() + _ = yym2105 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -28239,15 +28294,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2070[10] { + if yyq2075[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2101 := z.EncBinary() - _ = yym2101 + yym2106 := z.EncBinary() + _ = yym2106 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -28255,11 +28310,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[11] { - yym2103 := z.EncBinary() - _ = yym2103 + if yyq2075[11] { + yym2108 := z.EncBinary() + _ = yym2108 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -28268,23 +28323,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2070[11] { + if yyq2075[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2104 := z.EncBinary() - _ = yym2104 + yym2109 := z.EncBinary() + _ = yym2109 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2070[12] { - yym2106 := z.EncBinary() - _ = yym2106 + if yyq2075[12] { + yym2111 := z.EncBinary() + _ = yym2111 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -28293,19 +28348,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2070[12] { + if yyq2075[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2107 := z.EncBinary() - _ = yym2107 + yym2112 := z.EncBinary() + _ = yym2112 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr2070 || yy2arr2070 { + if yyr2075 || yy2arr2075 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28318,25 +28373,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2108 := z.DecBinary() - _ = yym2108 + yym2113 := z.DecBinary() + _ = yym2113 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2109 := r.ContainerType() - if yyct2109 == codecSelferValueTypeMap1234 { - yyl2109 := r.ReadMapStart() - if yyl2109 == 0 { + yyct2114 := r.ContainerType() + if yyct2114 == codecSelferValueTypeMap1234 { + yyl2114 := r.ReadMapStart() + if yyl2114 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2109, d) + x.codecDecodeSelfFromMap(yyl2114, d) } - } else if yyct2109 == codecSelferValueTypeArray1234 { - yyl2109 := r.ReadArrayStart() - if yyl2109 == 0 { + } else if yyct2114 == codecSelferValueTypeArray1234 { + yyl2114 := r.ReadArrayStart() + if yyl2114 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2109, d) + x.codecDecodeSelfFromArray(yyl2114, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28348,12 +28403,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2110Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2110Slc - var yyhl2110 bool = l >= 0 - for yyj2110 := 0; ; yyj2110++ { - if yyhl2110 { - if yyj2110 >= l { + var yys2115Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2115Slc + var yyhl2115 bool = l >= 0 + for yyj2115 := 0; ; yyj2115++ { + if yyhl2115 { + if yyj2115 >= l { break } } else { @@ -28362,32 +28417,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2110Slc = r.DecodeBytes(yys2110Slc, true, true) - yys2110 := string(yys2110Slc) + yys2115Slc = r.DecodeBytes(yys2115Slc, true, true) + yys2115 := string(yys2115Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2110 { + switch yys2115 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2111 := &x.Volumes - yym2112 := z.DecBinary() - _ = yym2112 + yyv2116 := &x.Volumes + yym2117 := z.DecBinary() + _ = yym2117 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2111), d) + h.decSliceVolume((*[]Volume)(yyv2116), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2113 := &x.Containers - yym2114 := z.DecBinary() - _ = yym2114 + yyv2118 := &x.Containers + yym2119 := z.DecBinary() + _ = yym2119 if false { } else { - h.decSliceContainer((*[]Container)(yyv2113), d) + h.decSliceContainer((*[]Container)(yyv2118), d) } } case "restartPolicy": @@ -28405,8 +28460,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2117 := z.DecBinary() - _ = yym2117 + yym2122 := z.DecBinary() + _ = yym2122 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -28421,8 +28476,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2119 := z.DecBinary() - _ = yym2119 + yym2124 := z.DecBinary() + _ = yym2124 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -28438,12 +28493,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2121 := &x.NodeSelector - yym2122 := z.DecBinary() - _ = yym2122 + yyv2126 := &x.NodeSelector + yym2127 := z.DecBinary() + _ = yym2127 if false { } else { - z.F.DecMapStringStringX(yyv2121, false, d) + z.F.DecMapStringStringX(yyv2126, false, d) } } case "serviceAccountName": @@ -28473,12 +28528,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2126 := &x.ImagePullSecrets - yym2127 := z.DecBinary() - _ = yym2127 + yyv2131 := &x.ImagePullSecrets + yym2132 := z.DecBinary() + _ = yym2132 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2126), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2131), d) } } case "hostname": @@ -28494,9 +28549,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2110) - } // end switch yys2110 - } // end for yyj2110 + z.DecStructFieldNotFound(-1, yys2115) + } // end switch yys2115 + } // end for yyj2115 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28504,16 +28559,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2130 int - var yyb2130 bool - var yyhl2130 bool = l >= 0 - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + var yyj2135 int + var yyb2135 bool + var yyhl2135 bool = l >= 0 + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28521,21 +28576,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2131 := &x.Volumes - yym2132 := z.DecBinary() - _ = yym2132 + yyv2136 := &x.Volumes + yym2137 := z.DecBinary() + _ = yym2137 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2131), d) + h.decSliceVolume((*[]Volume)(yyv2136), d) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28543,21 +28598,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2133 := &x.Containers - yym2134 := z.DecBinary() - _ = yym2134 + yyv2138 := &x.Containers + yym2139 := z.DecBinary() + _ = yym2139 if false { } else { - h.decSliceContainer((*[]Container)(yyv2133), d) + h.decSliceContainer((*[]Container)(yyv2138), d) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28567,13 +28622,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28586,20 +28641,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2137 := z.DecBinary() - _ = yym2137 + yym2142 := z.DecBinary() + _ = yym2142 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28612,20 +28667,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2139 := z.DecBinary() - _ = yym2139 + yym2144 := z.DecBinary() + _ = yym2144 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28635,13 +28690,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28649,21 +28704,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2141 := &x.NodeSelector - yym2142 := z.DecBinary() - _ = yym2142 + yyv2146 := &x.NodeSelector + yym2147 := z.DecBinary() + _ = yym2147 if false { } else { - z.F.DecMapStringStringX(yyv2141, false, d) + z.F.DecMapStringStringX(yyv2146, false, d) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28673,13 +28728,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28689,13 +28744,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28710,13 +28765,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28724,21 +28779,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2146 := &x.ImagePullSecrets - yym2147 := z.DecBinary() - _ = yym2147 + yyv2151 := &x.ImagePullSecrets + yym2152 := z.DecBinary() + _ = yym2152 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2146), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2151), d) } } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28748,13 +28803,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28765,17 +28820,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj2130++ - if yyhl2130 { - yyb2130 = yyj2130 > l + yyj2135++ + if yyhl2135 { + yyb2135 = yyj2135 > l } else { - yyb2130 = r.CheckBreak() + yyb2135 = r.CheckBreak() } - if yyb2130 { + if yyb2135 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2130-1, "") + z.DecStructFieldNotFound(yyj2135-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28787,33 +28842,33 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2150 := z.EncBinary() - _ = yym2150 + yym2155 := z.EncBinary() + _ = yym2155 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2151 := !z.EncBinary() - yy2arr2151 := z.EncBasicHandle().StructToArray - var yyq2151 [2]bool - _, _, _ = yysep2151, yyq2151, yy2arr2151 - const yyr2151 bool = false - var yynn2151 int - if yyr2151 || yy2arr2151 { + yysep2156 := !z.EncBinary() + yy2arr2156 := z.EncBasicHandle().StructToArray + var yyq2156 [2]bool + _, _, _ = yysep2156, yyq2156, yy2arr2156 + const yyr2156 bool = false + var yynn2156 int + if yyr2156 || yy2arr2156 { r.EncodeArrayStart(2) } else { - yynn2151 = 2 - for _, b := range yyq2151 { + yynn2156 = 2 + for _, b := range yyq2156 { if b { - yynn2151++ + yynn2156++ } } - r.EncodeMapStart(yynn2151) - yynn2151 = 0 + r.EncodeMapStart(yynn2156) + yynn2156 = 0 } - if yyr2151 || yy2arr2151 { + if yyr2156 || yy2arr2156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2153 := z.EncBinary() - _ = yym2153 + yym2158 := z.EncBinary() + _ = yym2158 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -28822,17 +28877,17 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2154 := z.EncBinary() - _ = yym2154 + yym2159 := z.EncBinary() + _ = yym2159 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2151 || yy2arr2151 { + if yyr2156 || yy2arr2156 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2156 := z.EncBinary() - _ = yym2156 + yym2161 := z.EncBinary() + _ = yym2161 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -28841,14 +28896,14 @@ func (x *Sysctl) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2157 := z.EncBinary() - _ = yym2157 + yym2162 := z.EncBinary() + _ = yym2162 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr2151 || yy2arr2151 { + if yyr2156 || yy2arr2156 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28861,25 +28916,25 @@ func (x *Sysctl) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2158 := z.DecBinary() - _ = yym2158 + yym2163 := z.DecBinary() + _ = yym2163 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2159 := r.ContainerType() - if yyct2159 == codecSelferValueTypeMap1234 { - yyl2159 := r.ReadMapStart() - if yyl2159 == 0 { + yyct2164 := r.ContainerType() + if yyct2164 == codecSelferValueTypeMap1234 { + yyl2164 := r.ReadMapStart() + if yyl2164 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2159, d) + x.codecDecodeSelfFromMap(yyl2164, d) } - } else if yyct2159 == codecSelferValueTypeArray1234 { - yyl2159 := r.ReadArrayStart() - if yyl2159 == 0 { + } else if yyct2164 == codecSelferValueTypeArray1234 { + yyl2164 := r.ReadArrayStart() + if yyl2164 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2159, d) + x.codecDecodeSelfFromArray(yyl2164, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28891,12 +28946,12 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2160Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2160Slc - var yyhl2160 bool = l >= 0 - for yyj2160 := 0; ; yyj2160++ { - if yyhl2160 { - if yyj2160 >= l { + var yys2165Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2165Slc + var yyhl2165 bool = l >= 0 + for yyj2165 := 0; ; yyj2165++ { + if yyhl2165 { + if yyj2165 >= l { break } } else { @@ -28905,10 +28960,10 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2160Slc = r.DecodeBytes(yys2160Slc, true, true) - yys2160 := string(yys2160Slc) + yys2165Slc = r.DecodeBytes(yys2165Slc, true, true) + yys2165 := string(yys2165Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2160 { + switch yys2165 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -28922,9 +28977,9 @@ func (x *Sysctl) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2160) - } // end switch yys2160 - } // end for yyj2160 + z.DecStructFieldNotFound(-1, yys2165) + } // end switch yys2165 + } // end for yyj2165 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28932,16 +28987,16 @@ func (x *Sysctl) 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 } @@ -28951,13 +29006,13 @@ func (x *Sysctl) 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 } @@ -28968,17 +29023,17 @@ func (x *Sysctl) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(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) } @@ -28990,42 +29045,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2166 := z.EncBinary() - _ = yym2166 + yym2171 := z.EncBinary() + _ = yym2171 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2167 := !z.EncBinary() - yy2arr2167 := z.EncBasicHandle().StructToArray - var yyq2167 [8]bool - _, _, _ = yysep2167, yyq2167, yy2arr2167 - const yyr2167 bool = false - yyq2167[0] = x.HostNetwork != false - yyq2167[1] = x.HostPID != false - yyq2167[2] = x.HostIPC != false - yyq2167[3] = x.SELinuxOptions != nil - yyq2167[4] = x.RunAsUser != nil - yyq2167[5] = x.RunAsNonRoot != nil - yyq2167[6] = len(x.SupplementalGroups) != 0 - yyq2167[7] = x.FSGroup != nil - var yynn2167 int - if yyr2167 || yy2arr2167 { + yysep2172 := !z.EncBinary() + yy2arr2172 := z.EncBasicHandle().StructToArray + var yyq2172 [8]bool + _, _, _ = yysep2172, yyq2172, yy2arr2172 + const yyr2172 bool = false + yyq2172[0] = x.HostNetwork != false + yyq2172[1] = x.HostPID != false + yyq2172[2] = x.HostIPC != false + yyq2172[3] = x.SELinuxOptions != nil + yyq2172[4] = x.RunAsUser != nil + yyq2172[5] = x.RunAsNonRoot != nil + yyq2172[6] = len(x.SupplementalGroups) != 0 + yyq2172[7] = x.FSGroup != nil + var yynn2172 int + if yyr2172 || yy2arr2172 { r.EncodeArrayStart(8) } else { - yynn2167 = 0 - for _, b := range yyq2167 { + yynn2172 = 0 + for _, b := range yyq2172 { if b { - yynn2167++ + yynn2172++ } } - r.EncodeMapStart(yynn2167) - yynn2167 = 0 + r.EncodeMapStart(yynn2172) + yynn2172 = 0 } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[0] { - yym2169 := z.EncBinary() - _ = yym2169 + if yyq2172[0] { + yym2174 := z.EncBinary() + _ = yym2174 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -29034,49 +29089,49 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2167[0] { + if yyq2172[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2170 := z.EncBinary() - _ = yym2170 - if false { - } else { - r.EncodeBool(bool(x.HostNetwork)) - } - } - } - if yyr2167 || yy2arr2167 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[1] { - yym2172 := z.EncBinary() - _ = yym2172 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq2167[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2173 := z.EncBinary() - _ = yym2173 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } - } - if yyr2167 || yy2arr2167 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[2] { yym2175 := z.EncBinary() _ = yym2175 if false { + } else { + r.EncodeBool(bool(x.HostNetwork)) + } + } + } + if yyr2172 || yy2arr2172 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2172[1] { + yym2177 := z.EncBinary() + _ = yym2177 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq2172[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2178 := z.EncBinary() + _ = yym2178 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } + } + if yyr2172 || yy2arr2172 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2172[2] { + yym2180 := z.EncBinary() + _ = yym2180 + if false { } else { r.EncodeBool(bool(x.HostIPC)) } @@ -29084,21 +29139,21 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2167[2] { + if yyq2172[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2176 := z.EncBinary() - _ = yym2176 + yym2181 := z.EncBinary() + _ = yym2181 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[3] { + if yyq2172[3] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -29108,7 +29163,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2167[3] { + if yyq2172[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -29119,84 +29174,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[4] { + if yyq2172[4] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy2179 := *x.RunAsUser - yym2180 := z.EncBinary() - _ = yym2180 + yy2184 := *x.RunAsUser + yym2185 := z.EncBinary() + _ = yym2185 if false { } else { - r.EncodeInt(int64(yy2179)) + r.EncodeInt(int64(yy2184)) } } } else { r.EncodeNil() } } else { - if yyq2167[4] { + if yyq2172[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy2181 := *x.RunAsUser - yym2182 := z.EncBinary() - _ = yym2182 + yy2186 := *x.RunAsUser + yym2187 := z.EncBinary() + _ = yym2187 if false { } else { - r.EncodeInt(int64(yy2181)) + r.EncodeInt(int64(yy2186)) } } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[5] { + if yyq2172[5] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2184 := *x.RunAsNonRoot - yym2185 := z.EncBinary() - _ = yym2185 + yy2189 := *x.RunAsNonRoot + yym2190 := z.EncBinary() + _ = yym2190 if false { } else { - r.EncodeBool(bool(yy2184)) + r.EncodeBool(bool(yy2189)) } } } else { r.EncodeNil() } } else { - if yyq2167[5] { + if yyq2172[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2186 := *x.RunAsNonRoot - yym2187 := z.EncBinary() - _ = yym2187 + yy2191 := *x.RunAsNonRoot + yym2192 := z.EncBinary() + _ = yym2192 if false { } else { - r.EncodeBool(bool(yy2186)) + r.EncodeBool(bool(yy2191)) } } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[6] { + if yyq2172[6] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2189 := z.EncBinary() - _ = yym2189 + yym2194 := z.EncBinary() + _ = yym2194 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -29206,15 +29261,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2167[6] { + if yyq2172[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2190 := z.EncBinary() - _ = yym2190 + yym2195 := z.EncBinary() + _ = yym2195 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -29222,42 +29277,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2167[7] { + if yyq2172[7] { if x.FSGroup == nil { r.EncodeNil() } else { - yy2192 := *x.FSGroup - yym2193 := z.EncBinary() - _ = yym2193 + yy2197 := *x.FSGroup + yym2198 := z.EncBinary() + _ = yym2198 if false { } else { - r.EncodeInt(int64(yy2192)) + r.EncodeInt(int64(yy2197)) } } } else { r.EncodeNil() } } else { - if yyq2167[7] { + if yyq2172[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy2194 := *x.FSGroup - yym2195 := z.EncBinary() - _ = yym2195 + yy2199 := *x.FSGroup + yym2200 := z.EncBinary() + _ = yym2200 if false { } else { - r.EncodeInt(int64(yy2194)) + r.EncodeInt(int64(yy2199)) } } } } - if yyr2167 || yy2arr2167 { + if yyr2172 || yy2arr2172 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29270,25 +29325,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2196 := z.DecBinary() - _ = yym2196 + yym2201 := z.DecBinary() + _ = yym2201 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2197 := r.ContainerType() - if yyct2197 == codecSelferValueTypeMap1234 { - yyl2197 := r.ReadMapStart() - if yyl2197 == 0 { + yyct2202 := r.ContainerType() + if yyct2202 == codecSelferValueTypeMap1234 { + yyl2202 := r.ReadMapStart() + if yyl2202 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2197, d) + x.codecDecodeSelfFromMap(yyl2202, d) } - } else if yyct2197 == codecSelferValueTypeArray1234 { - yyl2197 := r.ReadArrayStart() - if yyl2197 == 0 { + } else if yyct2202 == codecSelferValueTypeArray1234 { + yyl2202 := r.ReadArrayStart() + if yyl2202 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2197, d) + x.codecDecodeSelfFromArray(yyl2202, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29300,12 +29355,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2198Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2198Slc - var yyhl2198 bool = l >= 0 - for yyj2198 := 0; ; yyj2198++ { - if yyhl2198 { - if yyj2198 >= l { + var yys2203Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2203Slc + var yyhl2203 bool = l >= 0 + for yyj2203 := 0; ; yyj2203++ { + if yyhl2203 { + if yyj2203 >= l { break } } else { @@ -29314,10 +29369,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2198Slc = r.DecodeBytes(yys2198Slc, true, true) - yys2198 := string(yys2198Slc) + yys2203Slc = r.DecodeBytes(yys2203Slc, true, true) + yys2203 := string(yys2203Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2198 { + switch yys2203 { case "hostNetwork": if r.TryDecodeAsNil() { x.HostNetwork = false @@ -29356,8 +29411,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2204 := z.DecBinary() - _ = yym2204 + yym2209 := z.DecBinary() + _ = yym2209 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -29372,8 +29427,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2206 := z.DecBinary() - _ = yym2206 + yym2211 := z.DecBinary() + _ = yym2211 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -29383,12 +29438,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2207 := &x.SupplementalGroups - yym2208 := z.DecBinary() - _ = yym2208 + yyv2212 := &x.SupplementalGroups + yym2213 := z.DecBinary() + _ = yym2213 if false { } else { - z.F.DecSliceInt64X(yyv2207, false, d) + z.F.DecSliceInt64X(yyv2212, false, d) } } case "fsGroup": @@ -29400,17 +29455,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2210 := z.DecBinary() - _ = yym2210 + yym2215 := z.DecBinary() + _ = yym2215 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2198) - } // end switch yys2198 - } // end for yyj2198 + z.DecStructFieldNotFound(-1, yys2203) + } // end switch yys2203 + } // end for yyj2203 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29418,16 +29473,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2211 int - var yyb2211 bool - var yyhl2211 bool = l >= 0 - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + var yyj2216 int + var yyb2216 bool + var yyhl2216 bool = l >= 0 + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29437,13 +29492,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29453,13 +29508,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostPID = bool(r.DecodeBool()) } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29469,13 +29524,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.HostIPC = bool(r.DecodeBool()) } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29490,13 +29545,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29509,20 +29564,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2217 := z.DecBinary() - _ = yym2217 + yym2222 := z.DecBinary() + _ = yym2222 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29535,20 +29590,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2219 := z.DecBinary() - _ = yym2219 + yym2224 := z.DecBinary() + _ = yym2224 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29556,21 +29611,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2220 := &x.SupplementalGroups - yym2221 := z.DecBinary() - _ = yym2221 + yyv2225 := &x.SupplementalGroups + yym2226 := z.DecBinary() + _ = yym2226 if false { } else { - z.F.DecSliceInt64X(yyv2220, false, d) + z.F.DecSliceInt64X(yyv2225, false, d) } } - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29583,25 +29638,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2223 := z.DecBinary() - _ = yym2223 + yym2228 := z.DecBinary() + _ = yym2228 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj2211++ - if yyhl2211 { - yyb2211 = yyj2211 > l + yyj2216++ + if yyhl2216 { + yyb2216 = yyj2216 > l } else { - yyb2211 = r.CheckBreak() + yyb2216 = r.CheckBreak() } - if yyb2211 { + if yyb2216 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2211-1, "") + z.DecStructFieldNotFound(yyj2216-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29613,60 +29668,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2224 := z.EncBinary() - _ = yym2224 + yym2229 := z.EncBinary() + _ = yym2229 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2225 := !z.EncBinary() - yy2arr2225 := z.EncBasicHandle().StructToArray - var yyq2225 [8]bool - _, _, _ = yysep2225, yyq2225, yy2arr2225 - const yyr2225 bool = false - yyq2225[0] = x.Phase != "" - yyq2225[1] = len(x.Conditions) != 0 - yyq2225[2] = x.Message != "" - yyq2225[3] = x.Reason != "" - yyq2225[4] = x.HostIP != "" - yyq2225[5] = x.PodIP != "" - yyq2225[6] = x.StartTime != nil - yyq2225[7] = len(x.ContainerStatuses) != 0 - var yynn2225 int - if yyr2225 || yy2arr2225 { + yysep2230 := !z.EncBinary() + yy2arr2230 := z.EncBasicHandle().StructToArray + var yyq2230 [8]bool + _, _, _ = yysep2230, yyq2230, yy2arr2230 + const yyr2230 bool = false + yyq2230[0] = x.Phase != "" + yyq2230[1] = len(x.Conditions) != 0 + yyq2230[2] = x.Message != "" + yyq2230[3] = x.Reason != "" + yyq2230[4] = x.HostIP != "" + yyq2230[5] = x.PodIP != "" + yyq2230[6] = x.StartTime != nil + yyq2230[7] = len(x.ContainerStatuses) != 0 + var yynn2230 int + if yyr2230 || yy2arr2230 { r.EncodeArrayStart(8) } else { - yynn2225 = 0 - for _, b := range yyq2225 { + yynn2230 = 0 + for _, b := range yyq2230 { if b { - yynn2225++ + yynn2230++ } } - r.EncodeMapStart(yynn2225) - yynn2225 = 0 + r.EncodeMapStart(yynn2230) + yynn2230 = 0 } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[0] { + if yyq2230[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2225[0] { + if yyq2230[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[1] { + if yyq2230[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2228 := z.EncBinary() - _ = yym2228 + yym2233 := z.EncBinary() + _ = yym2233 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -29676,15 +29731,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2225[1] { + if yyq2230[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2229 := z.EncBinary() - _ = yym2229 + yym2234 := z.EncBinary() + _ = yym2234 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -29692,11 +29747,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[2] { - yym2231 := z.EncBinary() - _ = yym2231 + if yyq2230[2] { + yym2236 := z.EncBinary() + _ = yym2236 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -29705,74 +29760,74 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2225[2] { + if yyq2230[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2232 := z.EncBinary() - _ = yym2232 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr2225 || yy2arr2225 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[3] { - yym2234 := z.EncBinary() - _ = yym2234 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2225[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2235 := z.EncBinary() - _ = yym2235 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr2225 || yy2arr2225 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[4] { yym2237 := z.EncBinary() _ = yym2237 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr2230 || yy2arr2230 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2230[3] { + yym2239 := z.EncBinary() + _ = yym2239 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2225[4] { + if yyq2230[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2238 := z.EncBinary() - _ = yym2238 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr2225 || yy2arr2225 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[5] { yym2240 := z.EncBinary() _ = yym2240 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr2230 || yy2arr2230 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2230[4] { + yym2242 := z.EncBinary() + _ = yym2242 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2230[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2243 := z.EncBinary() + _ = yym2243 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr2230 || yy2arr2230 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2230[5] { + yym2245 := z.EncBinary() + _ = yym2245 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } @@ -29780,31 +29835,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2225[5] { + if yyq2230[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2241 := z.EncBinary() - _ = yym2241 + yym2246 := z.EncBinary() + _ = yym2246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[6] { + if yyq2230[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2243 := z.EncBinary() - _ = yym2243 + yym2248 := z.EncBinary() + _ = yym2248 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2243 { + } else if yym2248 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2243 && z.IsJSONHandle() { + } else if !yym2248 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -29814,20 +29869,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2225[6] { + if yyq2230[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2244 := z.EncBinary() - _ = yym2244 + yym2249 := z.EncBinary() + _ = yym2249 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2244 { + } else if yym2249 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2244 && z.IsJSONHandle() { + } else if !yym2249 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -29835,14 +29890,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2225[7] { + if yyq2230[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2246 := z.EncBinary() - _ = yym2246 + yym2251 := z.EncBinary() + _ = yym2251 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -29852,15 +29907,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2225[7] { + if yyq2230[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2247 := z.EncBinary() - _ = yym2247 + yym2252 := z.EncBinary() + _ = yym2252 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -29868,7 +29923,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2225 || yy2arr2225 { + if yyr2230 || yy2arr2230 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29881,25 +29936,25 @@ func (x *PodStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2248 := z.DecBinary() - _ = yym2248 + yym2253 := z.DecBinary() + _ = yym2253 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2249 := r.ContainerType() - if yyct2249 == codecSelferValueTypeMap1234 { - yyl2249 := r.ReadMapStart() - if yyl2249 == 0 { + yyct2254 := r.ContainerType() + if yyct2254 == codecSelferValueTypeMap1234 { + yyl2254 := r.ReadMapStart() + if yyl2254 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2249, d) + x.codecDecodeSelfFromMap(yyl2254, d) } - } else if yyct2249 == codecSelferValueTypeArray1234 { - yyl2249 := r.ReadArrayStart() - if yyl2249 == 0 { + } else if yyct2254 == codecSelferValueTypeArray1234 { + yyl2254 := r.ReadArrayStart() + if yyl2254 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2249, d) + x.codecDecodeSelfFromArray(yyl2254, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29911,12 +29966,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2250Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2250Slc - var yyhl2250 bool = l >= 0 - for yyj2250 := 0; ; yyj2250++ { - if yyhl2250 { - if yyj2250 >= l { + var yys2255Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2255Slc + var yyhl2255 bool = l >= 0 + for yyj2255 := 0; ; yyj2255++ { + if yyhl2255 { + if yyj2255 >= l { break } } else { @@ -29925,10 +29980,10 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2250Slc = r.DecodeBytes(yys2250Slc, true, true) - yys2250 := string(yys2250Slc) + yys2255Slc = r.DecodeBytes(yys2255Slc, true, true) + yys2255 := string(yys2255Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2250 { + switch yys2255 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -29939,12 +29994,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2252 := &x.Conditions - yym2253 := z.DecBinary() - _ = yym2253 + yyv2257 := &x.Conditions + yym2258 := z.DecBinary() + _ = yym2258 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2252), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2257), d) } } case "message": @@ -29980,13 +30035,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2259 := z.DecBinary() - _ = yym2259 + yym2264 := z.DecBinary() + _ = yym2264 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2259 { + } else if yym2264 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2259 && z.IsJSONHandle() { + } else if !yym2264 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -29996,18 +30051,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2260 := &x.ContainerStatuses - yym2261 := z.DecBinary() - _ = yym2261 + yyv2265 := &x.ContainerStatuses + yym2266 := z.DecBinary() + _ = yym2266 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2260), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2265), d) } } default: - z.DecStructFieldNotFound(-1, yys2250) - } // end switch yys2250 - } // end for yyj2250 + z.DecStructFieldNotFound(-1, yys2255) + } // end switch yys2255 + } // end for yyj2255 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30015,16 +30070,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2262 int - var yyb2262 bool - var yyhl2262 bool = l >= 0 - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + var yyj2267 int + var yyb2267 bool + var yyhl2267 bool = l >= 0 + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30034,13 +30089,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30048,21 +30103,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2264 := &x.Conditions - yym2265 := z.DecBinary() - _ = yym2265 + yyv2269 := &x.Conditions + yym2270 := z.DecBinary() + _ = yym2270 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2264), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2269), d) } } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30072,13 +30127,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30088,13 +30143,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30104,13 +30159,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30120,13 +30175,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30139,25 +30194,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2271 := z.DecBinary() - _ = yym2271 + yym2276 := z.DecBinary() + _ = yym2276 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2271 { + } else if yym2276 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2271 && z.IsJSONHandle() { + } else if !yym2276 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30165,26 +30220,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2272 := &x.ContainerStatuses - yym2273 := z.DecBinary() - _ = yym2273 + yyv2277 := &x.ContainerStatuses + yym2278 := z.DecBinary() + _ = yym2278 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2272), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2277), d) } } for { - yyj2262++ - if yyhl2262 { - yyb2262 = yyj2262 > l + yyj2267++ + if yyhl2267 { + yyb2267 = yyj2267 > l } else { - yyb2262 = r.CheckBreak() + yyb2267 = r.CheckBreak() } - if yyb2262 { + if yyb2267 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2262-1, "") + z.DecStructFieldNotFound(yyj2267-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30196,38 +30251,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2274 := z.EncBinary() - _ = yym2274 + yym2279 := z.EncBinary() + _ = yym2279 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2275 := !z.EncBinary() - yy2arr2275 := z.EncBasicHandle().StructToArray - var yyq2275 [4]bool - _, _, _ = yysep2275, yyq2275, yy2arr2275 - const yyr2275 bool = false - yyq2275[0] = x.Kind != "" - yyq2275[1] = x.APIVersion != "" - yyq2275[2] = true - yyq2275[3] = true - var yynn2275 int - if yyr2275 || yy2arr2275 { + yysep2280 := !z.EncBinary() + yy2arr2280 := z.EncBasicHandle().StructToArray + var yyq2280 [4]bool + _, _, _ = yysep2280, yyq2280, yy2arr2280 + const yyr2280 bool = false + yyq2280[0] = x.Kind != "" + yyq2280[1] = x.APIVersion != "" + yyq2280[2] = true + yyq2280[3] = true + var yynn2280 int + if yyr2280 || yy2arr2280 { r.EncodeArrayStart(4) } else { - yynn2275 = 0 - for _, b := range yyq2275 { + yynn2280 = 0 + for _, b := range yyq2280 { if b { - yynn2275++ + yynn2280++ } } - r.EncodeMapStart(yynn2275) - yynn2275 = 0 + r.EncodeMapStart(yynn2280) + yynn2280 = 0 } - if yyr2275 || yy2arr2275 { + if yyr2280 || yy2arr2280 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2275[0] { - yym2277 := z.EncBinary() - _ = yym2277 + if yyq2280[0] { + yym2282 := z.EncBinary() + _ = yym2282 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30236,23 +30291,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2275[0] { + if yyq2280[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2278 := z.EncBinary() - _ = yym2278 + yym2283 := z.EncBinary() + _ = yym2283 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2275 || yy2arr2275 { + if yyr2280 || yy2arr2280 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2275[1] { - yym2280 := z.EncBinary() - _ = yym2280 + if yyq2280[1] { + yym2285 := z.EncBinary() + _ = yym2285 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30261,53 +30316,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2275[1] { + if yyq2280[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2281 := z.EncBinary() - _ = yym2281 + yym2286 := z.EncBinary() + _ = yym2286 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2275 || yy2arr2275 { + if yyr2280 || yy2arr2280 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2275[2] { - yy2283 := &x.ObjectMeta - yy2283.CodecEncodeSelf(e) + if yyq2280[2] { + yy2288 := &x.ObjectMeta + yy2288.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2275[2] { + if yyq2280[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2284 := &x.ObjectMeta - yy2284.CodecEncodeSelf(e) + yy2289 := &x.ObjectMeta + yy2289.CodecEncodeSelf(e) } } - if yyr2275 || yy2arr2275 { + if yyr2280 || yy2arr2280 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2275[3] { - yy2286 := &x.Status - yy2286.CodecEncodeSelf(e) + if yyq2280[3] { + yy2291 := &x.Status + yy2291.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2275[3] { + if yyq2280[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2287 := &x.Status - yy2287.CodecEncodeSelf(e) + yy2292 := &x.Status + yy2292.CodecEncodeSelf(e) } } - if yyr2275 || yy2arr2275 { + if yyr2280 || yy2arr2280 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30320,25 +30375,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2288 := z.DecBinary() - _ = yym2288 + yym2293 := z.DecBinary() + _ = yym2293 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2289 := r.ContainerType() - if yyct2289 == codecSelferValueTypeMap1234 { - yyl2289 := r.ReadMapStart() - if yyl2289 == 0 { + yyct2294 := r.ContainerType() + if yyct2294 == codecSelferValueTypeMap1234 { + yyl2294 := r.ReadMapStart() + if yyl2294 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2289, d) + x.codecDecodeSelfFromMap(yyl2294, d) } - } else if yyct2289 == codecSelferValueTypeArray1234 { - yyl2289 := r.ReadArrayStart() - if yyl2289 == 0 { + } else if yyct2294 == codecSelferValueTypeArray1234 { + yyl2294 := r.ReadArrayStart() + if yyl2294 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2289, d) + x.codecDecodeSelfFromArray(yyl2294, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30350,12 +30405,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2290Slc - var yyhl2290 bool = l >= 0 - for yyj2290 := 0; ; yyj2290++ { - if yyhl2290 { - if yyj2290 >= l { + var yys2295Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2295Slc + var yyhl2295 bool = l >= 0 + for yyj2295 := 0; ; yyj2295++ { + if yyhl2295 { + if yyj2295 >= l { break } } else { @@ -30364,10 +30419,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2290Slc = r.DecodeBytes(yys2290Slc, true, true) - yys2290 := string(yys2290Slc) + yys2295Slc = r.DecodeBytes(yys2295Slc, true, true) + yys2295 := string(yys2295Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2290 { + switch yys2295 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30384,20 +30439,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2293 := &x.ObjectMeta - yyv2293.CodecDecodeSelf(d) + yyv2298 := &x.ObjectMeta + yyv2298.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2294 := &x.Status - yyv2294.CodecDecodeSelf(d) + yyv2299 := &x.Status + yyv2299.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2290) - } // end switch yys2290 - } // end for yyj2290 + z.DecStructFieldNotFound(-1, yys2295) + } // end switch yys2295 + } // end for yyj2295 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30405,16 +30460,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2295 int - var yyb2295 bool - var yyhl2295 bool = l >= 0 - yyj2295++ - if yyhl2295 { - yyb2295 = yyj2295 > l + var yyj2300 int + var yyb2300 bool + var yyhl2300 bool = l >= 0 + yyj2300++ + if yyhl2300 { + yyb2300 = yyj2300 > l } else { - yyb2295 = r.CheckBreak() + yyb2300 = r.CheckBreak() } - if yyb2295 { + if yyb2300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30424,13 +30479,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2295++ - if yyhl2295 { - yyb2295 = yyj2295 > l + yyj2300++ + if yyhl2300 { + yyb2300 = yyj2300 > l } else { - yyb2295 = r.CheckBreak() + yyb2300 = r.CheckBreak() } - if yyb2295 { + if yyb2300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30440,13 +30495,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2295++ - if yyhl2295 { - yyb2295 = yyj2295 > l + yyj2300++ + if yyhl2300 { + yyb2300 = yyj2300 > l } else { - yyb2295 = r.CheckBreak() + yyb2300 = r.CheckBreak() } - if yyb2295 { + if yyb2300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30454,16 +30509,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2298 := &x.ObjectMeta - yyv2298.CodecDecodeSelf(d) + yyv2303 := &x.ObjectMeta + yyv2303.CodecDecodeSelf(d) } - yyj2295++ - if yyhl2295 { - yyb2295 = yyj2295 > l + yyj2300++ + if yyhl2300 { + yyb2300 = yyj2300 > l } else { - yyb2295 = r.CheckBreak() + yyb2300 = r.CheckBreak() } - if yyb2295 { + if yyb2300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30471,21 +30526,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2299 := &x.Status - yyv2299.CodecDecodeSelf(d) + yyv2304 := &x.Status + yyv2304.CodecDecodeSelf(d) } for { - yyj2295++ - if yyhl2295 { - yyb2295 = yyj2295 > l + yyj2300++ + if yyhl2300 { + yyb2300 = yyj2300 > l } else { - yyb2295 = r.CheckBreak() + yyb2300 = r.CheckBreak() } - if yyb2295 { + if yyb2300 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2295-1, "") + z.DecStructFieldNotFound(yyj2300-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30497,39 +30552,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2300 := z.EncBinary() - _ = yym2300 + yym2305 := z.EncBinary() + _ = yym2305 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2301 := !z.EncBinary() - yy2arr2301 := z.EncBasicHandle().StructToArray - var yyq2301 [5]bool - _, _, _ = yysep2301, yyq2301, yy2arr2301 - const yyr2301 bool = false - yyq2301[0] = x.Kind != "" - yyq2301[1] = x.APIVersion != "" - yyq2301[2] = true - yyq2301[3] = true - yyq2301[4] = true - var yynn2301 int - if yyr2301 || yy2arr2301 { + yysep2306 := !z.EncBinary() + yy2arr2306 := z.EncBasicHandle().StructToArray + var yyq2306 [5]bool + _, _, _ = yysep2306, yyq2306, yy2arr2306 + const yyr2306 bool = false + yyq2306[0] = x.Kind != "" + yyq2306[1] = x.APIVersion != "" + yyq2306[2] = true + yyq2306[3] = true + yyq2306[4] = true + var yynn2306 int + if yyr2306 || yy2arr2306 { r.EncodeArrayStart(5) } else { - yynn2301 = 0 - for _, b := range yyq2301 { + yynn2306 = 0 + for _, b := range yyq2306 { if b { - yynn2301++ + yynn2306++ } } - r.EncodeMapStart(yynn2301) - yynn2301 = 0 + r.EncodeMapStart(yynn2306) + yynn2306 = 0 } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2301[0] { - yym2303 := z.EncBinary() - _ = yym2303 + if yyq2306[0] { + yym2308 := z.EncBinary() + _ = yym2308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30538,23 +30593,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2301[0] { + if yyq2306[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2304 := z.EncBinary() - _ = yym2304 + yym2309 := z.EncBinary() + _ = yym2309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2301[1] { - yym2306 := z.EncBinary() - _ = yym2306 + if yyq2306[1] { + yym2311 := z.EncBinary() + _ = yym2311 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30563,70 +30618,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2301[1] { + if yyq2306[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2307 := z.EncBinary() - _ = yym2307 + yym2312 := z.EncBinary() + _ = yym2312 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2301[2] { - yy2309 := &x.ObjectMeta - yy2309.CodecEncodeSelf(e) + if yyq2306[2] { + yy2314 := &x.ObjectMeta + yy2314.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2301[2] { + if yyq2306[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2310 := &x.ObjectMeta - yy2310.CodecEncodeSelf(e) + yy2315 := &x.ObjectMeta + yy2315.CodecEncodeSelf(e) } } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2301[3] { - yy2312 := &x.Spec - yy2312.CodecEncodeSelf(e) + if yyq2306[3] { + yy2317 := &x.Spec + yy2317.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2301[3] { + if yyq2306[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2313 := &x.Spec - yy2313.CodecEncodeSelf(e) + yy2318 := &x.Spec + yy2318.CodecEncodeSelf(e) } } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2301[4] { - yy2315 := &x.Status - yy2315.CodecEncodeSelf(e) + if yyq2306[4] { + yy2320 := &x.Status + yy2320.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2301[4] { + if yyq2306[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2316 := &x.Status - yy2316.CodecEncodeSelf(e) + yy2321 := &x.Status + yy2321.CodecEncodeSelf(e) } } - if yyr2301 || yy2arr2301 { + if yyr2306 || yy2arr2306 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30639,25 +30694,25 @@ func (x *Pod) 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 { - yyct2318 := r.ContainerType() - if yyct2318 == codecSelferValueTypeMap1234 { - yyl2318 := r.ReadMapStart() - if yyl2318 == 0 { + yyct2323 := r.ContainerType() + if yyct2323 == codecSelferValueTypeMap1234 { + yyl2323 := r.ReadMapStart() + if yyl2323 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2318, d) + x.codecDecodeSelfFromMap(yyl2323, d) } - } else if yyct2318 == codecSelferValueTypeArray1234 { - yyl2318 := r.ReadArrayStart() - if yyl2318 == 0 { + } else if yyct2323 == codecSelferValueTypeArray1234 { + yyl2323 := r.ReadArrayStart() + if yyl2323 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2318, d) + x.codecDecodeSelfFromArray(yyl2323, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30669,12 +30724,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2319Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2319Slc - var yyhl2319 bool = l >= 0 - for yyj2319 := 0; ; yyj2319++ { - if yyhl2319 { - if yyj2319 >= l { + var yys2324Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2324Slc + var yyhl2324 bool = l >= 0 + for yyj2324 := 0; ; yyj2324++ { + if yyhl2324 { + if yyj2324 >= l { break } } else { @@ -30683,10 +30738,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2319Slc = r.DecodeBytes(yys2319Slc, true, true) - yys2319 := string(yys2319Slc) + yys2324Slc = r.DecodeBytes(yys2324Slc, true, true) + yys2324 := string(yys2324Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2319 { + switch yys2324 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30703,27 +30758,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2322 := &x.ObjectMeta - yyv2322.CodecDecodeSelf(d) + yyv2327 := &x.ObjectMeta + yyv2327.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2323 := &x.Spec - yyv2323.CodecDecodeSelf(d) + yyv2328 := &x.Spec + yyv2328.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2324 := &x.Status - yyv2324.CodecDecodeSelf(d) + yyv2329 := &x.Status + yyv2329.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2319) - } // end switch yys2319 - } // end for yyj2319 + z.DecStructFieldNotFound(-1, yys2324) + } // end switch yys2324 + } // end for yyj2324 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30731,16 +30786,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2325 int - var yyb2325 bool - var yyhl2325 bool = l >= 0 - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + var yyj2330 int + var yyb2330 bool + var yyhl2330 bool = l >= 0 + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30750,13 +30805,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30766,13 +30821,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30780,16 +30835,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2328 := &x.ObjectMeta - yyv2328.CodecDecodeSelf(d) + yyv2333 := &x.ObjectMeta + yyv2333.CodecDecodeSelf(d) } - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30797,16 +30852,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2329 := &x.Spec - yyv2329.CodecDecodeSelf(d) + yyv2334 := &x.Spec + yyv2334.CodecDecodeSelf(d) } - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30814,21 +30869,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2330 := &x.Status - yyv2330.CodecDecodeSelf(d) + yyv2335 := &x.Status + yyv2335.CodecDecodeSelf(d) } for { - yyj2325++ - if yyhl2325 { - yyb2325 = yyj2325 > l + yyj2330++ + if yyhl2330 { + yyb2330 = yyj2330 > l } else { - yyb2325 = r.CheckBreak() + yyb2330 = r.CheckBreak() } - if yyb2325 { + if yyb2330 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2325-1, "") + z.DecStructFieldNotFound(yyj2330-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30840,66 +30895,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2331 := z.EncBinary() - _ = yym2331 + yym2336 := z.EncBinary() + _ = yym2336 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2332 := !z.EncBinary() - yy2arr2332 := z.EncBasicHandle().StructToArray - var yyq2332 [2]bool - _, _, _ = yysep2332, yyq2332, yy2arr2332 - const yyr2332 bool = false - yyq2332[0] = true - yyq2332[1] = true - var yynn2332 int - if yyr2332 || yy2arr2332 { + yysep2337 := !z.EncBinary() + yy2arr2337 := z.EncBasicHandle().StructToArray + var yyq2337 [2]bool + _, _, _ = yysep2337, yyq2337, yy2arr2337 + const yyr2337 bool = false + yyq2337[0] = true + yyq2337[1] = true + var yynn2337 int + if yyr2337 || yy2arr2337 { r.EncodeArrayStart(2) } else { - yynn2332 = 0 - for _, b := range yyq2332 { + yynn2337 = 0 + for _, b := range yyq2337 { if b { - yynn2332++ + yynn2337++ } } - r.EncodeMapStart(yynn2332) - yynn2332 = 0 + r.EncodeMapStart(yynn2337) + yynn2337 = 0 } - if yyr2332 || yy2arr2332 { + if yyr2337 || yy2arr2337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2332[0] { - yy2334 := &x.ObjectMeta - yy2334.CodecEncodeSelf(e) + if yyq2337[0] { + yy2339 := &x.ObjectMeta + yy2339.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2332[0] { + if yyq2337[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2335 := &x.ObjectMeta - yy2335.CodecEncodeSelf(e) + yy2340 := &x.ObjectMeta + yy2340.CodecEncodeSelf(e) } } - if yyr2332 || yy2arr2332 { + if yyr2337 || yy2arr2337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2332[1] { - yy2337 := &x.Spec - yy2337.CodecEncodeSelf(e) + if yyq2337[1] { + yy2342 := &x.Spec + yy2342.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2332[1] { + if yyq2337[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2338 := &x.Spec - yy2338.CodecEncodeSelf(e) + yy2343 := &x.Spec + yy2343.CodecEncodeSelf(e) } } - if yyr2332 || yy2arr2332 { + if yyr2337 || yy2arr2337 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30912,25 +30967,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2339 := z.DecBinary() - _ = yym2339 + yym2344 := z.DecBinary() + _ = yym2344 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2340 := r.ContainerType() - if yyct2340 == codecSelferValueTypeMap1234 { - yyl2340 := r.ReadMapStart() - if yyl2340 == 0 { + yyct2345 := r.ContainerType() + if yyct2345 == codecSelferValueTypeMap1234 { + yyl2345 := r.ReadMapStart() + if yyl2345 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2340, d) + x.codecDecodeSelfFromMap(yyl2345, d) } - } else if yyct2340 == codecSelferValueTypeArray1234 { - yyl2340 := r.ReadArrayStart() - if yyl2340 == 0 { + } else if yyct2345 == codecSelferValueTypeArray1234 { + yyl2345 := r.ReadArrayStart() + if yyl2345 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2340, d) + x.codecDecodeSelfFromArray(yyl2345, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30942,12 +30997,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2341Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2341Slc - var yyhl2341 bool = l >= 0 - for yyj2341 := 0; ; yyj2341++ { - if yyhl2341 { - if yyj2341 >= l { + var yys2346Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2346Slc + var yyhl2346 bool = l >= 0 + for yyj2346 := 0; ; yyj2346++ { + if yyhl2346 { + if yyj2346 >= l { break } } else { @@ -30956,28 +31011,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2341Slc = r.DecodeBytes(yys2341Slc, true, true) - yys2341 := string(yys2341Slc) + yys2346Slc = r.DecodeBytes(yys2346Slc, true, true) + yys2346 := string(yys2346Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2341 { + switch yys2346 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2342 := &x.ObjectMeta - yyv2342.CodecDecodeSelf(d) + yyv2347 := &x.ObjectMeta + yyv2347.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2343 := &x.Spec - yyv2343.CodecDecodeSelf(d) + yyv2348 := &x.Spec + yyv2348.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2341) - } // end switch yys2341 - } // end for yyj2341 + z.DecStructFieldNotFound(-1, yys2346) + } // end switch yys2346 + } // end for yyj2346 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30985,16 +31040,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2344 int - var yyb2344 bool - var yyhl2344 bool = l >= 0 - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + var yyj2349 int + var yyb2349 bool + var yyhl2349 bool = l >= 0 + yyj2349++ + if yyhl2349 { + yyb2349 = yyj2349 > l } else { - yyb2344 = r.CheckBreak() + yyb2349 = r.CheckBreak() } - if yyb2344 { + if yyb2349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31002,16 +31057,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2345 := &x.ObjectMeta - yyv2345.CodecDecodeSelf(d) + yyv2350 := &x.ObjectMeta + yyv2350.CodecDecodeSelf(d) } - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2349++ + if yyhl2349 { + yyb2349 = yyj2349 > l } else { - yyb2344 = r.CheckBreak() + yyb2349 = r.CheckBreak() } - if yyb2344 { + if yyb2349 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31019,21 +31074,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2346 := &x.Spec - yyv2346.CodecDecodeSelf(d) + yyv2351 := &x.Spec + yyv2351.CodecDecodeSelf(d) } for { - yyj2344++ - if yyhl2344 { - yyb2344 = yyj2344 > l + yyj2349++ + if yyhl2349 { + yyb2349 = yyj2349 > l } else { - yyb2344 = r.CheckBreak() + yyb2349 = r.CheckBreak() } - if yyb2344 { + if yyb2349 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2344-1, "") + z.DecStructFieldNotFound(yyj2349-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31045,38 +31100,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2347 := z.EncBinary() - _ = yym2347 + yym2352 := z.EncBinary() + _ = yym2352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2348 := !z.EncBinary() - yy2arr2348 := z.EncBasicHandle().StructToArray - var yyq2348 [4]bool - _, _, _ = yysep2348, yyq2348, yy2arr2348 - const yyr2348 bool = false - yyq2348[0] = x.Kind != "" - yyq2348[1] = x.APIVersion != "" - yyq2348[2] = true - yyq2348[3] = true - var yynn2348 int - if yyr2348 || yy2arr2348 { + yysep2353 := !z.EncBinary() + yy2arr2353 := z.EncBasicHandle().StructToArray + var yyq2353 [4]bool + _, _, _ = yysep2353, yyq2353, yy2arr2353 + const yyr2353 bool = false + yyq2353[0] = x.Kind != "" + yyq2353[1] = x.APIVersion != "" + yyq2353[2] = true + yyq2353[3] = true + var yynn2353 int + if yyr2353 || yy2arr2353 { r.EncodeArrayStart(4) } else { - yynn2348 = 0 - for _, b := range yyq2348 { + yynn2353 = 0 + for _, b := range yyq2353 { if b { - yynn2348++ + yynn2353++ } } - r.EncodeMapStart(yynn2348) - yynn2348 = 0 + r.EncodeMapStart(yynn2353) + yynn2353 = 0 } - if yyr2348 || yy2arr2348 { + if yyr2353 || yy2arr2353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2348[0] { - yym2350 := z.EncBinary() - _ = yym2350 + if yyq2353[0] { + yym2355 := z.EncBinary() + _ = yym2355 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31085,23 +31140,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2348[0] { + if yyq2353[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2351 := z.EncBinary() - _ = yym2351 + yym2356 := z.EncBinary() + _ = yym2356 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2348 || yy2arr2348 { + if yyr2353 || yy2arr2353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2348[1] { - yym2353 := z.EncBinary() - _ = yym2353 + if yyq2353[1] { + yym2358 := z.EncBinary() + _ = yym2358 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31110,53 +31165,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2348[1] { + if yyq2353[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2354 := z.EncBinary() - _ = yym2354 + yym2359 := z.EncBinary() + _ = yym2359 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2348 || yy2arr2348 { + if yyr2353 || yy2arr2353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2348[2] { - yy2356 := &x.ObjectMeta - yy2356.CodecEncodeSelf(e) + if yyq2353[2] { + yy2361 := &x.ObjectMeta + yy2361.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2348[2] { + if yyq2353[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2357 := &x.ObjectMeta - yy2357.CodecEncodeSelf(e) + yy2362 := &x.ObjectMeta + yy2362.CodecEncodeSelf(e) } } - if yyr2348 || yy2arr2348 { + if yyr2353 || yy2arr2353 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2348[3] { - yy2359 := &x.Template - yy2359.CodecEncodeSelf(e) + if yyq2353[3] { + yy2364 := &x.Template + yy2364.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2348[3] { + if yyq2353[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2360 := &x.Template - yy2360.CodecEncodeSelf(e) + yy2365 := &x.Template + yy2365.CodecEncodeSelf(e) } } - if yyr2348 || yy2arr2348 { + if yyr2353 || yy2arr2353 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31169,25 +31224,25 @@ func (x *PodTemplate) 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 { - yyct2362 := r.ContainerType() - if yyct2362 == codecSelferValueTypeMap1234 { - yyl2362 := r.ReadMapStart() - if yyl2362 == 0 { + yyct2367 := r.ContainerType() + if yyct2367 == codecSelferValueTypeMap1234 { + yyl2367 := r.ReadMapStart() + if yyl2367 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2362, d) + x.codecDecodeSelfFromMap(yyl2367, d) } - } else if yyct2362 == codecSelferValueTypeArray1234 { - yyl2362 := r.ReadArrayStart() - if yyl2362 == 0 { + } else if yyct2367 == codecSelferValueTypeArray1234 { + yyl2367 := r.ReadArrayStart() + if yyl2367 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2362, d) + x.codecDecodeSelfFromArray(yyl2367, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31199,12 +31254,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2363Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2363Slc - var yyhl2363 bool = l >= 0 - for yyj2363 := 0; ; yyj2363++ { - if yyhl2363 { - if yyj2363 >= l { + var yys2368Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2368Slc + var yyhl2368 bool = l >= 0 + for yyj2368 := 0; ; yyj2368++ { + if yyhl2368 { + if yyj2368 >= l { break } } else { @@ -31213,10 +31268,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2363Slc = r.DecodeBytes(yys2363Slc, true, true) - yys2363 := string(yys2363Slc) + yys2368Slc = r.DecodeBytes(yys2368Slc, true, true) + yys2368 := string(yys2368Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2363 { + switch yys2368 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31233,20 +31288,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2366 := &x.ObjectMeta - yyv2366.CodecDecodeSelf(d) + yyv2371 := &x.ObjectMeta + yyv2371.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2367 := &x.Template - yyv2367.CodecDecodeSelf(d) + yyv2372 := &x.Template + yyv2372.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2363) - } // end switch yys2363 - } // end for yyj2363 + z.DecStructFieldNotFound(-1, yys2368) + } // end switch yys2368 + } // end for yyj2368 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31254,16 +31309,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2368 int - var yyb2368 bool - var yyhl2368 bool = l >= 0 - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + var yyj2373 int + var yyb2373 bool + var yyhl2373 bool = l >= 0 + yyj2373++ + if yyhl2373 { + yyb2373 = yyj2373 > l } else { - yyb2368 = r.CheckBreak() + yyb2373 = r.CheckBreak() } - if yyb2368 { + if yyb2373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31273,13 +31328,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2373++ + if yyhl2373 { + yyb2373 = yyj2373 > l } else { - yyb2368 = r.CheckBreak() + yyb2373 = r.CheckBreak() } - if yyb2368 { + if yyb2373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31289,13 +31344,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2373++ + if yyhl2373 { + yyb2373 = yyj2373 > l } else { - yyb2368 = r.CheckBreak() + yyb2373 = r.CheckBreak() } - if yyb2368 { + if yyb2373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31303,16 +31358,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2371 := &x.ObjectMeta - yyv2371.CodecDecodeSelf(d) + yyv2376 := &x.ObjectMeta + yyv2376.CodecDecodeSelf(d) } - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2373++ + if yyhl2373 { + yyb2373 = yyj2373 > l } else { - yyb2368 = r.CheckBreak() + yyb2373 = r.CheckBreak() } - if yyb2368 { + if yyb2373 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31320,21 +31375,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2372 := &x.Template - yyv2372.CodecDecodeSelf(d) + yyv2377 := &x.Template + yyv2377.CodecDecodeSelf(d) } for { - yyj2368++ - if yyhl2368 { - yyb2368 = yyj2368 > l + yyj2373++ + if yyhl2373 { + yyb2373 = yyj2373 > l } else { - yyb2368 = r.CheckBreak() + yyb2373 = r.CheckBreak() } - if yyb2368 { + if yyb2373 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2368-1, "") + z.DecStructFieldNotFound(yyj2373-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31346,37 +31401,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2373 := z.EncBinary() - _ = yym2373 + yym2378 := z.EncBinary() + _ = yym2378 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2374 := !z.EncBinary() - yy2arr2374 := z.EncBasicHandle().StructToArray - var yyq2374 [4]bool - _, _, _ = yysep2374, yyq2374, yy2arr2374 - const yyr2374 bool = false - yyq2374[0] = x.Kind != "" - yyq2374[1] = x.APIVersion != "" - yyq2374[2] = true - var yynn2374 int - if yyr2374 || yy2arr2374 { + yysep2379 := !z.EncBinary() + yy2arr2379 := z.EncBasicHandle().StructToArray + var yyq2379 [4]bool + _, _, _ = yysep2379, yyq2379, yy2arr2379 + const yyr2379 bool = false + yyq2379[0] = x.Kind != "" + yyq2379[1] = x.APIVersion != "" + yyq2379[2] = true + var yynn2379 int + if yyr2379 || yy2arr2379 { r.EncodeArrayStart(4) } else { - yynn2374 = 1 - for _, b := range yyq2374 { + yynn2379 = 1 + for _, b := range yyq2379 { if b { - yynn2374++ + yynn2379++ } } - r.EncodeMapStart(yynn2374) - yynn2374 = 0 + r.EncodeMapStart(yynn2379) + yynn2379 = 0 } - if yyr2374 || yy2arr2374 { + if yyr2379 || yy2arr2379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2374[0] { - yym2376 := z.EncBinary() - _ = yym2376 + if yyq2379[0] { + yym2381 := z.EncBinary() + _ = yym2381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31385,23 +31440,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2374[0] { + if yyq2379[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2377 := z.EncBinary() - _ = yym2377 + yym2382 := z.EncBinary() + _ = yym2382 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2374 || yy2arr2374 { + if yyr2379 || yy2arr2379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2374[1] { - yym2379 := z.EncBinary() - _ = yym2379 + if yyq2379[1] { + yym2384 := z.EncBinary() + _ = yym2384 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31410,54 +31465,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2374[1] { + if yyq2379[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2380 := z.EncBinary() - _ = yym2380 + yym2385 := z.EncBinary() + _ = yym2385 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2374 || yy2arr2374 { + if yyr2379 || yy2arr2379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2374[2] { - yy2382 := &x.ListMeta - yym2383 := z.EncBinary() - _ = yym2383 + if yyq2379[2] { + yy2387 := &x.ListMeta + yym2388 := z.EncBinary() + _ = yym2388 if false { - } else if z.HasExtensions() && z.EncExt(yy2382) { + } else if z.HasExtensions() && z.EncExt(yy2387) { } else { - z.EncFallback(yy2382) + z.EncFallback(yy2387) } } else { r.EncodeNil() } } else { - if yyq2374[2] { + if yyq2379[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2384 := &x.ListMeta - yym2385 := z.EncBinary() - _ = yym2385 + yy2389 := &x.ListMeta + yym2390 := z.EncBinary() + _ = yym2390 if false { - } else if z.HasExtensions() && z.EncExt(yy2384) { + } else if z.HasExtensions() && z.EncExt(yy2389) { } else { - z.EncFallback(yy2384) + z.EncFallback(yy2389) } } } - if yyr2374 || yy2arr2374 { + if yyr2379 || yy2arr2379 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2387 := z.EncBinary() - _ = yym2387 + yym2392 := z.EncBinary() + _ = yym2392 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -31470,15 +31525,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2388 := z.EncBinary() - _ = yym2388 + yym2393 := z.EncBinary() + _ = yym2393 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr2374 || yy2arr2374 { + if yyr2379 || yy2arr2379 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31491,25 +31546,25 @@ func (x *PodTemplateList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2389 := z.DecBinary() - _ = yym2389 + yym2394 := z.DecBinary() + _ = yym2394 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2390 := r.ContainerType() - if yyct2390 == codecSelferValueTypeMap1234 { - yyl2390 := r.ReadMapStart() - if yyl2390 == 0 { + yyct2395 := r.ContainerType() + if yyct2395 == codecSelferValueTypeMap1234 { + yyl2395 := r.ReadMapStart() + if yyl2395 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2390, d) + x.codecDecodeSelfFromMap(yyl2395, d) } - } else if yyct2390 == codecSelferValueTypeArray1234 { - yyl2390 := r.ReadArrayStart() - if yyl2390 == 0 { + } else if yyct2395 == codecSelferValueTypeArray1234 { + yyl2395 := r.ReadArrayStart() + if yyl2395 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2390, d) + x.codecDecodeSelfFromArray(yyl2395, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31521,12 +31576,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2391Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2391Slc - var yyhl2391 bool = l >= 0 - for yyj2391 := 0; ; yyj2391++ { - if yyhl2391 { - if yyj2391 >= l { + var yys2396Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2396Slc + var yyhl2396 bool = l >= 0 + for yyj2396 := 0; ; yyj2396++ { + if yyhl2396 { + if yyj2396 >= l { break } } else { @@ -31535,10 +31590,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2391Slc = r.DecodeBytes(yys2391Slc, true, true) - yys2391 := string(yys2391Slc) + yys2396Slc = r.DecodeBytes(yys2396Slc, true, true) + yys2396 := string(yys2396Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2391 { + switch yys2396 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31555,31 +31610,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2394 := &x.ListMeta - yym2395 := z.DecBinary() - _ = yym2395 + yyv2399 := &x.ListMeta + yym2400 := z.DecBinary() + _ = yym2400 if false { - } else if z.HasExtensions() && z.DecExt(yyv2394) { + } else if z.HasExtensions() && z.DecExt(yyv2399) { } else { - z.DecFallback(yyv2394, false) + z.DecFallback(yyv2399, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2396 := &x.Items - yym2397 := z.DecBinary() - _ = yym2397 + yyv2401 := &x.Items + yym2402 := z.DecBinary() + _ = yym2402 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2396), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2401), d) } } default: - z.DecStructFieldNotFound(-1, yys2391) - } // end switch yys2391 - } // end for yyj2391 + z.DecStructFieldNotFound(-1, yys2396) + } // end switch yys2396 + } // end for yyj2396 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31587,16 +31642,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2398 int - var yyb2398 bool - var yyhl2398 bool = l >= 0 - yyj2398++ - if yyhl2398 { - yyb2398 = yyj2398 > l + var yyj2403 int + var yyb2403 bool + var yyhl2403 bool = l >= 0 + yyj2403++ + if yyhl2403 { + yyb2403 = yyj2403 > l } else { - yyb2398 = r.CheckBreak() + yyb2403 = r.CheckBreak() } - if yyb2398 { + if yyb2403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31606,13 +31661,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2398++ - if yyhl2398 { - yyb2398 = yyj2398 > l + yyj2403++ + if yyhl2403 { + yyb2403 = yyj2403 > l } else { - yyb2398 = r.CheckBreak() + yyb2403 = r.CheckBreak() } - if yyb2398 { + if yyb2403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31622,13 +31677,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2398++ - if yyhl2398 { - yyb2398 = yyj2398 > l + yyj2403++ + if yyhl2403 { + yyb2403 = yyj2403 > l } else { - yyb2398 = r.CheckBreak() + yyb2403 = r.CheckBreak() } - if yyb2398 { + if yyb2403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31636,22 +31691,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2401 := &x.ListMeta - yym2402 := z.DecBinary() - _ = yym2402 + yyv2406 := &x.ListMeta + yym2407 := z.DecBinary() + _ = yym2407 if false { - } else if z.HasExtensions() && z.DecExt(yyv2401) { + } else if z.HasExtensions() && z.DecExt(yyv2406) { } else { - z.DecFallback(yyv2401, false) + z.DecFallback(yyv2406, false) } } - yyj2398++ - if yyhl2398 { - yyb2398 = yyj2398 > l + yyj2403++ + if yyhl2403 { + yyb2403 = yyj2403 > l } else { - yyb2398 = r.CheckBreak() + yyb2403 = r.CheckBreak() } - if yyb2398 { + if yyb2403 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31659,26 +31714,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2403 := &x.Items - yym2404 := z.DecBinary() - _ = yym2404 + yyv2408 := &x.Items + yym2409 := z.DecBinary() + _ = yym2409 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2403), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2408), d) } } for { - yyj2398++ - if yyhl2398 { - yyb2398 = yyj2398 > l + yyj2403++ + if yyhl2403 { + yyb2403 = yyj2403 > l } else { - yyb2398 = r.CheckBreak() + yyb2403 = r.CheckBreak() } - if yyb2398 { + if yyb2403 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2398-1, "") + z.DecStructFieldNotFound(yyj2403-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31690,34 +31745,34 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2405 := z.EncBinary() - _ = yym2405 + yym2410 := z.EncBinary() + _ = yym2410 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2406 := !z.EncBinary() - yy2arr2406 := z.EncBasicHandle().StructToArray - var yyq2406 [3]bool - _, _, _ = yysep2406, yyq2406, yy2arr2406 - const yyr2406 bool = false - yyq2406[2] = x.Template != nil - var yynn2406 int - if yyr2406 || yy2arr2406 { + yysep2411 := !z.EncBinary() + yy2arr2411 := z.EncBasicHandle().StructToArray + var yyq2411 [3]bool + _, _, _ = yysep2411, yyq2411, yy2arr2411 + const yyr2411 bool = false + yyq2411[2] = x.Template != nil + var yynn2411 int + if yyr2411 || yy2arr2411 { r.EncodeArrayStart(3) } else { - yynn2406 = 2 - for _, b := range yyq2406 { + yynn2411 = 2 + for _, b := range yyq2411 { if b { - yynn2406++ + yynn2411++ } } - r.EncodeMapStart(yynn2406) - yynn2406 = 0 + r.EncodeMapStart(yynn2411) + yynn2411 = 0 } - if yyr2406 || yy2arr2406 { + if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2408 := z.EncBinary() - _ = yym2408 + yym2413 := z.EncBinary() + _ = yym2413 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -31726,20 +31781,20 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2409 := z.EncBinary() - _ = yym2409 + yym2414 := z.EncBinary() + _ = yym2414 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2406 || yy2arr2406 { + if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2411 := z.EncBinary() - _ = yym2411 + yym2416 := z.EncBinary() + _ = yym2416 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31752,17 +31807,17 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2412 := z.EncBinary() - _ = yym2412 + yym2417 := z.EncBinary() + _ = yym2417 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2406 || yy2arr2406 { + if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2406[2] { + if yyq2411[2] { if x.Template == nil { r.EncodeNil() } else { @@ -31772,7 +31827,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2406[2] { + if yyq2411[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31783,7 +31838,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2406 || yy2arr2406 { + if yyr2411 || yy2arr2411 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31796,25 +31851,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2414 := z.DecBinary() - _ = yym2414 + yym2419 := z.DecBinary() + _ = yym2419 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2415 := r.ContainerType() - if yyct2415 == codecSelferValueTypeMap1234 { - yyl2415 := r.ReadMapStart() - if yyl2415 == 0 { + yyct2420 := r.ContainerType() + if yyct2420 == codecSelferValueTypeMap1234 { + yyl2420 := r.ReadMapStart() + if yyl2420 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2415, d) + x.codecDecodeSelfFromMap(yyl2420, d) } - } else if yyct2415 == codecSelferValueTypeArray1234 { - yyl2415 := r.ReadArrayStart() - if yyl2415 == 0 { + } else if yyct2420 == codecSelferValueTypeArray1234 { + yyl2420 := r.ReadArrayStart() + if yyl2420 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2415, d) + x.codecDecodeSelfFromArray(yyl2420, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31826,12 +31881,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2416Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2416Slc - var yyhl2416 bool = l >= 0 - for yyj2416 := 0; ; yyj2416++ { - if yyhl2416 { - if yyj2416 >= l { + var yys2421Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2421Slc + var yyhl2421 bool = l >= 0 + for yyj2421 := 0; ; yyj2421++ { + if yyhl2421 { + if yyj2421 >= l { break } } else { @@ -31840,10 +31895,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2416Slc = r.DecodeBytes(yys2416Slc, true, true) - yys2416 := string(yys2416Slc) + yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) + yys2421 := string(yys2421Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2416 { + switch yys2421 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -31854,12 +31909,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2418 := &x.Selector - yym2419 := z.DecBinary() - _ = yym2419 + yyv2423 := &x.Selector + yym2424 := z.DecBinary() + _ = yym2424 if false { } else { - z.F.DecMapStringStringX(yyv2418, false, d) + z.F.DecMapStringStringX(yyv2423, false, d) } } case "template": @@ -31874,9 +31929,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2416) - } // end switch yys2416 - } // end for yyj2416 + z.DecStructFieldNotFound(-1, yys2421) + } // end switch yys2421 + } // end for yyj2421 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31884,16 +31939,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2421 int - var yyb2421 bool - var yyhl2421 bool = l >= 0 - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + var yyj2426 int + var yyb2426 bool + var yyhl2426 bool = l >= 0 + yyj2426++ + if yyhl2426 { + yyb2426 = yyj2426 > l } else { - yyb2421 = r.CheckBreak() + yyb2426 = r.CheckBreak() } - if yyb2421 { + if yyb2426 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31903,13 +31958,13 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + yyj2426++ + if yyhl2426 { + yyb2426 = yyj2426 > l } else { - yyb2421 = r.CheckBreak() + yyb2426 = r.CheckBreak() } - if yyb2421 { + if yyb2426 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31917,21 +31972,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2423 := &x.Selector - yym2424 := z.DecBinary() - _ = yym2424 + yyv2428 := &x.Selector + yym2429 := z.DecBinary() + _ = yym2429 if false { } else { - z.F.DecMapStringStringX(yyv2423, false, d) + z.F.DecMapStringStringX(yyv2428, false, d) } } - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + yyj2426++ + if yyhl2426 { + yyb2426 = yyj2426 > l } else { - yyb2421 = r.CheckBreak() + yyb2426 = r.CheckBreak() } - if yyb2421 { + if yyb2426 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31947,17 +32002,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2421++ - if yyhl2421 { - yyb2421 = yyj2421 > l + yyj2426++ + if yyhl2426 { + yyb2426 = yyj2426 > l } else { - yyb2421 = r.CheckBreak() + yyb2426 = r.CheckBreak() } - if yyb2421 { + if yyb2426 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2421-1, "") + z.DecStructFieldNotFound(yyj2426-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31969,36 +32024,36 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2426 := z.EncBinary() - _ = yym2426 + yym2431 := z.EncBinary() + _ = yym2431 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2427 := !z.EncBinary() - yy2arr2427 := z.EncBasicHandle().StructToArray - var yyq2427 [4]bool - _, _, _ = yysep2427, yyq2427, yy2arr2427 - const yyr2427 bool = false - yyq2427[1] = x.FullyLabeledReplicas != 0 - yyq2427[2] = x.ReadyReplicas != 0 - yyq2427[3] = x.ObservedGeneration != 0 - var yynn2427 int - if yyr2427 || yy2arr2427 { + yysep2432 := !z.EncBinary() + yy2arr2432 := z.EncBasicHandle().StructToArray + var yyq2432 [4]bool + _, _, _ = yysep2432, yyq2432, yy2arr2432 + const yyr2432 bool = false + yyq2432[1] = x.FullyLabeledReplicas != 0 + yyq2432[2] = x.ReadyReplicas != 0 + yyq2432[3] = x.ObservedGeneration != 0 + var yynn2432 int + if yyr2432 || yy2arr2432 { r.EncodeArrayStart(4) } else { - yynn2427 = 1 - for _, b := range yyq2427 { + yynn2432 = 1 + for _, b := range yyq2432 { if b { - yynn2427++ + yynn2432++ } } - r.EncodeMapStart(yynn2427) - yynn2427 = 0 + r.EncodeMapStart(yynn2432) + yynn2432 = 0 } - if yyr2427 || yy2arr2427 { + if yyr2432 || yy2arr2432 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2429 := z.EncBinary() - _ = yym2429 + yym2434 := z.EncBinary() + _ = yym2434 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -32007,18 +32062,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2430 := z.EncBinary() - _ = yym2430 + yym2435 := z.EncBinary() + _ = yym2435 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2427 || yy2arr2427 { + if yyr2432 || yy2arr2432 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2427[1] { - yym2432 := z.EncBinary() - _ = yym2432 + if yyq2432[1] { + yym2437 := z.EncBinary() + _ = yym2437 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -32027,49 +32082,49 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2427[1] { + if yyq2432[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2433 := z.EncBinary() - _ = yym2433 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr2427 || yy2arr2427 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2427[2] { - yym2435 := z.EncBinary() - _ = yym2435 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq2427[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2436 := z.EncBinary() - _ = yym2436 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr2427 || yy2arr2427 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2427[3] { yym2438 := z.EncBinary() _ = yym2438 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr2432 || yy2arr2432 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2432[2] { + yym2440 := z.EncBinary() + _ = yym2440 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2432[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2441 := z.EncBinary() + _ = yym2441 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr2432 || yy2arr2432 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2432[3] { + yym2443 := z.EncBinary() + _ = yym2443 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -32077,19 +32132,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2427[3] { + if yyq2432[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2439 := z.EncBinary() - _ = yym2439 + yym2444 := z.EncBinary() + _ = yym2444 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2427 || yy2arr2427 { + if yyr2432 || yy2arr2432 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32102,25 +32157,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2440 := z.DecBinary() - _ = yym2440 + yym2445 := z.DecBinary() + _ = yym2445 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2441 := r.ContainerType() - if yyct2441 == codecSelferValueTypeMap1234 { - yyl2441 := r.ReadMapStart() - if yyl2441 == 0 { + yyct2446 := r.ContainerType() + if yyct2446 == codecSelferValueTypeMap1234 { + yyl2446 := r.ReadMapStart() + if yyl2446 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2441, d) + x.codecDecodeSelfFromMap(yyl2446, d) } - } else if yyct2441 == codecSelferValueTypeArray1234 { - yyl2441 := r.ReadArrayStart() - if yyl2441 == 0 { + } else if yyct2446 == codecSelferValueTypeArray1234 { + yyl2446 := r.ReadArrayStart() + if yyl2446 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2441, d) + x.codecDecodeSelfFromArray(yyl2446, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32132,12 +32187,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2442Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2442Slc - var yyhl2442 bool = l >= 0 - for yyj2442 := 0; ; yyj2442++ { - if yyhl2442 { - if yyj2442 >= l { + var yys2447Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2447Slc + var yyhl2447 bool = l >= 0 + for yyj2447 := 0; ; yyj2447++ { + if yyhl2447 { + if yyj2447 >= l { break } } else { @@ -32146,10 +32201,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2442Slc = r.DecodeBytes(yys2442Slc, true, true) - yys2442 := string(yys2442Slc) + yys2447Slc = r.DecodeBytes(yys2447Slc, true, true) + yys2447 := string(yys2447Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2442 { + switch yys2447 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -32175,9 +32230,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2442) - } // end switch yys2442 - } // end for yyj2442 + z.DecStructFieldNotFound(-1, yys2447) + } // end switch yys2447 + } // end for yyj2447 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32185,16 +32240,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2447 int - var yyb2447 bool - var yyhl2447 bool = l >= 0 - yyj2447++ - if yyhl2447 { - yyb2447 = yyj2447 > l + var yyj2452 int + var yyb2452 bool + var yyhl2452 bool = l >= 0 + yyj2452++ + if yyhl2452 { + yyb2452 = yyj2452 > l } else { - yyb2447 = r.CheckBreak() + yyb2452 = r.CheckBreak() } - if yyb2447 { + if yyb2452 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32204,13 +32259,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2447++ - if yyhl2447 { - yyb2447 = yyj2447 > l + yyj2452++ + if yyhl2452 { + yyb2452 = yyj2452 > l } else { - yyb2447 = r.CheckBreak() + yyb2452 = r.CheckBreak() } - if yyb2447 { + if yyb2452 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32220,13 +32275,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2447++ - if yyhl2447 { - yyb2447 = yyj2447 > l + yyj2452++ + if yyhl2452 { + yyb2452 = yyj2452 > l } else { - yyb2447 = r.CheckBreak() + yyb2452 = r.CheckBreak() } - if yyb2447 { + if yyb2452 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32236,13 +32291,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2447++ - if yyhl2447 { - yyb2447 = yyj2447 > l + yyj2452++ + if yyhl2452 { + yyb2452 = yyj2452 > l } else { - yyb2447 = r.CheckBreak() + yyb2452 = r.CheckBreak() } - if yyb2447 { + if yyb2452 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32253,17 +32308,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj2447++ - if yyhl2447 { - yyb2447 = yyj2447 > l + yyj2452++ + if yyhl2452 { + yyb2452 = yyj2452 > l } else { - yyb2447 = r.CheckBreak() + yyb2452 = r.CheckBreak() } - if yyb2447 { + if yyb2452 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2447-1, "") + z.DecStructFieldNotFound(yyj2452-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32275,39 +32330,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2452 := z.EncBinary() - _ = yym2452 + yym2457 := z.EncBinary() + _ = yym2457 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2453 := !z.EncBinary() - yy2arr2453 := z.EncBasicHandle().StructToArray - var yyq2453 [5]bool - _, _, _ = yysep2453, yyq2453, yy2arr2453 - const yyr2453 bool = false - yyq2453[0] = x.Kind != "" - yyq2453[1] = x.APIVersion != "" - yyq2453[2] = true - yyq2453[3] = true - yyq2453[4] = true - var yynn2453 int - if yyr2453 || yy2arr2453 { + yysep2458 := !z.EncBinary() + yy2arr2458 := z.EncBasicHandle().StructToArray + var yyq2458 [5]bool + _, _, _ = yysep2458, yyq2458, yy2arr2458 + const yyr2458 bool = false + yyq2458[0] = x.Kind != "" + yyq2458[1] = x.APIVersion != "" + yyq2458[2] = true + yyq2458[3] = true + yyq2458[4] = true + var yynn2458 int + if yyr2458 || yy2arr2458 { r.EncodeArrayStart(5) } else { - yynn2453 = 0 - for _, b := range yyq2453 { + yynn2458 = 0 + for _, b := range yyq2458 { if b { - yynn2453++ + yynn2458++ } } - r.EncodeMapStart(yynn2453) - yynn2453 = 0 + r.EncodeMapStart(yynn2458) + yynn2458 = 0 } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[0] { - yym2455 := z.EncBinary() - _ = yym2455 + if yyq2458[0] { + yym2460 := z.EncBinary() + _ = yym2460 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32316,23 +32371,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2453[0] { + if yyq2458[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2456 := z.EncBinary() - _ = yym2456 + yym2461 := z.EncBinary() + _ = yym2461 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[1] { - yym2458 := z.EncBinary() - _ = yym2458 + if yyq2458[1] { + yym2463 := z.EncBinary() + _ = yym2463 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32341,70 +32396,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2453[1] { + if yyq2458[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2459 := z.EncBinary() - _ = yym2459 + yym2464 := z.EncBinary() + _ = yym2464 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[2] { - yy2461 := &x.ObjectMeta - yy2461.CodecEncodeSelf(e) + if yyq2458[2] { + yy2466 := &x.ObjectMeta + yy2466.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[2] { + if yyq2458[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2462 := &x.ObjectMeta - yy2462.CodecEncodeSelf(e) + yy2467 := &x.ObjectMeta + yy2467.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[3] { - yy2464 := &x.Spec - yy2464.CodecEncodeSelf(e) + if yyq2458[3] { + yy2469 := &x.Spec + yy2469.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[3] { + if yyq2458[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2465 := &x.Spec - yy2465.CodecEncodeSelf(e) + yy2470 := &x.Spec + yy2470.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2453[4] { - yy2467 := &x.Status - yy2467.CodecEncodeSelf(e) + if yyq2458[4] { + yy2472 := &x.Status + yy2472.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2453[4] { + if yyq2458[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2468 := &x.Status - yy2468.CodecEncodeSelf(e) + yy2473 := &x.Status + yy2473.CodecEncodeSelf(e) } } - if yyr2453 || yy2arr2453 { + if yyr2458 || yy2arr2458 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32417,25 +32472,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2469 := z.DecBinary() - _ = yym2469 + yym2474 := z.DecBinary() + _ = yym2474 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2470 := r.ContainerType() - if yyct2470 == codecSelferValueTypeMap1234 { - yyl2470 := r.ReadMapStart() - if yyl2470 == 0 { + yyct2475 := r.ContainerType() + if yyct2475 == codecSelferValueTypeMap1234 { + yyl2475 := r.ReadMapStart() + if yyl2475 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2470, d) + x.codecDecodeSelfFromMap(yyl2475, d) } - } else if yyct2470 == codecSelferValueTypeArray1234 { - yyl2470 := r.ReadArrayStart() - if yyl2470 == 0 { + } else if yyct2475 == codecSelferValueTypeArray1234 { + yyl2475 := r.ReadArrayStart() + if yyl2475 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2470, d) + x.codecDecodeSelfFromArray(yyl2475, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32447,12 +32502,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2471Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2471Slc - var yyhl2471 bool = l >= 0 - for yyj2471 := 0; ; yyj2471++ { - if yyhl2471 { - if yyj2471 >= l { + var yys2476Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2476Slc + var yyhl2476 bool = l >= 0 + for yyj2476 := 0; ; yyj2476++ { + if yyhl2476 { + if yyj2476 >= l { break } } else { @@ -32461,10 +32516,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2471Slc = r.DecodeBytes(yys2471Slc, true, true) - yys2471 := string(yys2471Slc) + yys2476Slc = r.DecodeBytes(yys2476Slc, true, true) + yys2476 := string(yys2476Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2471 { + switch yys2476 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32481,27 +32536,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2474 := &x.ObjectMeta - yyv2474.CodecDecodeSelf(d) + yyv2479 := &x.ObjectMeta + yyv2479.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2475 := &x.Spec - yyv2475.CodecDecodeSelf(d) + yyv2480 := &x.Spec + yyv2480.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2476 := &x.Status - yyv2476.CodecDecodeSelf(d) + yyv2481 := &x.Status + yyv2481.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2471) - } // end switch yys2471 - } // end for yyj2471 + z.DecStructFieldNotFound(-1, yys2476) + } // end switch yys2476 + } // end for yyj2476 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32509,16 +32564,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2477 int - var yyb2477 bool - var yyhl2477 bool = l >= 0 - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + var yyj2482 int + var yyb2482 bool + var yyhl2482 bool = l >= 0 + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32528,13 +32583,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32544,13 +32599,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32558,16 +32613,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2480 := &x.ObjectMeta - yyv2480.CodecDecodeSelf(d) + yyv2485 := &x.ObjectMeta + yyv2485.CodecDecodeSelf(d) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32575,16 +32630,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2481 := &x.Spec - yyv2481.CodecDecodeSelf(d) + yyv2486 := &x.Spec + yyv2486.CodecDecodeSelf(d) } - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32592,21 +32647,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2482 := &x.Status - yyv2482.CodecDecodeSelf(d) + yyv2487 := &x.Status + yyv2487.CodecDecodeSelf(d) } for { - yyj2477++ - if yyhl2477 { - yyb2477 = yyj2477 > l + yyj2482++ + if yyhl2482 { + yyb2482 = yyj2482 > l } else { - yyb2477 = r.CheckBreak() + yyb2482 = r.CheckBreak() } - if yyb2477 { + if yyb2482 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2477-1, "") + z.DecStructFieldNotFound(yyj2482-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32618,37 +32673,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2483 := z.EncBinary() - _ = yym2483 + yym2488 := z.EncBinary() + _ = yym2488 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2484 := !z.EncBinary() - yy2arr2484 := z.EncBasicHandle().StructToArray - var yyq2484 [4]bool - _, _, _ = yysep2484, yyq2484, yy2arr2484 - const yyr2484 bool = false - yyq2484[0] = x.Kind != "" - yyq2484[1] = x.APIVersion != "" - yyq2484[2] = true - var yynn2484 int - if yyr2484 || yy2arr2484 { + yysep2489 := !z.EncBinary() + yy2arr2489 := z.EncBasicHandle().StructToArray + var yyq2489 [4]bool + _, _, _ = yysep2489, yyq2489, yy2arr2489 + const yyr2489 bool = false + yyq2489[0] = x.Kind != "" + yyq2489[1] = x.APIVersion != "" + yyq2489[2] = true + var yynn2489 int + if yyr2489 || yy2arr2489 { r.EncodeArrayStart(4) } else { - yynn2484 = 1 - for _, b := range yyq2484 { + yynn2489 = 1 + for _, b := range yyq2489 { if b { - yynn2484++ + yynn2489++ } } - r.EncodeMapStart(yynn2484) - yynn2484 = 0 + r.EncodeMapStart(yynn2489) + yynn2489 = 0 } - if yyr2484 || yy2arr2484 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[0] { - yym2486 := z.EncBinary() - _ = yym2486 + if yyq2489[0] { + yym2491 := z.EncBinary() + _ = yym2491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -32657,23 +32712,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2484[0] { + if yyq2489[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2487 := z.EncBinary() - _ = yym2487 + yym2492 := z.EncBinary() + _ = yym2492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2484 || yy2arr2484 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[1] { - yym2489 := z.EncBinary() - _ = yym2489 + if yyq2489[1] { + yym2494 := z.EncBinary() + _ = yym2494 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -32682,54 +32737,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2484[1] { + if yyq2489[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2490 := z.EncBinary() - _ = yym2490 + yym2495 := z.EncBinary() + _ = yym2495 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2484 || yy2arr2484 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2484[2] { - yy2492 := &x.ListMeta - yym2493 := z.EncBinary() - _ = yym2493 + if yyq2489[2] { + yy2497 := &x.ListMeta + yym2498 := z.EncBinary() + _ = yym2498 if false { - } else if z.HasExtensions() && z.EncExt(yy2492) { + } else if z.HasExtensions() && z.EncExt(yy2497) { } else { - z.EncFallback(yy2492) + z.EncFallback(yy2497) } } else { r.EncodeNil() } } else { - if yyq2484[2] { + if yyq2489[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2494 := &x.ListMeta - yym2495 := z.EncBinary() - _ = yym2495 + yy2499 := &x.ListMeta + yym2500 := z.EncBinary() + _ = yym2500 if false { - } else if z.HasExtensions() && z.EncExt(yy2494) { + } else if z.HasExtensions() && z.EncExt(yy2499) { } else { - z.EncFallback(yy2494) + z.EncFallback(yy2499) } } } - if yyr2484 || yy2arr2484 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2497 := z.EncBinary() - _ = yym2497 + yym2502 := z.EncBinary() + _ = yym2502 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32742,15 +32797,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2498 := z.EncBinary() - _ = yym2498 + yym2503 := z.EncBinary() + _ = yym2503 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2484 || yy2arr2484 { + if yyr2489 || yy2arr2489 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32763,25 +32818,25 @@ func (x *ReplicationControllerList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2499 := z.DecBinary() - _ = yym2499 + yym2504 := z.DecBinary() + _ = yym2504 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2500 := r.ContainerType() - if yyct2500 == codecSelferValueTypeMap1234 { - yyl2500 := r.ReadMapStart() - if yyl2500 == 0 { + yyct2505 := r.ContainerType() + if yyct2505 == codecSelferValueTypeMap1234 { + yyl2505 := r.ReadMapStart() + if yyl2505 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2500, d) + x.codecDecodeSelfFromMap(yyl2505, d) } - } else if yyct2500 == codecSelferValueTypeArray1234 { - yyl2500 := r.ReadArrayStart() - if yyl2500 == 0 { + } else if yyct2505 == codecSelferValueTypeArray1234 { + yyl2505 := r.ReadArrayStart() + if yyl2505 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2500, d) + x.codecDecodeSelfFromArray(yyl2505, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32793,12 +32848,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2501Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2501Slc - var yyhl2501 bool = l >= 0 - for yyj2501 := 0; ; yyj2501++ { - if yyhl2501 { - if yyj2501 >= l { + var yys2506Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2506Slc + var yyhl2506 bool = l >= 0 + for yyj2506 := 0; ; yyj2506++ { + if yyhl2506 { + if yyj2506 >= l { break } } else { @@ -32807,10 +32862,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2501Slc = r.DecodeBytes(yys2501Slc, true, true) - yys2501 := string(yys2501Slc) + yys2506Slc = r.DecodeBytes(yys2506Slc, true, true) + yys2506 := string(yys2506Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2501 { + switch yys2506 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32827,31 +32882,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2504 := &x.ListMeta - yym2505 := z.DecBinary() - _ = yym2505 + yyv2509 := &x.ListMeta + yym2510 := z.DecBinary() + _ = yym2510 if false { - } else if z.HasExtensions() && z.DecExt(yyv2504) { + } else if z.HasExtensions() && z.DecExt(yyv2509) { } else { - z.DecFallback(yyv2504, false) + z.DecFallback(yyv2509, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2506 := &x.Items - yym2507 := z.DecBinary() - _ = yym2507 + yyv2511 := &x.Items + yym2512 := z.DecBinary() + _ = yym2512 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2506), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2511), d) } } default: - z.DecStructFieldNotFound(-1, yys2501) - } // end switch yys2501 - } // end for yyj2501 + z.DecStructFieldNotFound(-1, yys2506) + } // end switch yys2506 + } // end for yyj2506 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32859,16 +32914,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2508 int - var yyb2508 bool - var yyhl2508 bool = l >= 0 - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + var yyj2513 int + var yyb2513 bool + var yyhl2513 bool = l >= 0 + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2508 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2508 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32878,13 +32933,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2508 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2508 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32894,13 +32949,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2508 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2508 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32908,22 +32963,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2511 := &x.ListMeta - yym2512 := z.DecBinary() - _ = yym2512 + yyv2516 := &x.ListMeta + yym2517 := z.DecBinary() + _ = yym2517 if false { - } else if z.HasExtensions() && z.DecExt(yyv2511) { + } else if z.HasExtensions() && z.DecExt(yyv2516) { } else { - z.DecFallback(yyv2511, false) + z.DecFallback(yyv2516, false) } } - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2508 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2508 { + if yyb2513 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32931,26 +32986,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2513 := &x.Items - yym2514 := z.DecBinary() - _ = yym2514 + yyv2518 := &x.Items + yym2519 := z.DecBinary() + _ = yym2519 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2513), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2518), d) } } for { - yyj2508++ - if yyhl2508 { - yyb2508 = yyj2508 > l + yyj2513++ + if yyhl2513 { + yyb2513 = yyj2513 > l } else { - yyb2508 = r.CheckBreak() + yyb2513 = r.CheckBreak() } - if yyb2508 { + if yyb2513 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2508-1, "") + z.DecStructFieldNotFound(yyj2513-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32962,37 +33017,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2515 := z.EncBinary() - _ = yym2515 + yym2520 := z.EncBinary() + _ = yym2520 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2516 := !z.EncBinary() - yy2arr2516 := z.EncBasicHandle().StructToArray - var yyq2516 [4]bool - _, _, _ = yysep2516, yyq2516, yy2arr2516 - const yyr2516 bool = false - yyq2516[0] = x.Kind != "" - yyq2516[1] = x.APIVersion != "" - yyq2516[2] = true - var yynn2516 int - if yyr2516 || yy2arr2516 { + yysep2521 := !z.EncBinary() + yy2arr2521 := z.EncBasicHandle().StructToArray + var yyq2521 [4]bool + _, _, _ = yysep2521, yyq2521, yy2arr2521 + const yyr2521 bool = false + yyq2521[0] = x.Kind != "" + yyq2521[1] = x.APIVersion != "" + yyq2521[2] = true + var yynn2521 int + if yyr2521 || yy2arr2521 { r.EncodeArrayStart(4) } else { - yynn2516 = 1 - for _, b := range yyq2516 { + yynn2521 = 1 + for _, b := range yyq2521 { if b { - yynn2516++ + yynn2521++ } } - r.EncodeMapStart(yynn2516) - yynn2516 = 0 + r.EncodeMapStart(yynn2521) + yynn2521 = 0 } - if yyr2516 || yy2arr2516 { + if yyr2521 || yy2arr2521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2516[0] { - yym2518 := z.EncBinary() - _ = yym2518 + if yyq2521[0] { + yym2523 := z.EncBinary() + _ = yym2523 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33001,23 +33056,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2516[0] { + if yyq2521[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2519 := z.EncBinary() - _ = yym2519 + yym2524 := z.EncBinary() + _ = yym2524 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2516 || yy2arr2516 { + if yyr2521 || yy2arr2521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2516[1] { - yym2521 := z.EncBinary() - _ = yym2521 + if yyq2521[1] { + yym2526 := z.EncBinary() + _ = yym2526 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33026,54 +33081,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2516[1] { + if yyq2521[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2522 := z.EncBinary() - _ = yym2522 + yym2527 := z.EncBinary() + _ = yym2527 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2516 || yy2arr2516 { + if yyr2521 || yy2arr2521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2516[2] { - yy2524 := &x.ListMeta - yym2525 := z.EncBinary() - _ = yym2525 + if yyq2521[2] { + yy2529 := &x.ListMeta + yym2530 := z.EncBinary() + _ = yym2530 if false { - } else if z.HasExtensions() && z.EncExt(yy2524) { + } else if z.HasExtensions() && z.EncExt(yy2529) { } else { - z.EncFallback(yy2524) + z.EncFallback(yy2529) } } else { r.EncodeNil() } } else { - if yyq2516[2] { + if yyq2521[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2526 := &x.ListMeta - yym2527 := z.EncBinary() - _ = yym2527 + yy2531 := &x.ListMeta + yym2532 := z.EncBinary() + _ = yym2532 if false { - } else if z.HasExtensions() && z.EncExt(yy2526) { + } else if z.HasExtensions() && z.EncExt(yy2531) { } else { - z.EncFallback(yy2526) + z.EncFallback(yy2531) } } } - if yyr2516 || yy2arr2516 { + if yyr2521 || yy2arr2521 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2529 := z.EncBinary() - _ = yym2529 + yym2534 := z.EncBinary() + _ = yym2534 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -33086,15 +33141,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2530 := z.EncBinary() - _ = yym2530 + yym2535 := z.EncBinary() + _ = yym2535 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2516 || yy2arr2516 { + if yyr2521 || yy2arr2521 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33107,25 +33162,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2531 := z.DecBinary() - _ = yym2531 + yym2536 := z.DecBinary() + _ = yym2536 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2532 := r.ContainerType() - if yyct2532 == codecSelferValueTypeMap1234 { - yyl2532 := r.ReadMapStart() - if yyl2532 == 0 { + yyct2537 := r.ContainerType() + if yyct2537 == codecSelferValueTypeMap1234 { + yyl2537 := r.ReadMapStart() + if yyl2537 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2532, d) + x.codecDecodeSelfFromMap(yyl2537, d) } - } else if yyct2532 == codecSelferValueTypeArray1234 { - yyl2532 := r.ReadArrayStart() - if yyl2532 == 0 { + } else if yyct2537 == codecSelferValueTypeArray1234 { + yyl2537 := r.ReadArrayStart() + if yyl2537 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2532, d) + x.codecDecodeSelfFromArray(yyl2537, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33137,12 +33192,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2533Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2533Slc - var yyhl2533 bool = l >= 0 - for yyj2533 := 0; ; yyj2533++ { - if yyhl2533 { - if yyj2533 >= l { + var yys2538Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2538Slc + var yyhl2538 bool = l >= 0 + for yyj2538 := 0; ; yyj2538++ { + if yyhl2538 { + if yyj2538 >= l { break } } else { @@ -33151,10 +33206,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2533Slc = r.DecodeBytes(yys2533Slc, true, true) - yys2533 := string(yys2533Slc) + yys2538Slc = r.DecodeBytes(yys2538Slc, true, true) + yys2538 := string(yys2538Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2533 { + switch yys2538 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -33171,31 +33226,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2536 := &x.ListMeta - yym2537 := z.DecBinary() - _ = yym2537 + yyv2541 := &x.ListMeta + yym2542 := z.DecBinary() + _ = yym2542 if false { - } else if z.HasExtensions() && z.DecExt(yyv2536) { + } else if z.HasExtensions() && z.DecExt(yyv2541) { } else { - z.DecFallback(yyv2536, false) + z.DecFallback(yyv2541, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2538 := &x.Items - yym2539 := z.DecBinary() - _ = yym2539 + yyv2543 := &x.Items + yym2544 := z.DecBinary() + _ = yym2544 if false { } else { - h.decSliceService((*[]Service)(yyv2538), d) + h.decSliceService((*[]Service)(yyv2543), d) } } default: - z.DecStructFieldNotFound(-1, yys2533) - } // end switch yys2533 - } // end for yyj2533 + z.DecStructFieldNotFound(-1, yys2538) + } // end switch yys2538 + } // end for yyj2538 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33203,16 +33258,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2540 int - var yyb2540 bool - var yyhl2540 bool = l >= 0 - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l + var yyj2545 int + var yyb2545 bool + var yyhl2545 bool = l >= 0 + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2540 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2540 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33222,13 +33277,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2540 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2540 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33238,13 +33293,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2540 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2540 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33252,22 +33307,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(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) } } - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2540 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2540 { + if yyb2545 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33275,26 +33330,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { 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.decSliceService((*[]Service)(yyv2545), d) + h.decSliceService((*[]Service)(yyv2550), d) } } for { - yyj2540++ - if yyhl2540 { - yyb2540 = yyj2540 > l + yyj2545++ + if yyhl2545 { + yyb2545 = yyj2545 > l } else { - yyb2540 = r.CheckBreak() + yyb2545 = r.CheckBreak() } - if yyb2540 { + if yyb2545 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2540-1, "") + z.DecStructFieldNotFound(yyj2545-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33303,8 +33358,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2547 := z.EncBinary() - _ = yym2547 + yym2552 := z.EncBinary() + _ = yym2552 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33316,8 +33371,8 @@ func (x *ServiceAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2548 := z.DecBinary() - _ = yym2548 + yym2553 := z.DecBinary() + _ = yym2553 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33329,8 +33384,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2549 := z.EncBinary() - _ = yym2549 + yym2554 := z.EncBinary() + _ = yym2554 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -33342,8 +33397,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2550 := z.DecBinary() - _ = yym2550 + yym2555 := z.DecBinary() + _ = yym2555 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -33358,48 +33413,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2551 := z.EncBinary() - _ = yym2551 + yym2556 := z.EncBinary() + _ = yym2556 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2552 := !z.EncBinary() - yy2arr2552 := z.EncBasicHandle().StructToArray - var yyq2552 [1]bool - _, _, _ = yysep2552, yyq2552, yy2arr2552 - const yyr2552 bool = false - yyq2552[0] = true - var yynn2552 int - if yyr2552 || yy2arr2552 { + yysep2557 := !z.EncBinary() + yy2arr2557 := z.EncBasicHandle().StructToArray + var yyq2557 [1]bool + _, _, _ = yysep2557, yyq2557, yy2arr2557 + const yyr2557 bool = false + yyq2557[0] = true + var yynn2557 int + if yyr2557 || yy2arr2557 { r.EncodeArrayStart(1) } else { - yynn2552 = 0 - for _, b := range yyq2552 { + yynn2557 = 0 + for _, b := range yyq2557 { if b { - yynn2552++ + yynn2557++ } } - r.EncodeMapStart(yynn2552) - yynn2552 = 0 + r.EncodeMapStart(yynn2557) + yynn2557 = 0 } - if yyr2552 || yy2arr2552 { + if yyr2557 || yy2arr2557 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2552[0] { - yy2554 := &x.LoadBalancer - yy2554.CodecEncodeSelf(e) + if yyq2557[0] { + yy2559 := &x.LoadBalancer + yy2559.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2552[0] { + if yyq2557[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2555 := &x.LoadBalancer - yy2555.CodecEncodeSelf(e) + yy2560 := &x.LoadBalancer + yy2560.CodecEncodeSelf(e) } } - if yyr2552 || yy2arr2552 { + if yyr2557 || yy2arr2557 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33412,25 +33467,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2556 := z.DecBinary() - _ = yym2556 + yym2561 := z.DecBinary() + _ = yym2561 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2557 := r.ContainerType() - if yyct2557 == codecSelferValueTypeMap1234 { - yyl2557 := r.ReadMapStart() - if yyl2557 == 0 { + yyct2562 := r.ContainerType() + if yyct2562 == codecSelferValueTypeMap1234 { + yyl2562 := r.ReadMapStart() + if yyl2562 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2557, d) + x.codecDecodeSelfFromMap(yyl2562, d) } - } else if yyct2557 == codecSelferValueTypeArray1234 { - yyl2557 := r.ReadArrayStart() - if yyl2557 == 0 { + } else if yyct2562 == codecSelferValueTypeArray1234 { + yyl2562 := r.ReadArrayStart() + if yyl2562 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2557, d) + x.codecDecodeSelfFromArray(yyl2562, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33442,12 +33497,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2558Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2558Slc - var yyhl2558 bool = l >= 0 - for yyj2558 := 0; ; yyj2558++ { - if yyhl2558 { - if yyj2558 >= l { + var yys2563Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2563Slc + var yyhl2563 bool = l >= 0 + for yyj2563 := 0; ; yyj2563++ { + if yyhl2563 { + if yyj2563 >= l { break } } else { @@ -33456,21 +33511,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2558Slc = r.DecodeBytes(yys2558Slc, true, true) - yys2558 := string(yys2558Slc) + yys2563Slc = r.DecodeBytes(yys2563Slc, true, true) + yys2563 := string(yys2563Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2558 { + switch yys2563 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2559 := &x.LoadBalancer - yyv2559.CodecDecodeSelf(d) + yyv2564 := &x.LoadBalancer + yyv2564.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2558) - } // end switch yys2558 - } // end for yyj2558 + z.DecStructFieldNotFound(-1, yys2563) + } // end switch yys2563 + } // end for yyj2563 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33478,16 +33533,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2560 int - var yyb2560 bool - var yyhl2560 bool = l >= 0 - yyj2560++ - if yyhl2560 { - yyb2560 = yyj2560 > l + var yyj2565 int + var yyb2565 bool + var yyhl2565 bool = l >= 0 + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2560 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2560 { + if yyb2565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33495,21 +33550,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2561 := &x.LoadBalancer - yyv2561.CodecDecodeSelf(d) + yyv2566 := &x.LoadBalancer + yyv2566.CodecDecodeSelf(d) } for { - yyj2560++ - if yyhl2560 { - yyb2560 = yyj2560 > l + yyj2565++ + if yyhl2565 { + yyb2565 = yyj2565 > l } else { - yyb2560 = r.CheckBreak() + yyb2565 = r.CheckBreak() } - if yyb2560 { + if yyb2565 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2560-1, "") + z.DecStructFieldNotFound(yyj2565-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33521,38 +33576,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2562 := z.EncBinary() - _ = yym2562 + yym2567 := z.EncBinary() + _ = yym2567 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2563 := !z.EncBinary() - yy2arr2563 := z.EncBasicHandle().StructToArray - var yyq2563 [1]bool - _, _, _ = yysep2563, yyq2563, yy2arr2563 - const yyr2563 bool = false - yyq2563[0] = len(x.Ingress) != 0 - var yynn2563 int - if yyr2563 || yy2arr2563 { + yysep2568 := !z.EncBinary() + yy2arr2568 := z.EncBasicHandle().StructToArray + var yyq2568 [1]bool + _, _, _ = yysep2568, yyq2568, yy2arr2568 + const yyr2568 bool = false + yyq2568[0] = len(x.Ingress) != 0 + var yynn2568 int + if yyr2568 || yy2arr2568 { r.EncodeArrayStart(1) } else { - yynn2563 = 0 - for _, b := range yyq2563 { + yynn2568 = 0 + for _, b := range yyq2568 { if b { - yynn2563++ + yynn2568++ } } - r.EncodeMapStart(yynn2563) - yynn2563 = 0 + r.EncodeMapStart(yynn2568) + yynn2568 = 0 } - if yyr2563 || yy2arr2563 { + if yyr2568 || yy2arr2568 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2563[0] { + if yyq2568[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2565 := z.EncBinary() - _ = yym2565 + yym2570 := z.EncBinary() + _ = yym2570 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33562,15 +33617,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2563[0] { + if yyq2568[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2566 := z.EncBinary() - _ = yym2566 + yym2571 := z.EncBinary() + _ = yym2571 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -33578,7 +33633,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2563 || yy2arr2563 { + if yyr2568 || yy2arr2568 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33591,25 +33646,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2567 := z.DecBinary() - _ = yym2567 + yym2572 := z.DecBinary() + _ = yym2572 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2568 := r.ContainerType() - if yyct2568 == codecSelferValueTypeMap1234 { - yyl2568 := r.ReadMapStart() - if yyl2568 == 0 { + yyct2573 := r.ContainerType() + if yyct2573 == codecSelferValueTypeMap1234 { + yyl2573 := r.ReadMapStart() + if yyl2573 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2568, d) + x.codecDecodeSelfFromMap(yyl2573, d) } - } else if yyct2568 == codecSelferValueTypeArray1234 { - yyl2568 := r.ReadArrayStart() - if yyl2568 == 0 { + } else if yyct2573 == codecSelferValueTypeArray1234 { + yyl2573 := r.ReadArrayStart() + if yyl2573 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2568, d) + x.codecDecodeSelfFromArray(yyl2573, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33621,12 +33676,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2569Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2569Slc - var yyhl2569 bool = l >= 0 - for yyj2569 := 0; ; yyj2569++ { - if yyhl2569 { - if yyj2569 >= l { + var yys2574Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2574Slc + var yyhl2574 bool = l >= 0 + for yyj2574 := 0; ; yyj2574++ { + if yyhl2574 { + if yyj2574 >= l { break } } else { @@ -33635,26 +33690,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2569Slc = r.DecodeBytes(yys2569Slc, true, true) - yys2569 := string(yys2569Slc) + yys2574Slc = r.DecodeBytes(yys2574Slc, true, true) + yys2574 := string(yys2574Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2569 { + switch yys2574 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2570 := &x.Ingress - yym2571 := z.DecBinary() - _ = yym2571 + yyv2575 := &x.Ingress + yym2576 := z.DecBinary() + _ = yym2576 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2570), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2575), d) } } default: - z.DecStructFieldNotFound(-1, yys2569) - } // end switch yys2569 - } // end for yyj2569 + z.DecStructFieldNotFound(-1, yys2574) + } // end switch yys2574 + } // end for yyj2574 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33662,16 +33717,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2572 int - var yyb2572 bool - var yyhl2572 bool = l >= 0 - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + var yyj2577 int + var yyb2577 bool + var yyhl2577 bool = l >= 0 + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2572 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2572 { + if yyb2577 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33679,26 +33734,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2573 := &x.Ingress - yym2574 := z.DecBinary() - _ = yym2574 + yyv2578 := &x.Ingress + yym2579 := z.DecBinary() + _ = yym2579 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2573), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2578), d) } } for { - yyj2572++ - if yyhl2572 { - yyb2572 = yyj2572 > l + yyj2577++ + if yyhl2577 { + yyb2577 = yyj2577 > l } else { - yyb2572 = r.CheckBreak() + yyb2577 = r.CheckBreak() } - if yyb2572 { + if yyb2577 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2572-1, "") + z.DecStructFieldNotFound(yyj2577-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33710,36 +33765,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2575 := z.EncBinary() - _ = yym2575 + yym2580 := z.EncBinary() + _ = yym2580 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2576 := !z.EncBinary() - yy2arr2576 := z.EncBasicHandle().StructToArray - var yyq2576 [2]bool - _, _, _ = yysep2576, yyq2576, yy2arr2576 - const yyr2576 bool = false - yyq2576[0] = x.IP != "" - yyq2576[1] = x.Hostname != "" - var yynn2576 int - if yyr2576 || yy2arr2576 { + yysep2581 := !z.EncBinary() + yy2arr2581 := z.EncBasicHandle().StructToArray + var yyq2581 [2]bool + _, _, _ = yysep2581, yyq2581, yy2arr2581 + const yyr2581 bool = false + yyq2581[0] = x.IP != "" + yyq2581[1] = x.Hostname != "" + var yynn2581 int + if yyr2581 || yy2arr2581 { r.EncodeArrayStart(2) } else { - yynn2576 = 0 - for _, b := range yyq2576 { + yynn2581 = 0 + for _, b := range yyq2581 { if b { - yynn2576++ + yynn2581++ } } - r.EncodeMapStart(yynn2576) - yynn2576 = 0 + r.EncodeMapStart(yynn2581) + yynn2581 = 0 } - if yyr2576 || yy2arr2576 { + if yyr2581 || yy2arr2581 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2576[0] { - yym2578 := z.EncBinary() - _ = yym2578 + if yyq2581[0] { + yym2583 := z.EncBinary() + _ = yym2583 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -33748,23 +33803,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2576[0] { + if yyq2581[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2579 := z.EncBinary() - _ = yym2579 + yym2584 := z.EncBinary() + _ = yym2584 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2576 || yy2arr2576 { + if yyr2581 || yy2arr2581 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2576[1] { - yym2581 := z.EncBinary() - _ = yym2581 + if yyq2581[1] { + yym2586 := z.EncBinary() + _ = yym2586 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -33773,19 +33828,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2576[1] { + if yyq2581[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2582 := z.EncBinary() - _ = yym2582 + yym2587 := z.EncBinary() + _ = yym2587 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2576 || yy2arr2576 { + if yyr2581 || yy2arr2581 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33798,25 +33853,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2583 := z.DecBinary() - _ = yym2583 + yym2588 := z.DecBinary() + _ = yym2588 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2584 := r.ContainerType() - if yyct2584 == codecSelferValueTypeMap1234 { - yyl2584 := r.ReadMapStart() - if yyl2584 == 0 { + yyct2589 := r.ContainerType() + if yyct2589 == codecSelferValueTypeMap1234 { + yyl2589 := r.ReadMapStart() + if yyl2589 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2584, d) + x.codecDecodeSelfFromMap(yyl2589, d) } - } else if yyct2584 == codecSelferValueTypeArray1234 { - yyl2584 := r.ReadArrayStart() - if yyl2584 == 0 { + } else if yyct2589 == codecSelferValueTypeArray1234 { + yyl2589 := r.ReadArrayStart() + if yyl2589 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2584, d) + x.codecDecodeSelfFromArray(yyl2589, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33828,12 +33883,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2585Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2585Slc - var yyhl2585 bool = l >= 0 - for yyj2585 := 0; ; yyj2585++ { - if yyhl2585 { - if yyj2585 >= l { + var yys2590Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2590Slc + var yyhl2590 bool = l >= 0 + for yyj2590 := 0; ; yyj2590++ { + if yyhl2590 { + if yyj2590 >= l { break } } else { @@ -33842,10 +33897,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2585Slc = r.DecodeBytes(yys2585Slc, true, true) - yys2585 := string(yys2585Slc) + yys2590Slc = r.DecodeBytes(yys2590Slc, true, true) + yys2590 := string(yys2590Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2585 { + switch yys2590 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -33859,9 +33914,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2585) - } // end switch yys2585 - } // end for yyj2585 + z.DecStructFieldNotFound(-1, yys2590) + } // end switch yys2590 + } // end for yyj2590 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33869,16 +33924,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2588 int - var yyb2588 bool - var yyhl2588 bool = l >= 0 - yyj2588++ - if yyhl2588 { - yyb2588 = yyj2588 > l + var yyj2593 int + var yyb2593 bool + var yyhl2593 bool = l >= 0 + yyj2593++ + if yyhl2593 { + yyb2593 = yyj2593 > l } else { - yyb2588 = r.CheckBreak() + yyb2593 = r.CheckBreak() } - if yyb2588 { + if yyb2593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33888,13 +33943,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2588++ - if yyhl2588 { - yyb2588 = yyj2588 > l + yyj2593++ + if yyhl2593 { + yyb2593 = yyj2593 > l } else { - yyb2588 = r.CheckBreak() + yyb2593 = r.CheckBreak() } - if yyb2588 { + if yyb2593 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33905,17 +33960,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2588++ - if yyhl2588 { - yyb2588 = yyj2588 > l + yyj2593++ + if yyhl2593 { + yyb2593 = yyj2593 > l } else { - yyb2588 = r.CheckBreak() + yyb2593 = r.CheckBreak() } - if yyb2588 { + if yyb2593 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2588-1, "") + z.DecStructFieldNotFound(yyj2593-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33927,57 +33982,57 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2591 := z.EncBinary() - _ = yym2591 + yym2596 := z.EncBinary() + _ = yym2596 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2592 := !z.EncBinary() - yy2arr2592 := z.EncBasicHandle().StructToArray - var yyq2592 [9]bool - _, _, _ = yysep2592, yyq2592, yy2arr2592 - const yyr2592 bool = false - yyq2592[0] = x.Type != "" - yyq2592[3] = x.ClusterIP != "" - yyq2592[5] = len(x.ExternalIPs) != 0 - yyq2592[6] = x.LoadBalancerIP != "" - yyq2592[7] = x.SessionAffinity != "" - yyq2592[8] = len(x.LoadBalancerSourceRanges) != 0 - var yynn2592 int - if yyr2592 || yy2arr2592 { + yysep2597 := !z.EncBinary() + yy2arr2597 := z.EncBasicHandle().StructToArray + var yyq2597 [9]bool + _, _, _ = yysep2597, yyq2597, yy2arr2597 + const yyr2597 bool = false + yyq2597[0] = x.Type != "" + yyq2597[3] = x.ClusterIP != "" + yyq2597[5] = len(x.ExternalIPs) != 0 + yyq2597[6] = x.LoadBalancerIP != "" + yyq2597[7] = x.SessionAffinity != "" + yyq2597[8] = len(x.LoadBalancerSourceRanges) != 0 + var yynn2597 int + if yyr2597 || yy2arr2597 { r.EncodeArrayStart(9) } else { - yynn2592 = 3 - for _, b := range yyq2592 { + yynn2597 = 3 + for _, b := range yyq2597 { if b { - yynn2592++ + yynn2597++ } } - r.EncodeMapStart(yynn2592) - yynn2592 = 0 + r.EncodeMapStart(yynn2597) + yynn2597 = 0 } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[0] { + if yyq2597[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[0] { + if yyq2597[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2595 := z.EncBinary() - _ = yym2595 + yym2600 := z.EncBinary() + _ = yym2600 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -33990,21 +34045,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2596 := z.EncBinary() - _ = yym2596 + yym2601 := z.EncBinary() + _ = yym2601 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Selector == nil { r.EncodeNil() } else { - yym2598 := z.EncBinary() - _ = yym2598 + yym2603 := z.EncBinary() + _ = yym2603 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -34017,19 +34072,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Selector == nil { r.EncodeNil() } else { - yym2599 := z.EncBinary() - _ = yym2599 + yym2604 := z.EncBinary() + _ = yym2604 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[3] { - yym2601 := z.EncBinary() - _ = yym2601 + if yyq2597[3] { + yym2606 := z.EncBinary() + _ = yym2606 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -34038,22 +34093,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[3] { + if yyq2597[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2602 := z.EncBinary() - _ = yym2602 + yym2607 := z.EncBinary() + _ = yym2607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2604 := z.EncBinary() - _ = yym2604 + yym2609 := z.EncBinary() + _ = yym2609 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -34062,21 +34117,21 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ExternalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2605 := z.EncBinary() - _ = yym2605 + yym2610 := z.EncBinary() + _ = yym2610 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[5] { + if yyq2597[5] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2607 := z.EncBinary() - _ = yym2607 + yym2612 := z.EncBinary() + _ = yym2612 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34086,15 +34141,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2592[5] { + if yyq2597[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2608 := z.EncBinary() - _ = yym2608 + yym2613 := z.EncBinary() + _ = yym2613 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -34102,11 +34157,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[6] { - yym2610 := z.EncBinary() - _ = yym2610 + if yyq2597[6] { + yym2615 := z.EncBinary() + _ = yym2615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -34115,41 +34170,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[6] { + if yyq2597[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2611 := z.EncBinary() - _ = yym2611 + yym2616 := z.EncBinary() + _ = yym2616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[7] { + if yyq2597[7] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2592[7] { + if yyq2597[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2592[8] { + if yyq2597[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2614 := z.EncBinary() - _ = yym2614 + yym2619 := z.EncBinary() + _ = yym2619 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34159,15 +34214,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2592[8] { + if yyq2597[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2615 := z.EncBinary() - _ = yym2615 + yym2620 := z.EncBinary() + _ = yym2620 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -34175,7 +34230,7 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2592 || yy2arr2592 { + if yyr2597 || yy2arr2597 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34188,25 +34243,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2616 := z.DecBinary() - _ = yym2616 + yym2621 := z.DecBinary() + _ = yym2621 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2617 := r.ContainerType() - if yyct2617 == codecSelferValueTypeMap1234 { - yyl2617 := r.ReadMapStart() - if yyl2617 == 0 { + yyct2622 := r.ContainerType() + if yyct2622 == codecSelferValueTypeMap1234 { + yyl2622 := r.ReadMapStart() + if yyl2622 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2617, d) + x.codecDecodeSelfFromMap(yyl2622, d) } - } else if yyct2617 == codecSelferValueTypeArray1234 { - yyl2617 := r.ReadArrayStart() - if yyl2617 == 0 { + } else if yyct2622 == codecSelferValueTypeArray1234 { + yyl2622 := r.ReadArrayStart() + if yyl2622 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2617, d) + x.codecDecodeSelfFromArray(yyl2622, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34218,12 +34273,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2618Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2618Slc - var yyhl2618 bool = l >= 0 - for yyj2618 := 0; ; yyj2618++ { - if yyhl2618 { - if yyj2618 >= l { + var yys2623Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2623Slc + var yyhl2623 bool = l >= 0 + for yyj2623 := 0; ; yyj2623++ { + if yyhl2623 { + if yyj2623 >= l { break } } else { @@ -34232,10 +34287,10 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2618Slc = r.DecodeBytes(yys2618Slc, true, true) - yys2618 := string(yys2618Slc) + yys2623Slc = r.DecodeBytes(yys2623Slc, true, true) + yys2623 := string(yys2623Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2618 { + switch yys2623 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -34246,24 +34301,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2620 := &x.Ports - yym2621 := z.DecBinary() - _ = yym2621 + yyv2625 := &x.Ports + yym2626 := z.DecBinary() + _ = yym2626 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2620), d) + h.decSliceServicePort((*[]ServicePort)(yyv2625), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2622 := &x.Selector - yym2623 := z.DecBinary() - _ = yym2623 + yyv2627 := &x.Selector + yym2628 := z.DecBinary() + _ = yym2628 if false { } else { - z.F.DecMapStringStringX(yyv2622, false, d) + z.F.DecMapStringStringX(yyv2627, false, d) } } case "clusterIP": @@ -34282,12 +34337,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2626 := &x.ExternalIPs - yym2627 := z.DecBinary() - _ = yym2627 + yyv2631 := &x.ExternalIPs + yym2632 := z.DecBinary() + _ = yym2632 if false { } else { - z.F.DecSliceStringX(yyv2626, false, d) + z.F.DecSliceStringX(yyv2631, false, d) } } case "loadBalancerIP": @@ -34306,18 +34361,18 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2630 := &x.LoadBalancerSourceRanges - yym2631 := z.DecBinary() - _ = yym2631 + yyv2635 := &x.LoadBalancerSourceRanges + yym2636 := z.DecBinary() + _ = yym2636 if false { } else { - z.F.DecSliceStringX(yyv2630, false, d) + z.F.DecSliceStringX(yyv2635, false, d) } } default: - z.DecStructFieldNotFound(-1, yys2618) - } // end switch yys2618 - } // end for yyj2618 + z.DecStructFieldNotFound(-1, yys2623) + } // end switch yys2623 + } // end for yyj2623 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34325,16 +34380,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2632 int - var yyb2632 bool - var yyhl2632 bool = l >= 0 - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + var yyj2637 int + var yyb2637 bool + var yyhl2637 bool = l >= 0 + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34344,13 +34399,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34358,21 +34413,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2634 := &x.Ports - yym2635 := z.DecBinary() - _ = yym2635 + yyv2639 := &x.Ports + yym2640 := z.DecBinary() + _ = yym2640 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2634), d) + h.decSliceServicePort((*[]ServicePort)(yyv2639), d) } } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34380,21 +34435,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2636 := &x.Selector - yym2637 := z.DecBinary() - _ = yym2637 + yyv2641 := &x.Selector + yym2642 := z.DecBinary() + _ = yym2642 if false { } else { - z.F.DecMapStringStringX(yyv2636, false, d) + z.F.DecMapStringStringX(yyv2641, false, d) } } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34404,13 +34459,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34420,13 +34475,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalName = string(r.DecodeString()) } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34434,21 +34489,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2640 := &x.ExternalIPs - yym2641 := z.DecBinary() - _ = yym2641 + yyv2645 := &x.ExternalIPs + yym2646 := z.DecBinary() + _ = yym2646 if false { } else { - z.F.DecSliceStringX(yyv2640, false, d) + z.F.DecSliceStringX(yyv2645, false, d) } } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34458,13 +34513,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34474,13 +34529,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34488,26 +34543,26 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2644 := &x.LoadBalancerSourceRanges - yym2645 := z.DecBinary() - _ = yym2645 + yyv2649 := &x.LoadBalancerSourceRanges + yym2650 := z.DecBinary() + _ = yym2650 if false { } else { - z.F.DecSliceStringX(yyv2644, false, d) + z.F.DecSliceStringX(yyv2649, false, d) } } for { - yyj2632++ - if yyhl2632 { - yyb2632 = yyj2632 > l + yyj2637++ + if yyhl2637 { + yyb2637 = yyj2637 > l } else { - yyb2632 = r.CheckBreak() + yyb2637 = r.CheckBreak() } - if yyb2632 { + if yyb2637 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2632-1, "") + z.DecStructFieldNotFound(yyj2637-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34519,33 +34574,33 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2646 := z.EncBinary() - _ = yym2646 + yym2651 := z.EncBinary() + _ = yym2651 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2647 := !z.EncBinary() - yy2arr2647 := z.EncBasicHandle().StructToArray - var yyq2647 [5]bool - _, _, _ = yysep2647, yyq2647, yy2arr2647 - const yyr2647 bool = false - var yynn2647 int - if yyr2647 || yy2arr2647 { + yysep2652 := !z.EncBinary() + yy2arr2652 := z.EncBasicHandle().StructToArray + var yyq2652 [5]bool + _, _, _ = yysep2652, yyq2652, yy2arr2652 + const yyr2652 bool = false + var yynn2652 int + if yyr2652 || yy2arr2652 { r.EncodeArrayStart(5) } else { - yynn2647 = 5 - for _, b := range yyq2647 { + yynn2652 = 5 + for _, b := range yyq2652 { if b { - yynn2647++ + yynn2652++ } } - r.EncodeMapStart(yynn2647) - yynn2647 = 0 + r.EncodeMapStart(yynn2652) + yynn2652 = 0 } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2649 := z.EncBinary() - _ = yym2649 + yym2654 := z.EncBinary() + _ = yym2654 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -34554,14 +34609,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2650 := z.EncBinary() - _ = yym2650 + yym2655 := z.EncBinary() + _ = yym2655 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -34570,10 +34625,10 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2653 := z.EncBinary() - _ = yym2653 + yym2658 := z.EncBinary() + _ = yym2658 if false { } else { r.EncodeInt(int64(x.Port)) @@ -34582,44 +34637,44 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2654 := z.EncBinary() - _ = yym2654 + yym2659 := z.EncBinary() + _ = yym2659 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy2656 := &x.TargetPort - yym2657 := z.EncBinary() - _ = yym2657 + yy2661 := &x.TargetPort + yym2662 := z.EncBinary() + _ = yym2662 if false { - } else if z.HasExtensions() && z.EncExt(yy2656) { - } else if !yym2657 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2656) + } else if z.HasExtensions() && z.EncExt(yy2661) { + } else if !yym2662 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2661) } else { - z.EncFallback(yy2656) + z.EncFallback(yy2661) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2658 := &x.TargetPort - yym2659 := z.EncBinary() - _ = yym2659 + yy2663 := &x.TargetPort + yym2664 := z.EncBinary() + _ = yym2664 if false { - } else if z.HasExtensions() && z.EncExt(yy2658) { - } else if !yym2659 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2658) + } else if z.HasExtensions() && z.EncExt(yy2663) { + } else if !yym2664 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2663) } else { - z.EncFallback(yy2658) + z.EncFallback(yy2663) } } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2661 := z.EncBinary() - _ = yym2661 + yym2666 := z.EncBinary() + _ = yym2666 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -34628,14 +34683,14 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2662 := z.EncBinary() - _ = yym2662 + yym2667 := z.EncBinary() + _ = yym2667 if false { } else { r.EncodeInt(int64(x.NodePort)) } } - if yyr2647 || yy2arr2647 { + if yyr2652 || yy2arr2652 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34648,25 +34703,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2663 := z.DecBinary() - _ = yym2663 + yym2668 := z.DecBinary() + _ = yym2668 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2664 := r.ContainerType() - if yyct2664 == codecSelferValueTypeMap1234 { - yyl2664 := r.ReadMapStart() - if yyl2664 == 0 { + yyct2669 := r.ContainerType() + if yyct2669 == codecSelferValueTypeMap1234 { + yyl2669 := r.ReadMapStart() + if yyl2669 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2664, d) + x.codecDecodeSelfFromMap(yyl2669, d) } - } else if yyct2664 == codecSelferValueTypeArray1234 { - yyl2664 := r.ReadArrayStart() - if yyl2664 == 0 { + } else if yyct2669 == codecSelferValueTypeArray1234 { + yyl2669 := r.ReadArrayStart() + if yyl2669 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2664, d) + x.codecDecodeSelfFromArray(yyl2669, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34678,12 +34733,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2665Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2665Slc - var yyhl2665 bool = l >= 0 - for yyj2665 := 0; ; yyj2665++ { - if yyhl2665 { - if yyj2665 >= l { + var yys2670Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2670Slc + var yyhl2670 bool = l >= 0 + for yyj2670 := 0; ; yyj2670++ { + if yyhl2670 { + if yyj2670 >= l { break } } else { @@ -34692,10 +34747,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2665Slc = r.DecodeBytes(yys2665Slc, true, true) - yys2665 := string(yys2665Slc) + yys2670Slc = r.DecodeBytes(yys2670Slc, true, true) + yys2670 := string(yys2670Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2665 { + switch yys2670 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -34718,15 +34773,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2669 := &x.TargetPort - yym2670 := z.DecBinary() - _ = yym2670 + yyv2674 := &x.TargetPort + yym2675 := z.DecBinary() + _ = yym2675 if false { - } else if z.HasExtensions() && z.DecExt(yyv2669) { - } else if !yym2670 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2669) + } else if z.HasExtensions() && z.DecExt(yyv2674) { + } else if !yym2675 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2674) } else { - z.DecFallback(yyv2669, false) + z.DecFallback(yyv2674, false) } } case "nodePort": @@ -34736,9 +34791,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2665) - } // end switch yys2665 - } // end for yyj2665 + z.DecStructFieldNotFound(-1, yys2670) + } // end switch yys2670 + } // end for yyj2670 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34746,16 +34801,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2672 int - var yyb2672 bool - var yyhl2672 bool = l >= 0 - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + var yyj2677 int + var yyb2677 bool + var yyhl2677 bool = l >= 0 + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34765,13 +34820,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34781,13 +34836,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34797,13 +34852,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34811,24 +34866,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2676 := &x.TargetPort - yym2677 := z.DecBinary() - _ = yym2677 + yyv2681 := &x.TargetPort + yym2682 := z.DecBinary() + _ = yym2682 if false { - } else if z.HasExtensions() && z.DecExt(yyv2676) { - } else if !yym2677 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2676) + } else if z.HasExtensions() && z.DecExt(yyv2681) { + } else if !yym2682 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2681) } else { - z.DecFallback(yyv2676, false) + z.DecFallback(yyv2681, false) } } - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34839,17 +34894,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2672++ - if yyhl2672 { - yyb2672 = yyj2672 > l + yyj2677++ + if yyhl2677 { + yyb2677 = yyj2677 > l } else { - yyb2672 = r.CheckBreak() + yyb2677 = r.CheckBreak() } - if yyb2672 { + if yyb2677 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2672-1, "") + z.DecStructFieldNotFound(yyj2677-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34861,39 +34916,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2679 := z.EncBinary() - _ = yym2679 + yym2684 := z.EncBinary() + _ = yym2684 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2680 := !z.EncBinary() - yy2arr2680 := z.EncBasicHandle().StructToArray - var yyq2680 [5]bool - _, _, _ = yysep2680, yyq2680, yy2arr2680 - const yyr2680 bool = false - yyq2680[0] = x.Kind != "" - yyq2680[1] = x.APIVersion != "" - yyq2680[2] = true - yyq2680[3] = true - yyq2680[4] = true - var yynn2680 int - if yyr2680 || yy2arr2680 { + yysep2685 := !z.EncBinary() + yy2arr2685 := z.EncBasicHandle().StructToArray + var yyq2685 [5]bool + _, _, _ = yysep2685, yyq2685, yy2arr2685 + const yyr2685 bool = false + yyq2685[0] = x.Kind != "" + yyq2685[1] = x.APIVersion != "" + yyq2685[2] = true + yyq2685[3] = true + yyq2685[4] = true + var yynn2685 int + if yyr2685 || yy2arr2685 { r.EncodeArrayStart(5) } else { - yynn2680 = 0 - for _, b := range yyq2680 { + yynn2685 = 0 + for _, b := range yyq2685 { if b { - yynn2680++ + yynn2685++ } } - r.EncodeMapStart(yynn2680) - yynn2680 = 0 + r.EncodeMapStart(yynn2685) + yynn2685 = 0 } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2680[0] { - yym2682 := z.EncBinary() - _ = yym2682 + if yyq2685[0] { + yym2687 := z.EncBinary() + _ = yym2687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34902,23 +34957,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2680[0] { + if yyq2685[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2683 := z.EncBinary() - _ = yym2683 + yym2688 := z.EncBinary() + _ = yym2688 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2680[1] { - yym2685 := z.EncBinary() - _ = yym2685 + if yyq2685[1] { + yym2690 := z.EncBinary() + _ = yym2690 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34927,70 +34982,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2680[1] { + if yyq2685[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2686 := z.EncBinary() - _ = yym2686 + yym2691 := z.EncBinary() + _ = yym2691 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2680[2] { - yy2688 := &x.ObjectMeta - yy2688.CodecEncodeSelf(e) + if yyq2685[2] { + yy2693 := &x.ObjectMeta + yy2693.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2680[2] { + if yyq2685[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2689 := &x.ObjectMeta - yy2689.CodecEncodeSelf(e) + yy2694 := &x.ObjectMeta + yy2694.CodecEncodeSelf(e) } } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2680[3] { - yy2691 := &x.Spec - yy2691.CodecEncodeSelf(e) + if yyq2685[3] { + yy2696 := &x.Spec + yy2696.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2680[3] { + if yyq2685[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2692 := &x.Spec - yy2692.CodecEncodeSelf(e) + yy2697 := &x.Spec + yy2697.CodecEncodeSelf(e) } } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2680[4] { - yy2694 := &x.Status - yy2694.CodecEncodeSelf(e) + if yyq2685[4] { + yy2699 := &x.Status + yy2699.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2680[4] { + if yyq2685[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2695 := &x.Status - yy2695.CodecEncodeSelf(e) + yy2700 := &x.Status + yy2700.CodecEncodeSelf(e) } } - if yyr2680 || yy2arr2680 { + if yyr2685 || yy2arr2685 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35003,25 +35058,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2696 := z.DecBinary() - _ = yym2696 + yym2701 := z.DecBinary() + _ = yym2701 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2697 := r.ContainerType() - if yyct2697 == codecSelferValueTypeMap1234 { - yyl2697 := r.ReadMapStart() - if yyl2697 == 0 { + yyct2702 := r.ContainerType() + if yyct2702 == codecSelferValueTypeMap1234 { + yyl2702 := r.ReadMapStart() + if yyl2702 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2697, d) + x.codecDecodeSelfFromMap(yyl2702, d) } - } else if yyct2697 == codecSelferValueTypeArray1234 { - yyl2697 := r.ReadArrayStart() - if yyl2697 == 0 { + } else if yyct2702 == codecSelferValueTypeArray1234 { + yyl2702 := r.ReadArrayStart() + if yyl2702 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2697, d) + x.codecDecodeSelfFromArray(yyl2702, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35033,12 +35088,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2698Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2698Slc - var yyhl2698 bool = l >= 0 - for yyj2698 := 0; ; yyj2698++ { - if yyhl2698 { - if yyj2698 >= l { + var yys2703Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2703Slc + var yyhl2703 bool = l >= 0 + for yyj2703 := 0; ; yyj2703++ { + if yyhl2703 { + if yyj2703 >= l { break } } else { @@ -35047,10 +35102,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2698Slc = r.DecodeBytes(yys2698Slc, true, true) - yys2698 := string(yys2698Slc) + yys2703Slc = r.DecodeBytes(yys2703Slc, true, true) + yys2703 := string(yys2703Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2698 { + switch yys2703 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35067,27 +35122,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2701 := &x.ObjectMeta - yyv2701.CodecDecodeSelf(d) + yyv2706 := &x.ObjectMeta + yyv2706.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2702 := &x.Spec - yyv2702.CodecDecodeSelf(d) + yyv2707 := &x.Spec + yyv2707.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2703 := &x.Status - yyv2703.CodecDecodeSelf(d) + yyv2708 := &x.Status + yyv2708.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2698) - } // end switch yys2698 - } // end for yyj2698 + z.DecStructFieldNotFound(-1, yys2703) + } // end switch yys2703 + } // end for yyj2703 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35095,16 +35150,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2704 int - var yyb2704 bool - var yyhl2704 bool = l >= 0 - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + var yyj2709 int + var yyb2709 bool + var yyhl2709 bool = l >= 0 + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35114,13 +35169,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35130,13 +35185,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35144,16 +35199,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2707 := &x.ObjectMeta - yyv2707.CodecDecodeSelf(d) + yyv2712 := &x.ObjectMeta + yyv2712.CodecDecodeSelf(d) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35161,16 +35216,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2708 := &x.Spec - yyv2708.CodecDecodeSelf(d) + yyv2713 := &x.Spec + yyv2713.CodecDecodeSelf(d) } - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35178,21 +35233,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2709 := &x.Status - yyv2709.CodecDecodeSelf(d) + yyv2714 := &x.Status + yyv2714.CodecDecodeSelf(d) } for { - yyj2704++ - if yyhl2704 { - yyb2704 = yyj2704 > l + yyj2709++ + if yyhl2709 { + yyb2709 = yyj2709 > l } else { - yyb2704 = r.CheckBreak() + yyb2709 = r.CheckBreak() } - if yyb2704 { + if yyb2709 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2704-1, "") + z.DecStructFieldNotFound(yyj2709-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35204,38 +35259,38 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2710 := z.EncBinary() - _ = yym2710 + yym2715 := z.EncBinary() + _ = yym2715 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2711 := !z.EncBinary() - yy2arr2711 := z.EncBasicHandle().StructToArray - var yyq2711 [5]bool - _, _, _ = yysep2711, yyq2711, yy2arr2711 - const yyr2711 bool = false - yyq2711[0] = x.Kind != "" - yyq2711[1] = x.APIVersion != "" - yyq2711[2] = true - yyq2711[4] = len(x.ImagePullSecrets) != 0 - var yynn2711 int - if yyr2711 || yy2arr2711 { + yysep2716 := !z.EncBinary() + yy2arr2716 := z.EncBasicHandle().StructToArray + var yyq2716 [5]bool + _, _, _ = yysep2716, yyq2716, yy2arr2716 + const yyr2716 bool = false + yyq2716[0] = x.Kind != "" + yyq2716[1] = x.APIVersion != "" + yyq2716[2] = true + yyq2716[4] = len(x.ImagePullSecrets) != 0 + var yynn2716 int + if yyr2716 || yy2arr2716 { r.EncodeArrayStart(5) } else { - yynn2711 = 1 - for _, b := range yyq2711 { + yynn2716 = 1 + for _, b := range yyq2716 { if b { - yynn2711++ + yynn2716++ } } - r.EncodeMapStart(yynn2711) - yynn2711 = 0 + r.EncodeMapStart(yynn2716) + yynn2716 = 0 } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2711[0] { - yym2713 := z.EncBinary() - _ = yym2713 + if yyq2716[0] { + yym2718 := z.EncBinary() + _ = yym2718 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35244,23 +35299,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2711[0] { + if yyq2716[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2714 := z.EncBinary() - _ = yym2714 + yym2719 := z.EncBinary() + _ = yym2719 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2711[1] { - yym2716 := z.EncBinary() - _ = yym2716 + if yyq2716[1] { + yym2721 := z.EncBinary() + _ = yym2721 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35269,42 +35324,42 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2711[1] { + if yyq2716[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2717 := z.EncBinary() - _ = yym2717 + yym2722 := z.EncBinary() + _ = yym2722 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2711[2] { - yy2719 := &x.ObjectMeta - yy2719.CodecEncodeSelf(e) + if yyq2716[2] { + yy2724 := &x.ObjectMeta + yy2724.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2711[2] { + if yyq2716[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2720 := &x.ObjectMeta - yy2720.CodecEncodeSelf(e) + yy2725 := &x.ObjectMeta + yy2725.CodecEncodeSelf(e) } } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2722 := z.EncBinary() - _ = yym2722 + yym2727 := z.EncBinary() + _ = yym2727 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -35317,22 +35372,22 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x.Secrets == nil { r.EncodeNil() } else { - yym2723 := z.EncBinary() - _ = yym2723 + yym2728 := z.EncBinary() + _ = yym2728 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) } } } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2711[4] { + if yyq2716[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2725 := z.EncBinary() - _ = yym2725 + yym2730 := z.EncBinary() + _ = yym2730 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35342,15 +35397,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2711[4] { + if yyq2716[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2726 := z.EncBinary() - _ = yym2726 + yym2731 := z.EncBinary() + _ = yym2731 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -35358,7 +35413,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2711 || yy2arr2711 { + if yyr2716 || yy2arr2716 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35371,25 +35426,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2727 := z.DecBinary() - _ = yym2727 + yym2732 := z.DecBinary() + _ = yym2732 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2728 := r.ContainerType() - if yyct2728 == codecSelferValueTypeMap1234 { - yyl2728 := r.ReadMapStart() - if yyl2728 == 0 { + yyct2733 := r.ContainerType() + if yyct2733 == codecSelferValueTypeMap1234 { + yyl2733 := r.ReadMapStart() + if yyl2733 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2728, d) + x.codecDecodeSelfFromMap(yyl2733, d) } - } else if yyct2728 == codecSelferValueTypeArray1234 { - yyl2728 := r.ReadArrayStart() - if yyl2728 == 0 { + } else if yyct2733 == codecSelferValueTypeArray1234 { + yyl2733 := r.ReadArrayStart() + if yyl2733 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2728, d) + x.codecDecodeSelfFromArray(yyl2733, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35401,12 +35456,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2729Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2729Slc - var yyhl2729 bool = l >= 0 - for yyj2729 := 0; ; yyj2729++ { - if yyhl2729 { - if yyj2729 >= l { + var yys2734Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2734Slc + var yyhl2734 bool = l >= 0 + for yyj2734 := 0; ; yyj2734++ { + if yyhl2734 { + if yyj2734 >= l { break } } else { @@ -35415,10 +35470,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2729Slc = r.DecodeBytes(yys2729Slc, true, true) - yys2729 := string(yys2729Slc) + yys2734Slc = r.DecodeBytes(yys2734Slc, true, true) + yys2734 := string(yys2734Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2729 { + switch yys2734 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35435,37 +35490,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2732 := &x.ObjectMeta - yyv2732.CodecDecodeSelf(d) + yyv2737 := &x.ObjectMeta + yyv2737.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2733 := &x.Secrets - yym2734 := z.DecBinary() - _ = yym2734 + yyv2738 := &x.Secrets + yym2739 := z.DecBinary() + _ = yym2739 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2733), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2738), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2735 := &x.ImagePullSecrets - yym2736 := z.DecBinary() - _ = yym2736 + yyv2740 := &x.ImagePullSecrets + yym2741 := z.DecBinary() + _ = yym2741 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2735), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2740), d) } } default: - z.DecStructFieldNotFound(-1, yys2729) - } // end switch yys2729 - } // end for yyj2729 + z.DecStructFieldNotFound(-1, yys2734) + } // end switch yys2734 + } // end for yyj2734 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35473,16 +35528,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2737 int - var yyb2737 bool - var yyhl2737 bool = l >= 0 - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + var yyj2742 int + var yyb2742 bool + var yyhl2742 bool = l >= 0 + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35492,13 +35547,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35508,13 +35563,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35522,16 +35577,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2740 := &x.ObjectMeta - yyv2740.CodecDecodeSelf(d) + yyv2745 := &x.ObjectMeta + yyv2745.CodecDecodeSelf(d) } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35539,21 +35594,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2741 := &x.Secrets - yym2742 := z.DecBinary() - _ = yym2742 + yyv2746 := &x.Secrets + yym2747 := z.DecBinary() + _ = yym2747 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2741), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2746), d) } } - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35561,26 +35616,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2743 := &x.ImagePullSecrets - yym2744 := z.DecBinary() - _ = yym2744 + yyv2748 := &x.ImagePullSecrets + yym2749 := z.DecBinary() + _ = yym2749 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2743), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2748), d) } } for { - yyj2737++ - if yyhl2737 { - yyb2737 = yyj2737 > l + yyj2742++ + if yyhl2742 { + yyb2742 = yyj2742 > l } else { - yyb2737 = r.CheckBreak() + yyb2742 = r.CheckBreak() } - if yyb2737 { + if yyb2742 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2737-1, "") + z.DecStructFieldNotFound(yyj2742-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35592,37 +35647,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2745 := z.EncBinary() - _ = yym2745 + yym2750 := z.EncBinary() + _ = yym2750 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2746 := !z.EncBinary() - yy2arr2746 := z.EncBasicHandle().StructToArray - var yyq2746 [4]bool - _, _, _ = yysep2746, yyq2746, yy2arr2746 - const yyr2746 bool = false - yyq2746[0] = x.Kind != "" - yyq2746[1] = x.APIVersion != "" - yyq2746[2] = true - var yynn2746 int - if yyr2746 || yy2arr2746 { + yysep2751 := !z.EncBinary() + yy2arr2751 := z.EncBasicHandle().StructToArray + var yyq2751 [4]bool + _, _, _ = yysep2751, yyq2751, yy2arr2751 + const yyr2751 bool = false + yyq2751[0] = x.Kind != "" + yyq2751[1] = x.APIVersion != "" + yyq2751[2] = true + var yynn2751 int + if yyr2751 || yy2arr2751 { r.EncodeArrayStart(4) } else { - yynn2746 = 1 - for _, b := range yyq2746 { + yynn2751 = 1 + for _, b := range yyq2751 { if b { - yynn2746++ + yynn2751++ } } - r.EncodeMapStart(yynn2746) - yynn2746 = 0 + r.EncodeMapStart(yynn2751) + yynn2751 = 0 } - if yyr2746 || yy2arr2746 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2746[0] { - yym2748 := z.EncBinary() - _ = yym2748 + if yyq2751[0] { + yym2753 := z.EncBinary() + _ = yym2753 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35631,23 +35686,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2746[0] { + if yyq2751[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2749 := z.EncBinary() - _ = yym2749 + yym2754 := z.EncBinary() + _ = yym2754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2746 || yy2arr2746 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2746[1] { - yym2751 := z.EncBinary() - _ = yym2751 + if yyq2751[1] { + yym2756 := z.EncBinary() + _ = yym2756 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35656,54 +35711,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2746[1] { + if yyq2751[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2752 := z.EncBinary() - _ = yym2752 + yym2757 := z.EncBinary() + _ = yym2757 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2746 || yy2arr2746 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2746[2] { - yy2754 := &x.ListMeta - yym2755 := z.EncBinary() - _ = yym2755 + if yyq2751[2] { + yy2759 := &x.ListMeta + yym2760 := z.EncBinary() + _ = yym2760 if false { - } else if z.HasExtensions() && z.EncExt(yy2754) { + } else if z.HasExtensions() && z.EncExt(yy2759) { } else { - z.EncFallback(yy2754) + z.EncFallback(yy2759) } } else { r.EncodeNil() } } else { - if yyq2746[2] { + if yyq2751[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2756 := &x.ListMeta - yym2757 := z.EncBinary() - _ = yym2757 + yy2761 := &x.ListMeta + yym2762 := z.EncBinary() + _ = yym2762 if false { - } else if z.HasExtensions() && z.EncExt(yy2756) { + } else if z.HasExtensions() && z.EncExt(yy2761) { } else { - z.EncFallback(yy2756) + z.EncFallback(yy2761) } } } - if yyr2746 || yy2arr2746 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2759 := z.EncBinary() - _ = yym2759 + yym2764 := z.EncBinary() + _ = yym2764 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35716,15 +35771,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2760 := z.EncBinary() - _ = yym2760 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2746 || yy2arr2746 { + if yyr2751 || yy2arr2751 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35737,25 +35792,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2761 := z.DecBinary() - _ = yym2761 + yym2766 := z.DecBinary() + _ = yym2766 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2762 := r.ContainerType() - if yyct2762 == codecSelferValueTypeMap1234 { - yyl2762 := r.ReadMapStart() - if yyl2762 == 0 { + yyct2767 := r.ContainerType() + if yyct2767 == codecSelferValueTypeMap1234 { + yyl2767 := r.ReadMapStart() + if yyl2767 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2762, d) + x.codecDecodeSelfFromMap(yyl2767, d) } - } else if yyct2762 == codecSelferValueTypeArray1234 { - yyl2762 := r.ReadArrayStart() - if yyl2762 == 0 { + } else if yyct2767 == codecSelferValueTypeArray1234 { + yyl2767 := r.ReadArrayStart() + if yyl2767 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2762, d) + x.codecDecodeSelfFromArray(yyl2767, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35767,12 +35822,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2763Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2763Slc - var yyhl2763 bool = l >= 0 - for yyj2763 := 0; ; yyj2763++ { - if yyhl2763 { - if yyj2763 >= l { + var yys2768Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2768Slc + var yyhl2768 bool = l >= 0 + for yyj2768 := 0; ; yyj2768++ { + if yyhl2768 { + if yyj2768 >= l { break } } else { @@ -35781,10 +35836,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2763Slc = r.DecodeBytes(yys2763Slc, true, true) - yys2763 := string(yys2763Slc) + yys2768Slc = r.DecodeBytes(yys2768Slc, true, true) + yys2768 := string(yys2768Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2763 { + switch yys2768 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35801,31 +35856,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2766 := &x.ListMeta - yym2767 := z.DecBinary() - _ = yym2767 + yyv2771 := &x.ListMeta + yym2772 := z.DecBinary() + _ = yym2772 if false { - } else if z.HasExtensions() && z.DecExt(yyv2766) { + } else if z.HasExtensions() && z.DecExt(yyv2771) { } else { - z.DecFallback(yyv2766, false) + z.DecFallback(yyv2771, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2768 := &x.Items - yym2769 := z.DecBinary() - _ = yym2769 + yyv2773 := &x.Items + yym2774 := z.DecBinary() + _ = yym2774 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2768), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2773), d) } } default: - z.DecStructFieldNotFound(-1, yys2763) - } // end switch yys2763 - } // end for yyj2763 + z.DecStructFieldNotFound(-1, yys2768) + } // end switch yys2768 + } // end for yyj2768 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35833,16 +35888,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2770 int - var yyb2770 bool - var yyhl2770 bool = l >= 0 - yyj2770++ - if yyhl2770 { - yyb2770 = yyj2770 > l + var yyj2775 int + var yyb2775 bool + var yyhl2775 bool = l >= 0 + yyj2775++ + if yyhl2775 { + yyb2775 = yyj2775 > l } else { - yyb2770 = r.CheckBreak() + yyb2775 = r.CheckBreak() } - if yyb2770 { + if yyb2775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35852,13 +35907,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2770++ - if yyhl2770 { - yyb2770 = yyj2770 > l + yyj2775++ + if yyhl2775 { + yyb2775 = yyj2775 > l } else { - yyb2770 = r.CheckBreak() + yyb2775 = r.CheckBreak() } - if yyb2770 { + if yyb2775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35868,13 +35923,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2770++ - if yyhl2770 { - yyb2770 = yyj2770 > l + yyj2775++ + if yyhl2775 { + yyb2775 = yyj2775 > l } else { - yyb2770 = r.CheckBreak() + yyb2775 = r.CheckBreak() } - if yyb2770 { + if yyb2775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35882,22 +35937,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2773 := &x.ListMeta - yym2774 := z.DecBinary() - _ = yym2774 + yyv2778 := &x.ListMeta + yym2779 := z.DecBinary() + _ = yym2779 if false { - } else if z.HasExtensions() && z.DecExt(yyv2773) { + } else if z.HasExtensions() && z.DecExt(yyv2778) { } else { - z.DecFallback(yyv2773, false) + z.DecFallback(yyv2778, false) } } - yyj2770++ - if yyhl2770 { - yyb2770 = yyj2770 > l + yyj2775++ + if yyhl2775 { + yyb2775 = yyj2775 > l } else { - yyb2770 = r.CheckBreak() + yyb2775 = r.CheckBreak() } - if yyb2770 { + if yyb2775 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35905,26 +35960,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2775 := &x.Items - yym2776 := z.DecBinary() - _ = yym2776 + yyv2780 := &x.Items + yym2781 := z.DecBinary() + _ = yym2781 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2775), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2780), d) } } for { - yyj2770++ - if yyhl2770 { - yyb2770 = yyj2770 > l + yyj2775++ + if yyhl2775 { + yyb2775 = yyj2775 > l } else { - yyb2770 = r.CheckBreak() + yyb2775 = r.CheckBreak() } - if yyb2770 { + if yyb2775 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2770-1, "") + z.DecStructFieldNotFound(yyj2775-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35936,37 +35991,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2777 := z.EncBinary() - _ = yym2777 + yym2782 := z.EncBinary() + _ = yym2782 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2778 := !z.EncBinary() - yy2arr2778 := z.EncBasicHandle().StructToArray - var yyq2778 [4]bool - _, _, _ = yysep2778, yyq2778, yy2arr2778 - const yyr2778 bool = false - yyq2778[0] = x.Kind != "" - yyq2778[1] = x.APIVersion != "" - yyq2778[2] = true - var yynn2778 int - if yyr2778 || yy2arr2778 { + yysep2783 := !z.EncBinary() + yy2arr2783 := z.EncBasicHandle().StructToArray + var yyq2783 [4]bool + _, _, _ = yysep2783, yyq2783, yy2arr2783 + const yyr2783 bool = false + yyq2783[0] = x.Kind != "" + yyq2783[1] = x.APIVersion != "" + yyq2783[2] = true + var yynn2783 int + if yyr2783 || yy2arr2783 { r.EncodeArrayStart(4) } else { - yynn2778 = 1 - for _, b := range yyq2778 { + yynn2783 = 1 + for _, b := range yyq2783 { if b { - yynn2778++ + yynn2783++ } } - r.EncodeMapStart(yynn2778) - yynn2778 = 0 + r.EncodeMapStart(yynn2783) + yynn2783 = 0 } - if yyr2778 || yy2arr2778 { + if yyr2783 || yy2arr2783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2778[0] { - yym2780 := z.EncBinary() - _ = yym2780 + if yyq2783[0] { + yym2785 := z.EncBinary() + _ = yym2785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35975,23 +36030,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2778[0] { + if yyq2783[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2781 := z.EncBinary() - _ = yym2781 + yym2786 := z.EncBinary() + _ = yym2786 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2778 || yy2arr2778 { + if yyr2783 || yy2arr2783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2778[1] { - yym2783 := z.EncBinary() - _ = yym2783 + if yyq2783[1] { + yym2788 := z.EncBinary() + _ = yym2788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36000,42 +36055,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2778[1] { + if yyq2783[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2784 := z.EncBinary() - _ = yym2784 + yym2789 := z.EncBinary() + _ = yym2789 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2778 || yy2arr2778 { + if yyr2783 || yy2arr2783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2778[2] { - yy2786 := &x.ObjectMeta - yy2786.CodecEncodeSelf(e) + if yyq2783[2] { + yy2791 := &x.ObjectMeta + yy2791.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2778[2] { + if yyq2783[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2787 := &x.ObjectMeta - yy2787.CodecEncodeSelf(e) + yy2792 := &x.ObjectMeta + yy2792.CodecEncodeSelf(e) } } - if yyr2778 || yy2arr2778 { + if yyr2783 || yy2arr2783 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2789 := z.EncBinary() - _ = yym2789 + yym2794 := z.EncBinary() + _ = yym2794 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -36048,15 +36103,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2790 := z.EncBinary() - _ = yym2790 + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2778 || yy2arr2778 { + if yyr2783 || yy2arr2783 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36069,25 +36124,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2791 := z.DecBinary() - _ = yym2791 + yym2796 := z.DecBinary() + _ = yym2796 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2792 := r.ContainerType() - if yyct2792 == codecSelferValueTypeMap1234 { - yyl2792 := r.ReadMapStart() - if yyl2792 == 0 { + yyct2797 := r.ContainerType() + if yyct2797 == codecSelferValueTypeMap1234 { + yyl2797 := r.ReadMapStart() + if yyl2797 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2792, d) + x.codecDecodeSelfFromMap(yyl2797, d) } - } else if yyct2792 == codecSelferValueTypeArray1234 { - yyl2792 := r.ReadArrayStart() - if yyl2792 == 0 { + } else if yyct2797 == codecSelferValueTypeArray1234 { + yyl2797 := r.ReadArrayStart() + if yyl2797 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2792, d) + x.codecDecodeSelfFromArray(yyl2797, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36099,12 +36154,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2793Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2793Slc - var yyhl2793 bool = l >= 0 - for yyj2793 := 0; ; yyj2793++ { - if yyhl2793 { - if yyj2793 >= l { + var yys2798Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2798Slc + var yyhl2798 bool = l >= 0 + for yyj2798 := 0; ; yyj2798++ { + if yyhl2798 { + if yyj2798 >= l { break } } else { @@ -36113,10 +36168,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2793Slc = r.DecodeBytes(yys2793Slc, true, true) - yys2793 := string(yys2793Slc) + yys2798Slc = r.DecodeBytes(yys2798Slc, true, true) + yys2798 := string(yys2798Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2793 { + switch yys2798 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36133,25 +36188,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2796 := &x.ObjectMeta - yyv2796.CodecDecodeSelf(d) + yyv2801 := &x.ObjectMeta + yyv2801.CodecDecodeSelf(d) } case "Subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2797 := &x.Subsets - yym2798 := z.DecBinary() - _ = yym2798 + yyv2802 := &x.Subsets + yym2803 := z.DecBinary() + _ = yym2803 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2797), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2802), d) } } default: - z.DecStructFieldNotFound(-1, yys2793) - } // end switch yys2793 - } // end for yyj2793 + z.DecStructFieldNotFound(-1, yys2798) + } // end switch yys2798 + } // end for yyj2798 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36159,16 +36214,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2799 int - var yyb2799 bool - var yyhl2799 bool = l >= 0 - yyj2799++ - if yyhl2799 { - yyb2799 = yyj2799 > l + var yyj2804 int + var yyb2804 bool + var yyhl2804 bool = l >= 0 + yyj2804++ + if yyhl2804 { + yyb2804 = yyj2804 > l } else { - yyb2799 = r.CheckBreak() + yyb2804 = r.CheckBreak() } - if yyb2799 { + if yyb2804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36178,13 +36233,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2799++ - if yyhl2799 { - yyb2799 = yyj2799 > l + yyj2804++ + if yyhl2804 { + yyb2804 = yyj2804 > l } else { - yyb2799 = r.CheckBreak() + yyb2804 = r.CheckBreak() } - if yyb2799 { + if yyb2804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36194,13 +36249,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2799++ - if yyhl2799 { - yyb2799 = yyj2799 > l + yyj2804++ + if yyhl2804 { + yyb2804 = yyj2804 > l } else { - yyb2799 = r.CheckBreak() + yyb2804 = r.CheckBreak() } - if yyb2799 { + if yyb2804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36208,16 +36263,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2802 := &x.ObjectMeta - yyv2802.CodecDecodeSelf(d) + yyv2807 := &x.ObjectMeta + yyv2807.CodecDecodeSelf(d) } - yyj2799++ - if yyhl2799 { - yyb2799 = yyj2799 > l + yyj2804++ + if yyhl2804 { + yyb2804 = yyj2804 > l } else { - yyb2799 = r.CheckBreak() + yyb2804 = r.CheckBreak() } - if yyb2799 { + if yyb2804 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36225,26 +36280,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2803 := &x.Subsets - yym2804 := z.DecBinary() - _ = yym2804 + yyv2808 := &x.Subsets + yym2809 := z.DecBinary() + _ = yym2809 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2803), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2808), d) } } for { - yyj2799++ - if yyhl2799 { - yyb2799 = yyj2799 > l + yyj2804++ + if yyhl2804 { + yyb2804 = yyj2804 > l } else { - yyb2799 = r.CheckBreak() + yyb2804 = r.CheckBreak() } - if yyb2799 { + if yyb2804 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2799-1, "") + z.DecStructFieldNotFound(yyj2804-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36256,36 +36311,36 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2805 := z.EncBinary() - _ = yym2805 + yym2810 := z.EncBinary() + _ = yym2810 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2806 := !z.EncBinary() - yy2arr2806 := z.EncBasicHandle().StructToArray - var yyq2806 [3]bool - _, _, _ = yysep2806, yyq2806, yy2arr2806 - const yyr2806 bool = false - var yynn2806 int - if yyr2806 || yy2arr2806 { + yysep2811 := !z.EncBinary() + yy2arr2811 := z.EncBasicHandle().StructToArray + var yyq2811 [3]bool + _, _, _ = yysep2811, yyq2811, yy2arr2811 + const yyr2811 bool = false + var yynn2811 int + if yyr2811 || yy2arr2811 { r.EncodeArrayStart(3) } else { - yynn2806 = 3 - for _, b := range yyq2806 { + yynn2811 = 3 + for _, b := range yyq2811 { if b { - yynn2806++ + yynn2811++ } } - r.EncodeMapStart(yynn2806) - yynn2806 = 0 + r.EncodeMapStart(yynn2811) + yynn2811 = 0 } - if yyr2806 || yy2arr2806 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2808 := z.EncBinary() - _ = yym2808 + yym2813 := z.EncBinary() + _ = yym2813 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -36298,21 +36353,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Addresses == nil { r.EncodeNil() } else { - yym2809 := z.EncBinary() - _ = yym2809 + yym2814 := z.EncBinary() + _ = yym2814 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) } } } - if yyr2806 || yy2arr2806 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2811 := z.EncBinary() - _ = yym2811 + yym2816 := z.EncBinary() + _ = yym2816 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -36325,21 +36380,21 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2812 := z.EncBinary() - _ = yym2812 + yym2817 := z.EncBinary() + _ = yym2817 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) } } } - if yyr2806 || yy2arr2806 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2814 := z.EncBinary() - _ = yym2814 + yym2819 := z.EncBinary() + _ = yym2819 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -36352,15 +36407,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2815 := z.EncBinary() - _ = yym2815 + yym2820 := z.EncBinary() + _ = yym2820 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) } } } - if yyr2806 || yy2arr2806 { + if yyr2811 || yy2arr2811 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36373,25 +36428,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2816 := z.DecBinary() - _ = yym2816 + yym2821 := z.DecBinary() + _ = yym2821 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2817 := r.ContainerType() - if yyct2817 == codecSelferValueTypeMap1234 { - yyl2817 := r.ReadMapStart() - if yyl2817 == 0 { + yyct2822 := r.ContainerType() + if yyct2822 == codecSelferValueTypeMap1234 { + yyl2822 := r.ReadMapStart() + if yyl2822 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2817, d) + x.codecDecodeSelfFromMap(yyl2822, d) } - } else if yyct2817 == codecSelferValueTypeArray1234 { - yyl2817 := r.ReadArrayStart() - if yyl2817 == 0 { + } else if yyct2822 == codecSelferValueTypeArray1234 { + yyl2822 := r.ReadArrayStart() + if yyl2822 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2817, d) + x.codecDecodeSelfFromArray(yyl2822, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36403,12 +36458,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2818Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2818Slc - var yyhl2818 bool = l >= 0 - for yyj2818 := 0; ; yyj2818++ { - if yyhl2818 { - if yyj2818 >= l { + var yys2823Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2823Slc + var yyhl2823 bool = l >= 0 + for yyj2823 := 0; ; yyj2823++ { + if yyhl2823 { + if yyj2823 >= l { break } } else { @@ -36417,50 +36472,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2818Slc = r.DecodeBytes(yys2818Slc, true, true) - yys2818 := string(yys2818Slc) + yys2823Slc = r.DecodeBytes(yys2823Slc, true, true) + yys2823 := string(yys2823Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2818 { + switch yys2823 { case "Addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2819 := &x.Addresses - yym2820 := z.DecBinary() - _ = yym2820 + yyv2824 := &x.Addresses + yym2825 := z.DecBinary() + _ = yym2825 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2819), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2824), d) } } case "NotReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2821 := &x.NotReadyAddresses - yym2822 := z.DecBinary() - _ = yym2822 + yyv2826 := &x.NotReadyAddresses + yym2827 := z.DecBinary() + _ = yym2827 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2821), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2826), d) } } case "Ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2823 := &x.Ports - yym2824 := z.DecBinary() - _ = yym2824 + yyv2828 := &x.Ports + yym2829 := z.DecBinary() + _ = yym2829 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2823), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2828), d) } } default: - z.DecStructFieldNotFound(-1, yys2818) - } // end switch yys2818 - } // end for yyj2818 + z.DecStructFieldNotFound(-1, yys2823) + } // end switch yys2823 + } // end for yyj2823 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36468,16 +36523,16 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2825 int - var yyb2825 bool - var yyhl2825 bool = l >= 0 - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + var yyj2830 int + var yyb2830 bool + var yyhl2830 bool = l >= 0 + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2825 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2825 { + if yyb2830 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36485,21 +36540,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2826 := &x.Addresses - yym2827 := z.DecBinary() - _ = yym2827 + yyv2831 := &x.Addresses + yym2832 := z.DecBinary() + _ = yym2832 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2826), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2831), d) } } - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2825 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2825 { + if yyb2830 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36507,21 +36562,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2828 := &x.NotReadyAddresses - yym2829 := z.DecBinary() - _ = yym2829 + yyv2833 := &x.NotReadyAddresses + yym2834 := z.DecBinary() + _ = yym2834 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2828), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2833), d) } } - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2825 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2825 { + if yyb2830 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36529,26 +36584,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2830 := &x.Ports - yym2831 := z.DecBinary() - _ = yym2831 + yyv2835 := &x.Ports + yym2836 := z.DecBinary() + _ = yym2836 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2830), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2835), d) } } for { - yyj2825++ - if yyhl2825 { - yyb2825 = yyj2825 > l + yyj2830++ + if yyhl2830 { + yyb2830 = yyj2830 > l } else { - yyb2825 = r.CheckBreak() + yyb2830 = r.CheckBreak() } - if yyb2825 { + if yyb2830 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2825-1, "") + z.DecStructFieldNotFound(yyj2830-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36560,35 +36615,35 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2832 := z.EncBinary() - _ = yym2832 + yym2837 := z.EncBinary() + _ = yym2837 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2833 := !z.EncBinary() - yy2arr2833 := z.EncBasicHandle().StructToArray - var yyq2833 [4]bool - _, _, _ = yysep2833, yyq2833, yy2arr2833 - const yyr2833 bool = false - yyq2833[1] = x.Hostname != "" - yyq2833[2] = x.NodeName != nil - var yynn2833 int - if yyr2833 || yy2arr2833 { + yysep2838 := !z.EncBinary() + yy2arr2838 := z.EncBasicHandle().StructToArray + var yyq2838 [4]bool + _, _, _ = yysep2838, yyq2838, yy2arr2838 + const yyr2838 bool = false + yyq2838[1] = x.Hostname != "" + yyq2838[2] = x.NodeName != nil + var yynn2838 int + if yyr2838 || yy2arr2838 { r.EncodeArrayStart(4) } else { - yynn2833 = 2 - for _, b := range yyq2833 { + yynn2838 = 2 + for _, b := range yyq2838 { if b { - yynn2833++ + yynn2838++ } } - r.EncodeMapStart(yynn2833) - yynn2833 = 0 + r.EncodeMapStart(yynn2838) + yynn2838 = 0 } - if yyr2833 || yy2arr2833 { + if yyr2838 || yy2arr2838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2835 := z.EncBinary() - _ = yym2835 + yym2840 := z.EncBinary() + _ = yym2840 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36597,18 +36652,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("IP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2836 := z.EncBinary() - _ = yym2836 + yym2841 := z.EncBinary() + _ = yym2841 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2833 || yy2arr2833 { + if yyr2838 || yy2arr2838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2833[1] { - yym2838 := z.EncBinary() - _ = yym2838 + if yyq2838[1] { + yym2843 := z.EncBinary() + _ = yym2843 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36617,54 +36672,54 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2833[1] { + if yyq2838[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2839 := z.EncBinary() - _ = yym2839 + yym2844 := z.EncBinary() + _ = yym2844 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2833 || yy2arr2833 { + if yyr2838 || yy2arr2838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2833[2] { + if yyq2838[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2841 := *x.NodeName - yym2842 := z.EncBinary() - _ = yym2842 + yy2846 := *x.NodeName + yym2847 := z.EncBinary() + _ = yym2847 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2841)) + r.EncodeString(codecSelferC_UTF81234, string(yy2846)) } } } else { r.EncodeNil() } } else { - if yyq2833[2] { + if yyq2838[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2843 := *x.NodeName - yym2844 := z.EncBinary() - _ = yym2844 + yy2848 := *x.NodeName + yym2849 := z.EncBinary() + _ = yym2849 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2843)) + r.EncodeString(codecSelferC_UTF81234, string(yy2848)) } } } } - if yyr2833 || yy2arr2833 { + if yyr2838 || yy2arr2838 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TargetRef == nil { r.EncodeNil() @@ -36681,7 +36736,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { x.TargetRef.CodecEncodeSelf(e) } } - if yyr2833 || yy2arr2833 { + if yyr2838 || yy2arr2838 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36694,25 +36749,25 @@ func (x *EndpointAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2846 := z.DecBinary() - _ = yym2846 + yym2851 := z.DecBinary() + _ = yym2851 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2847 := r.ContainerType() - if yyct2847 == codecSelferValueTypeMap1234 { - yyl2847 := r.ReadMapStart() - if yyl2847 == 0 { + yyct2852 := r.ContainerType() + if yyct2852 == codecSelferValueTypeMap1234 { + yyl2852 := r.ReadMapStart() + if yyl2852 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2847, d) + x.codecDecodeSelfFromMap(yyl2852, d) } - } else if yyct2847 == codecSelferValueTypeArray1234 { - yyl2847 := r.ReadArrayStart() - if yyl2847 == 0 { + } else if yyct2852 == codecSelferValueTypeArray1234 { + yyl2852 := r.ReadArrayStart() + if yyl2852 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2847, d) + x.codecDecodeSelfFromArray(yyl2852, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36724,12 +36779,12 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2848Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2848Slc - var yyhl2848 bool = l >= 0 - for yyj2848 := 0; ; yyj2848++ { - if yyhl2848 { - if yyj2848 >= l { + var yys2853Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2853Slc + var yyhl2853 bool = l >= 0 + for yyj2853 := 0; ; yyj2853++ { + if yyhl2853 { + if yyj2853 >= l { break } } else { @@ -36738,10 +36793,10 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2848Slc = r.DecodeBytes(yys2848Slc, true, true) - yys2848 := string(yys2848Slc) + yys2853Slc = r.DecodeBytes(yys2853Slc, true, true) + yys2853 := string(yys2853Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2848 { + switch yys2853 { case "IP": if r.TryDecodeAsNil() { x.IP = "" @@ -36763,8 +36818,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2852 := z.DecBinary() - _ = yym2852 + yym2857 := z.DecBinary() + _ = yym2857 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36782,9 +36837,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2848) - } // end switch yys2848 - } // end for yyj2848 + z.DecStructFieldNotFound(-1, yys2853) + } // end switch yys2853 + } // end for yyj2853 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36792,16 +36847,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) 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 } @@ -36811,13 +36866,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = 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 } @@ -36827,13 +36882,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = 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 } @@ -36846,20 +36901,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2858 := z.DecBinary() - _ = yym2858 + yym2863 := z.DecBinary() + _ = yym2863 if false { } else { *((*string)(x.NodeName)) = 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 } @@ -36875,17 +36930,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.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) } @@ -36897,33 +36952,33 @@ func (x *EndpointPort) 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 - var yynn2861 int - if yyr2861 || yy2arr2861 { + yysep2866 := !z.EncBinary() + yy2arr2866 := z.EncBasicHandle().StructToArray + var yyq2866 [3]bool + _, _, _ = yysep2866, yyq2866, yy2arr2866 + const yyr2866 bool = false + var yynn2866 int + if yyr2866 || yy2arr2866 { r.EncodeArrayStart(3) } else { - yynn2861 = 3 - for _, b := range yyq2861 { + yynn2866 = 3 + 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) - yym2863 := z.EncBinary() - _ = yym2863 + yym2868 := z.EncBinary() + _ = yym2868 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -36932,17 +36987,17 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2864 := z.EncBinary() - _ = yym2864 + yym2869 := z.EncBinary() + _ = yym2869 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2866 := z.EncBinary() - _ = yym2866 + yym2871 := z.EncBinary() + _ = yym2871 if false { } else { r.EncodeInt(int64(x.Port)) @@ -36951,14 +37006,14 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2867 := z.EncBinary() - _ = yym2867 + yym2872 := z.EncBinary() + _ = yym2872 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Protocol.CodecEncodeSelf(e) } else { @@ -36967,7 +37022,7 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } - if yyr2861 || yy2arr2861 { + if yyr2866 || yy2arr2866 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36980,25 +37035,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2869 := z.DecBinary() - _ = yym2869 + yym2874 := z.DecBinary() + _ = yym2874 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2870 := r.ContainerType() - if yyct2870 == codecSelferValueTypeMap1234 { - yyl2870 := r.ReadMapStart() - if yyl2870 == 0 { + yyct2875 := r.ContainerType() + if yyct2875 == codecSelferValueTypeMap1234 { + yyl2875 := r.ReadMapStart() + if yyl2875 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2870, d) + x.codecDecodeSelfFromMap(yyl2875, d) } - } else if yyct2870 == codecSelferValueTypeArray1234 { - yyl2870 := r.ReadArrayStart() - if yyl2870 == 0 { + } else if yyct2875 == codecSelferValueTypeArray1234 { + yyl2875 := r.ReadArrayStart() + if yyl2875 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2870, d) + x.codecDecodeSelfFromArray(yyl2875, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37010,12 +37065,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2871Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2871Slc - var yyhl2871 bool = l >= 0 - for yyj2871 := 0; ; yyj2871++ { - if yyhl2871 { - if yyj2871 >= l { + var yys2876Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2876Slc + var yyhl2876 bool = l >= 0 + for yyj2876 := 0; ; yyj2876++ { + if yyhl2876 { + if yyj2876 >= l { break } } else { @@ -37024,10 +37079,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2871Slc = r.DecodeBytes(yys2871Slc, true, true) - yys2871 := string(yys2871Slc) + yys2876Slc = r.DecodeBytes(yys2876Slc, true, true) + yys2876 := string(yys2876Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2871 { + switch yys2876 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -37047,9 +37102,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2871) - } // end switch yys2871 - } // end for yyj2871 + z.DecStructFieldNotFound(-1, yys2876) + } // end switch yys2876 + } // end for yyj2876 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37057,16 +37112,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2875 int - var yyb2875 bool - var yyhl2875 bool = l >= 0 - yyj2875++ - if yyhl2875 { - yyb2875 = yyj2875 > l + var yyj2880 int + var yyb2880 bool + var yyhl2880 bool = l >= 0 + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2875 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2875 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37076,13 +37131,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2875++ - if yyhl2875 { - yyb2875 = yyj2875 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2875 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2875 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37092,13 +37147,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2875++ - if yyhl2875 { - yyb2875 = yyj2875 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2875 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2875 { + if yyb2880 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37109,17 +37164,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2875++ - if yyhl2875 { - yyb2875 = yyj2875 > l + yyj2880++ + if yyhl2880 { + yyb2880 = yyj2880 > l } else { - yyb2875 = r.CheckBreak() + yyb2880 = r.CheckBreak() } - if yyb2875 { + if yyb2880 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2875-1, "") + z.DecStructFieldNotFound(yyj2880-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37131,37 +37186,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2879 := z.EncBinary() - _ = yym2879 + yym2884 := z.EncBinary() + _ = yym2884 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2880 := !z.EncBinary() - yy2arr2880 := z.EncBasicHandle().StructToArray - var yyq2880 [4]bool - _, _, _ = yysep2880, yyq2880, yy2arr2880 - const yyr2880 bool = false - yyq2880[0] = x.Kind != "" - yyq2880[1] = x.APIVersion != "" - yyq2880[2] = true - var yynn2880 int - if yyr2880 || yy2arr2880 { + yysep2885 := !z.EncBinary() + yy2arr2885 := z.EncBasicHandle().StructToArray + var yyq2885 [4]bool + _, _, _ = yysep2885, yyq2885, yy2arr2885 + const yyr2885 bool = false + yyq2885[0] = x.Kind != "" + yyq2885[1] = x.APIVersion != "" + yyq2885[2] = true + var yynn2885 int + if yyr2885 || yy2arr2885 { r.EncodeArrayStart(4) } else { - yynn2880 = 1 - for _, b := range yyq2880 { + yynn2885 = 1 + for _, b := range yyq2885 { if b { - yynn2880++ + yynn2885++ } } - r.EncodeMapStart(yynn2880) - yynn2880 = 0 + r.EncodeMapStart(yynn2885) + yynn2885 = 0 } - if yyr2880 || yy2arr2880 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2880[0] { - yym2882 := z.EncBinary() - _ = yym2882 + if yyq2885[0] { + yym2887 := z.EncBinary() + _ = yym2887 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -37170,23 +37225,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2880[0] { + if yyq2885[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2883 := z.EncBinary() - _ = yym2883 + yym2888 := z.EncBinary() + _ = yym2888 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2880 || yy2arr2880 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2880[1] { - yym2885 := z.EncBinary() - _ = yym2885 + if yyq2885[1] { + yym2890 := z.EncBinary() + _ = yym2890 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -37195,54 +37250,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2880[1] { + if yyq2885[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2886 := z.EncBinary() - _ = yym2886 + yym2891 := z.EncBinary() + _ = yym2891 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2880 || yy2arr2880 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2880[2] { - yy2888 := &x.ListMeta - yym2889 := z.EncBinary() - _ = yym2889 + if yyq2885[2] { + yy2893 := &x.ListMeta + yym2894 := z.EncBinary() + _ = yym2894 if false { - } else if z.HasExtensions() && z.EncExt(yy2888) { + } else if z.HasExtensions() && z.EncExt(yy2893) { } else { - z.EncFallback(yy2888) + z.EncFallback(yy2893) } } else { r.EncodeNil() } } else { - if yyq2880[2] { + if yyq2885[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2890 := &x.ListMeta - yym2891 := z.EncBinary() - _ = yym2891 + yy2895 := &x.ListMeta + yym2896 := z.EncBinary() + _ = yym2896 if false { - } else if z.HasExtensions() && z.EncExt(yy2890) { + } else if z.HasExtensions() && z.EncExt(yy2895) { } else { - z.EncFallback(yy2890) + z.EncFallback(yy2895) } } } - if yyr2880 || yy2arr2880 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2893 := z.EncBinary() - _ = yym2893 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -37255,15 +37310,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2894 := z.EncBinary() - _ = yym2894 + yym2899 := z.EncBinary() + _ = yym2899 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2880 || yy2arr2880 { + if yyr2885 || yy2arr2885 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37276,25 +37331,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2895 := z.DecBinary() - _ = yym2895 + yym2900 := z.DecBinary() + _ = yym2900 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2896 := r.ContainerType() - if yyct2896 == codecSelferValueTypeMap1234 { - yyl2896 := r.ReadMapStart() - if yyl2896 == 0 { + yyct2901 := r.ContainerType() + if yyct2901 == codecSelferValueTypeMap1234 { + yyl2901 := r.ReadMapStart() + if yyl2901 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2896, d) + x.codecDecodeSelfFromMap(yyl2901, d) } - } else if yyct2896 == codecSelferValueTypeArray1234 { - yyl2896 := r.ReadArrayStart() - if yyl2896 == 0 { + } else if yyct2901 == codecSelferValueTypeArray1234 { + yyl2901 := r.ReadArrayStart() + if yyl2901 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2896, d) + x.codecDecodeSelfFromArray(yyl2901, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37306,12 +37361,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2897Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2897Slc - var yyhl2897 bool = l >= 0 - for yyj2897 := 0; ; yyj2897++ { - if yyhl2897 { - if yyj2897 >= l { + var yys2902Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2902Slc + var yyhl2902 bool = l >= 0 + for yyj2902 := 0; ; yyj2902++ { + if yyhl2902 { + if yyj2902 >= l { break } } else { @@ -37320,10 +37375,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2897Slc = r.DecodeBytes(yys2897Slc, true, true) - yys2897 := string(yys2897Slc) + yys2902Slc = r.DecodeBytes(yys2902Slc, true, true) + yys2902 := string(yys2902Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2897 { + switch yys2902 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -37340,31 +37395,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2900 := &x.ListMeta - yym2901 := z.DecBinary() - _ = yym2901 + yyv2905 := &x.ListMeta + yym2906 := z.DecBinary() + _ = yym2906 if false { - } else if z.HasExtensions() && z.DecExt(yyv2900) { + } else if z.HasExtensions() && z.DecExt(yyv2905) { } else { - z.DecFallback(yyv2900, false) + z.DecFallback(yyv2905, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2902 := &x.Items - yym2903 := z.DecBinary() - _ = yym2903 + yyv2907 := &x.Items + yym2908 := z.DecBinary() + _ = yym2908 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2902), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2907), d) } } default: - z.DecStructFieldNotFound(-1, yys2897) - } // end switch yys2897 - } // end for yyj2897 + z.DecStructFieldNotFound(-1, yys2902) + } // end switch yys2902 + } // end for yyj2902 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37372,16 +37427,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2904 int - var yyb2904 bool - var yyhl2904 bool = l >= 0 - yyj2904++ - if yyhl2904 { - yyb2904 = yyj2904 > l + var yyj2909 int + var yyb2909 bool + var yyhl2909 bool = l >= 0 + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2904 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2904 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37391,13 +37446,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2904++ - if yyhl2904 { - yyb2904 = yyj2904 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2904 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2904 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37407,13 +37462,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2904++ - if yyhl2904 { - yyb2904 = yyj2904 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2904 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2904 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37421,22 +37476,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2907 := &x.ListMeta - yym2908 := z.DecBinary() - _ = yym2908 + yyv2912 := &x.ListMeta + yym2913 := z.DecBinary() + _ = yym2913 if false { - } else if z.HasExtensions() && z.DecExt(yyv2907) { + } else if z.HasExtensions() && z.DecExt(yyv2912) { } else { - z.DecFallback(yyv2907, false) + z.DecFallback(yyv2912, false) } } - yyj2904++ - if yyhl2904 { - yyb2904 = yyj2904 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2904 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2904 { + if yyb2909 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37444,26 +37499,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2909 := &x.Items - yym2910 := z.DecBinary() - _ = yym2910 + yyv2914 := &x.Items + yym2915 := z.DecBinary() + _ = yym2915 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2909), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2914), d) } } for { - yyj2904++ - if yyhl2904 { - yyb2904 = yyj2904 > l + yyj2909++ + if yyhl2909 { + yyb2909 = yyj2909 > l } else { - yyb2904 = r.CheckBreak() + yyb2909 = r.CheckBreak() } - if yyb2904 { + if yyb2909 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2904-1, "") + z.DecStructFieldNotFound(yyj2909-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37475,38 +37530,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2911 := z.EncBinary() - _ = yym2911 + yym2916 := z.EncBinary() + _ = yym2916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2912 := !z.EncBinary() - yy2arr2912 := z.EncBasicHandle().StructToArray - var yyq2912 [4]bool - _, _, _ = yysep2912, yyq2912, yy2arr2912 - const yyr2912 bool = false - yyq2912[0] = x.PodCIDR != "" - yyq2912[1] = x.ExternalID != "" - yyq2912[2] = x.ProviderID != "" - yyq2912[3] = x.Unschedulable != false - var yynn2912 int - if yyr2912 || yy2arr2912 { + yysep2917 := !z.EncBinary() + yy2arr2917 := z.EncBasicHandle().StructToArray + var yyq2917 [4]bool + _, _, _ = yysep2917, yyq2917, yy2arr2917 + const yyr2917 bool = false + yyq2917[0] = x.PodCIDR != "" + yyq2917[1] = x.ExternalID != "" + yyq2917[2] = x.ProviderID != "" + yyq2917[3] = x.Unschedulable != false + var yynn2917 int + if yyr2917 || yy2arr2917 { r.EncodeArrayStart(4) } else { - yynn2912 = 0 - for _, b := range yyq2912 { + yynn2917 = 0 + for _, b := range yyq2917 { if b { - yynn2912++ + yynn2917++ } } - r.EncodeMapStart(yynn2912) - yynn2912 = 0 + r.EncodeMapStart(yynn2917) + yynn2917 = 0 } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2912[0] { - yym2914 := z.EncBinary() - _ = yym2914 + if yyq2917[0] { + yym2919 := z.EncBinary() + _ = yym2919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -37515,49 +37570,49 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2912[0] { + if yyq2917[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2915 := z.EncBinary() - _ = yym2915 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2912 || yy2arr2912 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2912[1] { - yym2917 := z.EncBinary() - _ = yym2917 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2912[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2918 := z.EncBinary() - _ = yym2918 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2912 || yy2arr2912 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2912[2] { yym2920 := z.EncBinary() _ = yym2920 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } + } + if yyr2917 || yy2arr2917 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2917[1] { + yym2922 := z.EncBinary() + _ = yym2922 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2917[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2923 := z.EncBinary() + _ = yym2923 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2917 || yy2arr2917 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2917[2] { + yym2925 := z.EncBinary() + _ = yym2925 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } @@ -37565,23 +37620,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2912[2] { + if yyq2917[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2921 := z.EncBinary() - _ = yym2921 + yym2926 := z.EncBinary() + _ = yym2926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2912[3] { - yym2923 := z.EncBinary() - _ = yym2923 + if yyq2917[3] { + yym2928 := z.EncBinary() + _ = yym2928 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -37590,19 +37645,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2912[3] { + if yyq2917[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2924 := z.EncBinary() - _ = yym2924 + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37615,25 +37670,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2925 := z.DecBinary() - _ = yym2925 + yym2930 := z.DecBinary() + _ = yym2930 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2926 := r.ContainerType() - if yyct2926 == codecSelferValueTypeMap1234 { - yyl2926 := r.ReadMapStart() - if yyl2926 == 0 { + yyct2931 := r.ContainerType() + if yyct2931 == codecSelferValueTypeMap1234 { + yyl2931 := r.ReadMapStart() + if yyl2931 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2926, d) + x.codecDecodeSelfFromMap(yyl2931, d) } - } else if yyct2926 == codecSelferValueTypeArray1234 { - yyl2926 := r.ReadArrayStart() - if yyl2926 == 0 { + } else if yyct2931 == codecSelferValueTypeArray1234 { + yyl2931 := r.ReadArrayStart() + if yyl2931 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2926, d) + x.codecDecodeSelfFromArray(yyl2931, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37645,12 +37700,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2927Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2927Slc - var yyhl2927 bool = l >= 0 - for yyj2927 := 0; ; yyj2927++ { - if yyhl2927 { - if yyj2927 >= l { + var yys2932Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2932Slc + var yyhl2932 bool = l >= 0 + for yyj2932 := 0; ; yyj2932++ { + if yyhl2932 { + if yyj2932 >= l { break } } else { @@ -37659,10 +37714,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2927Slc = r.DecodeBytes(yys2927Slc, true, true) - yys2927 := string(yys2927Slc) + yys2932Slc = r.DecodeBytes(yys2932Slc, true, true) + yys2932 := string(yys2932Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2927 { + switch yys2932 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -37688,9 +37743,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2927) - } // end switch yys2927 - } // end for yyj2927 + z.DecStructFieldNotFound(-1, yys2932) + } // end switch yys2932 + } // end for yyj2932 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37698,16 +37753,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2932 int - var yyb2932 bool - var yyhl2932 bool = l >= 0 - yyj2932++ - if yyhl2932 { - yyb2932 = yyj2932 > l + var yyj2937 int + var yyb2937 bool + var yyhl2937 bool = l >= 0 + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2932 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2932 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37717,13 +37772,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2932++ - if yyhl2932 { - yyb2932 = yyj2932 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2932 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2932 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37733,13 +37788,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2932++ - if yyhl2932 { - yyb2932 = yyj2932 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2932 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2932 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37749,13 +37804,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2932++ - if yyhl2932 { - yyb2932 = yyj2932 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2932 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2932 { + if yyb2937 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37766,17 +37821,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2932++ - if yyhl2932 { - yyb2932 = yyj2932 > l + yyj2937++ + if yyhl2937 { + yyb2937 = yyj2937 > l } else { - yyb2932 = r.CheckBreak() + yyb2937 = r.CheckBreak() } - if yyb2932 { + if yyb2937 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2932-1, "") + z.DecStructFieldNotFound(yyj2937-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37788,33 +37843,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2937 := z.EncBinary() - _ = yym2937 + yym2942 := z.EncBinary() + _ = yym2942 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2938 := !z.EncBinary() - yy2arr2938 := z.EncBasicHandle().StructToArray - var yyq2938 [1]bool - _, _, _ = yysep2938, yyq2938, yy2arr2938 - const yyr2938 bool = false - var yynn2938 int - if yyr2938 || yy2arr2938 { + yysep2943 := !z.EncBinary() + yy2arr2943 := z.EncBasicHandle().StructToArray + var yyq2943 [1]bool + _, _, _ = yysep2943, yyq2943, yy2arr2943 + const yyr2943 bool = false + var yynn2943 int + if yyr2943 || yy2arr2943 { r.EncodeArrayStart(1) } else { - yynn2938 = 1 - for _, b := range yyq2938 { + yynn2943 = 1 + for _, b := range yyq2943 { if b { - yynn2938++ + yynn2943++ } } - r.EncodeMapStart(yynn2938) - yynn2938 = 0 + r.EncodeMapStart(yynn2943) + yynn2943 = 0 } - if yyr2938 || yy2arr2938 { + if yyr2943 || yy2arr2943 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2940 := z.EncBinary() - _ = yym2940 + yym2945 := z.EncBinary() + _ = yym2945 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37823,14 +37878,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2941 := z.EncBinary() - _ = yym2941 + yym2946 := z.EncBinary() + _ = yym2946 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2938 || yy2arr2938 { + if yyr2943 || yy2arr2943 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37843,25 +37898,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2942 := z.DecBinary() - _ = yym2942 + yym2947 := z.DecBinary() + _ = yym2947 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2943 := r.ContainerType() - if yyct2943 == codecSelferValueTypeMap1234 { - yyl2943 := r.ReadMapStart() - if yyl2943 == 0 { + yyct2948 := r.ContainerType() + if yyct2948 == codecSelferValueTypeMap1234 { + yyl2948 := r.ReadMapStart() + if yyl2948 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2943, d) + x.codecDecodeSelfFromMap(yyl2948, d) } - } else if yyct2943 == codecSelferValueTypeArray1234 { - yyl2943 := r.ReadArrayStart() - if yyl2943 == 0 { + } else if yyct2948 == codecSelferValueTypeArray1234 { + yyl2948 := r.ReadArrayStart() + if yyl2948 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2943, d) + x.codecDecodeSelfFromArray(yyl2948, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37873,12 +37928,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2944Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2944Slc - var yyhl2944 bool = l >= 0 - for yyj2944 := 0; ; yyj2944++ { - if yyhl2944 { - if yyj2944 >= l { + var yys2949Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2949Slc + var yyhl2949 bool = l >= 0 + for yyj2949 := 0; ; yyj2949++ { + if yyhl2949 { + if yyj2949 >= l { break } } else { @@ -37887,10 +37942,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2944Slc = r.DecodeBytes(yys2944Slc, true, true) - yys2944 := string(yys2944Slc) + yys2949Slc = r.DecodeBytes(yys2949Slc, true, true) + yys2949 := string(yys2949Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2944 { + switch yys2949 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -37898,9 +37953,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2944) - } // end switch yys2944 - } // end for yyj2944 + z.DecStructFieldNotFound(-1, yys2949) + } // end switch yys2949 + } // end for yyj2949 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37908,16 +37963,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2946 int - var yyb2946 bool - var yyhl2946 bool = l >= 0 - yyj2946++ - if yyhl2946 { - yyb2946 = yyj2946 > l + var yyj2951 int + var yyb2951 bool + var yyhl2951 bool = l >= 0 + yyj2951++ + if yyhl2951 { + yyb2951 = yyj2951 > l } else { - yyb2946 = r.CheckBreak() + yyb2951 = r.CheckBreak() } - if yyb2946 { + if yyb2951 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37928,17 +37983,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2946++ - if yyhl2946 { - yyb2946 = yyj2946 > l + yyj2951++ + if yyhl2951 { + yyb2951 = yyj2951 > l } else { - yyb2946 = r.CheckBreak() + yyb2951 = r.CheckBreak() } - if yyb2946 { + if yyb2951 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2946-1, "") + z.DecStructFieldNotFound(yyj2951-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37950,48 +38005,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2948 := z.EncBinary() - _ = yym2948 + yym2953 := z.EncBinary() + _ = yym2953 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2949 := !z.EncBinary() - yy2arr2949 := z.EncBasicHandle().StructToArray - var yyq2949 [1]bool - _, _, _ = yysep2949, yyq2949, yy2arr2949 - const yyr2949 bool = false - yyq2949[0] = true - var yynn2949 int - if yyr2949 || yy2arr2949 { + yysep2954 := !z.EncBinary() + yy2arr2954 := z.EncBasicHandle().StructToArray + var yyq2954 [1]bool + _, _, _ = yysep2954, yyq2954, yy2arr2954 + const yyr2954 bool = false + yyq2954[0] = true + var yynn2954 int + if yyr2954 || yy2arr2954 { r.EncodeArrayStart(1) } else { - yynn2949 = 0 - for _, b := range yyq2949 { + yynn2954 = 0 + for _, b := range yyq2954 { if b { - yynn2949++ + yynn2954++ } } - r.EncodeMapStart(yynn2949) - yynn2949 = 0 + r.EncodeMapStart(yynn2954) + yynn2954 = 0 } - if yyr2949 || yy2arr2949 { + if yyr2954 || yy2arr2954 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2949[0] { - yy2951 := &x.KubeletEndpoint - yy2951.CodecEncodeSelf(e) + if yyq2954[0] { + yy2956 := &x.KubeletEndpoint + yy2956.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2949[0] { + if yyq2954[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2952 := &x.KubeletEndpoint - yy2952.CodecEncodeSelf(e) + yy2957 := &x.KubeletEndpoint + yy2957.CodecEncodeSelf(e) } } - if yyr2949 || yy2arr2949 { + if yyr2954 || yy2arr2954 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38004,25 +38059,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2953 := z.DecBinary() - _ = yym2953 + yym2958 := z.DecBinary() + _ = yym2958 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2954 := r.ContainerType() - if yyct2954 == codecSelferValueTypeMap1234 { - yyl2954 := r.ReadMapStart() - if yyl2954 == 0 { + yyct2959 := r.ContainerType() + if yyct2959 == codecSelferValueTypeMap1234 { + yyl2959 := r.ReadMapStart() + if yyl2959 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2954, d) + x.codecDecodeSelfFromMap(yyl2959, d) } - } else if yyct2954 == codecSelferValueTypeArray1234 { - yyl2954 := r.ReadArrayStart() - if yyl2954 == 0 { + } else if yyct2959 == codecSelferValueTypeArray1234 { + yyl2959 := r.ReadArrayStart() + if yyl2959 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2954, d) + x.codecDecodeSelfFromArray(yyl2959, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38034,12 +38089,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2955Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2955Slc - var yyhl2955 bool = l >= 0 - for yyj2955 := 0; ; yyj2955++ { - if yyhl2955 { - if yyj2955 >= l { + var yys2960Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2960Slc + var yyhl2960 bool = l >= 0 + for yyj2960 := 0; ; yyj2960++ { + if yyhl2960 { + if yyj2960 >= l { break } } else { @@ -38048,21 +38103,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2955Slc = r.DecodeBytes(yys2955Slc, true, true) - yys2955 := string(yys2955Slc) + yys2960Slc = r.DecodeBytes(yys2960Slc, true, true) + yys2960 := string(yys2960Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2955 { + switch yys2960 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2956 := &x.KubeletEndpoint - yyv2956.CodecDecodeSelf(d) + yyv2961 := &x.KubeletEndpoint + yyv2961.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2955) - } // end switch yys2955 - } // end for yyj2955 + z.DecStructFieldNotFound(-1, yys2960) + } // end switch yys2960 + } // end for yyj2960 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38070,16 +38125,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2957 int - var yyb2957 bool - var yyhl2957 bool = l >= 0 - yyj2957++ - if yyhl2957 { - yyb2957 = yyj2957 > l + var yyj2962 int + var yyb2962 bool + var yyhl2962 bool = l >= 0 + yyj2962++ + if yyhl2962 { + yyb2962 = yyj2962 > l } else { - yyb2957 = r.CheckBreak() + yyb2962 = r.CheckBreak() } - if yyb2957 { + if yyb2962 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38087,21 +38142,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2958 := &x.KubeletEndpoint - yyv2958.CodecDecodeSelf(d) + yyv2963 := &x.KubeletEndpoint + yyv2963.CodecDecodeSelf(d) } for { - yyj2957++ - if yyhl2957 { - yyb2957 = yyj2957 > l + yyj2962++ + if yyhl2962 { + yyb2962 = yyj2962 > l } else { - yyb2957 = r.CheckBreak() + yyb2962 = r.CheckBreak() } - if yyb2957 { + if yyb2962 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2957-1, "") + z.DecStructFieldNotFound(yyj2962-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38113,33 +38168,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2959 := z.EncBinary() - _ = yym2959 + yym2964 := z.EncBinary() + _ = yym2964 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2960 := !z.EncBinary() - yy2arr2960 := z.EncBasicHandle().StructToArray - var yyq2960 [10]bool - _, _, _ = yysep2960, yyq2960, yy2arr2960 - const yyr2960 bool = false - var yynn2960 int - if yyr2960 || yy2arr2960 { + yysep2965 := !z.EncBinary() + yy2arr2965 := z.EncBasicHandle().StructToArray + var yyq2965 [10]bool + _, _, _ = yysep2965, yyq2965, yy2arr2965 + const yyr2965 bool = false + var yynn2965 int + if yyr2965 || yy2arr2965 { r.EncodeArrayStart(10) } else { - yynn2960 = 10 - for _, b := range yyq2960 { + yynn2965 = 10 + for _, b := range yyq2965 { if b { - yynn2960++ + yynn2965++ } } - r.EncodeMapStart(yynn2960) - yynn2960 = 0 + r.EncodeMapStart(yynn2965) + yynn2965 = 0 } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2962 := z.EncBinary() - _ = yym2962 + yym2967 := z.EncBinary() + _ = yym2967 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -38148,17 +38203,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2963 := z.EncBinary() - _ = yym2963 + yym2968 := z.EncBinary() + _ = yym2968 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2965 := z.EncBinary() - _ = yym2965 + yym2970 := z.EncBinary() + _ = yym2970 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -38167,17 +38222,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2966 := z.EncBinary() - _ = yym2966 + yym2971 := z.EncBinary() + _ = yym2971 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2968 := z.EncBinary() - _ = yym2968 + yym2973 := z.EncBinary() + _ = yym2973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -38186,17 +38241,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2969 := z.EncBinary() - _ = yym2969 + yym2974 := z.EncBinary() + _ = yym2974 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2971 := z.EncBinary() - _ = yym2971 + yym2976 := z.EncBinary() + _ = yym2976 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -38205,17 +38260,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2972 := z.EncBinary() - _ = yym2972 + yym2977 := z.EncBinary() + _ = yym2977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2974 := z.EncBinary() - _ = yym2974 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -38224,17 +38279,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2975 := z.EncBinary() - _ = yym2975 + yym2980 := z.EncBinary() + _ = yym2980 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2977 := z.EncBinary() - _ = yym2977 + yym2982 := z.EncBinary() + _ = yym2982 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -38243,17 +38298,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2978 := z.EncBinary() - _ = yym2978 + yym2983 := z.EncBinary() + _ = yym2983 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2980 := z.EncBinary() - _ = yym2980 + yym2985 := z.EncBinary() + _ = yym2985 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -38262,17 +38317,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2981 := z.EncBinary() - _ = yym2981 + yym2986 := z.EncBinary() + _ = yym2986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2983 := z.EncBinary() - _ = yym2983 + yym2988 := z.EncBinary() + _ = yym2988 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -38281,17 +38336,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2984 := z.EncBinary() - _ = yym2984 + yym2989 := z.EncBinary() + _ = yym2989 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2986 := z.EncBinary() - _ = yym2986 + yym2991 := z.EncBinary() + _ = yym2991 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -38300,17 +38355,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2987 := z.EncBinary() - _ = yym2987 + yym2992 := z.EncBinary() + _ = yym2992 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2989 := z.EncBinary() - _ = yym2989 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -38319,14 +38374,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2990 := z.EncBinary() - _ = yym2990 + yym2995 := z.EncBinary() + _ = yym2995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2960 || yy2arr2960 { + if yyr2965 || yy2arr2965 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38339,25 +38394,25 @@ func (x *NodeSystemInfo) 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) @@ -38369,12 +38424,12 @@ func (x *NodeSystemInfo) 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 { @@ -38383,10 +38438,10 @@ func (x *NodeSystemInfo) 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 "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -38448,9 +38503,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } 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) } @@ -38458,16 +38513,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3004 int - var yyb3004 bool - var yyhl3004 bool = l >= 0 - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + var yyj3009 int + var yyb3009 bool + var yyhl3009 bool = l >= 0 + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38477,13 +38532,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38493,13 +38548,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38509,13 +38564,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38525,13 +38580,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38541,13 +38596,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38557,13 +38612,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38573,13 +38628,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38589,13 +38644,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38605,13 +38660,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38622,17 +38677,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj3004++ - if yyhl3004 { - yyb3004 = yyj3004 > l + yyj3009++ + if yyhl3009 { + yyb3009 = yyj3009 > l } else { - yyb3004 = r.CheckBreak() + yyb3009 = r.CheckBreak() } - if yyb3004 { + if yyb3009 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3004-1, "") + z.DecStructFieldNotFound(yyj3009-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38644,42 +38699,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3015 := z.EncBinary() - _ = yym3015 + yym3020 := z.EncBinary() + _ = yym3020 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3016 := !z.EncBinary() - yy2arr3016 := z.EncBasicHandle().StructToArray - var yyq3016 [10]bool - _, _, _ = yysep3016, yyq3016, yy2arr3016 - const yyr3016 bool = false - yyq3016[0] = len(x.Capacity) != 0 - yyq3016[1] = len(x.Allocatable) != 0 - yyq3016[2] = x.Phase != "" - yyq3016[3] = len(x.Conditions) != 0 - yyq3016[4] = len(x.Addresses) != 0 - yyq3016[5] = true - yyq3016[6] = true - yyq3016[7] = len(x.Images) != 0 - yyq3016[8] = len(x.VolumesInUse) != 0 - yyq3016[9] = len(x.VolumesAttached) != 0 - var yynn3016 int - if yyr3016 || yy2arr3016 { + yysep3021 := !z.EncBinary() + yy2arr3021 := z.EncBasicHandle().StructToArray + var yyq3021 [10]bool + _, _, _ = yysep3021, yyq3021, yy2arr3021 + const yyr3021 bool = false + yyq3021[0] = len(x.Capacity) != 0 + yyq3021[1] = len(x.Allocatable) != 0 + yyq3021[2] = x.Phase != "" + yyq3021[3] = len(x.Conditions) != 0 + yyq3021[4] = len(x.Addresses) != 0 + yyq3021[5] = true + yyq3021[6] = true + yyq3021[7] = len(x.Images) != 0 + yyq3021[8] = len(x.VolumesInUse) != 0 + yyq3021[9] = len(x.VolumesAttached) != 0 + var yynn3021 int + if yyr3021 || yy2arr3021 { r.EncodeArrayStart(10) } else { - yynn3016 = 0 - for _, b := range yyq3016 { + yynn3021 = 0 + for _, b := range yyq3021 { if b { - yynn3016++ + yynn3021++ } } - r.EncodeMapStart(yynn3016) - yynn3016 = 0 + r.EncodeMapStart(yynn3021) + yynn3021 = 0 } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[0] { + if yyq3021[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38689,7 +38744,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[0] { + if yyq3021[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38700,9 +38755,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[1] { + if yyq3021[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38712,7 +38767,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[1] { + if yyq3021[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38723,29 +38778,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[2] { + if yyq3021[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3016[2] { + if yyq3021[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[3] { + if yyq3021[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym3021 := z.EncBinary() - _ = yym3021 + yym3026 := z.EncBinary() + _ = yym3026 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38755,15 +38810,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[3] { + if yyq3021[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym3022 := z.EncBinary() - _ = yym3022 + yym3027 := z.EncBinary() + _ = yym3027 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38771,14 +38826,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[4] { + if yyq3021[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym3024 := z.EncBinary() - _ = yym3024 + yym3029 := z.EncBinary() + _ = yym3029 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38788,15 +38843,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[4] { + if yyq3021[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym3025 := z.EncBinary() - _ = yym3025 + yym3030 := z.EncBinary() + _ = yym3030 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38804,48 +38859,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[5] { - yy3027 := &x.DaemonEndpoints - yy3027.CodecEncodeSelf(e) + if yyq3021[5] { + yy3032 := &x.DaemonEndpoints + yy3032.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3016[5] { + if yyq3021[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3028 := &x.DaemonEndpoints - yy3028.CodecEncodeSelf(e) + yy3033 := &x.DaemonEndpoints + yy3033.CodecEncodeSelf(e) } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[6] { - yy3030 := &x.NodeInfo - yy3030.CodecEncodeSelf(e) + if yyq3021[6] { + yy3035 := &x.NodeInfo + yy3035.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3016[6] { + if yyq3021[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3031 := &x.NodeInfo - yy3031.CodecEncodeSelf(e) + yy3036 := &x.NodeInfo + yy3036.CodecEncodeSelf(e) } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[7] { + if yyq3021[7] { if x.Images == nil { r.EncodeNil() } else { - yym3033 := z.EncBinary() - _ = yym3033 + yym3038 := z.EncBinary() + _ = yym3038 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38855,15 +38910,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[7] { + if yyq3021[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym3034 := z.EncBinary() - _ = yym3034 + yym3039 := z.EncBinary() + _ = yym3039 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38871,14 +38926,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[8] { + if yyq3021[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3036 := z.EncBinary() - _ = yym3036 + yym3041 := z.EncBinary() + _ = yym3041 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38888,15 +38943,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[8] { + if yyq3021[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym3037 := z.EncBinary() - _ = yym3037 + yym3042 := z.EncBinary() + _ = yym3042 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38904,14 +38959,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3016[9] { + if yyq3021[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3039 := z.EncBinary() - _ = yym3039 + yym3044 := z.EncBinary() + _ = yym3044 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38921,15 +38976,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3016[9] { + if yyq3021[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym3040 := z.EncBinary() - _ = yym3040 + yym3045 := z.EncBinary() + _ = yym3045 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38937,7 +38992,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3016 || yy2arr3016 { + if yyr3021 || yy2arr3021 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38950,25 +39005,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3041 := z.DecBinary() - _ = yym3041 + yym3046 := z.DecBinary() + _ = yym3046 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3042 := r.ContainerType() - if yyct3042 == codecSelferValueTypeMap1234 { - yyl3042 := r.ReadMapStart() - if yyl3042 == 0 { + yyct3047 := r.ContainerType() + if yyct3047 == codecSelferValueTypeMap1234 { + yyl3047 := r.ReadMapStart() + if yyl3047 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3042, d) + x.codecDecodeSelfFromMap(yyl3047, d) } - } else if yyct3042 == codecSelferValueTypeArray1234 { - yyl3042 := r.ReadArrayStart() - if yyl3042 == 0 { + } else if yyct3047 == codecSelferValueTypeArray1234 { + yyl3047 := r.ReadArrayStart() + if yyl3047 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3042, d) + x.codecDecodeSelfFromArray(yyl3047, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38980,12 +39035,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3043Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3043Slc - var yyhl3043 bool = l >= 0 - for yyj3043 := 0; ; yyj3043++ { - if yyhl3043 { - if yyj3043 >= l { + var yys3048Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3048Slc + var yyhl3048 bool = l >= 0 + for yyj3048 := 0; ; yyj3048++ { + if yyhl3048 { + if yyj3048 >= l { break } } else { @@ -38994,23 +39049,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3043Slc = r.DecodeBytes(yys3043Slc, true, true) - yys3043 := string(yys3043Slc) + yys3048Slc = r.DecodeBytes(yys3048Slc, true, true) + yys3048 := string(yys3048Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3043 { + switch yys3048 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3044 := &x.Capacity - yyv3044.CodecDecodeSelf(d) + yyv3049 := &x.Capacity + yyv3049.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3045 := &x.Allocatable - yyv3045.CodecDecodeSelf(d) + yyv3050 := &x.Allocatable + yyv3050.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -39022,80 +39077,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3047 := &x.Conditions - yym3048 := z.DecBinary() - _ = yym3048 + yyv3052 := &x.Conditions + yym3053 := z.DecBinary() + _ = yym3053 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3047), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3052), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3049 := &x.Addresses - yym3050 := z.DecBinary() - _ = yym3050 + yyv3054 := &x.Addresses + yym3055 := z.DecBinary() + _ = yym3055 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3049), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3054), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3051 := &x.DaemonEndpoints - yyv3051.CodecDecodeSelf(d) + yyv3056 := &x.DaemonEndpoints + yyv3056.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3052 := &x.NodeInfo - yyv3052.CodecDecodeSelf(d) + yyv3057 := &x.NodeInfo + yyv3057.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3053 := &x.Images - yym3054 := z.DecBinary() - _ = yym3054 + yyv3058 := &x.Images + yym3059 := z.DecBinary() + _ = yym3059 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3053), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3058), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3055 := &x.VolumesInUse - yym3056 := z.DecBinary() - _ = yym3056 + yyv3060 := &x.VolumesInUse + yym3061 := z.DecBinary() + _ = yym3061 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3055), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3060), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3057 := &x.VolumesAttached - yym3058 := z.DecBinary() - _ = yym3058 + yyv3062 := &x.VolumesAttached + yym3063 := z.DecBinary() + _ = yym3063 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3057), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3062), d) } } default: - z.DecStructFieldNotFound(-1, yys3043) - } // end switch yys3043 - } // end for yyj3043 + z.DecStructFieldNotFound(-1, yys3048) + } // end switch yys3048 + } // end for yyj3048 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39103,16 +39158,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3059 int - var yyb3059 bool - var yyhl3059 bool = l >= 0 - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + var yyj3064 int + var yyb3064 bool + var yyhl3064 bool = l >= 0 + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39120,16 +39175,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3060 := &x.Capacity - yyv3060.CodecDecodeSelf(d) + yyv3065 := &x.Capacity + yyv3065.CodecDecodeSelf(d) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39137,16 +39192,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3061 := &x.Allocatable - yyv3061.CodecDecodeSelf(d) + yyv3066 := &x.Allocatable + yyv3066.CodecDecodeSelf(d) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39156,13 +39211,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39170,21 +39225,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3063 := &x.Conditions - yym3064 := z.DecBinary() - _ = yym3064 + yyv3068 := &x.Conditions + yym3069 := z.DecBinary() + _ = yym3069 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3063), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3068), d) } } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39192,21 +39247,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3065 := &x.Addresses - yym3066 := z.DecBinary() - _ = yym3066 + yyv3070 := &x.Addresses + yym3071 := z.DecBinary() + _ = yym3071 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3065), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3070), d) } } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39214,16 +39269,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3067 := &x.DaemonEndpoints - yyv3067.CodecDecodeSelf(d) + yyv3072 := &x.DaemonEndpoints + yyv3072.CodecDecodeSelf(d) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39231,16 +39286,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3068 := &x.NodeInfo - yyv3068.CodecDecodeSelf(d) + yyv3073 := &x.NodeInfo + yyv3073.CodecDecodeSelf(d) } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39248,21 +39303,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3069 := &x.Images - yym3070 := z.DecBinary() - _ = yym3070 + yyv3074 := &x.Images + yym3075 := z.DecBinary() + _ = yym3075 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3069), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3074), d) } } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39270,21 +39325,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3071 := &x.VolumesInUse - yym3072 := z.DecBinary() - _ = yym3072 + yyv3076 := &x.VolumesInUse + yym3077 := z.DecBinary() + _ = yym3077 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3071), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3076), d) } } - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39292,26 +39347,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3073 := &x.VolumesAttached - yym3074 := z.DecBinary() - _ = yym3074 + yyv3078 := &x.VolumesAttached + yym3079 := z.DecBinary() + _ = yym3079 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3073), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3078), d) } } for { - yyj3059++ - if yyhl3059 { - yyb3059 = yyj3059 > l + yyj3064++ + if yyhl3064 { + yyb3064 = yyj3064 > l } else { - yyb3059 = r.CheckBreak() + yyb3064 = r.CheckBreak() } - if yyb3059 { + if yyb3064 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3059-1, "") + z.DecStructFieldNotFound(yyj3064-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39320,8 +39375,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3075 := z.EncBinary() - _ = yym3075 + yym3080 := z.EncBinary() + _ = yym3080 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39333,8 +39388,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3076 := z.DecBinary() - _ = yym3076 + yym3081 := z.DecBinary() + _ = yym3081 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39349,30 +39404,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3077 := z.EncBinary() - _ = yym3077 + yym3082 := z.EncBinary() + _ = yym3082 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3078 := !z.EncBinary() - yy2arr3078 := z.EncBasicHandle().StructToArray - var yyq3078 [2]bool - _, _, _ = yysep3078, yyq3078, yy2arr3078 - const yyr3078 bool = false - var yynn3078 int - if yyr3078 || yy2arr3078 { + yysep3083 := !z.EncBinary() + yy2arr3083 := z.EncBasicHandle().StructToArray + var yyq3083 [2]bool + _, _, _ = yysep3083, yyq3083, yy2arr3083 + const yyr3083 bool = false + var yynn3083 int + if yyr3083 || yy2arr3083 { r.EncodeArrayStart(2) } else { - yynn3078 = 2 - for _, b := range yyq3078 { + yynn3083 = 2 + for _, b := range yyq3083 { if b { - yynn3078++ + yynn3083++ } } - r.EncodeMapStart(yynn3078) - yynn3078 = 0 + r.EncodeMapStart(yynn3083) + yynn3083 = 0 } - if yyr3078 || yy2arr3078 { + if yyr3083 || yy2arr3083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -39381,10 +39436,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3078 || yy2arr3078 { + if yyr3083 || yy2arr3083 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3081 := z.EncBinary() - _ = yym3081 + yym3086 := z.EncBinary() + _ = yym3086 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -39393,14 +39448,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3082 := z.EncBinary() - _ = yym3082 + yym3087 := z.EncBinary() + _ = yym3087 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3078 || yy2arr3078 { + if yyr3083 || yy2arr3083 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39413,25 +39468,25 @@ func (x *AttachedVolume) 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) @@ -39443,12 +39498,12 @@ func (x *AttachedVolume) 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 { @@ -39457,10 +39512,10 @@ func (x *AttachedVolume) 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 "name": if r.TryDecodeAsNil() { x.Name = "" @@ -39474,9 +39529,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } 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) } @@ -39484,16 +39539,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3088 int - var yyb3088 bool - var yyhl3088 bool = l >= 0 - yyj3088++ - if yyhl3088 { - yyb3088 = yyj3088 > l + var yyj3093 int + var yyb3093 bool + var yyhl3093 bool = l >= 0 + yyj3093++ + if yyhl3093 { + yyb3093 = yyj3093 > l } else { - yyb3088 = r.CheckBreak() + yyb3093 = r.CheckBreak() } - if yyb3088 { + if yyb3093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39503,13 +39558,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3088++ - if yyhl3088 { - yyb3088 = yyj3088 > l + yyj3093++ + if yyhl3093 { + yyb3093 = yyj3093 > l } else { - yyb3088 = r.CheckBreak() + yyb3093 = r.CheckBreak() } - if yyb3088 { + if yyb3093 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39520,17 +39575,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3088++ - if yyhl3088 { - yyb3088 = yyj3088 > l + yyj3093++ + if yyhl3093 { + yyb3093 = yyj3093 > l } else { - yyb3088 = r.CheckBreak() + yyb3093 = r.CheckBreak() } - if yyb3088 { + if yyb3093 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3088-1, "") + z.DecStructFieldNotFound(yyj3093-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39542,38 +39597,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3091 := z.EncBinary() - _ = yym3091 + yym3096 := z.EncBinary() + _ = yym3096 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3092 := !z.EncBinary() - yy2arr3092 := z.EncBasicHandle().StructToArray - var yyq3092 [1]bool - _, _, _ = yysep3092, yyq3092, yy2arr3092 - const yyr3092 bool = false - yyq3092[0] = len(x.PreferAvoidPods) != 0 - var yynn3092 int - if yyr3092 || yy2arr3092 { + yysep3097 := !z.EncBinary() + yy2arr3097 := z.EncBasicHandle().StructToArray + var yyq3097 [1]bool + _, _, _ = yysep3097, yyq3097, yy2arr3097 + const yyr3097 bool = false + yyq3097[0] = len(x.PreferAvoidPods) != 0 + var yynn3097 int + if yyr3097 || yy2arr3097 { r.EncodeArrayStart(1) } else { - yynn3092 = 0 - for _, b := range yyq3092 { + yynn3097 = 0 + for _, b := range yyq3097 { if b { - yynn3092++ + yynn3097++ } } - r.EncodeMapStart(yynn3092) - yynn3092 = 0 + r.EncodeMapStart(yynn3097) + yynn3097 = 0 } - if yyr3092 || yy2arr3092 { + if yyr3097 || yy2arr3097 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3092[0] { + if yyq3097[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3094 := z.EncBinary() - _ = yym3094 + yym3099 := z.EncBinary() + _ = yym3099 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39583,15 +39638,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3092[0] { + if yyq3097[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3095 := z.EncBinary() - _ = yym3095 + yym3100 := z.EncBinary() + _ = yym3100 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39599,7 +39654,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3092 || yy2arr3092 { + if yyr3097 || yy2arr3097 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39612,25 +39667,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3096 := z.DecBinary() - _ = yym3096 + yym3101 := z.DecBinary() + _ = yym3101 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3097 := r.ContainerType() - if yyct3097 == codecSelferValueTypeMap1234 { - yyl3097 := r.ReadMapStart() - if yyl3097 == 0 { + yyct3102 := r.ContainerType() + if yyct3102 == codecSelferValueTypeMap1234 { + yyl3102 := r.ReadMapStart() + if yyl3102 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3097, d) + x.codecDecodeSelfFromMap(yyl3102, d) } - } else if yyct3097 == codecSelferValueTypeArray1234 { - yyl3097 := r.ReadArrayStart() - if yyl3097 == 0 { + } else if yyct3102 == codecSelferValueTypeArray1234 { + yyl3102 := r.ReadArrayStart() + if yyl3102 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3097, d) + x.codecDecodeSelfFromArray(yyl3102, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39642,12 +39697,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3098Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3098Slc - var yyhl3098 bool = l >= 0 - for yyj3098 := 0; ; yyj3098++ { - if yyhl3098 { - if yyj3098 >= l { + var yys3103Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3103Slc + var yyhl3103 bool = l >= 0 + for yyj3103 := 0; ; yyj3103++ { + if yyhl3103 { + if yyj3103 >= l { break } } else { @@ -39656,26 +39711,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3098Slc = r.DecodeBytes(yys3098Slc, true, true) - yys3098 := string(yys3098Slc) + yys3103Slc = r.DecodeBytes(yys3103Slc, true, true) + yys3103 := string(yys3103Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3098 { + switch yys3103 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3099 := &x.PreferAvoidPods - yym3100 := z.DecBinary() - _ = yym3100 + yyv3104 := &x.PreferAvoidPods + yym3105 := z.DecBinary() + _ = yym3105 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3099), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3104), d) } } default: - z.DecStructFieldNotFound(-1, yys3098) - } // end switch yys3098 - } // end for yyj3098 + z.DecStructFieldNotFound(-1, yys3103) + } // end switch yys3103 + } // end for yyj3103 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39683,16 +39738,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3101 int - var yyb3101 bool - var yyhl3101 bool = l >= 0 - yyj3101++ - if yyhl3101 { - yyb3101 = yyj3101 > l + var yyj3106 int + var yyb3106 bool + var yyhl3106 bool = l >= 0 + yyj3106++ + if yyhl3106 { + yyb3106 = yyj3106 > l } else { - yyb3101 = r.CheckBreak() + yyb3106 = r.CheckBreak() } - if yyb3101 { + if yyb3106 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39700,26 +39755,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3102 := &x.PreferAvoidPods - yym3103 := z.DecBinary() - _ = yym3103 + yyv3107 := &x.PreferAvoidPods + yym3108 := z.DecBinary() + _ = yym3108 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3102), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3107), d) } } for { - yyj3101++ - if yyhl3101 { - yyb3101 = yyj3101 > l + yyj3106++ + if yyhl3106 { + yyb3106 = yyj3106 > l } else { - yyb3101 = r.CheckBreak() + yyb3106 = r.CheckBreak() } - if yyb3101 { + if yyb3106 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3101-1, "") + z.DecStructFieldNotFound(yyj3106-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39731,111 +39786,111 @@ func (x *PreferAvoidPodsEntry) 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 [4]bool - _, _, _ = yysep3105, yyq3105, yy2arr3105 - const yyr3105 bool = false - yyq3105[1] = true - yyq3105[2] = x.Reason != "" - yyq3105[3] = x.Message != "" - var yynn3105 int - if yyr3105 || yy2arr3105 { + yysep3110 := !z.EncBinary() + yy2arr3110 := z.EncBasicHandle().StructToArray + var yyq3110 [4]bool + _, _, _ = yysep3110, yyq3110, yy2arr3110 + const yyr3110 bool = false + yyq3110[1] = true + yyq3110[2] = x.Reason != "" + yyq3110[3] = x.Message != "" + var yynn3110 int + if yyr3110 || yy2arr3110 { r.EncodeArrayStart(4) } else { - yynn3105 = 1 - for _, b := range yyq3105 { + yynn3110 = 1 + 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) - yy3107 := &x.PodSignature - yy3107.CodecEncodeSelf(e) + yy3112 := &x.PodSignature + yy3112.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3108 := &x.PodSignature - yy3108.CodecEncodeSelf(e) + yy3113 := &x.PodSignature + yy3113.CodecEncodeSelf(e) } - if yyr3105 || yy2arr3105 { + if yyr3110 || yy2arr3110 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3105[1] { - yy3110 := &x.EvictionTime - yym3111 := z.EncBinary() - _ = yym3111 + if yyq3110[1] { + yy3115 := &x.EvictionTime + yym3116 := z.EncBinary() + _ = yym3116 if false { - } else if z.HasExtensions() && z.EncExt(yy3110) { - } else if yym3111 { - z.EncBinaryMarshal(yy3110) - } else if !yym3111 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3110) + } else if z.HasExtensions() && z.EncExt(yy3115) { + } else if yym3116 { + z.EncBinaryMarshal(yy3115) + } else if !yym3116 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3115) } else { - z.EncFallback(yy3110) + z.EncFallback(yy3115) } } else { r.EncodeNil() } } else { - if yyq3105[1] { + if yyq3110[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3112 := &x.EvictionTime - yym3113 := z.EncBinary() - _ = yym3113 - if false { - } else if z.HasExtensions() && z.EncExt(yy3112) { - } else if yym3113 { - z.EncBinaryMarshal(yy3112) - } else if !yym3113 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3112) - } else { - z.EncFallback(yy3112) - } - } - } - if yyr3105 || yy2arr3105 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3105[2] { - yym3115 := z.EncBinary() - _ = yym3115 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3105[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3116 := z.EncBinary() - _ = yym3116 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr3105 || yy2arr3105 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3105[3] { + yy3117 := &x.EvictionTime yym3118 := z.EncBinary() _ = yym3118 if false { + } else if z.HasExtensions() && z.EncExt(yy3117) { + } else if yym3118 { + z.EncBinaryMarshal(yy3117) + } else if !yym3118 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3117) + } else { + z.EncFallback(yy3117) + } + } + } + if yyr3110 || yy2arr3110 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3110[2] { + yym3120 := z.EncBinary() + _ = yym3120 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3110[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3121 := z.EncBinary() + _ = yym3121 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr3110 || yy2arr3110 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3110[3] { + yym3123 := z.EncBinary() + _ = yym3123 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } @@ -39843,19 +39898,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3105[3] { + if yyq3110[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3119 := z.EncBinary() - _ = yym3119 + yym3124 := z.EncBinary() + _ = yym3124 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3105 || yy2arr3105 { + if yyr3110 || yy2arr3110 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39868,25 +39923,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3120 := z.DecBinary() - _ = yym3120 + yym3125 := z.DecBinary() + _ = yym3125 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3121 := r.ContainerType() - if yyct3121 == codecSelferValueTypeMap1234 { - yyl3121 := r.ReadMapStart() - if yyl3121 == 0 { + yyct3126 := r.ContainerType() + if yyct3126 == codecSelferValueTypeMap1234 { + yyl3126 := r.ReadMapStart() + if yyl3126 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3121, d) + x.codecDecodeSelfFromMap(yyl3126, d) } - } else if yyct3121 == codecSelferValueTypeArray1234 { - yyl3121 := r.ReadArrayStart() - if yyl3121 == 0 { + } else if yyct3126 == codecSelferValueTypeArray1234 { + yyl3126 := r.ReadArrayStart() + if yyl3126 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3121, d) + x.codecDecodeSelfFromArray(yyl3126, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39898,12 +39953,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3122Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3122Slc - var yyhl3122 bool = l >= 0 - for yyj3122 := 0; ; yyj3122++ { - if yyhl3122 { - if yyj3122 >= l { + var yys3127Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3127Slc + var yyhl3127 bool = l >= 0 + for yyj3127 := 0; ; yyj3127++ { + if yyhl3127 { + if yyj3127 >= l { break } } else { @@ -39912,32 +39967,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3122Slc = r.DecodeBytes(yys3122Slc, true, true) - yys3122 := string(yys3122Slc) + yys3127Slc = r.DecodeBytes(yys3127Slc, true, true) + yys3127 := string(yys3127Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3122 { + switch yys3127 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3123 := &x.PodSignature - yyv3123.CodecDecodeSelf(d) + yyv3128 := &x.PodSignature + yyv3128.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3124 := &x.EvictionTime - yym3125 := z.DecBinary() - _ = yym3125 + yyv3129 := &x.EvictionTime + yym3130 := z.DecBinary() + _ = yym3130 if false { - } else if z.HasExtensions() && z.DecExt(yyv3124) { - } else if yym3125 { - z.DecBinaryUnmarshal(yyv3124) - } else if !yym3125 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3124) + } else if z.HasExtensions() && z.DecExt(yyv3129) { + } else if yym3130 { + z.DecBinaryUnmarshal(yyv3129) + } else if !yym3130 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3129) } else { - z.DecFallback(yyv3124, false) + z.DecFallback(yyv3129, false) } } case "reason": @@ -39953,9 +40008,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3122) - } // end switch yys3122 - } // end for yyj3122 + z.DecStructFieldNotFound(-1, yys3127) + } // end switch yys3127 + } // end for yyj3127 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39963,16 +40018,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3128 int - var yyb3128 bool - var yyhl3128 bool = l >= 0 - yyj3128++ - if yyhl3128 { - yyb3128 = yyj3128 > l + var yyj3133 int + var yyb3133 bool + var yyhl3133 bool = l >= 0 + yyj3133++ + if yyhl3133 { + yyb3133 = yyj3133 > l } else { - yyb3128 = r.CheckBreak() + yyb3133 = r.CheckBreak() } - if yyb3128 { + if yyb3133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39980,16 +40035,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3129 := &x.PodSignature - yyv3129.CodecDecodeSelf(d) + yyv3134 := &x.PodSignature + yyv3134.CodecDecodeSelf(d) } - yyj3128++ - if yyhl3128 { - yyb3128 = yyj3128 > l + yyj3133++ + if yyhl3133 { + yyb3133 = yyj3133 > l } else { - yyb3128 = r.CheckBreak() + yyb3133 = r.CheckBreak() } - if yyb3128 { + if yyb3133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39997,26 +40052,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3130 := &x.EvictionTime - yym3131 := z.DecBinary() - _ = yym3131 + yyv3135 := &x.EvictionTime + yym3136 := z.DecBinary() + _ = yym3136 if false { - } else if z.HasExtensions() && z.DecExt(yyv3130) { - } else if yym3131 { - z.DecBinaryUnmarshal(yyv3130) - } else if !yym3131 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3130) + } else if z.HasExtensions() && z.DecExt(yyv3135) { + } else if yym3136 { + z.DecBinaryUnmarshal(yyv3135) + } else if !yym3136 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3135) } else { - z.DecFallback(yyv3130, false) + z.DecFallback(yyv3135, false) } } - yyj3128++ - if yyhl3128 { - yyb3128 = yyj3128 > l + yyj3133++ + if yyhl3133 { + yyb3133 = yyj3133 > l } else { - yyb3128 = r.CheckBreak() + yyb3133 = r.CheckBreak() } - if yyb3128 { + if yyb3133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40026,13 +40081,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3128++ - if yyhl3128 { - yyb3128 = yyj3128 > l + yyj3133++ + if yyhl3133 { + yyb3133 = yyj3133 > l } else { - yyb3128 = r.CheckBreak() + yyb3133 = r.CheckBreak() } - if yyb3128 { + if yyb3133 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40043,17 +40098,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3128++ - if yyhl3128 { - yyb3128 = yyj3128 > l + yyj3133++ + if yyhl3133 { + yyb3133 = yyj3133 > l } else { - yyb3128 = r.CheckBreak() + yyb3133 = r.CheckBreak() } - if yyb3128 { + if yyb3133 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3128-1, "") + z.DecStructFieldNotFound(yyj3133-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40065,33 +40120,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3134 := z.EncBinary() - _ = yym3134 + yym3139 := z.EncBinary() + _ = yym3139 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3135 := !z.EncBinary() - yy2arr3135 := z.EncBasicHandle().StructToArray - var yyq3135 [1]bool - _, _, _ = yysep3135, yyq3135, yy2arr3135 - const yyr3135 bool = false - yyq3135[0] = x.PodController != nil - var yynn3135 int - if yyr3135 || yy2arr3135 { + yysep3140 := !z.EncBinary() + yy2arr3140 := z.EncBasicHandle().StructToArray + var yyq3140 [1]bool + _, _, _ = yysep3140, yyq3140, yy2arr3140 + const yyr3140 bool = false + yyq3140[0] = x.PodController != nil + var yynn3140 int + if yyr3140 || yy2arr3140 { r.EncodeArrayStart(1) } else { - yynn3135 = 0 - for _, b := range yyq3135 { + yynn3140 = 0 + for _, b := range yyq3140 { if b { - yynn3135++ + yynn3140++ } } - r.EncodeMapStart(yynn3135) - yynn3135 = 0 + r.EncodeMapStart(yynn3140) + yynn3140 = 0 } - if yyr3135 || yy2arr3135 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3135[0] { + if yyq3140[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -40101,7 +40156,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3135[0] { + if yyq3140[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -40112,7 +40167,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3135 || yy2arr3135 { + if yyr3140 || yy2arr3140 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40125,25 +40180,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3137 := z.DecBinary() - _ = yym3137 + yym3142 := z.DecBinary() + _ = yym3142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3138 := r.ContainerType() - if yyct3138 == codecSelferValueTypeMap1234 { - yyl3138 := r.ReadMapStart() - if yyl3138 == 0 { + yyct3143 := r.ContainerType() + if yyct3143 == codecSelferValueTypeMap1234 { + yyl3143 := r.ReadMapStart() + if yyl3143 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3138, d) + x.codecDecodeSelfFromMap(yyl3143, d) } - } else if yyct3138 == codecSelferValueTypeArray1234 { - yyl3138 := r.ReadArrayStart() - if yyl3138 == 0 { + } else if yyct3143 == codecSelferValueTypeArray1234 { + yyl3143 := r.ReadArrayStart() + if yyl3143 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3138, d) + x.codecDecodeSelfFromArray(yyl3143, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40155,12 +40210,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3139Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3139Slc - var yyhl3139 bool = l >= 0 - for yyj3139 := 0; ; yyj3139++ { - if yyhl3139 { - if yyj3139 >= l { + var yys3144Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3144Slc + var yyhl3144 bool = l >= 0 + for yyj3144 := 0; ; yyj3144++ { + if yyhl3144 { + if yyj3144 >= l { break } } else { @@ -40169,10 +40224,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3139Slc = r.DecodeBytes(yys3139Slc, true, true) - yys3139 := string(yys3139Slc) + yys3144Slc = r.DecodeBytes(yys3144Slc, true, true) + yys3144 := string(yys3144Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3139 { + switch yys3144 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -40185,9 +40240,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3139) - } // end switch yys3139 - } // end for yyj3139 + z.DecStructFieldNotFound(-1, yys3144) + } // end switch yys3144 + } // end for yyj3144 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40195,16 +40250,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3141 int - var yyb3141 bool - var yyhl3141 bool = l >= 0 - yyj3141++ - if yyhl3141 { - yyb3141 = yyj3141 > l + var yyj3146 int + var yyb3146 bool + var yyhl3146 bool = l >= 0 + yyj3146++ + if yyhl3146 { + yyb3146 = yyj3146 > l } else { - yyb3141 = r.CheckBreak() + yyb3146 = r.CheckBreak() } - if yyb3141 { + if yyb3146 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40220,17 +40275,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3141++ - if yyhl3141 { - yyb3141 = yyj3141 > l + yyj3146++ + if yyhl3146 { + yyb3146 = yyj3146 > l } else { - yyb3141 = r.CheckBreak() + yyb3146 = r.CheckBreak() } - if yyb3141 { + if yyb3146 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3141-1, "") + z.DecStructFieldNotFound(yyj3146-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40242,37 +40297,37 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3143 := z.EncBinary() - _ = yym3143 + yym3148 := z.EncBinary() + _ = yym3148 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3144 := !z.EncBinary() - yy2arr3144 := z.EncBasicHandle().StructToArray - var yyq3144 [2]bool - _, _, _ = yysep3144, yyq3144, yy2arr3144 - const yyr3144 bool = false - yyq3144[1] = x.SizeBytes != 0 - var yynn3144 int - if yyr3144 || yy2arr3144 { + yysep3149 := !z.EncBinary() + yy2arr3149 := z.EncBasicHandle().StructToArray + var yyq3149 [2]bool + _, _, _ = yysep3149, yyq3149, yy2arr3149 + const yyr3149 bool = false + yyq3149[1] = x.SizeBytes != 0 + var yynn3149 int + if yyr3149 || yy2arr3149 { r.EncodeArrayStart(2) } else { - yynn3144 = 1 - for _, b := range yyq3144 { + yynn3149 = 1 + for _, b := range yyq3149 { if b { - yynn3144++ + yynn3149++ } } - r.EncodeMapStart(yynn3144) - yynn3144 = 0 + r.EncodeMapStart(yynn3149) + yynn3149 = 0 } - if yyr3144 || yy2arr3144 { + if yyr3149 || yy2arr3149 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Names == nil { r.EncodeNil() } else { - yym3146 := z.EncBinary() - _ = yym3146 + yym3151 := z.EncBinary() + _ = yym3151 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -40285,19 +40340,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3147 := z.EncBinary() - _ = yym3147 + yym3152 := z.EncBinary() + _ = yym3152 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - if yyr3144 || yy2arr3144 { + if yyr3149 || yy2arr3149 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3144[1] { - yym3149 := z.EncBinary() - _ = yym3149 + if yyq3149[1] { + yym3154 := z.EncBinary() + _ = yym3154 if false { } else { r.EncodeInt(int64(x.SizeBytes)) @@ -40306,19 +40361,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3144[1] { + if yyq3149[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3150 := z.EncBinary() - _ = yym3150 + yym3155 := z.EncBinary() + _ = yym3155 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3144 || yy2arr3144 { + if yyr3149 || yy2arr3149 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40331,25 +40386,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3151 := z.DecBinary() - _ = yym3151 + yym3156 := z.DecBinary() + _ = yym3156 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3152 := r.ContainerType() - if yyct3152 == codecSelferValueTypeMap1234 { - yyl3152 := r.ReadMapStart() - if yyl3152 == 0 { + yyct3157 := r.ContainerType() + if yyct3157 == codecSelferValueTypeMap1234 { + yyl3157 := r.ReadMapStart() + if yyl3157 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3152, d) + x.codecDecodeSelfFromMap(yyl3157, d) } - } else if yyct3152 == codecSelferValueTypeArray1234 { - yyl3152 := r.ReadArrayStart() - if yyl3152 == 0 { + } else if yyct3157 == codecSelferValueTypeArray1234 { + yyl3157 := r.ReadArrayStart() + if yyl3157 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3152, d) + x.codecDecodeSelfFromArray(yyl3157, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40361,12 +40416,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3153Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3153Slc - var yyhl3153 bool = l >= 0 - for yyj3153 := 0; ; yyj3153++ { - if yyhl3153 { - if yyj3153 >= l { + var yys3158Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3158Slc + var yyhl3158 bool = l >= 0 + for yyj3158 := 0; ; yyj3158++ { + if yyhl3158 { + if yyj3158 >= l { break } } else { @@ -40375,20 +40430,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3153Slc = r.DecodeBytes(yys3153Slc, true, true) - yys3153 := string(yys3153Slc) + yys3158Slc = r.DecodeBytes(yys3158Slc, true, true) + yys3158 := string(yys3158Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3153 { + switch yys3158 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3154 := &x.Names - yym3155 := z.DecBinary() - _ = yym3155 + yyv3159 := &x.Names + yym3160 := z.DecBinary() + _ = yym3160 if false { } else { - z.F.DecSliceStringX(yyv3154, false, d) + z.F.DecSliceStringX(yyv3159, false, d) } } case "sizeBytes": @@ -40398,9 +40453,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3153) - } // end switch yys3153 - } // end for yyj3153 + z.DecStructFieldNotFound(-1, yys3158) + } // end switch yys3158 + } // end for yyj3158 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40408,16 +40463,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3157 int - var yyb3157 bool - var yyhl3157 bool = l >= 0 - yyj3157++ - if yyhl3157 { - yyb3157 = yyj3157 > l + var yyj3162 int + var yyb3162 bool + var yyhl3162 bool = l >= 0 + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3157 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3157 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40425,21 +40480,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3158 := &x.Names - yym3159 := z.DecBinary() - _ = yym3159 + yyv3163 := &x.Names + yym3164 := z.DecBinary() + _ = yym3164 if false { } else { - z.F.DecSliceStringX(yyv3158, false, d) + z.F.DecSliceStringX(yyv3163, false, d) } } - yyj3157++ - if yyhl3157 { - yyb3157 = yyj3157 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3157 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3157 { + if yyb3162 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40450,17 +40505,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3157++ - if yyhl3157 { - yyb3157 = yyj3157 > l + yyj3162++ + if yyhl3162 { + yyb3162 = yyj3162 > l } else { - yyb3157 = r.CheckBreak() + yyb3162 = r.CheckBreak() } - if yyb3157 { + if yyb3162 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3157-1, "") + z.DecStructFieldNotFound(yyj3162-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40469,8 +40524,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3161 := z.EncBinary() - _ = yym3161 + yym3166 := z.EncBinary() + _ = yym3166 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40482,8 +40537,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3162 := z.DecBinary() - _ = yym3162 + yym3167 := z.DecBinary() + _ = yym3167 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40495,8 +40550,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3163 := z.EncBinary() - _ = yym3163 + yym3168 := z.EncBinary() + _ = yym3168 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40508,8 +40563,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3164 := z.DecBinary() - _ = yym3164 + yym3169 := z.DecBinary() + _ = yym3169 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40524,34 +40579,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3165 := z.EncBinary() - _ = yym3165 + yym3170 := z.EncBinary() + _ = yym3170 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3166 := !z.EncBinary() - yy2arr3166 := z.EncBasicHandle().StructToArray - var yyq3166 [6]bool - _, _, _ = yysep3166, yyq3166, yy2arr3166 - const yyr3166 bool = false - yyq3166[2] = true - yyq3166[3] = true - yyq3166[4] = x.Reason != "" - yyq3166[5] = x.Message != "" - var yynn3166 int - if yyr3166 || yy2arr3166 { + yysep3171 := !z.EncBinary() + yy2arr3171 := z.EncBasicHandle().StructToArray + var yyq3171 [6]bool + _, _, _ = yysep3171, yyq3171, yy2arr3171 + const yyr3171 bool = false + yyq3171[2] = true + yyq3171[3] = true + yyq3171[4] = x.Reason != "" + yyq3171[5] = x.Message != "" + var yynn3171 int + if yyr3171 || yy2arr3171 { r.EncodeArrayStart(6) } else { - yynn3166 = 2 - for _, b := range yyq3166 { + yynn3171 = 2 + for _, b := range yyq3171 { if b { - yynn3166++ + yynn3171++ } } - r.EncodeMapStart(yynn3166) - yynn3166 = 0 + r.EncodeMapStart(yynn3171) + yynn3171 = 0 } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40560,7 +40615,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40569,47 +40624,10 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3166[2] { - yy3170 := &x.LastHeartbeatTime - yym3171 := z.EncBinary() - _ = yym3171 - if false { - } else if z.HasExtensions() && z.EncExt(yy3170) { - } else if yym3171 { - z.EncBinaryMarshal(yy3170) - } else if !yym3171 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3170) - } else { - z.EncFallback(yy3170) - } - } else { - r.EncodeNil() - } - } else { - if yyq3166[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3172 := &x.LastHeartbeatTime - yym3173 := z.EncBinary() - _ = yym3173 - if false { - } else if z.HasExtensions() && z.EncExt(yy3172) { - } else if yym3173 { - z.EncBinaryMarshal(yy3172) - } else if !yym3173 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3172) - } else { - z.EncFallback(yy3172) - } - } - } - if yyr3166 || yy2arr3166 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3166[3] { - yy3175 := &x.LastTransitionTime + if yyq3171[2] { + yy3175 := &x.LastHeartbeatTime yym3176 := z.EncBinary() _ = yym3176 if false { @@ -40625,11 +40643,11 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3166[3] { + if yyq3171[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3177 := &x.LastTransitionTime + yy3177 := &x.LastHeartbeatTime yym3178 := z.EncBinary() _ = yym3178 if false { @@ -40643,36 +40661,73 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3166[4] { - yym3180 := z.EncBinary() - _ = yym3180 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3166[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3171[3] { + yy3180 := &x.LastTransitionTime yym3181 := z.EncBinary() _ = yym3181 if false { + } else if z.HasExtensions() && z.EncExt(yy3180) { + } else if yym3181 { + z.EncBinaryMarshal(yy3180) + } else if !yym3181 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3180) + } else { + z.EncFallback(yy3180) + } + } else { + r.EncodeNil() + } + } else { + if yyq3171[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3182 := &x.LastTransitionTime + yym3183 := z.EncBinary() + _ = yym3183 + if false { + } else if z.HasExtensions() && z.EncExt(yy3182) { + } else if yym3183 { + z.EncBinaryMarshal(yy3182) + } else if !yym3183 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3182) + } else { + z.EncFallback(yy3182) + } + } + } + if yyr3171 || yy2arr3171 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3171[4] { + yym3185 := z.EncBinary() + _ = yym3185 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3171[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3186 := z.EncBinary() + _ = yym3186 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3166[5] { - yym3183 := z.EncBinary() - _ = yym3183 + if yyq3171[5] { + yym3188 := z.EncBinary() + _ = yym3188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40681,19 +40736,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3166[5] { + if yyq3171[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3184 := z.EncBinary() - _ = yym3184 + yym3189 := z.EncBinary() + _ = yym3189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3166 || yy2arr3166 { + if yyr3171 || yy2arr3171 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40706,25 +40761,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3185 := z.DecBinary() - _ = yym3185 + yym3190 := z.DecBinary() + _ = yym3190 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3186 := r.ContainerType() - if yyct3186 == codecSelferValueTypeMap1234 { - yyl3186 := r.ReadMapStart() - if yyl3186 == 0 { + yyct3191 := r.ContainerType() + if yyct3191 == codecSelferValueTypeMap1234 { + yyl3191 := r.ReadMapStart() + if yyl3191 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3186, d) + x.codecDecodeSelfFromMap(yyl3191, d) } - } else if yyct3186 == codecSelferValueTypeArray1234 { - yyl3186 := r.ReadArrayStart() - if yyl3186 == 0 { + } else if yyct3191 == codecSelferValueTypeArray1234 { + yyl3191 := r.ReadArrayStart() + if yyl3191 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3186, d) + x.codecDecodeSelfFromArray(yyl3191, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40736,12 +40791,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3187Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3187Slc - var yyhl3187 bool = l >= 0 - for yyj3187 := 0; ; yyj3187++ { - if yyhl3187 { - if yyj3187 >= l { + var yys3192Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3192Slc + var yyhl3192 bool = l >= 0 + for yyj3192 := 0; ; yyj3192++ { + if yyhl3192 { + if yyj3192 >= l { break } } else { @@ -40750,10 +40805,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3187Slc = r.DecodeBytes(yys3187Slc, true, true) - yys3187 := string(yys3187Slc) + yys3192Slc = r.DecodeBytes(yys3192Slc, true, true) + yys3192 := string(yys3192Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3187 { + switch yys3192 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40770,34 +40825,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3190 := &x.LastHeartbeatTime - yym3191 := z.DecBinary() - _ = yym3191 + yyv3195 := &x.LastHeartbeatTime + yym3196 := z.DecBinary() + _ = yym3196 if false { - } else if z.HasExtensions() && z.DecExt(yyv3190) { - } else if yym3191 { - z.DecBinaryUnmarshal(yyv3190) - } else if !yym3191 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3190) + } else if z.HasExtensions() && z.DecExt(yyv3195) { + } else if yym3196 { + z.DecBinaryUnmarshal(yyv3195) + } else if !yym3196 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3195) } else { - z.DecFallback(yyv3190, false) + z.DecFallback(yyv3195, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3192 := &x.LastTransitionTime - yym3193 := z.DecBinary() - _ = yym3193 + yyv3197 := &x.LastTransitionTime + yym3198 := z.DecBinary() + _ = yym3198 if false { - } else if z.HasExtensions() && z.DecExt(yyv3192) { - } else if yym3193 { - z.DecBinaryUnmarshal(yyv3192) - } else if !yym3193 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3192) + } else if z.HasExtensions() && z.DecExt(yyv3197) { + } else if yym3198 { + z.DecBinaryUnmarshal(yyv3197) + } else if !yym3198 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3197) } else { - z.DecFallback(yyv3192, false) + z.DecFallback(yyv3197, false) } } case "reason": @@ -40813,9 +40868,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3187) - } // end switch yys3187 - } // end for yyj3187 + z.DecStructFieldNotFound(-1, yys3192) + } // end switch yys3192 + } // end for yyj3192 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40823,16 +40878,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3196 int - var yyb3196 bool - var yyhl3196 bool = l >= 0 - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + var yyj3201 int + var yyb3201 bool + var yyhl3201 bool = l >= 0 + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40842,13 +40897,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40858,13 +40913,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40872,26 +40927,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3199 := &x.LastHeartbeatTime - yym3200 := z.DecBinary() - _ = yym3200 + yyv3204 := &x.LastHeartbeatTime + yym3205 := z.DecBinary() + _ = yym3205 if false { - } else if z.HasExtensions() && z.DecExt(yyv3199) { - } else if yym3200 { - z.DecBinaryUnmarshal(yyv3199) - } else if !yym3200 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3199) + } else if z.HasExtensions() && z.DecExt(yyv3204) { + } else if yym3205 { + z.DecBinaryUnmarshal(yyv3204) + } else if !yym3205 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3204) } else { - z.DecFallback(yyv3199, false) + z.DecFallback(yyv3204, false) } } - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40899,26 +40954,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3201 := &x.LastTransitionTime - yym3202 := z.DecBinary() - _ = yym3202 + yyv3206 := &x.LastTransitionTime + yym3207 := z.DecBinary() + _ = yym3207 if false { - } else if z.HasExtensions() && z.DecExt(yyv3201) { - } else if yym3202 { - z.DecBinaryUnmarshal(yyv3201) - } else if !yym3202 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3201) + } else if z.HasExtensions() && z.DecExt(yyv3206) { + } else if yym3207 { + z.DecBinaryUnmarshal(yyv3206) + } else if !yym3207 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3206) } else { - z.DecFallback(yyv3201, false) + z.DecFallback(yyv3206, false) } } - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40928,13 +40983,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40945,17 +41000,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3196++ - if yyhl3196 { - yyb3196 = yyj3196 > l + yyj3201++ + if yyhl3201 { + yyb3201 = yyj3201 > l } else { - yyb3196 = r.CheckBreak() + yyb3201 = r.CheckBreak() } - if yyb3196 { + if yyb3201 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3196-1, "") + z.DecStructFieldNotFound(yyj3201-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40964,8 +41019,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3205 := z.EncBinary() - _ = yym3205 + yym3210 := z.EncBinary() + _ = yym3210 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40977,8 +41032,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3206 := z.DecBinary() - _ = yym3206 + yym3211 := z.DecBinary() + _ = yym3211 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40993,30 +41048,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3207 := z.EncBinary() - _ = yym3207 + yym3212 := z.EncBinary() + _ = yym3212 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3208 := !z.EncBinary() - yy2arr3208 := z.EncBasicHandle().StructToArray - var yyq3208 [2]bool - _, _, _ = yysep3208, yyq3208, yy2arr3208 - const yyr3208 bool = false - var yynn3208 int - if yyr3208 || yy2arr3208 { + yysep3213 := !z.EncBinary() + yy2arr3213 := z.EncBasicHandle().StructToArray + var yyq3213 [2]bool + _, _, _ = yysep3213, yyq3213, yy2arr3213 + const yyr3213 bool = false + var yynn3213 int + if yyr3213 || yy2arr3213 { r.EncodeArrayStart(2) } else { - yynn3208 = 2 - for _, b := range yyq3208 { + yynn3213 = 2 + for _, b := range yyq3213 { if b { - yynn3208++ + yynn3213++ } } - r.EncodeMapStart(yynn3208) - yynn3208 = 0 + r.EncodeMapStart(yynn3213) + yynn3213 = 0 } - if yyr3208 || yy2arr3208 { + if yyr3213 || yy2arr3213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -41025,10 +41080,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3208 || yy2arr3208 { + if yyr3213 || yy2arr3213 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3211 := z.EncBinary() - _ = yym3211 + yym3216 := z.EncBinary() + _ = yym3216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -41037,14 +41092,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3212 := z.EncBinary() - _ = yym3212 + yym3217 := z.EncBinary() + _ = yym3217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3208 || yy2arr3208 { + if yyr3213 || yy2arr3213 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41057,25 +41112,25 @@ func (x *NodeAddress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3213 := z.DecBinary() - _ = yym3213 + yym3218 := z.DecBinary() + _ = yym3218 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3214 := r.ContainerType() - if yyct3214 == codecSelferValueTypeMap1234 { - yyl3214 := r.ReadMapStart() - if yyl3214 == 0 { + yyct3219 := r.ContainerType() + if yyct3219 == codecSelferValueTypeMap1234 { + yyl3219 := r.ReadMapStart() + if yyl3219 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3214, d) + x.codecDecodeSelfFromMap(yyl3219, d) } - } else if yyct3214 == codecSelferValueTypeArray1234 { - yyl3214 := r.ReadArrayStart() - if yyl3214 == 0 { + } else if yyct3219 == codecSelferValueTypeArray1234 { + yyl3219 := r.ReadArrayStart() + if yyl3219 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3214, d) + x.codecDecodeSelfFromArray(yyl3219, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41087,12 +41142,12 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3215Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3215Slc - var yyhl3215 bool = l >= 0 - for yyj3215 := 0; ; yyj3215++ { - if yyhl3215 { - if yyj3215 >= l { + var yys3220Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3220Slc + var yyhl3220 bool = l >= 0 + for yyj3220 := 0; ; yyj3220++ { + if yyhl3220 { + if yyj3220 >= l { break } } else { @@ -41101,10 +41156,10 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3215Slc = r.DecodeBytes(yys3215Slc, true, true) - yys3215 := string(yys3215Slc) + yys3220Slc = r.DecodeBytes(yys3220Slc, true, true) + yys3220 := string(yys3220Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3215 { + switch yys3220 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -41118,9 +41173,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3215) - } // end switch yys3215 - } // end for yyj3215 + z.DecStructFieldNotFound(-1, yys3220) + } // end switch yys3220 + } // end for yyj3220 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41128,16 +41183,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3218 int - var yyb3218 bool - var yyhl3218 bool = l >= 0 - yyj3218++ - if yyhl3218 { - yyb3218 = yyj3218 > l + var yyj3223 int + var yyb3223 bool + var yyhl3223 bool = l >= 0 + yyj3223++ + if yyhl3223 { + yyb3223 = yyj3223 > l } else { - yyb3218 = r.CheckBreak() + yyb3223 = r.CheckBreak() } - if yyb3218 { + if yyb3223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41147,13 +41202,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3218++ - if yyhl3218 { - yyb3218 = yyj3218 > l + yyj3223++ + if yyhl3223 { + yyb3223 = yyj3223 > l } else { - yyb3218 = r.CheckBreak() + yyb3223 = r.CheckBreak() } - if yyb3218 { + if yyb3223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41164,17 +41219,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3218++ - if yyhl3218 { - yyb3218 = yyj3218 > l + yyj3223++ + if yyhl3223 { + yyb3223 = yyj3223 > l } else { - yyb3218 = r.CheckBreak() + yyb3223 = r.CheckBreak() } - if yyb3218 { + if yyb3223 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3218-1, "") + z.DecStructFieldNotFound(yyj3223-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41186,33 +41241,33 @@ func (x *NodeResources) 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 [1]bool - _, _, _ = yysep3222, yyq3222, yy2arr3222 - const yyr3222 bool = false - yyq3222[0] = len(x.Capacity) != 0 - var yynn3222 int - if yyr3222 || yy2arr3222 { + yysep3227 := !z.EncBinary() + yy2arr3227 := z.EncBasicHandle().StructToArray + var yyq3227 [1]bool + _, _, _ = yysep3227, yyq3227, yy2arr3227 + const yyr3227 bool = false + yyq3227[0] = len(x.Capacity) != 0 + var yynn3227 int + if yyr3227 || yy2arr3227 { r.EncodeArrayStart(1) } else { - yynn3222 = 0 - for _, b := range yyq3222 { + yynn3227 = 0 + 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] { + if yyq3227[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -41222,7 +41277,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3222[0] { + if yyq3227[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -41233,7 +41288,7 @@ func (x *NodeResources) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3222 || yy2arr3222 { + if yyr3227 || yy2arr3227 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41246,25 +41301,25 @@ func (x *NodeResources) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3224 := z.DecBinary() - _ = yym3224 + yym3229 := z.DecBinary() + _ = yym3229 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3225 := r.ContainerType() - if yyct3225 == codecSelferValueTypeMap1234 { - yyl3225 := r.ReadMapStart() - if yyl3225 == 0 { + yyct3230 := r.ContainerType() + if yyct3230 == codecSelferValueTypeMap1234 { + yyl3230 := r.ReadMapStart() + if yyl3230 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3225, d) + x.codecDecodeSelfFromMap(yyl3230, d) } - } else if yyct3225 == codecSelferValueTypeArray1234 { - yyl3225 := r.ReadArrayStart() - if yyl3225 == 0 { + } else if yyct3230 == codecSelferValueTypeArray1234 { + yyl3230 := r.ReadArrayStart() + if yyl3230 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3225, d) + x.codecDecodeSelfFromArray(yyl3230, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41276,12 +41331,12 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3226Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3226Slc - var yyhl3226 bool = l >= 0 - for yyj3226 := 0; ; yyj3226++ { - if yyhl3226 { - if yyj3226 >= l { + var yys3231Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3231Slc + var yyhl3231 bool = l >= 0 + for yyj3231 := 0; ; yyj3231++ { + if yyhl3231 { + if yyj3231 >= l { break } } else { @@ -41290,21 +41345,21 @@ func (x *NodeResources) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3226Slc = r.DecodeBytes(yys3226Slc, true, true) - yys3226 := string(yys3226Slc) + yys3231Slc = r.DecodeBytes(yys3231Slc, true, true) + yys3231 := string(yys3231Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3226 { + switch yys3231 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3227 := &x.Capacity - yyv3227.CodecDecodeSelf(d) + yyv3232 := &x.Capacity + yyv3232.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3226) - } // end switch yys3226 - } // end for yyj3226 + z.DecStructFieldNotFound(-1, yys3231) + } // end switch yys3231 + } // end for yyj3231 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41312,16 +41367,16 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3228 int - var yyb3228 bool - var yyhl3228 bool = l >= 0 - yyj3228++ - if yyhl3228 { - yyb3228 = yyj3228 > l + var yyj3233 int + var yyb3233 bool + var yyhl3233 bool = l >= 0 + yyj3233++ + if yyhl3233 { + yyb3233 = yyj3233 > l } else { - yyb3228 = r.CheckBreak() + yyb3233 = r.CheckBreak() } - if yyb3228 { + if yyb3233 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41329,21 +41384,21 @@ func (x *NodeResources) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3229 := &x.Capacity - yyv3229.CodecDecodeSelf(d) + yyv3234 := &x.Capacity + yyv3234.CodecDecodeSelf(d) } for { - yyj3228++ - if yyhl3228 { - yyb3228 = yyj3228 > l + yyj3233++ + if yyhl3233 { + yyb3233 = yyj3233 > l } else { - yyb3228 = r.CheckBreak() + yyb3233 = r.CheckBreak() } - if yyb3228 { + if yyb3233 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3228-1, "") + z.DecStructFieldNotFound(yyj3233-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41352,8 +41407,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3230 := z.EncBinary() - _ = yym3230 + yym3235 := z.EncBinary() + _ = yym3235 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41365,8 +41420,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3231 := z.DecBinary() - _ = yym3231 + yym3236 := z.DecBinary() + _ = yym3236 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41381,8 +41436,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3232 := z.EncBinary() - _ = yym3232 + yym3237 := z.EncBinary() + _ = yym3237 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41395,8 +41450,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3233 := z.DecBinary() - _ = yym3233 + yym3238 := z.DecBinary() + _ = yym3238 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41411,39 +41466,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3234 := z.EncBinary() - _ = yym3234 + yym3239 := z.EncBinary() + _ = yym3239 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3235 := !z.EncBinary() - yy2arr3235 := z.EncBasicHandle().StructToArray - var yyq3235 [5]bool - _, _, _ = yysep3235, yyq3235, yy2arr3235 - const yyr3235 bool = false - yyq3235[0] = x.Kind != "" - yyq3235[1] = x.APIVersion != "" - yyq3235[2] = true - yyq3235[3] = true - yyq3235[4] = true - var yynn3235 int - if yyr3235 || yy2arr3235 { + yysep3240 := !z.EncBinary() + yy2arr3240 := z.EncBasicHandle().StructToArray + var yyq3240 [5]bool + _, _, _ = yysep3240, yyq3240, yy2arr3240 + const yyr3240 bool = false + yyq3240[0] = x.Kind != "" + yyq3240[1] = x.APIVersion != "" + yyq3240[2] = true + yyq3240[3] = true + yyq3240[4] = true + var yynn3240 int + if yyr3240 || yy2arr3240 { r.EncodeArrayStart(5) } else { - yynn3235 = 0 - for _, b := range yyq3235 { + yynn3240 = 0 + for _, b := range yyq3240 { if b { - yynn3235++ + yynn3240++ } } - r.EncodeMapStart(yynn3235) - yynn3235 = 0 + r.EncodeMapStart(yynn3240) + yynn3240 = 0 } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3235[0] { - yym3237 := z.EncBinary() - _ = yym3237 + if yyq3240[0] { + yym3242 := z.EncBinary() + _ = yym3242 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41452,23 +41507,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3235[0] { + if yyq3240[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3238 := z.EncBinary() - _ = yym3238 + yym3243 := z.EncBinary() + _ = yym3243 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3235[1] { - yym3240 := z.EncBinary() - _ = yym3240 + if yyq3240[1] { + yym3245 := z.EncBinary() + _ = yym3245 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41477,70 +41532,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3235[1] { + if yyq3240[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3241 := z.EncBinary() - _ = yym3241 + yym3246 := z.EncBinary() + _ = yym3246 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3235[2] { - yy3243 := &x.ObjectMeta - yy3243.CodecEncodeSelf(e) + if yyq3240[2] { + yy3248 := &x.ObjectMeta + yy3248.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3235[2] { + if yyq3240[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3244 := &x.ObjectMeta - yy3244.CodecEncodeSelf(e) + yy3249 := &x.ObjectMeta + yy3249.CodecEncodeSelf(e) } } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3235[3] { - yy3246 := &x.Spec - yy3246.CodecEncodeSelf(e) + if yyq3240[3] { + yy3251 := &x.Spec + yy3251.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3235[3] { + if yyq3240[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3247 := &x.Spec - yy3247.CodecEncodeSelf(e) + yy3252 := &x.Spec + yy3252.CodecEncodeSelf(e) } } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3235[4] { - yy3249 := &x.Status - yy3249.CodecEncodeSelf(e) + if yyq3240[4] { + yy3254 := &x.Status + yy3254.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3235[4] { + if yyq3240[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3250 := &x.Status - yy3250.CodecEncodeSelf(e) + yy3255 := &x.Status + yy3255.CodecEncodeSelf(e) } } - if yyr3235 || yy2arr3235 { + if yyr3240 || yy2arr3240 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41553,25 +41608,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3251 := z.DecBinary() - _ = yym3251 + yym3256 := z.DecBinary() + _ = yym3256 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3252 := r.ContainerType() - if yyct3252 == codecSelferValueTypeMap1234 { - yyl3252 := r.ReadMapStart() - if yyl3252 == 0 { + yyct3257 := r.ContainerType() + if yyct3257 == codecSelferValueTypeMap1234 { + yyl3257 := r.ReadMapStart() + if yyl3257 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3252, d) + x.codecDecodeSelfFromMap(yyl3257, d) } - } else if yyct3252 == codecSelferValueTypeArray1234 { - yyl3252 := r.ReadArrayStart() - if yyl3252 == 0 { + } else if yyct3257 == codecSelferValueTypeArray1234 { + yyl3257 := r.ReadArrayStart() + if yyl3257 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3252, d) + x.codecDecodeSelfFromArray(yyl3257, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41583,12 +41638,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3253Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3253Slc - var yyhl3253 bool = l >= 0 - for yyj3253 := 0; ; yyj3253++ { - if yyhl3253 { - if yyj3253 >= l { + var yys3258Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3258Slc + var yyhl3258 bool = l >= 0 + for yyj3258 := 0; ; yyj3258++ { + if yyhl3258 { + if yyj3258 >= l { break } } else { @@ -41597,10 +41652,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3253Slc = r.DecodeBytes(yys3253Slc, true, true) - yys3253 := string(yys3253Slc) + yys3258Slc = r.DecodeBytes(yys3258Slc, true, true) + yys3258 := string(yys3258Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3253 { + switch yys3258 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41617,27 +41672,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3256 := &x.ObjectMeta - yyv3256.CodecDecodeSelf(d) + yyv3261 := &x.ObjectMeta + yyv3261.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3257 := &x.Spec - yyv3257.CodecDecodeSelf(d) + yyv3262 := &x.Spec + yyv3262.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3258 := &x.Status - yyv3258.CodecDecodeSelf(d) + yyv3263 := &x.Status + yyv3263.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3253) - } // end switch yys3253 - } // end for yyj3253 + z.DecStructFieldNotFound(-1, yys3258) + } // end switch yys3258 + } // end for yyj3258 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41645,16 +41700,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3259 int - var yyb3259 bool - var yyhl3259 bool = l >= 0 - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + var yyj3264 int + var yyb3264 bool + var yyhl3264 bool = l >= 0 + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41664,13 +41719,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41680,13 +41735,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41694,16 +41749,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3262 := &x.ObjectMeta - yyv3262.CodecDecodeSelf(d) + yyv3267 := &x.ObjectMeta + yyv3267.CodecDecodeSelf(d) } - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41711,16 +41766,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3263 := &x.Spec - yyv3263.CodecDecodeSelf(d) + yyv3268 := &x.Spec + yyv3268.CodecDecodeSelf(d) } - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41728,21 +41783,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3264 := &x.Status - yyv3264.CodecDecodeSelf(d) + yyv3269 := &x.Status + yyv3269.CodecDecodeSelf(d) } for { - yyj3259++ - if yyhl3259 { - yyb3259 = yyj3259 > l + yyj3264++ + if yyhl3264 { + yyb3264 = yyj3264 > l } else { - yyb3259 = r.CheckBreak() + yyb3264 = r.CheckBreak() } - if yyb3259 { + if yyb3264 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3259-1, "") + z.DecStructFieldNotFound(yyj3264-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41754,37 +41809,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3265 := z.EncBinary() - _ = yym3265 + yym3270 := z.EncBinary() + _ = yym3270 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3266 := !z.EncBinary() - yy2arr3266 := z.EncBasicHandle().StructToArray - var yyq3266 [4]bool - _, _, _ = yysep3266, yyq3266, yy2arr3266 - const yyr3266 bool = false - yyq3266[0] = x.Kind != "" - yyq3266[1] = x.APIVersion != "" - yyq3266[2] = true - var yynn3266 int - if yyr3266 || yy2arr3266 { + yysep3271 := !z.EncBinary() + yy2arr3271 := z.EncBasicHandle().StructToArray + var yyq3271 [4]bool + _, _, _ = yysep3271, yyq3271, yy2arr3271 + const yyr3271 bool = false + yyq3271[0] = x.Kind != "" + yyq3271[1] = x.APIVersion != "" + yyq3271[2] = true + var yynn3271 int + if yyr3271 || yy2arr3271 { r.EncodeArrayStart(4) } else { - yynn3266 = 1 - for _, b := range yyq3266 { + yynn3271 = 1 + for _, b := range yyq3271 { if b { - yynn3266++ + yynn3271++ } } - r.EncodeMapStart(yynn3266) - yynn3266 = 0 + r.EncodeMapStart(yynn3271) + yynn3271 = 0 } - if yyr3266 || yy2arr3266 { + if yyr3271 || yy2arr3271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3266[0] { - yym3268 := z.EncBinary() - _ = yym3268 + if yyq3271[0] { + yym3273 := z.EncBinary() + _ = yym3273 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41793,23 +41848,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3266[0] { + if yyq3271[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3269 := z.EncBinary() - _ = yym3269 + yym3274 := z.EncBinary() + _ = yym3274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3266 || yy2arr3266 { + if yyr3271 || yy2arr3271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3266[1] { - yym3271 := z.EncBinary() - _ = yym3271 + if yyq3271[1] { + yym3276 := z.EncBinary() + _ = yym3276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41818,54 +41873,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3266[1] { + if yyq3271[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3272 := z.EncBinary() - _ = yym3272 + yym3277 := z.EncBinary() + _ = yym3277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3266 || yy2arr3266 { + if yyr3271 || yy2arr3271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3266[2] { - yy3274 := &x.ListMeta - yym3275 := z.EncBinary() - _ = yym3275 + if yyq3271[2] { + yy3279 := &x.ListMeta + yym3280 := z.EncBinary() + _ = yym3280 if false { - } else if z.HasExtensions() && z.EncExt(yy3274) { + } else if z.HasExtensions() && z.EncExt(yy3279) { } else { - z.EncFallback(yy3274) + z.EncFallback(yy3279) } } else { r.EncodeNil() } } else { - if yyq3266[2] { + if yyq3271[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3276 := &x.ListMeta - yym3277 := z.EncBinary() - _ = yym3277 + yy3281 := &x.ListMeta + yym3282 := z.EncBinary() + _ = yym3282 if false { - } else if z.HasExtensions() && z.EncExt(yy3276) { + } else if z.HasExtensions() && z.EncExt(yy3281) { } else { - z.EncFallback(yy3276) + z.EncFallback(yy3281) } } } - if yyr3266 || yy2arr3266 { + if yyr3271 || yy2arr3271 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3279 := z.EncBinary() - _ = yym3279 + yym3284 := z.EncBinary() + _ = yym3284 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41878,15 +41933,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3280 := z.EncBinary() - _ = yym3280 + yym3285 := z.EncBinary() + _ = yym3285 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3266 || yy2arr3266 { + if yyr3271 || yy2arr3271 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41899,25 +41954,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3281 := z.DecBinary() - _ = yym3281 + yym3286 := z.DecBinary() + _ = yym3286 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3282 := r.ContainerType() - if yyct3282 == codecSelferValueTypeMap1234 { - yyl3282 := r.ReadMapStart() - if yyl3282 == 0 { + yyct3287 := r.ContainerType() + if yyct3287 == codecSelferValueTypeMap1234 { + yyl3287 := r.ReadMapStart() + if yyl3287 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3282, d) + x.codecDecodeSelfFromMap(yyl3287, d) } - } else if yyct3282 == codecSelferValueTypeArray1234 { - yyl3282 := r.ReadArrayStart() - if yyl3282 == 0 { + } else if yyct3287 == codecSelferValueTypeArray1234 { + yyl3287 := r.ReadArrayStart() + if yyl3287 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3282, d) + x.codecDecodeSelfFromArray(yyl3287, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41929,12 +41984,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3283Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3283Slc - var yyhl3283 bool = l >= 0 - for yyj3283 := 0; ; yyj3283++ { - if yyhl3283 { - if yyj3283 >= l { + var yys3288Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3288Slc + var yyhl3288 bool = l >= 0 + for yyj3288 := 0; ; yyj3288++ { + if yyhl3288 { + if yyj3288 >= l { break } } else { @@ -41943,10 +41998,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3283Slc = r.DecodeBytes(yys3283Slc, true, true) - yys3283 := string(yys3283Slc) + yys3288Slc = r.DecodeBytes(yys3288Slc, true, true) + yys3288 := string(yys3288Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3283 { + switch yys3288 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41963,31 +42018,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3286 := &x.ListMeta - yym3287 := z.DecBinary() - _ = yym3287 + yyv3291 := &x.ListMeta + yym3292 := z.DecBinary() + _ = yym3292 if false { - } else if z.HasExtensions() && z.DecExt(yyv3286) { + } else if z.HasExtensions() && z.DecExt(yyv3291) { } else { - z.DecFallback(yyv3286, false) + z.DecFallback(yyv3291, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3288 := &x.Items - yym3289 := z.DecBinary() - _ = yym3289 + yyv3293 := &x.Items + yym3294 := z.DecBinary() + _ = yym3294 if false { } else { - h.decSliceNode((*[]Node)(yyv3288), d) + h.decSliceNode((*[]Node)(yyv3293), d) } } default: - z.DecStructFieldNotFound(-1, yys3283) - } // end switch yys3283 - } // end for yyj3283 + z.DecStructFieldNotFound(-1, yys3288) + } // end switch yys3288 + } // end for yyj3288 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41995,16 +42050,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3290 int - var yyb3290 bool - var yyhl3290 bool = l >= 0 - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + var yyj3295 int + var yyb3295 bool + var yyhl3295 bool = l >= 0 + yyj3295++ + if yyhl3295 { + yyb3295 = yyj3295 > l } else { - yyb3290 = r.CheckBreak() + yyb3295 = r.CheckBreak() } - if yyb3290 { + if yyb3295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42014,13 +42069,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3295++ + if yyhl3295 { + yyb3295 = yyj3295 > l } else { - yyb3290 = r.CheckBreak() + yyb3295 = r.CheckBreak() } - if yyb3290 { + if yyb3295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42030,13 +42085,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3295++ + if yyhl3295 { + yyb3295 = yyj3295 > l } else { - yyb3290 = r.CheckBreak() + yyb3295 = r.CheckBreak() } - if yyb3290 { + if yyb3295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42044,22 +42099,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3293 := &x.ListMeta - yym3294 := z.DecBinary() - _ = yym3294 + yyv3298 := &x.ListMeta + yym3299 := z.DecBinary() + _ = yym3299 if false { - } else if z.HasExtensions() && z.DecExt(yyv3293) { + } else if z.HasExtensions() && z.DecExt(yyv3298) { } else { - z.DecFallback(yyv3293, false) + z.DecFallback(yyv3298, false) } } - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3295++ + if yyhl3295 { + yyb3295 = yyj3295 > l } else { - yyb3290 = r.CheckBreak() + yyb3295 = r.CheckBreak() } - if yyb3290 { + if yyb3295 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42067,26 +42122,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3295 := &x.Items - yym3296 := z.DecBinary() - _ = yym3296 + yyv3300 := &x.Items + yym3301 := z.DecBinary() + _ = yym3301 if false { } else { - h.decSliceNode((*[]Node)(yyv3295), d) + h.decSliceNode((*[]Node)(yyv3300), d) } } for { - yyj3290++ - if yyhl3290 { - yyb3290 = yyj3290 > l + yyj3295++ + if yyhl3295 { + yyb3295 = yyj3295 > l } else { - yyb3290 = r.CheckBreak() + yyb3295 = r.CheckBreak() } - if yyb3290 { + if yyb3295 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3290-1, "") + z.DecStructFieldNotFound(yyj3295-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42098,36 +42153,36 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3297 := z.EncBinary() - _ = yym3297 + yym3302 := z.EncBinary() + _ = yym3302 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3298 := !z.EncBinary() - yy2arr3298 := z.EncBasicHandle().StructToArray - var yyq3298 [1]bool - _, _, _ = yysep3298, yyq3298, yy2arr3298 - const yyr3298 bool = false - var yynn3298 int - if yyr3298 || yy2arr3298 { + yysep3303 := !z.EncBinary() + yy2arr3303 := z.EncBasicHandle().StructToArray + var yyq3303 [1]bool + _, _, _ = yysep3303, yyq3303, yy2arr3303 + const yyr3303 bool = false + var yynn3303 int + if yyr3303 || yy2arr3303 { r.EncodeArrayStart(1) } else { - yynn3298 = 1 - for _, b := range yyq3298 { + yynn3303 = 1 + for _, b := range yyq3303 { if b { - yynn3298++ + yynn3303++ } } - r.EncodeMapStart(yynn3298) - yynn3298 = 0 + r.EncodeMapStart(yynn3303) + yynn3303 = 0 } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3300 := z.EncBinary() - _ = yym3300 + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -42140,15 +42195,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Finalizers == nil { r.EncodeNil() } else { - yym3301 := z.EncBinary() - _ = yym3301 + yym3306 := z.EncBinary() + _ = yym3306 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) } } } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42161,25 +42216,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3302 := z.DecBinary() - _ = yym3302 + yym3307 := z.DecBinary() + _ = yym3307 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3303 := r.ContainerType() - if yyct3303 == codecSelferValueTypeMap1234 { - yyl3303 := r.ReadMapStart() - if yyl3303 == 0 { + yyct3308 := r.ContainerType() + if yyct3308 == codecSelferValueTypeMap1234 { + yyl3308 := r.ReadMapStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3303, d) + x.codecDecodeSelfFromMap(yyl3308, d) } - } else if yyct3303 == codecSelferValueTypeArray1234 { - yyl3303 := r.ReadArrayStart() - if yyl3303 == 0 { + } else if yyct3308 == codecSelferValueTypeArray1234 { + yyl3308 := r.ReadArrayStart() + if yyl3308 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3303, d) + x.codecDecodeSelfFromArray(yyl3308, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42191,12 +42246,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3304Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3304Slc - var yyhl3304 bool = l >= 0 - for yyj3304 := 0; ; yyj3304++ { - if yyhl3304 { - if yyj3304 >= l { + var yys3309Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3309Slc + var yyhl3309 bool = l >= 0 + for yyj3309 := 0; ; yyj3309++ { + if yyhl3309 { + if yyj3309 >= l { break } } else { @@ -42205,26 +42260,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3304Slc = r.DecodeBytes(yys3304Slc, true, true) - yys3304 := string(yys3304Slc) + yys3309Slc = r.DecodeBytes(yys3309Slc, true, true) + yys3309 := string(yys3309Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3304 { + switch yys3309 { case "Finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3305 := &x.Finalizers - yym3306 := z.DecBinary() - _ = yym3306 + yyv3310 := &x.Finalizers + yym3311 := z.DecBinary() + _ = yym3311 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3305), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3310), d) } } default: - z.DecStructFieldNotFound(-1, yys3304) - } // end switch yys3304 - } // end for yyj3304 + z.DecStructFieldNotFound(-1, yys3309) + } // end switch yys3309 + } // end for yyj3309 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42232,16 +42287,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3307 int - var yyb3307 bool - var yyhl3307 bool = l >= 0 - yyj3307++ - if yyhl3307 { - yyb3307 = yyj3307 > l + var yyj3312 int + var yyb3312 bool + var yyhl3312 bool = l >= 0 + yyj3312++ + if yyhl3312 { + yyb3312 = yyj3312 > l } else { - yyb3307 = r.CheckBreak() + yyb3312 = r.CheckBreak() } - if yyb3307 { + if yyb3312 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42249,26 +42304,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3308 := &x.Finalizers - yym3309 := z.DecBinary() - _ = yym3309 + yyv3313 := &x.Finalizers + yym3314 := z.DecBinary() + _ = yym3314 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3308), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3313), d) } } for { - yyj3307++ - if yyhl3307 { - yyb3307 = yyj3307 > l + yyj3312++ + if yyhl3312 { + yyb3312 = yyj3312 > l } else { - yyb3307 = r.CheckBreak() + yyb3312 = r.CheckBreak() } - if yyb3307 { + if yyb3312 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3307-1, "") + z.DecStructFieldNotFound(yyj3312-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42277,8 +42332,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3310 := z.EncBinary() - _ = yym3310 + yym3315 := z.EncBinary() + _ = yym3315 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42290,8 +42345,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3311 := z.DecBinary() - _ = yym3311 + yym3316 := z.DecBinary() + _ = yym3316 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42306,46 +42361,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3312 := z.EncBinary() - _ = yym3312 + yym3317 := z.EncBinary() + _ = yym3317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3313 := !z.EncBinary() - yy2arr3313 := z.EncBasicHandle().StructToArray - var yyq3313 [1]bool - _, _, _ = yysep3313, yyq3313, yy2arr3313 - const yyr3313 bool = false - yyq3313[0] = x.Phase != "" - var yynn3313 int - if yyr3313 || yy2arr3313 { + yysep3318 := !z.EncBinary() + yy2arr3318 := z.EncBasicHandle().StructToArray + var yyq3318 [1]bool + _, _, _ = yysep3318, yyq3318, yy2arr3318 + const yyr3318 bool = false + yyq3318[0] = x.Phase != "" + var yynn3318 int + if yyr3318 || yy2arr3318 { r.EncodeArrayStart(1) } else { - yynn3313 = 0 - for _, b := range yyq3313 { + yynn3318 = 0 + for _, b := range yyq3318 { if b { - yynn3313++ + yynn3318++ } } - r.EncodeMapStart(yynn3313) - yynn3313 = 0 + r.EncodeMapStart(yynn3318) + yynn3318 = 0 } - if yyr3313 || yy2arr3313 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3313[0] { + if yyq3318[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3313[0] { + if yyq3318[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3313 || yy2arr3313 { + if yyr3318 || yy2arr3318 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42358,25 +42413,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3315 := z.DecBinary() - _ = yym3315 + yym3320 := z.DecBinary() + _ = yym3320 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3316 := r.ContainerType() - if yyct3316 == codecSelferValueTypeMap1234 { - yyl3316 := r.ReadMapStart() - if yyl3316 == 0 { + yyct3321 := r.ContainerType() + if yyct3321 == codecSelferValueTypeMap1234 { + yyl3321 := r.ReadMapStart() + if yyl3321 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3316, d) + x.codecDecodeSelfFromMap(yyl3321, d) } - } else if yyct3316 == codecSelferValueTypeArray1234 { - yyl3316 := r.ReadArrayStart() - if yyl3316 == 0 { + } else if yyct3321 == codecSelferValueTypeArray1234 { + yyl3321 := r.ReadArrayStart() + if yyl3321 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3316, d) + x.codecDecodeSelfFromArray(yyl3321, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42388,12 +42443,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3317Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3317Slc - var yyhl3317 bool = l >= 0 - for yyj3317 := 0; ; yyj3317++ { - if yyhl3317 { - if yyj3317 >= l { + var yys3322Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3322Slc + var yyhl3322 bool = l >= 0 + for yyj3322 := 0; ; yyj3322++ { + if yyhl3322 { + if yyj3322 >= l { break } } else { @@ -42402,10 +42457,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3317Slc = r.DecodeBytes(yys3317Slc, true, true) - yys3317 := string(yys3317Slc) + yys3322Slc = r.DecodeBytes(yys3322Slc, true, true) + yys3322 := string(yys3322Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3317 { + switch yys3322 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -42413,9 +42468,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3317) - } // end switch yys3317 - } // end for yyj3317 + z.DecStructFieldNotFound(-1, yys3322) + } // end switch yys3322 + } // end for yyj3322 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42423,16 +42478,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3319 int - var yyb3319 bool - var yyhl3319 bool = l >= 0 - yyj3319++ - if yyhl3319 { - yyb3319 = yyj3319 > l + var yyj3324 int + var yyb3324 bool + var yyhl3324 bool = l >= 0 + yyj3324++ + if yyhl3324 { + yyb3324 = yyj3324 > l } else { - yyb3319 = r.CheckBreak() + yyb3324 = r.CheckBreak() } - if yyb3319 { + if yyb3324 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42443,17 +42498,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3319++ - if yyhl3319 { - yyb3319 = yyj3319 > l + yyj3324++ + if yyhl3324 { + yyb3324 = yyj3324 > l } else { - yyb3319 = r.CheckBreak() + yyb3324 = r.CheckBreak() } - if yyb3319 { + if yyb3324 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3319-1, "") + z.DecStructFieldNotFound(yyj3324-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42462,8 +42517,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3321 := z.EncBinary() - _ = yym3321 + yym3326 := z.EncBinary() + _ = yym3326 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -42475,8 +42530,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3322 := z.DecBinary() - _ = yym3322 + yym3327 := z.DecBinary() + _ = yym3327 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -42491,39 +42546,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3323 := z.EncBinary() - _ = yym3323 + yym3328 := z.EncBinary() + _ = yym3328 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3324 := !z.EncBinary() - yy2arr3324 := z.EncBasicHandle().StructToArray - var yyq3324 [5]bool - _, _, _ = yysep3324, yyq3324, yy2arr3324 - const yyr3324 bool = false - yyq3324[0] = x.Kind != "" - yyq3324[1] = x.APIVersion != "" - yyq3324[2] = true - yyq3324[3] = true - yyq3324[4] = true - var yynn3324 int - if yyr3324 || yy2arr3324 { + yysep3329 := !z.EncBinary() + yy2arr3329 := z.EncBasicHandle().StructToArray + var yyq3329 [5]bool + _, _, _ = yysep3329, yyq3329, yy2arr3329 + const yyr3329 bool = false + yyq3329[0] = x.Kind != "" + yyq3329[1] = x.APIVersion != "" + yyq3329[2] = true + yyq3329[3] = true + yyq3329[4] = true + var yynn3329 int + if yyr3329 || yy2arr3329 { r.EncodeArrayStart(5) } else { - yynn3324 = 0 - for _, b := range yyq3324 { + yynn3329 = 0 + for _, b := range yyq3329 { if b { - yynn3324++ + yynn3329++ } } - r.EncodeMapStart(yynn3324) - yynn3324 = 0 + r.EncodeMapStart(yynn3329) + yynn3329 = 0 } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3324[0] { - yym3326 := z.EncBinary() - _ = yym3326 + if yyq3329[0] { + yym3331 := z.EncBinary() + _ = yym3331 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42532,23 +42587,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3324[0] { + if yyq3329[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3327 := z.EncBinary() - _ = yym3327 + yym3332 := z.EncBinary() + _ = yym3332 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3324[1] { - yym3329 := z.EncBinary() - _ = yym3329 + if yyq3329[1] { + yym3334 := z.EncBinary() + _ = yym3334 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42557,70 +42612,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3324[1] { + if yyq3329[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3330 := z.EncBinary() - _ = yym3330 + yym3335 := z.EncBinary() + _ = yym3335 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3324[2] { - yy3332 := &x.ObjectMeta - yy3332.CodecEncodeSelf(e) + if yyq3329[2] { + yy3337 := &x.ObjectMeta + yy3337.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3324[2] { + if yyq3329[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3333 := &x.ObjectMeta - yy3333.CodecEncodeSelf(e) + yy3338 := &x.ObjectMeta + yy3338.CodecEncodeSelf(e) } } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3324[3] { - yy3335 := &x.Spec - yy3335.CodecEncodeSelf(e) + if yyq3329[3] { + yy3340 := &x.Spec + yy3340.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3324[3] { + if yyq3329[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3336 := &x.Spec - yy3336.CodecEncodeSelf(e) + yy3341 := &x.Spec + yy3341.CodecEncodeSelf(e) } } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3324[4] { - yy3338 := &x.Status - yy3338.CodecEncodeSelf(e) + if yyq3329[4] { + yy3343 := &x.Status + yy3343.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3324[4] { + if yyq3329[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3339 := &x.Status - yy3339.CodecEncodeSelf(e) + yy3344 := &x.Status + yy3344.CodecEncodeSelf(e) } } - if yyr3324 || yy2arr3324 { + if yyr3329 || yy2arr3329 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42633,25 +42688,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3340 := z.DecBinary() - _ = yym3340 + yym3345 := z.DecBinary() + _ = yym3345 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3341 := r.ContainerType() - if yyct3341 == codecSelferValueTypeMap1234 { - yyl3341 := r.ReadMapStart() - if yyl3341 == 0 { + yyct3346 := r.ContainerType() + if yyct3346 == codecSelferValueTypeMap1234 { + yyl3346 := r.ReadMapStart() + if yyl3346 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3341, d) + x.codecDecodeSelfFromMap(yyl3346, d) } - } else if yyct3341 == codecSelferValueTypeArray1234 { - yyl3341 := r.ReadArrayStart() - if yyl3341 == 0 { + } else if yyct3346 == codecSelferValueTypeArray1234 { + yyl3346 := r.ReadArrayStart() + if yyl3346 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3341, d) + x.codecDecodeSelfFromArray(yyl3346, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42663,12 +42718,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3342Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3342Slc - var yyhl3342 bool = l >= 0 - for yyj3342 := 0; ; yyj3342++ { - if yyhl3342 { - if yyj3342 >= l { + var yys3347Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3347Slc + var yyhl3347 bool = l >= 0 + for yyj3347 := 0; ; yyj3347++ { + if yyhl3347 { + if yyj3347 >= l { break } } else { @@ -42677,10 +42732,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3342Slc = r.DecodeBytes(yys3342Slc, true, true) - yys3342 := string(yys3342Slc) + yys3347Slc = r.DecodeBytes(yys3347Slc, true, true) + yys3347 := string(yys3347Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3342 { + switch yys3347 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42697,27 +42752,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3345 := &x.ObjectMeta - yyv3345.CodecDecodeSelf(d) + yyv3350 := &x.ObjectMeta + yyv3350.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3346 := &x.Spec - yyv3346.CodecDecodeSelf(d) + yyv3351 := &x.Spec + yyv3351.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3347 := &x.Status - yyv3347.CodecDecodeSelf(d) + yyv3352 := &x.Status + yyv3352.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3342) - } // end switch yys3342 - } // end for yyj3342 + z.DecStructFieldNotFound(-1, yys3347) + } // end switch yys3347 + } // end for yyj3347 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42725,16 +42780,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3348 int - var yyb3348 bool - var yyhl3348 bool = l >= 0 - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + var yyj3353 int + var yyb3353 bool + var yyhl3353 bool = l >= 0 + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42744,13 +42799,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42760,13 +42815,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42774,16 +42829,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3351 := &x.ObjectMeta - yyv3351.CodecDecodeSelf(d) + yyv3356 := &x.ObjectMeta + yyv3356.CodecDecodeSelf(d) } - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42791,16 +42846,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3352 := &x.Spec - yyv3352.CodecDecodeSelf(d) + yyv3357 := &x.Spec + yyv3357.CodecDecodeSelf(d) } - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42808,21 +42863,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3353 := &x.Status - yyv3353.CodecDecodeSelf(d) + yyv3358 := &x.Status + yyv3358.CodecDecodeSelf(d) } for { - yyj3348++ - if yyhl3348 { - yyb3348 = yyj3348 > l + yyj3353++ + if yyhl3353 { + yyb3353 = yyj3353 > l } else { - yyb3348 = r.CheckBreak() + yyb3353 = r.CheckBreak() } - if yyb3348 { + if yyb3353 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3348-1, "") + z.DecStructFieldNotFound(yyj3353-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42834,37 +42889,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3354 := z.EncBinary() - _ = yym3354 + yym3359 := z.EncBinary() + _ = yym3359 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3355 := !z.EncBinary() - yy2arr3355 := z.EncBasicHandle().StructToArray - var yyq3355 [4]bool - _, _, _ = yysep3355, yyq3355, yy2arr3355 - const yyr3355 bool = false - yyq3355[0] = x.Kind != "" - yyq3355[1] = x.APIVersion != "" - yyq3355[2] = true - var yynn3355 int - if yyr3355 || yy2arr3355 { + yysep3360 := !z.EncBinary() + yy2arr3360 := z.EncBasicHandle().StructToArray + var yyq3360 [4]bool + _, _, _ = yysep3360, yyq3360, yy2arr3360 + const yyr3360 bool = false + yyq3360[0] = x.Kind != "" + yyq3360[1] = x.APIVersion != "" + yyq3360[2] = true + var yynn3360 int + if yyr3360 || yy2arr3360 { r.EncodeArrayStart(4) } else { - yynn3355 = 1 - for _, b := range yyq3355 { + yynn3360 = 1 + for _, b := range yyq3360 { if b { - yynn3355++ + yynn3360++ } } - r.EncodeMapStart(yynn3355) - yynn3355 = 0 + r.EncodeMapStart(yynn3360) + yynn3360 = 0 } - if yyr3355 || yy2arr3355 { + if yyr3360 || yy2arr3360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3355[0] { - yym3357 := z.EncBinary() - _ = yym3357 + if yyq3360[0] { + yym3362 := z.EncBinary() + _ = yym3362 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42873,23 +42928,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3355[0] { + if yyq3360[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3358 := z.EncBinary() - _ = yym3358 + yym3363 := z.EncBinary() + _ = yym3363 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3355 || yy2arr3355 { + if yyr3360 || yy2arr3360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3355[1] { - yym3360 := z.EncBinary() - _ = yym3360 + if yyq3360[1] { + yym3365 := z.EncBinary() + _ = yym3365 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42898,54 +42953,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3355[1] { + if yyq3360[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3361 := z.EncBinary() - _ = yym3361 + yym3366 := z.EncBinary() + _ = yym3366 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3355 || yy2arr3355 { + if yyr3360 || yy2arr3360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3355[2] { - yy3363 := &x.ListMeta - yym3364 := z.EncBinary() - _ = yym3364 + if yyq3360[2] { + yy3368 := &x.ListMeta + yym3369 := z.EncBinary() + _ = yym3369 if false { - } else if z.HasExtensions() && z.EncExt(yy3363) { + } else if z.HasExtensions() && z.EncExt(yy3368) { } else { - z.EncFallback(yy3363) + z.EncFallback(yy3368) } } else { r.EncodeNil() } } else { - if yyq3355[2] { + if yyq3360[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3365 := &x.ListMeta - yym3366 := z.EncBinary() - _ = yym3366 + yy3370 := &x.ListMeta + yym3371 := z.EncBinary() + _ = yym3371 if false { - } else if z.HasExtensions() && z.EncExt(yy3365) { + } else if z.HasExtensions() && z.EncExt(yy3370) { } else { - z.EncFallback(yy3365) + z.EncFallback(yy3370) } } } - if yyr3355 || yy2arr3355 { + if yyr3360 || yy2arr3360 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3368 := z.EncBinary() - _ = yym3368 + yym3373 := z.EncBinary() + _ = yym3373 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -42958,15 +43013,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3369 := z.EncBinary() - _ = yym3369 + yym3374 := z.EncBinary() + _ = yym3374 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3355 || yy2arr3355 { + if yyr3360 || yy2arr3360 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42979,25 +43034,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3370 := z.DecBinary() - _ = yym3370 + yym3375 := z.DecBinary() + _ = yym3375 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3371 := r.ContainerType() - if yyct3371 == codecSelferValueTypeMap1234 { - yyl3371 := r.ReadMapStart() - if yyl3371 == 0 { + yyct3376 := r.ContainerType() + if yyct3376 == codecSelferValueTypeMap1234 { + yyl3376 := r.ReadMapStart() + if yyl3376 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3371, d) + x.codecDecodeSelfFromMap(yyl3376, d) } - } else if yyct3371 == codecSelferValueTypeArray1234 { - yyl3371 := r.ReadArrayStart() - if yyl3371 == 0 { + } else if yyct3376 == codecSelferValueTypeArray1234 { + yyl3376 := r.ReadArrayStart() + if yyl3376 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3371, d) + x.codecDecodeSelfFromArray(yyl3376, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43009,12 +43064,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3372Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3372Slc - var yyhl3372 bool = l >= 0 - for yyj3372 := 0; ; yyj3372++ { - if yyhl3372 { - if yyj3372 >= l { + var yys3377Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3377Slc + var yyhl3377 bool = l >= 0 + for yyj3377 := 0; ; yyj3377++ { + if yyhl3377 { + if yyj3377 >= l { break } } else { @@ -43023,10 +43078,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3372Slc = r.DecodeBytes(yys3372Slc, true, true) - yys3372 := string(yys3372Slc) + yys3377Slc = r.DecodeBytes(yys3377Slc, true, true) + yys3377 := string(yys3377Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3372 { + switch yys3377 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43043,31 +43098,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3375 := &x.ListMeta - yym3376 := z.DecBinary() - _ = yym3376 + yyv3380 := &x.ListMeta + yym3381 := z.DecBinary() + _ = yym3381 if false { - } else if z.HasExtensions() && z.DecExt(yyv3375) { + } else if z.HasExtensions() && z.DecExt(yyv3380) { } else { - z.DecFallback(yyv3375, false) + z.DecFallback(yyv3380, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3377 := &x.Items - yym3378 := z.DecBinary() - _ = yym3378 + yyv3382 := &x.Items + yym3383 := z.DecBinary() + _ = yym3383 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3377), d) + h.decSliceNamespace((*[]Namespace)(yyv3382), d) } } default: - z.DecStructFieldNotFound(-1, yys3372) - } // end switch yys3372 - } // end for yyj3372 + z.DecStructFieldNotFound(-1, yys3377) + } // end switch yys3377 + } // end for yyj3377 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43075,16 +43130,16 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3379 int - var yyb3379 bool - var yyhl3379 bool = l >= 0 - yyj3379++ - if yyhl3379 { - yyb3379 = yyj3379 > l + var yyj3384 int + var yyb3384 bool + var yyhl3384 bool = l >= 0 + yyj3384++ + if yyhl3384 { + yyb3384 = yyj3384 > l } else { - yyb3379 = r.CheckBreak() + yyb3384 = r.CheckBreak() } - if yyb3379 { + if yyb3384 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43094,13 +43149,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3379++ - if yyhl3379 { - yyb3379 = yyj3379 > l + yyj3384++ + if yyhl3384 { + yyb3384 = yyj3384 > l } else { - yyb3379 = r.CheckBreak() + yyb3384 = r.CheckBreak() } - if yyb3379 { + if yyb3384 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43110,13 +43165,13 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3379++ - if yyhl3379 { - yyb3379 = yyj3379 > l + yyj3384++ + if yyhl3384 { + yyb3384 = yyj3384 > l } else { - yyb3379 = r.CheckBreak() + yyb3384 = r.CheckBreak() } - if yyb3379 { + if yyb3384 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43124,22 +43179,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3382 := &x.ListMeta - yym3383 := z.DecBinary() - _ = yym3383 + yyv3387 := &x.ListMeta + yym3388 := z.DecBinary() + _ = yym3388 if false { - } else if z.HasExtensions() && z.DecExt(yyv3382) { + } else if z.HasExtensions() && z.DecExt(yyv3387) { } else { - z.DecFallback(yyv3382, false) + z.DecFallback(yyv3387, false) } } - yyj3379++ - if yyhl3379 { - yyb3379 = yyj3379 > l + yyj3384++ + if yyhl3384 { + yyb3384 = yyj3384 > l } else { - yyb3379 = r.CheckBreak() + yyb3384 = r.CheckBreak() } - if yyb3379 { + if yyb3384 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43147,26 +43202,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3384 := &x.Items - yym3385 := z.DecBinary() - _ = yym3385 + yyv3389 := &x.Items + yym3390 := z.DecBinary() + _ = yym3390 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3384), d) + h.decSliceNamespace((*[]Namespace)(yyv3389), d) } } for { - yyj3379++ - if yyhl3379 { - yyb3379 = yyj3379 > l + yyj3384++ + if yyhl3384 { + yyb3384 = yyj3384 > l } else { - yyb3379 = r.CheckBreak() + yyb3384 = r.CheckBreak() } - if yyb3379 { + if yyb3384 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3379-1, "") + z.DecStructFieldNotFound(yyj3384-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43178,37 +43233,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3386 := z.EncBinary() - _ = yym3386 + yym3391 := z.EncBinary() + _ = yym3391 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3387 := !z.EncBinary() - yy2arr3387 := z.EncBasicHandle().StructToArray - var yyq3387 [4]bool - _, _, _ = yysep3387, yyq3387, yy2arr3387 - const yyr3387 bool = false - yyq3387[0] = x.Kind != "" - yyq3387[1] = x.APIVersion != "" - yyq3387[2] = true - var yynn3387 int - if yyr3387 || yy2arr3387 { + yysep3392 := !z.EncBinary() + yy2arr3392 := z.EncBasicHandle().StructToArray + var yyq3392 [4]bool + _, _, _ = yysep3392, yyq3392, yy2arr3392 + const yyr3392 bool = false + yyq3392[0] = x.Kind != "" + yyq3392[1] = x.APIVersion != "" + yyq3392[2] = true + var yynn3392 int + if yyr3392 || yy2arr3392 { r.EncodeArrayStart(4) } else { - yynn3387 = 1 - for _, b := range yyq3387 { + yynn3392 = 1 + for _, b := range yyq3392 { if b { - yynn3387++ + yynn3392++ } } - r.EncodeMapStart(yynn3387) - yynn3387 = 0 + r.EncodeMapStart(yynn3392) + yynn3392 = 0 } - if yyr3387 || yy2arr3387 { + if yyr3392 || yy2arr3392 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3387[0] { - yym3389 := z.EncBinary() - _ = yym3389 + if yyq3392[0] { + yym3394 := z.EncBinary() + _ = yym3394 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43217,23 +43272,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3387[0] { + if yyq3392[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3390 := z.EncBinary() - _ = yym3390 + yym3395 := z.EncBinary() + _ = yym3395 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3387 || yy2arr3387 { + if yyr3392 || yy2arr3392 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3387[1] { - yym3392 := z.EncBinary() - _ = yym3392 + if yyq3392[1] { + yym3397 := z.EncBinary() + _ = yym3397 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43242,47 +43297,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3387[1] { + if yyq3392[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3393 := z.EncBinary() - _ = yym3393 + yym3398 := z.EncBinary() + _ = yym3398 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3387 || yy2arr3387 { + if yyr3392 || yy2arr3392 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3387[2] { - yy3395 := &x.ObjectMeta - yy3395.CodecEncodeSelf(e) + if yyq3392[2] { + yy3400 := &x.ObjectMeta + yy3400.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3387[2] { + if yyq3392[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3396 := &x.ObjectMeta - yy3396.CodecEncodeSelf(e) + yy3401 := &x.ObjectMeta + yy3401.CodecEncodeSelf(e) } } - if yyr3387 || yy2arr3387 { + if yyr3392 || yy2arr3392 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3398 := &x.Target - yy3398.CodecEncodeSelf(e) + yy3403 := &x.Target + yy3403.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3399 := &x.Target - yy3399.CodecEncodeSelf(e) + yy3404 := &x.Target + yy3404.CodecEncodeSelf(e) } - if yyr3387 || yy2arr3387 { + if yyr3392 || yy2arr3392 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43295,25 +43350,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3400 := z.DecBinary() - _ = yym3400 + yym3405 := z.DecBinary() + _ = yym3405 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3401 := r.ContainerType() - if yyct3401 == codecSelferValueTypeMap1234 { - yyl3401 := r.ReadMapStart() - if yyl3401 == 0 { + yyct3406 := r.ContainerType() + if yyct3406 == codecSelferValueTypeMap1234 { + yyl3406 := r.ReadMapStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3401, d) + x.codecDecodeSelfFromMap(yyl3406, d) } - } else if yyct3401 == codecSelferValueTypeArray1234 { - yyl3401 := r.ReadArrayStart() - if yyl3401 == 0 { + } else if yyct3406 == codecSelferValueTypeArray1234 { + yyl3406 := r.ReadArrayStart() + if yyl3406 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3401, d) + x.codecDecodeSelfFromArray(yyl3406, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43325,12 +43380,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3402Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3402Slc - var yyhl3402 bool = l >= 0 - for yyj3402 := 0; ; yyj3402++ { - if yyhl3402 { - if yyj3402 >= l { + var yys3407Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3407Slc + var yyhl3407 bool = l >= 0 + for yyj3407 := 0; ; yyj3407++ { + if yyhl3407 { + if yyj3407 >= l { break } } else { @@ -43339,10 +43394,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3402Slc = r.DecodeBytes(yys3402Slc, true, true) - yys3402 := string(yys3402Slc) + yys3407Slc = r.DecodeBytes(yys3407Slc, true, true) + yys3407 := string(yys3407Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3402 { + switch yys3407 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43359,20 +43414,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3405 := &x.ObjectMeta - yyv3405.CodecDecodeSelf(d) + yyv3410 := &x.ObjectMeta + yyv3410.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3406 := &x.Target - yyv3406.CodecDecodeSelf(d) + yyv3411 := &x.Target + yyv3411.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3402) - } // end switch yys3402 - } // end for yyj3402 + z.DecStructFieldNotFound(-1, yys3407) + } // end switch yys3407 + } // end for yyj3407 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43380,16 +43435,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3407 int - var yyb3407 bool - var yyhl3407 bool = l >= 0 - yyj3407++ - if yyhl3407 { - yyb3407 = yyj3407 > l + var yyj3412 int + var yyb3412 bool + var yyhl3412 bool = l >= 0 + yyj3412++ + if yyhl3412 { + yyb3412 = yyj3412 > l } else { - yyb3407 = r.CheckBreak() + yyb3412 = r.CheckBreak() } - if yyb3407 { + if yyb3412 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43399,13 +43454,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3407++ - if yyhl3407 { - yyb3407 = yyj3407 > l + yyj3412++ + if yyhl3412 { + yyb3412 = yyj3412 > l } else { - yyb3407 = r.CheckBreak() + yyb3412 = r.CheckBreak() } - if yyb3407 { + if yyb3412 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43415,13 +43470,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3407++ - if yyhl3407 { - yyb3407 = yyj3407 > l + yyj3412++ + if yyhl3412 { + yyb3412 = yyj3412 > l } else { - yyb3407 = r.CheckBreak() + yyb3412 = r.CheckBreak() } - if yyb3407 { + if yyb3412 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43429,16 +43484,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3410 := &x.ObjectMeta - yyv3410.CodecDecodeSelf(d) + yyv3415 := &x.ObjectMeta + yyv3415.CodecDecodeSelf(d) } - yyj3407++ - if yyhl3407 { - yyb3407 = yyj3407 > l + yyj3412++ + if yyhl3412 { + yyb3412 = yyj3412 > l } else { - yyb3407 = r.CheckBreak() + yyb3412 = r.CheckBreak() } - if yyb3407 { + if yyb3412 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43446,21 +43501,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3411 := &x.Target - yyv3411.CodecDecodeSelf(d) + yyv3416 := &x.Target + yyv3416.CodecDecodeSelf(d) } for { - yyj3407++ - if yyhl3407 { - yyb3407 = yyj3407 > l + yyj3412++ + if yyhl3412 { + yyb3412 = yyj3412 > l } else { - yyb3407 = r.CheckBreak() + yyb3412 = r.CheckBreak() } - if yyb3407 { + if yyb3412 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3407-1, "") + z.DecStructFieldNotFound(yyj3412-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43472,68 +43527,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3412 := z.EncBinary() - _ = yym3412 + yym3417 := z.EncBinary() + _ = yym3417 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3413 := !z.EncBinary() - yy2arr3413 := z.EncBasicHandle().StructToArray - var yyq3413 [1]bool - _, _, _ = yysep3413, yyq3413, yy2arr3413 - const yyr3413 bool = false - yyq3413[0] = x.UID != nil - var yynn3413 int - if yyr3413 || yy2arr3413 { + yysep3418 := !z.EncBinary() + yy2arr3418 := z.EncBasicHandle().StructToArray + var yyq3418 [1]bool + _, _, _ = yysep3418, yyq3418, yy2arr3418 + const yyr3418 bool = false + yyq3418[0] = x.UID != nil + var yynn3418 int + if yyr3418 || yy2arr3418 { r.EncodeArrayStart(1) } else { - yynn3413 = 0 - for _, b := range yyq3413 { + yynn3418 = 0 + for _, b := range yyq3418 { if b { - yynn3413++ + yynn3418++ } } - r.EncodeMapStart(yynn3413) - yynn3413 = 0 + r.EncodeMapStart(yynn3418) + yynn3418 = 0 } - if yyr3413 || yy2arr3413 { + if yyr3418 || yy2arr3418 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3413[0] { + if yyq3418[0] { if x.UID == nil { r.EncodeNil() } else { - yy3415 := *x.UID - yym3416 := z.EncBinary() - _ = yym3416 + yy3420 := *x.UID + yym3421 := z.EncBinary() + _ = yym3421 if false { - } else if z.HasExtensions() && z.EncExt(yy3415) { + } else if z.HasExtensions() && z.EncExt(yy3420) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3415)) + r.EncodeString(codecSelferC_UTF81234, string(yy3420)) } } } else { r.EncodeNil() } } else { - if yyq3413[0] { + if yyq3418[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3417 := *x.UID - yym3418 := z.EncBinary() - _ = yym3418 + yy3422 := *x.UID + yym3423 := z.EncBinary() + _ = yym3423 if false { - } else if z.HasExtensions() && z.EncExt(yy3417) { + } else if z.HasExtensions() && z.EncExt(yy3422) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3417)) + r.EncodeString(codecSelferC_UTF81234, string(yy3422)) } } } } - if yyr3413 || yy2arr3413 { + if yyr3418 || yy2arr3418 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43546,25 +43601,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3419 := z.DecBinary() - _ = yym3419 + yym3424 := z.DecBinary() + _ = yym3424 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3420 := r.ContainerType() - if yyct3420 == codecSelferValueTypeMap1234 { - yyl3420 := r.ReadMapStart() - if yyl3420 == 0 { + yyct3425 := r.ContainerType() + if yyct3425 == codecSelferValueTypeMap1234 { + yyl3425 := r.ReadMapStart() + if yyl3425 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3420, d) + x.codecDecodeSelfFromMap(yyl3425, d) } - } else if yyct3420 == codecSelferValueTypeArray1234 { - yyl3420 := r.ReadArrayStart() - if yyl3420 == 0 { + } else if yyct3425 == codecSelferValueTypeArray1234 { + yyl3425 := r.ReadArrayStart() + if yyl3425 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3420, d) + x.codecDecodeSelfFromArray(yyl3425, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43576,12 +43631,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3421Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3421Slc - var yyhl3421 bool = l >= 0 - for yyj3421 := 0; ; yyj3421++ { - if yyhl3421 { - if yyj3421 >= l { + var yys3426Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3426Slc + var yyhl3426 bool = l >= 0 + for yyj3426 := 0; ; yyj3426++ { + if yyhl3426 { + if yyj3426 >= l { break } } else { @@ -43590,10 +43645,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3421Slc = r.DecodeBytes(yys3421Slc, true, true) - yys3421 := string(yys3421Slc) + yys3426Slc = r.DecodeBytes(yys3426Slc, true, true) + yys3426 := string(yys3426Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3421 { + switch yys3426 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -43603,8 +43658,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3423 := z.DecBinary() - _ = yym3423 + yym3428 := z.DecBinary() + _ = yym3428 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43612,9 +43667,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3421) - } // end switch yys3421 - } // end for yyj3421 + z.DecStructFieldNotFound(-1, yys3426) + } // end switch yys3426 + } // end for yyj3426 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43622,16 +43677,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3424 int - var yyb3424 bool - var yyhl3424 bool = l >= 0 - yyj3424++ - if yyhl3424 { - yyb3424 = yyj3424 > l + var yyj3429 int + var yyb3429 bool + var yyhl3429 bool = l >= 0 + yyj3429++ + if yyhl3429 { + yyb3429 = yyj3429 > l } else { - yyb3424 = r.CheckBreak() + yyb3429 = r.CheckBreak() } - if yyb3424 { + if yyb3429 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43644,8 +43699,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3426 := z.DecBinary() - _ = yym3426 + yym3431 := z.DecBinary() + _ = yym3431 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -43653,17 +43708,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3424++ - if yyhl3424 { - yyb3424 = yyj3424 > l + yyj3429++ + if yyhl3429 { + yyb3429 = yyj3429 > l } else { - yyb3424 = r.CheckBreak() + yyb3429 = r.CheckBreak() } - if yyb3424 { + if yyb3429 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3424-1, "") + z.DecStructFieldNotFound(yyj3429-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43675,39 +43730,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3427 := z.EncBinary() - _ = yym3427 + yym3432 := z.EncBinary() + _ = yym3432 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3428 := !z.EncBinary() - yy2arr3428 := z.EncBasicHandle().StructToArray - var yyq3428 [5]bool - _, _, _ = yysep3428, yyq3428, yy2arr3428 - const yyr3428 bool = false - yyq3428[0] = x.Kind != "" - yyq3428[1] = x.APIVersion != "" - yyq3428[2] = x.GracePeriodSeconds != nil - yyq3428[3] = x.Preconditions != nil - yyq3428[4] = x.OrphanDependents != nil - var yynn3428 int - if yyr3428 || yy2arr3428 { + yysep3433 := !z.EncBinary() + yy2arr3433 := z.EncBasicHandle().StructToArray + var yyq3433 [5]bool + _, _, _ = yysep3433, yyq3433, yy2arr3433 + const yyr3433 bool = false + yyq3433[0] = x.Kind != "" + yyq3433[1] = x.APIVersion != "" + yyq3433[2] = x.GracePeriodSeconds != nil + yyq3433[3] = x.Preconditions != nil + yyq3433[4] = x.OrphanDependents != nil + var yynn3433 int + if yyr3433 || yy2arr3433 { r.EncodeArrayStart(5) } else { - yynn3428 = 0 - for _, b := range yyq3428 { + yynn3433 = 0 + for _, b := range yyq3433 { if b { - yynn3428++ + yynn3433++ } } - r.EncodeMapStart(yynn3428) - yynn3428 = 0 + r.EncodeMapStart(yynn3433) + yynn3433 = 0 } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3428[0] { - yym3430 := z.EncBinary() - _ = yym3430 + if yyq3433[0] { + yym3435 := z.EncBinary() + _ = yym3435 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43716,23 +43771,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3428[0] { + if yyq3433[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3431 := z.EncBinary() - _ = yym3431 + yym3436 := z.EncBinary() + _ = yym3436 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3428[1] { - yym3433 := z.EncBinary() - _ = yym3433 + if yyq3433[1] { + yym3438 := z.EncBinary() + _ = yym3438 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43741,56 +43796,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3428[1] { + if yyq3433[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3434 := z.EncBinary() - _ = yym3434 + yym3439 := z.EncBinary() + _ = yym3439 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3428[2] { + if yyq3433[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3436 := *x.GracePeriodSeconds - yym3437 := z.EncBinary() - _ = yym3437 + yy3441 := *x.GracePeriodSeconds + yym3442 := z.EncBinary() + _ = yym3442 if false { } else { - r.EncodeInt(int64(yy3436)) + r.EncodeInt(int64(yy3441)) } } } else { r.EncodeNil() } } else { - if yyq3428[2] { + if yyq3433[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3438 := *x.GracePeriodSeconds - yym3439 := z.EncBinary() - _ = yym3439 + yy3443 := *x.GracePeriodSeconds + yym3444 := z.EncBinary() + _ = yym3444 if false { } else { - r.EncodeInt(int64(yy3438)) + r.EncodeInt(int64(yy3443)) } } } } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3428[3] { + if yyq3433[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43800,7 +43855,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3428[3] { + if yyq3433[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43811,42 +43866,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3428[4] { + if yyq3433[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3442 := *x.OrphanDependents - yym3443 := z.EncBinary() - _ = yym3443 + yy3447 := *x.OrphanDependents + yym3448 := z.EncBinary() + _ = yym3448 if false { } else { - r.EncodeBool(bool(yy3442)) + r.EncodeBool(bool(yy3447)) } } } else { r.EncodeNil() } } else { - if yyq3428[4] { + if yyq3433[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3444 := *x.OrphanDependents - yym3445 := z.EncBinary() - _ = yym3445 + yy3449 := *x.OrphanDependents + yym3450 := z.EncBinary() + _ = yym3450 if false { } else { - r.EncodeBool(bool(yy3444)) + r.EncodeBool(bool(yy3449)) } } } } - if yyr3428 || yy2arr3428 { + if yyr3433 || yy2arr3433 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43859,25 +43914,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3446 := z.DecBinary() - _ = yym3446 + yym3451 := z.DecBinary() + _ = yym3451 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3447 := r.ContainerType() - if yyct3447 == codecSelferValueTypeMap1234 { - yyl3447 := r.ReadMapStart() - if yyl3447 == 0 { + yyct3452 := r.ContainerType() + if yyct3452 == codecSelferValueTypeMap1234 { + yyl3452 := r.ReadMapStart() + if yyl3452 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3447, d) + x.codecDecodeSelfFromMap(yyl3452, d) } - } else if yyct3447 == codecSelferValueTypeArray1234 { - yyl3447 := r.ReadArrayStart() - if yyl3447 == 0 { + } else if yyct3452 == codecSelferValueTypeArray1234 { + yyl3452 := r.ReadArrayStart() + if yyl3452 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3447, d) + x.codecDecodeSelfFromArray(yyl3452, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43889,12 +43944,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3448Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3448Slc - var yyhl3448 bool = l >= 0 - for yyj3448 := 0; ; yyj3448++ { - if yyhl3448 { - if yyj3448 >= l { + var yys3453Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3453Slc + var yyhl3453 bool = l >= 0 + for yyj3453 := 0; ; yyj3453++ { + if yyhl3453 { + if yyj3453 >= l { break } } else { @@ -43903,10 +43958,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3448Slc = r.DecodeBytes(yys3448Slc, true, true) - yys3448 := string(yys3448Slc) + yys3453Slc = r.DecodeBytes(yys3453Slc, true, true) + yys3453 := string(yys3453Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3448 { + switch yys3453 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43928,8 +43983,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3452 := z.DecBinary() - _ = yym3452 + yym3457 := z.DecBinary() + _ = yym3457 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -43955,17 +44010,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3455 := z.DecBinary() - _ = yym3455 + yym3460 := z.DecBinary() + _ = yym3460 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3448) - } // end switch yys3448 - } // end for yyj3448 + z.DecStructFieldNotFound(-1, yys3453) + } // end switch yys3453 + } // end for yyj3453 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43973,16 +44028,16 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3456 int - var yyb3456 bool - var yyhl3456 bool = l >= 0 - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + var yyj3461 int + var yyb3461 bool + var yyhl3461 bool = l >= 0 + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43992,13 +44047,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44008,13 +44063,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44027,20 +44082,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3460 := z.DecBinary() - _ = yym3460 + yym3465 := z.DecBinary() + _ = yym3465 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44055,13 +44110,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44074,25 +44129,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3463 := z.DecBinary() - _ = yym3463 + yym3468 := z.DecBinary() + _ = yym3468 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } for { - yyj3456++ - if yyhl3456 { - yyb3456 = yyj3456 > l + yyj3461++ + if yyhl3461 { + yyb3461 = yyj3461 > l } else { - yyb3456 = r.CheckBreak() + yyb3461 = r.CheckBreak() } - if yyb3456 { + if yyb3461 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3456-1, "") + z.DecStructFieldNotFound(yyj3461-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44104,36 +44159,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3464 := z.EncBinary() - _ = yym3464 + yym3469 := z.EncBinary() + _ = yym3469 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3465 := !z.EncBinary() - yy2arr3465 := z.EncBasicHandle().StructToArray - var yyq3465 [4]bool - _, _, _ = yysep3465, yyq3465, yy2arr3465 - const yyr3465 bool = false - yyq3465[0] = x.Kind != "" - yyq3465[1] = x.APIVersion != "" - var yynn3465 int - if yyr3465 || yy2arr3465 { + yysep3470 := !z.EncBinary() + yy2arr3470 := z.EncBasicHandle().StructToArray + var yyq3470 [4]bool + _, _, _ = yysep3470, yyq3470, yy2arr3470 + const yyr3470 bool = false + yyq3470[0] = x.Kind != "" + yyq3470[1] = x.APIVersion != "" + var yynn3470 int + if yyr3470 || yy2arr3470 { r.EncodeArrayStart(4) } else { - yynn3465 = 2 - for _, b := range yyq3465 { + yynn3470 = 2 + for _, b := range yyq3470 { if b { - yynn3465++ + yynn3470++ } } - r.EncodeMapStart(yynn3465) - yynn3465 = 0 + r.EncodeMapStart(yynn3470) + yynn3470 = 0 } - if yyr3465 || yy2arr3465 { + if yyr3470 || yy2arr3470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3465[0] { - yym3467 := z.EncBinary() - _ = yym3467 + if yyq3470[0] { + yym3472 := z.EncBinary() + _ = yym3472 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44142,23 +44197,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3465[0] { + if yyq3470[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3468 := z.EncBinary() - _ = yym3468 + yym3473 := z.EncBinary() + _ = yym3473 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3465 || yy2arr3465 { + if yyr3470 || yy2arr3470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3465[1] { - yym3470 := z.EncBinary() - _ = yym3470 + if yyq3470[1] { + yym3475 := z.EncBinary() + _ = yym3475 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44167,22 +44222,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3465[1] { + if yyq3470[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3471 := z.EncBinary() - _ = yym3471 + yym3476 := z.EncBinary() + _ = yym3476 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3465 || yy2arr3465 { + if yyr3470 || yy2arr3470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3473 := z.EncBinary() - _ = yym3473 + yym3478 := z.EncBinary() + _ = yym3478 if false { } else { r.EncodeBool(bool(x.Export)) @@ -44191,17 +44246,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3474 := z.EncBinary() - _ = yym3474 + yym3479 := z.EncBinary() + _ = yym3479 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3465 || yy2arr3465 { + if yyr3470 || yy2arr3470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3476 := z.EncBinary() - _ = yym3476 + yym3481 := z.EncBinary() + _ = yym3481 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -44210,14 +44265,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3477 := z.EncBinary() - _ = yym3477 + yym3482 := z.EncBinary() + _ = yym3482 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3465 || yy2arr3465 { + if yyr3470 || yy2arr3470 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44230,25 +44285,25 @@ func (x *ExportOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3478 := z.DecBinary() - _ = yym3478 + yym3483 := z.DecBinary() + _ = yym3483 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3479 := r.ContainerType() - if yyct3479 == codecSelferValueTypeMap1234 { - yyl3479 := r.ReadMapStart() - if yyl3479 == 0 { + yyct3484 := r.ContainerType() + if yyct3484 == codecSelferValueTypeMap1234 { + yyl3484 := r.ReadMapStart() + if yyl3484 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3479, d) + x.codecDecodeSelfFromMap(yyl3484, d) } - } else if yyct3479 == codecSelferValueTypeArray1234 { - yyl3479 := r.ReadArrayStart() - if yyl3479 == 0 { + } else if yyct3484 == codecSelferValueTypeArray1234 { + yyl3484 := r.ReadArrayStart() + if yyl3484 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3479, d) + x.codecDecodeSelfFromArray(yyl3484, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44260,12 +44315,12 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3480Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3480Slc - var yyhl3480 bool = l >= 0 - for yyj3480 := 0; ; yyj3480++ { - if yyhl3480 { - if yyj3480 >= l { + var yys3485Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3485Slc + var yyhl3485 bool = l >= 0 + for yyj3485 := 0; ; yyj3485++ { + if yyhl3485 { + if yyj3485 >= l { break } } else { @@ -44274,10 +44329,10 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3480Slc = r.DecodeBytes(yys3480Slc, true, true) - yys3480 := string(yys3480Slc) + yys3485Slc = r.DecodeBytes(yys3485Slc, true, true) + yys3485 := string(yys3485Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3480 { + switch yys3485 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44303,9 +44358,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys3480) - } // end switch yys3480 - } // end for yyj3480 + z.DecStructFieldNotFound(-1, yys3485) + } // end switch yys3485 + } // end for yyj3485 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44313,16 +44368,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3485 int - var yyb3485 bool - var yyhl3485 bool = l >= 0 - yyj3485++ - if yyhl3485 { - yyb3485 = yyj3485 > l + var yyj3490 int + var yyb3490 bool + var yyhl3490 bool = l >= 0 + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l } else { - yyb3485 = r.CheckBreak() + yyb3490 = r.CheckBreak() } - if yyb3485 { + if yyb3490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44332,13 +44387,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3485++ - if yyhl3485 { - yyb3485 = yyj3485 > l + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l } else { - yyb3485 = r.CheckBreak() + yyb3490 = r.CheckBreak() } - if yyb3485 { + if yyb3490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44348,13 +44403,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3485++ - if yyhl3485 { - yyb3485 = yyj3485 > l + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l } else { - yyb3485 = r.CheckBreak() + yyb3490 = r.CheckBreak() } - if yyb3485 { + if yyb3490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44364,13 +44419,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3485++ - if yyhl3485 { - yyb3485 = yyj3485 > l + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l } else { - yyb3485 = r.CheckBreak() + yyb3490 = r.CheckBreak() } - if yyb3485 { + if yyb3490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44381,17 +44436,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3485++ - if yyhl3485 { - yyb3485 = yyj3485 > l + yyj3490++ + if yyhl3490 { + yyb3490 = yyj3490 > l } else { - yyb3485 = r.CheckBreak() + yyb3490 = r.CheckBreak() } - if yyb3485 { + if yyb3490 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3485-1, "") + z.DecStructFieldNotFound(yyj3490-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44403,36 +44458,36 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3490 := z.EncBinary() - _ = yym3490 + yym3495 := z.EncBinary() + _ = yym3495 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3491 := !z.EncBinary() - yy2arr3491 := z.EncBasicHandle().StructToArray - var yyq3491 [7]bool - _, _, _ = yysep3491, yyq3491, yy2arr3491 - const yyr3491 bool = false - yyq3491[0] = x.Kind != "" - yyq3491[1] = x.APIVersion != "" - var yynn3491 int - if yyr3491 || yy2arr3491 { + yysep3496 := !z.EncBinary() + yy2arr3496 := z.EncBasicHandle().StructToArray + var yyq3496 [7]bool + _, _, _ = yysep3496, yyq3496, yy2arr3496 + const yyr3496 bool = false + yyq3496[0] = x.Kind != "" + yyq3496[1] = x.APIVersion != "" + var yynn3496 int + if yyr3496 || yy2arr3496 { r.EncodeArrayStart(7) } else { - yynn3491 = 5 - for _, b := range yyq3491 { + yynn3496 = 5 + for _, b := range yyq3496 { if b { - yynn3491++ + yynn3496++ } } - r.EncodeMapStart(yynn3491) - yynn3491 = 0 + r.EncodeMapStart(yynn3496) + yynn3496 = 0 } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3491[0] { - yym3493 := z.EncBinary() - _ = yym3493 + if yyq3496[0] { + yym3498 := z.EncBinary() + _ = yym3498 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44441,23 +44496,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3491[0] { + if yyq3496[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3494 := z.EncBinary() - _ = yym3494 + yym3499 := z.EncBinary() + _ = yym3499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3491[1] { - yym3496 := z.EncBinary() - _ = yym3496 + if yyq3496[1] { + yym3501 := z.EncBinary() + _ = yym3501 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44466,25 +44521,25 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3491[1] { + if yyq3496[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3497 := z.EncBinary() - _ = yym3497 + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym3499 := z.EncBinary() - _ = yym3499 + yym3504 := z.EncBinary() + _ = yym3504 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -44498,8 +44553,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.LabelSelector == nil { r.EncodeNil() } else { - yym3500 := z.EncBinary() - _ = yym3500 + yym3505 := z.EncBinary() + _ = yym3505 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -44507,13 +44562,13 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.FieldSelector == nil { r.EncodeNil() } else { - yym3502 := z.EncBinary() - _ = yym3502 + yym3507 := z.EncBinary() + _ = yym3507 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -44527,8 +44582,8 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.FieldSelector == nil { r.EncodeNil() } else { - yym3503 := z.EncBinary() - _ = yym3503 + yym3508 := z.EncBinary() + _ = yym3508 if false { } else if z.HasExtensions() && z.EncExt(x.FieldSelector) { } else { @@ -44536,10 +44591,10 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3505 := z.EncBinary() - _ = yym3505 + yym3510 := z.EncBinary() + _ = yym3510 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -44548,17 +44603,17 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3506 := z.EncBinary() - _ = yym3506 + yym3511 := z.EncBinary() + _ = yym3511 if false { } else { r.EncodeBool(bool(x.Watch)) } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3508 := z.EncBinary() - _ = yym3508 + yym3513 := z.EncBinary() + _ = yym3513 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -44567,24 +44622,24 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ResourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3509 := z.EncBinary() - _ = yym3509 + yym3514 := z.EncBinary() + _ = yym3514 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3511 := *x.TimeoutSeconds - yym3512 := z.EncBinary() - _ = yym3512 + yy3516 := *x.TimeoutSeconds + yym3517 := z.EncBinary() + _ = yym3517 if false { } else { - r.EncodeInt(int64(yy3511)) + r.EncodeInt(int64(yy3516)) } } } else { @@ -44594,16 +44649,16 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3513 := *x.TimeoutSeconds - yym3514 := z.EncBinary() - _ = yym3514 + yy3518 := *x.TimeoutSeconds + yym3519 := z.EncBinary() + _ = yym3519 if false { } else { - r.EncodeInt(int64(yy3513)) + r.EncodeInt(int64(yy3518)) } } } - if yyr3491 || yy2arr3491 { + if yyr3496 || yy2arr3496 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44616,25 +44671,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3515 := z.DecBinary() - _ = yym3515 + yym3520 := z.DecBinary() + _ = yym3520 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3516 := r.ContainerType() - if yyct3516 == codecSelferValueTypeMap1234 { - yyl3516 := r.ReadMapStart() - if yyl3516 == 0 { + yyct3521 := r.ContainerType() + if yyct3521 == codecSelferValueTypeMap1234 { + yyl3521 := r.ReadMapStart() + if yyl3521 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3516, d) + x.codecDecodeSelfFromMap(yyl3521, d) } - } else if yyct3516 == codecSelferValueTypeArray1234 { - yyl3516 := r.ReadArrayStart() - if yyl3516 == 0 { + } else if yyct3521 == codecSelferValueTypeArray1234 { + yyl3521 := r.ReadArrayStart() + if yyl3521 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3516, d) + x.codecDecodeSelfFromArray(yyl3521, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44646,12 +44701,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3517Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3517Slc - var yyhl3517 bool = l >= 0 - for yyj3517 := 0; ; yyj3517++ { - if yyhl3517 { - if yyj3517 >= l { + var yys3522Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3522Slc + var yyhl3522 bool = l >= 0 + for yyj3522 := 0; ; yyj3522++ { + if yyhl3522 { + if yyj3522 >= l { break } } else { @@ -44660,10 +44715,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3517Slc = r.DecodeBytes(yys3517Slc, true, true) - yys3517 := string(yys3517Slc) + yys3522Slc = r.DecodeBytes(yys3522Slc, true, true) + yys3522 := string(yys3522Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3517 { + switch yys3522 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44680,26 +44735,26 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3520 := &x.LabelSelector - yym3521 := z.DecBinary() - _ = yym3521 + yyv3525 := &x.LabelSelector + yym3526 := z.DecBinary() + _ = yym3526 if false { - } else if z.HasExtensions() && z.DecExt(yyv3520) { + } else if z.HasExtensions() && z.DecExt(yyv3525) { } else { - z.DecFallback(yyv3520, true) + z.DecFallback(yyv3525, true) } } case "FieldSelector": if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3522 := &x.FieldSelector - yym3523 := z.DecBinary() - _ = yym3523 + yyv3527 := &x.FieldSelector + yym3528 := z.DecBinary() + _ = yym3528 if false { - } else if z.HasExtensions() && z.DecExt(yyv3522) { + } else if z.HasExtensions() && z.DecExt(yyv3527) { } else { - z.DecFallback(yyv3522, true) + z.DecFallback(yyv3527, true) } } case "Watch": @@ -44723,17 +44778,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3527 := z.DecBinary() - _ = yym3527 + yym3532 := z.DecBinary() + _ = yym3532 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3517) - } // end switch yys3517 - } // end for yyj3517 + z.DecStructFieldNotFound(-1, yys3522) + } // end switch yys3522 + } // end for yyj3522 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44741,16 +44796,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3528 int - var yyb3528 bool - var yyhl3528 bool = l >= 0 - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + var yyj3533 int + var yyb3533 bool + var yyhl3533 bool = l >= 0 + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44760,13 +44815,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44776,13 +44831,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44790,22 +44845,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LabelSelector = nil } else { - yyv3531 := &x.LabelSelector - yym3532 := z.DecBinary() - _ = yym3532 + yyv3536 := &x.LabelSelector + yym3537 := z.DecBinary() + _ = yym3537 if false { - } else if z.HasExtensions() && z.DecExt(yyv3531) { + } else if z.HasExtensions() && z.DecExt(yyv3536) { } else { - z.DecFallback(yyv3531, true) + z.DecFallback(yyv3536, true) } } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44813,22 +44868,22 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FieldSelector = nil } else { - yyv3533 := &x.FieldSelector - yym3534 := z.DecBinary() - _ = yym3534 + yyv3538 := &x.FieldSelector + yym3539 := z.DecBinary() + _ = yym3539 if false { - } else if z.HasExtensions() && z.DecExt(yyv3533) { + } else if z.HasExtensions() && z.DecExt(yyv3538) { } else { - z.DecFallback(yyv3533, true) + z.DecFallback(yyv3538, true) } } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44838,13 +44893,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44854,13 +44909,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44873,25 +44928,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3538 := z.DecBinary() - _ = yym3538 + yym3543 := z.DecBinary() + _ = yym3543 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3528++ - if yyhl3528 { - yyb3528 = yyj3528 > l + yyj3533++ + if yyhl3533 { + yyb3533 = yyj3533 > l } else { - yyb3528 = r.CheckBreak() + yyb3533 = r.CheckBreak() } - if yyb3528 { + if yyb3533 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3528-1, "") + z.DecStructFieldNotFound(yyj3533-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44903,36 +44958,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3539 := z.EncBinary() - _ = yym3539 + yym3544 := z.EncBinary() + _ = yym3544 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3540 := !z.EncBinary() - yy2arr3540 := z.EncBasicHandle().StructToArray - var yyq3540 [10]bool - _, _, _ = yysep3540, yyq3540, yy2arr3540 - const yyr3540 bool = false - yyq3540[0] = x.Kind != "" - yyq3540[1] = x.APIVersion != "" - var yynn3540 int - if yyr3540 || yy2arr3540 { + yysep3545 := !z.EncBinary() + yy2arr3545 := z.EncBasicHandle().StructToArray + var yyq3545 [10]bool + _, _, _ = yysep3545, yyq3545, yy2arr3545 + const yyr3545 bool = false + yyq3545[0] = x.Kind != "" + yyq3545[1] = x.APIVersion != "" + var yynn3545 int + if yyr3545 || yy2arr3545 { r.EncodeArrayStart(10) } else { - yynn3540 = 8 - for _, b := range yyq3540 { + yynn3545 = 8 + for _, b := range yyq3545 { if b { - yynn3540++ + yynn3545++ } } - r.EncodeMapStart(yynn3540) - yynn3540 = 0 + r.EncodeMapStart(yynn3545) + yynn3545 = 0 } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3540[0] { - yym3542 := z.EncBinary() - _ = yym3542 + if yyq3545[0] { + yym3547 := z.EncBinary() + _ = yym3547 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44941,23 +44996,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3540[0] { + if yyq3545[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3543 := z.EncBinary() - _ = yym3543 + yym3548 := z.EncBinary() + _ = yym3548 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3540[1] { - yym3545 := z.EncBinary() - _ = yym3545 + if yyq3545[1] { + yym3550 := z.EncBinary() + _ = yym3550 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -44966,22 +45021,22 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3540[1] { + if yyq3545[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3546 := z.EncBinary() - _ = yym3546 + yym3551 := z.EncBinary() + _ = yym3551 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3548 := z.EncBinary() - _ = yym3548 + yym3553 := z.EncBinary() + _ = yym3553 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -44990,17 +45045,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3549 := z.EncBinary() - _ = yym3549 + yym3554 := z.EncBinary() + _ = yym3554 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3551 := z.EncBinary() - _ = yym3551 + yym3556 := z.EncBinary() + _ = yym3556 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -45009,17 +45064,17 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3552 := z.EncBinary() - _ = yym3552 + yym3557 := z.EncBinary() + _ = yym3557 if false { } else { r.EncodeBool(bool(x.Follow)) } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3554 := z.EncBinary() - _ = yym3554 + yym3559 := z.EncBinary() + _ = yym3559 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -45028,24 +45083,24 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3555 := z.EncBinary() - _ = yym3555 + yym3560 := z.EncBinary() + _ = yym3560 if false { } else { r.EncodeBool(bool(x.Previous)) } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3557 := *x.SinceSeconds - yym3558 := z.EncBinary() - _ = yym3558 + yy3562 := *x.SinceSeconds + yym3563 := z.EncBinary() + _ = yym3563 if false { } else { - r.EncodeInt(int64(yy3557)) + r.EncodeInt(int64(yy3562)) } } } else { @@ -45055,27 +45110,27 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3559 := *x.SinceSeconds - yym3560 := z.EncBinary() - _ = yym3560 + yy3564 := *x.SinceSeconds + yym3565 := z.EncBinary() + _ = yym3565 if false { } else { - r.EncodeInt(int64(yy3559)) + r.EncodeInt(int64(yy3564)) } } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3562 := z.EncBinary() - _ = yym3562 + yym3567 := z.EncBinary() + _ = yym3567 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3562 { + } else if yym3567 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3562 && z.IsJSONHandle() { + } else if !yym3567 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -45088,23 +45143,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.SinceTime == nil { r.EncodeNil() } else { - yym3563 := z.EncBinary() - _ = yym3563 + yym3568 := z.EncBinary() + _ = yym3568 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3563 { + } else if yym3568 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3563 && z.IsJSONHandle() { + } else if !yym3568 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) } } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3565 := z.EncBinary() - _ = yym3565 + yym3570 := z.EncBinary() + _ = yym3570 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -45113,48 +45168,19 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3566 := z.EncBinary() - _ = yym3566 + yym3571 := z.EncBinary() + _ = yym3571 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.TailLines == nil { r.EncodeNil() } else { - yy3568 := *x.TailLines - yym3569 := z.EncBinary() - _ = yym3569 - if false { - } else { - r.EncodeInt(int64(yy3568)) - } - } - } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("TailLines")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TailLines == nil { - r.EncodeNil() - } else { - yy3570 := *x.TailLines - yym3571 := z.EncBinary() - _ = yym3571 - if false { - } else { - r.EncodeInt(int64(yy3570)) - } - } - } - if yyr3540 || yy2arr3540 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if x.LimitBytes == nil { - r.EncodeNil() - } else { - yy3573 := *x.LimitBytes + yy3573 := *x.TailLines yym3574 := z.EncBinary() _ = yym3574 if false { @@ -45164,12 +45190,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 { - yy3575 := *x.LimitBytes + yy3575 := *x.TailLines yym3576 := z.EncBinary() _ = yym3576 if false { @@ -45178,7 +45204,36 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3540 || yy2arr3540 { + if yyr3545 || yy2arr3545 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy3578 := *x.LimitBytes + yym3579 := z.EncBinary() + _ = yym3579 + if false { + } else { + r.EncodeInt(int64(yy3578)) + } + } + } else { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("LimitBytes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy3580 := *x.LimitBytes + yym3581 := z.EncBinary() + _ = yym3581 + if false { + } else { + r.EncodeInt(int64(yy3580)) + } + } + } + if yyr3545 || yy2arr3545 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45191,25 +45246,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3577 := z.DecBinary() - _ = yym3577 + yym3582 := z.DecBinary() + _ = yym3582 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3578 := r.ContainerType() - if yyct3578 == codecSelferValueTypeMap1234 { - yyl3578 := r.ReadMapStart() - if yyl3578 == 0 { + yyct3583 := r.ContainerType() + if yyct3583 == codecSelferValueTypeMap1234 { + yyl3583 := r.ReadMapStart() + if yyl3583 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3578, d) + x.codecDecodeSelfFromMap(yyl3583, d) } - } else if yyct3578 == codecSelferValueTypeArray1234 { - yyl3578 := r.ReadArrayStart() - if yyl3578 == 0 { + } else if yyct3583 == codecSelferValueTypeArray1234 { + yyl3583 := r.ReadArrayStart() + if yyl3583 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3578, d) + x.codecDecodeSelfFromArray(yyl3583, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45221,12 +45276,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3579Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3579Slc - var yyhl3579 bool = l >= 0 - for yyj3579 := 0; ; yyj3579++ { - if yyhl3579 { - if yyj3579 >= l { + var yys3584Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3584Slc + var yyhl3584 bool = l >= 0 + for yyj3584 := 0; ; yyj3584++ { + if yyhl3584 { + if yyj3584 >= l { break } } else { @@ -45235,10 +45290,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3579Slc = r.DecodeBytes(yys3579Slc, true, true) - yys3579 := string(yys3579Slc) + yys3584Slc = r.DecodeBytes(yys3584Slc, true, true) + yys3584 := string(yys3584Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3579 { + switch yys3584 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45278,8 +45333,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3586 := z.DecBinary() - _ = yym3586 + yym3591 := z.DecBinary() + _ = yym3591 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -45294,13 +45349,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3588 := z.DecBinary() - _ = yym3588 + yym3593 := z.DecBinary() + _ = yym3593 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3588 { + } else if yym3593 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3588 && z.IsJSONHandle() { + } else if !yym3593 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -45321,8 +45376,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3591 := z.DecBinary() - _ = yym3591 + yym3596 := z.DecBinary() + _ = yym3596 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -45337,17 +45392,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3593 := z.DecBinary() - _ = yym3593 + yym3598 := z.DecBinary() + _ = yym3598 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3579) - } // end switch yys3579 - } // end for yyj3579 + z.DecStructFieldNotFound(-1, yys3584) + } // end switch yys3584 + } // end for yyj3584 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45355,16 +45410,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3594 int - var yyb3594 bool - var yyhl3594 bool = l >= 0 - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + var yyj3599 int + var yyb3599 bool + var yyhl3599 bool = l >= 0 + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45374,13 +45429,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45390,13 +45445,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45406,13 +45461,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45422,13 +45477,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45438,13 +45493,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45457,20 +45512,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3601 := z.DecBinary() - _ = yym3601 + yym3606 := z.DecBinary() + _ = yym3606 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45483,25 +45538,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3603 := z.DecBinary() - _ = yym3603 + yym3608 := z.DecBinary() + _ = yym3608 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3603 { + } else if yym3608 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3603 && z.IsJSONHandle() { + } else if !yym3608 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45511,13 +45566,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45530,20 +45585,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3606 := z.DecBinary() - _ = yym3606 + yym3611 := z.DecBinary() + _ = yym3611 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45556,25 +45611,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3608 := z.DecBinary() - _ = yym3608 + yym3613 := z.DecBinary() + _ = yym3613 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3594++ - if yyhl3594 { - yyb3594 = yyj3594 > l + yyj3599++ + if yyhl3599 { + yyb3599 = yyj3599 > l } else { - yyb3594 = r.CheckBreak() + yyb3599 = r.CheckBreak() } - if yyb3594 { + if yyb3599 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3594-1, "") + z.DecStructFieldNotFound(yyj3599-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45586,41 +45641,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3609 := z.EncBinary() - _ = yym3609 + yym3614 := z.EncBinary() + _ = yym3614 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3610 := !z.EncBinary() - yy2arr3610 := z.EncBasicHandle().StructToArray - var yyq3610 [7]bool - _, _, _ = yysep3610, yyq3610, yy2arr3610 - const yyr3610 bool = false - yyq3610[0] = x.Kind != "" - yyq3610[1] = x.APIVersion != "" - yyq3610[2] = x.Stdin != false - yyq3610[3] = x.Stdout != false - yyq3610[4] = x.Stderr != false - yyq3610[5] = x.TTY != false - yyq3610[6] = x.Container != "" - var yynn3610 int - if yyr3610 || yy2arr3610 { + yysep3615 := !z.EncBinary() + yy2arr3615 := z.EncBasicHandle().StructToArray + var yyq3615 [7]bool + _, _, _ = yysep3615, yyq3615, yy2arr3615 + const yyr3615 bool = false + yyq3615[0] = x.Kind != "" + yyq3615[1] = x.APIVersion != "" + yyq3615[2] = x.Stdin != false + yyq3615[3] = x.Stdout != false + yyq3615[4] = x.Stderr != false + yyq3615[5] = x.TTY != false + yyq3615[6] = x.Container != "" + var yynn3615 int + if yyr3615 || yy2arr3615 { r.EncodeArrayStart(7) } else { - yynn3610 = 0 - for _, b := range yyq3610 { + yynn3615 = 0 + for _, b := range yyq3615 { if b { - yynn3610++ + yynn3615++ } } - r.EncodeMapStart(yynn3610) - yynn3610 = 0 + r.EncodeMapStart(yynn3615) + yynn3615 = 0 } - if yyr3610 || yy2arr3610 { + if yyr3615 || yy2arr3615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[0] { - yym3612 := z.EncBinary() - _ = yym3612 + if yyq3615[0] { + yym3617 := z.EncBinary() + _ = yym3617 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45629,124 +45684,124 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3610[0] { + if yyq3615[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3613 := z.EncBinary() - _ = yym3613 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3610 || yy2arr3610 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[1] { - yym3615 := z.EncBinary() - _ = yym3615 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3610[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3616 := z.EncBinary() - _ = yym3616 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3610 || yy2arr3610 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[2] { yym3618 := z.EncBinary() _ = yym3618 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3610[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3619 := z.EncBinary() - _ = yym3619 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3610 || yy2arr3610 { + if yyr3615 || yy2arr3615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[3] { + if yyq3615[1] { + yym3620 := z.EncBinary() + _ = yym3620 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3615[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3621 := z.EncBinary() _ = yym3621 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3615 || yy2arr3615 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3615[2] { + yym3623 := z.EncBinary() + _ = yym3623 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq3610[3] { + if yyq3615[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3622 := z.EncBinary() - _ = yym3622 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3610 || yy2arr3610 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[4] { yym3624 := z.EncBinary() _ = yym3624 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3615 || yy2arr3615 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3615[3] { + yym3626 := z.EncBinary() + _ = yym3626 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq3610[4] { + if yyq3615[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3625 := z.EncBinary() - _ = yym3625 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3610 || yy2arr3610 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[5] { yym3627 := z.EncBinary() _ = yym3627 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3615 || yy2arr3615 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3615[4] { + yym3629 := z.EncBinary() + _ = yym3629 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3615[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3630 := z.EncBinary() + _ = yym3630 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr3615 || yy2arr3615 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3615[5] { + yym3632 := z.EncBinary() + _ = yym3632 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -45754,23 +45809,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3610[5] { + if yyq3615[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3628 := z.EncBinary() - _ = yym3628 + yym3633 := z.EncBinary() + _ = yym3633 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3610 || yy2arr3610 { + if yyr3615 || yy2arr3615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3610[6] { - yym3630 := z.EncBinary() - _ = yym3630 + if yyq3615[6] { + yym3635 := z.EncBinary() + _ = yym3635 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45779,19 +45834,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3610[6] { + if yyq3615[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3631 := z.EncBinary() - _ = yym3631 + yym3636 := z.EncBinary() + _ = yym3636 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3610 || yy2arr3610 { + if yyr3615 || yy2arr3615 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45804,25 +45859,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3632 := z.DecBinary() - _ = yym3632 + yym3637 := z.DecBinary() + _ = yym3637 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3633 := r.ContainerType() - if yyct3633 == codecSelferValueTypeMap1234 { - yyl3633 := r.ReadMapStart() - if yyl3633 == 0 { + yyct3638 := r.ContainerType() + if yyct3638 == codecSelferValueTypeMap1234 { + yyl3638 := r.ReadMapStart() + if yyl3638 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3633, d) + x.codecDecodeSelfFromMap(yyl3638, d) } - } else if yyct3633 == codecSelferValueTypeArray1234 { - yyl3633 := r.ReadArrayStart() - if yyl3633 == 0 { + } else if yyct3638 == codecSelferValueTypeArray1234 { + yyl3638 := r.ReadArrayStart() + if yyl3638 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3633, d) + x.codecDecodeSelfFromArray(yyl3638, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45834,12 +45889,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3634Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3634Slc - var yyhl3634 bool = l >= 0 - for yyj3634 := 0; ; yyj3634++ { - if yyhl3634 { - if yyj3634 >= l { + var yys3639Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3639Slc + var yyhl3639 bool = l >= 0 + for yyj3639 := 0; ; yyj3639++ { + if yyhl3639 { + if yyj3639 >= l { break } } else { @@ -45848,10 +45903,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3634Slc = r.DecodeBytes(yys3634Slc, true, true) - yys3634 := string(yys3634Slc) + yys3639Slc = r.DecodeBytes(yys3639Slc, true, true) + yys3639 := string(yys3639Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3634 { + switch yys3639 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45895,9 +45950,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3634) - } // end switch yys3634 - } // end for yyj3634 + z.DecStructFieldNotFound(-1, yys3639) + } // end switch yys3639 + } // end for yyj3639 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45905,16 +45960,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3642 int - var yyb3642 bool - var yyhl3642 bool = l >= 0 - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + var yyj3647 int + var yyb3647 bool + var yyhl3647 bool = l >= 0 + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45924,13 +45979,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45940,13 +45995,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45956,13 +46011,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45972,13 +46027,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45988,13 +46043,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46004,13 +46059,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46021,17 +46076,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3642++ - if yyhl3642 { - yyb3642 = yyj3642 > l + yyj3647++ + if yyhl3647 { + yyb3647 = yyj3647 > l } else { - yyb3642 = r.CheckBreak() + yyb3647 = r.CheckBreak() } - if yyb3642 { + if yyb3647 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3642-1, "") + z.DecStructFieldNotFound(yyj3647-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46043,36 +46098,36 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3650 := z.EncBinary() - _ = yym3650 + yym3655 := z.EncBinary() + _ = yym3655 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3651 := !z.EncBinary() - yy2arr3651 := z.EncBasicHandle().StructToArray - var yyq3651 [8]bool - _, _, _ = yysep3651, yyq3651, yy2arr3651 - const yyr3651 bool = false - yyq3651[0] = x.Kind != "" - yyq3651[1] = x.APIVersion != "" - var yynn3651 int - if yyr3651 || yy2arr3651 { + yysep3656 := !z.EncBinary() + yy2arr3656 := z.EncBasicHandle().StructToArray + var yyq3656 [8]bool + _, _, _ = yysep3656, yyq3656, yy2arr3656 + const yyr3656 bool = false + yyq3656[0] = x.Kind != "" + yyq3656[1] = x.APIVersion != "" + var yynn3656 int + if yyr3656 || yy2arr3656 { r.EncodeArrayStart(8) } else { - yynn3651 = 6 - for _, b := range yyq3651 { + yynn3656 = 6 + for _, b := range yyq3656 { if b { - yynn3651++ + yynn3656++ } } - r.EncodeMapStart(yynn3651) - yynn3651 = 0 + r.EncodeMapStart(yynn3656) + yynn3656 = 0 } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3651[0] { - yym3653 := z.EncBinary() - _ = yym3653 + if yyq3656[0] { + yym3658 := z.EncBinary() + _ = yym3658 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46081,23 +46136,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3651[0] { + if yyq3656[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3654 := z.EncBinary() - _ = yym3654 + yym3659 := z.EncBinary() + _ = yym3659 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3651[1] { - yym3656 := z.EncBinary() - _ = yym3656 + if yyq3656[1] { + yym3661 := z.EncBinary() + _ = yym3661 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46106,22 +46161,22 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3651[1] { + if yyq3656[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3657 := z.EncBinary() - _ = yym3657 + yym3662 := z.EncBinary() + _ = yym3662 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3659 := z.EncBinary() - _ = yym3659 + yym3664 := z.EncBinary() + _ = yym3664 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -46130,17 +46185,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3660 := z.EncBinary() - _ = yym3660 + yym3665 := z.EncBinary() + _ = yym3665 if false { } else { r.EncodeBool(bool(x.Stdin)) } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3662 := z.EncBinary() - _ = yym3662 + yym3667 := z.EncBinary() + _ = yym3667 if false { } else { r.EncodeBool(bool(x.Stdout)) @@ -46149,17 +46204,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3663 := z.EncBinary() - _ = yym3663 + yym3668 := z.EncBinary() + _ = yym3668 if false { } else { r.EncodeBool(bool(x.Stdout)) } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3665 := z.EncBinary() - _ = yym3665 + yym3670 := z.EncBinary() + _ = yym3670 if false { } else { r.EncodeBool(bool(x.Stderr)) @@ -46168,17 +46223,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Stderr")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3666 := z.EncBinary() - _ = yym3666 + yym3671 := z.EncBinary() + _ = yym3671 if false { } else { r.EncodeBool(bool(x.Stderr)) } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3673 := z.EncBinary() + _ = yym3673 if false { } else { r.EncodeBool(bool(x.TTY)) @@ -46187,17 +46242,17 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("TTY")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3669 := z.EncBinary() - _ = yym3669 + yym3674 := z.EncBinary() + _ = yym3674 if false { } else { r.EncodeBool(bool(x.TTY)) } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3671 := z.EncBinary() - _ = yym3671 + yym3676 := z.EncBinary() + _ = yym3676 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -46206,20 +46261,20 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3672 := z.EncBinary() - _ = yym3672 + yym3677 := z.EncBinary() + _ = yym3677 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3674 := z.EncBinary() - _ = yym3674 + yym3679 := z.EncBinary() + _ = yym3679 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -46232,15 +46287,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3675 := z.EncBinary() - _ = yym3675 + yym3680 := z.EncBinary() + _ = yym3680 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3651 || yy2arr3651 { + if yyr3656 || yy2arr3656 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46253,25 +46308,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3676 := z.DecBinary() - _ = yym3676 + yym3681 := z.DecBinary() + _ = yym3681 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3677 := r.ContainerType() - if yyct3677 == codecSelferValueTypeMap1234 { - yyl3677 := r.ReadMapStart() - if yyl3677 == 0 { + yyct3682 := r.ContainerType() + if yyct3682 == codecSelferValueTypeMap1234 { + yyl3682 := r.ReadMapStart() + if yyl3682 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3677, d) + x.codecDecodeSelfFromMap(yyl3682, d) } - } else if yyct3677 == codecSelferValueTypeArray1234 { - yyl3677 := r.ReadArrayStart() - if yyl3677 == 0 { + } else if yyct3682 == codecSelferValueTypeArray1234 { + yyl3682 := r.ReadArrayStart() + if yyl3682 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3677, d) + x.codecDecodeSelfFromArray(yyl3682, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46283,12 +46338,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3678Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3678Slc - var yyhl3678 bool = l >= 0 - for yyj3678 := 0; ; yyj3678++ { - if yyhl3678 { - if yyj3678 >= l { + var yys3683Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3683Slc + var yyhl3683 bool = l >= 0 + for yyj3683 := 0; ; yyj3683++ { + if yyhl3683 { + if yyj3683 >= l { break } } else { @@ -46297,10 +46352,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3678Slc = r.DecodeBytes(yys3678Slc, true, true) - yys3678 := string(yys3678Slc) + yys3683Slc = r.DecodeBytes(yys3683Slc, true, true) + yys3683 := string(yys3683Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3678 { + switch yys3683 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46347,18 +46402,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3686 := &x.Command - yym3687 := z.DecBinary() - _ = yym3687 + yyv3691 := &x.Command + yym3692 := z.DecBinary() + _ = yym3692 if false { } else { - z.F.DecSliceStringX(yyv3686, false, d) + z.F.DecSliceStringX(yyv3691, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3678) - } // end switch yys3678 - } // end for yyj3678 + z.DecStructFieldNotFound(-1, yys3683) + } // end switch yys3683 + } // end for yyj3683 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46366,16 +46421,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3688 int - var yyb3688 bool - var yyhl3688 bool = l >= 0 - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + var yyj3693 int + var yyb3693 bool + var yyhl3693 bool = l >= 0 + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46385,13 +46440,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46401,13 +46456,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46417,13 +46472,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46433,13 +46488,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46449,13 +46504,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46465,13 +46520,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46481,13 +46536,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46495,26 +46550,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3696 := &x.Command - yym3697 := z.DecBinary() - _ = yym3697 + yyv3701 := &x.Command + yym3702 := z.DecBinary() + _ = yym3702 if false { } else { - z.F.DecSliceStringX(yyv3696, false, d) + z.F.DecSliceStringX(yyv3701, false, d) } } for { - yyj3688++ - if yyhl3688 { - yyb3688 = yyj3688 > l + yyj3693++ + if yyhl3693 { + yyb3693 = yyj3693 > l } else { - yyb3688 = r.CheckBreak() + yyb3693 = r.CheckBreak() } - if yyb3688 { + if yyb3693 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3688-1, "") + z.DecStructFieldNotFound(yyj3693-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46526,36 +46581,36 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3698 := z.EncBinary() - _ = yym3698 + yym3703 := z.EncBinary() + _ = yym3703 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3699 := !z.EncBinary() - yy2arr3699 := z.EncBasicHandle().StructToArray - var yyq3699 [3]bool - _, _, _ = yysep3699, yyq3699, yy2arr3699 - const yyr3699 bool = false - yyq3699[0] = x.Kind != "" - yyq3699[1] = x.APIVersion != "" - var yynn3699 int - if yyr3699 || yy2arr3699 { + yysep3704 := !z.EncBinary() + yy2arr3704 := z.EncBasicHandle().StructToArray + var yyq3704 [3]bool + _, _, _ = yysep3704, yyq3704, yy2arr3704 + const yyr3704 bool = false + yyq3704[0] = x.Kind != "" + yyq3704[1] = x.APIVersion != "" + var yynn3704 int + if yyr3704 || yy2arr3704 { r.EncodeArrayStart(3) } else { - yynn3699 = 1 - for _, b := range yyq3699 { + yynn3704 = 1 + for _, b := range yyq3704 { if b { - yynn3699++ + yynn3704++ } } - r.EncodeMapStart(yynn3699) - yynn3699 = 0 + r.EncodeMapStart(yynn3704) + yynn3704 = 0 } - if yyr3699 || yy2arr3699 { + if yyr3704 || yy2arr3704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3699[0] { - yym3701 := z.EncBinary() - _ = yym3701 + if yyq3704[0] { + yym3706 := z.EncBinary() + _ = yym3706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46564,23 +46619,23 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3699[0] { + if yyq3704[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3702 := z.EncBinary() - _ = yym3702 + yym3707 := z.EncBinary() + _ = yym3707 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3699 || yy2arr3699 { + if yyr3704 || yy2arr3704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3699[1] { - yym3704 := z.EncBinary() - _ = yym3704 + if yyq3704[1] { + yym3709 := z.EncBinary() + _ = yym3709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46589,22 +46644,22 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3699[1] { + if yyq3704[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3705 := z.EncBinary() - _ = yym3705 + yym3710 := z.EncBinary() + _ = yym3710 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3699 || yy2arr3699 { + if yyr3704 || yy2arr3704 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3707 := z.EncBinary() - _ = yym3707 + yym3712 := z.EncBinary() + _ = yym3712 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46613,14 +46668,14 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3708 := z.EncBinary() - _ = yym3708 + yym3713 := z.EncBinary() + _ = yym3713 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3699 || yy2arr3699 { + if yyr3704 || yy2arr3704 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46633,25 +46688,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3709 := z.DecBinary() - _ = yym3709 + yym3714 := z.DecBinary() + _ = yym3714 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3710 := r.ContainerType() - if yyct3710 == codecSelferValueTypeMap1234 { - yyl3710 := r.ReadMapStart() - if yyl3710 == 0 { + yyct3715 := r.ContainerType() + if yyct3715 == codecSelferValueTypeMap1234 { + yyl3715 := r.ReadMapStart() + if yyl3715 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3710, d) + x.codecDecodeSelfFromMap(yyl3715, d) } - } else if yyct3710 == codecSelferValueTypeArray1234 { - yyl3710 := r.ReadArrayStart() - if yyl3710 == 0 { + } else if yyct3715 == codecSelferValueTypeArray1234 { + yyl3715 := r.ReadArrayStart() + if yyl3715 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3710, d) + x.codecDecodeSelfFromArray(yyl3715, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46663,12 +46718,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3711Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3711Slc - var yyhl3711 bool = l >= 0 - for yyj3711 := 0; ; yyj3711++ { - if yyhl3711 { - if yyj3711 >= l { + var yys3716Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3716Slc + var yyhl3716 bool = l >= 0 + for yyj3716 := 0; ; yyj3716++ { + if yyhl3716 { + if yyj3716 >= l { break } } else { @@ -46677,10 +46732,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3711Slc = r.DecodeBytes(yys3711Slc, true, true) - yys3711 := string(yys3711Slc) + yys3716Slc = r.DecodeBytes(yys3716Slc, true, true) + yys3716 := string(yys3716Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3711 { + switch yys3716 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46700,9 +46755,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3711) - } // end switch yys3711 - } // end for yyj3711 + z.DecStructFieldNotFound(-1, yys3716) + } // end switch yys3716 + } // end for yyj3716 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46710,16 +46765,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3715 int - var yyb3715 bool - var yyhl3715 bool = l >= 0 - yyj3715++ - if yyhl3715 { - yyb3715 = yyj3715 > l + var yyj3720 int + var yyb3720 bool + var yyhl3720 bool = l >= 0 + yyj3720++ + if yyhl3720 { + yyb3720 = yyj3720 > l } else { - yyb3715 = r.CheckBreak() + yyb3720 = r.CheckBreak() } - if yyb3715 { + if yyb3720 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46729,13 +46784,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3715++ - if yyhl3715 { - yyb3715 = yyj3715 > l + yyj3720++ + if yyhl3720 { + yyb3720 = yyj3720 > l } else { - yyb3715 = r.CheckBreak() + yyb3720 = r.CheckBreak() } - if yyb3715 { + if yyb3720 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46745,13 +46800,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3715++ - if yyhl3715 { - yyb3715 = yyj3715 > l + yyj3720++ + if yyhl3720 { + yyb3720 = yyj3720 > l } else { - yyb3715 = r.CheckBreak() + yyb3720 = r.CheckBreak() } - if yyb3715 { + if yyb3720 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46762,17 +46817,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3715++ - if yyhl3715 { - yyb3715 = yyj3715 > l + yyj3720++ + if yyhl3720 { + yyb3720 = yyj3720 > l } else { - yyb3715 = r.CheckBreak() + yyb3720 = r.CheckBreak() } - if yyb3715 { + if yyb3720 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3715-1, "") + z.DecStructFieldNotFound(yyj3720-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46784,36 +46839,36 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3719 := z.EncBinary() - _ = yym3719 + yym3724 := z.EncBinary() + _ = yym3724 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3720 := !z.EncBinary() - yy2arr3720 := z.EncBasicHandle().StructToArray - var yyq3720 [3]bool - _, _, _ = yysep3720, yyq3720, yy2arr3720 - const yyr3720 bool = false - yyq3720[0] = x.Kind != "" - yyq3720[1] = x.APIVersion != "" - var yynn3720 int - if yyr3720 || yy2arr3720 { + yysep3725 := !z.EncBinary() + yy2arr3725 := z.EncBasicHandle().StructToArray + var yyq3725 [3]bool + _, _, _ = yysep3725, yyq3725, yy2arr3725 + const yyr3725 bool = false + yyq3725[0] = x.Kind != "" + yyq3725[1] = x.APIVersion != "" + var yynn3725 int + if yyr3725 || yy2arr3725 { r.EncodeArrayStart(3) } else { - yynn3720 = 1 - for _, b := range yyq3720 { + yynn3725 = 1 + for _, b := range yyq3725 { if b { - yynn3720++ + yynn3725++ } } - r.EncodeMapStart(yynn3720) - yynn3720 = 0 + r.EncodeMapStart(yynn3725) + yynn3725 = 0 } - if yyr3720 || yy2arr3720 { + if yyr3725 || yy2arr3725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3720[0] { - yym3722 := z.EncBinary() - _ = yym3722 + if yyq3725[0] { + yym3727 := z.EncBinary() + _ = yym3727 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46822,23 +46877,23 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3720[0] { + if yyq3725[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3723 := z.EncBinary() - _ = yym3723 + yym3728 := z.EncBinary() + _ = yym3728 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3720 || yy2arr3720 { + if yyr3725 || yy2arr3725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3720[1] { - yym3725 := z.EncBinary() - _ = yym3725 + if yyq3725[1] { + yym3730 := z.EncBinary() + _ = yym3730 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46847,22 +46902,22 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3720[1] { + if yyq3725[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3726 := z.EncBinary() - _ = yym3726 + yym3731 := z.EncBinary() + _ = yym3731 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3720 || yy2arr3720 { + if yyr3725 || yy2arr3725 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3728 := z.EncBinary() - _ = yym3728 + yym3733 := z.EncBinary() + _ = yym3733 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -46871,14 +46926,14 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3729 := z.EncBinary() - _ = yym3729 + yym3734 := z.EncBinary() + _ = yym3734 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3720 || yy2arr3720 { + if yyr3725 || yy2arr3725 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46891,25 +46946,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3730 := z.DecBinary() - _ = yym3730 + yym3735 := z.DecBinary() + _ = yym3735 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3731 := r.ContainerType() - if yyct3731 == codecSelferValueTypeMap1234 { - yyl3731 := r.ReadMapStart() - if yyl3731 == 0 { + yyct3736 := r.ContainerType() + if yyct3736 == codecSelferValueTypeMap1234 { + yyl3736 := r.ReadMapStart() + if yyl3736 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3731, d) + x.codecDecodeSelfFromMap(yyl3736, d) } - } else if yyct3731 == codecSelferValueTypeArray1234 { - yyl3731 := r.ReadArrayStart() - if yyl3731 == 0 { + } else if yyct3736 == codecSelferValueTypeArray1234 { + yyl3736 := r.ReadArrayStart() + if yyl3736 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3731, d) + x.codecDecodeSelfFromArray(yyl3736, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46921,12 +46976,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3732Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3732Slc - var yyhl3732 bool = l >= 0 - for yyj3732 := 0; ; yyj3732++ { - if yyhl3732 { - if yyj3732 >= l { + var yys3737Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3737Slc + var yyhl3737 bool = l >= 0 + for yyj3737 := 0; ; yyj3737++ { + if yyhl3737 { + if yyj3737 >= l { break } } else { @@ -46935,10 +46990,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3732Slc = r.DecodeBytes(yys3732Slc, true, true) - yys3732 := string(yys3732Slc) + yys3737Slc = r.DecodeBytes(yys3737Slc, true, true) + yys3737 := string(yys3737Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3732 { + switch yys3737 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46958,9 +47013,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3732) - } // end switch yys3732 - } // end for yyj3732 + z.DecStructFieldNotFound(-1, yys3737) + } // end switch yys3737 + } // end for yyj3737 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46968,16 +47023,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3736 int - var yyb3736 bool - var yyhl3736 bool = l >= 0 - yyj3736++ - if yyhl3736 { - yyb3736 = yyj3736 > l + var yyj3741 int + var yyb3741 bool + var yyhl3741 bool = l >= 0 + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3736 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3736 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46987,13 +47042,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3736++ - if yyhl3736 { - yyb3736 = yyj3736 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3736 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3736 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47003,13 +47058,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3736++ - if yyhl3736 { - yyb3736 = yyj3736 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3736 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3736 { + if yyb3741 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47020,17 +47075,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3736++ - if yyhl3736 { - yyb3736 = yyj3736 > l + yyj3741++ + if yyhl3741 { + yyb3741 = yyj3741 > l } else { - yyb3736 = r.CheckBreak() + yyb3741 = r.CheckBreak() } - if yyb3736 { + if yyb3741 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3736-1, "") + z.DecStructFieldNotFound(yyj3741-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47042,36 +47097,36 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3740 := z.EncBinary() - _ = yym3740 + yym3745 := z.EncBinary() + _ = yym3745 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3741 := !z.EncBinary() - yy2arr3741 := z.EncBasicHandle().StructToArray - var yyq3741 [3]bool - _, _, _ = yysep3741, yyq3741, yy2arr3741 - const yyr3741 bool = false - yyq3741[0] = x.Kind != "" - yyq3741[1] = x.APIVersion != "" - var yynn3741 int - if yyr3741 || yy2arr3741 { + yysep3746 := !z.EncBinary() + yy2arr3746 := z.EncBasicHandle().StructToArray + var yyq3746 [3]bool + _, _, _ = yysep3746, yyq3746, yy2arr3746 + const yyr3746 bool = false + yyq3746[0] = x.Kind != "" + yyq3746[1] = x.APIVersion != "" + var yynn3746 int + if yyr3746 || yy2arr3746 { r.EncodeArrayStart(3) } else { - yynn3741 = 1 - for _, b := range yyq3741 { + yynn3746 = 1 + for _, b := range yyq3746 { if b { - yynn3741++ + yynn3746++ } } - r.EncodeMapStart(yynn3741) - yynn3741 = 0 + r.EncodeMapStart(yynn3746) + yynn3746 = 0 } - if yyr3741 || yy2arr3741 { + if yyr3746 || yy2arr3746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[0] { - yym3743 := z.EncBinary() - _ = yym3743 + if yyq3746[0] { + yym3748 := z.EncBinary() + _ = yym3748 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47080,23 +47135,23 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3741[0] { + if yyq3746[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3744 := z.EncBinary() - _ = yym3744 + yym3749 := z.EncBinary() + _ = yym3749 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3741 || yy2arr3741 { + if yyr3746 || yy2arr3746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3741[1] { - yym3746 := z.EncBinary() - _ = yym3746 + if yyq3746[1] { + yym3751 := z.EncBinary() + _ = yym3751 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47105,22 +47160,22 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3741[1] { + if yyq3746[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3747 := z.EncBinary() - _ = yym3747 + yym3752 := z.EncBinary() + _ = yym3752 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3741 || yy2arr3741 { + if yyr3746 || yy2arr3746 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3749 := z.EncBinary() - _ = yym3749 + yym3754 := z.EncBinary() + _ = yym3754 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -47129,14 +47184,14 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3750 := z.EncBinary() - _ = yym3750 + yym3755 := z.EncBinary() + _ = yym3755 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr3741 || yy2arr3741 { + if yyr3746 || yy2arr3746 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47149,25 +47204,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3751 := z.DecBinary() - _ = yym3751 + yym3756 := z.DecBinary() + _ = yym3756 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3752 := r.ContainerType() - if yyct3752 == codecSelferValueTypeMap1234 { - yyl3752 := r.ReadMapStart() - if yyl3752 == 0 { + yyct3757 := r.ContainerType() + if yyct3757 == codecSelferValueTypeMap1234 { + yyl3757 := r.ReadMapStart() + if yyl3757 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3752, d) + x.codecDecodeSelfFromMap(yyl3757, d) } - } else if yyct3752 == codecSelferValueTypeArray1234 { - yyl3752 := r.ReadArrayStart() - if yyl3752 == 0 { + } else if yyct3757 == codecSelferValueTypeArray1234 { + yyl3757 := r.ReadArrayStart() + if yyl3757 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3752, d) + x.codecDecodeSelfFromArray(yyl3757, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47179,12 +47234,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3753Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3753Slc - var yyhl3753 bool = l >= 0 - for yyj3753 := 0; ; yyj3753++ { - if yyhl3753 { - if yyj3753 >= l { + var yys3758Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3758Slc + var yyhl3758 bool = l >= 0 + for yyj3758 := 0; ; yyj3758++ { + if yyhl3758 { + if yyj3758 >= l { break } } else { @@ -47193,10 +47248,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3753Slc = r.DecodeBytes(yys3753Slc, true, true) - yys3753 := string(yys3753Slc) + yys3758Slc = r.DecodeBytes(yys3758Slc, true, true) + yys3758 := string(yys3758Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3753 { + switch yys3758 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47216,9 +47271,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3753) - } // end switch yys3753 - } // end for yyj3753 + z.DecStructFieldNotFound(-1, yys3758) + } // end switch yys3758 + } // end for yyj3758 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47226,16 +47281,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3757 int - var yyb3757 bool - var yyhl3757 bool = l >= 0 - yyj3757++ - if yyhl3757 { - yyb3757 = yyj3757 > l + var yyj3762 int + var yyb3762 bool + var yyhl3762 bool = l >= 0 + yyj3762++ + if yyhl3762 { + yyb3762 = yyj3762 > l } else { - yyb3757 = r.CheckBreak() + yyb3762 = r.CheckBreak() } - if yyb3757 { + if yyb3762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47245,13 +47300,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3757++ - if yyhl3757 { - yyb3757 = yyj3757 > l + yyj3762++ + if yyhl3762 { + yyb3762 = yyj3762 > l } else { - yyb3757 = r.CheckBreak() + yyb3762 = r.CheckBreak() } - if yyb3757 { + if yyb3762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47261,13 +47316,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3757++ - if yyhl3757 { - yyb3757 = yyj3757 > l + yyj3762++ + if yyhl3762 { + yyb3762 = yyj3762 > l } else { - yyb3757 = r.CheckBreak() + yyb3762 = r.CheckBreak() } - if yyb3757 { + if yyb3762 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47278,17 +47333,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3757++ - if yyhl3757 { - yyb3757 = yyj3757 > l + yyj3762++ + if yyhl3762 { + yyb3762 = yyj3762 > l } else { - yyb3757 = r.CheckBreak() + yyb3762 = r.CheckBreak() } - if yyb3757 { + if yyb3762 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3757-1, "") + z.DecStructFieldNotFound(yyj3762-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47300,34 +47355,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3761 := z.EncBinary() - _ = yym3761 + yym3766 := z.EncBinary() + _ = yym3766 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3762 := !z.EncBinary() - yy2arr3762 := z.EncBasicHandle().StructToArray - var yyq3762 [5]bool - _, _, _ = yysep3762, yyq3762, yy2arr3762 - const yyr3762 bool = false - yyq3762[4] = x.Controller != nil - var yynn3762 int - if yyr3762 || yy2arr3762 { + yysep3767 := !z.EncBinary() + yy2arr3767 := z.EncBasicHandle().StructToArray + var yyq3767 [5]bool + _, _, _ = yysep3767, yyq3767, yy2arr3767 + const yyr3767 bool = false + yyq3767[4] = x.Controller != nil + var yynn3767 int + if yyr3767 || yy2arr3767 { r.EncodeArrayStart(5) } else { - yynn3762 = 4 - for _, b := range yyq3762 { + yynn3767 = 4 + for _, b := range yyq3767 { if b { - yynn3762++ + yynn3767++ } } - r.EncodeMapStart(yynn3762) - yynn3762 = 0 + r.EncodeMapStart(yynn3767) + yynn3767 = 0 } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3764 := z.EncBinary() - _ = yym3764 + yym3769 := z.EncBinary() + _ = yym3769 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47336,17 +47391,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3765 := z.EncBinary() - _ = yym3765 + yym3770 := z.EncBinary() + _ = yym3770 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3767 := z.EncBinary() - _ = yym3767 + yym3772 := z.EncBinary() + _ = yym3772 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47355,17 +47410,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3768 := z.EncBinary() - _ = yym3768 + yym3773 := z.EncBinary() + _ = yym3773 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3770 := z.EncBinary() - _ = yym3770 + yym3775 := z.EncBinary() + _ = yym3775 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47374,17 +47429,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3771 := z.EncBinary() - _ = yym3771 + yym3776 := z.EncBinary() + _ = yym3776 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3773 := z.EncBinary() - _ = yym3773 + yym3778 := z.EncBinary() + _ = yym3778 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -47394,50 +47449,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3774 := z.EncBinary() - _ = yym3774 + yym3779 := z.EncBinary() + _ = yym3779 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3762[4] { + if yyq3767[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3776 := *x.Controller - yym3777 := z.EncBinary() - _ = yym3777 + yy3781 := *x.Controller + yym3782 := z.EncBinary() + _ = yym3782 if false { } else { - r.EncodeBool(bool(yy3776)) + r.EncodeBool(bool(yy3781)) } } } else { r.EncodeNil() } } else { - if yyq3762[4] { + if yyq3767[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3778 := *x.Controller - yym3779 := z.EncBinary() - _ = yym3779 + yy3783 := *x.Controller + yym3784 := z.EncBinary() + _ = yym3784 if false { } else { - r.EncodeBool(bool(yy3778)) + r.EncodeBool(bool(yy3783)) } } } } - if yyr3762 || yy2arr3762 { + if yyr3767 || yy2arr3767 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47450,25 +47505,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3780 := z.DecBinary() - _ = yym3780 + yym3785 := z.DecBinary() + _ = yym3785 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3781 := r.ContainerType() - if yyct3781 == codecSelferValueTypeMap1234 { - yyl3781 := r.ReadMapStart() - if yyl3781 == 0 { + yyct3786 := r.ContainerType() + if yyct3786 == codecSelferValueTypeMap1234 { + yyl3786 := r.ReadMapStart() + if yyl3786 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3781, d) + x.codecDecodeSelfFromMap(yyl3786, d) } - } else if yyct3781 == codecSelferValueTypeArray1234 { - yyl3781 := r.ReadArrayStart() - if yyl3781 == 0 { + } else if yyct3786 == codecSelferValueTypeArray1234 { + yyl3786 := r.ReadArrayStart() + if yyl3786 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3781, d) + x.codecDecodeSelfFromArray(yyl3786, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47480,12 +47535,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3782Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3782Slc - var yyhl3782 bool = l >= 0 - for yyj3782 := 0; ; yyj3782++ { - if yyhl3782 { - if yyj3782 >= l { + var yys3787Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3787Slc + var yyhl3787 bool = l >= 0 + for yyj3787 := 0; ; yyj3787++ { + if yyhl3787 { + if yyj3787 >= l { break } } else { @@ -47494,10 +47549,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3782Slc = r.DecodeBytes(yys3782Slc, true, true) - yys3782 := string(yys3782Slc) + yys3787Slc = r.DecodeBytes(yys3787Slc, true, true) + yys3787 := string(yys3787Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3782 { + switch yys3787 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -47531,17 +47586,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3788 := z.DecBinary() - _ = yym3788 + yym3793 := z.DecBinary() + _ = yym3793 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3782) - } // end switch yys3782 - } // end for yyj3782 + z.DecStructFieldNotFound(-1, yys3787) + } // end switch yys3787 + } // end for yyj3787 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47549,16 +47604,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3789 int - var yyb3789 bool - var yyhl3789 bool = l >= 0 - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + var yyj3794 int + var yyb3794 bool + var yyhl3794 bool = l >= 0 + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47568,13 +47623,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47584,13 +47639,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47600,13 +47655,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47616,13 +47671,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47635,25 +47690,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3795 := z.DecBinary() - _ = yym3795 + yym3800 := z.DecBinary() + _ = yym3800 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3789++ - if yyhl3789 { - yyb3789 = yyj3789 > l + yyj3794++ + if yyhl3794 { + yyb3794 = yyj3794 > l } else { - yyb3789 = r.CheckBreak() + yyb3794 = r.CheckBreak() } - if yyb3789 { + if yyb3794 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3789-1, "") + z.DecStructFieldNotFound(yyj3794-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47665,41 +47720,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3796 := z.EncBinary() - _ = yym3796 + yym3801 := z.EncBinary() + _ = yym3801 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3797 := !z.EncBinary() - yy2arr3797 := z.EncBasicHandle().StructToArray - var yyq3797 [7]bool - _, _, _ = yysep3797, yyq3797, yy2arr3797 - const yyr3797 bool = false - yyq3797[0] = x.Kind != "" - yyq3797[1] = x.Namespace != "" - yyq3797[2] = x.Name != "" - yyq3797[3] = x.UID != "" - yyq3797[4] = x.APIVersion != "" - yyq3797[5] = x.ResourceVersion != "" - yyq3797[6] = x.FieldPath != "" - var yynn3797 int - if yyr3797 || yy2arr3797 { + yysep3802 := !z.EncBinary() + yy2arr3802 := z.EncBasicHandle().StructToArray + var yyq3802 [7]bool + _, _, _ = yysep3802, yyq3802, yy2arr3802 + const yyr3802 bool = false + yyq3802[0] = x.Kind != "" + yyq3802[1] = x.Namespace != "" + yyq3802[2] = x.Name != "" + yyq3802[3] = x.UID != "" + yyq3802[4] = x.APIVersion != "" + yyq3802[5] = x.ResourceVersion != "" + yyq3802[6] = x.FieldPath != "" + var yynn3802 int + if yyr3802 || yy2arr3802 { r.EncodeArrayStart(7) } else { - yynn3797 = 0 - for _, b := range yyq3797 { + yynn3802 = 0 + for _, b := range yyq3802 { if b { - yynn3797++ + yynn3802++ } } - r.EncodeMapStart(yynn3797) - yynn3797 = 0 + r.EncodeMapStart(yynn3802) + yynn3802 = 0 } - if yyr3797 || yy2arr3797 { + if yyr3802 || yy2arr3802 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[0] { - yym3799 := z.EncBinary() - _ = yym3799 + if yyq3802[0] { + yym3804 := z.EncBinary() + _ = yym3804 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47708,151 +47763,151 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[0] { + if yyq3802[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3800 := z.EncBinary() - _ = yym3800 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[1] { - yym3802 := z.EncBinary() - _ = yym3802 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3797[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3803 := z.EncBinary() - _ = yym3803 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[2] { yym3805 := z.EncBinary() _ = yym3805 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[1] { + yym3807 := z.EncBinary() + _ = yym3807 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[2] { + if yyq3802[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3806 := z.EncBinary() - _ = yym3806 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[3] { yym3808 := z.EncBinary() _ = yym3808 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 yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[2] { + yym3810 := z.EncBinary() + _ = yym3810 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[3] { + if yyq3802[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3809 := z.EncBinary() - _ = yym3809 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[4] { yym3811 := z.EncBinary() _ = yym3811 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[3] { + yym3813 := z.EncBinary() + _ = yym3813 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[4] { + if yyq3802[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3812 := z.EncBinary() - _ = yym3812 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[5] { yym3814 := z.EncBinary() _ = yym3814 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 yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[4] { + yym3816 := z.EncBinary() + _ = yym3816 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[5] { + if yyq3802[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3815 := z.EncBinary() - _ = yym3815 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr3797 || yy2arr3797 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3797[6] { yym3817 := z.EncBinary() _ = yym3817 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[5] { + yym3819 := z.EncBinary() + _ = yym3819 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3802[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3820 := z.EncBinary() + _ = yym3820 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr3802 || yy2arr3802 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3802[6] { + yym3822 := z.EncBinary() + _ = yym3822 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } @@ -47860,19 +47915,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3797[6] { + if yyq3802[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3818 := z.EncBinary() - _ = yym3818 + yym3823 := z.EncBinary() + _ = yym3823 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3797 || yy2arr3797 { + if yyr3802 || yy2arr3802 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47885,25 +47940,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3819 := z.DecBinary() - _ = yym3819 + yym3824 := z.DecBinary() + _ = yym3824 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3820 := r.ContainerType() - if yyct3820 == codecSelferValueTypeMap1234 { - yyl3820 := r.ReadMapStart() - if yyl3820 == 0 { + yyct3825 := r.ContainerType() + if yyct3825 == codecSelferValueTypeMap1234 { + yyl3825 := r.ReadMapStart() + if yyl3825 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3820, d) + x.codecDecodeSelfFromMap(yyl3825, d) } - } else if yyct3820 == codecSelferValueTypeArray1234 { - yyl3820 := r.ReadArrayStart() - if yyl3820 == 0 { + } else if yyct3825 == codecSelferValueTypeArray1234 { + yyl3825 := r.ReadArrayStart() + if yyl3825 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3820, d) + x.codecDecodeSelfFromArray(yyl3825, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47915,12 +47970,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3821Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3821Slc - var yyhl3821 bool = l >= 0 - for yyj3821 := 0; ; yyj3821++ { - if yyhl3821 { - if yyj3821 >= l { + var yys3826Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3826Slc + var yyhl3826 bool = l >= 0 + for yyj3826 := 0; ; yyj3826++ { + if yyhl3826 { + if yyj3826 >= l { break } } else { @@ -47929,10 +47984,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3821Slc = r.DecodeBytes(yys3821Slc, true, true) - yys3821 := string(yys3821Slc) + yys3826Slc = r.DecodeBytes(yys3826Slc, true, true) + yys3826 := string(yys3826Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3821 { + switch yys3826 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47976,9 +48031,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3821) - } // end switch yys3821 - } // end for yyj3821 + z.DecStructFieldNotFound(-1, yys3826) + } // end switch yys3826 + } // end for yyj3826 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47986,16 +48041,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3829 int - var yyb3829 bool - var yyhl3829 bool = l >= 0 - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + var yyj3834 int + var yyb3834 bool + var yyhl3834 bool = l >= 0 + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48005,13 +48060,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48021,13 +48076,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48037,13 +48092,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48053,13 +48108,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48069,13 +48124,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48085,13 +48140,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48102,17 +48157,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3829++ - if yyhl3829 { - yyb3829 = yyj3829 > l + yyj3834++ + if yyhl3834 { + yyb3834 = yyj3834 > l } else { - yyb3829 = r.CheckBreak() + yyb3834 = r.CheckBreak() } - if yyb3829 { + if yyb3834 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3829-1, "") + z.DecStructFieldNotFound(yyj3834-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48124,33 +48179,33 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3837 := z.EncBinary() - _ = yym3837 + yym3842 := z.EncBinary() + _ = yym3842 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3838 := !z.EncBinary() - yy2arr3838 := z.EncBasicHandle().StructToArray - var yyq3838 [1]bool - _, _, _ = yysep3838, yyq3838, yy2arr3838 - const yyr3838 bool = false - var yynn3838 int - if yyr3838 || yy2arr3838 { + yysep3843 := !z.EncBinary() + yy2arr3843 := z.EncBasicHandle().StructToArray + var yyq3843 [1]bool + _, _, _ = yysep3843, yyq3843, yy2arr3843 + const yyr3843 bool = false + var yynn3843 int + if yyr3843 || yy2arr3843 { r.EncodeArrayStart(1) } else { - yynn3838 = 1 - for _, b := range yyq3838 { + yynn3843 = 1 + for _, b := range yyq3843 { if b { - yynn3838++ + yynn3843++ } } - r.EncodeMapStart(yynn3838) - yynn3838 = 0 + r.EncodeMapStart(yynn3843) + yynn3843 = 0 } - if yyr3838 || yy2arr3838 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3840 := z.EncBinary() - _ = yym3840 + yym3845 := z.EncBinary() + _ = yym3845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -48159,14 +48214,14 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3841 := z.EncBinary() - _ = yym3841 + yym3846 := z.EncBinary() + _ = yym3846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3838 || yy2arr3838 { + if yyr3843 || yy2arr3843 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48179,25 +48234,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3842 := z.DecBinary() - _ = yym3842 + yym3847 := z.DecBinary() + _ = yym3847 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3843 := r.ContainerType() - if yyct3843 == codecSelferValueTypeMap1234 { - yyl3843 := r.ReadMapStart() - if yyl3843 == 0 { + yyct3848 := r.ContainerType() + if yyct3848 == codecSelferValueTypeMap1234 { + yyl3848 := r.ReadMapStart() + if yyl3848 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3843, d) + x.codecDecodeSelfFromMap(yyl3848, d) } - } else if yyct3843 == codecSelferValueTypeArray1234 { - yyl3843 := r.ReadArrayStart() - if yyl3843 == 0 { + } else if yyct3848 == codecSelferValueTypeArray1234 { + yyl3848 := r.ReadArrayStart() + if yyl3848 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3843, d) + x.codecDecodeSelfFromArray(yyl3848, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48209,12 +48264,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3844Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3844Slc - var yyhl3844 bool = l >= 0 - for yyj3844 := 0; ; yyj3844++ { - if yyhl3844 { - if yyj3844 >= l { + var yys3849Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3849Slc + var yyhl3849 bool = l >= 0 + for yyj3849 := 0; ; yyj3849++ { + if yyhl3849 { + if yyj3849 >= l { break } } else { @@ -48223,10 +48278,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3844Slc = r.DecodeBytes(yys3844Slc, true, true) - yys3844 := string(yys3844Slc) + yys3849Slc = r.DecodeBytes(yys3849Slc, true, true) + yys3849 := string(yys3849Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3844 { + switch yys3849 { case "Name": if r.TryDecodeAsNil() { x.Name = "" @@ -48234,9 +48289,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3844) - } // end switch yys3844 - } // end for yyj3844 + z.DecStructFieldNotFound(-1, yys3849) + } // end switch yys3849 + } // end for yyj3849 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48244,16 +48299,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3846 int - var yyb3846 bool - var yyhl3846 bool = l >= 0 - yyj3846++ - if yyhl3846 { - yyb3846 = yyj3846 > l + var yyj3851 int + var yyb3851 bool + var yyhl3851 bool = l >= 0 + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3846 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3846 { + if yyb3851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48264,17 +48319,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3846++ - if yyhl3846 { - yyb3846 = yyj3846 > l + yyj3851++ + if yyhl3851 { + yyb3851 = yyj3851 > l } else { - yyb3846 = r.CheckBreak() + yyb3851 = r.CheckBreak() } - if yyb3846 { + if yyb3851 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3846-1, "") + z.DecStructFieldNotFound(yyj3851-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48286,37 +48341,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3848 := z.EncBinary() - _ = yym3848 + yym3853 := z.EncBinary() + _ = yym3853 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3849 := !z.EncBinary() - yy2arr3849 := z.EncBasicHandle().StructToArray - var yyq3849 [3]bool - _, _, _ = yysep3849, yyq3849, yy2arr3849 - const yyr3849 bool = false - yyq3849[0] = x.Kind != "" - yyq3849[1] = x.APIVersion != "" - yyq3849[2] = true - var yynn3849 int - if yyr3849 || yy2arr3849 { + yysep3854 := !z.EncBinary() + yy2arr3854 := z.EncBasicHandle().StructToArray + var yyq3854 [3]bool + _, _, _ = yysep3854, yyq3854, yy2arr3854 + const yyr3854 bool = false + yyq3854[0] = x.Kind != "" + yyq3854[1] = x.APIVersion != "" + yyq3854[2] = true + var yynn3854 int + if yyr3854 || yy2arr3854 { r.EncodeArrayStart(3) } else { - yynn3849 = 0 - for _, b := range yyq3849 { + yynn3854 = 0 + for _, b := range yyq3854 { if b { - yynn3849++ + yynn3854++ } } - r.EncodeMapStart(yynn3849) - yynn3849 = 0 + r.EncodeMapStart(yynn3854) + yynn3854 = 0 } - if yyr3849 || yy2arr3849 { + if yyr3854 || yy2arr3854 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[0] { - yym3851 := z.EncBinary() - _ = yym3851 + if yyq3854[0] { + yym3856 := z.EncBinary() + _ = yym3856 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48325,23 +48380,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3849[0] { + if yyq3854[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3852 := z.EncBinary() - _ = yym3852 + yym3857 := z.EncBinary() + _ = yym3857 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3849 || yy2arr3849 { + if yyr3854 || yy2arr3854 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[1] { - yym3854 := z.EncBinary() - _ = yym3854 + if yyq3854[1] { + yym3859 := z.EncBinary() + _ = yym3859 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48350,36 +48405,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3849[1] { + if yyq3854[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3855 := z.EncBinary() - _ = yym3855 + yym3860 := z.EncBinary() + _ = yym3860 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3849 || yy2arr3849 { + if yyr3854 || yy2arr3854 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3849[2] { - yy3857 := &x.Reference - yy3857.CodecEncodeSelf(e) + if yyq3854[2] { + yy3862 := &x.Reference + yy3862.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3849[2] { + if yyq3854[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3858 := &x.Reference - yy3858.CodecEncodeSelf(e) + yy3863 := &x.Reference + yy3863.CodecEncodeSelf(e) } } - if yyr3849 || yy2arr3849 { + if yyr3854 || yy2arr3854 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48392,25 +48447,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3859 := z.DecBinary() - _ = yym3859 + yym3864 := z.DecBinary() + _ = yym3864 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3860 := r.ContainerType() - if yyct3860 == codecSelferValueTypeMap1234 { - yyl3860 := r.ReadMapStart() - if yyl3860 == 0 { + yyct3865 := r.ContainerType() + if yyct3865 == codecSelferValueTypeMap1234 { + yyl3865 := r.ReadMapStart() + if yyl3865 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3860, d) + x.codecDecodeSelfFromMap(yyl3865, d) } - } else if yyct3860 == codecSelferValueTypeArray1234 { - yyl3860 := r.ReadArrayStart() - if yyl3860 == 0 { + } else if yyct3865 == codecSelferValueTypeArray1234 { + yyl3865 := r.ReadArrayStart() + if yyl3865 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3860, d) + x.codecDecodeSelfFromArray(yyl3865, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48422,12 +48477,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3861Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3861Slc - var yyhl3861 bool = l >= 0 - for yyj3861 := 0; ; yyj3861++ { - if yyhl3861 { - if yyj3861 >= l { + var yys3866Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3866Slc + var yyhl3866 bool = l >= 0 + for yyj3866 := 0; ; yyj3866++ { + if yyhl3866 { + if yyj3866 >= l { break } } else { @@ -48436,10 +48491,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3861Slc = r.DecodeBytes(yys3861Slc, true, true) - yys3861 := string(yys3861Slc) + yys3866Slc = r.DecodeBytes(yys3866Slc, true, true) + yys3866 := string(yys3866Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3861 { + switch yys3866 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48456,13 +48511,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3864 := &x.Reference - yyv3864.CodecDecodeSelf(d) + yyv3869 := &x.Reference + yyv3869.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3861) - } // end switch yys3861 - } // end for yyj3861 + z.DecStructFieldNotFound(-1, yys3866) + } // end switch yys3866 + } // end for yyj3866 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48470,16 +48525,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3865 int - var yyb3865 bool - var yyhl3865 bool = l >= 0 - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + var yyj3870 int + var yyb3870 bool + var yyhl3870 bool = l >= 0 + yyj3870++ + if yyhl3870 { + yyb3870 = yyj3870 > l } else { - yyb3865 = r.CheckBreak() + yyb3870 = r.CheckBreak() } - if yyb3865 { + if yyb3870 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48489,13 +48544,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3870++ + if yyhl3870 { + yyb3870 = yyj3870 > l } else { - yyb3865 = r.CheckBreak() + yyb3870 = r.CheckBreak() } - if yyb3865 { + if yyb3870 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48505,13 +48560,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3870++ + if yyhl3870 { + yyb3870 = yyj3870 > l } else { - yyb3865 = r.CheckBreak() + yyb3870 = r.CheckBreak() } - if yyb3865 { + if yyb3870 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48519,21 +48574,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3868 := &x.Reference - yyv3868.CodecDecodeSelf(d) + yyv3873 := &x.Reference + yyv3873.CodecDecodeSelf(d) } for { - yyj3865++ - if yyhl3865 { - yyb3865 = yyj3865 > l + yyj3870++ + if yyhl3870 { + yyb3870 = yyj3870 > l } else { - yyb3865 = r.CheckBreak() + yyb3870 = r.CheckBreak() } - if yyb3865 { + if yyb3870 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3865-1, "") + z.DecStructFieldNotFound(yyj3870-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48545,36 +48600,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3869 := z.EncBinary() - _ = yym3869 + yym3874 := z.EncBinary() + _ = yym3874 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3870 := !z.EncBinary() - yy2arr3870 := z.EncBasicHandle().StructToArray - var yyq3870 [2]bool - _, _, _ = yysep3870, yyq3870, yy2arr3870 - const yyr3870 bool = false - yyq3870[0] = x.Component != "" - yyq3870[1] = x.Host != "" - var yynn3870 int - if yyr3870 || yy2arr3870 { + yysep3875 := !z.EncBinary() + yy2arr3875 := z.EncBasicHandle().StructToArray + var yyq3875 [2]bool + _, _, _ = yysep3875, yyq3875, yy2arr3875 + const yyr3875 bool = false + yyq3875[0] = x.Component != "" + yyq3875[1] = x.Host != "" + var yynn3875 int + if yyr3875 || yy2arr3875 { r.EncodeArrayStart(2) } else { - yynn3870 = 0 - for _, b := range yyq3870 { + yynn3875 = 0 + for _, b := range yyq3875 { if b { - yynn3870++ + yynn3875++ } } - r.EncodeMapStart(yynn3870) - yynn3870 = 0 + r.EncodeMapStart(yynn3875) + yynn3875 = 0 } - if yyr3870 || yy2arr3870 { + if yyr3875 || yy2arr3875 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3870[0] { - yym3872 := z.EncBinary() - _ = yym3872 + if yyq3875[0] { + yym3877 := z.EncBinary() + _ = yym3877 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -48583,23 +48638,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3870[0] { + if yyq3875[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3873 := z.EncBinary() - _ = yym3873 + yym3878 := z.EncBinary() + _ = yym3878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3870 || yy2arr3870 { + if yyr3875 || yy2arr3875 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3870[1] { - yym3875 := z.EncBinary() - _ = yym3875 + if yyq3875[1] { + yym3880 := z.EncBinary() + _ = yym3880 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48608,19 +48663,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3870[1] { + if yyq3875[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3876 := z.EncBinary() - _ = yym3876 + yym3881 := z.EncBinary() + _ = yym3881 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3870 || yy2arr3870 { + if yyr3875 || yy2arr3875 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48633,25 +48688,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3877 := z.DecBinary() - _ = yym3877 + yym3882 := z.DecBinary() + _ = yym3882 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3878 := r.ContainerType() - if yyct3878 == codecSelferValueTypeMap1234 { - yyl3878 := r.ReadMapStart() - if yyl3878 == 0 { + yyct3883 := r.ContainerType() + if yyct3883 == codecSelferValueTypeMap1234 { + yyl3883 := r.ReadMapStart() + if yyl3883 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3878, d) + x.codecDecodeSelfFromMap(yyl3883, d) } - } else if yyct3878 == codecSelferValueTypeArray1234 { - yyl3878 := r.ReadArrayStart() - if yyl3878 == 0 { + } else if yyct3883 == codecSelferValueTypeArray1234 { + yyl3883 := r.ReadArrayStart() + if yyl3883 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3878, d) + x.codecDecodeSelfFromArray(yyl3883, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48663,12 +48718,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3879Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3879Slc - var yyhl3879 bool = l >= 0 - for yyj3879 := 0; ; yyj3879++ { - if yyhl3879 { - if yyj3879 >= l { + var yys3884Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3884Slc + var yyhl3884 bool = l >= 0 + for yyj3884 := 0; ; yyj3884++ { + if yyhl3884 { + if yyj3884 >= l { break } } else { @@ -48677,10 +48732,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3879Slc = r.DecodeBytes(yys3879Slc, true, true) - yys3879 := string(yys3879Slc) + yys3884Slc = r.DecodeBytes(yys3884Slc, true, true) + yys3884 := string(yys3884Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3879 { + switch yys3884 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48694,9 +48749,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3879) - } // end switch yys3879 - } // end for yyj3879 + z.DecStructFieldNotFound(-1, yys3884) + } // end switch yys3884 + } // end for yyj3884 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48704,16 +48759,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3882 int - var yyb3882 bool - var yyhl3882 bool = l >= 0 - yyj3882++ - if yyhl3882 { - yyb3882 = yyj3882 > l + var yyj3887 int + var yyb3887 bool + var yyhl3887 bool = l >= 0 + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3882 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3882 { + if yyb3887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48723,13 +48778,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3882++ - if yyhl3882 { - yyb3882 = yyj3882 > l + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3882 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3882 { + if yyb3887 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48740,17 +48795,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3882++ - if yyhl3882 { - yyb3882 = yyj3882 > l + yyj3887++ + if yyhl3887 { + yyb3887 = yyj3887 > l } else { - yyb3882 = r.CheckBreak() + yyb3887 = r.CheckBreak() } - if yyb3882 { + if yyb3887 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3882-1, "") + z.DecStructFieldNotFound(yyj3887-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48762,45 +48817,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3885 := z.EncBinary() - _ = yym3885 + yym3890 := z.EncBinary() + _ = yym3890 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3886 := !z.EncBinary() - yy2arr3886 := z.EncBasicHandle().StructToArray - var yyq3886 [11]bool - _, _, _ = yysep3886, yyq3886, yy2arr3886 - const yyr3886 bool = false - yyq3886[0] = x.Kind != "" - yyq3886[1] = x.APIVersion != "" - yyq3886[2] = true - yyq3886[3] = true - yyq3886[4] = x.Reason != "" - yyq3886[5] = x.Message != "" - yyq3886[6] = true - yyq3886[7] = true - yyq3886[8] = true - yyq3886[9] = x.Count != 0 - yyq3886[10] = x.Type != "" - var yynn3886 int - if yyr3886 || yy2arr3886 { + yysep3891 := !z.EncBinary() + yy2arr3891 := z.EncBasicHandle().StructToArray + var yyq3891 [11]bool + _, _, _ = yysep3891, yyq3891, yy2arr3891 + const yyr3891 bool = false + yyq3891[0] = x.Kind != "" + yyq3891[1] = x.APIVersion != "" + yyq3891[2] = true + yyq3891[3] = true + yyq3891[4] = x.Reason != "" + yyq3891[5] = x.Message != "" + yyq3891[6] = true + yyq3891[7] = true + yyq3891[8] = true + yyq3891[9] = x.Count != 0 + yyq3891[10] = x.Type != "" + var yynn3891 int + if yyr3891 || yy2arr3891 { r.EncodeArrayStart(11) } else { - yynn3886 = 0 - for _, b := range yyq3886 { + yynn3891 = 0 + for _, b := range yyq3891 { if b { - yynn3886++ + yynn3891++ } } - r.EncodeMapStart(yynn3886) - yynn3886 = 0 + r.EncodeMapStart(yynn3891) + yynn3891 = 0 } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[0] { - yym3888 := z.EncBinary() - _ = yym3888 + if yyq3891[0] { + yym3893 := z.EncBinary() + _ = yym3893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48809,23 +48864,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[0] { + if yyq3891[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3889 := z.EncBinary() - _ = yym3889 + yym3894 := z.EncBinary() + _ = yym3894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[1] { - yym3891 := z.EncBinary() - _ = yym3891 + if yyq3891[1] { + yym3896 := z.EncBinary() + _ = yym3896 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48834,57 +48889,57 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[1] { + if yyq3891[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3892 := z.EncBinary() - _ = yym3892 + yym3897 := z.EncBinary() + _ = yym3897 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[2] { - yy3894 := &x.ObjectMeta - yy3894.CodecEncodeSelf(e) + if yyq3891[2] { + yy3899 := &x.ObjectMeta + yy3899.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3886[2] { + if yyq3891[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3895 := &x.ObjectMeta - yy3895.CodecEncodeSelf(e) + yy3900 := &x.ObjectMeta + yy3900.CodecEncodeSelf(e) } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[3] { - yy3897 := &x.InvolvedObject - yy3897.CodecEncodeSelf(e) + if yyq3891[3] { + yy3902 := &x.InvolvedObject + yy3902.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3886[3] { + if yyq3891[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3898 := &x.InvolvedObject - yy3898.CodecEncodeSelf(e) + yy3903 := &x.InvolvedObject + yy3903.CodecEncodeSelf(e) } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[4] { - yym3900 := z.EncBinary() - _ = yym3900 + if yyq3891[4] { + yym3905 := z.EncBinary() + _ = yym3905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -48893,23 +48948,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[4] { + if yyq3891[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3901 := z.EncBinary() - _ = yym3901 + yym3906 := z.EncBinary() + _ = yym3906 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[5] { - yym3903 := z.EncBinary() - _ = yym3903 + if yyq3891[5] { + yym3908 := z.EncBinary() + _ = yym3908 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48918,76 +48973,39 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[5] { + if yyq3891[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3904 := z.EncBinary() - _ = yym3904 + yym3909 := z.EncBinary() + _ = yym3909 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[6] { - yy3906 := &x.Source - yy3906.CodecEncodeSelf(e) + if yyq3891[6] { + yy3911 := &x.Source + yy3911.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3886[6] { + if yyq3891[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3907 := &x.Source - yy3907.CodecEncodeSelf(e) + yy3912 := &x.Source + yy3912.CodecEncodeSelf(e) } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[7] { - yy3909 := &x.FirstTimestamp - yym3910 := z.EncBinary() - _ = yym3910 - if false { - } else if z.HasExtensions() && z.EncExt(yy3909) { - } else if yym3910 { - z.EncBinaryMarshal(yy3909) - } else if !yym3910 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3909) - } else { - z.EncFallback(yy3909) - } - } else { - r.EncodeNil() - } - } else { - if yyq3886[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3911 := &x.FirstTimestamp - yym3912 := z.EncBinary() - _ = yym3912 - if false { - } else if z.HasExtensions() && z.EncExt(yy3911) { - } else if yym3912 { - z.EncBinaryMarshal(yy3911) - } else if !yym3912 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3911) - } else { - z.EncFallback(yy3911) - } - } - } - if yyr3886 || yy2arr3886 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[8] { - yy3914 := &x.LastTimestamp + if yyq3891[7] { + yy3914 := &x.FirstTimestamp yym3915 := z.EncBinary() _ = yym3915 if false { @@ -49003,11 +49021,11 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3886[8] { + if yyq3891[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3916 := &x.LastTimestamp + yy3916 := &x.FirstTimestamp yym3917 := z.EncBinary() _ = yym3917 if false { @@ -49021,11 +49039,48 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[9] { - yym3919 := z.EncBinary() - _ = yym3919 + if yyq3891[8] { + yy3919 := &x.LastTimestamp + yym3920 := z.EncBinary() + _ = yym3920 + if false { + } else if z.HasExtensions() && z.EncExt(yy3919) { + } else if yym3920 { + z.EncBinaryMarshal(yy3919) + } else if !yym3920 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3919) + } else { + z.EncFallback(yy3919) + } + } else { + r.EncodeNil() + } + } else { + if yyq3891[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3921 := &x.LastTimestamp + yym3922 := z.EncBinary() + _ = yym3922 + if false { + } else if z.HasExtensions() && z.EncExt(yy3921) { + } else if yym3922 { + z.EncBinaryMarshal(yy3921) + } else if !yym3922 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3921) + } else { + z.EncFallback(yy3921) + } + } + } + if yyr3891 || yy2arr3891 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3891[9] { + yym3924 := z.EncBinary() + _ = yym3924 if false { } else { r.EncodeInt(int64(x.Count)) @@ -49034,23 +49089,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3886[9] { + if yyq3891[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3920 := z.EncBinary() - _ = yym3920 + yym3925 := z.EncBinary() + _ = yym3925 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3886[10] { - yym3922 := z.EncBinary() - _ = yym3922 + if yyq3891[10] { + yym3927 := z.EncBinary() + _ = yym3927 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -49059,19 +49114,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3886[10] { + if yyq3891[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3923 := z.EncBinary() - _ = yym3923 + yym3928 := z.EncBinary() + _ = yym3928 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3886 || yy2arr3886 { + if yyr3891 || yy2arr3891 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49084,25 +49139,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3924 := z.DecBinary() - _ = yym3924 + yym3929 := z.DecBinary() + _ = yym3929 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3925 := r.ContainerType() - if yyct3925 == codecSelferValueTypeMap1234 { - yyl3925 := r.ReadMapStart() - if yyl3925 == 0 { + yyct3930 := r.ContainerType() + if yyct3930 == codecSelferValueTypeMap1234 { + yyl3930 := r.ReadMapStart() + if yyl3930 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3925, d) + x.codecDecodeSelfFromMap(yyl3930, d) } - } else if yyct3925 == codecSelferValueTypeArray1234 { - yyl3925 := r.ReadArrayStart() - if yyl3925 == 0 { + } else if yyct3930 == codecSelferValueTypeArray1234 { + yyl3930 := r.ReadArrayStart() + if yyl3930 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3925, d) + x.codecDecodeSelfFromArray(yyl3930, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49114,12 +49169,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3926Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3926Slc - var yyhl3926 bool = l >= 0 - for yyj3926 := 0; ; yyj3926++ { - if yyhl3926 { - if yyj3926 >= l { + var yys3931Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3931Slc + var yyhl3931 bool = l >= 0 + for yyj3931 := 0; ; yyj3931++ { + if yyhl3931 { + if yyj3931 >= l { break } } else { @@ -49128,10 +49183,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3926Slc = r.DecodeBytes(yys3926Slc, true, true) - yys3926 := string(yys3926Slc) + yys3931Slc = r.DecodeBytes(yys3931Slc, true, true) + yys3931 := string(yys3931Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3926 { + switch yys3931 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49148,15 +49203,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3929 := &x.ObjectMeta - yyv3929.CodecDecodeSelf(d) + yyv3934 := &x.ObjectMeta + yyv3934.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3930 := &x.InvolvedObject - yyv3930.CodecDecodeSelf(d) + yyv3935 := &x.InvolvedObject + yyv3935.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -49174,41 +49229,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3933 := &x.Source - yyv3933.CodecDecodeSelf(d) + yyv3938 := &x.Source + yyv3938.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3934 := &x.FirstTimestamp - yym3935 := z.DecBinary() - _ = yym3935 + yyv3939 := &x.FirstTimestamp + yym3940 := z.DecBinary() + _ = yym3940 if false { - } else if z.HasExtensions() && z.DecExt(yyv3934) { - } else if yym3935 { - z.DecBinaryUnmarshal(yyv3934) - } else if !yym3935 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3934) + } else if z.HasExtensions() && z.DecExt(yyv3939) { + } else if yym3940 { + z.DecBinaryUnmarshal(yyv3939) + } else if !yym3940 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3939) } else { - z.DecFallback(yyv3934, false) + z.DecFallback(yyv3939, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3936 := &x.LastTimestamp - yym3937 := z.DecBinary() - _ = yym3937 + yyv3941 := &x.LastTimestamp + yym3942 := z.DecBinary() + _ = yym3942 if false { - } else if z.HasExtensions() && z.DecExt(yyv3936) { - } else if yym3937 { - z.DecBinaryUnmarshal(yyv3936) - } else if !yym3937 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3936) + } else if z.HasExtensions() && z.DecExt(yyv3941) { + } else if yym3942 { + z.DecBinaryUnmarshal(yyv3941) + } else if !yym3942 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3941) } else { - z.DecFallback(yyv3936, false) + z.DecFallback(yyv3941, false) } } case "count": @@ -49224,9 +49279,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3926) - } // end switch yys3926 - } // end for yyj3926 + z.DecStructFieldNotFound(-1, yys3931) + } // end switch yys3931 + } // end for yyj3931 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49234,16 +49289,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3940 int - var yyb3940 bool - var yyhl3940 bool = l >= 0 - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + var yyj3945 int + var yyb3945 bool + var yyhl3945 bool = l >= 0 + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49253,13 +49308,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49269,13 +49324,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49283,16 +49338,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3943 := &x.ObjectMeta - yyv3943.CodecDecodeSelf(d) + yyv3948 := &x.ObjectMeta + yyv3948.CodecDecodeSelf(d) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49300,16 +49355,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3944 := &x.InvolvedObject - yyv3944.CodecDecodeSelf(d) + yyv3949 := &x.InvolvedObject + yyv3949.CodecDecodeSelf(d) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49319,13 +49374,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49335,13 +49390,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49349,16 +49404,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3947 := &x.Source - yyv3947.CodecDecodeSelf(d) + yyv3952 := &x.Source + yyv3952.CodecDecodeSelf(d) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49366,26 +49421,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3948 := &x.FirstTimestamp - yym3949 := z.DecBinary() - _ = yym3949 + yyv3953 := &x.FirstTimestamp + yym3954 := z.DecBinary() + _ = yym3954 if false { - } else if z.HasExtensions() && z.DecExt(yyv3948) { - } else if yym3949 { - z.DecBinaryUnmarshal(yyv3948) - } else if !yym3949 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3948) + } else if z.HasExtensions() && z.DecExt(yyv3953) { + } else if yym3954 { + z.DecBinaryUnmarshal(yyv3953) + } else if !yym3954 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3953) } else { - z.DecFallback(yyv3948, false) + z.DecFallback(yyv3953, false) } } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49393,26 +49448,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3950 := &x.LastTimestamp - yym3951 := z.DecBinary() - _ = yym3951 + yyv3955 := &x.LastTimestamp + yym3956 := z.DecBinary() + _ = yym3956 if false { - } else if z.HasExtensions() && z.DecExt(yyv3950) { - } else if yym3951 { - z.DecBinaryUnmarshal(yyv3950) - } else if !yym3951 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3950) + } else if z.HasExtensions() && z.DecExt(yyv3955) { + } else if yym3956 { + z.DecBinaryUnmarshal(yyv3955) + } else if !yym3956 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3955) } else { - z.DecFallback(yyv3950, false) + z.DecFallback(yyv3955, false) } } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49422,13 +49477,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49439,17 +49494,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3940++ - if yyhl3940 { - yyb3940 = yyj3940 > l + yyj3945++ + if yyhl3945 { + yyb3945 = yyj3945 > l } else { - yyb3940 = r.CheckBreak() + yyb3945 = r.CheckBreak() } - if yyb3940 { + if yyb3945 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3940-1, "") + z.DecStructFieldNotFound(yyj3945-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49461,37 +49516,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3954 := z.EncBinary() - _ = yym3954 + yym3959 := z.EncBinary() + _ = yym3959 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3955 := !z.EncBinary() - yy2arr3955 := z.EncBasicHandle().StructToArray - var yyq3955 [4]bool - _, _, _ = yysep3955, yyq3955, yy2arr3955 - const yyr3955 bool = false - yyq3955[0] = x.Kind != "" - yyq3955[1] = x.APIVersion != "" - yyq3955[2] = true - var yynn3955 int - if yyr3955 || yy2arr3955 { + yysep3960 := !z.EncBinary() + yy2arr3960 := z.EncBasicHandle().StructToArray + var yyq3960 [4]bool + _, _, _ = yysep3960, yyq3960, yy2arr3960 + const yyr3960 bool = false + yyq3960[0] = x.Kind != "" + yyq3960[1] = x.APIVersion != "" + yyq3960[2] = true + var yynn3960 int + if yyr3960 || yy2arr3960 { r.EncodeArrayStart(4) } else { - yynn3955 = 1 - for _, b := range yyq3955 { + yynn3960 = 1 + for _, b := range yyq3960 { if b { - yynn3955++ + yynn3960++ } } - r.EncodeMapStart(yynn3955) - yynn3955 = 0 + r.EncodeMapStart(yynn3960) + yynn3960 = 0 } - if yyr3955 || yy2arr3955 { + if yyr3960 || yy2arr3960 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3955[0] { - yym3957 := z.EncBinary() - _ = yym3957 + if yyq3960[0] { + yym3962 := z.EncBinary() + _ = yym3962 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49500,23 +49555,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3955[0] { + if yyq3960[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3958 := z.EncBinary() - _ = yym3958 + yym3963 := z.EncBinary() + _ = yym3963 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3955 || yy2arr3955 { + if yyr3960 || yy2arr3960 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3955[1] { - yym3960 := z.EncBinary() - _ = yym3960 + if yyq3960[1] { + yym3965 := z.EncBinary() + _ = yym3965 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49525,54 +49580,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3955[1] { + if yyq3960[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3961 := z.EncBinary() - _ = yym3961 + yym3966 := z.EncBinary() + _ = yym3966 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3955 || yy2arr3955 { + if yyr3960 || yy2arr3960 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3955[2] { - yy3963 := &x.ListMeta - yym3964 := z.EncBinary() - _ = yym3964 + if yyq3960[2] { + yy3968 := &x.ListMeta + yym3969 := z.EncBinary() + _ = yym3969 if false { - } else if z.HasExtensions() && z.EncExt(yy3963) { + } else if z.HasExtensions() && z.EncExt(yy3968) { } else { - z.EncFallback(yy3963) + z.EncFallback(yy3968) } } else { r.EncodeNil() } } else { - if yyq3955[2] { + if yyq3960[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3965 := &x.ListMeta - yym3966 := z.EncBinary() - _ = yym3966 + yy3970 := &x.ListMeta + yym3971 := z.EncBinary() + _ = yym3971 if false { - } else if z.HasExtensions() && z.EncExt(yy3965) { + } else if z.HasExtensions() && z.EncExt(yy3970) { } else { - z.EncFallback(yy3965) + z.EncFallback(yy3970) } } } - if yyr3955 || yy2arr3955 { + if yyr3960 || yy2arr3960 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3968 := z.EncBinary() - _ = yym3968 + yym3973 := z.EncBinary() + _ = yym3973 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -49585,15 +49640,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3969 := z.EncBinary() - _ = yym3969 + yym3974 := z.EncBinary() + _ = yym3974 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3955 || yy2arr3955 { + if yyr3960 || yy2arr3960 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49606,25 +49661,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3970 := z.DecBinary() - _ = yym3970 + yym3975 := z.DecBinary() + _ = yym3975 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3971 := r.ContainerType() - if yyct3971 == codecSelferValueTypeMap1234 { - yyl3971 := r.ReadMapStart() - if yyl3971 == 0 { + yyct3976 := r.ContainerType() + if yyct3976 == codecSelferValueTypeMap1234 { + yyl3976 := r.ReadMapStart() + if yyl3976 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3971, d) + x.codecDecodeSelfFromMap(yyl3976, d) } - } else if yyct3971 == codecSelferValueTypeArray1234 { - yyl3971 := r.ReadArrayStart() - if yyl3971 == 0 { + } else if yyct3976 == codecSelferValueTypeArray1234 { + yyl3976 := r.ReadArrayStart() + if yyl3976 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3971, d) + x.codecDecodeSelfFromArray(yyl3976, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49636,12 +49691,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3972Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3972Slc - var yyhl3972 bool = l >= 0 - for yyj3972 := 0; ; yyj3972++ { - if yyhl3972 { - if yyj3972 >= l { + var yys3977Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3977Slc + var yyhl3977 bool = l >= 0 + for yyj3977 := 0; ; yyj3977++ { + if yyhl3977 { + if yyj3977 >= l { break } } else { @@ -49650,10 +49705,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3972Slc = r.DecodeBytes(yys3972Slc, true, true) - yys3972 := string(yys3972Slc) + yys3977Slc = r.DecodeBytes(yys3977Slc, true, true) + yys3977 := string(yys3977Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3972 { + switch yys3977 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49670,31 +49725,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3975 := &x.ListMeta - yym3976 := z.DecBinary() - _ = yym3976 + yyv3980 := &x.ListMeta + yym3981 := z.DecBinary() + _ = yym3981 if false { - } else if z.HasExtensions() && z.DecExt(yyv3975) { + } else if z.HasExtensions() && z.DecExt(yyv3980) { } else { - z.DecFallback(yyv3975, false) + z.DecFallback(yyv3980, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3977 := &x.Items - yym3978 := z.DecBinary() - _ = yym3978 + yyv3982 := &x.Items + yym3983 := z.DecBinary() + _ = yym3983 if false { } else { - h.decSliceEvent((*[]Event)(yyv3977), d) + h.decSliceEvent((*[]Event)(yyv3982), d) } } default: - z.DecStructFieldNotFound(-1, yys3972) - } // end switch yys3972 - } // end for yyj3972 + z.DecStructFieldNotFound(-1, yys3977) + } // end switch yys3977 + } // end for yyj3977 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49702,16 +49757,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3979 int - var yyb3979 bool - var yyhl3979 bool = l >= 0 - yyj3979++ - if yyhl3979 { - yyb3979 = yyj3979 > l + var yyj3984 int + var yyb3984 bool + var yyhl3984 bool = l >= 0 + yyj3984++ + if yyhl3984 { + yyb3984 = yyj3984 > l } else { - yyb3979 = r.CheckBreak() + yyb3984 = r.CheckBreak() } - if yyb3979 { + if yyb3984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49721,13 +49776,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3979++ - if yyhl3979 { - yyb3979 = yyj3979 > l + yyj3984++ + if yyhl3984 { + yyb3984 = yyj3984 > l } else { - yyb3979 = r.CheckBreak() + yyb3984 = r.CheckBreak() } - if yyb3979 { + if yyb3984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49737,13 +49792,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3979++ - if yyhl3979 { - yyb3979 = yyj3979 > l + yyj3984++ + if yyhl3984 { + yyb3984 = yyj3984 > l } else { - yyb3979 = r.CheckBreak() + yyb3984 = r.CheckBreak() } - if yyb3979 { + if yyb3984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49751,22 +49806,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3982 := &x.ListMeta - yym3983 := z.DecBinary() - _ = yym3983 + yyv3987 := &x.ListMeta + yym3988 := z.DecBinary() + _ = yym3988 if false { - } else if z.HasExtensions() && z.DecExt(yyv3982) { + } else if z.HasExtensions() && z.DecExt(yyv3987) { } else { - z.DecFallback(yyv3982, false) + z.DecFallback(yyv3987, false) } } - yyj3979++ - if yyhl3979 { - yyb3979 = yyj3979 > l + yyj3984++ + if yyhl3984 { + yyb3984 = yyj3984 > l } else { - yyb3979 = r.CheckBreak() + yyb3984 = r.CheckBreak() } - if yyb3979 { + if yyb3984 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49774,26 +49829,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3984 := &x.Items - yym3985 := z.DecBinary() - _ = yym3985 + yyv3989 := &x.Items + yym3990 := z.DecBinary() + _ = yym3990 if false { } else { - h.decSliceEvent((*[]Event)(yyv3984), d) + h.decSliceEvent((*[]Event)(yyv3989), d) } } for { - yyj3979++ - if yyhl3979 { - yyb3979 = yyj3979 > l + yyj3984++ + if yyhl3984 { + yyb3984 = yyj3984 > l } else { - yyb3979 = r.CheckBreak() + yyb3984 = r.CheckBreak() } - if yyb3979 { + if yyb3984 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3979-1, "") + z.DecStructFieldNotFound(yyj3984-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49805,37 +49860,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3986 := z.EncBinary() - _ = yym3986 + yym3991 := z.EncBinary() + _ = yym3991 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3987 := !z.EncBinary() - yy2arr3987 := z.EncBasicHandle().StructToArray - var yyq3987 [4]bool - _, _, _ = yysep3987, yyq3987, yy2arr3987 - const yyr3987 bool = false - yyq3987[0] = x.Kind != "" - yyq3987[1] = x.APIVersion != "" - yyq3987[2] = true - var yynn3987 int - if yyr3987 || yy2arr3987 { + yysep3992 := !z.EncBinary() + yy2arr3992 := z.EncBasicHandle().StructToArray + var yyq3992 [4]bool + _, _, _ = yysep3992, yyq3992, yy2arr3992 + const yyr3992 bool = false + yyq3992[0] = x.Kind != "" + yyq3992[1] = x.APIVersion != "" + yyq3992[2] = true + var yynn3992 int + if yyr3992 || yy2arr3992 { r.EncodeArrayStart(4) } else { - yynn3987 = 1 - for _, b := range yyq3987 { + yynn3992 = 1 + for _, b := range yyq3992 { if b { - yynn3987++ + yynn3992++ } } - r.EncodeMapStart(yynn3987) - yynn3987 = 0 + r.EncodeMapStart(yynn3992) + yynn3992 = 0 } - if yyr3987 || yy2arr3987 { + if yyr3992 || yy2arr3992 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3987[0] { - yym3989 := z.EncBinary() - _ = yym3989 + if yyq3992[0] { + yym3994 := z.EncBinary() + _ = yym3994 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49844,23 +49899,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3987[0] { + if yyq3992[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3990 := z.EncBinary() - _ = yym3990 + yym3995 := z.EncBinary() + _ = yym3995 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3987 || yy2arr3987 { + if yyr3992 || yy2arr3992 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3987[1] { - yym3992 := z.EncBinary() - _ = yym3992 + if yyq3992[1] { + yym3997 := z.EncBinary() + _ = yym3997 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49869,54 +49924,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3987[1] { + if yyq3992[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3993 := z.EncBinary() - _ = yym3993 + yym3998 := z.EncBinary() + _ = yym3998 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3987 || yy2arr3987 { + if yyr3992 || yy2arr3992 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3987[2] { - yy3995 := &x.ListMeta - yym3996 := z.EncBinary() - _ = yym3996 + if yyq3992[2] { + yy4000 := &x.ListMeta + yym4001 := z.EncBinary() + _ = yym4001 if false { - } else if z.HasExtensions() && z.EncExt(yy3995) { + } else if z.HasExtensions() && z.EncExt(yy4000) { } else { - z.EncFallback(yy3995) + z.EncFallback(yy4000) } } else { r.EncodeNil() } } else { - if yyq3987[2] { + if yyq3992[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3997 := &x.ListMeta - yym3998 := z.EncBinary() - _ = yym3998 + yy4002 := &x.ListMeta + yym4003 := z.EncBinary() + _ = yym4003 if false { - } else if z.HasExtensions() && z.EncExt(yy3997) { + } else if z.HasExtensions() && z.EncExt(yy4002) { } else { - z.EncFallback(yy3997) + z.EncFallback(yy4002) } } } - if yyr3987 || yy2arr3987 { + if yyr3992 || yy2arr3992 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4000 := z.EncBinary() - _ = yym4000 + yym4005 := z.EncBinary() + _ = yym4005 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) @@ -49929,15 +49984,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4001 := z.EncBinary() - _ = yym4001 + yym4006 := z.EncBinary() + _ = yym4006 if false { } else { h.encSliceruntime_Object(([]pkg7_runtime.Object)(x.Items), e) } } } - if yyr3987 || yy2arr3987 { + if yyr3992 || yy2arr3992 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49950,25 +50005,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4002 := z.DecBinary() - _ = yym4002 + yym4007 := z.DecBinary() + _ = yym4007 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4003 := r.ContainerType() - if yyct4003 == codecSelferValueTypeMap1234 { - yyl4003 := r.ReadMapStart() - if yyl4003 == 0 { + yyct4008 := r.ContainerType() + if yyct4008 == codecSelferValueTypeMap1234 { + yyl4008 := r.ReadMapStart() + if yyl4008 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4003, d) + x.codecDecodeSelfFromMap(yyl4008, d) } - } else if yyct4003 == codecSelferValueTypeArray1234 { - yyl4003 := r.ReadArrayStart() - if yyl4003 == 0 { + } else if yyct4008 == codecSelferValueTypeArray1234 { + yyl4008 := r.ReadArrayStart() + if yyl4008 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4003, d) + x.codecDecodeSelfFromArray(yyl4008, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49980,12 +50035,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4004Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4004Slc - var yyhl4004 bool = l >= 0 - for yyj4004 := 0; ; yyj4004++ { - if yyhl4004 { - if yyj4004 >= l { + var yys4009Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4009Slc + var yyhl4009 bool = l >= 0 + for yyj4009 := 0; ; yyj4009++ { + if yyhl4009 { + if yyj4009 >= l { break } } else { @@ -49994,10 +50049,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4004Slc = r.DecodeBytes(yys4004Slc, true, true) - yys4004 := string(yys4004Slc) + yys4009Slc = r.DecodeBytes(yys4009Slc, true, true) + yys4009 := string(yys4009Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4004 { + switch yys4009 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50014,31 +50069,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4007 := &x.ListMeta - yym4008 := z.DecBinary() - _ = yym4008 + yyv4012 := &x.ListMeta + yym4013 := z.DecBinary() + _ = yym4013 if false { - } else if z.HasExtensions() && z.DecExt(yyv4007) { + } else if z.HasExtensions() && z.DecExt(yyv4012) { } else { - z.DecFallback(yyv4007, false) + z.DecFallback(yyv4012, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4009 := &x.Items - yym4010 := z.DecBinary() - _ = yym4010 + yyv4014 := &x.Items + yym4015 := z.DecBinary() + _ = yym4015 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4009), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4014), d) } } default: - z.DecStructFieldNotFound(-1, yys4004) - } // end switch yys4004 - } // end for yyj4004 + z.DecStructFieldNotFound(-1, yys4009) + } // end switch yys4009 + } // end for yyj4009 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50046,16 +50101,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4011 int - var yyb4011 bool - var yyhl4011 bool = l >= 0 - yyj4011++ - if yyhl4011 { - yyb4011 = yyj4011 > l + var yyj4016 int + var yyb4016 bool + var yyhl4016 bool = l >= 0 + yyj4016++ + if yyhl4016 { + yyb4016 = yyj4016 > l } else { - yyb4011 = r.CheckBreak() + yyb4016 = r.CheckBreak() } - if yyb4011 { + if yyb4016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50065,13 +50120,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4011++ - if yyhl4011 { - yyb4011 = yyj4011 > l + yyj4016++ + if yyhl4016 { + yyb4016 = yyj4016 > l } else { - yyb4011 = r.CheckBreak() + yyb4016 = r.CheckBreak() } - if yyb4011 { + if yyb4016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50081,13 +50136,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4011++ - if yyhl4011 { - yyb4011 = yyj4011 > l + yyj4016++ + if yyhl4016 { + yyb4016 = yyj4016 > l } else { - yyb4011 = r.CheckBreak() + yyb4016 = r.CheckBreak() } - if yyb4011 { + if yyb4016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50095,22 +50150,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4014 := &x.ListMeta - yym4015 := z.DecBinary() - _ = yym4015 + yyv4019 := &x.ListMeta + yym4020 := z.DecBinary() + _ = yym4020 if false { - } else if z.HasExtensions() && z.DecExt(yyv4014) { + } else if z.HasExtensions() && z.DecExt(yyv4019) { } else { - z.DecFallback(yyv4014, false) + z.DecFallback(yyv4019, false) } } - yyj4011++ - if yyhl4011 { - yyb4011 = yyj4011 > l + yyj4016++ + if yyhl4016 { + yyb4016 = yyj4016 > l } else { - yyb4011 = r.CheckBreak() + yyb4016 = r.CheckBreak() } - if yyb4011 { + if yyb4016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50118,26 +50173,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4016 := &x.Items - yym4017 := z.DecBinary() - _ = yym4017 + yyv4021 := &x.Items + yym4022 := z.DecBinary() + _ = yym4022 if false { } else { - h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4016), d) + h.decSliceruntime_Object((*[]pkg7_runtime.Object)(yyv4021), d) } } for { - yyj4011++ - if yyhl4011 { - yyb4011 = yyj4011 > l + yyj4016++ + if yyhl4016 { + yyb4016 = yyj4016 > l } else { - yyb4011 = r.CheckBreak() + yyb4016 = r.CheckBreak() } - if yyb4011 { + if yyb4016 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4011-1, "") + z.DecStructFieldNotFound(yyj4016-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50146,8 +50201,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4018 := z.EncBinary() - _ = yym4018 + yym4023 := z.EncBinary() + _ = yym4023 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50159,8 +50214,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4019 := z.DecBinary() - _ = yym4019 + yym4024 := z.DecBinary() + _ = yym4024 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50175,53 +50230,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4020 := z.EncBinary() - _ = yym4020 + yym4025 := z.EncBinary() + _ = yym4025 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4021 := !z.EncBinary() - yy2arr4021 := z.EncBasicHandle().StructToArray - var yyq4021 [6]bool - _, _, _ = yysep4021, yyq4021, yy2arr4021 - const yyr4021 bool = false - yyq4021[0] = x.Type != "" - yyq4021[1] = len(x.Max) != 0 - yyq4021[2] = len(x.Min) != 0 - yyq4021[3] = len(x.Default) != 0 - yyq4021[4] = len(x.DefaultRequest) != 0 - yyq4021[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn4021 int - if yyr4021 || yy2arr4021 { + yysep4026 := !z.EncBinary() + yy2arr4026 := z.EncBasicHandle().StructToArray + var yyq4026 [6]bool + _, _, _ = yysep4026, yyq4026, yy2arr4026 + const yyr4026 bool = false + yyq4026[0] = x.Type != "" + yyq4026[1] = len(x.Max) != 0 + yyq4026[2] = len(x.Min) != 0 + yyq4026[3] = len(x.Default) != 0 + yyq4026[4] = len(x.DefaultRequest) != 0 + yyq4026[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn4026 int + if yyr4026 || yy2arr4026 { r.EncodeArrayStart(6) } else { - yynn4021 = 0 - for _, b := range yyq4021 { + yynn4026 = 0 + for _, b := range yyq4026 { if b { - yynn4021++ + yynn4026++ } } - r.EncodeMapStart(yynn4021) - yynn4021 = 0 + r.EncodeMapStart(yynn4026) + yynn4026 = 0 } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[0] { + if yyq4026[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4021[0] { + if yyq4026[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[1] { + if yyq4026[1] { if x.Max == nil { r.EncodeNil() } else { @@ -50231,7 +50286,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4021[1] { + if yyq4026[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50242,9 +50297,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[2] { + if yyq4026[2] { if x.Min == nil { r.EncodeNil() } else { @@ -50254,7 +50309,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4021[2] { + if yyq4026[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50265,9 +50320,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[3] { + if yyq4026[3] { if x.Default == nil { r.EncodeNil() } else { @@ -50277,7 +50332,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4021[3] { + if yyq4026[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50288,9 +50343,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[4] { + if yyq4026[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -50300,7 +50355,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4021[4] { + if yyq4026[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50311,9 +50366,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4021[5] { + if yyq4026[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -50323,7 +50378,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4021[5] { + if yyq4026[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50334,7 +50389,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4021 || yy2arr4021 { + if yyr4026 || yy2arr4026 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50347,25 +50402,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4028 := z.DecBinary() - _ = yym4028 + yym4033 := z.DecBinary() + _ = yym4033 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4029 := r.ContainerType() - if yyct4029 == codecSelferValueTypeMap1234 { - yyl4029 := r.ReadMapStart() - if yyl4029 == 0 { + yyct4034 := r.ContainerType() + if yyct4034 == codecSelferValueTypeMap1234 { + yyl4034 := r.ReadMapStart() + if yyl4034 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4029, d) + x.codecDecodeSelfFromMap(yyl4034, d) } - } else if yyct4029 == codecSelferValueTypeArray1234 { - yyl4029 := r.ReadArrayStart() - if yyl4029 == 0 { + } else if yyct4034 == codecSelferValueTypeArray1234 { + yyl4034 := r.ReadArrayStart() + if yyl4034 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4029, d) + x.codecDecodeSelfFromArray(yyl4034, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50377,12 +50432,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4030Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4030Slc - var yyhl4030 bool = l >= 0 - for yyj4030 := 0; ; yyj4030++ { - if yyhl4030 { - if yyj4030 >= l { + var yys4035Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4035Slc + var yyhl4035 bool = l >= 0 + for yyj4035 := 0; ; yyj4035++ { + if yyhl4035 { + if yyj4035 >= l { break } } else { @@ -50391,10 +50446,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4030Slc = r.DecodeBytes(yys4030Slc, true, true) - yys4030 := string(yys4030Slc) + yys4035Slc = r.DecodeBytes(yys4035Slc, true, true) + yys4035 := string(yys4035Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4030 { + switch yys4035 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -50405,41 +50460,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4032 := &x.Max - yyv4032.CodecDecodeSelf(d) + yyv4037 := &x.Max + yyv4037.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4033 := &x.Min - yyv4033.CodecDecodeSelf(d) + yyv4038 := &x.Min + yyv4038.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4034 := &x.Default - yyv4034.CodecDecodeSelf(d) + yyv4039 := &x.Default + yyv4039.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4035 := &x.DefaultRequest - yyv4035.CodecDecodeSelf(d) + yyv4040 := &x.DefaultRequest + yyv4040.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4036 := &x.MaxLimitRequestRatio - yyv4036.CodecDecodeSelf(d) + yyv4041 := &x.MaxLimitRequestRatio + yyv4041.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4030) - } // end switch yys4030 - } // end for yyj4030 + z.DecStructFieldNotFound(-1, yys4035) + } // end switch yys4035 + } // end for yyj4035 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50447,16 +50502,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4037 int - var yyb4037 bool - var yyhl4037 bool = l >= 0 - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + var yyj4042 int + var yyb4042 bool + var yyhl4042 bool = l >= 0 + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50466,13 +50521,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50480,16 +50535,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv4039 := &x.Max - yyv4039.CodecDecodeSelf(d) + yyv4044 := &x.Max + yyv4044.CodecDecodeSelf(d) } - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50497,16 +50552,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv4040 := &x.Min - yyv4040.CodecDecodeSelf(d) + yyv4045 := &x.Min + yyv4045.CodecDecodeSelf(d) } - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50514,16 +50569,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv4041 := &x.Default - yyv4041.CodecDecodeSelf(d) + yyv4046 := &x.Default + yyv4046.CodecDecodeSelf(d) } - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50531,16 +50586,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv4042 := &x.DefaultRequest - yyv4042.CodecDecodeSelf(d) + yyv4047 := &x.DefaultRequest + yyv4047.CodecDecodeSelf(d) } - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50548,21 +50603,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv4043 := &x.MaxLimitRequestRatio - yyv4043.CodecDecodeSelf(d) + yyv4048 := &x.MaxLimitRequestRatio + yyv4048.CodecDecodeSelf(d) } for { - yyj4037++ - if yyhl4037 { - yyb4037 = yyj4037 > l + yyj4042++ + if yyhl4042 { + yyb4042 = yyj4042 > l } else { - yyb4037 = r.CheckBreak() + yyb4042 = r.CheckBreak() } - if yyb4037 { + if yyb4042 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4037-1, "") + z.DecStructFieldNotFound(yyj4042-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50574,36 +50629,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4044 := z.EncBinary() - _ = yym4044 + yym4049 := z.EncBinary() + _ = yym4049 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4045 := !z.EncBinary() - yy2arr4045 := z.EncBasicHandle().StructToArray - var yyq4045 [1]bool - _, _, _ = yysep4045, yyq4045, yy2arr4045 - const yyr4045 bool = false - var yynn4045 int - if yyr4045 || yy2arr4045 { + yysep4050 := !z.EncBinary() + yy2arr4050 := z.EncBasicHandle().StructToArray + var yyq4050 [1]bool + _, _, _ = yysep4050, yyq4050, yy2arr4050 + const yyr4050 bool = false + var yynn4050 int + if yyr4050 || yy2arr4050 { r.EncodeArrayStart(1) } else { - yynn4045 = 1 - for _, b := range yyq4045 { + yynn4050 = 1 + for _, b := range yyq4050 { if b { - yynn4045++ + yynn4050++ } } - r.EncodeMapStart(yynn4045) - yynn4045 = 0 + r.EncodeMapStart(yynn4050) + yynn4050 = 0 } - if yyr4045 || yy2arr4045 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym4047 := z.EncBinary() - _ = yym4047 + yym4052 := z.EncBinary() + _ = yym4052 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -50616,15 +50671,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym4048 := z.EncBinary() - _ = yym4048 + yym4053 := z.EncBinary() + _ = yym4053 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr4045 || yy2arr4045 { + if yyr4050 || yy2arr4050 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50637,25 +50692,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4049 := z.DecBinary() - _ = yym4049 + yym4054 := z.DecBinary() + _ = yym4054 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4050 := r.ContainerType() - if yyct4050 == codecSelferValueTypeMap1234 { - yyl4050 := r.ReadMapStart() - if yyl4050 == 0 { + yyct4055 := r.ContainerType() + if yyct4055 == codecSelferValueTypeMap1234 { + yyl4055 := r.ReadMapStart() + if yyl4055 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4050, d) + x.codecDecodeSelfFromMap(yyl4055, d) } - } else if yyct4050 == codecSelferValueTypeArray1234 { - yyl4050 := r.ReadArrayStart() - if yyl4050 == 0 { + } else if yyct4055 == codecSelferValueTypeArray1234 { + yyl4055 := r.ReadArrayStart() + if yyl4055 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4050, d) + x.codecDecodeSelfFromArray(yyl4055, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50667,12 +50722,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4051Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4051Slc - var yyhl4051 bool = l >= 0 - for yyj4051 := 0; ; yyj4051++ { - if yyhl4051 { - if yyj4051 >= l { + var yys4056Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4056Slc + var yyhl4056 bool = l >= 0 + for yyj4056 := 0; ; yyj4056++ { + if yyhl4056 { + if yyj4056 >= l { break } } else { @@ -50681,26 +50736,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4051Slc = r.DecodeBytes(yys4051Slc, true, true) - yys4051 := string(yys4051Slc) + yys4056Slc = r.DecodeBytes(yys4056Slc, true, true) + yys4056 := string(yys4056Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4051 { + switch yys4056 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4052 := &x.Limits - yym4053 := z.DecBinary() - _ = yym4053 + yyv4057 := &x.Limits + yym4058 := z.DecBinary() + _ = yym4058 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4052), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4057), d) } } default: - z.DecStructFieldNotFound(-1, yys4051) - } // end switch yys4051 - } // end for yyj4051 + z.DecStructFieldNotFound(-1, yys4056) + } // end switch yys4056 + } // end for yyj4056 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50708,16 +50763,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4054 int - var yyb4054 bool - var yyhl4054 bool = l >= 0 - yyj4054++ - if yyhl4054 { - yyb4054 = yyj4054 > l + var yyj4059 int + var yyb4059 bool + var yyhl4059 bool = l >= 0 + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4054 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4054 { + if yyb4059 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50725,26 +50780,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv4055 := &x.Limits - yym4056 := z.DecBinary() - _ = yym4056 + yyv4060 := &x.Limits + yym4061 := z.DecBinary() + _ = yym4061 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4055), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv4060), d) } } for { - yyj4054++ - if yyhl4054 { - yyb4054 = yyj4054 > l + yyj4059++ + if yyhl4059 { + yyb4059 = yyj4059 > l } else { - yyb4054 = r.CheckBreak() + yyb4059 = r.CheckBreak() } - if yyb4054 { + if yyb4059 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4054-1, "") + z.DecStructFieldNotFound(yyj4059-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50756,38 +50811,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4057 := z.EncBinary() - _ = yym4057 + yym4062 := z.EncBinary() + _ = yym4062 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4058 := !z.EncBinary() - yy2arr4058 := z.EncBasicHandle().StructToArray - var yyq4058 [4]bool - _, _, _ = yysep4058, yyq4058, yy2arr4058 - const yyr4058 bool = false - yyq4058[0] = x.Kind != "" - yyq4058[1] = x.APIVersion != "" - yyq4058[2] = true - yyq4058[3] = true - var yynn4058 int - if yyr4058 || yy2arr4058 { + yysep4063 := !z.EncBinary() + yy2arr4063 := z.EncBasicHandle().StructToArray + var yyq4063 [4]bool + _, _, _ = yysep4063, yyq4063, yy2arr4063 + const yyr4063 bool = false + yyq4063[0] = x.Kind != "" + yyq4063[1] = x.APIVersion != "" + yyq4063[2] = true + yyq4063[3] = true + var yynn4063 int + if yyr4063 || yy2arr4063 { r.EncodeArrayStart(4) } else { - yynn4058 = 0 - for _, b := range yyq4058 { + yynn4063 = 0 + for _, b := range yyq4063 { if b { - yynn4058++ + yynn4063++ } } - r.EncodeMapStart(yynn4058) - yynn4058 = 0 + r.EncodeMapStart(yynn4063) + yynn4063 = 0 } - if yyr4058 || yy2arr4058 { + if yyr4063 || yy2arr4063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4058[0] { - yym4060 := z.EncBinary() - _ = yym4060 + if yyq4063[0] { + yym4065 := z.EncBinary() + _ = yym4065 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50796,23 +50851,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4058[0] { + if yyq4063[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4061 := z.EncBinary() - _ = yym4061 + yym4066 := z.EncBinary() + _ = yym4066 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4058 || yy2arr4058 { + if yyr4063 || yy2arr4063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4058[1] { - yym4063 := z.EncBinary() - _ = yym4063 + if yyq4063[1] { + yym4068 := z.EncBinary() + _ = yym4068 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50821,53 +50876,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4058[1] { + if yyq4063[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4064 := z.EncBinary() - _ = yym4064 + yym4069 := z.EncBinary() + _ = yym4069 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4058 || yy2arr4058 { + if yyr4063 || yy2arr4063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4058[2] { - yy4066 := &x.ObjectMeta - yy4066.CodecEncodeSelf(e) + if yyq4063[2] { + yy4071 := &x.ObjectMeta + yy4071.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4058[2] { + if yyq4063[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4067 := &x.ObjectMeta - yy4067.CodecEncodeSelf(e) + yy4072 := &x.ObjectMeta + yy4072.CodecEncodeSelf(e) } } - if yyr4058 || yy2arr4058 { + if yyr4063 || yy2arr4063 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4058[3] { - yy4069 := &x.Spec - yy4069.CodecEncodeSelf(e) + if yyq4063[3] { + yy4074 := &x.Spec + yy4074.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4058[3] { + if yyq4063[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4070 := &x.Spec - yy4070.CodecEncodeSelf(e) + yy4075 := &x.Spec + yy4075.CodecEncodeSelf(e) } } - if yyr4058 || yy2arr4058 { + if yyr4063 || yy2arr4063 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50880,25 +50935,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4071 := z.DecBinary() - _ = yym4071 + yym4076 := z.DecBinary() + _ = yym4076 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4072 := r.ContainerType() - if yyct4072 == codecSelferValueTypeMap1234 { - yyl4072 := r.ReadMapStart() - if yyl4072 == 0 { + yyct4077 := r.ContainerType() + if yyct4077 == codecSelferValueTypeMap1234 { + yyl4077 := r.ReadMapStart() + if yyl4077 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4072, d) + x.codecDecodeSelfFromMap(yyl4077, d) } - } else if yyct4072 == codecSelferValueTypeArray1234 { - yyl4072 := r.ReadArrayStart() - if yyl4072 == 0 { + } else if yyct4077 == codecSelferValueTypeArray1234 { + yyl4077 := r.ReadArrayStart() + if yyl4077 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4072, d) + x.codecDecodeSelfFromArray(yyl4077, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50910,12 +50965,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4073Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4073Slc - var yyhl4073 bool = l >= 0 - for yyj4073 := 0; ; yyj4073++ { - if yyhl4073 { - if yyj4073 >= l { + var yys4078Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4078Slc + var yyhl4078 bool = l >= 0 + for yyj4078 := 0; ; yyj4078++ { + if yyhl4078 { + if yyj4078 >= l { break } } else { @@ -50924,10 +50979,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4073Slc = r.DecodeBytes(yys4073Slc, true, true) - yys4073 := string(yys4073Slc) + yys4078Slc = r.DecodeBytes(yys4078Slc, true, true) + yys4078 := string(yys4078Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4073 { + switch yys4078 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50944,20 +50999,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4076 := &x.ObjectMeta - yyv4076.CodecDecodeSelf(d) + yyv4081 := &x.ObjectMeta + yyv4081.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4077 := &x.Spec - yyv4077.CodecDecodeSelf(d) + yyv4082 := &x.Spec + yyv4082.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4073) - } // end switch yys4073 - } // end for yyj4073 + z.DecStructFieldNotFound(-1, yys4078) + } // end switch yys4078 + } // end for yyj4078 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50965,16 +51020,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4078 int - var yyb4078 bool - var yyhl4078 bool = l >= 0 - yyj4078++ - if yyhl4078 { - yyb4078 = yyj4078 > l + var yyj4083 int + var yyb4083 bool + var yyhl4083 bool = l >= 0 + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4078 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4078 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50984,13 +51039,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4078++ - if yyhl4078 { - yyb4078 = yyj4078 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4078 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4078 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51000,13 +51055,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4078++ - if yyhl4078 { - yyb4078 = yyj4078 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4078 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4078 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51014,16 +51069,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4081 := &x.ObjectMeta - yyv4081.CodecDecodeSelf(d) + yyv4086 := &x.ObjectMeta + yyv4086.CodecDecodeSelf(d) } - yyj4078++ - if yyhl4078 { - yyb4078 = yyj4078 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4078 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4078 { + if yyb4083 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51031,21 +51086,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4082 := &x.Spec - yyv4082.CodecDecodeSelf(d) + yyv4087 := &x.Spec + yyv4087.CodecDecodeSelf(d) } for { - yyj4078++ - if yyhl4078 { - yyb4078 = yyj4078 > l + yyj4083++ + if yyhl4083 { + yyb4083 = yyj4083 > l } else { - yyb4078 = r.CheckBreak() + yyb4083 = r.CheckBreak() } - if yyb4078 { + if yyb4083 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4078-1, "") + z.DecStructFieldNotFound(yyj4083-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51057,37 +51112,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4083 := z.EncBinary() - _ = yym4083 + yym4088 := z.EncBinary() + _ = yym4088 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4084 := !z.EncBinary() - yy2arr4084 := z.EncBasicHandle().StructToArray - var yyq4084 [4]bool - _, _, _ = yysep4084, yyq4084, yy2arr4084 - const yyr4084 bool = false - yyq4084[0] = x.Kind != "" - yyq4084[1] = x.APIVersion != "" - yyq4084[2] = true - var yynn4084 int - if yyr4084 || yy2arr4084 { + yysep4089 := !z.EncBinary() + yy2arr4089 := z.EncBasicHandle().StructToArray + var yyq4089 [4]bool + _, _, _ = yysep4089, yyq4089, yy2arr4089 + const yyr4089 bool = false + yyq4089[0] = x.Kind != "" + yyq4089[1] = x.APIVersion != "" + yyq4089[2] = true + var yynn4089 int + if yyr4089 || yy2arr4089 { r.EncodeArrayStart(4) } else { - yynn4084 = 1 - for _, b := range yyq4084 { + yynn4089 = 1 + for _, b := range yyq4089 { if b { - yynn4084++ + yynn4089++ } } - r.EncodeMapStart(yynn4084) - yynn4084 = 0 + r.EncodeMapStart(yynn4089) + yynn4089 = 0 } - if yyr4084 || yy2arr4084 { + if yyr4089 || yy2arr4089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4084[0] { - yym4086 := z.EncBinary() - _ = yym4086 + if yyq4089[0] { + yym4091 := z.EncBinary() + _ = yym4091 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51096,23 +51151,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4084[0] { + if yyq4089[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4087 := z.EncBinary() - _ = yym4087 + yym4092 := z.EncBinary() + _ = yym4092 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4084 || yy2arr4084 { + if yyr4089 || yy2arr4089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4084[1] { - yym4089 := z.EncBinary() - _ = yym4089 + if yyq4089[1] { + yym4094 := z.EncBinary() + _ = yym4094 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51121,54 +51176,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4084[1] { + if yyq4089[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4090 := z.EncBinary() - _ = yym4090 + yym4095 := z.EncBinary() + _ = yym4095 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4084 || yy2arr4084 { + if yyr4089 || yy2arr4089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4084[2] { - yy4092 := &x.ListMeta - yym4093 := z.EncBinary() - _ = yym4093 + if yyq4089[2] { + yy4097 := &x.ListMeta + yym4098 := z.EncBinary() + _ = yym4098 if false { - } else if z.HasExtensions() && z.EncExt(yy4092) { + } else if z.HasExtensions() && z.EncExt(yy4097) { } else { - z.EncFallback(yy4092) + z.EncFallback(yy4097) } } else { r.EncodeNil() } } else { - if yyq4084[2] { + if yyq4089[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4094 := &x.ListMeta - yym4095 := z.EncBinary() - _ = yym4095 + yy4099 := &x.ListMeta + yym4100 := z.EncBinary() + _ = yym4100 if false { - } else if z.HasExtensions() && z.EncExt(yy4094) { + } else if z.HasExtensions() && z.EncExt(yy4099) { } else { - z.EncFallback(yy4094) + z.EncFallback(yy4099) } } } - if yyr4084 || yy2arr4084 { + if yyr4089 || yy2arr4089 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4097 := z.EncBinary() - _ = yym4097 + yym4102 := z.EncBinary() + _ = yym4102 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -51181,15 +51236,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4098 := z.EncBinary() - _ = yym4098 + yym4103 := z.EncBinary() + _ = yym4103 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4084 || yy2arr4084 { + if yyr4089 || yy2arr4089 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51202,25 +51257,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4099 := z.DecBinary() - _ = yym4099 + yym4104 := z.DecBinary() + _ = yym4104 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4100 := r.ContainerType() - if yyct4100 == codecSelferValueTypeMap1234 { - yyl4100 := r.ReadMapStart() - if yyl4100 == 0 { + yyct4105 := r.ContainerType() + if yyct4105 == codecSelferValueTypeMap1234 { + yyl4105 := r.ReadMapStart() + if yyl4105 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4100, d) + x.codecDecodeSelfFromMap(yyl4105, d) } - } else if yyct4100 == codecSelferValueTypeArray1234 { - yyl4100 := r.ReadArrayStart() - if yyl4100 == 0 { + } else if yyct4105 == codecSelferValueTypeArray1234 { + yyl4105 := r.ReadArrayStart() + if yyl4105 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4100, d) + x.codecDecodeSelfFromArray(yyl4105, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51232,12 +51287,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4101Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4101Slc - var yyhl4101 bool = l >= 0 - for yyj4101 := 0; ; yyj4101++ { - if yyhl4101 { - if yyj4101 >= l { + var yys4106Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4106Slc + var yyhl4106 bool = l >= 0 + for yyj4106 := 0; ; yyj4106++ { + if yyhl4106 { + if yyj4106 >= l { break } } else { @@ -51246,10 +51301,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4101Slc = r.DecodeBytes(yys4101Slc, true, true) - yys4101 := string(yys4101Slc) + yys4106Slc = r.DecodeBytes(yys4106Slc, true, true) + yys4106 := string(yys4106Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4101 { + switch yys4106 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51266,31 +51321,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4104 := &x.ListMeta - yym4105 := z.DecBinary() - _ = yym4105 + yyv4109 := &x.ListMeta + yym4110 := z.DecBinary() + _ = yym4110 if false { - } else if z.HasExtensions() && z.DecExt(yyv4104) { + } else if z.HasExtensions() && z.DecExt(yyv4109) { } else { - z.DecFallback(yyv4104, false) + z.DecFallback(yyv4109, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4106 := &x.Items - yym4107 := z.DecBinary() - _ = yym4107 + yyv4111 := &x.Items + yym4112 := z.DecBinary() + _ = yym4112 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4106), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4111), d) } } default: - z.DecStructFieldNotFound(-1, yys4101) - } // end switch yys4101 - } // end for yyj4101 + z.DecStructFieldNotFound(-1, yys4106) + } // end switch yys4106 + } // end for yyj4106 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51298,16 +51353,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4108 int - var yyb4108 bool - var yyhl4108 bool = l >= 0 - yyj4108++ - if yyhl4108 { - yyb4108 = yyj4108 > l + var yyj4113 int + var yyb4113 bool + var yyhl4113 bool = l >= 0 + yyj4113++ + if yyhl4113 { + yyb4113 = yyj4113 > l } else { - yyb4108 = r.CheckBreak() + yyb4113 = r.CheckBreak() } - if yyb4108 { + if yyb4113 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51317,13 +51372,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4108++ - if yyhl4108 { - yyb4108 = yyj4108 > l + yyj4113++ + if yyhl4113 { + yyb4113 = yyj4113 > l } else { - yyb4108 = r.CheckBreak() + yyb4113 = r.CheckBreak() } - if yyb4108 { + if yyb4113 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51333,13 +51388,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4108++ - if yyhl4108 { - yyb4108 = yyj4108 > l + yyj4113++ + if yyhl4113 { + yyb4113 = yyj4113 > l } else { - yyb4108 = r.CheckBreak() + yyb4113 = r.CheckBreak() } - if yyb4108 { + if yyb4113 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51347,22 +51402,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4111 := &x.ListMeta - yym4112 := z.DecBinary() - _ = yym4112 + yyv4116 := &x.ListMeta + yym4117 := z.DecBinary() + _ = yym4117 if false { - } else if z.HasExtensions() && z.DecExt(yyv4111) { + } else if z.HasExtensions() && z.DecExt(yyv4116) { } else { - z.DecFallback(yyv4111, false) + z.DecFallback(yyv4116, false) } } - yyj4108++ - if yyhl4108 { - yyb4108 = yyj4108 > l + yyj4113++ + if yyhl4113 { + yyb4113 = yyj4113 > l } else { - yyb4108 = r.CheckBreak() + yyb4113 = r.CheckBreak() } - if yyb4108 { + if yyb4113 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51370,26 +51425,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4113 := &x.Items - yym4114 := z.DecBinary() - _ = yym4114 + yyv4118 := &x.Items + yym4119 := z.DecBinary() + _ = yym4119 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4113), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4118), d) } } for { - yyj4108++ - if yyhl4108 { - yyb4108 = yyj4108 > l + yyj4113++ + if yyhl4113 { + yyb4113 = yyj4113 > l } else { - yyb4108 = r.CheckBreak() + yyb4113 = r.CheckBreak() } - if yyb4108 { + if yyb4113 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4108-1, "") + z.DecStructFieldNotFound(yyj4113-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51398,8 +51453,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4115 := z.EncBinary() - _ = yym4115 + yym4120 := z.EncBinary() + _ = yym4120 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -51411,8 +51466,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4116 := z.DecBinary() - _ = yym4116 + yym4121 := z.DecBinary() + _ = yym4121 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -51427,34 +51482,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4117 := z.EncBinary() - _ = yym4117 + yym4122 := z.EncBinary() + _ = yym4122 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4118 := !z.EncBinary() - yy2arr4118 := z.EncBasicHandle().StructToArray - var yyq4118 [2]bool - _, _, _ = yysep4118, yyq4118, yy2arr4118 - const yyr4118 bool = false - yyq4118[0] = len(x.Hard) != 0 - yyq4118[1] = len(x.Scopes) != 0 - var yynn4118 int - if yyr4118 || yy2arr4118 { + yysep4123 := !z.EncBinary() + yy2arr4123 := z.EncBasicHandle().StructToArray + var yyq4123 [2]bool + _, _, _ = yysep4123, yyq4123, yy2arr4123 + const yyr4123 bool = false + yyq4123[0] = len(x.Hard) != 0 + yyq4123[1] = len(x.Scopes) != 0 + var yynn4123 int + if yyr4123 || yy2arr4123 { r.EncodeArrayStart(2) } else { - yynn4118 = 0 - for _, b := range yyq4118 { + yynn4123 = 0 + for _, b := range yyq4123 { if b { - yynn4118++ + yynn4123++ } } - r.EncodeMapStart(yynn4118) - yynn4118 = 0 + r.EncodeMapStart(yynn4123) + yynn4123 = 0 } - if yyr4118 || yy2arr4118 { + if yyr4123 || yy2arr4123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4118[0] { + if yyq4123[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51464,7 +51519,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4118[0] { + if yyq4123[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51475,14 +51530,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4118 || yy2arr4118 { + if yyr4123 || yy2arr4123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4118[1] { + if yyq4123[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4121 := z.EncBinary() - _ = yym4121 + yym4126 := z.EncBinary() + _ = yym4126 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51492,15 +51547,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4118[1] { + if yyq4123[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4122 := z.EncBinary() - _ = yym4122 + yym4127 := z.EncBinary() + _ = yym4127 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -51508,7 +51563,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4118 || yy2arr4118 { + if yyr4123 || yy2arr4123 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51521,25 +51576,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4123 := z.DecBinary() - _ = yym4123 + yym4128 := z.DecBinary() + _ = yym4128 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4124 := r.ContainerType() - if yyct4124 == codecSelferValueTypeMap1234 { - yyl4124 := r.ReadMapStart() - if yyl4124 == 0 { + yyct4129 := r.ContainerType() + if yyct4129 == codecSelferValueTypeMap1234 { + yyl4129 := r.ReadMapStart() + if yyl4129 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4124, d) + x.codecDecodeSelfFromMap(yyl4129, d) } - } else if yyct4124 == codecSelferValueTypeArray1234 { - yyl4124 := r.ReadArrayStart() - if yyl4124 == 0 { + } else if yyct4129 == codecSelferValueTypeArray1234 { + yyl4129 := r.ReadArrayStart() + if yyl4129 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4124, d) + x.codecDecodeSelfFromArray(yyl4129, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51551,12 +51606,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4125Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4125Slc - var yyhl4125 bool = l >= 0 - for yyj4125 := 0; ; yyj4125++ { - if yyhl4125 { - if yyj4125 >= l { + var yys4130Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4130Slc + var yyhl4130 bool = l >= 0 + for yyj4130 := 0; ; yyj4130++ { + if yyhl4130 { + if yyj4130 >= l { break } } else { @@ -51565,33 +51620,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4125Slc = r.DecodeBytes(yys4125Slc, true, true) - yys4125 := string(yys4125Slc) + yys4130Slc = r.DecodeBytes(yys4130Slc, true, true) + yys4130 := string(yys4130Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4125 { + switch yys4130 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4126 := &x.Hard - yyv4126.CodecDecodeSelf(d) + yyv4131 := &x.Hard + yyv4131.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4127 := &x.Scopes - yym4128 := z.DecBinary() - _ = yym4128 + yyv4132 := &x.Scopes + yym4133 := z.DecBinary() + _ = yym4133 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4127), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4132), d) } } default: - z.DecStructFieldNotFound(-1, yys4125) - } // end switch yys4125 - } // end for yyj4125 + z.DecStructFieldNotFound(-1, yys4130) + } // end switch yys4130 + } // end for yyj4130 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51599,16 +51654,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4129 int - var yyb4129 bool - var yyhl4129 bool = l >= 0 - yyj4129++ - if yyhl4129 { - yyb4129 = yyj4129 > l + var yyj4134 int + var yyb4134 bool + var yyhl4134 bool = l >= 0 + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4129 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4129 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51616,16 +51671,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4130 := &x.Hard - yyv4130.CodecDecodeSelf(d) + yyv4135 := &x.Hard + yyv4135.CodecDecodeSelf(d) } - yyj4129++ - if yyhl4129 { - yyb4129 = yyj4129 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4129 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4129 { + if yyb4134 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51633,26 +51688,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4131 := &x.Scopes - yym4132 := z.DecBinary() - _ = yym4132 + yyv4136 := &x.Scopes + yym4137 := z.DecBinary() + _ = yym4137 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4131), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4136), d) } } for { - yyj4129++ - if yyhl4129 { - yyb4129 = yyj4129 > l + yyj4134++ + if yyhl4134 { + yyb4134 = yyj4134 > l } else { - yyb4129 = r.CheckBreak() + yyb4134 = r.CheckBreak() } - if yyb4129 { + if yyb4134 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4129-1, "") + z.DecStructFieldNotFound(yyj4134-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51664,34 +51719,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4133 := z.EncBinary() - _ = yym4133 + yym4138 := z.EncBinary() + _ = yym4138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4134 := !z.EncBinary() - yy2arr4134 := z.EncBasicHandle().StructToArray - var yyq4134 [2]bool - _, _, _ = yysep4134, yyq4134, yy2arr4134 - const yyr4134 bool = false - yyq4134[0] = len(x.Hard) != 0 - yyq4134[1] = len(x.Used) != 0 - var yynn4134 int - if yyr4134 || yy2arr4134 { + yysep4139 := !z.EncBinary() + yy2arr4139 := z.EncBasicHandle().StructToArray + var yyq4139 [2]bool + _, _, _ = yysep4139, yyq4139, yy2arr4139 + const yyr4139 bool = false + yyq4139[0] = len(x.Hard) != 0 + yyq4139[1] = len(x.Used) != 0 + var yynn4139 int + if yyr4139 || yy2arr4139 { r.EncodeArrayStart(2) } else { - yynn4134 = 0 - for _, b := range yyq4134 { + yynn4139 = 0 + for _, b := range yyq4139 { if b { - yynn4134++ + yynn4139++ } } - r.EncodeMapStart(yynn4134) - yynn4134 = 0 + r.EncodeMapStart(yynn4139) + yynn4139 = 0 } - if yyr4134 || yy2arr4134 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4134[0] { + if yyq4139[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51701,7 +51756,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4134[0] { + if yyq4139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51712,9 +51767,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4134 || yy2arr4134 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4134[1] { + if yyq4139[1] { if x.Used == nil { r.EncodeNil() } else { @@ -51724,7 +51779,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4134[1] { + if yyq4139[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51735,7 +51790,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4134 || yy2arr4134 { + if yyr4139 || yy2arr4139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51748,25 +51803,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4137 := z.DecBinary() - _ = yym4137 + yym4142 := z.DecBinary() + _ = yym4142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4138 := r.ContainerType() - if yyct4138 == codecSelferValueTypeMap1234 { - yyl4138 := r.ReadMapStart() - if yyl4138 == 0 { + yyct4143 := r.ContainerType() + if yyct4143 == codecSelferValueTypeMap1234 { + yyl4143 := r.ReadMapStart() + if yyl4143 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4138, d) + x.codecDecodeSelfFromMap(yyl4143, d) } - } else if yyct4138 == codecSelferValueTypeArray1234 { - yyl4138 := r.ReadArrayStart() - if yyl4138 == 0 { + } else if yyct4143 == codecSelferValueTypeArray1234 { + yyl4143 := r.ReadArrayStart() + if yyl4143 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4138, d) + x.codecDecodeSelfFromArray(yyl4143, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51778,12 +51833,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4139Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4139Slc - var yyhl4139 bool = l >= 0 - for yyj4139 := 0; ; yyj4139++ { - if yyhl4139 { - if yyj4139 >= l { + var yys4144Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4144Slc + var yyhl4144 bool = l >= 0 + for yyj4144 := 0; ; yyj4144++ { + if yyhl4144 { + if yyj4144 >= l { break } } else { @@ -51792,28 +51847,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4139Slc = r.DecodeBytes(yys4139Slc, true, true) - yys4139 := string(yys4139Slc) + yys4144Slc = r.DecodeBytes(yys4144Slc, true, true) + yys4144 := string(yys4144Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4139 { + switch yys4144 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4140 := &x.Hard - yyv4140.CodecDecodeSelf(d) + yyv4145 := &x.Hard + yyv4145.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4141 := &x.Used - yyv4141.CodecDecodeSelf(d) + yyv4146 := &x.Used + yyv4146.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4139) - } // end switch yys4139 - } // end for yyj4139 + z.DecStructFieldNotFound(-1, yys4144) + } // end switch yys4144 + } // end for yyj4144 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51821,16 +51876,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4142 int - var yyb4142 bool - var yyhl4142 bool = l >= 0 - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + var yyj4147 int + var yyb4147 bool + var yyhl4147 bool = l >= 0 + yyj4147++ + if yyhl4147 { + yyb4147 = yyj4147 > l } else { - yyb4142 = r.CheckBreak() + yyb4147 = r.CheckBreak() } - if yyb4142 { + if yyb4147 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51838,16 +51893,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4143 := &x.Hard - yyv4143.CodecDecodeSelf(d) + yyv4148 := &x.Hard + yyv4148.CodecDecodeSelf(d) } - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4147++ + if yyhl4147 { + yyb4147 = yyj4147 > l } else { - yyb4142 = r.CheckBreak() + yyb4147 = r.CheckBreak() } - if yyb4142 { + if yyb4147 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51855,21 +51910,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4144 := &x.Used - yyv4144.CodecDecodeSelf(d) + yyv4149 := &x.Used + yyv4149.CodecDecodeSelf(d) } for { - yyj4142++ - if yyhl4142 { - yyb4142 = yyj4142 > l + yyj4147++ + if yyhl4147 { + yyb4147 = yyj4147 > l } else { - yyb4142 = r.CheckBreak() + yyb4147 = r.CheckBreak() } - if yyb4142 { + if yyb4147 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4142-1, "") + z.DecStructFieldNotFound(yyj4147-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51881,39 +51936,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4145 := z.EncBinary() - _ = yym4145 + yym4150 := z.EncBinary() + _ = yym4150 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4146 := !z.EncBinary() - yy2arr4146 := z.EncBasicHandle().StructToArray - var yyq4146 [5]bool - _, _, _ = yysep4146, yyq4146, yy2arr4146 - const yyr4146 bool = false - yyq4146[0] = x.Kind != "" - yyq4146[1] = x.APIVersion != "" - yyq4146[2] = true - yyq4146[3] = true - yyq4146[4] = true - var yynn4146 int - if yyr4146 || yy2arr4146 { + yysep4151 := !z.EncBinary() + yy2arr4151 := z.EncBasicHandle().StructToArray + var yyq4151 [5]bool + _, _, _ = yysep4151, yyq4151, yy2arr4151 + const yyr4151 bool = false + yyq4151[0] = x.Kind != "" + yyq4151[1] = x.APIVersion != "" + yyq4151[2] = true + yyq4151[3] = true + yyq4151[4] = true + var yynn4151 int + if yyr4151 || yy2arr4151 { r.EncodeArrayStart(5) } else { - yynn4146 = 0 - for _, b := range yyq4146 { + yynn4151 = 0 + for _, b := range yyq4151 { if b { - yynn4146++ + yynn4151++ } } - r.EncodeMapStart(yynn4146) - yynn4146 = 0 + r.EncodeMapStart(yynn4151) + yynn4151 = 0 } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4146[0] { - yym4148 := z.EncBinary() - _ = yym4148 + if yyq4151[0] { + yym4153 := z.EncBinary() + _ = yym4153 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51922,23 +51977,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4146[0] { + if yyq4151[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4149 := z.EncBinary() - _ = yym4149 + yym4154 := z.EncBinary() + _ = yym4154 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4146[1] { - yym4151 := z.EncBinary() - _ = yym4151 + if yyq4151[1] { + yym4156 := z.EncBinary() + _ = yym4156 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51947,70 +52002,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4146[1] { + if yyq4151[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4152 := z.EncBinary() - _ = yym4152 + yym4157 := z.EncBinary() + _ = yym4157 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4146[2] { - yy4154 := &x.ObjectMeta - yy4154.CodecEncodeSelf(e) + if yyq4151[2] { + yy4159 := &x.ObjectMeta + yy4159.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4146[2] { + if yyq4151[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4155 := &x.ObjectMeta - yy4155.CodecEncodeSelf(e) + yy4160 := &x.ObjectMeta + yy4160.CodecEncodeSelf(e) } } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4146[3] { - yy4157 := &x.Spec - yy4157.CodecEncodeSelf(e) + if yyq4151[3] { + yy4162 := &x.Spec + yy4162.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4146[3] { + if yyq4151[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4158 := &x.Spec - yy4158.CodecEncodeSelf(e) + yy4163 := &x.Spec + yy4163.CodecEncodeSelf(e) } } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4146[4] { - yy4160 := &x.Status - yy4160.CodecEncodeSelf(e) + if yyq4151[4] { + yy4165 := &x.Status + yy4165.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4146[4] { + if yyq4151[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4161 := &x.Status - yy4161.CodecEncodeSelf(e) + yy4166 := &x.Status + yy4166.CodecEncodeSelf(e) } } - if yyr4146 || yy2arr4146 { + if yyr4151 || yy2arr4151 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52023,25 +52078,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4162 := z.DecBinary() - _ = yym4162 + yym4167 := z.DecBinary() + _ = yym4167 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4163 := r.ContainerType() - if yyct4163 == codecSelferValueTypeMap1234 { - yyl4163 := r.ReadMapStart() - if yyl4163 == 0 { + yyct4168 := r.ContainerType() + if yyct4168 == codecSelferValueTypeMap1234 { + yyl4168 := r.ReadMapStart() + if yyl4168 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4163, d) + x.codecDecodeSelfFromMap(yyl4168, d) } - } else if yyct4163 == codecSelferValueTypeArray1234 { - yyl4163 := r.ReadArrayStart() - if yyl4163 == 0 { + } else if yyct4168 == codecSelferValueTypeArray1234 { + yyl4168 := r.ReadArrayStart() + if yyl4168 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4163, d) + x.codecDecodeSelfFromArray(yyl4168, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52053,12 +52108,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4164Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4164Slc - var yyhl4164 bool = l >= 0 - for yyj4164 := 0; ; yyj4164++ { - if yyhl4164 { - if yyj4164 >= l { + var yys4169Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4169Slc + var yyhl4169 bool = l >= 0 + for yyj4169 := 0; ; yyj4169++ { + if yyhl4169 { + if yyj4169 >= l { break } } else { @@ -52067,10 +52122,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4164Slc = r.DecodeBytes(yys4164Slc, true, true) - yys4164 := string(yys4164Slc) + yys4169Slc = r.DecodeBytes(yys4169Slc, true, true) + yys4169 := string(yys4169Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4164 { + switch yys4169 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52087,27 +52142,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4167 := &x.ObjectMeta - yyv4167.CodecDecodeSelf(d) + yyv4172 := &x.ObjectMeta + yyv4172.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4168 := &x.Spec - yyv4168.CodecDecodeSelf(d) + yyv4173 := &x.Spec + yyv4173.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4169 := &x.Status - yyv4169.CodecDecodeSelf(d) + yyv4174 := &x.Status + yyv4174.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4164) - } // end switch yys4164 - } // end for yyj4164 + z.DecStructFieldNotFound(-1, yys4169) + } // end switch yys4169 + } // end for yyj4169 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52115,16 +52170,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4170 int - var yyb4170 bool - var yyhl4170 bool = l >= 0 - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + var yyj4175 int + var yyb4175 bool + var yyhl4175 bool = l >= 0 + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52134,13 +52189,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52150,13 +52205,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52164,16 +52219,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4173 := &x.ObjectMeta - yyv4173.CodecDecodeSelf(d) + yyv4178 := &x.ObjectMeta + yyv4178.CodecDecodeSelf(d) } - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52181,16 +52236,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4174 := &x.Spec - yyv4174.CodecDecodeSelf(d) + yyv4179 := &x.Spec + yyv4179.CodecDecodeSelf(d) } - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52198,21 +52253,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4175 := &x.Status - yyv4175.CodecDecodeSelf(d) + yyv4180 := &x.Status + yyv4180.CodecDecodeSelf(d) } for { - yyj4170++ - if yyhl4170 { - yyb4170 = yyj4170 > l + yyj4175++ + if yyhl4175 { + yyb4175 = yyj4175 > l } else { - yyb4170 = r.CheckBreak() + yyb4175 = r.CheckBreak() } - if yyb4170 { + if yyb4175 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4170-1, "") + z.DecStructFieldNotFound(yyj4175-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52224,37 +52279,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4176 := z.EncBinary() - _ = yym4176 + yym4181 := z.EncBinary() + _ = yym4181 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4177 := !z.EncBinary() - yy2arr4177 := z.EncBasicHandle().StructToArray - var yyq4177 [4]bool - _, _, _ = yysep4177, yyq4177, yy2arr4177 - const yyr4177 bool = false - yyq4177[0] = x.Kind != "" - yyq4177[1] = x.APIVersion != "" - yyq4177[2] = true - var yynn4177 int - if yyr4177 || yy2arr4177 { + yysep4182 := !z.EncBinary() + yy2arr4182 := z.EncBasicHandle().StructToArray + var yyq4182 [4]bool + _, _, _ = yysep4182, yyq4182, yy2arr4182 + const yyr4182 bool = false + yyq4182[0] = x.Kind != "" + yyq4182[1] = x.APIVersion != "" + yyq4182[2] = true + var yynn4182 int + if yyr4182 || yy2arr4182 { r.EncodeArrayStart(4) } else { - yynn4177 = 1 - for _, b := range yyq4177 { + yynn4182 = 1 + for _, b := range yyq4182 { if b { - yynn4177++ + yynn4182++ } } - r.EncodeMapStart(yynn4177) - yynn4177 = 0 + r.EncodeMapStart(yynn4182) + yynn4182 = 0 } - if yyr4177 || yy2arr4177 { + if yyr4182 || yy2arr4182 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4177[0] { - yym4179 := z.EncBinary() - _ = yym4179 + if yyq4182[0] { + yym4184 := z.EncBinary() + _ = yym4184 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52263,23 +52318,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4177[0] { + if yyq4182[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4180 := z.EncBinary() - _ = yym4180 + yym4185 := z.EncBinary() + _ = yym4185 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4177 || yy2arr4177 { + if yyr4182 || yy2arr4182 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4177[1] { - yym4182 := z.EncBinary() - _ = yym4182 + if yyq4182[1] { + yym4187 := z.EncBinary() + _ = yym4187 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52288,54 +52343,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4177[1] { + if yyq4182[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4183 := z.EncBinary() - _ = yym4183 + yym4188 := z.EncBinary() + _ = yym4188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4177 || yy2arr4177 { + if yyr4182 || yy2arr4182 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4177[2] { - yy4185 := &x.ListMeta - yym4186 := z.EncBinary() - _ = yym4186 + if yyq4182[2] { + yy4190 := &x.ListMeta + yym4191 := z.EncBinary() + _ = yym4191 if false { - } else if z.HasExtensions() && z.EncExt(yy4185) { + } else if z.HasExtensions() && z.EncExt(yy4190) { } else { - z.EncFallback(yy4185) + z.EncFallback(yy4190) } } else { r.EncodeNil() } } else { - if yyq4177[2] { + if yyq4182[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4187 := &x.ListMeta - yym4188 := z.EncBinary() - _ = yym4188 + yy4192 := &x.ListMeta + yym4193 := z.EncBinary() + _ = yym4193 if false { - } else if z.HasExtensions() && z.EncExt(yy4187) { + } else if z.HasExtensions() && z.EncExt(yy4192) { } else { - z.EncFallback(yy4187) + z.EncFallback(yy4192) } } } - if yyr4177 || yy2arr4177 { + if yyr4182 || yy2arr4182 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4190 := z.EncBinary() - _ = yym4190 + yym4195 := z.EncBinary() + _ = yym4195 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -52348,15 +52403,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4191 := z.EncBinary() - _ = yym4191 + yym4196 := z.EncBinary() + _ = yym4196 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4177 || yy2arr4177 { + if yyr4182 || yy2arr4182 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52369,25 +52424,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4192 := z.DecBinary() - _ = yym4192 + yym4197 := z.DecBinary() + _ = yym4197 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4193 := r.ContainerType() - if yyct4193 == codecSelferValueTypeMap1234 { - yyl4193 := r.ReadMapStart() - if yyl4193 == 0 { + yyct4198 := r.ContainerType() + if yyct4198 == codecSelferValueTypeMap1234 { + yyl4198 := r.ReadMapStart() + if yyl4198 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4193, d) + x.codecDecodeSelfFromMap(yyl4198, d) } - } else if yyct4193 == codecSelferValueTypeArray1234 { - yyl4193 := r.ReadArrayStart() - if yyl4193 == 0 { + } else if yyct4198 == codecSelferValueTypeArray1234 { + yyl4198 := r.ReadArrayStart() + if yyl4198 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4193, d) + x.codecDecodeSelfFromArray(yyl4198, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52399,12 +52454,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4194Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4194Slc - var yyhl4194 bool = l >= 0 - for yyj4194 := 0; ; yyj4194++ { - if yyhl4194 { - if yyj4194 >= l { + var yys4199Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4199Slc + var yyhl4199 bool = l >= 0 + for yyj4199 := 0; ; yyj4199++ { + if yyhl4199 { + if yyj4199 >= l { break } } else { @@ -52413,10 +52468,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4194Slc = r.DecodeBytes(yys4194Slc, true, true) - yys4194 := string(yys4194Slc) + yys4199Slc = r.DecodeBytes(yys4199Slc, true, true) + yys4199 := string(yys4199Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4194 { + switch yys4199 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52433,31 +52488,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4197 := &x.ListMeta - yym4198 := z.DecBinary() - _ = yym4198 + yyv4202 := &x.ListMeta + yym4203 := z.DecBinary() + _ = yym4203 if false { - } else if z.HasExtensions() && z.DecExt(yyv4197) { + } else if z.HasExtensions() && z.DecExt(yyv4202) { } else { - z.DecFallback(yyv4197, false) + z.DecFallback(yyv4202, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4199 := &x.Items - yym4200 := z.DecBinary() - _ = yym4200 + yyv4204 := &x.Items + yym4205 := z.DecBinary() + _ = yym4205 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4199), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4204), d) } } default: - z.DecStructFieldNotFound(-1, yys4194) - } // end switch yys4194 - } // end for yyj4194 + z.DecStructFieldNotFound(-1, yys4199) + } // end switch yys4199 + } // end for yyj4199 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52465,16 +52520,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4201 int - var yyb4201 bool - var yyhl4201 bool = l >= 0 - yyj4201++ - if yyhl4201 { - yyb4201 = yyj4201 > l + var yyj4206 int + var yyb4206 bool + var yyhl4206 bool = l >= 0 + yyj4206++ + if yyhl4206 { + yyb4206 = yyj4206 > l } else { - yyb4201 = r.CheckBreak() + yyb4206 = r.CheckBreak() } - if yyb4201 { + if yyb4206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52484,13 +52539,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4201++ - if yyhl4201 { - yyb4201 = yyj4201 > l + yyj4206++ + if yyhl4206 { + yyb4206 = yyj4206 > l } else { - yyb4201 = r.CheckBreak() + yyb4206 = r.CheckBreak() } - if yyb4201 { + if yyb4206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52500,13 +52555,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4201++ - if yyhl4201 { - yyb4201 = yyj4201 > l + yyj4206++ + if yyhl4206 { + yyb4206 = yyj4206 > l } else { - yyb4201 = r.CheckBreak() + yyb4206 = r.CheckBreak() } - if yyb4201 { + if yyb4206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52514,22 +52569,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4204 := &x.ListMeta - yym4205 := z.DecBinary() - _ = yym4205 + yyv4209 := &x.ListMeta + yym4210 := z.DecBinary() + _ = yym4210 if false { - } else if z.HasExtensions() && z.DecExt(yyv4204) { + } else if z.HasExtensions() && z.DecExt(yyv4209) { } else { - z.DecFallback(yyv4204, false) + z.DecFallback(yyv4209, false) } } - yyj4201++ - if yyhl4201 { - yyb4201 = yyj4201 > l + yyj4206++ + if yyhl4206 { + yyb4206 = yyj4206 > l } else { - yyb4201 = r.CheckBreak() + yyb4206 = r.CheckBreak() } - if yyb4201 { + if yyb4206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52537,26 +52592,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4206 := &x.Items - yym4207 := z.DecBinary() - _ = yym4207 + yyv4211 := &x.Items + yym4212 := z.DecBinary() + _ = yym4212 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4206), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4211), d) } } for { - yyj4201++ - if yyhl4201 { - yyb4201 = yyj4201 > l + yyj4206++ + if yyhl4206 { + yyb4206 = yyj4206 > l } else { - yyb4201 = r.CheckBreak() + yyb4206 = r.CheckBreak() } - if yyb4201 { + if yyb4206 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4201-1, "") + z.DecStructFieldNotFound(yyj4206-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52568,39 +52623,39 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4208 := z.EncBinary() - _ = yym4208 + yym4213 := z.EncBinary() + _ = yym4213 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4209 := !z.EncBinary() - yy2arr4209 := z.EncBasicHandle().StructToArray - var yyq4209 [5]bool - _, _, _ = yysep4209, yyq4209, yy2arr4209 - const yyr4209 bool = false - yyq4209[0] = x.Kind != "" - yyq4209[1] = x.APIVersion != "" - yyq4209[2] = true - yyq4209[3] = len(x.Data) != 0 - yyq4209[4] = x.Type != "" - var yynn4209 int - if yyr4209 || yy2arr4209 { + yysep4214 := !z.EncBinary() + yy2arr4214 := z.EncBasicHandle().StructToArray + var yyq4214 [5]bool + _, _, _ = yysep4214, yyq4214, yy2arr4214 + const yyr4214 bool = false + yyq4214[0] = x.Kind != "" + yyq4214[1] = x.APIVersion != "" + yyq4214[2] = true + yyq4214[3] = len(x.Data) != 0 + yyq4214[4] = x.Type != "" + var yynn4214 int + if yyr4214 || yy2arr4214 { r.EncodeArrayStart(5) } else { - yynn4209 = 0 - for _, b := range yyq4209 { + yynn4214 = 0 + for _, b := range yyq4214 { if b { - yynn4209++ + yynn4214++ } } - r.EncodeMapStart(yynn4209) - yynn4209 = 0 + r.EncodeMapStart(yynn4214) + yynn4214 = 0 } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4209[0] { - yym4211 := z.EncBinary() - _ = yym4211 + if yyq4214[0] { + yym4216 := z.EncBinary() + _ = yym4216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52609,23 +52664,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4209[0] { + if yyq4214[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4212 := z.EncBinary() - _ = yym4212 + yym4217 := z.EncBinary() + _ = yym4217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4209[1] { - yym4214 := z.EncBinary() - _ = yym4214 + if yyq4214[1] { + yym4219 := z.EncBinary() + _ = yym4219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52634,43 +52689,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4209[1] { + if yyq4214[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4215 := z.EncBinary() - _ = yym4215 + yym4220 := z.EncBinary() + _ = yym4220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4209[2] { - yy4217 := &x.ObjectMeta - yy4217.CodecEncodeSelf(e) + if yyq4214[2] { + yy4222 := &x.ObjectMeta + yy4222.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4209[2] { + if yyq4214[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4218 := &x.ObjectMeta - yy4218.CodecEncodeSelf(e) + yy4223 := &x.ObjectMeta + yy4223.CodecEncodeSelf(e) } } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4209[3] { + if yyq4214[3] { if x.Data == nil { r.EncodeNil() } else { - yym4220 := z.EncBinary() - _ = yym4220 + yym4225 := z.EncBinary() + _ = yym4225 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52680,15 +52735,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4209[3] { + if yyq4214[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4221 := z.EncBinary() - _ = yym4221 + yym4226 := z.EncBinary() + _ = yym4226 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52696,22 +52751,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4209[4] { + if yyq4214[4] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4209[4] { + if yyq4214[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4209 || yy2arr4209 { + if yyr4214 || yy2arr4214 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52724,25 +52779,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4223 := z.DecBinary() - _ = yym4223 + yym4228 := z.DecBinary() + _ = yym4228 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4224 := r.ContainerType() - if yyct4224 == codecSelferValueTypeMap1234 { - yyl4224 := r.ReadMapStart() - if yyl4224 == 0 { + yyct4229 := r.ContainerType() + if yyct4229 == codecSelferValueTypeMap1234 { + yyl4229 := r.ReadMapStart() + if yyl4229 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4224, d) + x.codecDecodeSelfFromMap(yyl4229, d) } - } else if yyct4224 == codecSelferValueTypeArray1234 { - yyl4224 := r.ReadArrayStart() - if yyl4224 == 0 { + } else if yyct4229 == codecSelferValueTypeArray1234 { + yyl4229 := r.ReadArrayStart() + if yyl4229 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4224, d) + x.codecDecodeSelfFromArray(yyl4229, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52754,12 +52809,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4225Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4225Slc - var yyhl4225 bool = l >= 0 - for yyj4225 := 0; ; yyj4225++ { - if yyhl4225 { - if yyj4225 >= l { + var yys4230Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4230Slc + var yyhl4230 bool = l >= 0 + for yyj4230 := 0; ; yyj4230++ { + if yyhl4230 { + if yyj4230 >= l { break } } else { @@ -52768,10 +52823,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4225Slc = r.DecodeBytes(yys4225Slc, true, true) - yys4225 := string(yys4225Slc) + yys4230Slc = r.DecodeBytes(yys4230Slc, true, true) + yys4230 := string(yys4230Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4225 { + switch yys4230 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52788,19 +52843,19 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4228 := &x.ObjectMeta - yyv4228.CodecDecodeSelf(d) + yyv4233 := &x.ObjectMeta + yyv4233.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4229 := &x.Data - yym4230 := z.DecBinary() - _ = yym4230 + yyv4234 := &x.Data + yym4235 := z.DecBinary() + _ = yym4235 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4229), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4234), d) } } case "type": @@ -52810,9 +52865,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4225) - } // end switch yys4225 - } // end for yyj4225 + z.DecStructFieldNotFound(-1, yys4230) + } // end switch yys4230 + } // end for yyj4230 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52820,16 +52875,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4232 int - var yyb4232 bool - var yyhl4232 bool = l >= 0 - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + var yyj4237 int + var yyb4237 bool + var yyhl4237 bool = l >= 0 + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52839,13 +52894,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52855,13 +52910,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52869,16 +52924,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4235 := &x.ObjectMeta - yyv4235.CodecDecodeSelf(d) + yyv4240 := &x.ObjectMeta + yyv4240.CodecDecodeSelf(d) } - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52886,21 +52941,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4236 := &x.Data - yym4237 := z.DecBinary() - _ = yym4237 + yyv4241 := &x.Data + yym4242 := z.DecBinary() + _ = yym4242 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4236), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4241), d) } } - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52911,17 +52966,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4232++ - if yyhl4232 { - yyb4232 = yyj4232 > l + yyj4237++ + if yyhl4237 { + yyb4237 = yyj4237 > l } else { - yyb4232 = r.CheckBreak() + yyb4237 = r.CheckBreak() } - if yyb4232 { + if yyb4237 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4232-1, "") + z.DecStructFieldNotFound(yyj4237-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52930,8 +52985,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4239 := z.EncBinary() - _ = yym4239 + yym4244 := z.EncBinary() + _ = yym4244 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -52943,8 +52998,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4240 := z.DecBinary() - _ = yym4240 + yym4245 := z.DecBinary() + _ = yym4245 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -52959,37 +53014,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4241 := z.EncBinary() - _ = yym4241 + yym4246 := z.EncBinary() + _ = yym4246 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4242 := !z.EncBinary() - yy2arr4242 := z.EncBasicHandle().StructToArray - var yyq4242 [4]bool - _, _, _ = yysep4242, yyq4242, yy2arr4242 - const yyr4242 bool = false - yyq4242[0] = x.Kind != "" - yyq4242[1] = x.APIVersion != "" - yyq4242[2] = true - var yynn4242 int - if yyr4242 || yy2arr4242 { + yysep4247 := !z.EncBinary() + yy2arr4247 := z.EncBasicHandle().StructToArray + var yyq4247 [4]bool + _, _, _ = yysep4247, yyq4247, yy2arr4247 + const yyr4247 bool = false + yyq4247[0] = x.Kind != "" + yyq4247[1] = x.APIVersion != "" + yyq4247[2] = true + var yynn4247 int + if yyr4247 || yy2arr4247 { r.EncodeArrayStart(4) } else { - yynn4242 = 1 - for _, b := range yyq4242 { + yynn4247 = 1 + for _, b := range yyq4247 { if b { - yynn4242++ + yynn4247++ } } - r.EncodeMapStart(yynn4242) - yynn4242 = 0 + r.EncodeMapStart(yynn4247) + yynn4247 = 0 } - if yyr4242 || yy2arr4242 { + if yyr4247 || yy2arr4247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4242[0] { - yym4244 := z.EncBinary() - _ = yym4244 + if yyq4247[0] { + yym4249 := z.EncBinary() + _ = yym4249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52998,23 +53053,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4242[0] { + if yyq4247[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4245 := z.EncBinary() - _ = yym4245 + yym4250 := z.EncBinary() + _ = yym4250 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4242 || yy2arr4242 { + if yyr4247 || yy2arr4247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4242[1] { - yym4247 := z.EncBinary() - _ = yym4247 + if yyq4247[1] { + yym4252 := z.EncBinary() + _ = yym4252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53023,54 +53078,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4242[1] { + if yyq4247[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4248 := z.EncBinary() - _ = yym4248 + yym4253 := z.EncBinary() + _ = yym4253 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4242 || yy2arr4242 { + if yyr4247 || yy2arr4247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4242[2] { - yy4250 := &x.ListMeta - yym4251 := z.EncBinary() - _ = yym4251 + if yyq4247[2] { + yy4255 := &x.ListMeta + yym4256 := z.EncBinary() + _ = yym4256 if false { - } else if z.HasExtensions() && z.EncExt(yy4250) { + } else if z.HasExtensions() && z.EncExt(yy4255) { } else { - z.EncFallback(yy4250) + z.EncFallback(yy4255) } } else { r.EncodeNil() } } else { - if yyq4242[2] { + if yyq4247[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4252 := &x.ListMeta - yym4253 := z.EncBinary() - _ = yym4253 + yy4257 := &x.ListMeta + yym4258 := z.EncBinary() + _ = yym4258 if false { - } else if z.HasExtensions() && z.EncExt(yy4252) { + } else if z.HasExtensions() && z.EncExt(yy4257) { } else { - z.EncFallback(yy4252) + z.EncFallback(yy4257) } } } - if yyr4242 || yy2arr4242 { + if yyr4247 || yy2arr4247 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4255 := z.EncBinary() - _ = yym4255 + yym4260 := z.EncBinary() + _ = yym4260 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -53083,15 +53138,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4256 := z.EncBinary() - _ = yym4256 + yym4261 := z.EncBinary() + _ = yym4261 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4242 || yy2arr4242 { + if yyr4247 || yy2arr4247 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53104,25 +53159,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4257 := z.DecBinary() - _ = yym4257 + yym4262 := z.DecBinary() + _ = yym4262 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4258 := r.ContainerType() - if yyct4258 == codecSelferValueTypeMap1234 { - yyl4258 := r.ReadMapStart() - if yyl4258 == 0 { + yyct4263 := r.ContainerType() + if yyct4263 == codecSelferValueTypeMap1234 { + yyl4263 := r.ReadMapStart() + if yyl4263 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4258, d) + x.codecDecodeSelfFromMap(yyl4263, d) } - } else if yyct4258 == codecSelferValueTypeArray1234 { - yyl4258 := r.ReadArrayStart() - if yyl4258 == 0 { + } else if yyct4263 == codecSelferValueTypeArray1234 { + yyl4263 := r.ReadArrayStart() + if yyl4263 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4258, d) + x.codecDecodeSelfFromArray(yyl4263, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53134,12 +53189,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4259Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4259Slc - var yyhl4259 bool = l >= 0 - for yyj4259 := 0; ; yyj4259++ { - if yyhl4259 { - if yyj4259 >= l { + var yys4264Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4264Slc + var yyhl4264 bool = l >= 0 + for yyj4264 := 0; ; yyj4264++ { + if yyhl4264 { + if yyj4264 >= l { break } } else { @@ -53148,10 +53203,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4259Slc = r.DecodeBytes(yys4259Slc, true, true) - yys4259 := string(yys4259Slc) + yys4264Slc = r.DecodeBytes(yys4264Slc, true, true) + yys4264 := string(yys4264Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4259 { + switch yys4264 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53168,31 +53223,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4262 := &x.ListMeta - yym4263 := z.DecBinary() - _ = yym4263 + yyv4267 := &x.ListMeta + yym4268 := z.DecBinary() + _ = yym4268 if false { - } else if z.HasExtensions() && z.DecExt(yyv4262) { + } else if z.HasExtensions() && z.DecExt(yyv4267) { } else { - z.DecFallback(yyv4262, false) + z.DecFallback(yyv4267, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4264 := &x.Items - yym4265 := z.DecBinary() - _ = yym4265 + yyv4269 := &x.Items + yym4270 := z.DecBinary() + _ = yym4270 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4264), d) + h.decSliceSecret((*[]Secret)(yyv4269), d) } } default: - z.DecStructFieldNotFound(-1, yys4259) - } // end switch yys4259 - } // end for yyj4259 + z.DecStructFieldNotFound(-1, yys4264) + } // end switch yys4264 + } // end for yyj4264 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53200,16 +53255,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4266 int - var yyb4266 bool - var yyhl4266 bool = l >= 0 - yyj4266++ - if yyhl4266 { - yyb4266 = yyj4266 > l + var yyj4271 int + var yyb4271 bool + var yyhl4271 bool = l >= 0 + yyj4271++ + if yyhl4271 { + yyb4271 = yyj4271 > l } else { - yyb4266 = r.CheckBreak() + yyb4271 = r.CheckBreak() } - if yyb4266 { + if yyb4271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53219,13 +53274,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4266++ - if yyhl4266 { - yyb4266 = yyj4266 > l + yyj4271++ + if yyhl4271 { + yyb4271 = yyj4271 > l } else { - yyb4266 = r.CheckBreak() + yyb4271 = r.CheckBreak() } - if yyb4266 { + if yyb4271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53235,13 +53290,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4266++ - if yyhl4266 { - yyb4266 = yyj4266 > l + yyj4271++ + if yyhl4271 { + yyb4271 = yyj4271 > l } else { - yyb4266 = r.CheckBreak() + yyb4271 = r.CheckBreak() } - if yyb4266 { + if yyb4271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53249,22 +53304,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4269 := &x.ListMeta - yym4270 := z.DecBinary() - _ = yym4270 + yyv4274 := &x.ListMeta + yym4275 := z.DecBinary() + _ = yym4275 if false { - } else if z.HasExtensions() && z.DecExt(yyv4269) { + } else if z.HasExtensions() && z.DecExt(yyv4274) { } else { - z.DecFallback(yyv4269, false) + z.DecFallback(yyv4274, false) } } - yyj4266++ - if yyhl4266 { - yyb4266 = yyj4266 > l + yyj4271++ + if yyhl4271 { + yyb4271 = yyj4271 > l } else { - yyb4266 = r.CheckBreak() + yyb4271 = r.CheckBreak() } - if yyb4266 { + if yyb4271 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53272,26 +53327,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4271 := &x.Items - yym4272 := z.DecBinary() - _ = yym4272 + yyv4276 := &x.Items + yym4277 := z.DecBinary() + _ = yym4277 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4271), d) + h.decSliceSecret((*[]Secret)(yyv4276), d) } } for { - yyj4266++ - if yyhl4266 { - yyb4266 = yyj4266 > l + yyj4271++ + if yyhl4271 { + yyb4271 = yyj4271 > l } else { - yyb4266 = r.CheckBreak() + yyb4271 = r.CheckBreak() } - if yyb4266 { + if yyb4271 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4266-1, "") + z.DecStructFieldNotFound(yyj4271-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53303,38 +53358,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4273 := z.EncBinary() - _ = yym4273 + yym4278 := z.EncBinary() + _ = yym4278 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4274 := !z.EncBinary() - yy2arr4274 := z.EncBasicHandle().StructToArray - var yyq4274 [4]bool - _, _, _ = yysep4274, yyq4274, yy2arr4274 - const yyr4274 bool = false - yyq4274[0] = x.Kind != "" - yyq4274[1] = x.APIVersion != "" - yyq4274[2] = true - yyq4274[3] = len(x.Data) != 0 - var yynn4274 int - if yyr4274 || yy2arr4274 { + yysep4279 := !z.EncBinary() + yy2arr4279 := z.EncBasicHandle().StructToArray + var yyq4279 [4]bool + _, _, _ = yysep4279, yyq4279, yy2arr4279 + const yyr4279 bool = false + yyq4279[0] = x.Kind != "" + yyq4279[1] = x.APIVersion != "" + yyq4279[2] = true + yyq4279[3] = len(x.Data) != 0 + var yynn4279 int + if yyr4279 || yy2arr4279 { r.EncodeArrayStart(4) } else { - yynn4274 = 0 - for _, b := range yyq4274 { + yynn4279 = 0 + for _, b := range yyq4279 { if b { - yynn4274++ + yynn4279++ } } - r.EncodeMapStart(yynn4274) - yynn4274 = 0 + r.EncodeMapStart(yynn4279) + yynn4279 = 0 } - if yyr4274 || yy2arr4274 { + if yyr4279 || yy2arr4279 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4274[0] { - yym4276 := z.EncBinary() - _ = yym4276 + if yyq4279[0] { + yym4281 := z.EncBinary() + _ = yym4281 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53343,23 +53398,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4274[0] { + if yyq4279[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4277 := z.EncBinary() - _ = yym4277 + yym4282 := z.EncBinary() + _ = yym4282 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4274 || yy2arr4274 { + if yyr4279 || yy2arr4279 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4274[1] { - yym4279 := z.EncBinary() - _ = yym4279 + if yyq4279[1] { + yym4284 := z.EncBinary() + _ = yym4284 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53368,43 +53423,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4274[1] { + if yyq4279[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4280 := z.EncBinary() - _ = yym4280 + yym4285 := z.EncBinary() + _ = yym4285 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4274 || yy2arr4274 { + if yyr4279 || yy2arr4279 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4274[2] { - yy4282 := &x.ObjectMeta - yy4282.CodecEncodeSelf(e) + if yyq4279[2] { + yy4287 := &x.ObjectMeta + yy4287.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4274[2] { + if yyq4279[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4283 := &x.ObjectMeta - yy4283.CodecEncodeSelf(e) + yy4288 := &x.ObjectMeta + yy4288.CodecEncodeSelf(e) } } - if yyr4274 || yy2arr4274 { + if yyr4279 || yy2arr4279 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4274[3] { + if yyq4279[3] { if x.Data == nil { r.EncodeNil() } else { - yym4285 := z.EncBinary() - _ = yym4285 + yym4290 := z.EncBinary() + _ = yym4290 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53414,15 +53469,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4274[3] { + if yyq4279[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4286 := z.EncBinary() - _ = yym4286 + yym4291 := z.EncBinary() + _ = yym4291 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -53430,7 +53485,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4274 || yy2arr4274 { + if yyr4279 || yy2arr4279 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53443,25 +53498,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4287 := z.DecBinary() - _ = yym4287 + yym4292 := z.DecBinary() + _ = yym4292 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4288 := r.ContainerType() - if yyct4288 == codecSelferValueTypeMap1234 { - yyl4288 := r.ReadMapStart() - if yyl4288 == 0 { + yyct4293 := r.ContainerType() + if yyct4293 == codecSelferValueTypeMap1234 { + yyl4293 := r.ReadMapStart() + if yyl4293 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4288, d) + x.codecDecodeSelfFromMap(yyl4293, d) } - } else if yyct4288 == codecSelferValueTypeArray1234 { - yyl4288 := r.ReadArrayStart() - if yyl4288 == 0 { + } else if yyct4293 == codecSelferValueTypeArray1234 { + yyl4293 := r.ReadArrayStart() + if yyl4293 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4288, d) + x.codecDecodeSelfFromArray(yyl4293, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53473,12 +53528,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4289Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4289Slc - var yyhl4289 bool = l >= 0 - for yyj4289 := 0; ; yyj4289++ { - if yyhl4289 { - if yyj4289 >= l { + var yys4294Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4294Slc + var yyhl4294 bool = l >= 0 + for yyj4294 := 0; ; yyj4294++ { + if yyhl4294 { + if yyj4294 >= l { break } } else { @@ -53487,10 +53542,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4289Slc = r.DecodeBytes(yys4289Slc, true, true) - yys4289 := string(yys4289Slc) + yys4294Slc = r.DecodeBytes(yys4294Slc, true, true) + yys4294 := string(yys4294Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4289 { + switch yys4294 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53507,25 +53562,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4292 := &x.ObjectMeta - yyv4292.CodecDecodeSelf(d) + yyv4297 := &x.ObjectMeta + yyv4297.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4293 := &x.Data - yym4294 := z.DecBinary() - _ = yym4294 + yyv4298 := &x.Data + yym4299 := z.DecBinary() + _ = yym4299 if false { } else { - z.F.DecMapStringStringX(yyv4293, false, d) + z.F.DecMapStringStringX(yyv4298, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4289) - } // end switch yys4289 - } // end for yyj4289 + z.DecStructFieldNotFound(-1, yys4294) + } // end switch yys4294 + } // end for yyj4294 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53533,16 +53588,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4295 int - var yyb4295 bool - var yyhl4295 bool = l >= 0 - yyj4295++ - if yyhl4295 { - yyb4295 = yyj4295 > l + var yyj4300 int + var yyb4300 bool + var yyhl4300 bool = l >= 0 + yyj4300++ + if yyhl4300 { + yyb4300 = yyj4300 > l } else { - yyb4295 = r.CheckBreak() + yyb4300 = r.CheckBreak() } - if yyb4295 { + if yyb4300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53552,13 +53607,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4295++ - if yyhl4295 { - yyb4295 = yyj4295 > l + yyj4300++ + if yyhl4300 { + yyb4300 = yyj4300 > l } else { - yyb4295 = r.CheckBreak() + yyb4300 = r.CheckBreak() } - if yyb4295 { + if yyb4300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53568,13 +53623,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4295++ - if yyhl4295 { - yyb4295 = yyj4295 > l + yyj4300++ + if yyhl4300 { + yyb4300 = yyj4300 > l } else { - yyb4295 = r.CheckBreak() + yyb4300 = r.CheckBreak() } - if yyb4295 { + if yyb4300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53582,16 +53637,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4298 := &x.ObjectMeta - yyv4298.CodecDecodeSelf(d) + yyv4303 := &x.ObjectMeta + yyv4303.CodecDecodeSelf(d) } - yyj4295++ - if yyhl4295 { - yyb4295 = yyj4295 > l + yyj4300++ + if yyhl4300 { + yyb4300 = yyj4300 > l } else { - yyb4295 = r.CheckBreak() + yyb4300 = r.CheckBreak() } - if yyb4295 { + if yyb4300 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53599,26 +53654,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4299 := &x.Data - yym4300 := z.DecBinary() - _ = yym4300 + yyv4304 := &x.Data + yym4305 := z.DecBinary() + _ = yym4305 if false { } else { - z.F.DecMapStringStringX(yyv4299, false, d) + z.F.DecMapStringStringX(yyv4304, false, d) } } for { - yyj4295++ - if yyhl4295 { - yyb4295 = yyj4295 > l + yyj4300++ + if yyhl4300 { + yyb4300 = yyj4300 > l } else { - yyb4295 = r.CheckBreak() + yyb4300 = r.CheckBreak() } - if yyb4295 { + if yyb4300 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4295-1, "") + z.DecStructFieldNotFound(yyj4300-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53630,37 +53685,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4301 := z.EncBinary() - _ = yym4301 + yym4306 := z.EncBinary() + _ = yym4306 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4302 := !z.EncBinary() - yy2arr4302 := z.EncBasicHandle().StructToArray - var yyq4302 [4]bool - _, _, _ = yysep4302, yyq4302, yy2arr4302 - const yyr4302 bool = false - yyq4302[0] = x.Kind != "" - yyq4302[1] = x.APIVersion != "" - yyq4302[2] = true - var yynn4302 int - if yyr4302 || yy2arr4302 { + yysep4307 := !z.EncBinary() + yy2arr4307 := z.EncBasicHandle().StructToArray + var yyq4307 [4]bool + _, _, _ = yysep4307, yyq4307, yy2arr4307 + const yyr4307 bool = false + yyq4307[0] = x.Kind != "" + yyq4307[1] = x.APIVersion != "" + yyq4307[2] = true + var yynn4307 int + if yyr4307 || yy2arr4307 { r.EncodeArrayStart(4) } else { - yynn4302 = 1 - for _, b := range yyq4302 { + yynn4307 = 1 + for _, b := range yyq4307 { if b { - yynn4302++ + yynn4307++ } } - r.EncodeMapStart(yynn4302) - yynn4302 = 0 + r.EncodeMapStart(yynn4307) + yynn4307 = 0 } - if yyr4302 || yy2arr4302 { + if yyr4307 || yy2arr4307 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4302[0] { - yym4304 := z.EncBinary() - _ = yym4304 + if yyq4307[0] { + yym4309 := z.EncBinary() + _ = yym4309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53669,23 +53724,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4302[0] { + if yyq4307[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4305 := z.EncBinary() - _ = yym4305 + yym4310 := z.EncBinary() + _ = yym4310 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4302 || yy2arr4302 { + if yyr4307 || yy2arr4307 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4302[1] { - yym4307 := z.EncBinary() - _ = yym4307 + if yyq4307[1] { + yym4312 := z.EncBinary() + _ = yym4312 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53694,54 +53749,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4302[1] { + if yyq4307[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4308 := z.EncBinary() - _ = yym4308 + yym4313 := z.EncBinary() + _ = yym4313 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4302 || yy2arr4302 { + if yyr4307 || yy2arr4307 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4302[2] { - yy4310 := &x.ListMeta - yym4311 := z.EncBinary() - _ = yym4311 + if yyq4307[2] { + yy4315 := &x.ListMeta + yym4316 := z.EncBinary() + _ = yym4316 if false { - } else if z.HasExtensions() && z.EncExt(yy4310) { + } else if z.HasExtensions() && z.EncExt(yy4315) { } else { - z.EncFallback(yy4310) + z.EncFallback(yy4315) } } else { r.EncodeNil() } } else { - if yyq4302[2] { + if yyq4307[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4312 := &x.ListMeta - yym4313 := z.EncBinary() - _ = yym4313 + yy4317 := &x.ListMeta + yym4318 := z.EncBinary() + _ = yym4318 if false { - } else if z.HasExtensions() && z.EncExt(yy4312) { + } else if z.HasExtensions() && z.EncExt(yy4317) { } else { - z.EncFallback(yy4312) + z.EncFallback(yy4317) } } } - if yyr4302 || yy2arr4302 { + if yyr4307 || yy2arr4307 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4315 := z.EncBinary() - _ = yym4315 + yym4320 := z.EncBinary() + _ = yym4320 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -53754,15 +53809,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4316 := z.EncBinary() - _ = yym4316 + yym4321 := z.EncBinary() + _ = yym4321 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4302 || yy2arr4302 { + if yyr4307 || yy2arr4307 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53775,25 +53830,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4317 := z.DecBinary() - _ = yym4317 + yym4322 := z.DecBinary() + _ = yym4322 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4318 := r.ContainerType() - if yyct4318 == codecSelferValueTypeMap1234 { - yyl4318 := r.ReadMapStart() - if yyl4318 == 0 { + yyct4323 := r.ContainerType() + if yyct4323 == codecSelferValueTypeMap1234 { + yyl4323 := r.ReadMapStart() + if yyl4323 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4318, d) + x.codecDecodeSelfFromMap(yyl4323, d) } - } else if yyct4318 == codecSelferValueTypeArray1234 { - yyl4318 := r.ReadArrayStart() - if yyl4318 == 0 { + } else if yyct4323 == codecSelferValueTypeArray1234 { + yyl4323 := r.ReadArrayStart() + if yyl4323 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4318, d) + x.codecDecodeSelfFromArray(yyl4323, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53805,12 +53860,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4319Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4319Slc - var yyhl4319 bool = l >= 0 - for yyj4319 := 0; ; yyj4319++ { - if yyhl4319 { - if yyj4319 >= l { + var yys4324Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4324Slc + var yyhl4324 bool = l >= 0 + for yyj4324 := 0; ; yyj4324++ { + if yyhl4324 { + if yyj4324 >= l { break } } else { @@ -53819,10 +53874,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4319Slc = r.DecodeBytes(yys4319Slc, true, true) - yys4319 := string(yys4319Slc) + yys4324Slc = r.DecodeBytes(yys4324Slc, true, true) + yys4324 := string(yys4324Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4319 { + switch yys4324 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53839,31 +53894,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4322 := &x.ListMeta - yym4323 := z.DecBinary() - _ = yym4323 + yyv4327 := &x.ListMeta + yym4328 := z.DecBinary() + _ = yym4328 if false { - } else if z.HasExtensions() && z.DecExt(yyv4322) { + } else if z.HasExtensions() && z.DecExt(yyv4327) { } else { - z.DecFallback(yyv4322, false) + z.DecFallback(yyv4327, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4324 := &x.Items - yym4325 := z.DecBinary() - _ = yym4325 + yyv4329 := &x.Items + yym4330 := z.DecBinary() + _ = yym4330 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4324), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4329), d) } } default: - z.DecStructFieldNotFound(-1, yys4319) - } // end switch yys4319 - } // end for yyj4319 + z.DecStructFieldNotFound(-1, yys4324) + } // end switch yys4324 + } // end for yyj4324 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53871,16 +53926,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4326 int - var yyb4326 bool - var yyhl4326 bool = l >= 0 - yyj4326++ - if yyhl4326 { - yyb4326 = yyj4326 > l + var yyj4331 int + var yyb4331 bool + var yyhl4331 bool = l >= 0 + yyj4331++ + if yyhl4331 { + yyb4331 = yyj4331 > l } else { - yyb4326 = r.CheckBreak() + yyb4331 = r.CheckBreak() } - if yyb4326 { + if yyb4331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53890,13 +53945,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4326++ - if yyhl4326 { - yyb4326 = yyj4326 > l + yyj4331++ + if yyhl4331 { + yyb4331 = yyj4331 > l } else { - yyb4326 = r.CheckBreak() + yyb4331 = r.CheckBreak() } - if yyb4326 { + if yyb4331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53906,13 +53961,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4326++ - if yyhl4326 { - yyb4326 = yyj4326 > l + yyj4331++ + if yyhl4331 { + yyb4331 = yyj4331 > l } else { - yyb4326 = r.CheckBreak() + yyb4331 = r.CheckBreak() } - if yyb4326 { + if yyb4331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53920,22 +53975,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4329 := &x.ListMeta - yym4330 := z.DecBinary() - _ = yym4330 + yyv4334 := &x.ListMeta + yym4335 := z.DecBinary() + _ = yym4335 if false { - } else if z.HasExtensions() && z.DecExt(yyv4329) { + } else if z.HasExtensions() && z.DecExt(yyv4334) { } else { - z.DecFallback(yyv4329, false) + z.DecFallback(yyv4334, false) } } - yyj4326++ - if yyhl4326 { - yyb4326 = yyj4326 > l + yyj4331++ + if yyhl4331 { + yyb4331 = yyj4331 > l } else { - yyb4326 = r.CheckBreak() + yyb4331 = r.CheckBreak() } - if yyb4326 { + if yyb4331 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53943,26 +53998,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4331 := &x.Items - yym4332 := z.DecBinary() - _ = yym4332 + yyv4336 := &x.Items + yym4337 := z.DecBinary() + _ = yym4337 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4331), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4336), d) } } for { - yyj4326++ - if yyhl4326 { - yyb4326 = yyj4326 > l + yyj4331++ + if yyhl4331 { + yyb4331 = yyj4331 > l } else { - yyb4326 = r.CheckBreak() + yyb4331 = r.CheckBreak() } - if yyb4326 { + if yyb4331 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4326-1, "") + z.DecStructFieldNotFound(yyj4331-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53971,8 +54026,8 @@ func (x PatchType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4333 := z.EncBinary() - _ = yym4333 + yym4338 := z.EncBinary() + _ = yym4338 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53984,8 +54039,8 @@ func (x *PatchType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4334 := z.DecBinary() - _ = yym4334 + yym4339 := z.DecBinary() + _ = yym4339 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53997,8 +54052,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4335 := z.EncBinary() - _ = yym4335 + yym4340 := z.EncBinary() + _ = yym4340 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -54010,8 +54065,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4336 := z.DecBinary() - _ = yym4336 + yym4341 := z.DecBinary() + _ = yym4341 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -54026,32 +54081,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4337 := z.EncBinary() - _ = yym4337 + yym4342 := z.EncBinary() + _ = yym4342 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4338 := !z.EncBinary() - yy2arr4338 := z.EncBasicHandle().StructToArray - var yyq4338 [4]bool - _, _, _ = yysep4338, yyq4338, yy2arr4338 - const yyr4338 bool = false - yyq4338[2] = x.Message != "" - yyq4338[3] = x.Error != "" - var yynn4338 int - if yyr4338 || yy2arr4338 { + yysep4343 := !z.EncBinary() + yy2arr4343 := z.EncBasicHandle().StructToArray + var yyq4343 [4]bool + _, _, _ = yysep4343, yyq4343, yy2arr4343 + const yyr4343 bool = false + yyq4343[2] = x.Message != "" + yyq4343[3] = x.Error != "" + var yynn4343 int + if yyr4343 || yy2arr4343 { r.EncodeArrayStart(4) } else { - yynn4338 = 2 - for _, b := range yyq4338 { + yynn4343 = 2 + for _, b := range yyq4343 { if b { - yynn4338++ + yynn4343++ } } - r.EncodeMapStart(yynn4338) - yynn4338 = 0 + r.EncodeMapStart(yynn4343) + yynn4343 = 0 } - if yyr4338 || yy2arr4338 { + if yyr4343 || yy2arr4343 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -54060,7 +54115,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4338 || yy2arr4338 { + if yyr4343 || yy2arr4343 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -54069,11 +54124,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4338 || yy2arr4338 { + if yyr4343 || yy2arr4343 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[2] { - yym4342 := z.EncBinary() - _ = yym4342 + if yyq4343[2] { + yym4347 := z.EncBinary() + _ = yym4347 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -54082,23 +54137,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4338[2] { + if yyq4343[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4343 := z.EncBinary() - _ = yym4343 + yym4348 := z.EncBinary() + _ = yym4348 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4338 || yy2arr4338 { + if yyr4343 || yy2arr4343 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4338[3] { - yym4345 := z.EncBinary() - _ = yym4345 + if yyq4343[3] { + yym4350 := z.EncBinary() + _ = yym4350 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -54107,19 +54162,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4338[3] { + if yyq4343[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4346 := z.EncBinary() - _ = yym4346 + yym4351 := z.EncBinary() + _ = yym4351 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4338 || yy2arr4338 { + if yyr4343 || yy2arr4343 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54132,25 +54187,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4347 := z.DecBinary() - _ = yym4347 + yym4352 := z.DecBinary() + _ = yym4352 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4348 := r.ContainerType() - if yyct4348 == codecSelferValueTypeMap1234 { - yyl4348 := r.ReadMapStart() - if yyl4348 == 0 { + yyct4353 := r.ContainerType() + if yyct4353 == codecSelferValueTypeMap1234 { + yyl4353 := r.ReadMapStart() + if yyl4353 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4348, d) + x.codecDecodeSelfFromMap(yyl4353, d) } - } else if yyct4348 == codecSelferValueTypeArray1234 { - yyl4348 := r.ReadArrayStart() - if yyl4348 == 0 { + } else if yyct4353 == codecSelferValueTypeArray1234 { + yyl4353 := r.ReadArrayStart() + if yyl4353 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4348, d) + x.codecDecodeSelfFromArray(yyl4353, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54162,12 +54217,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4349Slc - var yyhl4349 bool = l >= 0 - for yyj4349 := 0; ; yyj4349++ { - if yyhl4349 { - if yyj4349 >= l { + var yys4354Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4354Slc + var yyhl4354 bool = l >= 0 + for yyj4354 := 0; ; yyj4354++ { + if yyhl4354 { + if yyj4354 >= l { break } } else { @@ -54176,10 +54231,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4349Slc = r.DecodeBytes(yys4349Slc, true, true) - yys4349 := string(yys4349Slc) + yys4354Slc = r.DecodeBytes(yys4354Slc, true, true) + yys4354 := string(yys4354Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4349 { + switch yys4354 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -54205,9 +54260,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4349) - } // end switch yys4349 - } // end for yyj4349 + z.DecStructFieldNotFound(-1, yys4354) + } // end switch yys4354 + } // end for yyj4354 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54215,16 +54270,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4354 int - var yyb4354 bool - var yyhl4354 bool = l >= 0 - yyj4354++ - if yyhl4354 { - yyb4354 = yyj4354 > l + var yyj4359 int + var yyb4359 bool + var yyhl4359 bool = l >= 0 + yyj4359++ + if yyhl4359 { + yyb4359 = yyj4359 > l } else { - yyb4354 = r.CheckBreak() + yyb4359 = r.CheckBreak() } - if yyb4354 { + if yyb4359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54234,13 +54289,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4354++ - if yyhl4354 { - yyb4354 = yyj4354 > l + yyj4359++ + if yyhl4359 { + yyb4359 = yyj4359 > l } else { - yyb4354 = r.CheckBreak() + yyb4359 = r.CheckBreak() } - if yyb4354 { + if yyb4359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54250,13 +54305,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4354++ - if yyhl4354 { - yyb4354 = yyj4354 > l + yyj4359++ + if yyhl4359 { + yyb4359 = yyj4359 > l } else { - yyb4354 = r.CheckBreak() + yyb4359 = r.CheckBreak() } - if yyb4354 { + if yyb4359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54266,13 +54321,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4354++ - if yyhl4354 { - yyb4354 = yyj4354 > l + yyj4359++ + if yyhl4359 { + yyb4359 = yyj4359 > l } else { - yyb4354 = r.CheckBreak() + yyb4359 = r.CheckBreak() } - if yyb4354 { + if yyb4359 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54283,17 +54338,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4354++ - if yyhl4354 { - yyb4354 = yyj4354 > l + yyj4359++ + if yyhl4359 { + yyb4359 = yyj4359 > l } else { - yyb4354 = r.CheckBreak() + yyb4359 = r.CheckBreak() } - if yyb4354 { + if yyb4359 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4354-1, "") + z.DecStructFieldNotFound(yyj4359-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54305,38 +54360,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4359 := z.EncBinary() - _ = yym4359 + yym4364 := z.EncBinary() + _ = yym4364 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4360 := !z.EncBinary() - yy2arr4360 := z.EncBasicHandle().StructToArray - var yyq4360 [4]bool - _, _, _ = yysep4360, yyq4360, yy2arr4360 - const yyr4360 bool = false - yyq4360[0] = x.Kind != "" - yyq4360[1] = x.APIVersion != "" - yyq4360[2] = true - yyq4360[3] = len(x.Conditions) != 0 - var yynn4360 int - if yyr4360 || yy2arr4360 { + yysep4365 := !z.EncBinary() + yy2arr4365 := z.EncBasicHandle().StructToArray + var yyq4365 [4]bool + _, _, _ = yysep4365, yyq4365, yy2arr4365 + const yyr4365 bool = false + yyq4365[0] = x.Kind != "" + yyq4365[1] = x.APIVersion != "" + yyq4365[2] = true + yyq4365[3] = len(x.Conditions) != 0 + var yynn4365 int + if yyr4365 || yy2arr4365 { r.EncodeArrayStart(4) } else { - yynn4360 = 0 - for _, b := range yyq4360 { + yynn4365 = 0 + for _, b := range yyq4365 { if b { - yynn4360++ + yynn4365++ } } - r.EncodeMapStart(yynn4360) - yynn4360 = 0 + r.EncodeMapStart(yynn4365) + yynn4365 = 0 } - if yyr4360 || yy2arr4360 { + if yyr4365 || yy2arr4365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4360[0] { - yym4362 := z.EncBinary() - _ = yym4362 + if yyq4365[0] { + yym4367 := z.EncBinary() + _ = yym4367 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54345,23 +54400,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4360[0] { + if yyq4365[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4363 := z.EncBinary() - _ = yym4363 + yym4368 := z.EncBinary() + _ = yym4368 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4360 || yy2arr4360 { + if yyr4365 || yy2arr4365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4360[1] { - yym4365 := z.EncBinary() - _ = yym4365 + if yyq4365[1] { + yym4370 := z.EncBinary() + _ = yym4370 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54370,43 +54425,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4360[1] { + if yyq4365[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4366 := z.EncBinary() - _ = yym4366 + yym4371 := z.EncBinary() + _ = yym4371 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4360 || yy2arr4360 { + if yyr4365 || yy2arr4365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4360[2] { - yy4368 := &x.ObjectMeta - yy4368.CodecEncodeSelf(e) + if yyq4365[2] { + yy4373 := &x.ObjectMeta + yy4373.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4360[2] { + if yyq4365[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4369 := &x.ObjectMeta - yy4369.CodecEncodeSelf(e) + yy4374 := &x.ObjectMeta + yy4374.CodecEncodeSelf(e) } } - if yyr4360 || yy2arr4360 { + if yyr4365 || yy2arr4365 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4360[3] { + if yyq4365[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4371 := z.EncBinary() - _ = yym4371 + yym4376 := z.EncBinary() + _ = yym4376 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54416,15 +54471,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4360[3] { + if yyq4365[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4372 := z.EncBinary() - _ = yym4372 + yym4377 := z.EncBinary() + _ = yym4377 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -54432,7 +54487,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4360 || yy2arr4360 { + if yyr4365 || yy2arr4365 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54445,25 +54500,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4373 := z.DecBinary() - _ = yym4373 + yym4378 := z.DecBinary() + _ = yym4378 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4374 := r.ContainerType() - if yyct4374 == codecSelferValueTypeMap1234 { - yyl4374 := r.ReadMapStart() - if yyl4374 == 0 { + yyct4379 := r.ContainerType() + if yyct4379 == codecSelferValueTypeMap1234 { + yyl4379 := r.ReadMapStart() + if yyl4379 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4374, d) + x.codecDecodeSelfFromMap(yyl4379, d) } - } else if yyct4374 == codecSelferValueTypeArray1234 { - yyl4374 := r.ReadArrayStart() - if yyl4374 == 0 { + } else if yyct4379 == codecSelferValueTypeArray1234 { + yyl4379 := r.ReadArrayStart() + if yyl4379 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4374, d) + x.codecDecodeSelfFromArray(yyl4379, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54475,12 +54530,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4375Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4375Slc - var yyhl4375 bool = l >= 0 - for yyj4375 := 0; ; yyj4375++ { - if yyhl4375 { - if yyj4375 >= l { + var yys4380Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4380Slc + var yyhl4380 bool = l >= 0 + for yyj4380 := 0; ; yyj4380++ { + if yyhl4380 { + if yyj4380 >= l { break } } else { @@ -54489,10 +54544,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4375Slc = r.DecodeBytes(yys4375Slc, true, true) - yys4375 := string(yys4375Slc) + yys4380Slc = r.DecodeBytes(yys4380Slc, true, true) + yys4380 := string(yys4380Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4375 { + switch yys4380 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54509,25 +54564,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4378 := &x.ObjectMeta - yyv4378.CodecDecodeSelf(d) + yyv4383 := &x.ObjectMeta + yyv4383.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4379 := &x.Conditions - yym4380 := z.DecBinary() - _ = yym4380 + yyv4384 := &x.Conditions + yym4385 := z.DecBinary() + _ = yym4385 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4379), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4384), d) } } default: - z.DecStructFieldNotFound(-1, yys4375) - } // end switch yys4375 - } // end for yyj4375 + z.DecStructFieldNotFound(-1, yys4380) + } // end switch yys4380 + } // end for yyj4380 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54535,16 +54590,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4381 int - var yyb4381 bool - var yyhl4381 bool = l >= 0 - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + var yyj4386 int + var yyb4386 bool + var yyhl4386 bool = l >= 0 + yyj4386++ + if yyhl4386 { + yyb4386 = yyj4386 > l } else { - yyb4381 = r.CheckBreak() + yyb4386 = r.CheckBreak() } - if yyb4381 { + if yyb4386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54554,13 +54609,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4386++ + if yyhl4386 { + yyb4386 = yyj4386 > l } else { - yyb4381 = r.CheckBreak() + yyb4386 = r.CheckBreak() } - if yyb4381 { + if yyb4386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54570,13 +54625,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4386++ + if yyhl4386 { + yyb4386 = yyj4386 > l } else { - yyb4381 = r.CheckBreak() + yyb4386 = r.CheckBreak() } - if yyb4381 { + if yyb4386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54584,16 +54639,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4384 := &x.ObjectMeta - yyv4384.CodecDecodeSelf(d) + yyv4389 := &x.ObjectMeta + yyv4389.CodecDecodeSelf(d) } - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4386++ + if yyhl4386 { + yyb4386 = yyj4386 > l } else { - yyb4381 = r.CheckBreak() + yyb4386 = r.CheckBreak() } - if yyb4381 { + if yyb4386 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54601,26 +54656,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4385 := &x.Conditions - yym4386 := z.DecBinary() - _ = yym4386 + yyv4390 := &x.Conditions + yym4391 := z.DecBinary() + _ = yym4391 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4385), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4390), d) } } for { - yyj4381++ - if yyhl4381 { - yyb4381 = yyj4381 > l + yyj4386++ + if yyhl4386 { + yyb4386 = yyj4386 > l } else { - yyb4381 = r.CheckBreak() + yyb4386 = r.CheckBreak() } - if yyb4381 { + if yyb4386 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4381-1, "") + z.DecStructFieldNotFound(yyj4386-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54632,37 +54687,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4387 := z.EncBinary() - _ = yym4387 + yym4392 := z.EncBinary() + _ = yym4392 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4388 := !z.EncBinary() - yy2arr4388 := z.EncBasicHandle().StructToArray - var yyq4388 [4]bool - _, _, _ = yysep4388, yyq4388, yy2arr4388 - const yyr4388 bool = false - yyq4388[0] = x.Kind != "" - yyq4388[1] = x.APIVersion != "" - yyq4388[2] = true - var yynn4388 int - if yyr4388 || yy2arr4388 { + yysep4393 := !z.EncBinary() + yy2arr4393 := z.EncBasicHandle().StructToArray + var yyq4393 [4]bool + _, _, _ = yysep4393, yyq4393, yy2arr4393 + const yyr4393 bool = false + yyq4393[0] = x.Kind != "" + yyq4393[1] = x.APIVersion != "" + yyq4393[2] = true + var yynn4393 int + if yyr4393 || yy2arr4393 { r.EncodeArrayStart(4) } else { - yynn4388 = 1 - for _, b := range yyq4388 { + yynn4393 = 1 + for _, b := range yyq4393 { if b { - yynn4388++ + yynn4393++ } } - r.EncodeMapStart(yynn4388) - yynn4388 = 0 + r.EncodeMapStart(yynn4393) + yynn4393 = 0 } - if yyr4388 || yy2arr4388 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4388[0] { - yym4390 := z.EncBinary() - _ = yym4390 + if yyq4393[0] { + yym4395 := z.EncBinary() + _ = yym4395 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54671,23 +54726,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4388[0] { + if yyq4393[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4391 := z.EncBinary() - _ = yym4391 + yym4396 := z.EncBinary() + _ = yym4396 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4388 || yy2arr4388 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4388[1] { - yym4393 := z.EncBinary() - _ = yym4393 + if yyq4393[1] { + yym4398 := z.EncBinary() + _ = yym4398 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54696,54 +54751,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4388[1] { + if yyq4393[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4394 := z.EncBinary() - _ = yym4394 + yym4399 := z.EncBinary() + _ = yym4399 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4388 || yy2arr4388 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4388[2] { - yy4396 := &x.ListMeta - yym4397 := z.EncBinary() - _ = yym4397 + if yyq4393[2] { + yy4401 := &x.ListMeta + yym4402 := z.EncBinary() + _ = yym4402 if false { - } else if z.HasExtensions() && z.EncExt(yy4396) { + } else if z.HasExtensions() && z.EncExt(yy4401) { } else { - z.EncFallback(yy4396) + z.EncFallback(yy4401) } } else { r.EncodeNil() } } else { - if yyq4388[2] { + if yyq4393[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4398 := &x.ListMeta - yym4399 := z.EncBinary() - _ = yym4399 + yy4403 := &x.ListMeta + yym4404 := z.EncBinary() + _ = yym4404 if false { - } else if z.HasExtensions() && z.EncExt(yy4398) { + } else if z.HasExtensions() && z.EncExt(yy4403) { } else { - z.EncFallback(yy4398) + z.EncFallback(yy4403) } } } - if yyr4388 || yy2arr4388 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4401 := z.EncBinary() - _ = yym4401 + yym4406 := z.EncBinary() + _ = yym4406 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -54756,15 +54811,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4402 := z.EncBinary() - _ = yym4402 + yym4407 := z.EncBinary() + _ = yym4407 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4388 || yy2arr4388 { + if yyr4393 || yy2arr4393 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54777,25 +54832,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4403 := z.DecBinary() - _ = yym4403 + yym4408 := z.DecBinary() + _ = yym4408 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4404 := r.ContainerType() - if yyct4404 == codecSelferValueTypeMap1234 { - yyl4404 := r.ReadMapStart() - if yyl4404 == 0 { + yyct4409 := r.ContainerType() + if yyct4409 == codecSelferValueTypeMap1234 { + yyl4409 := r.ReadMapStart() + if yyl4409 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4404, d) + x.codecDecodeSelfFromMap(yyl4409, d) } - } else if yyct4404 == codecSelferValueTypeArray1234 { - yyl4404 := r.ReadArrayStart() - if yyl4404 == 0 { + } else if yyct4409 == codecSelferValueTypeArray1234 { + yyl4409 := r.ReadArrayStart() + if yyl4409 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4404, d) + x.codecDecodeSelfFromArray(yyl4409, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54807,12 +54862,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4405Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4405Slc - var yyhl4405 bool = l >= 0 - for yyj4405 := 0; ; yyj4405++ { - if yyhl4405 { - if yyj4405 >= l { + var yys4410Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4410Slc + var yyhl4410 bool = l >= 0 + for yyj4410 := 0; ; yyj4410++ { + if yyhl4410 { + if yyj4410 >= l { break } } else { @@ -54821,10 +54876,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4405Slc = r.DecodeBytes(yys4405Slc, true, true) - yys4405 := string(yys4405Slc) + yys4410Slc = r.DecodeBytes(yys4410Slc, true, true) + yys4410 := string(yys4410Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4405 { + switch yys4410 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54841,31 +54896,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4408 := &x.ListMeta - yym4409 := z.DecBinary() - _ = yym4409 + yyv4413 := &x.ListMeta + yym4414 := z.DecBinary() + _ = yym4414 if false { - } else if z.HasExtensions() && z.DecExt(yyv4408) { + } else if z.HasExtensions() && z.DecExt(yyv4413) { } else { - z.DecFallback(yyv4408, false) + z.DecFallback(yyv4413, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4410 := &x.Items - yym4411 := z.DecBinary() - _ = yym4411 + yyv4415 := &x.Items + yym4416 := z.DecBinary() + _ = yym4416 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4410), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4415), d) } } default: - z.DecStructFieldNotFound(-1, yys4405) - } // end switch yys4405 - } // end for yyj4405 + z.DecStructFieldNotFound(-1, yys4410) + } // end switch yys4410 + } // end for yyj4410 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54873,16 +54928,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4412 int - var yyb4412 bool - var yyhl4412 bool = l >= 0 - yyj4412++ - if yyhl4412 { - yyb4412 = yyj4412 > l + var yyj4417 int + var yyb4417 bool + var yyhl4417 bool = l >= 0 + yyj4417++ + if yyhl4417 { + yyb4417 = yyj4417 > l } else { - yyb4412 = r.CheckBreak() + yyb4417 = r.CheckBreak() } - if yyb4412 { + if yyb4417 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54892,13 +54947,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4412++ - if yyhl4412 { - yyb4412 = yyj4412 > l + yyj4417++ + if yyhl4417 { + yyb4417 = yyj4417 > l } else { - yyb4412 = r.CheckBreak() + yyb4417 = r.CheckBreak() } - if yyb4412 { + if yyb4417 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54908,13 +54963,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4412++ - if yyhl4412 { - yyb4412 = yyj4412 > l + yyj4417++ + if yyhl4417 { + yyb4417 = yyj4417 > l } else { - yyb4412 = r.CheckBreak() + yyb4417 = r.CheckBreak() } - if yyb4412 { + if yyb4417 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54922,22 +54977,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4415 := &x.ListMeta - yym4416 := z.DecBinary() - _ = yym4416 + yyv4420 := &x.ListMeta + yym4421 := z.DecBinary() + _ = yym4421 if false { - } else if z.HasExtensions() && z.DecExt(yyv4415) { + } else if z.HasExtensions() && z.DecExt(yyv4420) { } else { - z.DecFallback(yyv4415, false) + z.DecFallback(yyv4420, false) } } - yyj4412++ - if yyhl4412 { - yyb4412 = yyj4412 > l + yyj4417++ + if yyhl4417 { + yyb4417 = yyj4417 > l } else { - yyb4412 = r.CheckBreak() + yyb4417 = r.CheckBreak() } - if yyb4412 { + if yyb4417 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54945,26 +55000,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4417 := &x.Items - yym4418 := z.DecBinary() - _ = yym4418 + yyv4422 := &x.Items + yym4423 := z.DecBinary() + _ = yym4423 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4417), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4422), d) } } for { - yyj4412++ - if yyhl4412 { - yyb4412 = yyj4412 > l + yyj4417++ + if yyhl4417 { + yyb4417 = yyj4417 > l } else { - yyb4412 = r.CheckBreak() + yyb4417 = r.CheckBreak() } - if yyb4412 { + if yyb4417 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4412-1, "") + z.DecStructFieldNotFound(yyj4417-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54976,38 +55031,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4419 := z.EncBinary() - _ = yym4419 + yym4424 := z.EncBinary() + _ = yym4424 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4420 := !z.EncBinary() - yy2arr4420 := z.EncBasicHandle().StructToArray - var yyq4420 [6]bool - _, _, _ = yysep4420, yyq4420, yy2arr4420 - const yyr4420 bool = false - yyq4420[0] = x.Capabilities != nil - yyq4420[1] = x.Privileged != nil - yyq4420[2] = x.SELinuxOptions != nil - yyq4420[3] = x.RunAsUser != nil - yyq4420[4] = x.RunAsNonRoot != nil - yyq4420[5] = x.ReadOnlyRootFilesystem != nil - var yynn4420 int - if yyr4420 || yy2arr4420 { + yysep4425 := !z.EncBinary() + yy2arr4425 := z.EncBasicHandle().StructToArray + var yyq4425 [6]bool + _, _, _ = yysep4425, yyq4425, yy2arr4425 + const yyr4425 bool = false + yyq4425[0] = x.Capabilities != nil + yyq4425[1] = x.Privileged != nil + yyq4425[2] = x.SELinuxOptions != nil + yyq4425[3] = x.RunAsUser != nil + yyq4425[4] = x.RunAsNonRoot != nil + yyq4425[5] = x.ReadOnlyRootFilesystem != nil + var yynn4425 int + if yyr4425 || yy2arr4425 { r.EncodeArrayStart(6) } else { - yynn4420 = 0 - for _, b := range yyq4420 { + yynn4425 = 0 + for _, b := range yyq4425 { if b { - yynn4420++ + yynn4425++ } } - r.EncodeMapStart(yynn4420) - yynn4420 = 0 + r.EncodeMapStart(yynn4425) + yynn4425 = 0 } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[0] { + if yyq4425[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55017,7 +55072,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4420[0] { + if yyq4425[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55028,44 +55083,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[1] { + if yyq4425[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4423 := *x.Privileged - yym4424 := z.EncBinary() - _ = yym4424 + yy4428 := *x.Privileged + yym4429 := z.EncBinary() + _ = yym4429 if false { } else { - r.EncodeBool(bool(yy4423)) + r.EncodeBool(bool(yy4428)) } } } else { r.EncodeNil() } } else { - if yyq4420[1] { + if yyq4425[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4425 := *x.Privileged - yym4426 := z.EncBinary() - _ = yym4426 + yy4430 := *x.Privileged + yym4431 := z.EncBinary() + _ = yym4431 if false { } else { - r.EncodeBool(bool(yy4425)) + r.EncodeBool(bool(yy4430)) } } } } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[2] { + if yyq4425[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55075,7 +55130,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4420[2] { + if yyq4425[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55086,83 +55141,48 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[3] { + if yyq4425[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4429 := *x.RunAsUser - yym4430 := z.EncBinary() - _ = yym4430 + yy4434 := *x.RunAsUser + yym4435 := z.EncBinary() + _ = yym4435 if false { } else { - r.EncodeInt(int64(yy4429)) + r.EncodeInt(int64(yy4434)) } } } else { r.EncodeNil() } } else { - if yyq4420[3] { + if yyq4425[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4431 := *x.RunAsUser - yym4432 := z.EncBinary() - _ = yym4432 - if false { - } else { - r.EncodeInt(int64(yy4431)) - } - } - } - } - if yyr4420 || yy2arr4420 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[4] { - if x.RunAsNonRoot == nil { - r.EncodeNil() - } else { - yy4434 := *x.RunAsNonRoot - yym4435 := z.EncBinary() - _ = yym4435 - if false { - } else { - r.EncodeBool(bool(yy4434)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4420[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.RunAsNonRoot == nil { - r.EncodeNil() - } else { - yy4436 := *x.RunAsNonRoot + yy4436 := *x.RunAsUser yym4437 := z.EncBinary() _ = yym4437 if false { } else { - r.EncodeBool(bool(yy4436)) + r.EncodeInt(int64(yy4436)) } } } } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4420[5] { - if x.ReadOnlyRootFilesystem == nil { + if yyq4425[4] { + if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4439 := *x.ReadOnlyRootFilesystem + yy4439 := *x.RunAsNonRoot yym4440 := z.EncBinary() _ = yym4440 if false { @@ -55174,14 +55194,14 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4420[5] { + if yyq4425[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) + r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ReadOnlyRootFilesystem == nil { + if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4441 := *x.ReadOnlyRootFilesystem + yy4441 := *x.RunAsNonRoot yym4442 := z.EncBinary() _ = yym4442 if false { @@ -55191,7 +55211,42 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4420 || yy2arr4420 { + if yyr4425 || yy2arr4425 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4425[5] { + if x.ReadOnlyRootFilesystem == nil { + r.EncodeNil() + } else { + yy4444 := *x.ReadOnlyRootFilesystem + yym4445 := z.EncBinary() + _ = yym4445 + if false { + } else { + r.EncodeBool(bool(yy4444)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4425[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ReadOnlyRootFilesystem == nil { + r.EncodeNil() + } else { + yy4446 := *x.ReadOnlyRootFilesystem + yym4447 := z.EncBinary() + _ = yym4447 + if false { + } else { + r.EncodeBool(bool(yy4446)) + } + } + } + } + if yyr4425 || yy2arr4425 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55204,25 +55259,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4443 := z.DecBinary() - _ = yym4443 + yym4448 := z.DecBinary() + _ = yym4448 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4444 := r.ContainerType() - if yyct4444 == codecSelferValueTypeMap1234 { - yyl4444 := r.ReadMapStart() - if yyl4444 == 0 { + yyct4449 := r.ContainerType() + if yyct4449 == codecSelferValueTypeMap1234 { + yyl4449 := r.ReadMapStart() + if yyl4449 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4444, d) + x.codecDecodeSelfFromMap(yyl4449, d) } - } else if yyct4444 == codecSelferValueTypeArray1234 { - yyl4444 := r.ReadArrayStart() - if yyl4444 == 0 { + } else if yyct4449 == codecSelferValueTypeArray1234 { + yyl4449 := r.ReadArrayStart() + if yyl4449 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4444, d) + x.codecDecodeSelfFromArray(yyl4449, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55234,12 +55289,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4445Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4445Slc - var yyhl4445 bool = l >= 0 - for yyj4445 := 0; ; yyj4445++ { - if yyhl4445 { - if yyj4445 >= l { + var yys4450Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4450Slc + var yyhl4450 bool = l >= 0 + for yyj4450 := 0; ; yyj4450++ { + if yyhl4450 { + if yyj4450 >= l { break } } else { @@ -55248,10 +55303,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4445Slc = r.DecodeBytes(yys4445Slc, true, true) - yys4445 := string(yys4445Slc) + yys4450Slc = r.DecodeBytes(yys4450Slc, true, true) + yys4450 := string(yys4450Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4445 { + switch yys4450 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55272,8 +55327,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4448 := z.DecBinary() - _ = yym4448 + yym4453 := z.DecBinary() + _ = yym4453 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55299,8 +55354,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4451 := z.DecBinary() - _ = yym4451 + yym4456 := z.DecBinary() + _ = yym4456 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55315,8 +55370,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4453 := z.DecBinary() - _ = yym4453 + yym4458 := z.DecBinary() + _ = yym4458 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55331,17 +55386,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4455 := z.DecBinary() - _ = yym4455 + yym4460 := z.DecBinary() + _ = yym4460 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4445) - } // end switch yys4445 - } // end for yyj4445 + z.DecStructFieldNotFound(-1, yys4450) + } // end switch yys4450 + } // end for yyj4450 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55349,16 +55404,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4456 int - var yyb4456 bool - var yyhl4456 bool = l >= 0 - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + var yyj4461 int + var yyb4461 bool + var yyhl4461 bool = l >= 0 + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55373,13 +55428,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55392,20 +55447,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4459 := z.DecBinary() - _ = yym4459 + yym4464 := z.DecBinary() + _ = yym4464 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55420,13 +55475,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55439,20 +55494,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4462 := z.DecBinary() - _ = yym4462 + yym4467 := z.DecBinary() + _ = yym4467 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55465,20 +55520,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4464 := z.DecBinary() - _ = yym4464 + yym4469 := z.DecBinary() + _ = yym4469 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55491,25 +55546,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4466 := z.DecBinary() - _ = yym4466 + yym4471 := z.DecBinary() + _ = yym4471 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4456++ - if yyhl4456 { - yyb4456 = yyj4456 > l + yyj4461++ + if yyhl4461 { + yyb4461 = yyj4461 > l } else { - yyb4456 = r.CheckBreak() + yyb4461 = r.CheckBreak() } - if yyb4456 { + if yyb4461 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4456-1, "") + z.DecStructFieldNotFound(yyj4461-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55521,38 +55576,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4467 := z.EncBinary() - _ = yym4467 + yym4472 := z.EncBinary() + _ = yym4472 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4468 := !z.EncBinary() - yy2arr4468 := z.EncBasicHandle().StructToArray - var yyq4468 [4]bool - _, _, _ = yysep4468, yyq4468, yy2arr4468 - const yyr4468 bool = false - yyq4468[0] = x.User != "" - yyq4468[1] = x.Role != "" - yyq4468[2] = x.Type != "" - yyq4468[3] = x.Level != "" - var yynn4468 int - if yyr4468 || yy2arr4468 { + yysep4473 := !z.EncBinary() + yy2arr4473 := z.EncBasicHandle().StructToArray + var yyq4473 [4]bool + _, _, _ = yysep4473, yyq4473, yy2arr4473 + const yyr4473 bool = false + yyq4473[0] = x.User != "" + yyq4473[1] = x.Role != "" + yyq4473[2] = x.Type != "" + yyq4473[3] = x.Level != "" + var yynn4473 int + if yyr4473 || yy2arr4473 { r.EncodeArrayStart(4) } else { - yynn4468 = 0 - for _, b := range yyq4468 { + yynn4473 = 0 + for _, b := range yyq4473 { if b { - yynn4468++ + yynn4473++ } } - r.EncodeMapStart(yynn4468) - yynn4468 = 0 + r.EncodeMapStart(yynn4473) + yynn4473 = 0 } - if yyr4468 || yy2arr4468 { + if yyr4473 || yy2arr4473 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4468[0] { - yym4470 := z.EncBinary() - _ = yym4470 + if yyq4473[0] { + yym4475 := z.EncBinary() + _ = yym4475 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -55561,74 +55616,74 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4468[0] { + if yyq4473[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4471 := z.EncBinary() - _ = yym4471 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4468 || yy2arr4468 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4468[1] { - yym4473 := z.EncBinary() - _ = yym4473 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4468[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4474 := z.EncBinary() - _ = yym4474 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4468 || yy2arr4468 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4468[2] { yym4476 := z.EncBinary() _ = yym4476 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4473 || yy2arr4473 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4473[1] { + yym4478 := z.EncBinary() + _ = yym4478 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4468[2] { + if yyq4473[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) + r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4477 := z.EncBinary() - _ = yym4477 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4468 || yy2arr4468 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4468[3] { yym4479 := z.EncBinary() _ = yym4479 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4473 || yy2arr4473 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4473[2] { + yym4481 := z.EncBinary() + _ = yym4481 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4473[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4482 := z.EncBinary() + _ = yym4482 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4473 || yy2arr4473 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4473[3] { + yym4484 := z.EncBinary() + _ = yym4484 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } @@ -55636,19 +55691,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4468[3] { + if yyq4473[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4480 := z.EncBinary() - _ = yym4480 + yym4485 := z.EncBinary() + _ = yym4485 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4468 || yy2arr4468 { + if yyr4473 || yy2arr4473 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55661,25 +55716,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4481 := z.DecBinary() - _ = yym4481 + yym4486 := z.DecBinary() + _ = yym4486 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4482 := r.ContainerType() - if yyct4482 == codecSelferValueTypeMap1234 { - yyl4482 := r.ReadMapStart() - if yyl4482 == 0 { + yyct4487 := r.ContainerType() + if yyct4487 == codecSelferValueTypeMap1234 { + yyl4487 := r.ReadMapStart() + if yyl4487 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4482, d) + x.codecDecodeSelfFromMap(yyl4487, d) } - } else if yyct4482 == codecSelferValueTypeArray1234 { - yyl4482 := r.ReadArrayStart() - if yyl4482 == 0 { + } else if yyct4487 == codecSelferValueTypeArray1234 { + yyl4487 := r.ReadArrayStart() + if yyl4487 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4482, d) + x.codecDecodeSelfFromArray(yyl4487, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55691,12 +55746,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4483Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4483Slc - var yyhl4483 bool = l >= 0 - for yyj4483 := 0; ; yyj4483++ { - if yyhl4483 { - if yyj4483 >= l { + var yys4488Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4488Slc + var yyhl4488 bool = l >= 0 + for yyj4488 := 0; ; yyj4488++ { + if yyhl4488 { + if yyj4488 >= l { break } } else { @@ -55705,10 +55760,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4483Slc = r.DecodeBytes(yys4483Slc, true, true) - yys4483 := string(yys4483Slc) + yys4488Slc = r.DecodeBytes(yys4488Slc, true, true) + yys4488 := string(yys4488Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4483 { + switch yys4488 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -55734,9 +55789,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4483) - } // end switch yys4483 - } // end for yyj4483 + z.DecStructFieldNotFound(-1, yys4488) + } // end switch yys4488 + } // end for yyj4488 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55744,16 +55799,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4488 int - var yyb4488 bool - var yyhl4488 bool = l >= 0 - yyj4488++ - if yyhl4488 { - yyb4488 = yyj4488 > l + var yyj4493 int + var yyb4493 bool + var yyhl4493 bool = l >= 0 + yyj4493++ + if yyhl4493 { + yyb4493 = yyj4493 > l } else { - yyb4488 = r.CheckBreak() + yyb4493 = r.CheckBreak() } - if yyb4488 { + if yyb4493 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55763,13 +55818,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4488++ - if yyhl4488 { - yyb4488 = yyj4488 > l + yyj4493++ + if yyhl4493 { + yyb4493 = yyj4493 > l } else { - yyb4488 = r.CheckBreak() + yyb4493 = r.CheckBreak() } - if yyb4488 { + if yyb4493 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55779,13 +55834,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4488++ - if yyhl4488 { - yyb4488 = yyj4488 > l + yyj4493++ + if yyhl4493 { + yyb4493 = yyj4493 > l } else { - yyb4488 = r.CheckBreak() + yyb4493 = r.CheckBreak() } - if yyb4488 { + if yyb4493 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55795,13 +55850,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4488++ - if yyhl4488 { - yyb4488 = yyj4488 > l + yyj4493++ + if yyhl4493 { + yyb4493 = yyj4493 > l } else { - yyb4488 = r.CheckBreak() + yyb4493 = r.CheckBreak() } - if yyb4488 { + if yyb4493 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55812,17 +55867,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4488++ - if yyhl4488 { - yyb4488 = yyj4488 > l + yyj4493++ + if yyhl4493 { + yyb4493 = yyj4493 > l } else { - yyb4488 = r.CheckBreak() + yyb4493 = r.CheckBreak() } - if yyb4488 { + if yyb4493 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4488-1, "") + z.DecStructFieldNotFound(yyj4493-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55834,37 +55889,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4493 := z.EncBinary() - _ = yym4493 + yym4498 := z.EncBinary() + _ = yym4498 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4494 := !z.EncBinary() - yy2arr4494 := z.EncBasicHandle().StructToArray - var yyq4494 [5]bool - _, _, _ = yysep4494, yyq4494, yy2arr4494 - const yyr4494 bool = false - yyq4494[0] = x.Kind != "" - yyq4494[1] = x.APIVersion != "" - yyq4494[2] = true - var yynn4494 int - if yyr4494 || yy2arr4494 { + yysep4499 := !z.EncBinary() + yy2arr4499 := z.EncBasicHandle().StructToArray + var yyq4499 [5]bool + _, _, _ = yysep4499, yyq4499, yy2arr4499 + const yyr4499 bool = false + yyq4499[0] = x.Kind != "" + yyq4499[1] = x.APIVersion != "" + yyq4499[2] = true + var yynn4499 int + if yyr4499 || yy2arr4499 { r.EncodeArrayStart(5) } else { - yynn4494 = 2 - for _, b := range yyq4494 { + yynn4499 = 2 + for _, b := range yyq4499 { if b { - yynn4494++ + yynn4499++ } } - r.EncodeMapStart(yynn4494) - yynn4494 = 0 + r.EncodeMapStart(yynn4499) + yynn4499 = 0 } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4494[0] { - yym4496 := z.EncBinary() - _ = yym4496 + if yyq4499[0] { + yym4501 := z.EncBinary() + _ = yym4501 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55873,23 +55928,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4494[0] { + if yyq4499[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4497 := z.EncBinary() - _ = yym4497 + yym4502 := z.EncBinary() + _ = yym4502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4494[1] { - yym4499 := z.EncBinary() - _ = yym4499 + if yyq4499[1] { + yym4504 := z.EncBinary() + _ = yym4504 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55898,39 +55953,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4494[1] { + if yyq4499[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4500 := z.EncBinary() - _ = yym4500 + yym4505 := z.EncBinary() + _ = yym4505 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4494[2] { - yy4502 := &x.ObjectMeta - yy4502.CodecEncodeSelf(e) + if yyq4499[2] { + yy4507 := &x.ObjectMeta + yy4507.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4494[2] { + if yyq4499[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4503 := &x.ObjectMeta - yy4503.CodecEncodeSelf(e) + yy4508 := &x.ObjectMeta + yy4508.CodecEncodeSelf(e) } } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4505 := z.EncBinary() - _ = yym4505 + yym4510 := z.EncBinary() + _ = yym4510 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -55939,20 +55994,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4506 := z.EncBinary() - _ = yym4506 + yym4511 := z.EncBinary() + _ = yym4511 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4508 := z.EncBinary() - _ = yym4508 + yym4513 := z.EncBinary() + _ = yym4513 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -55965,15 +56020,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4509 := z.EncBinary() - _ = yym4509 + yym4514 := z.EncBinary() + _ = yym4514 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4494 || yy2arr4494 { + if yyr4499 || yy2arr4499 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55986,25 +56041,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4510 := z.DecBinary() - _ = yym4510 + yym4515 := z.DecBinary() + _ = yym4515 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4511 := r.ContainerType() - if yyct4511 == codecSelferValueTypeMap1234 { - yyl4511 := r.ReadMapStart() - if yyl4511 == 0 { + yyct4516 := r.ContainerType() + if yyct4516 == codecSelferValueTypeMap1234 { + yyl4516 := r.ReadMapStart() + if yyl4516 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4511, d) + x.codecDecodeSelfFromMap(yyl4516, d) } - } else if yyct4511 == codecSelferValueTypeArray1234 { - yyl4511 := r.ReadArrayStart() - if yyl4511 == 0 { + } else if yyct4516 == codecSelferValueTypeArray1234 { + yyl4516 := r.ReadArrayStart() + if yyl4516 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4511, d) + x.codecDecodeSelfFromArray(yyl4516, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56016,12 +56071,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4512Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4512Slc - var yyhl4512 bool = l >= 0 - for yyj4512 := 0; ; yyj4512++ { - if yyhl4512 { - if yyj4512 >= l { + var yys4517Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4517Slc + var yyhl4517 bool = l >= 0 + for yyj4517 := 0; ; yyj4517++ { + if yyhl4517 { + if yyj4517 >= l { break } } else { @@ -56030,10 +56085,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4512Slc = r.DecodeBytes(yys4512Slc, true, true) - yys4512 := string(yys4512Slc) + yys4517Slc = r.DecodeBytes(yys4517Slc, true, true) + yys4517 := string(yys4517Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4512 { + switch yys4517 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56050,8 +56105,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4515 := &x.ObjectMeta - yyv4515.CodecDecodeSelf(d) + yyv4520 := &x.ObjectMeta + yyv4520.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56063,18 +56118,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4517 := &x.Data - yym4518 := z.DecBinary() - _ = yym4518 + yyv4522 := &x.Data + yym4523 := z.DecBinary() + _ = yym4523 if false { } else { - *yyv4517 = r.DecodeBytes(*(*[]byte)(yyv4517), false, false) + *yyv4522 = r.DecodeBytes(*(*[]byte)(yyv4522), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4512) - } // end switch yys4512 - } // end for yyj4512 + z.DecStructFieldNotFound(-1, yys4517) + } // end switch yys4517 + } // end for yyj4517 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56082,16 +56137,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4519 int - var yyb4519 bool - var yyhl4519 bool = l >= 0 - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + var yyj4524 int + var yyb4524 bool + var yyhl4524 bool = l >= 0 + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56101,13 +56156,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56117,13 +56172,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56131,16 +56186,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4522 := &x.ObjectMeta - yyv4522.CodecDecodeSelf(d) + yyv4527 := &x.ObjectMeta + yyv4527.CodecDecodeSelf(d) } - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56150,13 +56205,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56164,26 +56219,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4524 := &x.Data - yym4525 := z.DecBinary() - _ = yym4525 + yyv4529 := &x.Data + yym4530 := z.DecBinary() + _ = yym4530 if false { } else { - *yyv4524 = r.DecodeBytes(*(*[]byte)(yyv4524), false, false) + *yyv4529 = r.DecodeBytes(*(*[]byte)(yyv4529), false, false) } } for { - yyj4519++ - if yyhl4519 { - yyb4519 = yyj4519 > l + yyj4524++ + if yyhl4524 { + yyb4524 = yyj4524 > l } else { - yyb4519 = r.CheckBreak() + yyb4524 = r.CheckBreak() } - if yyb4519 { + if yyb4524 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4519-1, "") + z.DecStructFieldNotFound(yyj4524-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56193,10 +56248,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4526 := range v { + for _, yyv4531 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4527 := &yyv4526 - yy4527.CodecEncodeSelf(e) + yy4532 := &yyv4531 + yy4532.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56206,127 +56261,12 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4528 := *v - yyh4528, yyl4528 := z.DecSliceHelperStart() - var yyc4528 bool - if yyl4528 == 0 { - if yyv4528 == nil { - yyv4528 = []OwnerReference{} - yyc4528 = true - } else if len(yyv4528) != 0 { - yyv4528 = yyv4528[:0] - yyc4528 = true - } - } else if yyl4528 > 0 { - var yyrr4528, yyrl4528 int - var yyrt4528 bool - if yyl4528 > cap(yyv4528) { - - yyrg4528 := len(yyv4528) > 0 - yyv24528 := yyv4528 - yyrl4528, yyrt4528 = z.DecInferLen(yyl4528, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4528 { - if yyrl4528 <= cap(yyv4528) { - yyv4528 = yyv4528[:yyrl4528] - } else { - yyv4528 = make([]OwnerReference, yyrl4528) - } - } else { - yyv4528 = make([]OwnerReference, yyrl4528) - } - yyc4528 = true - yyrr4528 = len(yyv4528) - if yyrg4528 { - copy(yyv4528, yyv24528) - } - } else if yyl4528 != len(yyv4528) { - yyv4528 = yyv4528[:yyl4528] - yyc4528 = true - } - yyj4528 := 0 - for ; yyj4528 < yyrr4528; yyj4528++ { - yyh4528.ElemContainerState(yyj4528) - if r.TryDecodeAsNil() { - yyv4528[yyj4528] = OwnerReference{} - } else { - yyv4529 := &yyv4528[yyj4528] - yyv4529.CodecDecodeSelf(d) - } - - } - if yyrt4528 { - for ; yyj4528 < yyl4528; yyj4528++ { - yyv4528 = append(yyv4528, OwnerReference{}) - yyh4528.ElemContainerState(yyj4528) - if r.TryDecodeAsNil() { - yyv4528[yyj4528] = OwnerReference{} - } else { - yyv4530 := &yyv4528[yyj4528] - yyv4530.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4528 := 0 - for ; !r.CheckBreak(); yyj4528++ { - - if yyj4528 >= len(yyv4528) { - yyv4528 = append(yyv4528, OwnerReference{}) // var yyz4528 OwnerReference - yyc4528 = true - } - yyh4528.ElemContainerState(yyj4528) - if yyj4528 < len(yyv4528) { - if r.TryDecodeAsNil() { - yyv4528[yyj4528] = OwnerReference{} - } else { - yyv4531 := &yyv4528[yyj4528] - yyv4531.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4528 < len(yyv4528) { - yyv4528 = yyv4528[:yyj4528] - yyc4528 = true - } else if yyj4528 == 0 && yyv4528 == nil { - yyv4528 = []OwnerReference{} - yyc4528 = true - } - } - yyh4528.End() - if yyc4528 { - *v = yyv4528 - } -} - -func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolumeAccessMode, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4532 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4532.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolumeAccessMode, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4533 := *v yyh4533, yyl4533 := z.DecSliceHelperStart() var yyc4533 bool if yyl4533 == 0 { if yyv4533 == nil { - yyv4533 = []PersistentVolumeAccessMode{} + yyv4533 = []OwnerReference{} yyc4533 = true } else if len(yyv4533) != 0 { yyv4533 = yyv4533[:0] @@ -56337,18 +56277,23 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum var yyrt4533 bool if yyl4533 > cap(yyv4533) { - yyrl4533, yyrt4533 = z.DecInferLen(yyl4533, z.DecBasicHandle().MaxInitLen, 16) + yyrg4533 := len(yyv4533) > 0 + yyv24533 := yyv4533 + yyrl4533, yyrt4533 = z.DecInferLen(yyl4533, z.DecBasicHandle().MaxInitLen, 72) if yyrt4533 { if yyrl4533 <= cap(yyv4533) { yyv4533 = yyv4533[:yyrl4533] } else { - yyv4533 = make([]PersistentVolumeAccessMode, yyrl4533) + yyv4533 = make([]OwnerReference, yyrl4533) } } else { - yyv4533 = make([]PersistentVolumeAccessMode, yyrl4533) + yyv4533 = make([]OwnerReference, yyrl4533) } yyc4533 = true yyrr4533 = len(yyv4533) + if yyrg4533 { + copy(yyv4533, yyv24533) + } } else if yyl4533 != len(yyv4533) { yyv4533 = yyv4533[:yyl4533] yyc4533 = true @@ -56357,20 +56302,22 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum for ; yyj4533 < yyrr4533; yyj4533++ { yyh4533.ElemContainerState(yyj4533) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = "" + yyv4533[yyj4533] = OwnerReference{} } else { - yyv4533[yyj4533] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4534 := &yyv4533[yyj4533] + yyv4534.CodecDecodeSelf(d) } } if yyrt4533 { for ; yyj4533 < yyl4533; yyj4533++ { - yyv4533 = append(yyv4533, "") + yyv4533 = append(yyv4533, OwnerReference{}) yyh4533.ElemContainerState(yyj4533) if r.TryDecodeAsNil() { - yyv4533[yyj4533] = "" + yyv4533[yyj4533] = OwnerReference{} } else { - yyv4533[yyj4533] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4535 := &yyv4533[yyj4533] + yyv4535.CodecDecodeSelf(d) } } @@ -56381,15 +56328,16 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum for ; !r.CheckBreak(); yyj4533++ { if yyj4533 >= len(yyv4533) { - yyv4533 = append(yyv4533, "") // var yyz4533 PersistentVolumeAccessMode + yyv4533 = append(yyv4533, OwnerReference{}) // var yyz4533 OwnerReference yyc4533 = true } yyh4533.ElemContainerState(yyj4533) if yyj4533 < len(yyv4533) { if r.TryDecodeAsNil() { - yyv4533[yyj4533] = "" + yyv4533[yyj4533] = OwnerReference{} } else { - yyv4533[yyj4533] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4536 := &yyv4533[yyj4533] + yyv4536.CodecDecodeSelf(d) } } else { @@ -56401,7 +56349,7 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum yyv4533 = yyv4533[:yyj4533] yyc4533 = true } else if yyj4533 == 0 && yyv4533 == nil { - yyv4533 = []PersistentVolumeAccessMode{} + yyv4533 = []OwnerReference{} yyc4533 = true } } @@ -56411,15 +56359,122 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } -func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec1978.Encoder) { +func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolumeAccessMode, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4537 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4538 := &yyv4537 - yy4538.CodecEncodeSelf(e) + yyv4537.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolumeAccessMode, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4538 := *v + yyh4538, yyl4538 := z.DecSliceHelperStart() + var yyc4538 bool + if yyl4538 == 0 { + if yyv4538 == nil { + yyv4538 = []PersistentVolumeAccessMode{} + yyc4538 = true + } else if len(yyv4538) != 0 { + yyv4538 = yyv4538[:0] + yyc4538 = true + } + } else if yyl4538 > 0 { + var yyrr4538, yyrl4538 int + var yyrt4538 bool + if yyl4538 > cap(yyv4538) { + + yyrl4538, yyrt4538 = z.DecInferLen(yyl4538, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4538 { + if yyrl4538 <= cap(yyv4538) { + yyv4538 = yyv4538[:yyrl4538] + } else { + yyv4538 = make([]PersistentVolumeAccessMode, yyrl4538) + } + } else { + yyv4538 = make([]PersistentVolumeAccessMode, yyrl4538) + } + yyc4538 = true + yyrr4538 = len(yyv4538) + } else if yyl4538 != len(yyv4538) { + yyv4538 = yyv4538[:yyl4538] + yyc4538 = true + } + yyj4538 := 0 + for ; yyj4538 < yyrr4538; yyj4538++ { + yyh4538.ElemContainerState(yyj4538) + if r.TryDecodeAsNil() { + yyv4538[yyj4538] = "" + } else { + yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } + if yyrt4538 { + for ; yyj4538 < yyl4538; yyj4538++ { + yyv4538 = append(yyv4538, "") + yyh4538.ElemContainerState(yyj4538) + if r.TryDecodeAsNil() { + yyv4538[yyj4538] = "" + } else { + yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } + } + + } else { + yyj4538 := 0 + for ; !r.CheckBreak(); yyj4538++ { + + if yyj4538 >= len(yyv4538) { + yyv4538 = append(yyv4538, "") // var yyz4538 PersistentVolumeAccessMode + yyc4538 = true + } + yyh4538.ElemContainerState(yyj4538) + if yyj4538 < len(yyv4538) { + if r.TryDecodeAsNil() { + yyv4538[yyj4538] = "" + } else { + yyv4538[yyj4538] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4538 < len(yyv4538) { + yyv4538 = yyv4538[:yyj4538] + yyc4538 = true + } else if yyj4538 == 0 && yyv4538 == nil { + yyv4538 = []PersistentVolumeAccessMode{} + yyc4538 = true + } + } + yyh4538.End() + if yyc4538 { + *v = yyv4538 + } +} + +func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4542 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4543 := &yyv4542 + yy4543.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56429,83 +56484,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4539 := *v - yyh4539, yyl4539 := z.DecSliceHelperStart() - var yyc4539 bool - if yyl4539 == 0 { - if yyv4539 == nil { - yyv4539 = []PersistentVolume{} - yyc4539 = true - } else if len(yyv4539) != 0 { - yyv4539 = yyv4539[:0] - yyc4539 = true + yyv4544 := *v + yyh4544, yyl4544 := z.DecSliceHelperStart() + var yyc4544 bool + if yyl4544 == 0 { + if yyv4544 == nil { + yyv4544 = []PersistentVolume{} + yyc4544 = true + } else if len(yyv4544) != 0 { + yyv4544 = yyv4544[:0] + yyc4544 = true } - } else if yyl4539 > 0 { - var yyrr4539, yyrl4539 int - var yyrt4539 bool - if yyl4539 > cap(yyv4539) { + } else if yyl4544 > 0 { + var yyrr4544, yyrl4544 int + var yyrt4544 bool + if yyl4544 > cap(yyv4544) { - yyrg4539 := len(yyv4539) > 0 - yyv24539 := yyv4539 - yyrl4539, yyrt4539 = z.DecInferLen(yyl4539, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4539 { - if yyrl4539 <= cap(yyv4539) { - yyv4539 = yyv4539[:yyrl4539] + yyrg4544 := len(yyv4544) > 0 + yyv24544 := yyv4544 + yyrl4544, yyrt4544 = z.DecInferLen(yyl4544, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4544 { + if yyrl4544 <= cap(yyv4544) { + yyv4544 = yyv4544[:yyrl4544] } else { - yyv4539 = make([]PersistentVolume, yyrl4539) + yyv4544 = make([]PersistentVolume, yyrl4544) } } else { - yyv4539 = make([]PersistentVolume, yyrl4539) + yyv4544 = make([]PersistentVolume, yyrl4544) } - yyc4539 = true - yyrr4539 = len(yyv4539) - if yyrg4539 { - copy(yyv4539, yyv24539) + yyc4544 = true + yyrr4544 = len(yyv4544) + if yyrg4544 { + copy(yyv4544, yyv24544) } - } else if yyl4539 != len(yyv4539) { - yyv4539 = yyv4539[:yyl4539] - yyc4539 = true + } else if yyl4544 != len(yyv4544) { + yyv4544 = yyv4544[:yyl4544] + yyc4544 = true } - yyj4539 := 0 - for ; yyj4539 < yyrr4539; yyj4539++ { - yyh4539.ElemContainerState(yyj4539) + yyj4544 := 0 + for ; yyj4544 < yyrr4544; yyj4544++ { + yyh4544.ElemContainerState(yyj4544) if r.TryDecodeAsNil() { - yyv4539[yyj4539] = PersistentVolume{} + yyv4544[yyj4544] = PersistentVolume{} } else { - yyv4540 := &yyv4539[yyj4539] - yyv4540.CodecDecodeSelf(d) + yyv4545 := &yyv4544[yyj4544] + yyv4545.CodecDecodeSelf(d) } } - if yyrt4539 { - for ; yyj4539 < yyl4539; yyj4539++ { - yyv4539 = append(yyv4539, PersistentVolume{}) - yyh4539.ElemContainerState(yyj4539) + if yyrt4544 { + for ; yyj4544 < yyl4544; yyj4544++ { + yyv4544 = append(yyv4544, PersistentVolume{}) + yyh4544.ElemContainerState(yyj4544) if r.TryDecodeAsNil() { - yyv4539[yyj4539] = PersistentVolume{} + yyv4544[yyj4544] = PersistentVolume{} } else { - yyv4541 := &yyv4539[yyj4539] - yyv4541.CodecDecodeSelf(d) + yyv4546 := &yyv4544[yyj4544] + yyv4546.CodecDecodeSelf(d) } } } } else { - yyj4539 := 0 - for ; !r.CheckBreak(); yyj4539++ { + yyj4544 := 0 + for ; !r.CheckBreak(); yyj4544++ { - if yyj4539 >= len(yyv4539) { - yyv4539 = append(yyv4539, PersistentVolume{}) // var yyz4539 PersistentVolume - yyc4539 = true + if yyj4544 >= len(yyv4544) { + yyv4544 = append(yyv4544, PersistentVolume{}) // var yyz4544 PersistentVolume + yyc4544 = true } - yyh4539.ElemContainerState(yyj4539) - if yyj4539 < len(yyv4539) { + yyh4544.ElemContainerState(yyj4544) + if yyj4544 < len(yyv4544) { if r.TryDecodeAsNil() { - yyv4539[yyj4539] = PersistentVolume{} + yyv4544[yyj4544] = PersistentVolume{} } else { - yyv4542 := &yyv4539[yyj4539] - yyv4542.CodecDecodeSelf(d) + yyv4547 := &yyv4544[yyj4544] + yyv4547.CodecDecodeSelf(d) } } else { @@ -56513,17 +56568,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4539 < len(yyv4539) { - yyv4539 = yyv4539[:yyj4539] - yyc4539 = true - } else if yyj4539 == 0 && yyv4539 == nil { - yyv4539 = []PersistentVolume{} - yyc4539 = true + if yyj4544 < len(yyv4544) { + yyv4544 = yyv4544[:yyj4544] + yyc4544 = true + } else if yyj4544 == 0 && yyv4544 == nil { + yyv4544 = []PersistentVolume{} + yyc4544 = true } } - yyh4539.End() - if yyc4539 { - *v = yyv4539 + yyh4544.End() + if yyc4544 { + *v = yyv4544 } } @@ -56532,10 +56587,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4543 := range v { + for _, yyv4548 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4544 := &yyv4543 - yy4544.CodecEncodeSelf(e) + yy4549 := &yyv4548 + yy4549.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56545,83 +56600,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4545 := *v - yyh4545, yyl4545 := z.DecSliceHelperStart() - var yyc4545 bool - if yyl4545 == 0 { - if yyv4545 == nil { - yyv4545 = []PersistentVolumeClaim{} - yyc4545 = true - } else if len(yyv4545) != 0 { - yyv4545 = yyv4545[:0] - yyc4545 = true + yyv4550 := *v + yyh4550, yyl4550 := z.DecSliceHelperStart() + var yyc4550 bool + if yyl4550 == 0 { + if yyv4550 == nil { + yyv4550 = []PersistentVolumeClaim{} + yyc4550 = true + } else if len(yyv4550) != 0 { + yyv4550 = yyv4550[:0] + yyc4550 = true } - } else if yyl4545 > 0 { - var yyrr4545, yyrl4545 int - var yyrt4545 bool - if yyl4545 > cap(yyv4545) { + } else if yyl4550 > 0 { + var yyrr4550, yyrl4550 int + var yyrt4550 bool + if yyl4550 > cap(yyv4550) { - yyrg4545 := len(yyv4545) > 0 - yyv24545 := yyv4545 - yyrl4545, yyrt4545 = z.DecInferLen(yyl4545, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4545 { - if yyrl4545 <= cap(yyv4545) { - yyv4545 = yyv4545[:yyrl4545] + yyrg4550 := len(yyv4550) > 0 + yyv24550 := yyv4550 + yyrl4550, yyrt4550 = z.DecInferLen(yyl4550, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4550 { + if yyrl4550 <= cap(yyv4550) { + yyv4550 = yyv4550[:yyrl4550] } else { - yyv4545 = make([]PersistentVolumeClaim, yyrl4545) + yyv4550 = make([]PersistentVolumeClaim, yyrl4550) } } else { - yyv4545 = make([]PersistentVolumeClaim, yyrl4545) + yyv4550 = make([]PersistentVolumeClaim, yyrl4550) } - yyc4545 = true - yyrr4545 = len(yyv4545) - if yyrg4545 { - copy(yyv4545, yyv24545) + yyc4550 = true + yyrr4550 = len(yyv4550) + if yyrg4550 { + copy(yyv4550, yyv24550) } - } else if yyl4545 != len(yyv4545) { - yyv4545 = yyv4545[:yyl4545] - yyc4545 = true + } else if yyl4550 != len(yyv4550) { + yyv4550 = yyv4550[:yyl4550] + yyc4550 = true } - yyj4545 := 0 - for ; yyj4545 < yyrr4545; yyj4545++ { - yyh4545.ElemContainerState(yyj4545) + yyj4550 := 0 + for ; yyj4550 < yyrr4550; yyj4550++ { + yyh4550.ElemContainerState(yyj4550) if r.TryDecodeAsNil() { - yyv4545[yyj4545] = PersistentVolumeClaim{} + yyv4550[yyj4550] = PersistentVolumeClaim{} } else { - yyv4546 := &yyv4545[yyj4545] - yyv4546.CodecDecodeSelf(d) + yyv4551 := &yyv4550[yyj4550] + yyv4551.CodecDecodeSelf(d) } } - if yyrt4545 { - for ; yyj4545 < yyl4545; yyj4545++ { - yyv4545 = append(yyv4545, PersistentVolumeClaim{}) - yyh4545.ElemContainerState(yyj4545) + if yyrt4550 { + for ; yyj4550 < yyl4550; yyj4550++ { + yyv4550 = append(yyv4550, PersistentVolumeClaim{}) + yyh4550.ElemContainerState(yyj4550) if r.TryDecodeAsNil() { - yyv4545[yyj4545] = PersistentVolumeClaim{} + yyv4550[yyj4550] = PersistentVolumeClaim{} } else { - yyv4547 := &yyv4545[yyj4545] - yyv4547.CodecDecodeSelf(d) + yyv4552 := &yyv4550[yyj4550] + yyv4552.CodecDecodeSelf(d) } } } } else { - yyj4545 := 0 - for ; !r.CheckBreak(); yyj4545++ { + yyj4550 := 0 + for ; !r.CheckBreak(); yyj4550++ { - if yyj4545 >= len(yyv4545) { - yyv4545 = append(yyv4545, PersistentVolumeClaim{}) // var yyz4545 PersistentVolumeClaim - yyc4545 = true + if yyj4550 >= len(yyv4550) { + yyv4550 = append(yyv4550, PersistentVolumeClaim{}) // var yyz4550 PersistentVolumeClaim + yyc4550 = true } - yyh4545.ElemContainerState(yyj4545) - if yyj4545 < len(yyv4545) { + yyh4550.ElemContainerState(yyj4550) + if yyj4550 < len(yyv4550) { if r.TryDecodeAsNil() { - yyv4545[yyj4545] = PersistentVolumeClaim{} + yyv4550[yyj4550] = PersistentVolumeClaim{} } else { - yyv4548 := &yyv4545[yyj4545] - yyv4548.CodecDecodeSelf(d) + yyv4553 := &yyv4550[yyj4550] + yyv4553.CodecDecodeSelf(d) } } else { @@ -56629,17 +56684,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4545 < len(yyv4545) { - yyv4545 = yyv4545[:yyj4545] - yyc4545 = true - } else if yyj4545 == 0 && yyv4545 == nil { - yyv4545 = []PersistentVolumeClaim{} - yyc4545 = true + if yyj4550 < len(yyv4550) { + yyv4550 = yyv4550[:yyj4550] + yyc4550 = true + } else if yyj4550 == 0 && yyv4550 == nil { + yyv4550 = []PersistentVolumeClaim{} + yyc4550 = true } } - yyh4545.End() - if yyc4545 { - *v = yyv4545 + yyh4550.End() + if yyc4550 { + *v = yyv4550 } } @@ -56648,10 +56703,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4549 := range v { + for _, yyv4554 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4550 := &yyv4549 - yy4550.CodecEncodeSelf(e) + yy4555 := &yyv4554 + yy4555.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56661,83 +56716,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4551 := *v - yyh4551, yyl4551 := z.DecSliceHelperStart() - var yyc4551 bool - if yyl4551 == 0 { - if yyv4551 == nil { - yyv4551 = []KeyToPath{} - yyc4551 = true - } else if len(yyv4551) != 0 { - yyv4551 = yyv4551[:0] - yyc4551 = true + yyv4556 := *v + yyh4556, yyl4556 := z.DecSliceHelperStart() + var yyc4556 bool + if yyl4556 == 0 { + if yyv4556 == nil { + yyv4556 = []KeyToPath{} + yyc4556 = true + } else if len(yyv4556) != 0 { + yyv4556 = yyv4556[:0] + yyc4556 = true } - } else if yyl4551 > 0 { - var yyrr4551, yyrl4551 int - var yyrt4551 bool - if yyl4551 > cap(yyv4551) { + } else if yyl4556 > 0 { + var yyrr4556, yyrl4556 int + var yyrt4556 bool + if yyl4556 > cap(yyv4556) { - yyrg4551 := len(yyv4551) > 0 - yyv24551 := yyv4551 - yyrl4551, yyrt4551 = z.DecInferLen(yyl4551, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4551 { - if yyrl4551 <= cap(yyv4551) { - yyv4551 = yyv4551[:yyrl4551] + yyrg4556 := len(yyv4556) > 0 + yyv24556 := yyv4556 + yyrl4556, yyrt4556 = z.DecInferLen(yyl4556, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4556 { + if yyrl4556 <= cap(yyv4556) { + yyv4556 = yyv4556[:yyrl4556] } else { - yyv4551 = make([]KeyToPath, yyrl4551) + yyv4556 = make([]KeyToPath, yyrl4556) } } else { - yyv4551 = make([]KeyToPath, yyrl4551) + yyv4556 = make([]KeyToPath, yyrl4556) } - yyc4551 = true - yyrr4551 = len(yyv4551) - if yyrg4551 { - copy(yyv4551, yyv24551) + yyc4556 = true + yyrr4556 = len(yyv4556) + if yyrg4556 { + copy(yyv4556, yyv24556) } - } else if yyl4551 != len(yyv4551) { - yyv4551 = yyv4551[:yyl4551] - yyc4551 = true + } else if yyl4556 != len(yyv4556) { + yyv4556 = yyv4556[:yyl4556] + yyc4556 = true } - yyj4551 := 0 - for ; yyj4551 < yyrr4551; yyj4551++ { - yyh4551.ElemContainerState(yyj4551) + yyj4556 := 0 + for ; yyj4556 < yyrr4556; yyj4556++ { + yyh4556.ElemContainerState(yyj4556) if r.TryDecodeAsNil() { - yyv4551[yyj4551] = KeyToPath{} + yyv4556[yyj4556] = KeyToPath{} } else { - yyv4552 := &yyv4551[yyj4551] - yyv4552.CodecDecodeSelf(d) + yyv4557 := &yyv4556[yyj4556] + yyv4557.CodecDecodeSelf(d) } } - if yyrt4551 { - for ; yyj4551 < yyl4551; yyj4551++ { - yyv4551 = append(yyv4551, KeyToPath{}) - yyh4551.ElemContainerState(yyj4551) + if yyrt4556 { + for ; yyj4556 < yyl4556; yyj4556++ { + yyv4556 = append(yyv4556, KeyToPath{}) + yyh4556.ElemContainerState(yyj4556) if r.TryDecodeAsNil() { - yyv4551[yyj4551] = KeyToPath{} + yyv4556[yyj4556] = KeyToPath{} } else { - yyv4553 := &yyv4551[yyj4551] - yyv4553.CodecDecodeSelf(d) + yyv4558 := &yyv4556[yyj4556] + yyv4558.CodecDecodeSelf(d) } } } } else { - yyj4551 := 0 - for ; !r.CheckBreak(); yyj4551++ { + yyj4556 := 0 + for ; !r.CheckBreak(); yyj4556++ { - if yyj4551 >= len(yyv4551) { - yyv4551 = append(yyv4551, KeyToPath{}) // var yyz4551 KeyToPath - yyc4551 = true + if yyj4556 >= len(yyv4556) { + yyv4556 = append(yyv4556, KeyToPath{}) // var yyz4556 KeyToPath + yyc4556 = true } - yyh4551.ElemContainerState(yyj4551) - if yyj4551 < len(yyv4551) { + yyh4556.ElemContainerState(yyj4556) + if yyj4556 < len(yyv4556) { if r.TryDecodeAsNil() { - yyv4551[yyj4551] = KeyToPath{} + yyv4556[yyj4556] = KeyToPath{} } else { - yyv4554 := &yyv4551[yyj4551] - yyv4554.CodecDecodeSelf(d) + yyv4559 := &yyv4556[yyj4556] + yyv4559.CodecDecodeSelf(d) } } else { @@ -56745,17 +56800,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4551 < len(yyv4551) { - yyv4551 = yyv4551[:yyj4551] - yyc4551 = true - } else if yyj4551 == 0 && yyv4551 == nil { - yyv4551 = []KeyToPath{} - yyc4551 = true + if yyj4556 < len(yyv4556) { + yyv4556 = yyv4556[:yyj4556] + yyc4556 = true + } else if yyj4556 == 0 && yyv4556 == nil { + yyv4556 = []KeyToPath{} + yyc4556 = true } } - yyh4551.End() - if yyc4551 { - *v = yyv4551 + yyh4556.End() + if yyc4556 { + *v = yyv4556 } } @@ -56764,10 +56819,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4555 := range v { + for _, yyv4560 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4556 := &yyv4555 - yy4556.CodecEncodeSelf(e) + yy4561 := &yyv4560 + yy4561.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56777,83 +56832,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4557 := *v - yyh4557, yyl4557 := z.DecSliceHelperStart() - var yyc4557 bool - if yyl4557 == 0 { - if yyv4557 == nil { - yyv4557 = []DownwardAPIVolumeFile{} - yyc4557 = true - } else if len(yyv4557) != 0 { - yyv4557 = yyv4557[:0] - yyc4557 = true + yyv4562 := *v + yyh4562, yyl4562 := z.DecSliceHelperStart() + var yyc4562 bool + if yyl4562 == 0 { + if yyv4562 == nil { + yyv4562 = []DownwardAPIVolumeFile{} + yyc4562 = true + } else if len(yyv4562) != 0 { + yyv4562 = yyv4562[:0] + yyc4562 = true } - } else if yyl4557 > 0 { - var yyrr4557, yyrl4557 int - var yyrt4557 bool - if yyl4557 > cap(yyv4557) { + } else if yyl4562 > 0 { + var yyrr4562, yyrl4562 int + var yyrt4562 bool + if yyl4562 > cap(yyv4562) { - yyrg4557 := len(yyv4557) > 0 - yyv24557 := yyv4557 - yyrl4557, yyrt4557 = z.DecInferLen(yyl4557, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4557 { - if yyrl4557 <= cap(yyv4557) { - yyv4557 = yyv4557[:yyrl4557] + yyrg4562 := len(yyv4562) > 0 + yyv24562 := yyv4562 + yyrl4562, yyrt4562 = z.DecInferLen(yyl4562, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4562 { + if yyrl4562 <= cap(yyv4562) { + yyv4562 = yyv4562[:yyrl4562] } else { - yyv4557 = make([]DownwardAPIVolumeFile, yyrl4557) + yyv4562 = make([]DownwardAPIVolumeFile, yyrl4562) } } else { - yyv4557 = make([]DownwardAPIVolumeFile, yyrl4557) + yyv4562 = make([]DownwardAPIVolumeFile, yyrl4562) } - yyc4557 = true - yyrr4557 = len(yyv4557) - if yyrg4557 { - copy(yyv4557, yyv24557) + yyc4562 = true + yyrr4562 = len(yyv4562) + if yyrg4562 { + copy(yyv4562, yyv24562) } - } else if yyl4557 != len(yyv4557) { - yyv4557 = yyv4557[:yyl4557] - yyc4557 = true + } else if yyl4562 != len(yyv4562) { + yyv4562 = yyv4562[:yyl4562] + yyc4562 = true } - yyj4557 := 0 - for ; yyj4557 < yyrr4557; yyj4557++ { - yyh4557.ElemContainerState(yyj4557) + yyj4562 := 0 + for ; yyj4562 < yyrr4562; yyj4562++ { + yyh4562.ElemContainerState(yyj4562) if r.TryDecodeAsNil() { - yyv4557[yyj4557] = DownwardAPIVolumeFile{} + yyv4562[yyj4562] = DownwardAPIVolumeFile{} } else { - yyv4558 := &yyv4557[yyj4557] - yyv4558.CodecDecodeSelf(d) + yyv4563 := &yyv4562[yyj4562] + yyv4563.CodecDecodeSelf(d) } } - if yyrt4557 { - for ; yyj4557 < yyl4557; yyj4557++ { - yyv4557 = append(yyv4557, DownwardAPIVolumeFile{}) - yyh4557.ElemContainerState(yyj4557) + if yyrt4562 { + for ; yyj4562 < yyl4562; yyj4562++ { + yyv4562 = append(yyv4562, DownwardAPIVolumeFile{}) + yyh4562.ElemContainerState(yyj4562) if r.TryDecodeAsNil() { - yyv4557[yyj4557] = DownwardAPIVolumeFile{} + yyv4562[yyj4562] = DownwardAPIVolumeFile{} } else { - yyv4559 := &yyv4557[yyj4557] - yyv4559.CodecDecodeSelf(d) + yyv4564 := &yyv4562[yyj4562] + yyv4564.CodecDecodeSelf(d) } } } } else { - yyj4557 := 0 - for ; !r.CheckBreak(); yyj4557++ { + yyj4562 := 0 + for ; !r.CheckBreak(); yyj4562++ { - if yyj4557 >= len(yyv4557) { - yyv4557 = append(yyv4557, DownwardAPIVolumeFile{}) // var yyz4557 DownwardAPIVolumeFile - yyc4557 = true + if yyj4562 >= len(yyv4562) { + yyv4562 = append(yyv4562, DownwardAPIVolumeFile{}) // var yyz4562 DownwardAPIVolumeFile + yyc4562 = true } - yyh4557.ElemContainerState(yyj4557) - if yyj4557 < len(yyv4557) { + yyh4562.ElemContainerState(yyj4562) + if yyj4562 < len(yyv4562) { if r.TryDecodeAsNil() { - yyv4557[yyj4557] = DownwardAPIVolumeFile{} + yyv4562[yyj4562] = DownwardAPIVolumeFile{} } else { - yyv4560 := &yyv4557[yyj4557] - yyv4560.CodecDecodeSelf(d) + yyv4565 := &yyv4562[yyj4562] + yyv4565.CodecDecodeSelf(d) } } else { @@ -56861,17 +56916,17 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4557 < len(yyv4557) { - yyv4557 = yyv4557[:yyj4557] - yyc4557 = true - } else if yyj4557 == 0 && yyv4557 == nil { - yyv4557 = []DownwardAPIVolumeFile{} - yyc4557 = true + if yyj4562 < len(yyv4562) { + yyv4562 = yyv4562[:yyj4562] + yyc4562 = true + } else if yyj4562 == 0 && yyv4562 == nil { + yyv4562 = []DownwardAPIVolumeFile{} + yyc4562 = true } } - yyh4557.End() - if yyc4557 { - *v = yyv4557 + yyh4562.End() + if yyc4562 { + *v = yyv4562 } } @@ -56880,10 +56935,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4561 := range v { + for _, yyv4566 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4562 := &yyv4561 - yy4562.CodecEncodeSelf(e) + yy4567 := &yyv4566 + yy4567.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56893,127 +56948,12 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4563 := *v - yyh4563, yyl4563 := z.DecSliceHelperStart() - var yyc4563 bool - if yyl4563 == 0 { - if yyv4563 == nil { - yyv4563 = []HTTPHeader{} - yyc4563 = true - } else if len(yyv4563) != 0 { - yyv4563 = yyv4563[:0] - yyc4563 = true - } - } else if yyl4563 > 0 { - var yyrr4563, yyrl4563 int - var yyrt4563 bool - if yyl4563 > cap(yyv4563) { - - yyrg4563 := len(yyv4563) > 0 - yyv24563 := yyv4563 - yyrl4563, yyrt4563 = z.DecInferLen(yyl4563, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4563 { - if yyrl4563 <= cap(yyv4563) { - yyv4563 = yyv4563[:yyrl4563] - } else { - yyv4563 = make([]HTTPHeader, yyrl4563) - } - } else { - yyv4563 = make([]HTTPHeader, yyrl4563) - } - yyc4563 = true - yyrr4563 = len(yyv4563) - if yyrg4563 { - copy(yyv4563, yyv24563) - } - } else if yyl4563 != len(yyv4563) { - yyv4563 = yyv4563[:yyl4563] - yyc4563 = true - } - yyj4563 := 0 - for ; yyj4563 < yyrr4563; yyj4563++ { - yyh4563.ElemContainerState(yyj4563) - if r.TryDecodeAsNil() { - yyv4563[yyj4563] = HTTPHeader{} - } else { - yyv4564 := &yyv4563[yyj4563] - yyv4564.CodecDecodeSelf(d) - } - - } - if yyrt4563 { - for ; yyj4563 < yyl4563; yyj4563++ { - yyv4563 = append(yyv4563, HTTPHeader{}) - yyh4563.ElemContainerState(yyj4563) - if r.TryDecodeAsNil() { - yyv4563[yyj4563] = HTTPHeader{} - } else { - yyv4565 := &yyv4563[yyj4563] - yyv4565.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4563 := 0 - for ; !r.CheckBreak(); yyj4563++ { - - if yyj4563 >= len(yyv4563) { - yyv4563 = append(yyv4563, HTTPHeader{}) // var yyz4563 HTTPHeader - yyc4563 = true - } - yyh4563.ElemContainerState(yyj4563) - if yyj4563 < len(yyv4563) { - if r.TryDecodeAsNil() { - yyv4563[yyj4563] = HTTPHeader{} - } else { - yyv4566 := &yyv4563[yyj4563] - yyv4566.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4563 < len(yyv4563) { - yyv4563 = yyv4563[:yyj4563] - yyc4563 = true - } else if yyj4563 == 0 && yyv4563 == nil { - yyv4563 = []HTTPHeader{} - yyc4563 = true - } - } - yyh4563.End() - if yyc4563 { - *v = yyv4563 - } -} - -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 _, yyv4567 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4567.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 - yyv4568 := *v yyh4568, yyl4568 := z.DecSliceHelperStart() var yyc4568 bool if yyl4568 == 0 { if yyv4568 == nil { - yyv4568 = []Capability{} + yyv4568 = []HTTPHeader{} yyc4568 = true } else if len(yyv4568) != 0 { yyv4568 = yyv4568[:0] @@ -57024,18 +56964,23 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode var yyrt4568 bool if yyl4568 > cap(yyv4568) { - yyrl4568, yyrt4568 = z.DecInferLen(yyl4568, z.DecBasicHandle().MaxInitLen, 16) + yyrg4568 := len(yyv4568) > 0 + yyv24568 := yyv4568 + yyrl4568, yyrt4568 = z.DecInferLen(yyl4568, z.DecBasicHandle().MaxInitLen, 32) if yyrt4568 { if yyrl4568 <= cap(yyv4568) { yyv4568 = yyv4568[:yyrl4568] } else { - yyv4568 = make([]Capability, yyrl4568) + yyv4568 = make([]HTTPHeader, yyrl4568) } } else { - yyv4568 = make([]Capability, yyrl4568) + yyv4568 = make([]HTTPHeader, yyrl4568) } yyc4568 = true yyrr4568 = len(yyv4568) + if yyrg4568 { + copy(yyv4568, yyv24568) + } } else if yyl4568 != len(yyv4568) { yyv4568 = yyv4568[:yyl4568] yyc4568 = true @@ -57044,20 +56989,22 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; yyj4568 < yyrr4568; yyj4568++ { yyh4568.ElemContainerState(yyj4568) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = "" + yyv4568[yyj4568] = HTTPHeader{} } else { - yyv4568[yyj4568] = Capability(r.DecodeString()) + yyv4569 := &yyv4568[yyj4568] + yyv4569.CodecDecodeSelf(d) } } if yyrt4568 { for ; yyj4568 < yyl4568; yyj4568++ { - yyv4568 = append(yyv4568, "") + yyv4568 = append(yyv4568, HTTPHeader{}) yyh4568.ElemContainerState(yyj4568) if r.TryDecodeAsNil() { - yyv4568[yyj4568] = "" + yyv4568[yyj4568] = HTTPHeader{} } else { - yyv4568[yyj4568] = Capability(r.DecodeString()) + yyv4570 := &yyv4568[yyj4568] + yyv4570.CodecDecodeSelf(d) } } @@ -57068,15 +57015,16 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; !r.CheckBreak(); yyj4568++ { if yyj4568 >= len(yyv4568) { - yyv4568 = append(yyv4568, "") // var yyz4568 Capability + yyv4568 = append(yyv4568, HTTPHeader{}) // var yyz4568 HTTPHeader yyc4568 = true } yyh4568.ElemContainerState(yyj4568) if yyj4568 < len(yyv4568) { if r.TryDecodeAsNil() { - yyv4568[yyj4568] = "" + yyv4568[yyj4568] = HTTPHeader{} } else { - yyv4568[yyj4568] = Capability(r.DecodeString()) + yyv4571 := &yyv4568[yyj4568] + yyv4571.CodecDecodeSelf(d) } } else { @@ -57088,7 +57036,7 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode yyv4568 = yyv4568[:yyj4568] yyc4568 = true } else if yyj4568 == 0 && yyv4568 == nil { - yyv4568 = []Capability{} + yyv4568 = []HTTPHeader{} yyc4568 = true } } @@ -57098,15 +57046,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 _, yyv4572 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4573 := &yyv4572 - yy4573.CodecEncodeSelf(e) + yyv4572.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 + + yyv4573 := *v + yyh4573, yyl4573 := z.DecSliceHelperStart() + var yyc4573 bool + if yyl4573 == 0 { + if yyv4573 == nil { + yyv4573 = []Capability{} + yyc4573 = true + } else if len(yyv4573) != 0 { + yyv4573 = yyv4573[:0] + yyc4573 = true + } + } else if yyl4573 > 0 { + var yyrr4573, yyrl4573 int + var yyrt4573 bool + if yyl4573 > cap(yyv4573) { + + yyrl4573, yyrt4573 = z.DecInferLen(yyl4573, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4573 { + if yyrl4573 <= cap(yyv4573) { + yyv4573 = yyv4573[:yyrl4573] + } else { + yyv4573 = make([]Capability, yyrl4573) + } + } else { + yyv4573 = make([]Capability, yyrl4573) + } + yyc4573 = true + yyrr4573 = len(yyv4573) + } else if yyl4573 != len(yyv4573) { + yyv4573 = yyv4573[:yyl4573] + yyc4573 = true + } + yyj4573 := 0 + for ; yyj4573 < yyrr4573; yyj4573++ { + yyh4573.ElemContainerState(yyj4573) + if r.TryDecodeAsNil() { + yyv4573[yyj4573] = "" + } else { + yyv4573[yyj4573] = Capability(r.DecodeString()) + } + + } + if yyrt4573 { + for ; yyj4573 < yyl4573; yyj4573++ { + yyv4573 = append(yyv4573, "") + yyh4573.ElemContainerState(yyj4573) + if r.TryDecodeAsNil() { + yyv4573[yyj4573] = "" + } else { + yyv4573[yyj4573] = Capability(r.DecodeString()) + } + + } + } + + } else { + yyj4573 := 0 + for ; !r.CheckBreak(); yyj4573++ { + + if yyj4573 >= len(yyv4573) { + yyv4573 = append(yyv4573, "") // var yyz4573 Capability + yyc4573 = true + } + yyh4573.ElemContainerState(yyj4573) + if yyj4573 < len(yyv4573) { + if r.TryDecodeAsNil() { + yyv4573[yyj4573] = "" + } else { + yyv4573[yyj4573] = Capability(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4573 < len(yyv4573) { + yyv4573 = yyv4573[:yyj4573] + yyc4573 = true + } else if yyj4573 == 0 && yyv4573 == nil { + yyv4573 = []Capability{} + yyc4573 = true + } + } + yyh4573.End() + if yyc4573 { + *v = yyv4573 + } +} + +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 _, yyv4577 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4578 := &yyv4577 + yy4578.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57116,83 +57171,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4574 := *v - yyh4574, yyl4574 := z.DecSliceHelperStart() - var yyc4574 bool - if yyl4574 == 0 { - if yyv4574 == nil { - yyv4574 = []ContainerPort{} - yyc4574 = true - } else if len(yyv4574) != 0 { - yyv4574 = yyv4574[:0] - yyc4574 = true + yyv4579 := *v + yyh4579, yyl4579 := z.DecSliceHelperStart() + var yyc4579 bool + if yyl4579 == 0 { + if yyv4579 == nil { + yyv4579 = []ContainerPort{} + yyc4579 = true + } else if len(yyv4579) != 0 { + yyv4579 = yyv4579[:0] + yyc4579 = true } - } else if yyl4574 > 0 { - var yyrr4574, yyrl4574 int - var yyrt4574 bool - if yyl4574 > cap(yyv4574) { + } else if yyl4579 > 0 { + var yyrr4579, yyrl4579 int + var yyrt4579 bool + if yyl4579 > cap(yyv4579) { - yyrg4574 := len(yyv4574) > 0 - yyv24574 := yyv4574 - yyrl4574, yyrt4574 = z.DecInferLen(yyl4574, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4574 { - if yyrl4574 <= cap(yyv4574) { - yyv4574 = yyv4574[:yyrl4574] + yyrg4579 := len(yyv4579) > 0 + yyv24579 := yyv4579 + yyrl4579, yyrt4579 = z.DecInferLen(yyl4579, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4579 { + if yyrl4579 <= cap(yyv4579) { + yyv4579 = yyv4579[:yyrl4579] } else { - yyv4574 = make([]ContainerPort, yyrl4574) + yyv4579 = make([]ContainerPort, yyrl4579) } } else { - yyv4574 = make([]ContainerPort, yyrl4574) + yyv4579 = make([]ContainerPort, yyrl4579) } - yyc4574 = true - yyrr4574 = len(yyv4574) - if yyrg4574 { - copy(yyv4574, yyv24574) + yyc4579 = true + yyrr4579 = len(yyv4579) + if yyrg4579 { + copy(yyv4579, yyv24579) } - } else if yyl4574 != len(yyv4574) { - yyv4574 = yyv4574[:yyl4574] - yyc4574 = true + } else if yyl4579 != len(yyv4579) { + yyv4579 = yyv4579[:yyl4579] + yyc4579 = true } - yyj4574 := 0 - for ; yyj4574 < yyrr4574; yyj4574++ { - yyh4574.ElemContainerState(yyj4574) + yyj4579 := 0 + for ; yyj4579 < yyrr4579; yyj4579++ { + yyh4579.ElemContainerState(yyj4579) if r.TryDecodeAsNil() { - yyv4574[yyj4574] = ContainerPort{} + yyv4579[yyj4579] = ContainerPort{} } else { - yyv4575 := &yyv4574[yyj4574] - yyv4575.CodecDecodeSelf(d) + yyv4580 := &yyv4579[yyj4579] + yyv4580.CodecDecodeSelf(d) } } - if yyrt4574 { - for ; yyj4574 < yyl4574; yyj4574++ { - yyv4574 = append(yyv4574, ContainerPort{}) - yyh4574.ElemContainerState(yyj4574) + if yyrt4579 { + for ; yyj4579 < yyl4579; yyj4579++ { + yyv4579 = append(yyv4579, ContainerPort{}) + yyh4579.ElemContainerState(yyj4579) if r.TryDecodeAsNil() { - yyv4574[yyj4574] = ContainerPort{} + yyv4579[yyj4579] = ContainerPort{} } else { - yyv4576 := &yyv4574[yyj4574] - yyv4576.CodecDecodeSelf(d) + yyv4581 := &yyv4579[yyj4579] + yyv4581.CodecDecodeSelf(d) } } } } else { - yyj4574 := 0 - for ; !r.CheckBreak(); yyj4574++ { + yyj4579 := 0 + for ; !r.CheckBreak(); yyj4579++ { - if yyj4574 >= len(yyv4574) { - yyv4574 = append(yyv4574, ContainerPort{}) // var yyz4574 ContainerPort - yyc4574 = true + if yyj4579 >= len(yyv4579) { + yyv4579 = append(yyv4579, ContainerPort{}) // var yyz4579 ContainerPort + yyc4579 = true } - yyh4574.ElemContainerState(yyj4574) - if yyj4574 < len(yyv4574) { + yyh4579.ElemContainerState(yyj4579) + if yyj4579 < len(yyv4579) { if r.TryDecodeAsNil() { - yyv4574[yyj4574] = ContainerPort{} + yyv4579[yyj4579] = ContainerPort{} } else { - yyv4577 := &yyv4574[yyj4574] - yyv4577.CodecDecodeSelf(d) + yyv4582 := &yyv4579[yyj4579] + yyv4582.CodecDecodeSelf(d) } } else { @@ -57200,17 +57255,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4574 < len(yyv4574) { - yyv4574 = yyv4574[:yyj4574] - yyc4574 = true - } else if yyj4574 == 0 && yyv4574 == nil { - yyv4574 = []ContainerPort{} - yyc4574 = true + if yyj4579 < len(yyv4579) { + yyv4579 = yyv4579[:yyj4579] + yyc4579 = true + } else if yyj4579 == 0 && yyv4579 == nil { + yyv4579 = []ContainerPort{} + yyc4579 = true } } - yyh4574.End() - if yyc4574 { - *v = yyv4574 + yyh4579.End() + if yyc4579 { + *v = yyv4579 } } @@ -57219,10 +57274,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4578 := range v { + for _, yyv4583 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4579 := &yyv4578 - yy4579.CodecEncodeSelf(e) + yy4584 := &yyv4583 + yy4584.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57232,83 +57287,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4580 := *v - yyh4580, yyl4580 := z.DecSliceHelperStart() - var yyc4580 bool - if yyl4580 == 0 { - if yyv4580 == nil { - yyv4580 = []EnvVar{} - yyc4580 = true - } else if len(yyv4580) != 0 { - yyv4580 = yyv4580[:0] - yyc4580 = true + yyv4585 := *v + yyh4585, yyl4585 := z.DecSliceHelperStart() + var yyc4585 bool + if yyl4585 == 0 { + if yyv4585 == nil { + yyv4585 = []EnvVar{} + yyc4585 = true + } else if len(yyv4585) != 0 { + yyv4585 = yyv4585[:0] + yyc4585 = true } - } else if yyl4580 > 0 { - var yyrr4580, yyrl4580 int - var yyrt4580 bool - if yyl4580 > cap(yyv4580) { + } else if yyl4585 > 0 { + var yyrr4585, yyrl4585 int + var yyrt4585 bool + if yyl4585 > cap(yyv4585) { - yyrg4580 := len(yyv4580) > 0 - yyv24580 := yyv4580 - yyrl4580, yyrt4580 = z.DecInferLen(yyl4580, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4580 { - if yyrl4580 <= cap(yyv4580) { - yyv4580 = yyv4580[:yyrl4580] + yyrg4585 := len(yyv4585) > 0 + yyv24585 := yyv4585 + yyrl4585, yyrt4585 = z.DecInferLen(yyl4585, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4585 { + if yyrl4585 <= cap(yyv4585) { + yyv4585 = yyv4585[:yyrl4585] } else { - yyv4580 = make([]EnvVar, yyrl4580) + yyv4585 = make([]EnvVar, yyrl4585) } } else { - yyv4580 = make([]EnvVar, yyrl4580) + yyv4585 = make([]EnvVar, yyrl4585) } - yyc4580 = true - yyrr4580 = len(yyv4580) - if yyrg4580 { - copy(yyv4580, yyv24580) + yyc4585 = true + yyrr4585 = len(yyv4585) + if yyrg4585 { + copy(yyv4585, yyv24585) } - } else if yyl4580 != len(yyv4580) { - yyv4580 = yyv4580[:yyl4580] - yyc4580 = true + } else if yyl4585 != len(yyv4585) { + yyv4585 = yyv4585[:yyl4585] + yyc4585 = true } - yyj4580 := 0 - for ; yyj4580 < yyrr4580; yyj4580++ { - yyh4580.ElemContainerState(yyj4580) + yyj4585 := 0 + for ; yyj4585 < yyrr4585; yyj4585++ { + yyh4585.ElemContainerState(yyj4585) if r.TryDecodeAsNil() { - yyv4580[yyj4580] = EnvVar{} + yyv4585[yyj4585] = EnvVar{} } else { - yyv4581 := &yyv4580[yyj4580] - yyv4581.CodecDecodeSelf(d) + yyv4586 := &yyv4585[yyj4585] + yyv4586.CodecDecodeSelf(d) } } - if yyrt4580 { - for ; yyj4580 < yyl4580; yyj4580++ { - yyv4580 = append(yyv4580, EnvVar{}) - yyh4580.ElemContainerState(yyj4580) + if yyrt4585 { + for ; yyj4585 < yyl4585; yyj4585++ { + yyv4585 = append(yyv4585, EnvVar{}) + yyh4585.ElemContainerState(yyj4585) if r.TryDecodeAsNil() { - yyv4580[yyj4580] = EnvVar{} + yyv4585[yyj4585] = EnvVar{} } else { - yyv4582 := &yyv4580[yyj4580] - yyv4582.CodecDecodeSelf(d) + yyv4587 := &yyv4585[yyj4585] + yyv4587.CodecDecodeSelf(d) } } } } else { - yyj4580 := 0 - for ; !r.CheckBreak(); yyj4580++ { + yyj4585 := 0 + for ; !r.CheckBreak(); yyj4585++ { - if yyj4580 >= len(yyv4580) { - yyv4580 = append(yyv4580, EnvVar{}) // var yyz4580 EnvVar - yyc4580 = true + if yyj4585 >= len(yyv4585) { + yyv4585 = append(yyv4585, EnvVar{}) // var yyz4585 EnvVar + yyc4585 = true } - yyh4580.ElemContainerState(yyj4580) - if yyj4580 < len(yyv4580) { + yyh4585.ElemContainerState(yyj4585) + if yyj4585 < len(yyv4585) { if r.TryDecodeAsNil() { - yyv4580[yyj4580] = EnvVar{} + yyv4585[yyj4585] = EnvVar{} } else { - yyv4583 := &yyv4580[yyj4580] - yyv4583.CodecDecodeSelf(d) + yyv4588 := &yyv4585[yyj4585] + yyv4588.CodecDecodeSelf(d) } } else { @@ -57316,17 +57371,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4580 < len(yyv4580) { - yyv4580 = yyv4580[:yyj4580] - yyc4580 = true - } else if yyj4580 == 0 && yyv4580 == nil { - yyv4580 = []EnvVar{} - yyc4580 = true + if yyj4585 < len(yyv4585) { + yyv4585 = yyv4585[:yyj4585] + yyc4585 = true + } else if yyj4585 == 0 && yyv4585 == nil { + yyv4585 = []EnvVar{} + yyc4585 = true } } - yyh4580.End() - if yyc4580 { - *v = yyv4580 + yyh4585.End() + if yyc4585 { + *v = yyv4585 } } @@ -57335,10 +57390,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4584 := range v { + for _, yyv4589 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4585 := &yyv4584 - yy4585.CodecEncodeSelf(e) + yy4590 := &yyv4589 + yy4590.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57348,83 +57403,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4586 := *v - yyh4586, yyl4586 := z.DecSliceHelperStart() - var yyc4586 bool - if yyl4586 == 0 { - if yyv4586 == nil { - yyv4586 = []VolumeMount{} - yyc4586 = true - } else if len(yyv4586) != 0 { - yyv4586 = yyv4586[:0] - yyc4586 = true + yyv4591 := *v + yyh4591, yyl4591 := z.DecSliceHelperStart() + var yyc4591 bool + if yyl4591 == 0 { + if yyv4591 == nil { + yyv4591 = []VolumeMount{} + yyc4591 = true + } else if len(yyv4591) != 0 { + yyv4591 = yyv4591[:0] + yyc4591 = true } - } else if yyl4586 > 0 { - var yyrr4586, yyrl4586 int - var yyrt4586 bool - if yyl4586 > cap(yyv4586) { + } else if yyl4591 > 0 { + var yyrr4591, yyrl4591 int + var yyrt4591 bool + if yyl4591 > cap(yyv4591) { - yyrg4586 := len(yyv4586) > 0 - yyv24586 := yyv4586 - yyrl4586, yyrt4586 = z.DecInferLen(yyl4586, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4586 { - if yyrl4586 <= cap(yyv4586) { - yyv4586 = yyv4586[:yyrl4586] + yyrg4591 := len(yyv4591) > 0 + yyv24591 := yyv4591 + yyrl4591, yyrt4591 = z.DecInferLen(yyl4591, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4591 { + if yyrl4591 <= cap(yyv4591) { + yyv4591 = yyv4591[:yyrl4591] } else { - yyv4586 = make([]VolumeMount, yyrl4586) + yyv4591 = make([]VolumeMount, yyrl4591) } } else { - yyv4586 = make([]VolumeMount, yyrl4586) + yyv4591 = make([]VolumeMount, yyrl4591) } - yyc4586 = true - yyrr4586 = len(yyv4586) - if yyrg4586 { - copy(yyv4586, yyv24586) + yyc4591 = true + yyrr4591 = len(yyv4591) + if yyrg4591 { + copy(yyv4591, yyv24591) } - } else if yyl4586 != len(yyv4586) { - yyv4586 = yyv4586[:yyl4586] - yyc4586 = true + } else if yyl4591 != len(yyv4591) { + yyv4591 = yyv4591[:yyl4591] + yyc4591 = true } - yyj4586 := 0 - for ; yyj4586 < yyrr4586; yyj4586++ { - yyh4586.ElemContainerState(yyj4586) + yyj4591 := 0 + for ; yyj4591 < yyrr4591; yyj4591++ { + yyh4591.ElemContainerState(yyj4591) if r.TryDecodeAsNil() { - yyv4586[yyj4586] = VolumeMount{} + yyv4591[yyj4591] = VolumeMount{} } else { - yyv4587 := &yyv4586[yyj4586] - yyv4587.CodecDecodeSelf(d) + yyv4592 := &yyv4591[yyj4591] + yyv4592.CodecDecodeSelf(d) } } - if yyrt4586 { - for ; yyj4586 < yyl4586; yyj4586++ { - yyv4586 = append(yyv4586, VolumeMount{}) - yyh4586.ElemContainerState(yyj4586) + if yyrt4591 { + for ; yyj4591 < yyl4591; yyj4591++ { + yyv4591 = append(yyv4591, VolumeMount{}) + yyh4591.ElemContainerState(yyj4591) if r.TryDecodeAsNil() { - yyv4586[yyj4586] = VolumeMount{} + yyv4591[yyj4591] = VolumeMount{} } else { - yyv4588 := &yyv4586[yyj4586] - yyv4588.CodecDecodeSelf(d) + yyv4593 := &yyv4591[yyj4591] + yyv4593.CodecDecodeSelf(d) } } } } else { - yyj4586 := 0 - for ; !r.CheckBreak(); yyj4586++ { + yyj4591 := 0 + for ; !r.CheckBreak(); yyj4591++ { - if yyj4586 >= len(yyv4586) { - yyv4586 = append(yyv4586, VolumeMount{}) // var yyz4586 VolumeMount - yyc4586 = true + if yyj4591 >= len(yyv4591) { + yyv4591 = append(yyv4591, VolumeMount{}) // var yyz4591 VolumeMount + yyc4591 = true } - yyh4586.ElemContainerState(yyj4586) - if yyj4586 < len(yyv4586) { + yyh4591.ElemContainerState(yyj4591) + if yyj4591 < len(yyv4591) { if r.TryDecodeAsNil() { - yyv4586[yyj4586] = VolumeMount{} + yyv4591[yyj4591] = VolumeMount{} } else { - yyv4589 := &yyv4586[yyj4586] - yyv4589.CodecDecodeSelf(d) + yyv4594 := &yyv4591[yyj4591] + yyv4594.CodecDecodeSelf(d) } } else { @@ -57432,17 +57487,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4586 < len(yyv4586) { - yyv4586 = yyv4586[:yyj4586] - yyc4586 = true - } else if yyj4586 == 0 && yyv4586 == nil { - yyv4586 = []VolumeMount{} - yyc4586 = true + if yyj4591 < len(yyv4591) { + yyv4591 = yyv4591[:yyj4591] + yyc4591 = true + } else if yyj4591 == 0 && yyv4591 == nil { + yyv4591 = []VolumeMount{} + yyc4591 = true } } - yyh4586.End() - if yyc4586 { - *v = yyv4586 + yyh4591.End() + if yyc4591 { + *v = yyv4591 } } @@ -57451,10 +57506,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4590 := range v { + for _, yyv4595 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4591 := &yyv4590 - yy4591.CodecEncodeSelf(e) + yy4596 := &yyv4595 + yy4596.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57464,83 +57519,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4592 := *v - yyh4592, yyl4592 := z.DecSliceHelperStart() - var yyc4592 bool - if yyl4592 == 0 { - if yyv4592 == nil { - yyv4592 = []Pod{} - yyc4592 = true - } else if len(yyv4592) != 0 { - yyv4592 = yyv4592[:0] - yyc4592 = true + yyv4597 := *v + yyh4597, yyl4597 := z.DecSliceHelperStart() + var yyc4597 bool + if yyl4597 == 0 { + if yyv4597 == nil { + yyv4597 = []Pod{} + yyc4597 = true + } else if len(yyv4597) != 0 { + yyv4597 = yyv4597[:0] + yyc4597 = true } - } else if yyl4592 > 0 { - var yyrr4592, yyrl4592 int - var yyrt4592 bool - if yyl4592 > cap(yyv4592) { + } else if yyl4597 > 0 { + var yyrr4597, yyrl4597 int + var yyrt4597 bool + if yyl4597 > cap(yyv4597) { - yyrg4592 := len(yyv4592) > 0 - yyv24592 := yyv4592 - yyrl4592, yyrt4592 = z.DecInferLen(yyl4592, z.DecBasicHandle().MaxInitLen, 640) - if yyrt4592 { - if yyrl4592 <= cap(yyv4592) { - yyv4592 = yyv4592[:yyrl4592] + yyrg4597 := len(yyv4597) > 0 + yyv24597 := yyv4597 + yyrl4597, yyrt4597 = z.DecInferLen(yyl4597, z.DecBasicHandle().MaxInitLen, 640) + if yyrt4597 { + if yyrl4597 <= cap(yyv4597) { + yyv4597 = yyv4597[:yyrl4597] } else { - yyv4592 = make([]Pod, yyrl4592) + yyv4597 = make([]Pod, yyrl4597) } } else { - yyv4592 = make([]Pod, yyrl4592) + yyv4597 = make([]Pod, yyrl4597) } - yyc4592 = true - yyrr4592 = len(yyv4592) - if yyrg4592 { - copy(yyv4592, yyv24592) + yyc4597 = true + yyrr4597 = len(yyv4597) + if yyrg4597 { + copy(yyv4597, yyv24597) } - } else if yyl4592 != len(yyv4592) { - yyv4592 = yyv4592[:yyl4592] - yyc4592 = true + } else if yyl4597 != len(yyv4597) { + yyv4597 = yyv4597[:yyl4597] + yyc4597 = true } - yyj4592 := 0 - for ; yyj4592 < yyrr4592; yyj4592++ { - yyh4592.ElemContainerState(yyj4592) + yyj4597 := 0 + for ; yyj4597 < yyrr4597; yyj4597++ { + yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = Pod{} + yyv4597[yyj4597] = Pod{} } else { - yyv4593 := &yyv4592[yyj4592] - yyv4593.CodecDecodeSelf(d) + yyv4598 := &yyv4597[yyj4597] + yyv4598.CodecDecodeSelf(d) } } - if yyrt4592 { - for ; yyj4592 < yyl4592; yyj4592++ { - yyv4592 = append(yyv4592, Pod{}) - yyh4592.ElemContainerState(yyj4592) + if yyrt4597 { + for ; yyj4597 < yyl4597; yyj4597++ { + yyv4597 = append(yyv4597, Pod{}) + yyh4597.ElemContainerState(yyj4597) if r.TryDecodeAsNil() { - yyv4592[yyj4592] = Pod{} + yyv4597[yyj4597] = Pod{} } else { - yyv4594 := &yyv4592[yyj4592] - yyv4594.CodecDecodeSelf(d) + yyv4599 := &yyv4597[yyj4597] + yyv4599.CodecDecodeSelf(d) } } } } else { - yyj4592 := 0 - for ; !r.CheckBreak(); yyj4592++ { + yyj4597 := 0 + for ; !r.CheckBreak(); yyj4597++ { - if yyj4592 >= len(yyv4592) { - yyv4592 = append(yyv4592, Pod{}) // var yyz4592 Pod - yyc4592 = true + if yyj4597 >= len(yyv4597) { + yyv4597 = append(yyv4597, Pod{}) // var yyz4597 Pod + yyc4597 = true } - yyh4592.ElemContainerState(yyj4592) - if yyj4592 < len(yyv4592) { + yyh4597.ElemContainerState(yyj4597) + if yyj4597 < len(yyv4597) { if r.TryDecodeAsNil() { - yyv4592[yyj4592] = Pod{} + yyv4597[yyj4597] = Pod{} } else { - yyv4595 := &yyv4592[yyj4592] - yyv4595.CodecDecodeSelf(d) + yyv4600 := &yyv4597[yyj4597] + yyv4600.CodecDecodeSelf(d) } } else { @@ -57548,17 +57603,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4592 < len(yyv4592) { - yyv4592 = yyv4592[:yyj4592] - yyc4592 = true - } else if yyj4592 == 0 && yyv4592 == nil { - yyv4592 = []Pod{} - yyc4592 = true + if yyj4597 < len(yyv4597) { + yyv4597 = yyv4597[:yyj4597] + yyc4597 = true + } else if yyj4597 == 0 && yyv4597 == nil { + yyv4597 = []Pod{} + yyc4597 = true } } - yyh4592.End() - if yyc4592 { - *v = yyv4592 + yyh4597.End() + if yyc4597 { + *v = yyv4597 } } @@ -57567,10 +57622,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4596 := range v { + for _, yyv4601 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4597 := &yyv4596 - yy4597.CodecEncodeSelf(e) + yy4602 := &yyv4601 + yy4602.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57580,83 +57635,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4598 := *v - yyh4598, yyl4598 := z.DecSliceHelperStart() - var yyc4598 bool - if yyl4598 == 0 { - if yyv4598 == nil { - yyv4598 = []NodeSelectorTerm{} - yyc4598 = true - } else if len(yyv4598) != 0 { - yyv4598 = yyv4598[:0] - yyc4598 = true + yyv4603 := *v + yyh4603, yyl4603 := z.DecSliceHelperStart() + var yyc4603 bool + if yyl4603 == 0 { + if yyv4603 == nil { + yyv4603 = []NodeSelectorTerm{} + yyc4603 = true + } else if len(yyv4603) != 0 { + yyv4603 = yyv4603[:0] + yyc4603 = true } - } else if yyl4598 > 0 { - var yyrr4598, yyrl4598 int - var yyrt4598 bool - if yyl4598 > cap(yyv4598) { + } else if yyl4603 > 0 { + var yyrr4603, yyrl4603 int + var yyrt4603 bool + if yyl4603 > cap(yyv4603) { - yyrg4598 := len(yyv4598) > 0 - yyv24598 := yyv4598 - yyrl4598, yyrt4598 = z.DecInferLen(yyl4598, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4598 { - if yyrl4598 <= cap(yyv4598) { - yyv4598 = yyv4598[:yyrl4598] + yyrg4603 := len(yyv4603) > 0 + yyv24603 := yyv4603 + yyrl4603, yyrt4603 = z.DecInferLen(yyl4603, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4603 { + if yyrl4603 <= cap(yyv4603) { + yyv4603 = yyv4603[:yyrl4603] } else { - yyv4598 = make([]NodeSelectorTerm, yyrl4598) + yyv4603 = make([]NodeSelectorTerm, yyrl4603) } } else { - yyv4598 = make([]NodeSelectorTerm, yyrl4598) + yyv4603 = make([]NodeSelectorTerm, yyrl4603) } - yyc4598 = true - yyrr4598 = len(yyv4598) - if yyrg4598 { - copy(yyv4598, yyv24598) + yyc4603 = true + yyrr4603 = len(yyv4603) + if yyrg4603 { + copy(yyv4603, yyv24603) } - } else if yyl4598 != len(yyv4598) { - yyv4598 = yyv4598[:yyl4598] - yyc4598 = true + } else if yyl4603 != len(yyv4603) { + yyv4603 = yyv4603[:yyl4603] + yyc4603 = true } - yyj4598 := 0 - for ; yyj4598 < yyrr4598; yyj4598++ { - yyh4598.ElemContainerState(yyj4598) + yyj4603 := 0 + for ; yyj4603 < yyrr4603; yyj4603++ { + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4598[yyj4598] = NodeSelectorTerm{} + yyv4603[yyj4603] = NodeSelectorTerm{} } else { - yyv4599 := &yyv4598[yyj4598] - yyv4599.CodecDecodeSelf(d) + yyv4604 := &yyv4603[yyj4603] + yyv4604.CodecDecodeSelf(d) } } - if yyrt4598 { - for ; yyj4598 < yyl4598; yyj4598++ { - yyv4598 = append(yyv4598, NodeSelectorTerm{}) - yyh4598.ElemContainerState(yyj4598) + if yyrt4603 { + for ; yyj4603 < yyl4603; yyj4603++ { + yyv4603 = append(yyv4603, NodeSelectorTerm{}) + yyh4603.ElemContainerState(yyj4603) if r.TryDecodeAsNil() { - yyv4598[yyj4598] = NodeSelectorTerm{} + yyv4603[yyj4603] = NodeSelectorTerm{} } else { - yyv4600 := &yyv4598[yyj4598] - yyv4600.CodecDecodeSelf(d) + yyv4605 := &yyv4603[yyj4603] + yyv4605.CodecDecodeSelf(d) } } } } else { - yyj4598 := 0 - for ; !r.CheckBreak(); yyj4598++ { + yyj4603 := 0 + for ; !r.CheckBreak(); yyj4603++ { - if yyj4598 >= len(yyv4598) { - yyv4598 = append(yyv4598, NodeSelectorTerm{}) // var yyz4598 NodeSelectorTerm - yyc4598 = true + if yyj4603 >= len(yyv4603) { + yyv4603 = append(yyv4603, NodeSelectorTerm{}) // var yyz4603 NodeSelectorTerm + yyc4603 = true } - yyh4598.ElemContainerState(yyj4598) - if yyj4598 < len(yyv4598) { + yyh4603.ElemContainerState(yyj4603) + if yyj4603 < len(yyv4603) { if r.TryDecodeAsNil() { - yyv4598[yyj4598] = NodeSelectorTerm{} + yyv4603[yyj4603] = NodeSelectorTerm{} } else { - yyv4601 := &yyv4598[yyj4598] - yyv4601.CodecDecodeSelf(d) + yyv4606 := &yyv4603[yyj4603] + yyv4606.CodecDecodeSelf(d) } } else { @@ -57664,17 +57719,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4598 < len(yyv4598) { - yyv4598 = yyv4598[:yyj4598] - yyc4598 = true - } else if yyj4598 == 0 && yyv4598 == nil { - yyv4598 = []NodeSelectorTerm{} - yyc4598 = true + if yyj4603 < len(yyv4603) { + yyv4603 = yyv4603[:yyj4603] + yyc4603 = true + } else if yyj4603 == 0 && yyv4603 == nil { + yyv4603 = []NodeSelectorTerm{} + yyc4603 = true } } - yyh4598.End() - if yyc4598 { - *v = yyv4598 + yyh4603.End() + if yyc4603 { + *v = yyv4603 } } @@ -57683,10 +57738,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4602 := range v { + for _, yyv4607 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4603 := &yyv4602 - yy4603.CodecEncodeSelf(e) + yy4608 := &yyv4607 + yy4608.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57696,83 +57751,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4604 := *v - yyh4604, yyl4604 := z.DecSliceHelperStart() - var yyc4604 bool - if yyl4604 == 0 { - if yyv4604 == nil { - yyv4604 = []NodeSelectorRequirement{} - yyc4604 = true - } else if len(yyv4604) != 0 { - yyv4604 = yyv4604[:0] - yyc4604 = true + yyv4609 := *v + yyh4609, yyl4609 := z.DecSliceHelperStart() + var yyc4609 bool + if yyl4609 == 0 { + if yyv4609 == nil { + yyv4609 = []NodeSelectorRequirement{} + yyc4609 = true + } else if len(yyv4609) != 0 { + yyv4609 = yyv4609[:0] + yyc4609 = true } - } else if yyl4604 > 0 { - var yyrr4604, yyrl4604 int - var yyrt4604 bool - if yyl4604 > cap(yyv4604) { + } else if yyl4609 > 0 { + var yyrr4609, yyrl4609 int + var yyrt4609 bool + if yyl4609 > cap(yyv4609) { - yyrg4604 := len(yyv4604) > 0 - yyv24604 := yyv4604 - yyrl4604, yyrt4604 = z.DecInferLen(yyl4604, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4604 { - if yyrl4604 <= cap(yyv4604) { - yyv4604 = yyv4604[:yyrl4604] + yyrg4609 := len(yyv4609) > 0 + yyv24609 := yyv4609 + yyrl4609, yyrt4609 = z.DecInferLen(yyl4609, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4609 { + if yyrl4609 <= cap(yyv4609) { + yyv4609 = yyv4609[:yyrl4609] } else { - yyv4604 = make([]NodeSelectorRequirement, yyrl4604) + yyv4609 = make([]NodeSelectorRequirement, yyrl4609) } } else { - yyv4604 = make([]NodeSelectorRequirement, yyrl4604) + yyv4609 = make([]NodeSelectorRequirement, yyrl4609) } - yyc4604 = true - yyrr4604 = len(yyv4604) - if yyrg4604 { - copy(yyv4604, yyv24604) + yyc4609 = true + yyrr4609 = len(yyv4609) + if yyrg4609 { + copy(yyv4609, yyv24609) } - } else if yyl4604 != len(yyv4604) { - yyv4604 = yyv4604[:yyl4604] - yyc4604 = true + } else if yyl4609 != len(yyv4609) { + yyv4609 = yyv4609[:yyl4609] + yyc4609 = true } - yyj4604 := 0 - for ; yyj4604 < yyrr4604; yyj4604++ { - yyh4604.ElemContainerState(yyj4604) + yyj4609 := 0 + for ; yyj4609 < yyrr4609; yyj4609++ { + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = NodeSelectorRequirement{} + yyv4609[yyj4609] = NodeSelectorRequirement{} } else { - yyv4605 := &yyv4604[yyj4604] - yyv4605.CodecDecodeSelf(d) + yyv4610 := &yyv4609[yyj4609] + yyv4610.CodecDecodeSelf(d) } } - if yyrt4604 { - for ; yyj4604 < yyl4604; yyj4604++ { - yyv4604 = append(yyv4604, NodeSelectorRequirement{}) - yyh4604.ElemContainerState(yyj4604) + if yyrt4609 { + for ; yyj4609 < yyl4609; yyj4609++ { + yyv4609 = append(yyv4609, NodeSelectorRequirement{}) + yyh4609.ElemContainerState(yyj4609) if r.TryDecodeAsNil() { - yyv4604[yyj4604] = NodeSelectorRequirement{} + yyv4609[yyj4609] = NodeSelectorRequirement{} } else { - yyv4606 := &yyv4604[yyj4604] - yyv4606.CodecDecodeSelf(d) + yyv4611 := &yyv4609[yyj4609] + yyv4611.CodecDecodeSelf(d) } } } } else { - yyj4604 := 0 - for ; !r.CheckBreak(); yyj4604++ { + yyj4609 := 0 + for ; !r.CheckBreak(); yyj4609++ { - if yyj4604 >= len(yyv4604) { - yyv4604 = append(yyv4604, NodeSelectorRequirement{}) // var yyz4604 NodeSelectorRequirement - yyc4604 = true + if yyj4609 >= len(yyv4609) { + yyv4609 = append(yyv4609, NodeSelectorRequirement{}) // var yyz4609 NodeSelectorRequirement + yyc4609 = true } - yyh4604.ElemContainerState(yyj4604) - if yyj4604 < len(yyv4604) { + yyh4609.ElemContainerState(yyj4609) + if yyj4609 < len(yyv4609) { if r.TryDecodeAsNil() { - yyv4604[yyj4604] = NodeSelectorRequirement{} + yyv4609[yyj4609] = NodeSelectorRequirement{} } else { - yyv4607 := &yyv4604[yyj4604] - yyv4607.CodecDecodeSelf(d) + yyv4612 := &yyv4609[yyj4609] + yyv4612.CodecDecodeSelf(d) } } else { @@ -57780,17 +57835,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4604 < len(yyv4604) { - yyv4604 = yyv4604[:yyj4604] - yyc4604 = true - } else if yyj4604 == 0 && yyv4604 == nil { - yyv4604 = []NodeSelectorRequirement{} - yyc4604 = true + if yyj4609 < len(yyv4609) { + yyv4609 = yyv4609[:yyj4609] + yyc4609 = true + } else if yyj4609 == 0 && yyv4609 == nil { + yyv4609 = []NodeSelectorRequirement{} + yyc4609 = true } } - yyh4604.End() - if yyc4604 { - *v = yyv4604 + yyh4609.End() + if yyc4609 { + *v = yyv4609 } } @@ -57799,10 +57854,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4608 := range v { + for _, yyv4613 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4609 := &yyv4608 - yy4609.CodecEncodeSelf(e) + yy4614 := &yyv4613 + yy4614.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57812,83 +57867,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4610 := *v - yyh4610, yyl4610 := z.DecSliceHelperStart() - var yyc4610 bool - if yyl4610 == 0 { - if yyv4610 == nil { - yyv4610 = []PodAffinityTerm{} - yyc4610 = true - } else if len(yyv4610) != 0 { - yyv4610 = yyv4610[:0] - yyc4610 = true + yyv4615 := *v + yyh4615, yyl4615 := z.DecSliceHelperStart() + var yyc4615 bool + if yyl4615 == 0 { + if yyv4615 == nil { + yyv4615 = []PodAffinityTerm{} + yyc4615 = true + } else if len(yyv4615) != 0 { + yyv4615 = yyv4615[:0] + yyc4615 = true } - } else if yyl4610 > 0 { - var yyrr4610, yyrl4610 int - var yyrt4610 bool - if yyl4610 > cap(yyv4610) { + } else if yyl4615 > 0 { + var yyrr4615, yyrl4615 int + var yyrt4615 bool + if yyl4615 > cap(yyv4615) { - yyrg4610 := len(yyv4610) > 0 - yyv24610 := yyv4610 - yyrl4610, yyrt4610 = z.DecInferLen(yyl4610, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4610 { - if yyrl4610 <= cap(yyv4610) { - yyv4610 = yyv4610[:yyrl4610] + yyrg4615 := len(yyv4615) > 0 + yyv24615 := yyv4615 + yyrl4615, yyrt4615 = z.DecInferLen(yyl4615, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4615 { + if yyrl4615 <= cap(yyv4615) { + yyv4615 = yyv4615[:yyrl4615] } else { - yyv4610 = make([]PodAffinityTerm, yyrl4610) + yyv4615 = make([]PodAffinityTerm, yyrl4615) } } else { - yyv4610 = make([]PodAffinityTerm, yyrl4610) + yyv4615 = make([]PodAffinityTerm, yyrl4615) } - yyc4610 = true - yyrr4610 = len(yyv4610) - if yyrg4610 { - copy(yyv4610, yyv24610) + yyc4615 = true + yyrr4615 = len(yyv4615) + if yyrg4615 { + copy(yyv4615, yyv24615) } - } else if yyl4610 != len(yyv4610) { - yyv4610 = yyv4610[:yyl4610] - yyc4610 = true + } else if yyl4615 != len(yyv4615) { + yyv4615 = yyv4615[:yyl4615] + yyc4615 = true } - yyj4610 := 0 - for ; yyj4610 < yyrr4610; yyj4610++ { - yyh4610.ElemContainerState(yyj4610) + yyj4615 := 0 + for ; yyj4615 < yyrr4615; yyj4615++ { + yyh4615.ElemContainerState(yyj4615) if r.TryDecodeAsNil() { - yyv4610[yyj4610] = PodAffinityTerm{} + yyv4615[yyj4615] = PodAffinityTerm{} } else { - yyv4611 := &yyv4610[yyj4610] - yyv4611.CodecDecodeSelf(d) + yyv4616 := &yyv4615[yyj4615] + yyv4616.CodecDecodeSelf(d) } } - if yyrt4610 { - for ; yyj4610 < yyl4610; yyj4610++ { - yyv4610 = append(yyv4610, PodAffinityTerm{}) - yyh4610.ElemContainerState(yyj4610) + if yyrt4615 { + for ; yyj4615 < yyl4615; yyj4615++ { + yyv4615 = append(yyv4615, PodAffinityTerm{}) + yyh4615.ElemContainerState(yyj4615) if r.TryDecodeAsNil() { - yyv4610[yyj4610] = PodAffinityTerm{} + yyv4615[yyj4615] = PodAffinityTerm{} } else { - yyv4612 := &yyv4610[yyj4610] - yyv4612.CodecDecodeSelf(d) + yyv4617 := &yyv4615[yyj4615] + yyv4617.CodecDecodeSelf(d) } } } } else { - yyj4610 := 0 - for ; !r.CheckBreak(); yyj4610++ { + yyj4615 := 0 + for ; !r.CheckBreak(); yyj4615++ { - if yyj4610 >= len(yyv4610) { - yyv4610 = append(yyv4610, PodAffinityTerm{}) // var yyz4610 PodAffinityTerm - yyc4610 = true + if yyj4615 >= len(yyv4615) { + yyv4615 = append(yyv4615, PodAffinityTerm{}) // var yyz4615 PodAffinityTerm + yyc4615 = true } - yyh4610.ElemContainerState(yyj4610) - if yyj4610 < len(yyv4610) { + yyh4615.ElemContainerState(yyj4615) + if yyj4615 < len(yyv4615) { if r.TryDecodeAsNil() { - yyv4610[yyj4610] = PodAffinityTerm{} + yyv4615[yyj4615] = PodAffinityTerm{} } else { - yyv4613 := &yyv4610[yyj4610] - yyv4613.CodecDecodeSelf(d) + yyv4618 := &yyv4615[yyj4615] + yyv4618.CodecDecodeSelf(d) } } else { @@ -57896,17 +57951,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4610 < len(yyv4610) { - yyv4610 = yyv4610[:yyj4610] - yyc4610 = true - } else if yyj4610 == 0 && yyv4610 == nil { - yyv4610 = []PodAffinityTerm{} - yyc4610 = true + if yyj4615 < len(yyv4615) { + yyv4615 = yyv4615[:yyj4615] + yyc4615 = true + } else if yyj4615 == 0 && yyv4615 == nil { + yyv4615 = []PodAffinityTerm{} + yyc4615 = true } } - yyh4610.End() - if yyc4610 { - *v = yyv4610 + yyh4615.End() + if yyc4615 { + *v = yyv4615 } } @@ -57915,10 +57970,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4614 := range v { + for _, yyv4619 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4615 := &yyv4614 - yy4615.CodecEncodeSelf(e) + yy4620 := &yyv4619 + yy4620.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57928,83 +57983,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4616 := *v - yyh4616, yyl4616 := z.DecSliceHelperStart() - var yyc4616 bool - if yyl4616 == 0 { - if yyv4616 == nil { - yyv4616 = []WeightedPodAffinityTerm{} - yyc4616 = true - } else if len(yyv4616) != 0 { - yyv4616 = yyv4616[:0] - yyc4616 = true + yyv4621 := *v + yyh4621, yyl4621 := z.DecSliceHelperStart() + var yyc4621 bool + if yyl4621 == 0 { + if yyv4621 == nil { + yyv4621 = []WeightedPodAffinityTerm{} + yyc4621 = true + } else if len(yyv4621) != 0 { + yyv4621 = yyv4621[:0] + yyc4621 = true } - } else if yyl4616 > 0 { - var yyrr4616, yyrl4616 int - var yyrt4616 bool - if yyl4616 > cap(yyv4616) { + } else if yyl4621 > 0 { + var yyrr4621, yyrl4621 int + var yyrt4621 bool + if yyl4621 > cap(yyv4621) { - yyrg4616 := len(yyv4616) > 0 - yyv24616 := yyv4616 - yyrl4616, yyrt4616 = z.DecInferLen(yyl4616, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4616 { - if yyrl4616 <= cap(yyv4616) { - yyv4616 = yyv4616[:yyrl4616] + yyrg4621 := len(yyv4621) > 0 + yyv24621 := yyv4621 + yyrl4621, yyrt4621 = z.DecInferLen(yyl4621, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4621 { + if yyrl4621 <= cap(yyv4621) { + yyv4621 = yyv4621[:yyrl4621] } else { - yyv4616 = make([]WeightedPodAffinityTerm, yyrl4616) + yyv4621 = make([]WeightedPodAffinityTerm, yyrl4621) } } else { - yyv4616 = make([]WeightedPodAffinityTerm, yyrl4616) + yyv4621 = make([]WeightedPodAffinityTerm, yyrl4621) } - yyc4616 = true - yyrr4616 = len(yyv4616) - if yyrg4616 { - copy(yyv4616, yyv24616) + yyc4621 = true + yyrr4621 = len(yyv4621) + if yyrg4621 { + copy(yyv4621, yyv24621) } - } else if yyl4616 != len(yyv4616) { - yyv4616 = yyv4616[:yyl4616] - yyc4616 = true + } else if yyl4621 != len(yyv4621) { + yyv4621 = yyv4621[:yyl4621] + yyc4621 = true } - yyj4616 := 0 - for ; yyj4616 < yyrr4616; yyj4616++ { - yyh4616.ElemContainerState(yyj4616) + yyj4621 := 0 + for ; yyj4621 < yyrr4621; yyj4621++ { + yyh4621.ElemContainerState(yyj4621) if r.TryDecodeAsNil() { - yyv4616[yyj4616] = WeightedPodAffinityTerm{} + yyv4621[yyj4621] = WeightedPodAffinityTerm{} } else { - yyv4617 := &yyv4616[yyj4616] - yyv4617.CodecDecodeSelf(d) + yyv4622 := &yyv4621[yyj4621] + yyv4622.CodecDecodeSelf(d) } } - if yyrt4616 { - for ; yyj4616 < yyl4616; yyj4616++ { - yyv4616 = append(yyv4616, WeightedPodAffinityTerm{}) - yyh4616.ElemContainerState(yyj4616) + if yyrt4621 { + for ; yyj4621 < yyl4621; yyj4621++ { + yyv4621 = append(yyv4621, WeightedPodAffinityTerm{}) + yyh4621.ElemContainerState(yyj4621) if r.TryDecodeAsNil() { - yyv4616[yyj4616] = WeightedPodAffinityTerm{} + yyv4621[yyj4621] = WeightedPodAffinityTerm{} } else { - yyv4618 := &yyv4616[yyj4616] - yyv4618.CodecDecodeSelf(d) + yyv4623 := &yyv4621[yyj4621] + yyv4623.CodecDecodeSelf(d) } } } } else { - yyj4616 := 0 - for ; !r.CheckBreak(); yyj4616++ { + yyj4621 := 0 + for ; !r.CheckBreak(); yyj4621++ { - if yyj4616 >= len(yyv4616) { - yyv4616 = append(yyv4616, WeightedPodAffinityTerm{}) // var yyz4616 WeightedPodAffinityTerm - yyc4616 = true + if yyj4621 >= len(yyv4621) { + yyv4621 = append(yyv4621, WeightedPodAffinityTerm{}) // var yyz4621 WeightedPodAffinityTerm + yyc4621 = true } - yyh4616.ElemContainerState(yyj4616) - if yyj4616 < len(yyv4616) { + yyh4621.ElemContainerState(yyj4621) + if yyj4621 < len(yyv4621) { if r.TryDecodeAsNil() { - yyv4616[yyj4616] = WeightedPodAffinityTerm{} + yyv4621[yyj4621] = WeightedPodAffinityTerm{} } else { - yyv4619 := &yyv4616[yyj4616] - yyv4619.CodecDecodeSelf(d) + yyv4624 := &yyv4621[yyj4621] + yyv4624.CodecDecodeSelf(d) } } else { @@ -58012,17 +58067,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4616 < len(yyv4616) { - yyv4616 = yyv4616[:yyj4616] - yyc4616 = true - } else if yyj4616 == 0 && yyv4616 == nil { - yyv4616 = []WeightedPodAffinityTerm{} - yyc4616 = true + if yyj4621 < len(yyv4621) { + yyv4621 = yyv4621[:yyj4621] + yyc4621 = true + } else if yyj4621 == 0 && yyv4621 == nil { + yyv4621 = []WeightedPodAffinityTerm{} + yyc4621 = true } } - yyh4616.End() - if yyc4616 { - *v = yyv4616 + yyh4621.End() + if yyc4621 { + *v = yyv4621 } } @@ -58031,10 +58086,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4620 := range v { + for _, yyv4625 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4621 := &yyv4620 - yy4621.CodecEncodeSelf(e) + yy4626 := &yyv4625 + yy4626.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58044,83 +58099,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4622 := *v - yyh4622, yyl4622 := z.DecSliceHelperStart() - var yyc4622 bool - if yyl4622 == 0 { - if yyv4622 == nil { - yyv4622 = []PreferredSchedulingTerm{} - yyc4622 = true - } else if len(yyv4622) != 0 { - yyv4622 = yyv4622[:0] - yyc4622 = true + yyv4627 := *v + yyh4627, yyl4627 := z.DecSliceHelperStart() + var yyc4627 bool + if yyl4627 == 0 { + if yyv4627 == nil { + yyv4627 = []PreferredSchedulingTerm{} + yyc4627 = true + } else if len(yyv4627) != 0 { + yyv4627 = yyv4627[:0] + yyc4627 = true } - } else if yyl4622 > 0 { - var yyrr4622, yyrl4622 int - var yyrt4622 bool - if yyl4622 > cap(yyv4622) { + } else if yyl4627 > 0 { + var yyrr4627, yyrl4627 int + var yyrt4627 bool + if yyl4627 > cap(yyv4627) { - yyrg4622 := len(yyv4622) > 0 - yyv24622 := yyv4622 - yyrl4622, yyrt4622 = z.DecInferLen(yyl4622, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4622 { - if yyrl4622 <= cap(yyv4622) { - yyv4622 = yyv4622[:yyrl4622] + yyrg4627 := len(yyv4627) > 0 + yyv24627 := yyv4627 + yyrl4627, yyrt4627 = z.DecInferLen(yyl4627, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4627 { + if yyrl4627 <= cap(yyv4627) { + yyv4627 = yyv4627[:yyrl4627] } else { - yyv4622 = make([]PreferredSchedulingTerm, yyrl4622) + yyv4627 = make([]PreferredSchedulingTerm, yyrl4627) } } else { - yyv4622 = make([]PreferredSchedulingTerm, yyrl4622) + yyv4627 = make([]PreferredSchedulingTerm, yyrl4627) } - yyc4622 = true - yyrr4622 = len(yyv4622) - if yyrg4622 { - copy(yyv4622, yyv24622) + yyc4627 = true + yyrr4627 = len(yyv4627) + if yyrg4627 { + copy(yyv4627, yyv24627) } - } else if yyl4622 != len(yyv4622) { - yyv4622 = yyv4622[:yyl4622] - yyc4622 = true + } else if yyl4627 != len(yyv4627) { + yyv4627 = yyv4627[:yyl4627] + yyc4627 = true } - yyj4622 := 0 - for ; yyj4622 < yyrr4622; yyj4622++ { - yyh4622.ElemContainerState(yyj4622) + yyj4627 := 0 + for ; yyj4627 < yyrr4627; yyj4627++ { + yyh4627.ElemContainerState(yyj4627) if r.TryDecodeAsNil() { - yyv4622[yyj4622] = PreferredSchedulingTerm{} + yyv4627[yyj4627] = PreferredSchedulingTerm{} } else { - yyv4623 := &yyv4622[yyj4622] - yyv4623.CodecDecodeSelf(d) + yyv4628 := &yyv4627[yyj4627] + yyv4628.CodecDecodeSelf(d) } } - if yyrt4622 { - for ; yyj4622 < yyl4622; yyj4622++ { - yyv4622 = append(yyv4622, PreferredSchedulingTerm{}) - yyh4622.ElemContainerState(yyj4622) + if yyrt4627 { + for ; yyj4627 < yyl4627; yyj4627++ { + yyv4627 = append(yyv4627, PreferredSchedulingTerm{}) + yyh4627.ElemContainerState(yyj4627) if r.TryDecodeAsNil() { - yyv4622[yyj4622] = PreferredSchedulingTerm{} + yyv4627[yyj4627] = PreferredSchedulingTerm{} } else { - yyv4624 := &yyv4622[yyj4622] - yyv4624.CodecDecodeSelf(d) + yyv4629 := &yyv4627[yyj4627] + yyv4629.CodecDecodeSelf(d) } } } } else { - yyj4622 := 0 - for ; !r.CheckBreak(); yyj4622++ { + yyj4627 := 0 + for ; !r.CheckBreak(); yyj4627++ { - if yyj4622 >= len(yyv4622) { - yyv4622 = append(yyv4622, PreferredSchedulingTerm{}) // var yyz4622 PreferredSchedulingTerm - yyc4622 = true + if yyj4627 >= len(yyv4627) { + yyv4627 = append(yyv4627, PreferredSchedulingTerm{}) // var yyz4627 PreferredSchedulingTerm + yyc4627 = true } - yyh4622.ElemContainerState(yyj4622) - if yyj4622 < len(yyv4622) { + yyh4627.ElemContainerState(yyj4627) + if yyj4627 < len(yyv4627) { if r.TryDecodeAsNil() { - yyv4622[yyj4622] = PreferredSchedulingTerm{} + yyv4627[yyj4627] = PreferredSchedulingTerm{} } else { - yyv4625 := &yyv4622[yyj4622] - yyv4625.CodecDecodeSelf(d) + yyv4630 := &yyv4627[yyj4627] + yyv4630.CodecDecodeSelf(d) } } else { @@ -58128,17 +58183,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4622 < len(yyv4622) { - yyv4622 = yyv4622[:yyj4622] - yyc4622 = true - } else if yyj4622 == 0 && yyv4622 == nil { - yyv4622 = []PreferredSchedulingTerm{} - yyc4622 = true + if yyj4627 < len(yyv4627) { + yyv4627 = yyv4627[:yyj4627] + yyc4627 = true + } else if yyj4627 == 0 && yyv4627 == nil { + yyv4627 = []PreferredSchedulingTerm{} + yyc4627 = true } } - yyh4622.End() - if yyc4622 { - *v = yyv4622 + yyh4627.End() + if yyc4627 { + *v = yyv4627 } } @@ -58147,10 +58202,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4626 := range v { + for _, yyv4631 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4627 := &yyv4626 - yy4627.CodecEncodeSelf(e) + yy4632 := &yyv4631 + yy4632.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58160,83 +58215,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4628 := *v - yyh4628, yyl4628 := z.DecSliceHelperStart() - var yyc4628 bool - if yyl4628 == 0 { - if yyv4628 == nil { - yyv4628 = []Volume{} - yyc4628 = true - } else if len(yyv4628) != 0 { - yyv4628 = yyv4628[:0] - yyc4628 = true + yyv4633 := *v + yyh4633, yyl4633 := z.DecSliceHelperStart() + var yyc4633 bool + if yyl4633 == 0 { + if yyv4633 == nil { + yyv4633 = []Volume{} + yyc4633 = true + } else if len(yyv4633) != 0 { + yyv4633 = yyv4633[:0] + yyc4633 = true } - } else if yyl4628 > 0 { - var yyrr4628, yyrl4628 int - var yyrt4628 bool - if yyl4628 > cap(yyv4628) { + } else if yyl4633 > 0 { + var yyrr4633, yyrl4633 int + var yyrt4633 bool + if yyl4633 > cap(yyv4633) { - yyrg4628 := len(yyv4628) > 0 - yyv24628 := yyv4628 - yyrl4628, yyrt4628 = z.DecInferLen(yyl4628, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4628 { - if yyrl4628 <= cap(yyv4628) { - yyv4628 = yyv4628[:yyrl4628] + yyrg4633 := len(yyv4633) > 0 + yyv24633 := yyv4633 + yyrl4633, yyrt4633 = z.DecInferLen(yyl4633, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4633 { + if yyrl4633 <= cap(yyv4633) { + yyv4633 = yyv4633[:yyrl4633] } else { - yyv4628 = make([]Volume, yyrl4628) + yyv4633 = make([]Volume, yyrl4633) } } else { - yyv4628 = make([]Volume, yyrl4628) + yyv4633 = make([]Volume, yyrl4633) } - yyc4628 = true - yyrr4628 = len(yyv4628) - if yyrg4628 { - copy(yyv4628, yyv24628) + yyc4633 = true + yyrr4633 = len(yyv4633) + if yyrg4633 { + copy(yyv4633, yyv24633) } - } else if yyl4628 != len(yyv4628) { - yyv4628 = yyv4628[:yyl4628] - yyc4628 = true + } else if yyl4633 != len(yyv4633) { + yyv4633 = yyv4633[:yyl4633] + yyc4633 = true } - yyj4628 := 0 - for ; yyj4628 < yyrr4628; yyj4628++ { - yyh4628.ElemContainerState(yyj4628) + yyj4633 := 0 + for ; yyj4633 < yyrr4633; yyj4633++ { + yyh4633.ElemContainerState(yyj4633) if r.TryDecodeAsNil() { - yyv4628[yyj4628] = Volume{} + yyv4633[yyj4633] = Volume{} } else { - yyv4629 := &yyv4628[yyj4628] - yyv4629.CodecDecodeSelf(d) + yyv4634 := &yyv4633[yyj4633] + yyv4634.CodecDecodeSelf(d) } } - if yyrt4628 { - for ; yyj4628 < yyl4628; yyj4628++ { - yyv4628 = append(yyv4628, Volume{}) - yyh4628.ElemContainerState(yyj4628) + if yyrt4633 { + for ; yyj4633 < yyl4633; yyj4633++ { + yyv4633 = append(yyv4633, Volume{}) + yyh4633.ElemContainerState(yyj4633) if r.TryDecodeAsNil() { - yyv4628[yyj4628] = Volume{} + yyv4633[yyj4633] = Volume{} } else { - yyv4630 := &yyv4628[yyj4628] - yyv4630.CodecDecodeSelf(d) + yyv4635 := &yyv4633[yyj4633] + yyv4635.CodecDecodeSelf(d) } } } } else { - yyj4628 := 0 - for ; !r.CheckBreak(); yyj4628++ { + yyj4633 := 0 + for ; !r.CheckBreak(); yyj4633++ { - if yyj4628 >= len(yyv4628) { - yyv4628 = append(yyv4628, Volume{}) // var yyz4628 Volume - yyc4628 = true + if yyj4633 >= len(yyv4633) { + yyv4633 = append(yyv4633, Volume{}) // var yyz4633 Volume + yyc4633 = true } - yyh4628.ElemContainerState(yyj4628) - if yyj4628 < len(yyv4628) { + yyh4633.ElemContainerState(yyj4633) + if yyj4633 < len(yyv4633) { if r.TryDecodeAsNil() { - yyv4628[yyj4628] = Volume{} + yyv4633[yyj4633] = Volume{} } else { - yyv4631 := &yyv4628[yyj4628] - yyv4631.CodecDecodeSelf(d) + yyv4636 := &yyv4633[yyj4633] + yyv4636.CodecDecodeSelf(d) } } else { @@ -58244,17 +58299,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4628 < len(yyv4628) { - yyv4628 = yyv4628[:yyj4628] - yyc4628 = true - } else if yyj4628 == 0 && yyv4628 == nil { - yyv4628 = []Volume{} - yyc4628 = true + if yyj4633 < len(yyv4633) { + yyv4633 = yyv4633[:yyj4633] + yyc4633 = true + } else if yyj4633 == 0 && yyv4633 == nil { + yyv4633 = []Volume{} + yyc4633 = true } } - yyh4628.End() - if yyc4628 { - *v = yyv4628 + yyh4633.End() + if yyc4633 { + *v = yyv4633 } } @@ -58263,10 +58318,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4632 := range v { + for _, yyv4637 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4633 := &yyv4632 - yy4633.CodecEncodeSelf(e) + yy4638 := &yyv4637 + yy4638.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58276,83 +58331,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4634 := *v - yyh4634, yyl4634 := z.DecSliceHelperStart() - var yyc4634 bool - if yyl4634 == 0 { - if yyv4634 == nil { - yyv4634 = []Container{} - yyc4634 = true - } else if len(yyv4634) != 0 { - yyv4634 = yyv4634[:0] - yyc4634 = true + yyv4639 := *v + yyh4639, yyl4639 := z.DecSliceHelperStart() + var yyc4639 bool + if yyl4639 == 0 { + if yyv4639 == nil { + yyv4639 = []Container{} + yyc4639 = true + } else if len(yyv4639) != 0 { + yyv4639 = yyv4639[:0] + yyc4639 = true } - } else if yyl4634 > 0 { - var yyrr4634, yyrl4634 int - var yyrt4634 bool - if yyl4634 > cap(yyv4634) { + } else if yyl4639 > 0 { + var yyrr4639, yyrl4639 int + var yyrt4639 bool + if yyl4639 > cap(yyv4639) { - yyrg4634 := len(yyv4634) > 0 - yyv24634 := yyv4634 - yyrl4634, yyrt4634 = z.DecInferLen(yyl4634, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4634 { - if yyrl4634 <= cap(yyv4634) { - yyv4634 = yyv4634[:yyrl4634] + yyrg4639 := len(yyv4639) > 0 + yyv24639 := yyv4639 + yyrl4639, yyrt4639 = z.DecInferLen(yyl4639, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4639 { + if yyrl4639 <= cap(yyv4639) { + yyv4639 = yyv4639[:yyrl4639] } else { - yyv4634 = make([]Container, yyrl4634) + yyv4639 = make([]Container, yyrl4639) } } else { - yyv4634 = make([]Container, yyrl4634) + yyv4639 = make([]Container, yyrl4639) } - yyc4634 = true - yyrr4634 = len(yyv4634) - if yyrg4634 { - copy(yyv4634, yyv24634) + yyc4639 = true + yyrr4639 = len(yyv4639) + if yyrg4639 { + copy(yyv4639, yyv24639) } - } else if yyl4634 != len(yyv4634) { - yyv4634 = yyv4634[:yyl4634] - yyc4634 = true + } else if yyl4639 != len(yyv4639) { + yyv4639 = yyv4639[:yyl4639] + yyc4639 = true } - yyj4634 := 0 - for ; yyj4634 < yyrr4634; yyj4634++ { - yyh4634.ElemContainerState(yyj4634) + yyj4639 := 0 + for ; yyj4639 < yyrr4639; yyj4639++ { + yyh4639.ElemContainerState(yyj4639) if r.TryDecodeAsNil() { - yyv4634[yyj4634] = Container{} + yyv4639[yyj4639] = Container{} } else { - yyv4635 := &yyv4634[yyj4634] - yyv4635.CodecDecodeSelf(d) + yyv4640 := &yyv4639[yyj4639] + yyv4640.CodecDecodeSelf(d) } } - if yyrt4634 { - for ; yyj4634 < yyl4634; yyj4634++ { - yyv4634 = append(yyv4634, Container{}) - yyh4634.ElemContainerState(yyj4634) + if yyrt4639 { + for ; yyj4639 < yyl4639; yyj4639++ { + yyv4639 = append(yyv4639, Container{}) + yyh4639.ElemContainerState(yyj4639) if r.TryDecodeAsNil() { - yyv4634[yyj4634] = Container{} + yyv4639[yyj4639] = Container{} } else { - yyv4636 := &yyv4634[yyj4634] - yyv4636.CodecDecodeSelf(d) + yyv4641 := &yyv4639[yyj4639] + yyv4641.CodecDecodeSelf(d) } } } } else { - yyj4634 := 0 - for ; !r.CheckBreak(); yyj4634++ { + yyj4639 := 0 + for ; !r.CheckBreak(); yyj4639++ { - if yyj4634 >= len(yyv4634) { - yyv4634 = append(yyv4634, Container{}) // var yyz4634 Container - yyc4634 = true + if yyj4639 >= len(yyv4639) { + yyv4639 = append(yyv4639, Container{}) // var yyz4639 Container + yyc4639 = true } - yyh4634.ElemContainerState(yyj4634) - if yyj4634 < len(yyv4634) { + yyh4639.ElemContainerState(yyj4639) + if yyj4639 < len(yyv4639) { if r.TryDecodeAsNil() { - yyv4634[yyj4634] = Container{} + yyv4639[yyj4639] = Container{} } else { - yyv4637 := &yyv4634[yyj4634] - yyv4637.CodecDecodeSelf(d) + yyv4642 := &yyv4639[yyj4639] + yyv4642.CodecDecodeSelf(d) } } else { @@ -58360,17 +58415,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4634 < len(yyv4634) { - yyv4634 = yyv4634[:yyj4634] - yyc4634 = true - } else if yyj4634 == 0 && yyv4634 == nil { - yyv4634 = []Container{} - yyc4634 = true + if yyj4639 < len(yyv4639) { + yyv4639 = yyv4639[:yyj4639] + yyc4639 = true + } else if yyj4639 == 0 && yyv4639 == nil { + yyv4639 = []Container{} + yyc4639 = true } } - yyh4634.End() - if yyc4634 { - *v = yyv4634 + yyh4639.End() + if yyc4639 { + *v = yyv4639 } } @@ -58379,10 +58434,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4638 := range v { + for _, yyv4643 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4639 := &yyv4638 - yy4639.CodecEncodeSelf(e) + yy4644 := &yyv4643 + yy4644.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58392,83 +58447,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4640 := *v - yyh4640, yyl4640 := z.DecSliceHelperStart() - var yyc4640 bool - if yyl4640 == 0 { - if yyv4640 == nil { - yyv4640 = []LocalObjectReference{} - yyc4640 = true - } else if len(yyv4640) != 0 { - yyv4640 = yyv4640[:0] - yyc4640 = true + yyv4645 := *v + yyh4645, yyl4645 := z.DecSliceHelperStart() + var yyc4645 bool + if yyl4645 == 0 { + if yyv4645 == nil { + yyv4645 = []LocalObjectReference{} + yyc4645 = true + } else if len(yyv4645) != 0 { + yyv4645 = yyv4645[:0] + yyc4645 = true } - } else if yyl4640 > 0 { - var yyrr4640, yyrl4640 int - var yyrt4640 bool - if yyl4640 > cap(yyv4640) { + } else if yyl4645 > 0 { + var yyrr4645, yyrl4645 int + var yyrt4645 bool + if yyl4645 > cap(yyv4645) { - yyrg4640 := len(yyv4640) > 0 - yyv24640 := yyv4640 - yyrl4640, yyrt4640 = z.DecInferLen(yyl4640, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4640 { - if yyrl4640 <= cap(yyv4640) { - yyv4640 = yyv4640[:yyrl4640] + yyrg4645 := len(yyv4645) > 0 + yyv24645 := yyv4645 + yyrl4645, yyrt4645 = z.DecInferLen(yyl4645, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4645 { + if yyrl4645 <= cap(yyv4645) { + yyv4645 = yyv4645[:yyrl4645] } else { - yyv4640 = make([]LocalObjectReference, yyrl4640) + yyv4645 = make([]LocalObjectReference, yyrl4645) } } else { - yyv4640 = make([]LocalObjectReference, yyrl4640) + yyv4645 = make([]LocalObjectReference, yyrl4645) } - yyc4640 = true - yyrr4640 = len(yyv4640) - if yyrg4640 { - copy(yyv4640, yyv24640) + yyc4645 = true + yyrr4645 = len(yyv4645) + if yyrg4645 { + copy(yyv4645, yyv24645) } - } else if yyl4640 != len(yyv4640) { - yyv4640 = yyv4640[:yyl4640] - yyc4640 = true + } else if yyl4645 != len(yyv4645) { + yyv4645 = yyv4645[:yyl4645] + yyc4645 = true } - yyj4640 := 0 - for ; yyj4640 < yyrr4640; yyj4640++ { - yyh4640.ElemContainerState(yyj4640) + yyj4645 := 0 + for ; yyj4645 < yyrr4645; yyj4645++ { + yyh4645.ElemContainerState(yyj4645) if r.TryDecodeAsNil() { - yyv4640[yyj4640] = LocalObjectReference{} + yyv4645[yyj4645] = LocalObjectReference{} } else { - yyv4641 := &yyv4640[yyj4640] - yyv4641.CodecDecodeSelf(d) + yyv4646 := &yyv4645[yyj4645] + yyv4646.CodecDecodeSelf(d) } } - if yyrt4640 { - for ; yyj4640 < yyl4640; yyj4640++ { - yyv4640 = append(yyv4640, LocalObjectReference{}) - yyh4640.ElemContainerState(yyj4640) + if yyrt4645 { + for ; yyj4645 < yyl4645; yyj4645++ { + yyv4645 = append(yyv4645, LocalObjectReference{}) + yyh4645.ElemContainerState(yyj4645) if r.TryDecodeAsNil() { - yyv4640[yyj4640] = LocalObjectReference{} + yyv4645[yyj4645] = LocalObjectReference{} } else { - yyv4642 := &yyv4640[yyj4640] - yyv4642.CodecDecodeSelf(d) + yyv4647 := &yyv4645[yyj4645] + yyv4647.CodecDecodeSelf(d) } } } } else { - yyj4640 := 0 - for ; !r.CheckBreak(); yyj4640++ { + yyj4645 := 0 + for ; !r.CheckBreak(); yyj4645++ { - if yyj4640 >= len(yyv4640) { - yyv4640 = append(yyv4640, LocalObjectReference{}) // var yyz4640 LocalObjectReference - yyc4640 = true + if yyj4645 >= len(yyv4645) { + yyv4645 = append(yyv4645, LocalObjectReference{}) // var yyz4645 LocalObjectReference + yyc4645 = true } - yyh4640.ElemContainerState(yyj4640) - if yyj4640 < len(yyv4640) { + yyh4645.ElemContainerState(yyj4645) + if yyj4645 < len(yyv4645) { if r.TryDecodeAsNil() { - yyv4640[yyj4640] = LocalObjectReference{} + yyv4645[yyj4645] = LocalObjectReference{} } else { - yyv4643 := &yyv4640[yyj4640] - yyv4643.CodecDecodeSelf(d) + yyv4648 := &yyv4645[yyj4645] + yyv4648.CodecDecodeSelf(d) } } else { @@ -58476,17 +58531,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4640 < len(yyv4640) { - yyv4640 = yyv4640[:yyj4640] - yyc4640 = true - } else if yyj4640 == 0 && yyv4640 == nil { - yyv4640 = []LocalObjectReference{} - yyc4640 = true + if yyj4645 < len(yyv4645) { + yyv4645 = yyv4645[:yyj4645] + yyc4645 = true + } else if yyj4645 == 0 && yyv4645 == nil { + yyv4645 = []LocalObjectReference{} + yyc4645 = true } } - yyh4640.End() - if yyc4640 { - *v = yyv4640 + yyh4645.End() + if yyc4645 { + *v = yyv4645 } } @@ -58495,10 +58550,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4644 := range v { + for _, yyv4649 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4645 := &yyv4644 - yy4645.CodecEncodeSelf(e) + yy4650 := &yyv4649 + yy4650.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58508,83 +58563,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4646 := *v - yyh4646, yyl4646 := z.DecSliceHelperStart() - var yyc4646 bool - if yyl4646 == 0 { - if yyv4646 == nil { - yyv4646 = []PodCondition{} - yyc4646 = true - } else if len(yyv4646) != 0 { - yyv4646 = yyv4646[:0] - yyc4646 = true + yyv4651 := *v + yyh4651, yyl4651 := z.DecSliceHelperStart() + var yyc4651 bool + if yyl4651 == 0 { + if yyv4651 == nil { + yyv4651 = []PodCondition{} + yyc4651 = true + } else if len(yyv4651) != 0 { + yyv4651 = yyv4651[:0] + yyc4651 = true } - } else if yyl4646 > 0 { - var yyrr4646, yyrl4646 int - var yyrt4646 bool - if yyl4646 > cap(yyv4646) { + } else if yyl4651 > 0 { + var yyrr4651, yyrl4651 int + var yyrt4651 bool + if yyl4651 > cap(yyv4651) { - yyrg4646 := len(yyv4646) > 0 - yyv24646 := yyv4646 - yyrl4646, yyrt4646 = z.DecInferLen(yyl4646, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4646 { - if yyrl4646 <= cap(yyv4646) { - yyv4646 = yyv4646[:yyrl4646] + yyrg4651 := len(yyv4651) > 0 + yyv24651 := yyv4651 + yyrl4651, yyrt4651 = z.DecInferLen(yyl4651, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4651 { + if yyrl4651 <= cap(yyv4651) { + yyv4651 = yyv4651[:yyrl4651] } else { - yyv4646 = make([]PodCondition, yyrl4646) + yyv4651 = make([]PodCondition, yyrl4651) } } else { - yyv4646 = make([]PodCondition, yyrl4646) + yyv4651 = make([]PodCondition, yyrl4651) } - yyc4646 = true - yyrr4646 = len(yyv4646) - if yyrg4646 { - copy(yyv4646, yyv24646) + yyc4651 = true + yyrr4651 = len(yyv4651) + if yyrg4651 { + copy(yyv4651, yyv24651) } - } else if yyl4646 != len(yyv4646) { - yyv4646 = yyv4646[:yyl4646] - yyc4646 = true + } else if yyl4651 != len(yyv4651) { + yyv4651 = yyv4651[:yyl4651] + yyc4651 = true } - yyj4646 := 0 - for ; yyj4646 < yyrr4646; yyj4646++ { - yyh4646.ElemContainerState(yyj4646) + yyj4651 := 0 + for ; yyj4651 < yyrr4651; yyj4651++ { + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4646[yyj4646] = PodCondition{} + yyv4651[yyj4651] = PodCondition{} } else { - yyv4647 := &yyv4646[yyj4646] - yyv4647.CodecDecodeSelf(d) + yyv4652 := &yyv4651[yyj4651] + yyv4652.CodecDecodeSelf(d) } } - if yyrt4646 { - for ; yyj4646 < yyl4646; yyj4646++ { - yyv4646 = append(yyv4646, PodCondition{}) - yyh4646.ElemContainerState(yyj4646) + if yyrt4651 { + for ; yyj4651 < yyl4651; yyj4651++ { + yyv4651 = append(yyv4651, PodCondition{}) + yyh4651.ElemContainerState(yyj4651) if r.TryDecodeAsNil() { - yyv4646[yyj4646] = PodCondition{} + yyv4651[yyj4651] = PodCondition{} } else { - yyv4648 := &yyv4646[yyj4646] - yyv4648.CodecDecodeSelf(d) + yyv4653 := &yyv4651[yyj4651] + yyv4653.CodecDecodeSelf(d) } } } } else { - yyj4646 := 0 - for ; !r.CheckBreak(); yyj4646++ { + yyj4651 := 0 + for ; !r.CheckBreak(); yyj4651++ { - if yyj4646 >= len(yyv4646) { - yyv4646 = append(yyv4646, PodCondition{}) // var yyz4646 PodCondition - yyc4646 = true + if yyj4651 >= len(yyv4651) { + yyv4651 = append(yyv4651, PodCondition{}) // var yyz4651 PodCondition + yyc4651 = true } - yyh4646.ElemContainerState(yyj4646) - if yyj4646 < len(yyv4646) { + yyh4651.ElemContainerState(yyj4651) + if yyj4651 < len(yyv4651) { if r.TryDecodeAsNil() { - yyv4646[yyj4646] = PodCondition{} + yyv4651[yyj4651] = PodCondition{} } else { - yyv4649 := &yyv4646[yyj4646] - yyv4649.CodecDecodeSelf(d) + yyv4654 := &yyv4651[yyj4651] + yyv4654.CodecDecodeSelf(d) } } else { @@ -58592,17 +58647,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4646 < len(yyv4646) { - yyv4646 = yyv4646[:yyj4646] - yyc4646 = true - } else if yyj4646 == 0 && yyv4646 == nil { - yyv4646 = []PodCondition{} - yyc4646 = true + if yyj4651 < len(yyv4651) { + yyv4651 = yyv4651[:yyj4651] + yyc4651 = true + } else if yyj4651 == 0 && yyv4651 == nil { + yyv4651 = []PodCondition{} + yyc4651 = true } } - yyh4646.End() - if yyc4646 { - *v = yyv4646 + yyh4651.End() + if yyc4651 { + *v = yyv4651 } } @@ -58611,10 +58666,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4650 := range v { + for _, yyv4655 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4651 := &yyv4650 - yy4651.CodecEncodeSelf(e) + yy4656 := &yyv4655 + yy4656.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58624,83 +58679,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4652 := *v - yyh4652, yyl4652 := z.DecSliceHelperStart() - var yyc4652 bool - if yyl4652 == 0 { - if yyv4652 == nil { - yyv4652 = []ContainerStatus{} - yyc4652 = true - } else if len(yyv4652) != 0 { - yyv4652 = yyv4652[:0] - yyc4652 = true + yyv4657 := *v + yyh4657, yyl4657 := z.DecSliceHelperStart() + var yyc4657 bool + if yyl4657 == 0 { + if yyv4657 == nil { + yyv4657 = []ContainerStatus{} + yyc4657 = true + } else if len(yyv4657) != 0 { + yyv4657 = yyv4657[:0] + yyc4657 = true } - } else if yyl4652 > 0 { - var yyrr4652, yyrl4652 int - var yyrt4652 bool - if yyl4652 > cap(yyv4652) { + } else if yyl4657 > 0 { + var yyrr4657, yyrl4657 int + var yyrt4657 bool + if yyl4657 > cap(yyv4657) { - yyrg4652 := len(yyv4652) > 0 - yyv24652 := yyv4652 - yyrl4652, yyrt4652 = z.DecInferLen(yyl4652, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4652 { - if yyrl4652 <= cap(yyv4652) { - yyv4652 = yyv4652[:yyrl4652] + yyrg4657 := len(yyv4657) > 0 + yyv24657 := yyv4657 + yyrl4657, yyrt4657 = z.DecInferLen(yyl4657, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4657 { + if yyrl4657 <= cap(yyv4657) { + yyv4657 = yyv4657[:yyrl4657] } else { - yyv4652 = make([]ContainerStatus, yyrl4652) + yyv4657 = make([]ContainerStatus, yyrl4657) } } else { - yyv4652 = make([]ContainerStatus, yyrl4652) + yyv4657 = make([]ContainerStatus, yyrl4657) } - yyc4652 = true - yyrr4652 = len(yyv4652) - if yyrg4652 { - copy(yyv4652, yyv24652) + yyc4657 = true + yyrr4657 = len(yyv4657) + if yyrg4657 { + copy(yyv4657, yyv24657) } - } else if yyl4652 != len(yyv4652) { - yyv4652 = yyv4652[:yyl4652] - yyc4652 = true + } else if yyl4657 != len(yyv4657) { + yyv4657 = yyv4657[:yyl4657] + yyc4657 = true } - yyj4652 := 0 - for ; yyj4652 < yyrr4652; yyj4652++ { - yyh4652.ElemContainerState(yyj4652) + yyj4657 := 0 + for ; yyj4657 < yyrr4657; yyj4657++ { + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4652[yyj4652] = ContainerStatus{} + yyv4657[yyj4657] = ContainerStatus{} } else { - yyv4653 := &yyv4652[yyj4652] - yyv4653.CodecDecodeSelf(d) + yyv4658 := &yyv4657[yyj4657] + yyv4658.CodecDecodeSelf(d) } } - if yyrt4652 { - for ; yyj4652 < yyl4652; yyj4652++ { - yyv4652 = append(yyv4652, ContainerStatus{}) - yyh4652.ElemContainerState(yyj4652) + if yyrt4657 { + for ; yyj4657 < yyl4657; yyj4657++ { + yyv4657 = append(yyv4657, ContainerStatus{}) + yyh4657.ElemContainerState(yyj4657) if r.TryDecodeAsNil() { - yyv4652[yyj4652] = ContainerStatus{} + yyv4657[yyj4657] = ContainerStatus{} } else { - yyv4654 := &yyv4652[yyj4652] - yyv4654.CodecDecodeSelf(d) + yyv4659 := &yyv4657[yyj4657] + yyv4659.CodecDecodeSelf(d) } } } } else { - yyj4652 := 0 - for ; !r.CheckBreak(); yyj4652++ { + yyj4657 := 0 + for ; !r.CheckBreak(); yyj4657++ { - if yyj4652 >= len(yyv4652) { - yyv4652 = append(yyv4652, ContainerStatus{}) // var yyz4652 ContainerStatus - yyc4652 = true + if yyj4657 >= len(yyv4657) { + yyv4657 = append(yyv4657, ContainerStatus{}) // var yyz4657 ContainerStatus + yyc4657 = true } - yyh4652.ElemContainerState(yyj4652) - if yyj4652 < len(yyv4652) { + yyh4657.ElemContainerState(yyj4657) + if yyj4657 < len(yyv4657) { if r.TryDecodeAsNil() { - yyv4652[yyj4652] = ContainerStatus{} + yyv4657[yyj4657] = ContainerStatus{} } else { - yyv4655 := &yyv4652[yyj4652] - yyv4655.CodecDecodeSelf(d) + yyv4660 := &yyv4657[yyj4657] + yyv4660.CodecDecodeSelf(d) } } else { @@ -58708,17 +58763,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4652 < len(yyv4652) { - yyv4652 = yyv4652[:yyj4652] - yyc4652 = true - } else if yyj4652 == 0 && yyv4652 == nil { - yyv4652 = []ContainerStatus{} - yyc4652 = true + if yyj4657 < len(yyv4657) { + yyv4657 = yyv4657[:yyj4657] + yyc4657 = true + } else if yyj4657 == 0 && yyv4657 == nil { + yyv4657 = []ContainerStatus{} + yyc4657 = true } } - yyh4652.End() - if yyc4652 { - *v = yyv4652 + yyh4657.End() + if yyc4657 { + *v = yyv4657 } } @@ -58727,10 +58782,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4656 := range v { + for _, yyv4661 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4657 := &yyv4656 - yy4657.CodecEncodeSelf(e) + yy4662 := &yyv4661 + yy4662.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58740,83 +58795,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4658 := *v - yyh4658, yyl4658 := z.DecSliceHelperStart() - var yyc4658 bool - if yyl4658 == 0 { - if yyv4658 == nil { - yyv4658 = []PodTemplate{} - yyc4658 = true - } else if len(yyv4658) != 0 { - yyv4658 = yyv4658[:0] - yyc4658 = true + yyv4663 := *v + yyh4663, yyl4663 := z.DecSliceHelperStart() + var yyc4663 bool + if yyl4663 == 0 { + if yyv4663 == nil { + yyv4663 = []PodTemplate{} + yyc4663 = true + } else if len(yyv4663) != 0 { + yyv4663 = yyv4663[:0] + yyc4663 = true } - } else if yyl4658 > 0 { - var yyrr4658, yyrl4658 int - var yyrt4658 bool - if yyl4658 > cap(yyv4658) { + } else if yyl4663 > 0 { + var yyrr4663, yyrl4663 int + var yyrt4663 bool + if yyl4663 > cap(yyv4663) { - yyrg4658 := len(yyv4658) > 0 - yyv24658 := yyv4658 - yyrl4658, yyrt4658 = z.DecInferLen(yyl4658, z.DecBasicHandle().MaxInitLen, 704) - if yyrt4658 { - if yyrl4658 <= cap(yyv4658) { - yyv4658 = yyv4658[:yyrl4658] + yyrg4663 := len(yyv4663) > 0 + yyv24663 := yyv4663 + yyrl4663, yyrt4663 = z.DecInferLen(yyl4663, z.DecBasicHandle().MaxInitLen, 704) + if yyrt4663 { + if yyrl4663 <= cap(yyv4663) { + yyv4663 = yyv4663[:yyrl4663] } else { - yyv4658 = make([]PodTemplate, yyrl4658) + yyv4663 = make([]PodTemplate, yyrl4663) } } else { - yyv4658 = make([]PodTemplate, yyrl4658) + yyv4663 = make([]PodTemplate, yyrl4663) } - yyc4658 = true - yyrr4658 = len(yyv4658) - if yyrg4658 { - copy(yyv4658, yyv24658) + yyc4663 = true + yyrr4663 = len(yyv4663) + if yyrg4663 { + copy(yyv4663, yyv24663) } - } else if yyl4658 != len(yyv4658) { - yyv4658 = yyv4658[:yyl4658] - yyc4658 = true + } else if yyl4663 != len(yyv4663) { + yyv4663 = yyv4663[:yyl4663] + yyc4663 = true } - yyj4658 := 0 - for ; yyj4658 < yyrr4658; yyj4658++ { - yyh4658.ElemContainerState(yyj4658) + yyj4663 := 0 + for ; yyj4663 < yyrr4663; yyj4663++ { + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4658[yyj4658] = PodTemplate{} + yyv4663[yyj4663] = PodTemplate{} } else { - yyv4659 := &yyv4658[yyj4658] - yyv4659.CodecDecodeSelf(d) + yyv4664 := &yyv4663[yyj4663] + yyv4664.CodecDecodeSelf(d) } } - if yyrt4658 { - for ; yyj4658 < yyl4658; yyj4658++ { - yyv4658 = append(yyv4658, PodTemplate{}) - yyh4658.ElemContainerState(yyj4658) + if yyrt4663 { + for ; yyj4663 < yyl4663; yyj4663++ { + yyv4663 = append(yyv4663, PodTemplate{}) + yyh4663.ElemContainerState(yyj4663) if r.TryDecodeAsNil() { - yyv4658[yyj4658] = PodTemplate{} + yyv4663[yyj4663] = PodTemplate{} } else { - yyv4660 := &yyv4658[yyj4658] - yyv4660.CodecDecodeSelf(d) + yyv4665 := &yyv4663[yyj4663] + yyv4665.CodecDecodeSelf(d) } } } } else { - yyj4658 := 0 - for ; !r.CheckBreak(); yyj4658++ { + yyj4663 := 0 + for ; !r.CheckBreak(); yyj4663++ { - if yyj4658 >= len(yyv4658) { - yyv4658 = append(yyv4658, PodTemplate{}) // var yyz4658 PodTemplate - yyc4658 = true + if yyj4663 >= len(yyv4663) { + yyv4663 = append(yyv4663, PodTemplate{}) // var yyz4663 PodTemplate + yyc4663 = true } - yyh4658.ElemContainerState(yyj4658) - if yyj4658 < len(yyv4658) { + yyh4663.ElemContainerState(yyj4663) + if yyj4663 < len(yyv4663) { if r.TryDecodeAsNil() { - yyv4658[yyj4658] = PodTemplate{} + yyv4663[yyj4663] = PodTemplate{} } else { - yyv4661 := &yyv4658[yyj4658] - yyv4661.CodecDecodeSelf(d) + yyv4666 := &yyv4663[yyj4663] + yyv4666.CodecDecodeSelf(d) } } else { @@ -58824,17 +58879,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4658 < len(yyv4658) { - yyv4658 = yyv4658[:yyj4658] - yyc4658 = true - } else if yyj4658 == 0 && yyv4658 == nil { - yyv4658 = []PodTemplate{} - yyc4658 = true + if yyj4663 < len(yyv4663) { + yyv4663 = yyv4663[:yyj4663] + yyc4663 = true + } else if yyj4663 == 0 && yyv4663 == nil { + yyv4663 = []PodTemplate{} + yyc4663 = true } } - yyh4658.End() - if yyc4658 { - *v = yyv4658 + yyh4663.End() + if yyc4663 { + *v = yyv4663 } } @@ -58843,10 +58898,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4662 := range v { + for _, yyv4667 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4663 := &yyv4662 - yy4663.CodecEncodeSelf(e) + yy4668 := &yyv4667 + yy4668.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58856,83 +58911,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4664 := *v - yyh4664, yyl4664 := z.DecSliceHelperStart() - var yyc4664 bool - if yyl4664 == 0 { - if yyv4664 == nil { - yyv4664 = []ReplicationController{} - yyc4664 = true - } else if len(yyv4664) != 0 { - yyv4664 = yyv4664[:0] - yyc4664 = true + yyv4669 := *v + yyh4669, yyl4669 := z.DecSliceHelperStart() + var yyc4669 bool + if yyl4669 == 0 { + if yyv4669 == nil { + yyv4669 = []ReplicationController{} + yyc4669 = true + } else if len(yyv4669) != 0 { + yyv4669 = yyv4669[:0] + yyc4669 = true } - } else if yyl4664 > 0 { - var yyrr4664, yyrl4664 int - var yyrt4664 bool - if yyl4664 > cap(yyv4664) { + } else if yyl4669 > 0 { + var yyrr4669, yyrl4669 int + var yyrt4669 bool + if yyl4669 > cap(yyv4669) { - yyrg4664 := len(yyv4664) > 0 - yyv24664 := yyv4664 - yyrl4664, yyrt4664 = z.DecInferLen(yyl4664, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4664 { - if yyrl4664 <= cap(yyv4664) { - yyv4664 = yyv4664[:yyrl4664] + yyrg4669 := len(yyv4669) > 0 + yyv24669 := yyv4669 + yyrl4669, yyrt4669 = z.DecInferLen(yyl4669, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4669 { + if yyrl4669 <= cap(yyv4669) { + yyv4669 = yyv4669[:yyrl4669] } else { - yyv4664 = make([]ReplicationController, yyrl4664) + yyv4669 = make([]ReplicationController, yyrl4669) } } else { - yyv4664 = make([]ReplicationController, yyrl4664) + yyv4669 = make([]ReplicationController, yyrl4669) } - yyc4664 = true - yyrr4664 = len(yyv4664) - if yyrg4664 { - copy(yyv4664, yyv24664) + yyc4669 = true + yyrr4669 = len(yyv4669) + if yyrg4669 { + copy(yyv4669, yyv24669) } - } else if yyl4664 != len(yyv4664) { - yyv4664 = yyv4664[:yyl4664] - yyc4664 = true + } else if yyl4669 != len(yyv4669) { + yyv4669 = yyv4669[:yyl4669] + yyc4669 = true } - yyj4664 := 0 - for ; yyj4664 < yyrr4664; yyj4664++ { - yyh4664.ElemContainerState(yyj4664) + yyj4669 := 0 + for ; yyj4669 < yyrr4669; yyj4669++ { + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4664[yyj4664] = ReplicationController{} + yyv4669[yyj4669] = ReplicationController{} } else { - yyv4665 := &yyv4664[yyj4664] - yyv4665.CodecDecodeSelf(d) + yyv4670 := &yyv4669[yyj4669] + yyv4670.CodecDecodeSelf(d) } } - if yyrt4664 { - for ; yyj4664 < yyl4664; yyj4664++ { - yyv4664 = append(yyv4664, ReplicationController{}) - yyh4664.ElemContainerState(yyj4664) + if yyrt4669 { + for ; yyj4669 < yyl4669; yyj4669++ { + yyv4669 = append(yyv4669, ReplicationController{}) + yyh4669.ElemContainerState(yyj4669) if r.TryDecodeAsNil() { - yyv4664[yyj4664] = ReplicationController{} + yyv4669[yyj4669] = ReplicationController{} } else { - yyv4666 := &yyv4664[yyj4664] - yyv4666.CodecDecodeSelf(d) + yyv4671 := &yyv4669[yyj4669] + yyv4671.CodecDecodeSelf(d) } } } } else { - yyj4664 := 0 - for ; !r.CheckBreak(); yyj4664++ { + yyj4669 := 0 + for ; !r.CheckBreak(); yyj4669++ { - if yyj4664 >= len(yyv4664) { - yyv4664 = append(yyv4664, ReplicationController{}) // var yyz4664 ReplicationController - yyc4664 = true + if yyj4669 >= len(yyv4669) { + yyv4669 = append(yyv4669, ReplicationController{}) // var yyz4669 ReplicationController + yyc4669 = true } - yyh4664.ElemContainerState(yyj4664) - if yyj4664 < len(yyv4664) { + yyh4669.ElemContainerState(yyj4669) + if yyj4669 < len(yyv4669) { if r.TryDecodeAsNil() { - yyv4664[yyj4664] = ReplicationController{} + yyv4669[yyj4669] = ReplicationController{} } else { - yyv4667 := &yyv4664[yyj4664] - yyv4667.CodecDecodeSelf(d) + yyv4672 := &yyv4669[yyj4669] + yyv4672.CodecDecodeSelf(d) } } else { @@ -58940,17 +58995,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4664 < len(yyv4664) { - yyv4664 = yyv4664[:yyj4664] - yyc4664 = true - } else if yyj4664 == 0 && yyv4664 == nil { - yyv4664 = []ReplicationController{} - yyc4664 = true + if yyj4669 < len(yyv4669) { + yyv4669 = yyv4669[:yyj4669] + yyc4669 = true + } else if yyj4669 == 0 && yyv4669 == nil { + yyv4669 = []ReplicationController{} + yyc4669 = true } } - yyh4664.End() - if yyc4664 { - *v = yyv4664 + yyh4669.End() + if yyc4669 { + *v = yyv4669 } } @@ -58959,10 +59014,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4668 := range v { + for _, yyv4673 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4669 := &yyv4668 - yy4669.CodecEncodeSelf(e) + yy4674 := &yyv4673 + yy4674.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58972,83 +59027,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4670 := *v - yyh4670, yyl4670 := z.DecSliceHelperStart() - var yyc4670 bool - if yyl4670 == 0 { - if yyv4670 == nil { - yyv4670 = []Service{} - yyc4670 = true - } else if len(yyv4670) != 0 { - yyv4670 = yyv4670[:0] - yyc4670 = true + yyv4675 := *v + yyh4675, yyl4675 := z.DecSliceHelperStart() + var yyc4675 bool + if yyl4675 == 0 { + if yyv4675 == nil { + yyv4675 = []Service{} + yyc4675 = true + } else if len(yyv4675) != 0 { + yyv4675 = yyv4675[:0] + yyc4675 = true } - } else if yyl4670 > 0 { - var yyrr4670, yyrl4670 int - var yyrt4670 bool - if yyl4670 > cap(yyv4670) { + } else if yyl4675 > 0 { + var yyrr4675, yyrl4675 int + var yyrt4675 bool + if yyl4675 > cap(yyv4675) { - yyrg4670 := len(yyv4670) > 0 - yyv24670 := yyv4670 - yyrl4670, yyrt4670 = z.DecInferLen(yyl4670, z.DecBasicHandle().MaxInitLen, 440) - if yyrt4670 { - if yyrl4670 <= cap(yyv4670) { - yyv4670 = yyv4670[:yyrl4670] + yyrg4675 := len(yyv4675) > 0 + yyv24675 := yyv4675 + yyrl4675, yyrt4675 = z.DecInferLen(yyl4675, z.DecBasicHandle().MaxInitLen, 440) + if yyrt4675 { + if yyrl4675 <= cap(yyv4675) { + yyv4675 = yyv4675[:yyrl4675] } else { - yyv4670 = make([]Service, yyrl4670) + yyv4675 = make([]Service, yyrl4675) } } else { - yyv4670 = make([]Service, yyrl4670) + yyv4675 = make([]Service, yyrl4675) } - yyc4670 = true - yyrr4670 = len(yyv4670) - if yyrg4670 { - copy(yyv4670, yyv24670) + yyc4675 = true + yyrr4675 = len(yyv4675) + if yyrg4675 { + copy(yyv4675, yyv24675) } - } else if yyl4670 != len(yyv4670) { - yyv4670 = yyv4670[:yyl4670] - yyc4670 = true + } else if yyl4675 != len(yyv4675) { + yyv4675 = yyv4675[:yyl4675] + yyc4675 = true } - yyj4670 := 0 - for ; yyj4670 < yyrr4670; yyj4670++ { - yyh4670.ElemContainerState(yyj4670) + yyj4675 := 0 + for ; yyj4675 < yyrr4675; yyj4675++ { + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4670[yyj4670] = Service{} + yyv4675[yyj4675] = Service{} } else { - yyv4671 := &yyv4670[yyj4670] - yyv4671.CodecDecodeSelf(d) + yyv4676 := &yyv4675[yyj4675] + yyv4676.CodecDecodeSelf(d) } } - if yyrt4670 { - for ; yyj4670 < yyl4670; yyj4670++ { - yyv4670 = append(yyv4670, Service{}) - yyh4670.ElemContainerState(yyj4670) + if yyrt4675 { + for ; yyj4675 < yyl4675; yyj4675++ { + yyv4675 = append(yyv4675, Service{}) + yyh4675.ElemContainerState(yyj4675) if r.TryDecodeAsNil() { - yyv4670[yyj4670] = Service{} + yyv4675[yyj4675] = Service{} } else { - yyv4672 := &yyv4670[yyj4670] - yyv4672.CodecDecodeSelf(d) + yyv4677 := &yyv4675[yyj4675] + yyv4677.CodecDecodeSelf(d) } } } } else { - yyj4670 := 0 - for ; !r.CheckBreak(); yyj4670++ { + yyj4675 := 0 + for ; !r.CheckBreak(); yyj4675++ { - if yyj4670 >= len(yyv4670) { - yyv4670 = append(yyv4670, Service{}) // var yyz4670 Service - yyc4670 = true + if yyj4675 >= len(yyv4675) { + yyv4675 = append(yyv4675, Service{}) // var yyz4675 Service + yyc4675 = true } - yyh4670.ElemContainerState(yyj4670) - if yyj4670 < len(yyv4670) { + yyh4675.ElemContainerState(yyj4675) + if yyj4675 < len(yyv4675) { if r.TryDecodeAsNil() { - yyv4670[yyj4670] = Service{} + yyv4675[yyj4675] = Service{} } else { - yyv4673 := &yyv4670[yyj4670] - yyv4673.CodecDecodeSelf(d) + yyv4678 := &yyv4675[yyj4675] + yyv4678.CodecDecodeSelf(d) } } else { @@ -59056,17 +59111,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4670 < len(yyv4670) { - yyv4670 = yyv4670[:yyj4670] - yyc4670 = true - } else if yyj4670 == 0 && yyv4670 == nil { - yyv4670 = []Service{} - yyc4670 = true + if yyj4675 < len(yyv4675) { + yyv4675 = yyv4675[:yyj4675] + yyc4675 = true + } else if yyj4675 == 0 && yyv4675 == nil { + yyv4675 = []Service{} + yyc4675 = true } } - yyh4670.End() - if yyc4670 { - *v = yyv4670 + yyh4675.End() + if yyc4675 { + *v = yyv4675 } } @@ -59075,10 +59130,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4674 := range v { + for _, yyv4679 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4675 := &yyv4674 - yy4675.CodecEncodeSelf(e) + yy4680 := &yyv4679 + yy4680.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59088,83 +59143,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4676 := *v - yyh4676, yyl4676 := z.DecSliceHelperStart() - var yyc4676 bool - if yyl4676 == 0 { - if yyv4676 == nil { - yyv4676 = []LoadBalancerIngress{} - yyc4676 = true - } else if len(yyv4676) != 0 { - yyv4676 = yyv4676[:0] - yyc4676 = true + yyv4681 := *v + yyh4681, yyl4681 := z.DecSliceHelperStart() + var yyc4681 bool + if yyl4681 == 0 { + if yyv4681 == nil { + yyv4681 = []LoadBalancerIngress{} + yyc4681 = true + } else if len(yyv4681) != 0 { + yyv4681 = yyv4681[:0] + yyc4681 = true } - } else if yyl4676 > 0 { - var yyrr4676, yyrl4676 int - var yyrt4676 bool - if yyl4676 > cap(yyv4676) { + } else if yyl4681 > 0 { + var yyrr4681, yyrl4681 int + var yyrt4681 bool + if yyl4681 > cap(yyv4681) { - yyrg4676 := len(yyv4676) > 0 - yyv24676 := yyv4676 - yyrl4676, yyrt4676 = z.DecInferLen(yyl4676, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4676 { - if yyrl4676 <= cap(yyv4676) { - yyv4676 = yyv4676[:yyrl4676] + yyrg4681 := len(yyv4681) > 0 + yyv24681 := yyv4681 + yyrl4681, yyrt4681 = z.DecInferLen(yyl4681, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4681 { + if yyrl4681 <= cap(yyv4681) { + yyv4681 = yyv4681[:yyrl4681] } else { - yyv4676 = make([]LoadBalancerIngress, yyrl4676) + yyv4681 = make([]LoadBalancerIngress, yyrl4681) } } else { - yyv4676 = make([]LoadBalancerIngress, yyrl4676) + yyv4681 = make([]LoadBalancerIngress, yyrl4681) } - yyc4676 = true - yyrr4676 = len(yyv4676) - if yyrg4676 { - copy(yyv4676, yyv24676) + yyc4681 = true + yyrr4681 = len(yyv4681) + if yyrg4681 { + copy(yyv4681, yyv24681) } - } else if yyl4676 != len(yyv4676) { - yyv4676 = yyv4676[:yyl4676] - yyc4676 = true + } else if yyl4681 != len(yyv4681) { + yyv4681 = yyv4681[:yyl4681] + yyc4681 = true } - yyj4676 := 0 - for ; yyj4676 < yyrr4676; yyj4676++ { - yyh4676.ElemContainerState(yyj4676) + yyj4681 := 0 + for ; yyj4681 < yyrr4681; yyj4681++ { + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4676[yyj4676] = LoadBalancerIngress{} + yyv4681[yyj4681] = LoadBalancerIngress{} } else { - yyv4677 := &yyv4676[yyj4676] - yyv4677.CodecDecodeSelf(d) + yyv4682 := &yyv4681[yyj4681] + yyv4682.CodecDecodeSelf(d) } } - if yyrt4676 { - for ; yyj4676 < yyl4676; yyj4676++ { - yyv4676 = append(yyv4676, LoadBalancerIngress{}) - yyh4676.ElemContainerState(yyj4676) + if yyrt4681 { + for ; yyj4681 < yyl4681; yyj4681++ { + yyv4681 = append(yyv4681, LoadBalancerIngress{}) + yyh4681.ElemContainerState(yyj4681) if r.TryDecodeAsNil() { - yyv4676[yyj4676] = LoadBalancerIngress{} + yyv4681[yyj4681] = LoadBalancerIngress{} } else { - yyv4678 := &yyv4676[yyj4676] - yyv4678.CodecDecodeSelf(d) + yyv4683 := &yyv4681[yyj4681] + yyv4683.CodecDecodeSelf(d) } } } } else { - yyj4676 := 0 - for ; !r.CheckBreak(); yyj4676++ { + yyj4681 := 0 + for ; !r.CheckBreak(); yyj4681++ { - if yyj4676 >= len(yyv4676) { - yyv4676 = append(yyv4676, LoadBalancerIngress{}) // var yyz4676 LoadBalancerIngress - yyc4676 = true + if yyj4681 >= len(yyv4681) { + yyv4681 = append(yyv4681, LoadBalancerIngress{}) // var yyz4681 LoadBalancerIngress + yyc4681 = true } - yyh4676.ElemContainerState(yyj4676) - if yyj4676 < len(yyv4676) { + yyh4681.ElemContainerState(yyj4681) + if yyj4681 < len(yyv4681) { if r.TryDecodeAsNil() { - yyv4676[yyj4676] = LoadBalancerIngress{} + yyv4681[yyj4681] = LoadBalancerIngress{} } else { - yyv4679 := &yyv4676[yyj4676] - yyv4679.CodecDecodeSelf(d) + yyv4684 := &yyv4681[yyj4681] + yyv4684.CodecDecodeSelf(d) } } else { @@ -59172,17 +59227,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4676 < len(yyv4676) { - yyv4676 = yyv4676[:yyj4676] - yyc4676 = true - } else if yyj4676 == 0 && yyv4676 == nil { - yyv4676 = []LoadBalancerIngress{} - yyc4676 = true + if yyj4681 < len(yyv4681) { + yyv4681 = yyv4681[:yyj4681] + yyc4681 = true + } else if yyj4681 == 0 && yyv4681 == nil { + yyv4681 = []LoadBalancerIngress{} + yyc4681 = true } } - yyh4676.End() - if yyc4676 { - *v = yyv4676 + yyh4681.End() + if yyc4681 { + *v = yyv4681 } } @@ -59191,10 +59246,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4680 := range v { + for _, yyv4685 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4681 := &yyv4680 - yy4681.CodecEncodeSelf(e) + yy4686 := &yyv4685 + yy4686.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59204,83 +59259,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4682 := *v - yyh4682, yyl4682 := z.DecSliceHelperStart() - var yyc4682 bool - if yyl4682 == 0 { - if yyv4682 == nil { - yyv4682 = []ServicePort{} - yyc4682 = true - } else if len(yyv4682) != 0 { - yyv4682 = yyv4682[:0] - yyc4682 = true + yyv4687 := *v + yyh4687, yyl4687 := z.DecSliceHelperStart() + var yyc4687 bool + if yyl4687 == 0 { + if yyv4687 == nil { + yyv4687 = []ServicePort{} + yyc4687 = true + } else if len(yyv4687) != 0 { + yyv4687 = yyv4687[:0] + yyc4687 = true } - } else if yyl4682 > 0 { - var yyrr4682, yyrl4682 int - var yyrt4682 bool - if yyl4682 > cap(yyv4682) { + } else if yyl4687 > 0 { + var yyrr4687, yyrl4687 int + var yyrt4687 bool + if yyl4687 > cap(yyv4687) { - yyrg4682 := len(yyv4682) > 0 - yyv24682 := yyv4682 - yyrl4682, yyrt4682 = z.DecInferLen(yyl4682, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4682 { - if yyrl4682 <= cap(yyv4682) { - yyv4682 = yyv4682[:yyrl4682] + yyrg4687 := len(yyv4687) > 0 + yyv24687 := yyv4687 + yyrl4687, yyrt4687 = z.DecInferLen(yyl4687, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4687 { + if yyrl4687 <= cap(yyv4687) { + yyv4687 = yyv4687[:yyrl4687] } else { - yyv4682 = make([]ServicePort, yyrl4682) + yyv4687 = make([]ServicePort, yyrl4687) } } else { - yyv4682 = make([]ServicePort, yyrl4682) + yyv4687 = make([]ServicePort, yyrl4687) } - yyc4682 = true - yyrr4682 = len(yyv4682) - if yyrg4682 { - copy(yyv4682, yyv24682) + yyc4687 = true + yyrr4687 = len(yyv4687) + if yyrg4687 { + copy(yyv4687, yyv24687) } - } else if yyl4682 != len(yyv4682) { - yyv4682 = yyv4682[:yyl4682] - yyc4682 = true + } else if yyl4687 != len(yyv4687) { + yyv4687 = yyv4687[:yyl4687] + yyc4687 = true } - yyj4682 := 0 - for ; yyj4682 < yyrr4682; yyj4682++ { - yyh4682.ElemContainerState(yyj4682) + yyj4687 := 0 + for ; yyj4687 < yyrr4687; yyj4687++ { + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4682[yyj4682] = ServicePort{} + yyv4687[yyj4687] = ServicePort{} } else { - yyv4683 := &yyv4682[yyj4682] - yyv4683.CodecDecodeSelf(d) + yyv4688 := &yyv4687[yyj4687] + yyv4688.CodecDecodeSelf(d) } } - if yyrt4682 { - for ; yyj4682 < yyl4682; yyj4682++ { - yyv4682 = append(yyv4682, ServicePort{}) - yyh4682.ElemContainerState(yyj4682) + if yyrt4687 { + for ; yyj4687 < yyl4687; yyj4687++ { + yyv4687 = append(yyv4687, ServicePort{}) + yyh4687.ElemContainerState(yyj4687) if r.TryDecodeAsNil() { - yyv4682[yyj4682] = ServicePort{} + yyv4687[yyj4687] = ServicePort{} } else { - yyv4684 := &yyv4682[yyj4682] - yyv4684.CodecDecodeSelf(d) + yyv4689 := &yyv4687[yyj4687] + yyv4689.CodecDecodeSelf(d) } } } } else { - yyj4682 := 0 - for ; !r.CheckBreak(); yyj4682++ { + yyj4687 := 0 + for ; !r.CheckBreak(); yyj4687++ { - if yyj4682 >= len(yyv4682) { - yyv4682 = append(yyv4682, ServicePort{}) // var yyz4682 ServicePort - yyc4682 = true + if yyj4687 >= len(yyv4687) { + yyv4687 = append(yyv4687, ServicePort{}) // var yyz4687 ServicePort + yyc4687 = true } - yyh4682.ElemContainerState(yyj4682) - if yyj4682 < len(yyv4682) { + yyh4687.ElemContainerState(yyj4687) + if yyj4687 < len(yyv4687) { if r.TryDecodeAsNil() { - yyv4682[yyj4682] = ServicePort{} + yyv4687[yyj4687] = ServicePort{} } else { - yyv4685 := &yyv4682[yyj4682] - yyv4685.CodecDecodeSelf(d) + yyv4690 := &yyv4687[yyj4687] + yyv4690.CodecDecodeSelf(d) } } else { @@ -59288,17 +59343,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4682 < len(yyv4682) { - yyv4682 = yyv4682[:yyj4682] - yyc4682 = true - } else if yyj4682 == 0 && yyv4682 == nil { - yyv4682 = []ServicePort{} - yyc4682 = true + if yyj4687 < len(yyv4687) { + yyv4687 = yyv4687[:yyj4687] + yyc4687 = true + } else if yyj4687 == 0 && yyv4687 == nil { + yyv4687 = []ServicePort{} + yyc4687 = true } } - yyh4682.End() - if yyc4682 { - *v = yyv4682 + yyh4687.End() + if yyc4687 { + *v = yyv4687 } } @@ -59307,10 +59362,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4686 := range v { + for _, yyv4691 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4687 := &yyv4686 - yy4687.CodecEncodeSelf(e) + yy4692 := &yyv4691 + yy4692.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59320,83 +59375,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4688 := *v - yyh4688, yyl4688 := z.DecSliceHelperStart() - var yyc4688 bool - if yyl4688 == 0 { - if yyv4688 == nil { - yyv4688 = []ObjectReference{} - yyc4688 = true - } else if len(yyv4688) != 0 { - yyv4688 = yyv4688[:0] - yyc4688 = true + yyv4693 := *v + yyh4693, yyl4693 := z.DecSliceHelperStart() + var yyc4693 bool + if yyl4693 == 0 { + if yyv4693 == nil { + yyv4693 = []ObjectReference{} + yyc4693 = true + } else if len(yyv4693) != 0 { + yyv4693 = yyv4693[:0] + yyc4693 = true } - } else if yyl4688 > 0 { - var yyrr4688, yyrl4688 int - var yyrt4688 bool - if yyl4688 > cap(yyv4688) { + } else if yyl4693 > 0 { + var yyrr4693, yyrl4693 int + var yyrt4693 bool + if yyl4693 > cap(yyv4693) { - yyrg4688 := len(yyv4688) > 0 - yyv24688 := yyv4688 - yyrl4688, yyrt4688 = z.DecInferLen(yyl4688, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4688 { - if yyrl4688 <= cap(yyv4688) { - yyv4688 = yyv4688[:yyrl4688] + yyrg4693 := len(yyv4693) > 0 + yyv24693 := yyv4693 + yyrl4693, yyrt4693 = z.DecInferLen(yyl4693, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4693 { + if yyrl4693 <= cap(yyv4693) { + yyv4693 = yyv4693[:yyrl4693] } else { - yyv4688 = make([]ObjectReference, yyrl4688) + yyv4693 = make([]ObjectReference, yyrl4693) } } else { - yyv4688 = make([]ObjectReference, yyrl4688) + yyv4693 = make([]ObjectReference, yyrl4693) } - yyc4688 = true - yyrr4688 = len(yyv4688) - if yyrg4688 { - copy(yyv4688, yyv24688) + yyc4693 = true + yyrr4693 = len(yyv4693) + if yyrg4693 { + copy(yyv4693, yyv24693) } - } else if yyl4688 != len(yyv4688) { - yyv4688 = yyv4688[:yyl4688] - yyc4688 = true + } else if yyl4693 != len(yyv4693) { + yyv4693 = yyv4693[:yyl4693] + yyc4693 = true } - yyj4688 := 0 - for ; yyj4688 < yyrr4688; yyj4688++ { - yyh4688.ElemContainerState(yyj4688) + yyj4693 := 0 + for ; yyj4693 < yyrr4693; yyj4693++ { + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4688[yyj4688] = ObjectReference{} + yyv4693[yyj4693] = ObjectReference{} } else { - yyv4689 := &yyv4688[yyj4688] - yyv4689.CodecDecodeSelf(d) + yyv4694 := &yyv4693[yyj4693] + yyv4694.CodecDecodeSelf(d) } } - if yyrt4688 { - for ; yyj4688 < yyl4688; yyj4688++ { - yyv4688 = append(yyv4688, ObjectReference{}) - yyh4688.ElemContainerState(yyj4688) + if yyrt4693 { + for ; yyj4693 < yyl4693; yyj4693++ { + yyv4693 = append(yyv4693, ObjectReference{}) + yyh4693.ElemContainerState(yyj4693) if r.TryDecodeAsNil() { - yyv4688[yyj4688] = ObjectReference{} + yyv4693[yyj4693] = ObjectReference{} } else { - yyv4690 := &yyv4688[yyj4688] - yyv4690.CodecDecodeSelf(d) + yyv4695 := &yyv4693[yyj4693] + yyv4695.CodecDecodeSelf(d) } } } } else { - yyj4688 := 0 - for ; !r.CheckBreak(); yyj4688++ { + yyj4693 := 0 + for ; !r.CheckBreak(); yyj4693++ { - if yyj4688 >= len(yyv4688) { - yyv4688 = append(yyv4688, ObjectReference{}) // var yyz4688 ObjectReference - yyc4688 = true + if yyj4693 >= len(yyv4693) { + yyv4693 = append(yyv4693, ObjectReference{}) // var yyz4693 ObjectReference + yyc4693 = true } - yyh4688.ElemContainerState(yyj4688) - if yyj4688 < len(yyv4688) { + yyh4693.ElemContainerState(yyj4693) + if yyj4693 < len(yyv4693) { if r.TryDecodeAsNil() { - yyv4688[yyj4688] = ObjectReference{} + yyv4693[yyj4693] = ObjectReference{} } else { - yyv4691 := &yyv4688[yyj4688] - yyv4691.CodecDecodeSelf(d) + yyv4696 := &yyv4693[yyj4693] + yyv4696.CodecDecodeSelf(d) } } else { @@ -59404,17 +59459,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4688 < len(yyv4688) { - yyv4688 = yyv4688[:yyj4688] - yyc4688 = true - } else if yyj4688 == 0 && yyv4688 == nil { - yyv4688 = []ObjectReference{} - yyc4688 = true + if yyj4693 < len(yyv4693) { + yyv4693 = yyv4693[:yyj4693] + yyc4693 = true + } else if yyj4693 == 0 && yyv4693 == nil { + yyv4693 = []ObjectReference{} + yyc4693 = true } } - yyh4688.End() - if yyc4688 { - *v = yyv4688 + yyh4693.End() + if yyc4693 { + *v = yyv4693 } } @@ -59423,10 +59478,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4692 := range v { + for _, yyv4697 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4693 := &yyv4692 - yy4693.CodecEncodeSelf(e) + yy4698 := &yyv4697 + yy4698.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59436,83 +59491,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4694 := *v - yyh4694, yyl4694 := z.DecSliceHelperStart() - var yyc4694 bool - if yyl4694 == 0 { - if yyv4694 == nil { - yyv4694 = []ServiceAccount{} - yyc4694 = true - } else if len(yyv4694) != 0 { - yyv4694 = yyv4694[:0] - yyc4694 = true + yyv4699 := *v + yyh4699, yyl4699 := z.DecSliceHelperStart() + var yyc4699 bool + if yyl4699 == 0 { + if yyv4699 == nil { + yyv4699 = []ServiceAccount{} + yyc4699 = true + } else if len(yyv4699) != 0 { + yyv4699 = yyv4699[:0] + yyc4699 = true } - } else if yyl4694 > 0 { - var yyrr4694, yyrl4694 int - var yyrt4694 bool - if yyl4694 > cap(yyv4694) { + } else if yyl4699 > 0 { + var yyrr4699, yyrl4699 int + var yyrt4699 bool + if yyl4699 > cap(yyv4699) { - yyrg4694 := len(yyv4694) > 0 - yyv24694 := yyv4694 - yyrl4694, yyrt4694 = z.DecInferLen(yyl4694, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4694 { - if yyrl4694 <= cap(yyv4694) { - yyv4694 = yyv4694[:yyrl4694] + yyrg4699 := len(yyv4699) > 0 + yyv24699 := yyv4699 + yyrl4699, yyrt4699 = z.DecInferLen(yyl4699, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4699 { + if yyrl4699 <= cap(yyv4699) { + yyv4699 = yyv4699[:yyrl4699] } else { - yyv4694 = make([]ServiceAccount, yyrl4694) + yyv4699 = make([]ServiceAccount, yyrl4699) } } else { - yyv4694 = make([]ServiceAccount, yyrl4694) + yyv4699 = make([]ServiceAccount, yyrl4699) } - yyc4694 = true - yyrr4694 = len(yyv4694) - if yyrg4694 { - copy(yyv4694, yyv24694) + yyc4699 = true + yyrr4699 = len(yyv4699) + if yyrg4699 { + copy(yyv4699, yyv24699) } - } else if yyl4694 != len(yyv4694) { - yyv4694 = yyv4694[:yyl4694] - yyc4694 = true + } else if yyl4699 != len(yyv4699) { + yyv4699 = yyv4699[:yyl4699] + yyc4699 = true } - yyj4694 := 0 - for ; yyj4694 < yyrr4694; yyj4694++ { - yyh4694.ElemContainerState(yyj4694) + yyj4699 := 0 + for ; yyj4699 < yyrr4699; yyj4699++ { + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4694[yyj4694] = ServiceAccount{} + yyv4699[yyj4699] = ServiceAccount{} } else { - yyv4695 := &yyv4694[yyj4694] - yyv4695.CodecDecodeSelf(d) + yyv4700 := &yyv4699[yyj4699] + yyv4700.CodecDecodeSelf(d) } } - if yyrt4694 { - for ; yyj4694 < yyl4694; yyj4694++ { - yyv4694 = append(yyv4694, ServiceAccount{}) - yyh4694.ElemContainerState(yyj4694) + if yyrt4699 { + for ; yyj4699 < yyl4699; yyj4699++ { + yyv4699 = append(yyv4699, ServiceAccount{}) + yyh4699.ElemContainerState(yyj4699) if r.TryDecodeAsNil() { - yyv4694[yyj4694] = ServiceAccount{} + yyv4699[yyj4699] = ServiceAccount{} } else { - yyv4696 := &yyv4694[yyj4694] - yyv4696.CodecDecodeSelf(d) + yyv4701 := &yyv4699[yyj4699] + yyv4701.CodecDecodeSelf(d) } } } } else { - yyj4694 := 0 - for ; !r.CheckBreak(); yyj4694++ { + yyj4699 := 0 + for ; !r.CheckBreak(); yyj4699++ { - if yyj4694 >= len(yyv4694) { - yyv4694 = append(yyv4694, ServiceAccount{}) // var yyz4694 ServiceAccount - yyc4694 = true + if yyj4699 >= len(yyv4699) { + yyv4699 = append(yyv4699, ServiceAccount{}) // var yyz4699 ServiceAccount + yyc4699 = true } - yyh4694.ElemContainerState(yyj4694) - if yyj4694 < len(yyv4694) { + yyh4699.ElemContainerState(yyj4699) + if yyj4699 < len(yyv4699) { if r.TryDecodeAsNil() { - yyv4694[yyj4694] = ServiceAccount{} + yyv4699[yyj4699] = ServiceAccount{} } else { - yyv4697 := &yyv4694[yyj4694] - yyv4697.CodecDecodeSelf(d) + yyv4702 := &yyv4699[yyj4699] + yyv4702.CodecDecodeSelf(d) } } else { @@ -59520,17 +59575,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4694 < len(yyv4694) { - yyv4694 = yyv4694[:yyj4694] - yyc4694 = true - } else if yyj4694 == 0 && yyv4694 == nil { - yyv4694 = []ServiceAccount{} - yyc4694 = true + if yyj4699 < len(yyv4699) { + yyv4699 = yyv4699[:yyj4699] + yyc4699 = true + } else if yyj4699 == 0 && yyv4699 == nil { + yyv4699 = []ServiceAccount{} + yyc4699 = true } } - yyh4694.End() - if yyc4694 { - *v = yyv4694 + yyh4699.End() + if yyc4699 { + *v = yyv4699 } } @@ -59539,10 +59594,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4698 := range v { + for _, yyv4703 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4699 := &yyv4698 - yy4699.CodecEncodeSelf(e) + yy4704 := &yyv4703 + yy4704.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59552,83 +59607,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4700 := *v - yyh4700, yyl4700 := z.DecSliceHelperStart() - var yyc4700 bool - if yyl4700 == 0 { - if yyv4700 == nil { - yyv4700 = []EndpointSubset{} - yyc4700 = true - } else if len(yyv4700) != 0 { - yyv4700 = yyv4700[:0] - yyc4700 = true + yyv4705 := *v + yyh4705, yyl4705 := z.DecSliceHelperStart() + var yyc4705 bool + if yyl4705 == 0 { + if yyv4705 == nil { + yyv4705 = []EndpointSubset{} + yyc4705 = true + } else if len(yyv4705) != 0 { + yyv4705 = yyv4705[:0] + yyc4705 = true } - } else if yyl4700 > 0 { - var yyrr4700, yyrl4700 int - var yyrt4700 bool - if yyl4700 > cap(yyv4700) { + } else if yyl4705 > 0 { + var yyrr4705, yyrl4705 int + var yyrt4705 bool + if yyl4705 > cap(yyv4705) { - yyrg4700 := len(yyv4700) > 0 - yyv24700 := yyv4700 - yyrl4700, yyrt4700 = z.DecInferLen(yyl4700, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4700 { - if yyrl4700 <= cap(yyv4700) { - yyv4700 = yyv4700[:yyrl4700] + yyrg4705 := len(yyv4705) > 0 + yyv24705 := yyv4705 + yyrl4705, yyrt4705 = z.DecInferLen(yyl4705, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4705 { + if yyrl4705 <= cap(yyv4705) { + yyv4705 = yyv4705[:yyrl4705] } else { - yyv4700 = make([]EndpointSubset, yyrl4700) + yyv4705 = make([]EndpointSubset, yyrl4705) } } else { - yyv4700 = make([]EndpointSubset, yyrl4700) + yyv4705 = make([]EndpointSubset, yyrl4705) } - yyc4700 = true - yyrr4700 = len(yyv4700) - if yyrg4700 { - copy(yyv4700, yyv24700) + yyc4705 = true + yyrr4705 = len(yyv4705) + if yyrg4705 { + copy(yyv4705, yyv24705) } - } else if yyl4700 != len(yyv4700) { - yyv4700 = yyv4700[:yyl4700] - yyc4700 = true + } else if yyl4705 != len(yyv4705) { + yyv4705 = yyv4705[:yyl4705] + yyc4705 = true } - yyj4700 := 0 - for ; yyj4700 < yyrr4700; yyj4700++ { - yyh4700.ElemContainerState(yyj4700) + yyj4705 := 0 + for ; yyj4705 < yyrr4705; yyj4705++ { + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4700[yyj4700] = EndpointSubset{} + yyv4705[yyj4705] = EndpointSubset{} } else { - yyv4701 := &yyv4700[yyj4700] - yyv4701.CodecDecodeSelf(d) + yyv4706 := &yyv4705[yyj4705] + yyv4706.CodecDecodeSelf(d) } } - if yyrt4700 { - for ; yyj4700 < yyl4700; yyj4700++ { - yyv4700 = append(yyv4700, EndpointSubset{}) - yyh4700.ElemContainerState(yyj4700) + if yyrt4705 { + for ; yyj4705 < yyl4705; yyj4705++ { + yyv4705 = append(yyv4705, EndpointSubset{}) + yyh4705.ElemContainerState(yyj4705) if r.TryDecodeAsNil() { - yyv4700[yyj4700] = EndpointSubset{} + yyv4705[yyj4705] = EndpointSubset{} } else { - yyv4702 := &yyv4700[yyj4700] - yyv4702.CodecDecodeSelf(d) + yyv4707 := &yyv4705[yyj4705] + yyv4707.CodecDecodeSelf(d) } } } } else { - yyj4700 := 0 - for ; !r.CheckBreak(); yyj4700++ { + yyj4705 := 0 + for ; !r.CheckBreak(); yyj4705++ { - if yyj4700 >= len(yyv4700) { - yyv4700 = append(yyv4700, EndpointSubset{}) // var yyz4700 EndpointSubset - yyc4700 = true + if yyj4705 >= len(yyv4705) { + yyv4705 = append(yyv4705, EndpointSubset{}) // var yyz4705 EndpointSubset + yyc4705 = true } - yyh4700.ElemContainerState(yyj4700) - if yyj4700 < len(yyv4700) { + yyh4705.ElemContainerState(yyj4705) + if yyj4705 < len(yyv4705) { if r.TryDecodeAsNil() { - yyv4700[yyj4700] = EndpointSubset{} + yyv4705[yyj4705] = EndpointSubset{} } else { - yyv4703 := &yyv4700[yyj4700] - yyv4703.CodecDecodeSelf(d) + yyv4708 := &yyv4705[yyj4705] + yyv4708.CodecDecodeSelf(d) } } else { @@ -59636,17 +59691,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4700 < len(yyv4700) { - yyv4700 = yyv4700[:yyj4700] - yyc4700 = true - } else if yyj4700 == 0 && yyv4700 == nil { - yyv4700 = []EndpointSubset{} - yyc4700 = true + if yyj4705 < len(yyv4705) { + yyv4705 = yyv4705[:yyj4705] + yyc4705 = true + } else if yyj4705 == 0 && yyv4705 == nil { + yyv4705 = []EndpointSubset{} + yyc4705 = true } } - yyh4700.End() - if yyc4700 { - *v = yyv4700 + yyh4705.End() + if yyc4705 { + *v = yyv4705 } } @@ -59655,10 +59710,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4704 := range v { + for _, yyv4709 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4705 := &yyv4704 - yy4705.CodecEncodeSelf(e) + yy4710 := &yyv4709 + yy4710.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59668,83 +59723,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4706 := *v - yyh4706, yyl4706 := z.DecSliceHelperStart() - var yyc4706 bool - if yyl4706 == 0 { - if yyv4706 == nil { - yyv4706 = []EndpointAddress{} - yyc4706 = true - } else if len(yyv4706) != 0 { - yyv4706 = yyv4706[:0] - yyc4706 = true + yyv4711 := *v + yyh4711, yyl4711 := z.DecSliceHelperStart() + var yyc4711 bool + if yyl4711 == 0 { + if yyv4711 == nil { + yyv4711 = []EndpointAddress{} + yyc4711 = true + } else if len(yyv4711) != 0 { + yyv4711 = yyv4711[:0] + yyc4711 = true } - } else if yyl4706 > 0 { - var yyrr4706, yyrl4706 int - var yyrt4706 bool - if yyl4706 > cap(yyv4706) { + } else if yyl4711 > 0 { + var yyrr4711, yyrl4711 int + var yyrt4711 bool + if yyl4711 > cap(yyv4711) { - yyrg4706 := len(yyv4706) > 0 - yyv24706 := yyv4706 - yyrl4706, yyrt4706 = z.DecInferLen(yyl4706, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4706 { - if yyrl4706 <= cap(yyv4706) { - yyv4706 = yyv4706[:yyrl4706] + yyrg4711 := len(yyv4711) > 0 + yyv24711 := yyv4711 + yyrl4711, yyrt4711 = z.DecInferLen(yyl4711, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4711 { + if yyrl4711 <= cap(yyv4711) { + yyv4711 = yyv4711[:yyrl4711] } else { - yyv4706 = make([]EndpointAddress, yyrl4706) + yyv4711 = make([]EndpointAddress, yyrl4711) } } else { - yyv4706 = make([]EndpointAddress, yyrl4706) + yyv4711 = make([]EndpointAddress, yyrl4711) } - yyc4706 = true - yyrr4706 = len(yyv4706) - if yyrg4706 { - copy(yyv4706, yyv24706) + yyc4711 = true + yyrr4711 = len(yyv4711) + if yyrg4711 { + copy(yyv4711, yyv24711) } - } else if yyl4706 != len(yyv4706) { - yyv4706 = yyv4706[:yyl4706] - yyc4706 = true + } else if yyl4711 != len(yyv4711) { + yyv4711 = yyv4711[:yyl4711] + yyc4711 = true } - yyj4706 := 0 - for ; yyj4706 < yyrr4706; yyj4706++ { - yyh4706.ElemContainerState(yyj4706) + yyj4711 := 0 + for ; yyj4711 < yyrr4711; yyj4711++ { + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4706[yyj4706] = EndpointAddress{} + yyv4711[yyj4711] = EndpointAddress{} } else { - yyv4707 := &yyv4706[yyj4706] - yyv4707.CodecDecodeSelf(d) + yyv4712 := &yyv4711[yyj4711] + yyv4712.CodecDecodeSelf(d) } } - if yyrt4706 { - for ; yyj4706 < yyl4706; yyj4706++ { - yyv4706 = append(yyv4706, EndpointAddress{}) - yyh4706.ElemContainerState(yyj4706) + if yyrt4711 { + for ; yyj4711 < yyl4711; yyj4711++ { + yyv4711 = append(yyv4711, EndpointAddress{}) + yyh4711.ElemContainerState(yyj4711) if r.TryDecodeAsNil() { - yyv4706[yyj4706] = EndpointAddress{} + yyv4711[yyj4711] = EndpointAddress{} } else { - yyv4708 := &yyv4706[yyj4706] - yyv4708.CodecDecodeSelf(d) + yyv4713 := &yyv4711[yyj4711] + yyv4713.CodecDecodeSelf(d) } } } } else { - yyj4706 := 0 - for ; !r.CheckBreak(); yyj4706++ { + yyj4711 := 0 + for ; !r.CheckBreak(); yyj4711++ { - if yyj4706 >= len(yyv4706) { - yyv4706 = append(yyv4706, EndpointAddress{}) // var yyz4706 EndpointAddress - yyc4706 = true + if yyj4711 >= len(yyv4711) { + yyv4711 = append(yyv4711, EndpointAddress{}) // var yyz4711 EndpointAddress + yyc4711 = true } - yyh4706.ElemContainerState(yyj4706) - if yyj4706 < len(yyv4706) { + yyh4711.ElemContainerState(yyj4711) + if yyj4711 < len(yyv4711) { if r.TryDecodeAsNil() { - yyv4706[yyj4706] = EndpointAddress{} + yyv4711[yyj4711] = EndpointAddress{} } else { - yyv4709 := &yyv4706[yyj4706] - yyv4709.CodecDecodeSelf(d) + yyv4714 := &yyv4711[yyj4711] + yyv4714.CodecDecodeSelf(d) } } else { @@ -59752,17 +59807,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4706 < len(yyv4706) { - yyv4706 = yyv4706[:yyj4706] - yyc4706 = true - } else if yyj4706 == 0 && yyv4706 == nil { - yyv4706 = []EndpointAddress{} - yyc4706 = true + if yyj4711 < len(yyv4711) { + yyv4711 = yyv4711[:yyj4711] + yyc4711 = true + } else if yyj4711 == 0 && yyv4711 == nil { + yyv4711 = []EndpointAddress{} + yyc4711 = true } } - yyh4706.End() - if yyc4706 { - *v = yyv4706 + yyh4711.End() + if yyc4711 { + *v = yyv4711 } } @@ -59771,10 +59826,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4710 := range v { + for _, yyv4715 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4711 := &yyv4710 - yy4711.CodecEncodeSelf(e) + yy4716 := &yyv4715 + yy4716.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59784,83 +59839,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4712 := *v - yyh4712, yyl4712 := z.DecSliceHelperStart() - var yyc4712 bool - if yyl4712 == 0 { - if yyv4712 == nil { - yyv4712 = []EndpointPort{} - yyc4712 = true - } else if len(yyv4712) != 0 { - yyv4712 = yyv4712[:0] - yyc4712 = true + yyv4717 := *v + yyh4717, yyl4717 := z.DecSliceHelperStart() + var yyc4717 bool + if yyl4717 == 0 { + if yyv4717 == nil { + yyv4717 = []EndpointPort{} + yyc4717 = true + } else if len(yyv4717) != 0 { + yyv4717 = yyv4717[:0] + yyc4717 = true } - } else if yyl4712 > 0 { - var yyrr4712, yyrl4712 int - var yyrt4712 bool - if yyl4712 > cap(yyv4712) { + } else if yyl4717 > 0 { + var yyrr4717, yyrl4717 int + var yyrt4717 bool + if yyl4717 > cap(yyv4717) { - yyrg4712 := len(yyv4712) > 0 - yyv24712 := yyv4712 - yyrl4712, yyrt4712 = z.DecInferLen(yyl4712, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4712 { - if yyrl4712 <= cap(yyv4712) { - yyv4712 = yyv4712[:yyrl4712] + yyrg4717 := len(yyv4717) > 0 + yyv24717 := yyv4717 + yyrl4717, yyrt4717 = z.DecInferLen(yyl4717, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4717 { + if yyrl4717 <= cap(yyv4717) { + yyv4717 = yyv4717[:yyrl4717] } else { - yyv4712 = make([]EndpointPort, yyrl4712) + yyv4717 = make([]EndpointPort, yyrl4717) } } else { - yyv4712 = make([]EndpointPort, yyrl4712) + yyv4717 = make([]EndpointPort, yyrl4717) } - yyc4712 = true - yyrr4712 = len(yyv4712) - if yyrg4712 { - copy(yyv4712, yyv24712) + yyc4717 = true + yyrr4717 = len(yyv4717) + if yyrg4717 { + copy(yyv4717, yyv24717) } - } else if yyl4712 != len(yyv4712) { - yyv4712 = yyv4712[:yyl4712] - yyc4712 = true + } else if yyl4717 != len(yyv4717) { + yyv4717 = yyv4717[:yyl4717] + yyc4717 = true } - yyj4712 := 0 - for ; yyj4712 < yyrr4712; yyj4712++ { - yyh4712.ElemContainerState(yyj4712) + yyj4717 := 0 + for ; yyj4717 < yyrr4717; yyj4717++ { + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4712[yyj4712] = EndpointPort{} + yyv4717[yyj4717] = EndpointPort{} } else { - yyv4713 := &yyv4712[yyj4712] - yyv4713.CodecDecodeSelf(d) + yyv4718 := &yyv4717[yyj4717] + yyv4718.CodecDecodeSelf(d) } } - if yyrt4712 { - for ; yyj4712 < yyl4712; yyj4712++ { - yyv4712 = append(yyv4712, EndpointPort{}) - yyh4712.ElemContainerState(yyj4712) + if yyrt4717 { + for ; yyj4717 < yyl4717; yyj4717++ { + yyv4717 = append(yyv4717, EndpointPort{}) + yyh4717.ElemContainerState(yyj4717) if r.TryDecodeAsNil() { - yyv4712[yyj4712] = EndpointPort{} + yyv4717[yyj4717] = EndpointPort{} } else { - yyv4714 := &yyv4712[yyj4712] - yyv4714.CodecDecodeSelf(d) + yyv4719 := &yyv4717[yyj4717] + yyv4719.CodecDecodeSelf(d) } } } } else { - yyj4712 := 0 - for ; !r.CheckBreak(); yyj4712++ { + yyj4717 := 0 + for ; !r.CheckBreak(); yyj4717++ { - if yyj4712 >= len(yyv4712) { - yyv4712 = append(yyv4712, EndpointPort{}) // var yyz4712 EndpointPort - yyc4712 = true + if yyj4717 >= len(yyv4717) { + yyv4717 = append(yyv4717, EndpointPort{}) // var yyz4717 EndpointPort + yyc4717 = true } - yyh4712.ElemContainerState(yyj4712) - if yyj4712 < len(yyv4712) { + yyh4717.ElemContainerState(yyj4717) + if yyj4717 < len(yyv4717) { if r.TryDecodeAsNil() { - yyv4712[yyj4712] = EndpointPort{} + yyv4717[yyj4717] = EndpointPort{} } else { - yyv4715 := &yyv4712[yyj4712] - yyv4715.CodecDecodeSelf(d) + yyv4720 := &yyv4717[yyj4717] + yyv4720.CodecDecodeSelf(d) } } else { @@ -59868,17 +59923,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4712 < len(yyv4712) { - yyv4712 = yyv4712[:yyj4712] - yyc4712 = true - } else if yyj4712 == 0 && yyv4712 == nil { - yyv4712 = []EndpointPort{} - yyc4712 = true + if yyj4717 < len(yyv4717) { + yyv4717 = yyv4717[:yyj4717] + yyc4717 = true + } else if yyj4717 == 0 && yyv4717 == nil { + yyv4717 = []EndpointPort{} + yyc4717 = true } } - yyh4712.End() - if yyc4712 { - *v = yyv4712 + yyh4717.End() + if yyc4717 { + *v = yyv4717 } } @@ -59887,10 +59942,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4716 := range v { + for _, yyv4721 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4717 := &yyv4716 - yy4717.CodecEncodeSelf(e) + yy4722 := &yyv4721 + yy4722.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59900,83 +59955,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4718 := *v - yyh4718, yyl4718 := z.DecSliceHelperStart() - var yyc4718 bool - if yyl4718 == 0 { - if yyv4718 == nil { - yyv4718 = []Endpoints{} - yyc4718 = true - } else if len(yyv4718) != 0 { - yyv4718 = yyv4718[:0] - yyc4718 = true + yyv4723 := *v + yyh4723, yyl4723 := z.DecSliceHelperStart() + var yyc4723 bool + if yyl4723 == 0 { + if yyv4723 == nil { + yyv4723 = []Endpoints{} + yyc4723 = true + } else if len(yyv4723) != 0 { + yyv4723 = yyv4723[:0] + yyc4723 = true } - } else if yyl4718 > 0 { - var yyrr4718, yyrl4718 int - var yyrt4718 bool - if yyl4718 > cap(yyv4718) { + } else if yyl4723 > 0 { + var yyrr4723, yyrl4723 int + var yyrt4723 bool + if yyl4723 > cap(yyv4723) { - yyrg4718 := len(yyv4718) > 0 - yyv24718 := yyv4718 - yyrl4718, yyrt4718 = z.DecInferLen(yyl4718, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4718 { - if yyrl4718 <= cap(yyv4718) { - yyv4718 = yyv4718[:yyrl4718] + yyrg4723 := len(yyv4723) > 0 + yyv24723 := yyv4723 + yyrl4723, yyrt4723 = z.DecInferLen(yyl4723, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4723 { + if yyrl4723 <= cap(yyv4723) { + yyv4723 = yyv4723[:yyrl4723] } else { - yyv4718 = make([]Endpoints, yyrl4718) + yyv4723 = make([]Endpoints, yyrl4723) } } else { - yyv4718 = make([]Endpoints, yyrl4718) + yyv4723 = make([]Endpoints, yyrl4723) } - yyc4718 = true - yyrr4718 = len(yyv4718) - if yyrg4718 { - copy(yyv4718, yyv24718) + yyc4723 = true + yyrr4723 = len(yyv4723) + if yyrg4723 { + copy(yyv4723, yyv24723) } - } else if yyl4718 != len(yyv4718) { - yyv4718 = yyv4718[:yyl4718] - yyc4718 = true + } else if yyl4723 != len(yyv4723) { + yyv4723 = yyv4723[:yyl4723] + yyc4723 = true } - yyj4718 := 0 - for ; yyj4718 < yyrr4718; yyj4718++ { - yyh4718.ElemContainerState(yyj4718) + yyj4723 := 0 + for ; yyj4723 < yyrr4723; yyj4723++ { + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4718[yyj4718] = Endpoints{} + yyv4723[yyj4723] = Endpoints{} } else { - yyv4719 := &yyv4718[yyj4718] - yyv4719.CodecDecodeSelf(d) + yyv4724 := &yyv4723[yyj4723] + yyv4724.CodecDecodeSelf(d) } } - if yyrt4718 { - for ; yyj4718 < yyl4718; yyj4718++ { - yyv4718 = append(yyv4718, Endpoints{}) - yyh4718.ElemContainerState(yyj4718) + if yyrt4723 { + for ; yyj4723 < yyl4723; yyj4723++ { + yyv4723 = append(yyv4723, Endpoints{}) + yyh4723.ElemContainerState(yyj4723) if r.TryDecodeAsNil() { - yyv4718[yyj4718] = Endpoints{} + yyv4723[yyj4723] = Endpoints{} } else { - yyv4720 := &yyv4718[yyj4718] - yyv4720.CodecDecodeSelf(d) + yyv4725 := &yyv4723[yyj4723] + yyv4725.CodecDecodeSelf(d) } } } } else { - yyj4718 := 0 - for ; !r.CheckBreak(); yyj4718++ { + yyj4723 := 0 + for ; !r.CheckBreak(); yyj4723++ { - if yyj4718 >= len(yyv4718) { - yyv4718 = append(yyv4718, Endpoints{}) // var yyz4718 Endpoints - yyc4718 = true + if yyj4723 >= len(yyv4723) { + yyv4723 = append(yyv4723, Endpoints{}) // var yyz4723 Endpoints + yyc4723 = true } - yyh4718.ElemContainerState(yyj4718) - if yyj4718 < len(yyv4718) { + yyh4723.ElemContainerState(yyj4723) + if yyj4723 < len(yyv4723) { if r.TryDecodeAsNil() { - yyv4718[yyj4718] = Endpoints{} + yyv4723[yyj4723] = Endpoints{} } else { - yyv4721 := &yyv4718[yyj4718] - yyv4721.CodecDecodeSelf(d) + yyv4726 := &yyv4723[yyj4723] + yyv4726.CodecDecodeSelf(d) } } else { @@ -59984,17 +60039,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4718 < len(yyv4718) { - yyv4718 = yyv4718[:yyj4718] - yyc4718 = true - } else if yyj4718 == 0 && yyv4718 == nil { - yyv4718 = []Endpoints{} - yyc4718 = true + if yyj4723 < len(yyv4723) { + yyv4723 = yyv4723[:yyj4723] + yyc4723 = true + } else if yyj4723 == 0 && yyv4723 == nil { + yyv4723 = []Endpoints{} + yyc4723 = true } } - yyh4718.End() - if yyc4718 { - *v = yyv4718 + yyh4723.End() + if yyc4723 { + *v = yyv4723 } } @@ -60003,10 +60058,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4722 := range v { + for _, yyv4727 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4723 := &yyv4722 - yy4723.CodecEncodeSelf(e) + yy4728 := &yyv4727 + yy4728.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60016,83 +60071,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4724 := *v - yyh4724, yyl4724 := z.DecSliceHelperStart() - var yyc4724 bool - if yyl4724 == 0 { - if yyv4724 == nil { - yyv4724 = []NodeCondition{} - yyc4724 = true - } else if len(yyv4724) != 0 { - yyv4724 = yyv4724[:0] - yyc4724 = true + yyv4729 := *v + yyh4729, yyl4729 := z.DecSliceHelperStart() + var yyc4729 bool + if yyl4729 == 0 { + if yyv4729 == nil { + yyv4729 = []NodeCondition{} + yyc4729 = true + } else if len(yyv4729) != 0 { + yyv4729 = yyv4729[:0] + yyc4729 = true } - } else if yyl4724 > 0 { - var yyrr4724, yyrl4724 int - var yyrt4724 bool - if yyl4724 > cap(yyv4724) { + } else if yyl4729 > 0 { + var yyrr4729, yyrl4729 int + var yyrt4729 bool + if yyl4729 > cap(yyv4729) { - yyrg4724 := len(yyv4724) > 0 - yyv24724 := yyv4724 - yyrl4724, yyrt4724 = z.DecInferLen(yyl4724, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4724 { - if yyrl4724 <= cap(yyv4724) { - yyv4724 = yyv4724[:yyrl4724] + yyrg4729 := len(yyv4729) > 0 + yyv24729 := yyv4729 + yyrl4729, yyrt4729 = z.DecInferLen(yyl4729, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4729 { + if yyrl4729 <= cap(yyv4729) { + yyv4729 = yyv4729[:yyrl4729] } else { - yyv4724 = make([]NodeCondition, yyrl4724) + yyv4729 = make([]NodeCondition, yyrl4729) } } else { - yyv4724 = make([]NodeCondition, yyrl4724) + yyv4729 = make([]NodeCondition, yyrl4729) } - yyc4724 = true - yyrr4724 = len(yyv4724) - if yyrg4724 { - copy(yyv4724, yyv24724) + yyc4729 = true + yyrr4729 = len(yyv4729) + if yyrg4729 { + copy(yyv4729, yyv24729) } - } else if yyl4724 != len(yyv4724) { - yyv4724 = yyv4724[:yyl4724] - yyc4724 = true + } else if yyl4729 != len(yyv4729) { + yyv4729 = yyv4729[:yyl4729] + yyc4729 = true } - yyj4724 := 0 - for ; yyj4724 < yyrr4724; yyj4724++ { - yyh4724.ElemContainerState(yyj4724) + yyj4729 := 0 + for ; yyj4729 < yyrr4729; yyj4729++ { + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4724[yyj4724] = NodeCondition{} + yyv4729[yyj4729] = NodeCondition{} } else { - yyv4725 := &yyv4724[yyj4724] - yyv4725.CodecDecodeSelf(d) + yyv4730 := &yyv4729[yyj4729] + yyv4730.CodecDecodeSelf(d) } } - if yyrt4724 { - for ; yyj4724 < yyl4724; yyj4724++ { - yyv4724 = append(yyv4724, NodeCondition{}) - yyh4724.ElemContainerState(yyj4724) + if yyrt4729 { + for ; yyj4729 < yyl4729; yyj4729++ { + yyv4729 = append(yyv4729, NodeCondition{}) + yyh4729.ElemContainerState(yyj4729) if r.TryDecodeAsNil() { - yyv4724[yyj4724] = NodeCondition{} + yyv4729[yyj4729] = NodeCondition{} } else { - yyv4726 := &yyv4724[yyj4724] - yyv4726.CodecDecodeSelf(d) + yyv4731 := &yyv4729[yyj4729] + yyv4731.CodecDecodeSelf(d) } } } } else { - yyj4724 := 0 - for ; !r.CheckBreak(); yyj4724++ { + yyj4729 := 0 + for ; !r.CheckBreak(); yyj4729++ { - if yyj4724 >= len(yyv4724) { - yyv4724 = append(yyv4724, NodeCondition{}) // var yyz4724 NodeCondition - yyc4724 = true + if yyj4729 >= len(yyv4729) { + yyv4729 = append(yyv4729, NodeCondition{}) // var yyz4729 NodeCondition + yyc4729 = true } - yyh4724.ElemContainerState(yyj4724) - if yyj4724 < len(yyv4724) { + yyh4729.ElemContainerState(yyj4729) + if yyj4729 < len(yyv4729) { if r.TryDecodeAsNil() { - yyv4724[yyj4724] = NodeCondition{} + yyv4729[yyj4729] = NodeCondition{} } else { - yyv4727 := &yyv4724[yyj4724] - yyv4727.CodecDecodeSelf(d) + yyv4732 := &yyv4729[yyj4729] + yyv4732.CodecDecodeSelf(d) } } else { @@ -60100,17 +60155,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4724 < len(yyv4724) { - yyv4724 = yyv4724[:yyj4724] - yyc4724 = true - } else if yyj4724 == 0 && yyv4724 == nil { - yyv4724 = []NodeCondition{} - yyc4724 = true + if yyj4729 < len(yyv4729) { + yyv4729 = yyv4729[:yyj4729] + yyc4729 = true + } else if yyj4729 == 0 && yyv4729 == nil { + yyv4729 = []NodeCondition{} + yyc4729 = true } } - yyh4724.End() - if yyc4724 { - *v = yyv4724 + yyh4729.End() + if yyc4729 { + *v = yyv4729 } } @@ -60119,10 +60174,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4728 := range v { + for _, yyv4733 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4729 := &yyv4728 - yy4729.CodecEncodeSelf(e) + yy4734 := &yyv4733 + yy4734.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60132,83 +60187,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4730 := *v - yyh4730, yyl4730 := z.DecSliceHelperStart() - var yyc4730 bool - if yyl4730 == 0 { - if yyv4730 == nil { - yyv4730 = []NodeAddress{} - yyc4730 = true - } else if len(yyv4730) != 0 { - yyv4730 = yyv4730[:0] - yyc4730 = true + yyv4735 := *v + yyh4735, yyl4735 := z.DecSliceHelperStart() + var yyc4735 bool + if yyl4735 == 0 { + if yyv4735 == nil { + yyv4735 = []NodeAddress{} + yyc4735 = true + } else if len(yyv4735) != 0 { + yyv4735 = yyv4735[:0] + yyc4735 = true } - } else if yyl4730 > 0 { - var yyrr4730, yyrl4730 int - var yyrt4730 bool - if yyl4730 > cap(yyv4730) { + } else if yyl4735 > 0 { + var yyrr4735, yyrl4735 int + var yyrt4735 bool + if yyl4735 > cap(yyv4735) { - yyrg4730 := len(yyv4730) > 0 - yyv24730 := yyv4730 - yyrl4730, yyrt4730 = z.DecInferLen(yyl4730, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4730 { - if yyrl4730 <= cap(yyv4730) { - yyv4730 = yyv4730[:yyrl4730] + yyrg4735 := len(yyv4735) > 0 + yyv24735 := yyv4735 + yyrl4735, yyrt4735 = z.DecInferLen(yyl4735, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4735 { + if yyrl4735 <= cap(yyv4735) { + yyv4735 = yyv4735[:yyrl4735] } else { - yyv4730 = make([]NodeAddress, yyrl4730) + yyv4735 = make([]NodeAddress, yyrl4735) } } else { - yyv4730 = make([]NodeAddress, yyrl4730) + yyv4735 = make([]NodeAddress, yyrl4735) } - yyc4730 = true - yyrr4730 = len(yyv4730) - if yyrg4730 { - copy(yyv4730, yyv24730) + yyc4735 = true + yyrr4735 = len(yyv4735) + if yyrg4735 { + copy(yyv4735, yyv24735) } - } else if yyl4730 != len(yyv4730) { - yyv4730 = yyv4730[:yyl4730] - yyc4730 = true + } else if yyl4735 != len(yyv4735) { + yyv4735 = yyv4735[:yyl4735] + yyc4735 = true } - yyj4730 := 0 - for ; yyj4730 < yyrr4730; yyj4730++ { - yyh4730.ElemContainerState(yyj4730) + yyj4735 := 0 + for ; yyj4735 < yyrr4735; yyj4735++ { + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4730[yyj4730] = NodeAddress{} + yyv4735[yyj4735] = NodeAddress{} } else { - yyv4731 := &yyv4730[yyj4730] - yyv4731.CodecDecodeSelf(d) + yyv4736 := &yyv4735[yyj4735] + yyv4736.CodecDecodeSelf(d) } } - if yyrt4730 { - for ; yyj4730 < yyl4730; yyj4730++ { - yyv4730 = append(yyv4730, NodeAddress{}) - yyh4730.ElemContainerState(yyj4730) + if yyrt4735 { + for ; yyj4735 < yyl4735; yyj4735++ { + yyv4735 = append(yyv4735, NodeAddress{}) + yyh4735.ElemContainerState(yyj4735) if r.TryDecodeAsNil() { - yyv4730[yyj4730] = NodeAddress{} + yyv4735[yyj4735] = NodeAddress{} } else { - yyv4732 := &yyv4730[yyj4730] - yyv4732.CodecDecodeSelf(d) + yyv4737 := &yyv4735[yyj4735] + yyv4737.CodecDecodeSelf(d) } } } } else { - yyj4730 := 0 - for ; !r.CheckBreak(); yyj4730++ { + yyj4735 := 0 + for ; !r.CheckBreak(); yyj4735++ { - if yyj4730 >= len(yyv4730) { - yyv4730 = append(yyv4730, NodeAddress{}) // var yyz4730 NodeAddress - yyc4730 = true + if yyj4735 >= len(yyv4735) { + yyv4735 = append(yyv4735, NodeAddress{}) // var yyz4735 NodeAddress + yyc4735 = true } - yyh4730.ElemContainerState(yyj4730) - if yyj4730 < len(yyv4730) { + yyh4735.ElemContainerState(yyj4735) + if yyj4735 < len(yyv4735) { if r.TryDecodeAsNil() { - yyv4730[yyj4730] = NodeAddress{} + yyv4735[yyj4735] = NodeAddress{} } else { - yyv4733 := &yyv4730[yyj4730] - yyv4733.CodecDecodeSelf(d) + yyv4738 := &yyv4735[yyj4735] + yyv4738.CodecDecodeSelf(d) } } else { @@ -60216,17 +60271,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4730 < len(yyv4730) { - yyv4730 = yyv4730[:yyj4730] - yyc4730 = true - } else if yyj4730 == 0 && yyv4730 == nil { - yyv4730 = []NodeAddress{} - yyc4730 = true + if yyj4735 < len(yyv4735) { + yyv4735 = yyv4735[:yyj4735] + yyc4735 = true + } else if yyj4735 == 0 && yyv4735 == nil { + yyv4735 = []NodeAddress{} + yyc4735 = true } } - yyh4730.End() - if yyc4730 { - *v = yyv4730 + yyh4735.End() + if yyc4735 { + *v = yyv4735 } } @@ -60235,10 +60290,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4734 := range v { + for _, yyv4739 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4735 := &yyv4734 - yy4735.CodecEncodeSelf(e) + yy4740 := &yyv4739 + yy4740.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60248,127 +60303,12 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4736 := *v - yyh4736, yyl4736 := z.DecSliceHelperStart() - var yyc4736 bool - if yyl4736 == 0 { - if yyv4736 == nil { - yyv4736 = []ContainerImage{} - yyc4736 = true - } else if len(yyv4736) != 0 { - yyv4736 = yyv4736[:0] - yyc4736 = true - } - } else if yyl4736 > 0 { - var yyrr4736, yyrl4736 int - var yyrt4736 bool - if yyl4736 > cap(yyv4736) { - - yyrg4736 := len(yyv4736) > 0 - yyv24736 := yyv4736 - yyrl4736, yyrt4736 = z.DecInferLen(yyl4736, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4736 { - if yyrl4736 <= cap(yyv4736) { - yyv4736 = yyv4736[:yyrl4736] - } else { - yyv4736 = make([]ContainerImage, yyrl4736) - } - } else { - yyv4736 = make([]ContainerImage, yyrl4736) - } - yyc4736 = true - yyrr4736 = len(yyv4736) - if yyrg4736 { - copy(yyv4736, yyv24736) - } - } else if yyl4736 != len(yyv4736) { - yyv4736 = yyv4736[:yyl4736] - yyc4736 = true - } - yyj4736 := 0 - for ; yyj4736 < yyrr4736; yyj4736++ { - yyh4736.ElemContainerState(yyj4736) - if r.TryDecodeAsNil() { - yyv4736[yyj4736] = ContainerImage{} - } else { - yyv4737 := &yyv4736[yyj4736] - yyv4737.CodecDecodeSelf(d) - } - - } - if yyrt4736 { - for ; yyj4736 < yyl4736; yyj4736++ { - yyv4736 = append(yyv4736, ContainerImage{}) - yyh4736.ElemContainerState(yyj4736) - if r.TryDecodeAsNil() { - yyv4736[yyj4736] = ContainerImage{} - } else { - yyv4738 := &yyv4736[yyj4736] - yyv4738.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4736 := 0 - for ; !r.CheckBreak(); yyj4736++ { - - if yyj4736 >= len(yyv4736) { - yyv4736 = append(yyv4736, ContainerImage{}) // var yyz4736 ContainerImage - yyc4736 = true - } - yyh4736.ElemContainerState(yyj4736) - if yyj4736 < len(yyv4736) { - if r.TryDecodeAsNil() { - yyv4736[yyj4736] = ContainerImage{} - } else { - yyv4739 := &yyv4736[yyj4736] - yyv4739.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4736 < len(yyv4736) { - yyv4736 = yyv4736[:yyj4736] - yyc4736 = true - } else if yyj4736 == 0 && yyv4736 == nil { - yyv4736 = []ContainerImage{} - yyc4736 = true - } - } - yyh4736.End() - if yyc4736 { - *v = yyv4736 - } -} - -func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4740 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4740.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4741 := *v yyh4741, yyl4741 := z.DecSliceHelperStart() var yyc4741 bool if yyl4741 == 0 { if yyv4741 == nil { - yyv4741 = []UniqueVolumeName{} + yyv4741 = []ContainerImage{} yyc4741 = true } else if len(yyv4741) != 0 { yyv4741 = yyv4741[:0] @@ -60379,18 +60319,23 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code var yyrt4741 bool if yyl4741 > cap(yyv4741) { - yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 16) + yyrg4741 := len(yyv4741) > 0 + yyv24741 := yyv4741 + yyrl4741, yyrt4741 = z.DecInferLen(yyl4741, z.DecBasicHandle().MaxInitLen, 32) if yyrt4741 { if yyrl4741 <= cap(yyv4741) { yyv4741 = yyv4741[:yyrl4741] } else { - yyv4741 = make([]UniqueVolumeName, yyrl4741) + yyv4741 = make([]ContainerImage, yyrl4741) } } else { - yyv4741 = make([]UniqueVolumeName, yyrl4741) + yyv4741 = make([]ContainerImage, yyrl4741) } yyc4741 = true yyrr4741 = len(yyv4741) + if yyrg4741 { + copy(yyv4741, yyv24741) + } } else if yyl4741 != len(yyv4741) { yyv4741 = yyv4741[:yyl4741] yyc4741 = true @@ -60399,20 +60344,22 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code for ; yyj4741 < yyrr4741; yyj4741++ { yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = "" + yyv4741[yyj4741] = ContainerImage{} } else { - yyv4741[yyj4741] = UniqueVolumeName(r.DecodeString()) + yyv4742 := &yyv4741[yyj4741] + yyv4742.CodecDecodeSelf(d) } } if yyrt4741 { for ; yyj4741 < yyl4741; yyj4741++ { - yyv4741 = append(yyv4741, "") + yyv4741 = append(yyv4741, ContainerImage{}) yyh4741.ElemContainerState(yyj4741) if r.TryDecodeAsNil() { - yyv4741[yyj4741] = "" + yyv4741[yyj4741] = ContainerImage{} } else { - yyv4741[yyj4741] = UniqueVolumeName(r.DecodeString()) + yyv4743 := &yyv4741[yyj4741] + yyv4743.CodecDecodeSelf(d) } } @@ -60423,15 +60370,16 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code for ; !r.CheckBreak(); yyj4741++ { if yyj4741 >= len(yyv4741) { - yyv4741 = append(yyv4741, "") // var yyz4741 UniqueVolumeName + yyv4741 = append(yyv4741, ContainerImage{}) // var yyz4741 ContainerImage yyc4741 = true } yyh4741.ElemContainerState(yyj4741) if yyj4741 < len(yyv4741) { if r.TryDecodeAsNil() { - yyv4741[yyj4741] = "" + yyv4741[yyj4741] = ContainerImage{} } else { - yyv4741[yyj4741] = UniqueVolumeName(r.DecodeString()) + yyv4744 := &yyv4741[yyj4741] + yyv4744.CodecDecodeSelf(d) } } else { @@ -60443,7 +60391,7 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code yyv4741 = yyv4741[:yyj4741] yyc4741 = true } else if yyj4741 == 0 && yyv4741 == nil { - yyv4741 = []UniqueVolumeName{} + yyv4741 = []ContainerImage{} yyc4741 = true } } @@ -60453,15 +60401,122 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } -func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4745 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4746 := &yyv4745 - yy4746.CodecEncodeSelf(e) + yyv4745.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4746 := *v + yyh4746, yyl4746 := z.DecSliceHelperStart() + var yyc4746 bool + if yyl4746 == 0 { + if yyv4746 == nil { + yyv4746 = []UniqueVolumeName{} + yyc4746 = true + } else if len(yyv4746) != 0 { + yyv4746 = yyv4746[:0] + yyc4746 = true + } + } else if yyl4746 > 0 { + var yyrr4746, yyrl4746 int + var yyrt4746 bool + if yyl4746 > cap(yyv4746) { + + yyrl4746, yyrt4746 = z.DecInferLen(yyl4746, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4746 { + if yyrl4746 <= cap(yyv4746) { + yyv4746 = yyv4746[:yyrl4746] + } else { + yyv4746 = make([]UniqueVolumeName, yyrl4746) + } + } else { + yyv4746 = make([]UniqueVolumeName, yyrl4746) + } + yyc4746 = true + yyrr4746 = len(yyv4746) + } else if yyl4746 != len(yyv4746) { + yyv4746 = yyv4746[:yyl4746] + yyc4746 = true + } + yyj4746 := 0 + for ; yyj4746 < yyrr4746; yyj4746++ { + yyh4746.ElemContainerState(yyj4746) + if r.TryDecodeAsNil() { + yyv4746[yyj4746] = "" + } else { + yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + } + + } + if yyrt4746 { + for ; yyj4746 < yyl4746; yyj4746++ { + yyv4746 = append(yyv4746, "") + yyh4746.ElemContainerState(yyj4746) + if r.TryDecodeAsNil() { + yyv4746[yyj4746] = "" + } else { + yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + } + + } + } + + } else { + yyj4746 := 0 + for ; !r.CheckBreak(); yyj4746++ { + + if yyj4746 >= len(yyv4746) { + yyv4746 = append(yyv4746, "") // var yyz4746 UniqueVolumeName + yyc4746 = true + } + yyh4746.ElemContainerState(yyj4746) + if yyj4746 < len(yyv4746) { + if r.TryDecodeAsNil() { + yyv4746[yyj4746] = "" + } else { + yyv4746[yyj4746] = UniqueVolumeName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4746 < len(yyv4746) { + yyv4746 = yyv4746[:yyj4746] + yyc4746 = true + } else if yyj4746 == 0 && yyv4746 == nil { + yyv4746 = []UniqueVolumeName{} + yyc4746 = true + } + } + yyh4746.End() + if yyc4746 { + *v = yyv4746 + } +} + +func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4750 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4751 := &yyv4750 + yy4751.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60471,83 +60526,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4747 := *v - yyh4747, yyl4747 := z.DecSliceHelperStart() - var yyc4747 bool - if yyl4747 == 0 { - if yyv4747 == nil { - yyv4747 = []AttachedVolume{} - yyc4747 = true - } else if len(yyv4747) != 0 { - yyv4747 = yyv4747[:0] - yyc4747 = true + yyv4752 := *v + yyh4752, yyl4752 := z.DecSliceHelperStart() + var yyc4752 bool + if yyl4752 == 0 { + if yyv4752 == nil { + yyv4752 = []AttachedVolume{} + yyc4752 = true + } else if len(yyv4752) != 0 { + yyv4752 = yyv4752[:0] + yyc4752 = true } - } else if yyl4747 > 0 { - var yyrr4747, yyrl4747 int - var yyrt4747 bool - if yyl4747 > cap(yyv4747) { + } else if yyl4752 > 0 { + var yyrr4752, yyrl4752 int + var yyrt4752 bool + if yyl4752 > cap(yyv4752) { - yyrg4747 := len(yyv4747) > 0 - yyv24747 := yyv4747 - yyrl4747, yyrt4747 = z.DecInferLen(yyl4747, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4747 { - if yyrl4747 <= cap(yyv4747) { - yyv4747 = yyv4747[:yyrl4747] + yyrg4752 := len(yyv4752) > 0 + yyv24752 := yyv4752 + yyrl4752, yyrt4752 = z.DecInferLen(yyl4752, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4752 { + if yyrl4752 <= cap(yyv4752) { + yyv4752 = yyv4752[:yyrl4752] } else { - yyv4747 = make([]AttachedVolume, yyrl4747) + yyv4752 = make([]AttachedVolume, yyrl4752) } } else { - yyv4747 = make([]AttachedVolume, yyrl4747) + yyv4752 = make([]AttachedVolume, yyrl4752) } - yyc4747 = true - yyrr4747 = len(yyv4747) - if yyrg4747 { - copy(yyv4747, yyv24747) + yyc4752 = true + yyrr4752 = len(yyv4752) + if yyrg4752 { + copy(yyv4752, yyv24752) } - } else if yyl4747 != len(yyv4747) { - yyv4747 = yyv4747[:yyl4747] - yyc4747 = true + } else if yyl4752 != len(yyv4752) { + yyv4752 = yyv4752[:yyl4752] + yyc4752 = true } - yyj4747 := 0 - for ; yyj4747 < yyrr4747; yyj4747++ { - yyh4747.ElemContainerState(yyj4747) + yyj4752 := 0 + for ; yyj4752 < yyrr4752; yyj4752++ { + yyh4752.ElemContainerState(yyj4752) if r.TryDecodeAsNil() { - yyv4747[yyj4747] = AttachedVolume{} + yyv4752[yyj4752] = AttachedVolume{} } else { - yyv4748 := &yyv4747[yyj4747] - yyv4748.CodecDecodeSelf(d) + yyv4753 := &yyv4752[yyj4752] + yyv4753.CodecDecodeSelf(d) } } - if yyrt4747 { - for ; yyj4747 < yyl4747; yyj4747++ { - yyv4747 = append(yyv4747, AttachedVolume{}) - yyh4747.ElemContainerState(yyj4747) + if yyrt4752 { + for ; yyj4752 < yyl4752; yyj4752++ { + yyv4752 = append(yyv4752, AttachedVolume{}) + yyh4752.ElemContainerState(yyj4752) if r.TryDecodeAsNil() { - yyv4747[yyj4747] = AttachedVolume{} + yyv4752[yyj4752] = AttachedVolume{} } else { - yyv4749 := &yyv4747[yyj4747] - yyv4749.CodecDecodeSelf(d) + yyv4754 := &yyv4752[yyj4752] + yyv4754.CodecDecodeSelf(d) } } } } else { - yyj4747 := 0 - for ; !r.CheckBreak(); yyj4747++ { + yyj4752 := 0 + for ; !r.CheckBreak(); yyj4752++ { - if yyj4747 >= len(yyv4747) { - yyv4747 = append(yyv4747, AttachedVolume{}) // var yyz4747 AttachedVolume - yyc4747 = true + if yyj4752 >= len(yyv4752) { + yyv4752 = append(yyv4752, AttachedVolume{}) // var yyz4752 AttachedVolume + yyc4752 = true } - yyh4747.ElemContainerState(yyj4747) - if yyj4747 < len(yyv4747) { + yyh4752.ElemContainerState(yyj4752) + if yyj4752 < len(yyv4752) { if r.TryDecodeAsNil() { - yyv4747[yyj4747] = AttachedVolume{} + yyv4752[yyj4752] = AttachedVolume{} } else { - yyv4750 := &yyv4747[yyj4747] - yyv4750.CodecDecodeSelf(d) + yyv4755 := &yyv4752[yyj4752] + yyv4755.CodecDecodeSelf(d) } } else { @@ -60555,17 +60610,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4747 < len(yyv4747) { - yyv4747 = yyv4747[:yyj4747] - yyc4747 = true - } else if yyj4747 == 0 && yyv4747 == nil { - yyv4747 = []AttachedVolume{} - yyc4747 = true + if yyj4752 < len(yyv4752) { + yyv4752 = yyv4752[:yyj4752] + yyc4752 = true + } else if yyj4752 == 0 && yyv4752 == nil { + yyv4752 = []AttachedVolume{} + yyc4752 = true } } - yyh4747.End() - if yyc4747 { - *v = yyv4747 + yyh4752.End() + if yyc4752 { + *v = yyv4752 } } @@ -60574,10 +60629,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4751 := range v { + for _, yyv4756 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4752 := &yyv4751 - yy4752.CodecEncodeSelf(e) + yy4757 := &yyv4756 + yy4757.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60587,83 +60642,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4753 := *v - yyh4753, yyl4753 := z.DecSliceHelperStart() - var yyc4753 bool - if yyl4753 == 0 { - if yyv4753 == nil { - yyv4753 = []PreferAvoidPodsEntry{} - yyc4753 = true - } else if len(yyv4753) != 0 { - yyv4753 = yyv4753[:0] - yyc4753 = true + yyv4758 := *v + yyh4758, yyl4758 := z.DecSliceHelperStart() + var yyc4758 bool + if yyl4758 == 0 { + if yyv4758 == nil { + yyv4758 = []PreferAvoidPodsEntry{} + yyc4758 = true + } else if len(yyv4758) != 0 { + yyv4758 = yyv4758[:0] + yyc4758 = true } - } else if yyl4753 > 0 { - var yyrr4753, yyrl4753 int - var yyrt4753 bool - if yyl4753 > cap(yyv4753) { + } else if yyl4758 > 0 { + var yyrr4758, yyrl4758 int + var yyrt4758 bool + if yyl4758 > cap(yyv4758) { - yyrg4753 := len(yyv4753) > 0 - yyv24753 := yyv4753 - yyrl4753, yyrt4753 = z.DecInferLen(yyl4753, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4753 { - if yyrl4753 <= cap(yyv4753) { - yyv4753 = yyv4753[:yyrl4753] + yyrg4758 := len(yyv4758) > 0 + yyv24758 := yyv4758 + yyrl4758, yyrt4758 = z.DecInferLen(yyl4758, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4758 { + if yyrl4758 <= cap(yyv4758) { + yyv4758 = yyv4758[:yyrl4758] } else { - yyv4753 = make([]PreferAvoidPodsEntry, yyrl4753) + yyv4758 = make([]PreferAvoidPodsEntry, yyrl4758) } } else { - yyv4753 = make([]PreferAvoidPodsEntry, yyrl4753) + yyv4758 = make([]PreferAvoidPodsEntry, yyrl4758) } - yyc4753 = true - yyrr4753 = len(yyv4753) - if yyrg4753 { - copy(yyv4753, yyv24753) + yyc4758 = true + yyrr4758 = len(yyv4758) + if yyrg4758 { + copy(yyv4758, yyv24758) } - } else if yyl4753 != len(yyv4753) { - yyv4753 = yyv4753[:yyl4753] - yyc4753 = true + } else if yyl4758 != len(yyv4758) { + yyv4758 = yyv4758[:yyl4758] + yyc4758 = true } - yyj4753 := 0 - for ; yyj4753 < yyrr4753; yyj4753++ { - yyh4753.ElemContainerState(yyj4753) + yyj4758 := 0 + for ; yyj4758 < yyrr4758; yyj4758++ { + yyh4758.ElemContainerState(yyj4758) if r.TryDecodeAsNil() { - yyv4753[yyj4753] = PreferAvoidPodsEntry{} + yyv4758[yyj4758] = PreferAvoidPodsEntry{} } else { - yyv4754 := &yyv4753[yyj4753] - yyv4754.CodecDecodeSelf(d) + yyv4759 := &yyv4758[yyj4758] + yyv4759.CodecDecodeSelf(d) } } - if yyrt4753 { - for ; yyj4753 < yyl4753; yyj4753++ { - yyv4753 = append(yyv4753, PreferAvoidPodsEntry{}) - yyh4753.ElemContainerState(yyj4753) + if yyrt4758 { + for ; yyj4758 < yyl4758; yyj4758++ { + yyv4758 = append(yyv4758, PreferAvoidPodsEntry{}) + yyh4758.ElemContainerState(yyj4758) if r.TryDecodeAsNil() { - yyv4753[yyj4753] = PreferAvoidPodsEntry{} + yyv4758[yyj4758] = PreferAvoidPodsEntry{} } else { - yyv4755 := &yyv4753[yyj4753] - yyv4755.CodecDecodeSelf(d) + yyv4760 := &yyv4758[yyj4758] + yyv4760.CodecDecodeSelf(d) } } } } else { - yyj4753 := 0 - for ; !r.CheckBreak(); yyj4753++ { + yyj4758 := 0 + for ; !r.CheckBreak(); yyj4758++ { - if yyj4753 >= len(yyv4753) { - yyv4753 = append(yyv4753, PreferAvoidPodsEntry{}) // var yyz4753 PreferAvoidPodsEntry - yyc4753 = true + if yyj4758 >= len(yyv4758) { + yyv4758 = append(yyv4758, PreferAvoidPodsEntry{}) // var yyz4758 PreferAvoidPodsEntry + yyc4758 = true } - yyh4753.ElemContainerState(yyj4753) - if yyj4753 < len(yyv4753) { + yyh4758.ElemContainerState(yyj4758) + if yyj4758 < len(yyv4758) { if r.TryDecodeAsNil() { - yyv4753[yyj4753] = PreferAvoidPodsEntry{} + yyv4758[yyj4758] = PreferAvoidPodsEntry{} } else { - yyv4756 := &yyv4753[yyj4753] - yyv4756.CodecDecodeSelf(d) + yyv4761 := &yyv4758[yyj4758] + yyv4761.CodecDecodeSelf(d) } } else { @@ -60671,17 +60726,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4753 < len(yyv4753) { - yyv4753 = yyv4753[:yyj4753] - yyc4753 = true - } else if yyj4753 == 0 && yyv4753 == nil { - yyv4753 = []PreferAvoidPodsEntry{} - yyc4753 = true + if yyj4758 < len(yyv4758) { + yyv4758 = yyv4758[:yyj4758] + yyc4758 = true + } else if yyj4758 == 0 && yyv4758 == nil { + yyv4758 = []PreferAvoidPodsEntry{} + yyc4758 = true } } - yyh4753.End() - if yyc4753 { - *v = yyv4753 + yyh4758.End() + if yyc4758 { + *v = yyv4758 } } @@ -60690,19 +60745,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4757, yyv4757 := range v { + for yyk4762, yyv4762 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4757.CodecEncodeSelf(e) + yyk4762.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4758 := &yyv4757 - yym4759 := z.EncBinary() - _ = yym4759 + yy4763 := &yyv4762 + yym4764 := z.EncBinary() + _ = yym4764 if false { - } else if z.HasExtensions() && z.EncExt(yy4758) { - } else if !yym4759 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4758) + } else if z.HasExtensions() && z.EncExt(yy4763) { + } else if !yym4764 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4763) } else { - z.EncFallback(yy4758) + z.EncFallback(yy4763) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -60713,86 +60768,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4760 := *v - yyl4760 := r.ReadMapStart() - yybh4760 := z.DecBasicHandle() - if yyv4760 == nil { - yyrl4760, _ := z.DecInferLen(yyl4760, yybh4760.MaxInitLen, 72) - yyv4760 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4760) - *v = yyv4760 + yyv4765 := *v + yyl4765 := r.ReadMapStart() + yybh4765 := z.DecBasicHandle() + if yyv4765 == nil { + yyrl4765, _ := z.DecInferLen(yyl4765, yybh4765.MaxInitLen, 72) + yyv4765 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4765) + *v = yyv4765 } - var yymk4760 ResourceName - var yymv4760 pkg3_resource.Quantity - var yymg4760 bool - if yybh4760.MapValueReset { - yymg4760 = true + var yymk4765 ResourceName + var yymv4765 pkg3_resource.Quantity + var yymg4765 bool + if yybh4765.MapValueReset { + yymg4765 = true } - if yyl4760 > 0 { - for yyj4760 := 0; yyj4760 < yyl4760; yyj4760++ { + if yyl4765 > 0 { + for yyj4765 := 0; yyj4765 < yyl4765; yyj4765++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4760 = "" + yymk4765 = "" } else { - yymk4760 = ResourceName(r.DecodeString()) + yymk4765 = ResourceName(r.DecodeString()) } - if yymg4760 { - yymv4760 = yyv4760[yymk4760] + if yymg4765 { + yymv4765 = yyv4765[yymk4765] } else { - yymv4760 = pkg3_resource.Quantity{} + yymv4765 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4760 = pkg3_resource.Quantity{} + yymv4765 = pkg3_resource.Quantity{} } else { - yyv4762 := &yymv4760 - yym4763 := z.DecBinary() - _ = yym4763 + yyv4767 := &yymv4765 + yym4768 := z.DecBinary() + _ = yym4768 if false { - } else if z.HasExtensions() && z.DecExt(yyv4762) { - } else if !yym4763 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4762) + } else if z.HasExtensions() && z.DecExt(yyv4767) { + } else if !yym4768 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4767) } else { - z.DecFallback(yyv4762, false) + z.DecFallback(yyv4767, false) } } - if yyv4760 != nil { - yyv4760[yymk4760] = yymv4760 + if yyv4765 != nil { + yyv4765[yymk4765] = yymv4765 } } - } else if yyl4760 < 0 { - for yyj4760 := 0; !r.CheckBreak(); yyj4760++ { + } else if yyl4765 < 0 { + for yyj4765 := 0; !r.CheckBreak(); yyj4765++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4760 = "" + yymk4765 = "" } else { - yymk4760 = ResourceName(r.DecodeString()) + yymk4765 = ResourceName(r.DecodeString()) } - if yymg4760 { - yymv4760 = yyv4760[yymk4760] + if yymg4765 { + yymv4765 = yyv4765[yymk4765] } else { - yymv4760 = pkg3_resource.Quantity{} + yymv4765 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4760 = pkg3_resource.Quantity{} + yymv4765 = pkg3_resource.Quantity{} } else { - yyv4765 := &yymv4760 - yym4766 := z.DecBinary() - _ = yym4766 + yyv4770 := &yymv4765 + yym4771 := z.DecBinary() + _ = yym4771 if false { - } else if z.HasExtensions() && z.DecExt(yyv4765) { - } else if !yym4766 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4765) + } else if z.HasExtensions() && z.DecExt(yyv4770) { + } else if !yym4771 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4770) } else { - z.DecFallback(yyv4765, false) + z.DecFallback(yyv4770, false) } } - if yyv4760 != nil { - yyv4760[yymk4760] = yymv4760 + if yyv4765 != nil { + yyv4765[yymk4765] = yymv4765 } } } // else len==0: TODO: Should we clear map entries? @@ -60804,10 +60859,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4767 := range v { + for _, yyv4772 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4768 := &yyv4767 - yy4768.CodecEncodeSelf(e) + yy4773 := &yyv4772 + yy4773.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60817,127 +60872,12 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4769 := *v - yyh4769, yyl4769 := z.DecSliceHelperStart() - var yyc4769 bool - if yyl4769 == 0 { - if yyv4769 == nil { - yyv4769 = []Node{} - yyc4769 = true - } else if len(yyv4769) != 0 { - yyv4769 = yyv4769[:0] - yyc4769 = true - } - } else if yyl4769 > 0 { - var yyrr4769, yyrl4769 int - var yyrt4769 bool - if yyl4769 > cap(yyv4769) { - - yyrg4769 := len(yyv4769) > 0 - yyv24769 := yyv4769 - yyrl4769, yyrt4769 = z.DecInferLen(yyl4769, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4769 { - if yyrl4769 <= cap(yyv4769) { - yyv4769 = yyv4769[:yyrl4769] - } else { - yyv4769 = make([]Node, yyrl4769) - } - } else { - yyv4769 = make([]Node, yyrl4769) - } - yyc4769 = true - yyrr4769 = len(yyv4769) - if yyrg4769 { - copy(yyv4769, yyv24769) - } - } else if yyl4769 != len(yyv4769) { - yyv4769 = yyv4769[:yyl4769] - yyc4769 = true - } - yyj4769 := 0 - for ; yyj4769 < yyrr4769; yyj4769++ { - yyh4769.ElemContainerState(yyj4769) - if r.TryDecodeAsNil() { - yyv4769[yyj4769] = Node{} - } else { - yyv4770 := &yyv4769[yyj4769] - yyv4770.CodecDecodeSelf(d) - } - - } - if yyrt4769 { - for ; yyj4769 < yyl4769; yyj4769++ { - yyv4769 = append(yyv4769, Node{}) - yyh4769.ElemContainerState(yyj4769) - if r.TryDecodeAsNil() { - yyv4769[yyj4769] = Node{} - } else { - yyv4771 := &yyv4769[yyj4769] - yyv4771.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4769 := 0 - for ; !r.CheckBreak(); yyj4769++ { - - if yyj4769 >= len(yyv4769) { - yyv4769 = append(yyv4769, Node{}) // var yyz4769 Node - yyc4769 = true - } - yyh4769.ElemContainerState(yyj4769) - if yyj4769 < len(yyv4769) { - if r.TryDecodeAsNil() { - yyv4769[yyj4769] = Node{} - } else { - yyv4772 := &yyv4769[yyj4769] - yyv4772.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4769 < len(yyv4769) { - yyv4769 = yyv4769[:yyj4769] - yyc4769 = true - } else if yyj4769 == 0 && yyv4769 == nil { - yyv4769 = []Node{} - yyc4769 = true - } - } - yyh4769.End() - if yyc4769 { - *v = yyv4769 - } -} - -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 _, yyv4773 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4773.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 - yyv4774 := *v yyh4774, yyl4774 := z.DecSliceHelperStart() var yyc4774 bool if yyl4774 == 0 { if yyv4774 == nil { - yyv4774 = []FinalizerName{} + yyv4774 = []Node{} yyc4774 = true } else if len(yyv4774) != 0 { yyv4774 = yyv4774[:0] @@ -60948,18 +60888,23 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. var yyrt4774 bool if yyl4774 > cap(yyv4774) { - yyrl4774, yyrt4774 = z.DecInferLen(yyl4774, z.DecBasicHandle().MaxInitLen, 16) + yyrg4774 := len(yyv4774) > 0 + yyv24774 := yyv4774 + yyrl4774, yyrt4774 = z.DecInferLen(yyl4774, z.DecBasicHandle().MaxInitLen, 632) if yyrt4774 { if yyrl4774 <= cap(yyv4774) { yyv4774 = yyv4774[:yyrl4774] } else { - yyv4774 = make([]FinalizerName, yyrl4774) + yyv4774 = make([]Node, yyrl4774) } } else { - yyv4774 = make([]FinalizerName, yyrl4774) + yyv4774 = make([]Node, yyrl4774) } yyc4774 = true yyrr4774 = len(yyv4774) + if yyrg4774 { + copy(yyv4774, yyv24774) + } } else if yyl4774 != len(yyv4774) { yyv4774 = yyv4774[:yyl4774] yyc4774 = true @@ -60968,20 +60913,22 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; yyj4774 < yyrr4774; yyj4774++ { yyh4774.ElemContainerState(yyj4774) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = "" + yyv4774[yyj4774] = Node{} } else { - yyv4774[yyj4774] = FinalizerName(r.DecodeString()) + yyv4775 := &yyv4774[yyj4774] + yyv4775.CodecDecodeSelf(d) } } if yyrt4774 { for ; yyj4774 < yyl4774; yyj4774++ { - yyv4774 = append(yyv4774, "") + yyv4774 = append(yyv4774, Node{}) yyh4774.ElemContainerState(yyj4774) if r.TryDecodeAsNil() { - yyv4774[yyj4774] = "" + yyv4774[yyj4774] = Node{} } else { - yyv4774[yyj4774] = FinalizerName(r.DecodeString()) + yyv4776 := &yyv4774[yyj4774] + yyv4776.CodecDecodeSelf(d) } } @@ -60992,15 +60939,16 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; !r.CheckBreak(); yyj4774++ { if yyj4774 >= len(yyv4774) { - yyv4774 = append(yyv4774, "") // var yyz4774 FinalizerName + yyv4774 = append(yyv4774, Node{}) // var yyz4774 Node yyc4774 = true } yyh4774.ElemContainerState(yyj4774) if yyj4774 < len(yyv4774) { if r.TryDecodeAsNil() { - yyv4774[yyj4774] = "" + yyv4774[yyj4774] = Node{} } else { - yyv4774[yyj4774] = FinalizerName(r.DecodeString()) + yyv4777 := &yyv4774[yyj4774] + yyv4777.CodecDecodeSelf(d) } } else { @@ -61012,7 +60960,7 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. yyv4774 = yyv4774[:yyj4774] yyc4774 = true } else if yyj4774 == 0 && yyv4774 == nil { - yyv4774 = []FinalizerName{} + yyv4774 = []Node{} yyc4774 = true } } @@ -61022,15 +60970,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 _, yyv4778 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4779 := &yyv4778 - yy4779.CodecEncodeSelf(e) + yyv4778.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 + + yyv4779 := *v + yyh4779, yyl4779 := z.DecSliceHelperStart() + var yyc4779 bool + if yyl4779 == 0 { + if yyv4779 == nil { + yyv4779 = []FinalizerName{} + yyc4779 = true + } else if len(yyv4779) != 0 { + yyv4779 = yyv4779[:0] + yyc4779 = true + } + } else if yyl4779 > 0 { + var yyrr4779, yyrl4779 int + var yyrt4779 bool + if yyl4779 > cap(yyv4779) { + + yyrl4779, yyrt4779 = z.DecInferLen(yyl4779, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4779 { + if yyrl4779 <= cap(yyv4779) { + yyv4779 = yyv4779[:yyrl4779] + } else { + yyv4779 = make([]FinalizerName, yyrl4779) + } + } else { + yyv4779 = make([]FinalizerName, yyrl4779) + } + yyc4779 = true + yyrr4779 = len(yyv4779) + } else if yyl4779 != len(yyv4779) { + yyv4779 = yyv4779[:yyl4779] + yyc4779 = true + } + yyj4779 := 0 + for ; yyj4779 < yyrr4779; yyj4779++ { + yyh4779.ElemContainerState(yyj4779) + if r.TryDecodeAsNil() { + yyv4779[yyj4779] = "" + } else { + yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + } + + } + if yyrt4779 { + for ; yyj4779 < yyl4779; yyj4779++ { + yyv4779 = append(yyv4779, "") + yyh4779.ElemContainerState(yyj4779) + if r.TryDecodeAsNil() { + yyv4779[yyj4779] = "" + } else { + yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + } + + } + } + + } else { + yyj4779 := 0 + for ; !r.CheckBreak(); yyj4779++ { + + if yyj4779 >= len(yyv4779) { + yyv4779 = append(yyv4779, "") // var yyz4779 FinalizerName + yyc4779 = true + } + yyh4779.ElemContainerState(yyj4779) + if yyj4779 < len(yyv4779) { + if r.TryDecodeAsNil() { + yyv4779[yyj4779] = "" + } else { + yyv4779[yyj4779] = FinalizerName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4779 < len(yyv4779) { + yyv4779 = yyv4779[:yyj4779] + yyc4779 = true + } else if yyj4779 == 0 && yyv4779 == nil { + yyv4779 = []FinalizerName{} + yyc4779 = true + } + } + yyh4779.End() + if yyc4779 { + *v = yyv4779 + } +} + +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 _, yyv4783 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4784 := &yyv4783 + yy4784.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61040,83 +61095,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4780 := *v - yyh4780, yyl4780 := z.DecSliceHelperStart() - var yyc4780 bool - if yyl4780 == 0 { - if yyv4780 == nil { - yyv4780 = []Namespace{} - yyc4780 = true - } else if len(yyv4780) != 0 { - yyv4780 = yyv4780[:0] - yyc4780 = true + yyv4785 := *v + yyh4785, yyl4785 := z.DecSliceHelperStart() + var yyc4785 bool + if yyl4785 == 0 { + if yyv4785 == nil { + yyv4785 = []Namespace{} + yyc4785 = true + } else if len(yyv4785) != 0 { + yyv4785 = yyv4785[:0] + yyc4785 = true } - } else if yyl4780 > 0 { - var yyrr4780, yyrl4780 int - var yyrt4780 bool - if yyl4780 > cap(yyv4780) { + } else if yyl4785 > 0 { + var yyrr4785, yyrl4785 int + var yyrt4785 bool + if yyl4785 > cap(yyv4785) { - yyrg4780 := len(yyv4780) > 0 - yyv24780 := yyv4780 - yyrl4780, yyrt4780 = z.DecInferLen(yyl4780, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4780 { - if yyrl4780 <= cap(yyv4780) { - yyv4780 = yyv4780[:yyrl4780] + yyrg4785 := len(yyv4785) > 0 + yyv24785 := yyv4785 + yyrl4785, yyrt4785 = z.DecInferLen(yyl4785, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4785 { + if yyrl4785 <= cap(yyv4785) { + yyv4785 = yyv4785[:yyrl4785] } else { - yyv4780 = make([]Namespace, yyrl4780) + yyv4785 = make([]Namespace, yyrl4785) } } else { - yyv4780 = make([]Namespace, yyrl4780) + yyv4785 = make([]Namespace, yyrl4785) } - yyc4780 = true - yyrr4780 = len(yyv4780) - if yyrg4780 { - copy(yyv4780, yyv24780) + yyc4785 = true + yyrr4785 = len(yyv4785) + if yyrg4785 { + copy(yyv4785, yyv24785) } - } else if yyl4780 != len(yyv4780) { - yyv4780 = yyv4780[:yyl4780] - yyc4780 = true + } else if yyl4785 != len(yyv4785) { + yyv4785 = yyv4785[:yyl4785] + yyc4785 = true } - yyj4780 := 0 - for ; yyj4780 < yyrr4780; yyj4780++ { - yyh4780.ElemContainerState(yyj4780) + yyj4785 := 0 + for ; yyj4785 < yyrr4785; yyj4785++ { + yyh4785.ElemContainerState(yyj4785) if r.TryDecodeAsNil() { - yyv4780[yyj4780] = Namespace{} + yyv4785[yyj4785] = Namespace{} } else { - yyv4781 := &yyv4780[yyj4780] - yyv4781.CodecDecodeSelf(d) + yyv4786 := &yyv4785[yyj4785] + yyv4786.CodecDecodeSelf(d) } } - if yyrt4780 { - for ; yyj4780 < yyl4780; yyj4780++ { - yyv4780 = append(yyv4780, Namespace{}) - yyh4780.ElemContainerState(yyj4780) + if yyrt4785 { + for ; yyj4785 < yyl4785; yyj4785++ { + yyv4785 = append(yyv4785, Namespace{}) + yyh4785.ElemContainerState(yyj4785) if r.TryDecodeAsNil() { - yyv4780[yyj4780] = Namespace{} + yyv4785[yyj4785] = Namespace{} } else { - yyv4782 := &yyv4780[yyj4780] - yyv4782.CodecDecodeSelf(d) + yyv4787 := &yyv4785[yyj4785] + yyv4787.CodecDecodeSelf(d) } } } } else { - yyj4780 := 0 - for ; !r.CheckBreak(); yyj4780++ { + yyj4785 := 0 + for ; !r.CheckBreak(); yyj4785++ { - if yyj4780 >= len(yyv4780) { - yyv4780 = append(yyv4780, Namespace{}) // var yyz4780 Namespace - yyc4780 = true + if yyj4785 >= len(yyv4785) { + yyv4785 = append(yyv4785, Namespace{}) // var yyz4785 Namespace + yyc4785 = true } - yyh4780.ElemContainerState(yyj4780) - if yyj4780 < len(yyv4780) { + yyh4785.ElemContainerState(yyj4785) + if yyj4785 < len(yyv4785) { if r.TryDecodeAsNil() { - yyv4780[yyj4780] = Namespace{} + yyv4785[yyj4785] = Namespace{} } else { - yyv4783 := &yyv4780[yyj4780] - yyv4783.CodecDecodeSelf(d) + yyv4788 := &yyv4785[yyj4785] + yyv4788.CodecDecodeSelf(d) } } else { @@ -61124,17 +61179,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4780 < len(yyv4780) { - yyv4780 = yyv4780[:yyj4780] - yyc4780 = true - } else if yyj4780 == 0 && yyv4780 == nil { - yyv4780 = []Namespace{} - yyc4780 = true + if yyj4785 < len(yyv4785) { + yyv4785 = yyv4785[:yyj4785] + yyc4785 = true + } else if yyj4785 == 0 && yyv4785 == nil { + yyv4785 = []Namespace{} + yyc4785 = true } } - yyh4780.End() - if yyc4780 { - *v = yyv4780 + yyh4785.End() + if yyc4785 { + *v = yyv4785 } } @@ -61143,10 +61198,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4784 := range v { + for _, yyv4789 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4785 := &yyv4784 - yy4785.CodecEncodeSelf(e) + yy4790 := &yyv4789 + yy4790.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61156,83 +61211,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4786 := *v - yyh4786, yyl4786 := z.DecSliceHelperStart() - var yyc4786 bool - if yyl4786 == 0 { - if yyv4786 == nil { - yyv4786 = []Event{} - yyc4786 = true - } else if len(yyv4786) != 0 { - yyv4786 = yyv4786[:0] - yyc4786 = true + yyv4791 := *v + yyh4791, yyl4791 := z.DecSliceHelperStart() + var yyc4791 bool + if yyl4791 == 0 { + if yyv4791 == nil { + yyv4791 = []Event{} + yyc4791 = true + } else if len(yyv4791) != 0 { + yyv4791 = yyv4791[:0] + yyc4791 = true } - } else if yyl4786 > 0 { - var yyrr4786, yyrl4786 int - var yyrt4786 bool - if yyl4786 > cap(yyv4786) { + } else if yyl4791 > 0 { + var yyrr4791, yyrl4791 int + var yyrt4791 bool + if yyl4791 > cap(yyv4791) { - yyrg4786 := len(yyv4786) > 0 - yyv24786 := yyv4786 - yyrl4786, yyrt4786 = z.DecInferLen(yyl4786, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4786 { - if yyrl4786 <= cap(yyv4786) { - yyv4786 = yyv4786[:yyrl4786] + yyrg4791 := len(yyv4791) > 0 + yyv24791 := yyv4791 + yyrl4791, yyrt4791 = z.DecInferLen(yyl4791, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4791 { + if yyrl4791 <= cap(yyv4791) { + yyv4791 = yyv4791[:yyrl4791] } else { - yyv4786 = make([]Event, yyrl4786) + yyv4791 = make([]Event, yyrl4791) } } else { - yyv4786 = make([]Event, yyrl4786) + yyv4791 = make([]Event, yyrl4791) } - yyc4786 = true - yyrr4786 = len(yyv4786) - if yyrg4786 { - copy(yyv4786, yyv24786) + yyc4791 = true + yyrr4791 = len(yyv4791) + if yyrg4791 { + copy(yyv4791, yyv24791) } - } else if yyl4786 != len(yyv4786) { - yyv4786 = yyv4786[:yyl4786] - yyc4786 = true + } else if yyl4791 != len(yyv4791) { + yyv4791 = yyv4791[:yyl4791] + yyc4791 = true } - yyj4786 := 0 - for ; yyj4786 < yyrr4786; yyj4786++ { - yyh4786.ElemContainerState(yyj4786) + yyj4791 := 0 + for ; yyj4791 < yyrr4791; yyj4791++ { + yyh4791.ElemContainerState(yyj4791) if r.TryDecodeAsNil() { - yyv4786[yyj4786] = Event{} + yyv4791[yyj4791] = Event{} } else { - yyv4787 := &yyv4786[yyj4786] - yyv4787.CodecDecodeSelf(d) + yyv4792 := &yyv4791[yyj4791] + yyv4792.CodecDecodeSelf(d) } } - if yyrt4786 { - for ; yyj4786 < yyl4786; yyj4786++ { - yyv4786 = append(yyv4786, Event{}) - yyh4786.ElemContainerState(yyj4786) + if yyrt4791 { + for ; yyj4791 < yyl4791; yyj4791++ { + yyv4791 = append(yyv4791, Event{}) + yyh4791.ElemContainerState(yyj4791) if r.TryDecodeAsNil() { - yyv4786[yyj4786] = Event{} + yyv4791[yyj4791] = Event{} } else { - yyv4788 := &yyv4786[yyj4786] - yyv4788.CodecDecodeSelf(d) + yyv4793 := &yyv4791[yyj4791] + yyv4793.CodecDecodeSelf(d) } } } } else { - yyj4786 := 0 - for ; !r.CheckBreak(); yyj4786++ { + yyj4791 := 0 + for ; !r.CheckBreak(); yyj4791++ { - if yyj4786 >= len(yyv4786) { - yyv4786 = append(yyv4786, Event{}) // var yyz4786 Event - yyc4786 = true + if yyj4791 >= len(yyv4791) { + yyv4791 = append(yyv4791, Event{}) // var yyz4791 Event + yyc4791 = true } - yyh4786.ElemContainerState(yyj4786) - if yyj4786 < len(yyv4786) { + yyh4791.ElemContainerState(yyj4791) + if yyj4791 < len(yyv4791) { if r.TryDecodeAsNil() { - yyv4786[yyj4786] = Event{} + yyv4791[yyj4791] = Event{} } else { - yyv4789 := &yyv4786[yyj4786] - yyv4789.CodecDecodeSelf(d) + yyv4794 := &yyv4791[yyj4791] + yyv4794.CodecDecodeSelf(d) } } else { @@ -61240,17 +61295,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4786 < len(yyv4786) { - yyv4786 = yyv4786[:yyj4786] - yyc4786 = true - } else if yyj4786 == 0 && yyv4786 == nil { - yyv4786 = []Event{} - yyc4786 = true + if yyj4791 < len(yyv4791) { + yyv4791 = yyv4791[:yyj4791] + yyc4791 = true + } else if yyj4791 == 0 && yyv4791 == nil { + yyv4791 = []Event{} + yyc4791 = true } } - yyh4786.End() - if yyc4786 { - *v = yyv4786 + yyh4791.End() + if yyc4791 { + *v = yyv4791 } } @@ -61259,17 +61314,17 @@ func (x codecSelfer1234) encSliceruntime_Object(v []pkg7_runtime.Object, e *code z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4790 := range v { + for _, yyv4795 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyv4790 == nil { + if yyv4795 == nil { r.EncodeNil() } else { - yym4791 := z.EncBinary() - _ = yym4791 + yym4796 := z.EncBinary() + _ = yym4796 if false { - } else if z.HasExtensions() && z.EncExt(yyv4790) { + } else if z.HasExtensions() && z.EncExt(yyv4795) { } else { - z.EncFallback(yyv4790) + z.EncFallback(yyv4795) } } } @@ -61281,74 +61336,74 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4792 := *v - yyh4792, yyl4792 := z.DecSliceHelperStart() - var yyc4792 bool - if yyl4792 == 0 { - if yyv4792 == nil { - yyv4792 = []pkg7_runtime.Object{} - yyc4792 = true - } else if len(yyv4792) != 0 { - yyv4792 = yyv4792[:0] - yyc4792 = true + yyv4797 := *v + yyh4797, yyl4797 := z.DecSliceHelperStart() + var yyc4797 bool + if yyl4797 == 0 { + if yyv4797 == nil { + yyv4797 = []pkg7_runtime.Object{} + yyc4797 = true + } else if len(yyv4797) != 0 { + yyv4797 = yyv4797[:0] + yyc4797 = true } - } else if yyl4792 > 0 { - var yyrr4792, yyrl4792 int - var yyrt4792 bool - if yyl4792 > cap(yyv4792) { + } else if yyl4797 > 0 { + var yyrr4797, yyrl4797 int + var yyrt4797 bool + if yyl4797 > cap(yyv4797) { - yyrg4792 := len(yyv4792) > 0 - yyv24792 := yyv4792 - yyrl4792, yyrt4792 = z.DecInferLen(yyl4792, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4792 { - if yyrl4792 <= cap(yyv4792) { - yyv4792 = yyv4792[:yyrl4792] + yyrg4797 := len(yyv4797) > 0 + yyv24797 := yyv4797 + yyrl4797, yyrt4797 = z.DecInferLen(yyl4797, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4797 { + if yyrl4797 <= cap(yyv4797) { + yyv4797 = yyv4797[:yyrl4797] } else { - yyv4792 = make([]pkg7_runtime.Object, yyrl4792) + yyv4797 = make([]pkg7_runtime.Object, yyrl4797) } } else { - yyv4792 = make([]pkg7_runtime.Object, yyrl4792) + yyv4797 = make([]pkg7_runtime.Object, yyrl4797) } - yyc4792 = true - yyrr4792 = len(yyv4792) - if yyrg4792 { - copy(yyv4792, yyv24792) + yyc4797 = true + yyrr4797 = len(yyv4797) + if yyrg4797 { + copy(yyv4797, yyv24797) } - } else if yyl4792 != len(yyv4792) { - yyv4792 = yyv4792[:yyl4792] - yyc4792 = true + } else if yyl4797 != len(yyv4797) { + yyv4797 = yyv4797[:yyl4797] + yyc4797 = true } - yyj4792 := 0 - for ; yyj4792 < yyrr4792; yyj4792++ { - yyh4792.ElemContainerState(yyj4792) + yyj4797 := 0 + for ; yyj4797 < yyrr4797; yyj4797++ { + yyh4797.ElemContainerState(yyj4797) if r.TryDecodeAsNil() { - yyv4792[yyj4792] = nil + yyv4797[yyj4797] = nil } else { - yyv4793 := &yyv4792[yyj4792] - yym4794 := z.DecBinary() - _ = yym4794 + yyv4798 := &yyv4797[yyj4797] + yym4799 := z.DecBinary() + _ = yym4799 if false { - } else if z.HasExtensions() && z.DecExt(yyv4793) { + } else if z.HasExtensions() && z.DecExt(yyv4798) { } else { - z.DecFallback(yyv4793, true) + z.DecFallback(yyv4798, true) } } } - if yyrt4792 { - for ; yyj4792 < yyl4792; yyj4792++ { - yyv4792 = append(yyv4792, nil) - yyh4792.ElemContainerState(yyj4792) + if yyrt4797 { + for ; yyj4797 < yyl4797; yyj4797++ { + yyv4797 = append(yyv4797, nil) + yyh4797.ElemContainerState(yyj4797) if r.TryDecodeAsNil() { - yyv4792[yyj4792] = nil + yyv4797[yyj4797] = nil } else { - yyv4795 := &yyv4792[yyj4792] - yym4796 := z.DecBinary() - _ = yym4796 + yyv4800 := &yyv4797[yyj4797] + yym4801 := z.DecBinary() + _ = yym4801 if false { - } else if z.HasExtensions() && z.DecExt(yyv4795) { + } else if z.HasExtensions() && z.DecExt(yyv4800) { } else { - z.DecFallback(yyv4795, true) + z.DecFallback(yyv4800, true) } } @@ -61356,25 +61411,25 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } else { - yyj4792 := 0 - for ; !r.CheckBreak(); yyj4792++ { + yyj4797 := 0 + for ; !r.CheckBreak(); yyj4797++ { - if yyj4792 >= len(yyv4792) { - yyv4792 = append(yyv4792, nil) // var yyz4792 pkg7_runtime.Object - yyc4792 = true + if yyj4797 >= len(yyv4797) { + yyv4797 = append(yyv4797, nil) // var yyz4797 pkg7_runtime.Object + yyc4797 = true } - yyh4792.ElemContainerState(yyj4792) - if yyj4792 < len(yyv4792) { + yyh4797.ElemContainerState(yyj4797) + if yyj4797 < len(yyv4797) { if r.TryDecodeAsNil() { - yyv4792[yyj4792] = nil + yyv4797[yyj4797] = nil } else { - yyv4797 := &yyv4792[yyj4792] - yym4798 := z.DecBinary() - _ = yym4798 + yyv4802 := &yyv4797[yyj4797] + yym4803 := z.DecBinary() + _ = yym4803 if false { - } else if z.HasExtensions() && z.DecExt(yyv4797) { + } else if z.HasExtensions() && z.DecExt(yyv4802) { } else { - z.DecFallback(yyv4797, true) + z.DecFallback(yyv4802, true) } } @@ -61383,17 +61438,17 @@ func (x codecSelfer1234) decSliceruntime_Object(v *[]pkg7_runtime.Object, d *cod } } - if yyj4792 < len(yyv4792) { - yyv4792 = yyv4792[:yyj4792] - yyc4792 = true - } else if yyj4792 == 0 && yyv4792 == nil { - yyv4792 = []pkg7_runtime.Object{} - yyc4792 = true + if yyj4797 < len(yyv4797) { + yyv4797 = yyv4797[:yyj4797] + yyc4797 = true + } else if yyj4797 == 0 && yyv4797 == nil { + yyv4797 = []pkg7_runtime.Object{} + yyc4797 = true } } - yyh4792.End() - if yyc4792 { - *v = yyv4792 + yyh4797.End() + if yyc4797 { + *v = yyv4797 } } @@ -61402,10 +61457,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4799 := range v { + for _, yyv4804 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4800 := &yyv4799 - yy4800.CodecEncodeSelf(e) + yy4805 := &yyv4804 + yy4805.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61415,83 +61470,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4801 := *v - yyh4801, yyl4801 := z.DecSliceHelperStart() - var yyc4801 bool - if yyl4801 == 0 { - if yyv4801 == nil { - yyv4801 = []LimitRangeItem{} - yyc4801 = true - } else if len(yyv4801) != 0 { - yyv4801 = yyv4801[:0] - yyc4801 = true + yyv4806 := *v + yyh4806, yyl4806 := z.DecSliceHelperStart() + var yyc4806 bool + if yyl4806 == 0 { + if yyv4806 == nil { + yyv4806 = []LimitRangeItem{} + yyc4806 = true + } else if len(yyv4806) != 0 { + yyv4806 = yyv4806[:0] + yyc4806 = true } - } else if yyl4801 > 0 { - var yyrr4801, yyrl4801 int - var yyrt4801 bool - if yyl4801 > cap(yyv4801) { + } else if yyl4806 > 0 { + var yyrr4806, yyrl4806 int + var yyrt4806 bool + if yyl4806 > cap(yyv4806) { - yyrg4801 := len(yyv4801) > 0 - yyv24801 := yyv4801 - yyrl4801, yyrt4801 = z.DecInferLen(yyl4801, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4801 { - if yyrl4801 <= cap(yyv4801) { - yyv4801 = yyv4801[:yyrl4801] + yyrg4806 := len(yyv4806) > 0 + yyv24806 := yyv4806 + yyrl4806, yyrt4806 = z.DecInferLen(yyl4806, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4806 { + if yyrl4806 <= cap(yyv4806) { + yyv4806 = yyv4806[:yyrl4806] } else { - yyv4801 = make([]LimitRangeItem, yyrl4801) + yyv4806 = make([]LimitRangeItem, yyrl4806) } } else { - yyv4801 = make([]LimitRangeItem, yyrl4801) + yyv4806 = make([]LimitRangeItem, yyrl4806) } - yyc4801 = true - yyrr4801 = len(yyv4801) - if yyrg4801 { - copy(yyv4801, yyv24801) + yyc4806 = true + yyrr4806 = len(yyv4806) + if yyrg4806 { + copy(yyv4806, yyv24806) } - } else if yyl4801 != len(yyv4801) { - yyv4801 = yyv4801[:yyl4801] - yyc4801 = true + } else if yyl4806 != len(yyv4806) { + yyv4806 = yyv4806[:yyl4806] + yyc4806 = true } - yyj4801 := 0 - for ; yyj4801 < yyrr4801; yyj4801++ { - yyh4801.ElemContainerState(yyj4801) + yyj4806 := 0 + for ; yyj4806 < yyrr4806; yyj4806++ { + yyh4806.ElemContainerState(yyj4806) if r.TryDecodeAsNil() { - yyv4801[yyj4801] = LimitRangeItem{} + yyv4806[yyj4806] = LimitRangeItem{} } else { - yyv4802 := &yyv4801[yyj4801] - yyv4802.CodecDecodeSelf(d) + yyv4807 := &yyv4806[yyj4806] + yyv4807.CodecDecodeSelf(d) } } - if yyrt4801 { - for ; yyj4801 < yyl4801; yyj4801++ { - yyv4801 = append(yyv4801, LimitRangeItem{}) - yyh4801.ElemContainerState(yyj4801) + if yyrt4806 { + for ; yyj4806 < yyl4806; yyj4806++ { + yyv4806 = append(yyv4806, LimitRangeItem{}) + yyh4806.ElemContainerState(yyj4806) if r.TryDecodeAsNil() { - yyv4801[yyj4801] = LimitRangeItem{} + yyv4806[yyj4806] = LimitRangeItem{} } else { - yyv4803 := &yyv4801[yyj4801] - yyv4803.CodecDecodeSelf(d) + yyv4808 := &yyv4806[yyj4806] + yyv4808.CodecDecodeSelf(d) } } } } else { - yyj4801 := 0 - for ; !r.CheckBreak(); yyj4801++ { + yyj4806 := 0 + for ; !r.CheckBreak(); yyj4806++ { - if yyj4801 >= len(yyv4801) { - yyv4801 = append(yyv4801, LimitRangeItem{}) // var yyz4801 LimitRangeItem - yyc4801 = true + if yyj4806 >= len(yyv4806) { + yyv4806 = append(yyv4806, LimitRangeItem{}) // var yyz4806 LimitRangeItem + yyc4806 = true } - yyh4801.ElemContainerState(yyj4801) - if yyj4801 < len(yyv4801) { + yyh4806.ElemContainerState(yyj4806) + if yyj4806 < len(yyv4806) { if r.TryDecodeAsNil() { - yyv4801[yyj4801] = LimitRangeItem{} + yyv4806[yyj4806] = LimitRangeItem{} } else { - yyv4804 := &yyv4801[yyj4801] - yyv4804.CodecDecodeSelf(d) + yyv4809 := &yyv4806[yyj4806] + yyv4809.CodecDecodeSelf(d) } } else { @@ -61499,17 +61554,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4801 < len(yyv4801) { - yyv4801 = yyv4801[:yyj4801] - yyc4801 = true - } else if yyj4801 == 0 && yyv4801 == nil { - yyv4801 = []LimitRangeItem{} - yyc4801 = true + if yyj4806 < len(yyv4806) { + yyv4806 = yyv4806[:yyj4806] + yyc4806 = true + } else if yyj4806 == 0 && yyv4806 == nil { + yyv4806 = []LimitRangeItem{} + yyc4806 = true } } - yyh4801.End() - if yyc4801 { - *v = yyv4801 + yyh4806.End() + if yyc4806 { + *v = yyv4806 } } @@ -61518,10 +61573,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4805 := range v { + for _, yyv4810 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4806 := &yyv4805 - yy4806.CodecEncodeSelf(e) + yy4811 := &yyv4810 + yy4811.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61531,127 +61586,12 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4807 := *v - yyh4807, yyl4807 := z.DecSliceHelperStart() - var yyc4807 bool - if yyl4807 == 0 { - if yyv4807 == nil { - yyv4807 = []LimitRange{} - yyc4807 = true - } else if len(yyv4807) != 0 { - yyv4807 = yyv4807[:0] - yyc4807 = true - } - } else if yyl4807 > 0 { - var yyrr4807, yyrl4807 int - var yyrt4807 bool - if yyl4807 > cap(yyv4807) { - - yyrg4807 := len(yyv4807) > 0 - yyv24807 := yyv4807 - yyrl4807, yyrt4807 = z.DecInferLen(yyl4807, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4807 { - if yyrl4807 <= cap(yyv4807) { - yyv4807 = yyv4807[:yyrl4807] - } else { - yyv4807 = make([]LimitRange, yyrl4807) - } - } else { - yyv4807 = make([]LimitRange, yyrl4807) - } - yyc4807 = true - yyrr4807 = len(yyv4807) - if yyrg4807 { - copy(yyv4807, yyv24807) - } - } else if yyl4807 != len(yyv4807) { - yyv4807 = yyv4807[:yyl4807] - yyc4807 = true - } - yyj4807 := 0 - for ; yyj4807 < yyrr4807; yyj4807++ { - yyh4807.ElemContainerState(yyj4807) - if r.TryDecodeAsNil() { - yyv4807[yyj4807] = LimitRange{} - } else { - yyv4808 := &yyv4807[yyj4807] - yyv4808.CodecDecodeSelf(d) - } - - } - if yyrt4807 { - for ; yyj4807 < yyl4807; yyj4807++ { - yyv4807 = append(yyv4807, LimitRange{}) - yyh4807.ElemContainerState(yyj4807) - if r.TryDecodeAsNil() { - yyv4807[yyj4807] = LimitRange{} - } else { - yyv4809 := &yyv4807[yyj4807] - yyv4809.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4807 := 0 - for ; !r.CheckBreak(); yyj4807++ { - - if yyj4807 >= len(yyv4807) { - yyv4807 = append(yyv4807, LimitRange{}) // var yyz4807 LimitRange - yyc4807 = true - } - yyh4807.ElemContainerState(yyj4807) - if yyj4807 < len(yyv4807) { - if r.TryDecodeAsNil() { - yyv4807[yyj4807] = LimitRange{} - } else { - yyv4810 := &yyv4807[yyj4807] - yyv4810.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4807 < len(yyv4807) { - yyv4807 = yyv4807[:yyj4807] - yyc4807 = true - } else if yyj4807 == 0 && yyv4807 == nil { - yyv4807 = []LimitRange{} - yyc4807 = true - } - } - yyh4807.End() - if yyc4807 { - *v = yyv4807 - } -} - -func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4811 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4811.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4812 := *v yyh4812, yyl4812 := z.DecSliceHelperStart() var yyc4812 bool if yyl4812 == 0 { if yyv4812 == nil { - yyv4812 = []ResourceQuotaScope{} + yyv4812 = []LimitRange{} yyc4812 = true } else if len(yyv4812) != 0 { yyv4812 = yyv4812[:0] @@ -61662,18 +61602,23 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * var yyrt4812 bool if yyl4812 > cap(yyv4812) { - yyrl4812, yyrt4812 = z.DecInferLen(yyl4812, z.DecBasicHandle().MaxInitLen, 16) + yyrg4812 := len(yyv4812) > 0 + yyv24812 := yyv4812 + yyrl4812, yyrt4812 = z.DecInferLen(yyl4812, z.DecBasicHandle().MaxInitLen, 280) if yyrt4812 { if yyrl4812 <= cap(yyv4812) { yyv4812 = yyv4812[:yyrl4812] } else { - yyv4812 = make([]ResourceQuotaScope, yyrl4812) + yyv4812 = make([]LimitRange, yyrl4812) } } else { - yyv4812 = make([]ResourceQuotaScope, yyrl4812) + yyv4812 = make([]LimitRange, yyrl4812) } yyc4812 = true yyrr4812 = len(yyv4812) + if yyrg4812 { + copy(yyv4812, yyv24812) + } } else if yyl4812 != len(yyv4812) { yyv4812 = yyv4812[:yyl4812] yyc4812 = true @@ -61682,20 +61627,22 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * for ; yyj4812 < yyrr4812; yyj4812++ { yyh4812.ElemContainerState(yyj4812) if r.TryDecodeAsNil() { - yyv4812[yyj4812] = "" + yyv4812[yyj4812] = LimitRange{} } else { - yyv4812[yyj4812] = ResourceQuotaScope(r.DecodeString()) + yyv4813 := &yyv4812[yyj4812] + yyv4813.CodecDecodeSelf(d) } } if yyrt4812 { for ; yyj4812 < yyl4812; yyj4812++ { - yyv4812 = append(yyv4812, "") + yyv4812 = append(yyv4812, LimitRange{}) yyh4812.ElemContainerState(yyj4812) if r.TryDecodeAsNil() { - yyv4812[yyj4812] = "" + yyv4812[yyj4812] = LimitRange{} } else { - yyv4812[yyj4812] = ResourceQuotaScope(r.DecodeString()) + yyv4814 := &yyv4812[yyj4812] + yyv4814.CodecDecodeSelf(d) } } @@ -61706,15 +61653,16 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * for ; !r.CheckBreak(); yyj4812++ { if yyj4812 >= len(yyv4812) { - yyv4812 = append(yyv4812, "") // var yyz4812 ResourceQuotaScope + yyv4812 = append(yyv4812, LimitRange{}) // var yyz4812 LimitRange yyc4812 = true } yyh4812.ElemContainerState(yyj4812) if yyj4812 < len(yyv4812) { if r.TryDecodeAsNil() { - yyv4812[yyj4812] = "" + yyv4812[yyj4812] = LimitRange{} } else { - yyv4812[yyj4812] = ResourceQuotaScope(r.DecodeString()) + yyv4815 := &yyv4812[yyj4812] + yyv4815.CodecDecodeSelf(d) } } else { @@ -61726,7 +61674,7 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * yyv4812 = yyv4812[:yyj4812] yyc4812 = true } else if yyj4812 == 0 && yyv4812 == nil { - yyv4812 = []ResourceQuotaScope{} + yyv4812 = []LimitRange{} yyc4812 = true } } @@ -61736,15 +61684,122 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } -func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4816 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4817 := &yyv4816 - yy4817.CodecEncodeSelf(e) + yyv4816.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4817 := *v + yyh4817, yyl4817 := z.DecSliceHelperStart() + var yyc4817 bool + if yyl4817 == 0 { + if yyv4817 == nil { + yyv4817 = []ResourceQuotaScope{} + yyc4817 = true + } else if len(yyv4817) != 0 { + yyv4817 = yyv4817[:0] + yyc4817 = true + } + } else if yyl4817 > 0 { + var yyrr4817, yyrl4817 int + var yyrt4817 bool + if yyl4817 > cap(yyv4817) { + + yyrl4817, yyrt4817 = z.DecInferLen(yyl4817, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4817 { + if yyrl4817 <= cap(yyv4817) { + yyv4817 = yyv4817[:yyrl4817] + } else { + yyv4817 = make([]ResourceQuotaScope, yyrl4817) + } + } else { + yyv4817 = make([]ResourceQuotaScope, yyrl4817) + } + yyc4817 = true + yyrr4817 = len(yyv4817) + } else if yyl4817 != len(yyv4817) { + yyv4817 = yyv4817[:yyl4817] + yyc4817 = true + } + yyj4817 := 0 + for ; yyj4817 < yyrr4817; yyj4817++ { + yyh4817.ElemContainerState(yyj4817) + if r.TryDecodeAsNil() { + yyv4817[yyj4817] = "" + } else { + yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + } + + } + if yyrt4817 { + for ; yyj4817 < yyl4817; yyj4817++ { + yyv4817 = append(yyv4817, "") + yyh4817.ElemContainerState(yyj4817) + if r.TryDecodeAsNil() { + yyv4817[yyj4817] = "" + } else { + yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + } + + } + } + + } else { + yyj4817 := 0 + for ; !r.CheckBreak(); yyj4817++ { + + if yyj4817 >= len(yyv4817) { + yyv4817 = append(yyv4817, "") // var yyz4817 ResourceQuotaScope + yyc4817 = true + } + yyh4817.ElemContainerState(yyj4817) + if yyj4817 < len(yyv4817) { + if r.TryDecodeAsNil() { + yyv4817[yyj4817] = "" + } else { + yyv4817[yyj4817] = ResourceQuotaScope(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4817 < len(yyv4817) { + yyv4817 = yyv4817[:yyj4817] + yyc4817 = true + } else if yyj4817 == 0 && yyv4817 == nil { + yyv4817 = []ResourceQuotaScope{} + yyc4817 = true + } + } + yyh4817.End() + if yyc4817 { + *v = yyv4817 + } +} + +func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4821 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4822 := &yyv4821 + yy4822.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61754,83 +61809,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4818 := *v - yyh4818, yyl4818 := z.DecSliceHelperStart() - var yyc4818 bool - if yyl4818 == 0 { - if yyv4818 == nil { - yyv4818 = []ResourceQuota{} - yyc4818 = true - } else if len(yyv4818) != 0 { - yyv4818 = yyv4818[:0] - yyc4818 = true + yyv4823 := *v + yyh4823, yyl4823 := z.DecSliceHelperStart() + var yyc4823 bool + if yyl4823 == 0 { + if yyv4823 == nil { + yyv4823 = []ResourceQuota{} + yyc4823 = true + } else if len(yyv4823) != 0 { + yyv4823 = yyv4823[:0] + yyc4823 = true } - } else if yyl4818 > 0 { - var yyrr4818, yyrl4818 int - var yyrt4818 bool - if yyl4818 > cap(yyv4818) { + } else if yyl4823 > 0 { + var yyrr4823, yyrl4823 int + var yyrt4823 bool + if yyl4823 > cap(yyv4823) { - yyrg4818 := len(yyv4818) > 0 - yyv24818 := yyv4818 - yyrl4818, yyrt4818 = z.DecInferLen(yyl4818, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4818 { - if yyrl4818 <= cap(yyv4818) { - yyv4818 = yyv4818[:yyrl4818] + yyrg4823 := len(yyv4823) > 0 + yyv24823 := yyv4823 + yyrl4823, yyrt4823 = z.DecInferLen(yyl4823, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4823 { + if yyrl4823 <= cap(yyv4823) { + yyv4823 = yyv4823[:yyrl4823] } else { - yyv4818 = make([]ResourceQuota, yyrl4818) + yyv4823 = make([]ResourceQuota, yyrl4823) } } else { - yyv4818 = make([]ResourceQuota, yyrl4818) + yyv4823 = make([]ResourceQuota, yyrl4823) } - yyc4818 = true - yyrr4818 = len(yyv4818) - if yyrg4818 { - copy(yyv4818, yyv24818) + yyc4823 = true + yyrr4823 = len(yyv4823) + if yyrg4823 { + copy(yyv4823, yyv24823) } - } else if yyl4818 != len(yyv4818) { - yyv4818 = yyv4818[:yyl4818] - yyc4818 = true + } else if yyl4823 != len(yyv4823) { + yyv4823 = yyv4823[:yyl4823] + yyc4823 = true } - yyj4818 := 0 - for ; yyj4818 < yyrr4818; yyj4818++ { - yyh4818.ElemContainerState(yyj4818) + yyj4823 := 0 + for ; yyj4823 < yyrr4823; yyj4823++ { + yyh4823.ElemContainerState(yyj4823) if r.TryDecodeAsNil() { - yyv4818[yyj4818] = ResourceQuota{} + yyv4823[yyj4823] = ResourceQuota{} } else { - yyv4819 := &yyv4818[yyj4818] - yyv4819.CodecDecodeSelf(d) + yyv4824 := &yyv4823[yyj4823] + yyv4824.CodecDecodeSelf(d) } } - if yyrt4818 { - for ; yyj4818 < yyl4818; yyj4818++ { - yyv4818 = append(yyv4818, ResourceQuota{}) - yyh4818.ElemContainerState(yyj4818) + if yyrt4823 { + for ; yyj4823 < yyl4823; yyj4823++ { + yyv4823 = append(yyv4823, ResourceQuota{}) + yyh4823.ElemContainerState(yyj4823) if r.TryDecodeAsNil() { - yyv4818[yyj4818] = ResourceQuota{} + yyv4823[yyj4823] = ResourceQuota{} } else { - yyv4820 := &yyv4818[yyj4818] - yyv4820.CodecDecodeSelf(d) + yyv4825 := &yyv4823[yyj4823] + yyv4825.CodecDecodeSelf(d) } } } } else { - yyj4818 := 0 - for ; !r.CheckBreak(); yyj4818++ { + yyj4823 := 0 + for ; !r.CheckBreak(); yyj4823++ { - if yyj4818 >= len(yyv4818) { - yyv4818 = append(yyv4818, ResourceQuota{}) // var yyz4818 ResourceQuota - yyc4818 = true + if yyj4823 >= len(yyv4823) { + yyv4823 = append(yyv4823, ResourceQuota{}) // var yyz4823 ResourceQuota + yyc4823 = true } - yyh4818.ElemContainerState(yyj4818) - if yyj4818 < len(yyv4818) { + yyh4823.ElemContainerState(yyj4823) + if yyj4823 < len(yyv4823) { if r.TryDecodeAsNil() { - yyv4818[yyj4818] = ResourceQuota{} + yyv4823[yyj4823] = ResourceQuota{} } else { - yyv4821 := &yyv4818[yyj4818] - yyv4821.CodecDecodeSelf(d) + yyv4826 := &yyv4823[yyj4823] + yyv4826.CodecDecodeSelf(d) } } else { @@ -61838,17 +61893,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4818 < len(yyv4818) { - yyv4818 = yyv4818[:yyj4818] - yyc4818 = true - } else if yyj4818 == 0 && yyv4818 == nil { - yyv4818 = []ResourceQuota{} - yyc4818 = true + if yyj4823 < len(yyv4823) { + yyv4823 = yyv4823[:yyj4823] + yyc4823 = true + } else if yyj4823 == 0 && yyv4823 == nil { + yyv4823 = []ResourceQuota{} + yyc4823 = true } } - yyh4818.End() - if yyc4818 { - *v = yyv4818 + yyh4823.End() + if yyc4823 { + *v = yyv4823 } } @@ -61857,23 +61912,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4822, yyv4822 := range v { + for yyk4827, yyv4827 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4823 := z.EncBinary() - _ = yym4823 + yym4828 := z.EncBinary() + _ = yym4828 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4822)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4827)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4822 == nil { + if yyv4827 == nil { r.EncodeNil() } else { - yym4824 := z.EncBinary() - _ = yym4824 + yym4829 := z.EncBinary() + _ = yym4829 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4822)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4827)) } } } @@ -61885,80 +61940,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4825 := *v - yyl4825 := r.ReadMapStart() - yybh4825 := z.DecBasicHandle() - if yyv4825 == nil { - yyrl4825, _ := z.DecInferLen(yyl4825, yybh4825.MaxInitLen, 40) - yyv4825 = make(map[string][]uint8, yyrl4825) - *v = yyv4825 + yyv4830 := *v + yyl4830 := r.ReadMapStart() + yybh4830 := z.DecBasicHandle() + if yyv4830 == nil { + yyrl4830, _ := z.DecInferLen(yyl4830, yybh4830.MaxInitLen, 40) + yyv4830 = make(map[string][]uint8, yyrl4830) + *v = yyv4830 } - var yymk4825 string - var yymv4825 []uint8 - var yymg4825 bool - if yybh4825.MapValueReset { - yymg4825 = true + var yymk4830 string + var yymv4830 []uint8 + var yymg4830 bool + if yybh4830.MapValueReset { + yymg4830 = true } - if yyl4825 > 0 { - for yyj4825 := 0; yyj4825 < yyl4825; yyj4825++ { + if yyl4830 > 0 { + for yyj4830 := 0; yyj4830 < yyl4830; yyj4830++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4825 = "" + yymk4830 = "" } else { - yymk4825 = string(r.DecodeString()) + yymk4830 = string(r.DecodeString()) } - if yymg4825 { - yymv4825 = yyv4825[yymk4825] + if yymg4830 { + yymv4830 = yyv4830[yymk4830] } else { - yymv4825 = nil + yymv4830 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4825 = nil + yymv4830 = nil } else { - yyv4827 := &yymv4825 - yym4828 := z.DecBinary() - _ = yym4828 + yyv4832 := &yymv4830 + yym4833 := z.DecBinary() + _ = yym4833 if false { } else { - *yyv4827 = r.DecodeBytes(*(*[]byte)(yyv4827), false, false) + *yyv4832 = r.DecodeBytes(*(*[]byte)(yyv4832), false, false) } } - if yyv4825 != nil { - yyv4825[yymk4825] = yymv4825 + if yyv4830 != nil { + yyv4830[yymk4830] = yymv4830 } } - } else if yyl4825 < 0 { - for yyj4825 := 0; !r.CheckBreak(); yyj4825++ { + } else if yyl4830 < 0 { + for yyj4830 := 0; !r.CheckBreak(); yyj4830++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4825 = "" + yymk4830 = "" } else { - yymk4825 = string(r.DecodeString()) + yymk4830 = string(r.DecodeString()) } - if yymg4825 { - yymv4825 = yyv4825[yymk4825] + if yymg4830 { + yymv4830 = yyv4830[yymk4830] } else { - yymv4825 = nil + yymv4830 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4825 = nil + yymv4830 = nil } else { - yyv4830 := &yymv4825 - yym4831 := z.DecBinary() - _ = yym4831 + yyv4835 := &yymv4830 + yym4836 := z.DecBinary() + _ = yym4836 if false { } else { - *yyv4830 = r.DecodeBytes(*(*[]byte)(yyv4830), false, false) + *yyv4835 = r.DecodeBytes(*(*[]byte)(yyv4835), false, false) } } - if yyv4825 != nil { - yyv4825[yymk4825] = yymv4825 + if yyv4830 != nil { + yyv4830[yymk4830] = yymv4830 } } } // else len==0: TODO: Should we clear map entries? @@ -61970,10 +62025,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4832 := range v { + for _, yyv4837 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4833 := &yyv4832 - yy4833.CodecEncodeSelf(e) + yy4838 := &yyv4837 + yy4838.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61983,83 +62038,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4834 := *v - yyh4834, yyl4834 := z.DecSliceHelperStart() - var yyc4834 bool - if yyl4834 == 0 { - if yyv4834 == nil { - yyv4834 = []Secret{} - yyc4834 = true - } else if len(yyv4834) != 0 { - yyv4834 = yyv4834[:0] - yyc4834 = true + yyv4839 := *v + yyh4839, yyl4839 := z.DecSliceHelperStart() + var yyc4839 bool + if yyl4839 == 0 { + if yyv4839 == nil { + yyv4839 = []Secret{} + yyc4839 = true + } else if len(yyv4839) != 0 { + yyv4839 = yyv4839[:0] + yyc4839 = true } - } else if yyl4834 > 0 { - var yyrr4834, yyrl4834 int - var yyrt4834 bool - if yyl4834 > cap(yyv4834) { + } else if yyl4839 > 0 { + var yyrr4839, yyrl4839 int + var yyrt4839 bool + if yyl4839 > cap(yyv4839) { - yyrg4834 := len(yyv4834) > 0 - yyv24834 := yyv4834 - yyrl4834, yyrt4834 = z.DecInferLen(yyl4834, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4834 { - if yyrl4834 <= cap(yyv4834) { - yyv4834 = yyv4834[:yyrl4834] + yyrg4839 := len(yyv4839) > 0 + yyv24839 := yyv4839 + yyrl4839, yyrt4839 = z.DecInferLen(yyl4839, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4839 { + if yyrl4839 <= cap(yyv4839) { + yyv4839 = yyv4839[:yyrl4839] } else { - yyv4834 = make([]Secret, yyrl4834) + yyv4839 = make([]Secret, yyrl4839) } } else { - yyv4834 = make([]Secret, yyrl4834) + yyv4839 = make([]Secret, yyrl4839) } - yyc4834 = true - yyrr4834 = len(yyv4834) - if yyrg4834 { - copy(yyv4834, yyv24834) + yyc4839 = true + yyrr4839 = len(yyv4839) + if yyrg4839 { + copy(yyv4839, yyv24839) } - } else if yyl4834 != len(yyv4834) { - yyv4834 = yyv4834[:yyl4834] - yyc4834 = true + } else if yyl4839 != len(yyv4839) { + yyv4839 = yyv4839[:yyl4839] + yyc4839 = true } - yyj4834 := 0 - for ; yyj4834 < yyrr4834; yyj4834++ { - yyh4834.ElemContainerState(yyj4834) + yyj4839 := 0 + for ; yyj4839 < yyrr4839; yyj4839++ { + yyh4839.ElemContainerState(yyj4839) if r.TryDecodeAsNil() { - yyv4834[yyj4834] = Secret{} + yyv4839[yyj4839] = Secret{} } else { - yyv4835 := &yyv4834[yyj4834] - yyv4835.CodecDecodeSelf(d) + yyv4840 := &yyv4839[yyj4839] + yyv4840.CodecDecodeSelf(d) } } - if yyrt4834 { - for ; yyj4834 < yyl4834; yyj4834++ { - yyv4834 = append(yyv4834, Secret{}) - yyh4834.ElemContainerState(yyj4834) + if yyrt4839 { + for ; yyj4839 < yyl4839; yyj4839++ { + yyv4839 = append(yyv4839, Secret{}) + yyh4839.ElemContainerState(yyj4839) if r.TryDecodeAsNil() { - yyv4834[yyj4834] = Secret{} + yyv4839[yyj4839] = Secret{} } else { - yyv4836 := &yyv4834[yyj4834] - yyv4836.CodecDecodeSelf(d) + yyv4841 := &yyv4839[yyj4839] + yyv4841.CodecDecodeSelf(d) } } } } else { - yyj4834 := 0 - for ; !r.CheckBreak(); yyj4834++ { + yyj4839 := 0 + for ; !r.CheckBreak(); yyj4839++ { - if yyj4834 >= len(yyv4834) { - yyv4834 = append(yyv4834, Secret{}) // var yyz4834 Secret - yyc4834 = true + if yyj4839 >= len(yyv4839) { + yyv4839 = append(yyv4839, Secret{}) // var yyz4839 Secret + yyc4839 = true } - yyh4834.ElemContainerState(yyj4834) - if yyj4834 < len(yyv4834) { + yyh4839.ElemContainerState(yyj4839) + if yyj4839 < len(yyv4839) { if r.TryDecodeAsNil() { - yyv4834[yyj4834] = Secret{} + yyv4839[yyj4839] = Secret{} } else { - yyv4837 := &yyv4834[yyj4834] - yyv4837.CodecDecodeSelf(d) + yyv4842 := &yyv4839[yyj4839] + yyv4842.CodecDecodeSelf(d) } } else { @@ -62067,17 +62122,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4834 < len(yyv4834) { - yyv4834 = yyv4834[:yyj4834] - yyc4834 = true - } else if yyj4834 == 0 && yyv4834 == nil { - yyv4834 = []Secret{} - yyc4834 = true + if yyj4839 < len(yyv4839) { + yyv4839 = yyv4839[:yyj4839] + yyc4839 = true + } else if yyj4839 == 0 && yyv4839 == nil { + yyv4839 = []Secret{} + yyc4839 = true } } - yyh4834.End() - if yyc4834 { - *v = yyv4834 + yyh4839.End() + if yyc4839 { + *v = yyv4839 } } @@ -62086,10 +62141,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4838 := range v { + for _, yyv4843 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4839 := &yyv4838 - yy4839.CodecEncodeSelf(e) + yy4844 := &yyv4843 + yy4844.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62099,83 +62154,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4840 := *v - yyh4840, yyl4840 := z.DecSliceHelperStart() - var yyc4840 bool - if yyl4840 == 0 { - if yyv4840 == nil { - yyv4840 = []ConfigMap{} - yyc4840 = true - } else if len(yyv4840) != 0 { - yyv4840 = yyv4840[:0] - yyc4840 = true + yyv4845 := *v + yyh4845, yyl4845 := z.DecSliceHelperStart() + var yyc4845 bool + if yyl4845 == 0 { + if yyv4845 == nil { + yyv4845 = []ConfigMap{} + yyc4845 = true + } else if len(yyv4845) != 0 { + yyv4845 = yyv4845[:0] + yyc4845 = true } - } else if yyl4840 > 0 { - var yyrr4840, yyrl4840 int - var yyrt4840 bool - if yyl4840 > cap(yyv4840) { + } else if yyl4845 > 0 { + var yyrr4845, yyrl4845 int + var yyrt4845 bool + if yyl4845 > cap(yyv4845) { - yyrg4840 := len(yyv4840) > 0 - yyv24840 := yyv4840 - yyrl4840, yyrt4840 = z.DecInferLen(yyl4840, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4840 { - if yyrl4840 <= cap(yyv4840) { - yyv4840 = yyv4840[:yyrl4840] + yyrg4845 := len(yyv4845) > 0 + yyv24845 := yyv4845 + yyrl4845, yyrt4845 = z.DecInferLen(yyl4845, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4845 { + if yyrl4845 <= cap(yyv4845) { + yyv4845 = yyv4845[:yyrl4845] } else { - yyv4840 = make([]ConfigMap, yyrl4840) + yyv4845 = make([]ConfigMap, yyrl4845) } } else { - yyv4840 = make([]ConfigMap, yyrl4840) + yyv4845 = make([]ConfigMap, yyrl4845) } - yyc4840 = true - yyrr4840 = len(yyv4840) - if yyrg4840 { - copy(yyv4840, yyv24840) + yyc4845 = true + yyrr4845 = len(yyv4845) + if yyrg4845 { + copy(yyv4845, yyv24845) } - } else if yyl4840 != len(yyv4840) { - yyv4840 = yyv4840[:yyl4840] - yyc4840 = true + } else if yyl4845 != len(yyv4845) { + yyv4845 = yyv4845[:yyl4845] + yyc4845 = true } - yyj4840 := 0 - for ; yyj4840 < yyrr4840; yyj4840++ { - yyh4840.ElemContainerState(yyj4840) + yyj4845 := 0 + for ; yyj4845 < yyrr4845; yyj4845++ { + yyh4845.ElemContainerState(yyj4845) if r.TryDecodeAsNil() { - yyv4840[yyj4840] = ConfigMap{} + yyv4845[yyj4845] = ConfigMap{} } else { - yyv4841 := &yyv4840[yyj4840] - yyv4841.CodecDecodeSelf(d) + yyv4846 := &yyv4845[yyj4845] + yyv4846.CodecDecodeSelf(d) } } - if yyrt4840 { - for ; yyj4840 < yyl4840; yyj4840++ { - yyv4840 = append(yyv4840, ConfigMap{}) - yyh4840.ElemContainerState(yyj4840) + if yyrt4845 { + for ; yyj4845 < yyl4845; yyj4845++ { + yyv4845 = append(yyv4845, ConfigMap{}) + yyh4845.ElemContainerState(yyj4845) if r.TryDecodeAsNil() { - yyv4840[yyj4840] = ConfigMap{} + yyv4845[yyj4845] = ConfigMap{} } else { - yyv4842 := &yyv4840[yyj4840] - yyv4842.CodecDecodeSelf(d) + yyv4847 := &yyv4845[yyj4845] + yyv4847.CodecDecodeSelf(d) } } } } else { - yyj4840 := 0 - for ; !r.CheckBreak(); yyj4840++ { + yyj4845 := 0 + for ; !r.CheckBreak(); yyj4845++ { - if yyj4840 >= len(yyv4840) { - yyv4840 = append(yyv4840, ConfigMap{}) // var yyz4840 ConfigMap - yyc4840 = true + if yyj4845 >= len(yyv4845) { + yyv4845 = append(yyv4845, ConfigMap{}) // var yyz4845 ConfigMap + yyc4845 = true } - yyh4840.ElemContainerState(yyj4840) - if yyj4840 < len(yyv4840) { + yyh4845.ElemContainerState(yyj4845) + if yyj4845 < len(yyv4845) { if r.TryDecodeAsNil() { - yyv4840[yyj4840] = ConfigMap{} + yyv4845[yyj4845] = ConfigMap{} } else { - yyv4843 := &yyv4840[yyj4840] - yyv4843.CodecDecodeSelf(d) + yyv4848 := &yyv4845[yyj4845] + yyv4848.CodecDecodeSelf(d) } } else { @@ -62183,17 +62238,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4840 < len(yyv4840) { - yyv4840 = yyv4840[:yyj4840] - yyc4840 = true - } else if yyj4840 == 0 && yyv4840 == nil { - yyv4840 = []ConfigMap{} - yyc4840 = true + if yyj4845 < len(yyv4845) { + yyv4845 = yyv4845[:yyj4845] + yyc4845 = true + } else if yyj4845 == 0 && yyv4845 == nil { + yyv4845 = []ConfigMap{} + yyc4845 = true } } - yyh4840.End() - if yyc4840 { - *v = yyv4840 + yyh4845.End() + if yyc4845 { + *v = yyv4845 } } @@ -62202,10 +62257,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4844 := range v { + for _, yyv4849 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4845 := &yyv4844 - yy4845.CodecEncodeSelf(e) + yy4850 := &yyv4849 + yy4850.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62215,83 +62270,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4846 := *v - yyh4846, yyl4846 := z.DecSliceHelperStart() - var yyc4846 bool - if yyl4846 == 0 { - if yyv4846 == nil { - yyv4846 = []ComponentCondition{} - yyc4846 = true - } else if len(yyv4846) != 0 { - yyv4846 = yyv4846[:0] - yyc4846 = true + yyv4851 := *v + yyh4851, yyl4851 := z.DecSliceHelperStart() + var yyc4851 bool + if yyl4851 == 0 { + if yyv4851 == nil { + yyv4851 = []ComponentCondition{} + yyc4851 = true + } else if len(yyv4851) != 0 { + yyv4851 = yyv4851[:0] + yyc4851 = true } - } else if yyl4846 > 0 { - var yyrr4846, yyrl4846 int - var yyrt4846 bool - if yyl4846 > cap(yyv4846) { + } else if yyl4851 > 0 { + var yyrr4851, yyrl4851 int + var yyrt4851 bool + if yyl4851 > cap(yyv4851) { - yyrg4846 := len(yyv4846) > 0 - yyv24846 := yyv4846 - yyrl4846, yyrt4846 = z.DecInferLen(yyl4846, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4846 { - if yyrl4846 <= cap(yyv4846) { - yyv4846 = yyv4846[:yyrl4846] + yyrg4851 := len(yyv4851) > 0 + yyv24851 := yyv4851 + yyrl4851, yyrt4851 = z.DecInferLen(yyl4851, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4851 { + if yyrl4851 <= cap(yyv4851) { + yyv4851 = yyv4851[:yyrl4851] } else { - yyv4846 = make([]ComponentCondition, yyrl4846) + yyv4851 = make([]ComponentCondition, yyrl4851) } } else { - yyv4846 = make([]ComponentCondition, yyrl4846) + yyv4851 = make([]ComponentCondition, yyrl4851) } - yyc4846 = true - yyrr4846 = len(yyv4846) - if yyrg4846 { - copy(yyv4846, yyv24846) + yyc4851 = true + yyrr4851 = len(yyv4851) + if yyrg4851 { + copy(yyv4851, yyv24851) } - } else if yyl4846 != len(yyv4846) { - yyv4846 = yyv4846[:yyl4846] - yyc4846 = true + } else if yyl4851 != len(yyv4851) { + yyv4851 = yyv4851[:yyl4851] + yyc4851 = true } - yyj4846 := 0 - for ; yyj4846 < yyrr4846; yyj4846++ { - yyh4846.ElemContainerState(yyj4846) + yyj4851 := 0 + for ; yyj4851 < yyrr4851; yyj4851++ { + yyh4851.ElemContainerState(yyj4851) if r.TryDecodeAsNil() { - yyv4846[yyj4846] = ComponentCondition{} + yyv4851[yyj4851] = ComponentCondition{} } else { - yyv4847 := &yyv4846[yyj4846] - yyv4847.CodecDecodeSelf(d) + yyv4852 := &yyv4851[yyj4851] + yyv4852.CodecDecodeSelf(d) } } - if yyrt4846 { - for ; yyj4846 < yyl4846; yyj4846++ { - yyv4846 = append(yyv4846, ComponentCondition{}) - yyh4846.ElemContainerState(yyj4846) + if yyrt4851 { + for ; yyj4851 < yyl4851; yyj4851++ { + yyv4851 = append(yyv4851, ComponentCondition{}) + yyh4851.ElemContainerState(yyj4851) if r.TryDecodeAsNil() { - yyv4846[yyj4846] = ComponentCondition{} + yyv4851[yyj4851] = ComponentCondition{} } else { - yyv4848 := &yyv4846[yyj4846] - yyv4848.CodecDecodeSelf(d) + yyv4853 := &yyv4851[yyj4851] + yyv4853.CodecDecodeSelf(d) } } } } else { - yyj4846 := 0 - for ; !r.CheckBreak(); yyj4846++ { + yyj4851 := 0 + for ; !r.CheckBreak(); yyj4851++ { - if yyj4846 >= len(yyv4846) { - yyv4846 = append(yyv4846, ComponentCondition{}) // var yyz4846 ComponentCondition - yyc4846 = true + if yyj4851 >= len(yyv4851) { + yyv4851 = append(yyv4851, ComponentCondition{}) // var yyz4851 ComponentCondition + yyc4851 = true } - yyh4846.ElemContainerState(yyj4846) - if yyj4846 < len(yyv4846) { + yyh4851.ElemContainerState(yyj4851) + if yyj4851 < len(yyv4851) { if r.TryDecodeAsNil() { - yyv4846[yyj4846] = ComponentCondition{} + yyv4851[yyj4851] = ComponentCondition{} } else { - yyv4849 := &yyv4846[yyj4846] - yyv4849.CodecDecodeSelf(d) + yyv4854 := &yyv4851[yyj4851] + yyv4854.CodecDecodeSelf(d) } } else { @@ -62299,17 +62354,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4846 < len(yyv4846) { - yyv4846 = yyv4846[:yyj4846] - yyc4846 = true - } else if yyj4846 == 0 && yyv4846 == nil { - yyv4846 = []ComponentCondition{} - yyc4846 = true + if yyj4851 < len(yyv4851) { + yyv4851 = yyv4851[:yyj4851] + yyc4851 = true + } else if yyj4851 == 0 && yyv4851 == nil { + yyv4851 = []ComponentCondition{} + yyc4851 = true } } - yyh4846.End() - if yyc4846 { - *v = yyv4846 + yyh4851.End() + if yyc4851 { + *v = yyv4851 } } @@ -62318,10 +62373,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4850 := range v { + for _, yyv4855 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4851 := &yyv4850 - yy4851.CodecEncodeSelf(e) + yy4856 := &yyv4855 + yy4856.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62331,83 +62386,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4852 := *v - yyh4852, yyl4852 := z.DecSliceHelperStart() - var yyc4852 bool - if yyl4852 == 0 { - if yyv4852 == nil { - yyv4852 = []ComponentStatus{} - yyc4852 = true - } else if len(yyv4852) != 0 { - yyv4852 = yyv4852[:0] - yyc4852 = true + yyv4857 := *v + yyh4857, yyl4857 := z.DecSliceHelperStart() + var yyc4857 bool + if yyl4857 == 0 { + if yyv4857 == nil { + yyv4857 = []ComponentStatus{} + yyc4857 = true + } else if len(yyv4857) != 0 { + yyv4857 = yyv4857[:0] + yyc4857 = true } - } else if yyl4852 > 0 { - var yyrr4852, yyrl4852 int - var yyrt4852 bool - if yyl4852 > cap(yyv4852) { + } else if yyl4857 > 0 { + var yyrr4857, yyrl4857 int + var yyrt4857 bool + if yyl4857 > cap(yyv4857) { - yyrg4852 := len(yyv4852) > 0 - yyv24852 := yyv4852 - yyrl4852, yyrt4852 = z.DecInferLen(yyl4852, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4852 { - if yyrl4852 <= cap(yyv4852) { - yyv4852 = yyv4852[:yyrl4852] + yyrg4857 := len(yyv4857) > 0 + yyv24857 := yyv4857 + yyrl4857, yyrt4857 = z.DecInferLen(yyl4857, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4857 { + if yyrl4857 <= cap(yyv4857) { + yyv4857 = yyv4857[:yyrl4857] } else { - yyv4852 = make([]ComponentStatus, yyrl4852) + yyv4857 = make([]ComponentStatus, yyrl4857) } } else { - yyv4852 = make([]ComponentStatus, yyrl4852) + yyv4857 = make([]ComponentStatus, yyrl4857) } - yyc4852 = true - yyrr4852 = len(yyv4852) - if yyrg4852 { - copy(yyv4852, yyv24852) + yyc4857 = true + yyrr4857 = len(yyv4857) + if yyrg4857 { + copy(yyv4857, yyv24857) } - } else if yyl4852 != len(yyv4852) { - yyv4852 = yyv4852[:yyl4852] - yyc4852 = true + } else if yyl4857 != len(yyv4857) { + yyv4857 = yyv4857[:yyl4857] + yyc4857 = true } - yyj4852 := 0 - for ; yyj4852 < yyrr4852; yyj4852++ { - yyh4852.ElemContainerState(yyj4852) + yyj4857 := 0 + for ; yyj4857 < yyrr4857; yyj4857++ { + yyh4857.ElemContainerState(yyj4857) if r.TryDecodeAsNil() { - yyv4852[yyj4852] = ComponentStatus{} + yyv4857[yyj4857] = ComponentStatus{} } else { - yyv4853 := &yyv4852[yyj4852] - yyv4853.CodecDecodeSelf(d) + yyv4858 := &yyv4857[yyj4857] + yyv4858.CodecDecodeSelf(d) } } - if yyrt4852 { - for ; yyj4852 < yyl4852; yyj4852++ { - yyv4852 = append(yyv4852, ComponentStatus{}) - yyh4852.ElemContainerState(yyj4852) + if yyrt4857 { + for ; yyj4857 < yyl4857; yyj4857++ { + yyv4857 = append(yyv4857, ComponentStatus{}) + yyh4857.ElemContainerState(yyj4857) if r.TryDecodeAsNil() { - yyv4852[yyj4852] = ComponentStatus{} + yyv4857[yyj4857] = ComponentStatus{} } else { - yyv4854 := &yyv4852[yyj4852] - yyv4854.CodecDecodeSelf(d) + yyv4859 := &yyv4857[yyj4857] + yyv4859.CodecDecodeSelf(d) } } } } else { - yyj4852 := 0 - for ; !r.CheckBreak(); yyj4852++ { + yyj4857 := 0 + for ; !r.CheckBreak(); yyj4857++ { - if yyj4852 >= len(yyv4852) { - yyv4852 = append(yyv4852, ComponentStatus{}) // var yyz4852 ComponentStatus - yyc4852 = true + if yyj4857 >= len(yyv4857) { + yyv4857 = append(yyv4857, ComponentStatus{}) // var yyz4857 ComponentStatus + yyc4857 = true } - yyh4852.ElemContainerState(yyj4852) - if yyj4852 < len(yyv4852) { + yyh4857.ElemContainerState(yyj4857) + if yyj4857 < len(yyv4857) { if r.TryDecodeAsNil() { - yyv4852[yyj4852] = ComponentStatus{} + yyv4857[yyj4857] = ComponentStatus{} } else { - yyv4855 := &yyv4852[yyj4852] - yyv4855.CodecDecodeSelf(d) + yyv4860 := &yyv4857[yyj4857] + yyv4860.CodecDecodeSelf(d) } } else { @@ -62415,16 +62470,16 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4852 < len(yyv4852) { - yyv4852 = yyv4852[:yyj4852] - yyc4852 = true - } else if yyj4852 == 0 && yyv4852 == nil { - yyv4852 = []ComponentStatus{} - yyc4852 = true + if yyj4857 < len(yyv4857) { + yyv4857 = yyv4857[:yyj4857] + yyc4857 = true + } else if yyj4857 == 0 && yyv4857 == nil { + yyv4857 = []ComponentStatus{} + yyc4857 = true } } - yyh4852.End() - if yyc4852 { - *v = yyv4852 + yyh4857.End() + if yyc4857 { + *v = yyv4857 } } diff --git a/pkg/api/types.go b/pkg/api/types.go index 8cff0e45591..605fcc4343e 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -741,10 +741,14 @@ type CephFSVolumeSource struct { } // Represents a Flocker volume mounted by the Flocker agent. +// One and only one of datasetName and datasetUUID should be set. // Flocker volumes do not support ownership management or SELinux relabeling. type FlockerVolumeSource struct { - // Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker - DatasetName string `json:"datasetName"` + // Name of the dataset stored as metadata -> name on the dataset for Flocker + // should be considered as deprecated + DatasetName string `json:"datasetName,omitempty"` + // UUID of the dataset. This is unique identifier of a Flocker dataset + DatasetUUID string `json:"datasetUUID,omitempty"` } // Represents a volume containing downward API info. diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index d60c24acc98..be84fc6b8b1 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -2939,6 +2939,10 @@ func (m *FlockerVolumeSource) MarshalTo(data []byte) (int, error) { i++ i = encodeVarintGenerated(data, i, uint64(len(m.DatasetName))) i += copy(data[i:], m.DatasetName) + data[i] = 0x12 + i++ + i = encodeVarintGenerated(data, i, uint64(len(m.DatasetUUID))) + i += copy(data[i:], m.DatasetUUID) return i, nil } @@ -8820,6 +8824,8 @@ func (m *FlockerVolumeSource) Size() (n int) { _ = l l = len(m.DatasetName) n += 1 + l + sovGenerated(uint64(l)) + l = len(m.DatasetUUID) + n += 1 + l + sovGenerated(uint64(l)) return n } @@ -11312,6 +11318,7 @@ func (this *FlockerVolumeSource) String() string { } s := strings.Join([]string{`&FlockerVolumeSource{`, `DatasetName:` + fmt.Sprintf("%v", this.DatasetName) + `,`, + `DatasetUUID:` + fmt.Sprintf("%v", this.DatasetUUID) + `,`, `}`, }, "") return s @@ -19589,6 +19596,35 @@ func (m *FlockerVolumeSource) Unmarshal(data []byte) error { } m.DatasetName = string(data[iNdEx:postIndex]) iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DatasetUUID", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := data[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.DatasetUUID = string(data[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(data[iNdEx:]) @@ -38480,615 +38516,616 @@ var ( ) var fileDescriptorGenerated = []byte{ - // 9750 bytes of a gzipped FileDescriptorProto + // 9773 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0xc7, - 0x75, 0x98, 0x66, 0x66, 0xbf, 0xa6, 0xf6, 0xf3, 0xfa, 0x8e, 0xc7, 0xe5, 0x4a, 0xfc, 0x50, 0x8b, - 0xa4, 0xc8, 0x23, 0x6f, 0x8f, 0x77, 0x24, 0x4d, 0x52, 0x52, 0x24, 0xee, 0xee, 0xec, 0xde, 0xad, - 0x6f, 0xef, 0x6e, 0xf8, 0x66, 0xef, 0x4e, 0xb2, 0x18, 0x99, 0xbd, 0x33, 0xbd, 0xbb, 0xad, 0x9b, - 0x9d, 0x1e, 0x76, 0xf7, 0xec, 0xdd, 0x52, 0x31, 0xe0, 0x18, 0x8e, 0x83, 0xc0, 0x86, 0x23, 0x03, - 0x31, 0x12, 0x20, 0x09, 0xe2, 0x04, 0x88, 0x91, 0xc4, 0x88, 0x63, 0x39, 0x8a, 0x2d, 0x25, 0x86, - 0x11, 0x20, 0x8e, 0xa0, 0x7c, 0x38, 0x90, 0x81, 0x20, 0x36, 0x6c, 0x40, 0xb1, 0x6c, 0x04, 0xf9, - 0x91, 0x3f, 0x01, 0x92, 0x3f, 0x21, 0x8c, 0x24, 0xf5, 0xea, 0xbb, 0x7a, 0x7a, 0xb6, 0x7b, 0x96, - 0x37, 0x9b, 0xb3, 0x91, 0x1f, 0x0b, 0xec, 0xbc, 0xf7, 0xea, 0xd5, 0x47, 0x57, 0xbd, 0x7a, 0xef, - 0xd5, 0xab, 0x57, 0xe4, 0xe5, 0x7b, 0x6f, 0xc6, 0xcb, 0x41, 0x78, 0xe9, 0x5e, 0x6f, 0xc7, 0x8f, - 0x3a, 0x7e, 0xe2, 0xc7, 0x97, 0xba, 0xf7, 0xf6, 0x2e, 0x79, 0xdd, 0xe0, 0xd2, 0xe1, 0xe5, 0x4b, - 0x7b, 0x7e, 0xc7, 0x8f, 0xbc, 0xc4, 0x6f, 0x2d, 0x77, 0xa3, 0x30, 0x09, 0x9d, 0x4f, 0x70, 0xea, - 0x65, 0x4d, 0xbd, 0x4c, 0xa9, 0x97, 0x29, 0xf5, 0xf2, 0xe1, 0xe5, 0xa5, 0x8b, 0x7b, 0x41, 0xb2, - 0xdf, 0xdb, 0x59, 0x6e, 0x86, 0x07, 0x97, 0xf6, 0xc2, 0xbd, 0xf0, 0x12, 0x2b, 0xb4, 0xd3, 0xdb, - 0x65, 0xbf, 0xd8, 0x0f, 0xf6, 0x1f, 0x67, 0xb6, 0x74, 0x65, 0x70, 0xd5, 0x91, 0x1f, 0x87, 0xbd, - 0xa8, 0xe9, 0xa7, 0x1b, 0xb0, 0xf4, 0xfa, 0xe0, 0x32, 0xbd, 0xce, 0xa1, 0x1f, 0xc5, 0x41, 0xd8, - 0xf1, 0x5b, 0x7d, 0xc5, 0x2e, 0x66, 0x17, 0x8b, 0x7a, 0x9d, 0x24, 0x38, 0xe8, 0xaf, 0xe5, 0x72, - 0x36, 0x79, 0x2f, 0x09, 0xda, 0x97, 0x82, 0x4e, 0x12, 0x27, 0x51, 0xba, 0x88, 0xfb, 0xbb, 0x25, - 0xf2, 0xcc, 0xca, 0xdd, 0xc6, 0x7a, 0xdb, 0x8b, 0x93, 0xa0, 0xb9, 0xda, 0x0e, 0x9b, 0xf7, 0x1a, - 0x49, 0x18, 0xf9, 0x77, 0xc2, 0x76, 0xef, 0xc0, 0x6f, 0xb0, 0xde, 0x38, 0x2f, 0x93, 0xa9, 0x43, - 0xf6, 0x7b, 0xb3, 0xb6, 0x58, 0x7a, 0xa6, 0xf4, 0x42, 0x75, 0x75, 0xe1, 0xbb, 0xdf, 0x7f, 0xfa, - 0x63, 0x7f, 0xf4, 0xfd, 0xa7, 0xa7, 0xee, 0x08, 0x38, 0x28, 0x0a, 0xe7, 0x79, 0x32, 0xb1, 0x1b, - 0x6f, 0x1f, 0x75, 0xfd, 0xc5, 0x32, 0xa3, 0x9d, 0x13, 0xb4, 0x13, 0x1b, 0x0d, 0x84, 0x82, 0xc0, - 0x3a, 0x97, 0x48, 0xb5, 0xeb, 0x45, 0x49, 0x90, 0xd0, 0xbe, 0x2f, 0x56, 0x28, 0xe9, 0xf8, 0xea, - 0x19, 0x41, 0x5a, 0xad, 0x4b, 0x04, 0x68, 0x1a, 0x6c, 0x46, 0xe4, 0x7b, 0xad, 0x5b, 0x9d, 0xf6, - 0xd1, 0xe2, 0x18, 0xa5, 0x9f, 0xd2, 0xcd, 0x00, 0x01, 0x07, 0x45, 0xe1, 0x7e, 0xab, 0x4c, 0xa6, - 0x56, 0x76, 0x77, 0x83, 0x4e, 0x90, 0x1c, 0x39, 0xef, 0x91, 0x99, 0x4e, 0xd8, 0xf2, 0xe5, 0x6f, - 0xd6, 0x8b, 0xe9, 0x2b, 0x17, 0x96, 0x8f, 0x9b, 0x17, 0xcb, 0x37, 0x8d, 0x12, 0xab, 0x0b, 0xb4, - 0x9a, 0x19, 0x13, 0x02, 0x16, 0x47, 0xe7, 0x5d, 0x32, 0xdd, 0x0d, 0x5b, 0xaa, 0x82, 0x32, 0xab, - 0xe0, 0xc5, 0xe3, 0x2b, 0xa8, 0xeb, 0x02, 0xab, 0xf3, 0x94, 0xff, 0xb4, 0x01, 0x00, 0x93, 0x9d, - 0xd3, 0x26, 0xf3, 0xf8, 0x93, 0x7e, 0x76, 0x55, 0x43, 0x85, 0xd5, 0x70, 0x31, 0xbf, 0x06, 0xa3, - 0xd0, 0xea, 0x59, 0x5a, 0xcb, 0x7c, 0x0a, 0x08, 0x69, 0xd6, 0xee, 0x07, 0x64, 0x6e, 0x25, 0x49, - 0xbc, 0xe6, 0xbe, 0xdf, 0xe2, 0xdf, 0xd7, 0x79, 0x8d, 0x8c, 0x75, 0xbc, 0x03, 0x5f, 0x7c, 0xfd, - 0x67, 0xc4, 0xb0, 0x8f, 0xdd, 0xa4, 0xb0, 0x0f, 0xbf, 0xff, 0xf4, 0xc2, 0xed, 0x4e, 0xf0, 0x7e, - 0x4f, 0xcc, 0x19, 0x84, 0x01, 0xa3, 0x76, 0xae, 0x10, 0xd2, 0xf2, 0x0f, 0x83, 0xa6, 0x5f, 0xf7, - 0x92, 0x7d, 0x31, 0x1b, 0x1c, 0x51, 0x96, 0xd4, 0x14, 0x06, 0x0c, 0x2a, 0xf7, 0x27, 0x4a, 0xa4, - 0xba, 0x72, 0x18, 0x06, 0x2d, 0xda, 0xca, 0xd8, 0xe9, 0xd1, 0x7e, 0x47, 0xfe, 0xae, 0x1f, 0x29, - 0x10, 0x6d, 0x42, 0x85, 0xf6, 0xfb, 0x4a, 0x4e, 0xbf, 0xed, 0x42, 0xeb, 0x9d, 0x24, 0x3a, 0x5a, - 0x7d, 0x5c, 0x54, 0x3d, 0x9f, 0xc2, 0x42, 0xba, 0x0e, 0xf7, 0xe7, 0xca, 0xe4, 0xb1, 0x95, 0x0f, - 0x7a, 0x91, 0x5f, 0x0b, 0xe2, 0x7b, 0xe9, 0xa5, 0xd0, 0xa2, 0xb0, 0x9b, 0x7a, 0x30, 0xd4, 0x1c, - 0xac, 0x09, 0x38, 0x28, 0x0a, 0xe7, 0x22, 0x99, 0xc4, 0xff, 0x6f, 0xc3, 0xa6, 0xe8, 0xfd, 0x59, - 0x41, 0x3c, 0x5d, 0xf3, 0x12, 0xaf, 0xc6, 0x51, 0x20, 0x69, 0x9c, 0x1b, 0x64, 0xba, 0x49, 0x47, - 0x3d, 0xe8, 0xec, 0xdd, 0xa0, 0x53, 0x8b, 0x7d, 0xe1, 0xea, 0xea, 0x4b, 0x48, 0xbe, 0xa6, 0xc1, - 0x74, 0xbc, 0x17, 0x79, 0xdb, 0x04, 0x0b, 0x03, 0x07, 0x66, 0x79, 0xc7, 0x55, 0x0b, 0x71, 0x8c, - 0x71, 0x22, 0x19, 0x8b, 0xf0, 0x05, 0x63, 0x4d, 0x8d, 0xb3, 0x35, 0x35, 0x33, 0x60, 0x3d, 0xfd, - 0xa3, 0x92, 0x18, 0x93, 0x8d, 0xa0, 0x6d, 0x8b, 0x07, 0xfa, 0x99, 0x63, 0xbf, 0x19, 0xf9, 0x89, - 0x31, 0x2a, 0xea, 0x33, 0x37, 0x14, 0x06, 0x0c, 0x2a, 0x5c, 0xfc, 0xf1, 0xbe, 0x17, 0xb1, 0xd9, - 0x22, 0xc6, 0x46, 0x2d, 0xfe, 0x86, 0x44, 0x80, 0xa6, 0xb1, 0x16, 0x7f, 0x25, 0x77, 0xf1, 0xff, - 0xf3, 0x12, 0x99, 0x5c, 0x0d, 0x3a, 0x2d, 0x3a, 0x14, 0xce, 0x17, 0xc9, 0xd4, 0x81, 0x9f, 0x78, - 0x2d, 0x3a, 0x5c, 0x62, 0xdd, 0xbf, 0x70, 0xfc, 0xe4, 0xb9, 0xb5, 0xf3, 0x55, 0xbf, 0x99, 0xdc, - 0xa0, 0x65, 0x74, 0x37, 0x34, 0x0c, 0x14, 0x37, 0xe7, 0x36, 0x99, 0x48, 0xbc, 0x68, 0xcf, 0x4f, - 0xc4, 0x72, 0xbf, 0x58, 0x84, 0x2f, 0xe0, 0x54, 0xf3, 0x3b, 0x4d, 0x5f, 0x0b, 0xc6, 0x6d, 0xc6, - 0x04, 0x04, 0x33, 0xb7, 0x49, 0x66, 0xd6, 0xbc, 0xae, 0xb7, 0x13, 0xb4, 0xa9, 0xdc, 0xf3, 0x63, - 0xe7, 0xd3, 0xa4, 0xe2, 0xb5, 0x5a, 0x6c, 0xe2, 0x57, 0x57, 0x1f, 0xa3, 0x05, 0x2a, 0x2b, 0xad, - 0x16, 0x9d, 0x06, 0x44, 0x51, 0x1d, 0x01, 0x52, 0x38, 0x17, 0xc8, 0x58, 0x2b, 0x0a, 0xbb, 0xb4, - 0x35, 0x48, 0x79, 0x1e, 0x57, 0x68, 0x8d, 0xfe, 0x4e, 0x91, 0x32, 0x1a, 0xf7, 0x5f, 0x97, 0x89, - 0xb3, 0xe6, 0x77, 0xf7, 0x37, 0x1a, 0xd6, 0xb7, 0xa4, 0xf3, 0xe1, 0x20, 0xa4, 0x42, 0x20, 0x8c, - 0x62, 0x51, 0x21, 0x9b, 0x0f, 0x37, 0x04, 0x0c, 0x14, 0xd6, 0x79, 0x86, 0x8c, 0x75, 0xf5, 0xb2, - 0x9e, 0x91, 0x22, 0x81, 0x2d, 0x68, 0x86, 0x41, 0x8a, 0x5e, 0xec, 0x47, 0x62, 0x1e, 0x2b, 0x8a, - 0xdb, 0x14, 0x06, 0x0c, 0xa3, 0x67, 0x0e, 0xce, 0x29, 0x31, 0x4b, 0x53, 0x33, 0x07, 0x31, 0x60, - 0x50, 0x39, 0x3f, 0x4a, 0x67, 0x0e, 0xfb, 0x45, 0x07, 0x92, 0x4d, 0xd9, 0x5c, 0x61, 0xb0, 0x15, - 0x36, 0xbd, 0x76, 0x7a, 0xf0, 0x67, 0xd9, 0x4c, 0x93, 0x8c, 0x40, 0xf3, 0xb4, 0x66, 0xda, 0x44, - 0xee, 0x4c, 0xfb, 0x1b, 0x25, 0x3a, 0x8e, 0x74, 0xa6, 0xf9, 0xd1, 0x29, 0x6c, 0x99, 0xc3, 0x2d, - 0x82, 0x3f, 0xc0, 0xa6, 0x85, 0x07, 0x5d, 0xaa, 0x5a, 0x74, 0x92, 0xb5, 0x90, 0xae, 0x06, 0xb6, - 0x8d, 0x7e, 0x86, 0x8c, 0x25, 0x58, 0x15, 0x6f, 0xd6, 0xf3, 0xf2, 0xb3, 0x60, 0x05, 0x74, 0xa6, - 0x9c, 0xef, 0x2f, 0xc1, 0x9a, 0xc0, 0xca, 0x38, 0x6f, 0x91, 0x89, 0x38, 0xf1, 0x92, 0x5e, 0x2c, - 0x1a, 0xfa, 0x49, 0xd9, 0xd0, 0x06, 0x83, 0xd2, 0xf2, 0xf3, 0xaa, 0x18, 0x07, 0x81, 0x28, 0xe0, - 0xbc, 0x48, 0x26, 0x0f, 0xfc, 0x38, 0xf6, 0xf6, 0xa4, 0x60, 0x9b, 0x17, 0x65, 0x27, 0x6f, 0x70, - 0x30, 0x48, 0xbc, 0xf3, 0x29, 0x32, 0xee, 0x47, 0x51, 0x18, 0x89, 0x19, 0x31, 0x2b, 0x08, 0xc7, - 0xd7, 0x11, 0x08, 0x1c, 0xe7, 0xfe, 0x4e, 0x89, 0xcc, 0xab, 0xb6, 0xf2, 0xba, 0x46, 0xb8, 0xd4, - 0x5b, 0x84, 0x34, 0x65, 0xc7, 0x62, 0xb6, 0xc0, 0xa6, 0xaf, 0xbc, 0x72, 0x3c, 0xef, 0xfe, 0x81, - 0xd4, 0x75, 0x28, 0x50, 0x0c, 0x06, 0x5f, 0xf7, 0xbb, 0x25, 0x72, 0x36, 0xd5, 0xa7, 0xad, 0x20, - 0x4e, 0x9c, 0x3f, 0xdf, 0xd7, 0xaf, 0x4b, 0xc7, 0xd4, 0x6d, 0x68, 0x94, 0xcb, 0x58, 0x9c, 0x75, - 0x4f, 0x4d, 0x14, 0x09, 0x31, 0x3a, 0x07, 0x64, 0x3c, 0x48, 0xfc, 0x03, 0xd9, 0xaf, 0x8b, 0x05, - 0xfb, 0xc5, 0x1b, 0xa8, 0x3f, 0xcf, 0x26, 0xf2, 0x00, 0xce, 0xca, 0xfd, 0x1f, 0x74, 0x1f, 0xa7, - 0xbd, 0xdc, 0x0d, 0xf6, 0x6e, 0x78, 0xdd, 0x11, 0x7e, 0x98, 0x06, 0x95, 0x79, 0xc8, 0x95, 0x37, - 0xfd, 0x72, 0x5e, 0xd3, 0x45, 0x83, 0x96, 0x71, 0xf3, 0xe4, 0x5a, 0x81, 0x92, 0x4b, 0x08, 0x02, - 0xc6, 0x6c, 0xe9, 0x0d, 0x52, 0x55, 0x04, 0xce, 0x02, 0xa9, 0xdc, 0xf3, 0xb9, 0xca, 0x58, 0x05, - 0xfc, 0xd7, 0x39, 0x47, 0xc6, 0x0f, 0xbd, 0x76, 0x4f, 0xac, 0x56, 0xe0, 0x3f, 0x3e, 0x53, 0x7e, - 0xb3, 0xe4, 0xfe, 0x46, 0x89, 0x9c, 0x53, 0x95, 0x5c, 0xf7, 0x8f, 0x1a, 0x7e, 0x9b, 0x36, 0x39, - 0x8c, 0x9c, 0x9f, 0xa4, 0x88, 0x76, 0x86, 0x1c, 0x12, 0xa3, 0x71, 0x12, 0x09, 0xf6, 0x09, 0xd1, - 0xf0, 0x73, 0x59, 0x58, 0xc8, 0xac, 0xcd, 0x79, 0x92, 0xf7, 0x85, 0x2f, 0xde, 0x69, 0xc1, 0xa0, - 0x42, 0x1b, 0xca, 0x3a, 0x86, 0xcd, 0x9f, 0x55, 0xcd, 0x3f, 0x8d, 0x99, 0xb7, 0x65, 0xcf, 0xbc, - 0x4f, 0x17, 0xfc, 0x7c, 0x03, 0xe6, 0xdc, 0xdf, 0xa1, 0x6a, 0x9b, 0xa2, 0xb1, 0xc4, 0xf1, 0x23, - 0x32, 0xfc, 0xc3, 0x75, 0x97, 0x7e, 0x96, 0xed, 0x10, 0xf7, 0xd3, 0xec, 0xee, 0x3a, 0x97, 0xc9, - 0x74, 0xcb, 0xdf, 0xf5, 0x7a, 0xed, 0x44, 0xa9, 0x8b, 0xe3, 0xdc, 0x8e, 0xa8, 0x69, 0x30, 0x98, - 0x34, 0xee, 0x6f, 0x57, 0xd9, 0xaa, 0x4c, 0xbc, 0x80, 0x9a, 0x81, 0xb8, 0x41, 0x1b, 0x5a, 0xfd, - 0x8c, 0xa9, 0xd5, 0x0b, 0x0d, 0x9e, 0x4a, 0xe2, 0xe0, 0x00, 0x45, 0x76, 0xd9, 0x96, 0xc4, 0x9b, - 0x08, 0x04, 0x8e, 0x73, 0x9e, 0x23, 0x93, 0xd4, 0x74, 0x3e, 0xf0, 0x3a, 0x2d, 0xda, 0x06, 0x54, - 0x19, 0xa6, 0x51, 0xaa, 0xaf, 0x71, 0x10, 0x48, 0x9c, 0xf3, 0x09, 0x32, 0x46, 0xf5, 0x9b, 0x98, - 0x0a, 0x75, 0xa4, 0x99, 0xc2, 0x9a, 0x56, 0xe8, 0x6f, 0x60, 0x50, 0x54, 0x05, 0xee, 0x87, 0xd1, - 0x3d, 0xaa, 0xb0, 0xd5, 0x82, 0x88, 0xed, 0xeb, 0x86, 0x2a, 0x70, 0x57, 0x61, 0xc0, 0xa0, 0x72, - 0xea, 0x64, 0xbc, 0x1b, 0x46, 0x49, 0x4c, 0xb7, 0x69, 0x1c, 0xce, 0x97, 0x72, 0x67, 0x0f, 0xef, - 0x77, 0x9d, 0x96, 0xd1, 0x5d, 0xc1, 0x5f, 0x74, 0x48, 0x19, 0x23, 0x67, 0x8d, 0x54, 0xfc, 0xce, - 0xe1, 0xe2, 0x24, 0xe3, 0xf7, 0xec, 0xf1, 0xfc, 0xd6, 0x3b, 0x87, 0x77, 0xbc, 0x48, 0xaf, 0x22, - 0xfa, 0x1b, 0xb0, 0xb4, 0xd3, 0x24, 0x55, 0xe9, 0x08, 0x88, 0x17, 0xa7, 0x8a, 0x4c, 0x30, 0x10, - 0xe4, 0xe0, 0xbf, 0xdf, 0x0b, 0x22, 0xff, 0x80, 0x0a, 0xd7, 0x58, 0xeb, 0xc3, 0x12, 0x1b, 0x83, - 0xe6, 0x4b, 0x2b, 0x99, 0xe1, 0xea, 0xc3, 0x8d, 0xb0, 0x47, 0xa9, 0x17, 0xab, 0xac, 0xc9, 0x39, - 0x06, 0xe7, 0x1d, 0x5d, 0x62, 0xf5, 0x9c, 0x60, 0x3f, 0x63, 0x00, 0x63, 0xb0, 0x98, 0x52, 0xa3, - 0x76, 0xb6, 0x1d, 0x1c, 0xfa, 0x1d, 0xba, 0x2f, 0xd7, 0xa3, 0x70, 0xc7, 0x5f, 0x24, 0xac, 0x37, - 0x9f, 0xca, 0x33, 0xbe, 0x28, 0xe9, 0xea, 0x19, 0xca, 0x7b, 0x76, 0xcb, 0x2c, 0x0d, 0x36, 0x33, - 0xaa, 0xc9, 0xcd, 0xa1, 0xae, 0x12, 0x68, 0xf6, 0xd3, 0xc5, 0xd9, 0x3b, 0x94, 0xfd, 0x1c, 0x58, - 0xc5, 0x21, 0xc5, 0xce, 0xd9, 0x26, 0xd5, 0x76, 0xb0, 0xeb, 0x37, 0x8f, 0x9a, 0x54, 0xbb, 0x9c, - 0x61, 0xbc, 0x73, 0x96, 0xdc, 0x96, 0x24, 0xe7, 0xfa, 0xa1, 0xfa, 0x09, 0x9a, 0x91, 0x73, 0x87, - 0x9c, 0x4f, 0xfc, 0xe8, 0x20, 0xe8, 0x78, 0xb8, 0x69, 0x0b, 0xe5, 0x85, 0x59, 0xb8, 0xb3, 0x6c, - 0xd6, 0x3e, 0x25, 0x06, 0xf6, 0xfc, 0x76, 0x26, 0x15, 0x0c, 0x28, 0xed, 0xdc, 0x22, 0xf3, 0x6c, - 0x3d, 0xd5, 0x7b, 0xed, 0x76, 0x3d, 0x6c, 0x07, 0xcd, 0xa3, 0xc5, 0x39, 0xc6, 0xf0, 0x39, 0x69, - 0xb7, 0x6e, 0xda, 0x68, 0xd4, 0xeb, 0xf5, 0x2f, 0x48, 0x97, 0x46, 0xa7, 0x01, 0xd5, 0x6a, 0x7b, - 0x11, 0x55, 0xfa, 0x71, 0xee, 0xfb, 0x0f, 0x92, 0xc5, 0xf9, 0x22, 0x76, 0x4a, 0xc3, 0x2e, 0xc4, - 0x9d, 0x06, 0x29, 0x20, 0xa4, 0x59, 0xa3, 0xa8, 0x88, 0x13, 0x3a, 0xfa, 0x8b, 0x0b, 0x4c, 0x31, - 0x55, 0xeb, 0xab, 0x81, 0x40, 0xe0, 0x38, 0x66, 0xf6, 0xe1, 0x3f, 0xb7, 0x50, 0xf6, 0x9e, 0x61, - 0x84, 0xda, 0xec, 0x93, 0x08, 0xd0, 0x34, 0xb8, 0x61, 0x25, 0xc9, 0xd1, 0xa2, 0xc3, 0x48, 0xd5, - 0x52, 0xdb, 0xde, 0xfe, 0x12, 0x20, 0xdc, 0xdd, 0x21, 0x73, 0x6a, 0x59, 0xb3, 0xd1, 0x71, 0x9e, - 0x26, 0xe3, 0x28, 0xb9, 0xa4, 0xf5, 0x52, 0xc5, 0x26, 0xa0, 0x40, 0xa3, 0x4b, 0x9c, 0xc1, 0x59, - 0x13, 0x82, 0x0f, 0xfc, 0xd5, 0x23, 0xda, 0x6b, 0x26, 0xd6, 0x2a, 0x46, 0x13, 0x24, 0x02, 0x34, - 0x8d, 0xfb, 0xbf, 0xf9, 0xa6, 0xa8, 0x65, 0x47, 0x01, 0xb9, 0x49, 0x15, 0xf5, 0xfd, 0x30, 0x4e, - 0x90, 0x9a, 0xd5, 0x31, 0xae, 0x77, 0xc1, 0x6b, 0x02, 0x0e, 0x8a, 0xc2, 0xf9, 0x2c, 0x99, 0x6d, - 0x9a, 0x15, 0x08, 0x51, 0xfe, 0x98, 0x28, 0x62, 0xd7, 0x0e, 0x36, 0xad, 0xf3, 0x26, 0x99, 0x62, - 0xae, 0xbc, 0x66, 0xd8, 0x16, 0xfa, 0xb2, 0xdc, 0x99, 0xa6, 0xea, 0x02, 0xfe, 0xa1, 0xf1, 0x3f, - 0x28, 0x6a, 0xb4, 0x3a, 0xb0, 0x09, 0x9b, 0x75, 0x21, 0x6e, 0x95, 0xd5, 0x71, 0x8d, 0x41, 0x41, - 0x60, 0xdd, 0x5f, 0x29, 0x1b, 0xa3, 0x8c, 0x4a, 0x9f, 0xef, 0xfc, 0x08, 0x99, 0xbc, 0xef, 0x51, - 0xa5, 0xb5, 0xb3, 0x27, 0x76, 0xd0, 0x57, 0x0b, 0xca, 0x5e, 0x56, 0xfc, 0x2e, 0x2f, 0xca, 0xf7, - 0x09, 0xf1, 0x03, 0x24, 0x43, 0xe4, 0x1d, 0xf5, 0x3a, 0x1d, 0xe4, 0x5d, 0x1e, 0x9e, 0x37, 0xf0, - 0xa2, 0x9c, 0xb7, 0xf8, 0x01, 0x92, 0xa1, 0xb3, 0x4b, 0x88, 0x5c, 0x7d, 0x7e, 0x4b, 0xb8, 0xd0, - 0x7e, 0x68, 0x18, 0xf6, 0xdb, 0xaa, 0xf4, 0xea, 0x1c, 0xee, 0x4c, 0xfa, 0x37, 0x18, 0x9c, 0xdd, - 0x1e, 0x53, 0x44, 0xfa, 0x9b, 0x45, 0x25, 0x2a, 0x9d, 0xdc, 0x5e, 0x44, 0x69, 0x56, 0x12, 0x31, - 0x74, 0x2f, 0x15, 0x54, 0xa8, 0xb6, 0x83, 0x03, 0xdf, 0x5c, 0x2d, 0x82, 0x0b, 0x68, 0x86, 0xee, - 0xb7, 0x2b, 0x64, 0x71, 0x50, 0x7b, 0x71, 0x4e, 0xfa, 0x0f, 0x02, 0x6a, 0x8d, 0xb4, 0xf8, 0xcc, - 0x35, 0xe6, 0xe4, 0xba, 0x80, 0x83, 0xa2, 0xc0, 0xc9, 0x11, 0x07, 0x7b, 0x1d, 0xaf, 0x2d, 0xe6, - 0xaf, 0x9a, 0x1c, 0x0d, 0x06, 0x05, 0x81, 0x45, 0x3a, 0x2a, 0x75, 0x63, 0xe1, 0xc2, 0x35, 0x26, - 0x11, 0x30, 0x28, 0x08, 0xac, 0x69, 0xfe, 0x8d, 0xe5, 0x98, 0x7f, 0xd6, 0x18, 0x8d, 0x3f, 0xe4, - 0x31, 0xa2, 0xbb, 0x0e, 0x41, 0x37, 0x67, 0xbc, 0xcf, 0xd8, 0x4f, 0x0c, 0xcf, 0x5e, 0x69, 0x25, - 0x1b, 0x8a, 0x0d, 0x18, 0x2c, 0x9d, 0xd7, 0xc9, 0xb4, 0x5a, 0xa1, 0xd4, 0xfa, 0x9f, 0xb4, 0x1d, - 0x7f, 0x5a, 0x5c, 0xd5, 0xc0, 0xa4, 0x73, 0xbf, 0x9a, 0x9e, 0x32, 0x62, 0x61, 0x18, 0x23, 0x5c, - 0x2a, 0x3a, 0xc2, 0xe5, 0xe3, 0x47, 0xd8, 0xfd, 0x4f, 0x15, 0xb4, 0x9d, 0x8d, 0xca, 0x7a, 0x71, - 0x01, 0xa1, 0xf6, 0x0e, 0x4a, 0x78, 0xda, 0x30, 0xb1, 0x2c, 0x5f, 0x1e, 0x66, 0xdd, 0x98, 0xfb, - 0x01, 0x2e, 0x07, 0xce, 0xc9, 0xd9, 0xa7, 0x3b, 0xb4, 0x17, 0x33, 0x4b, 0xd2, 0x17, 0xcb, 0x71, - 0x38, 0xb6, 0x5a, 0x0b, 0xa7, 0x6c, 0x8c, 0x0d, 0x97, 0xd7, 0xa2, 0x99, 0xe3, 0xf6, 0x84, 0xda, - 0x81, 0x3c, 0x39, 0x50, 0xcd, 0x41, 0x15, 0xe2, 0x08, 0x38, 0x8e, 0xca, 0xd2, 0x19, 0xaa, 0x61, - 0xe1, 0x54, 0x59, 0x43, 0x05, 0x88, 0x4d, 0xbe, 0x71, 0xad, 0x29, 0x81, 0x81, 0x03, 0x8b, 0x52, - 0x2b, 0xca, 0x13, 0xc7, 0x28, 0xca, 0xf4, 0x0b, 0xb1, 0x7f, 0xd4, 0xac, 0x50, 0x5f, 0x68, 0x93, - 0x83, 0x41, 0xe2, 0xd3, 0x93, 0x68, 0xaa, 0xe0, 0x24, 0xba, 0x40, 0xe6, 0x6a, 0x9e, 0x7f, 0x10, - 0x76, 0xd6, 0x3b, 0xad, 0x6e, 0x18, 0xd0, 0x86, 0x2d, 0x92, 0x31, 0xb6, 0xa5, 0xf0, 0x15, 0x3f, - 0x86, 0x1c, 0x60, 0x0c, 0x95, 0x5d, 0xf7, 0xff, 0xd0, 0x7d, 0xad, 0x46, 0xed, 0xd3, 0xc4, 0xbf, - 0xd5, 0x65, 0xee, 0x07, 0x67, 0x83, 0x38, 0x7b, 0x91, 0xd7, 0xf4, 0xeb, 0x7e, 0x14, 0x84, 0x2d, - 0xba, 0xe3, 0x87, 0x1d, 0xe6, 0x70, 0xc7, 0x3d, 0x12, 0xbd, 0x89, 0xce, 0xd5, 0x3e, 0x2c, 0x64, - 0x94, 0x70, 0x5a, 0x64, 0xb6, 0x1b, 0xf9, 0x96, 0xbf, 0xa4, 0x94, 0xaf, 0x9f, 0xd7, 0xcd, 0x22, - 0x5c, 0x7d, 0xb4, 0x40, 0x60, 0x33, 0x75, 0xde, 0x26, 0x0b, 0x61, 0xd4, 0xdd, 0xf7, 0x3a, 0x35, - 0xbf, 0xeb, 0x77, 0x5a, 0xa8, 0x33, 0x0b, 0xa7, 0xd8, 0x39, 0x5a, 0x76, 0xe1, 0x56, 0x0a, 0x07, - 0x7d, 0xd4, 0xee, 0x2f, 0x51, 0x7b, 0xb1, 0x16, 0xde, 0xef, 0xdc, 0xf7, 0xa2, 0xd6, 0x4a, 0x7d, - 0x93, 0x2b, 0xc2, 0xcc, 0xc9, 0x28, 0x9d, 0x9b, 0xa5, 0x81, 0xce, 0xcd, 0x2f, 0x93, 0xa9, 0xdd, - 0xc0, 0x6f, 0xb7, 0xd0, 0x0b, 0xc9, 0xbb, 0x77, 0xb9, 0x88, 0x47, 0x63, 0x03, 0xcb, 0x48, 0xaf, - 0x00, 0xf7, 0xad, 0x6e, 0x08, 0x36, 0xa0, 0x18, 0x3a, 0x3d, 0xb2, 0x20, 0x35, 0x7d, 0x89, 0x15, - 0xab, 0xe3, 0xd5, 0x62, 0x86, 0x84, 0x5d, 0x0d, 0x1b, 0x0f, 0x48, 0x31, 0x84, 0xbe, 0x2a, 0xd0, - 0x42, 0x3b, 0xc0, 0xdd, 0x61, 0x8c, 0xcd, 0x15, 0x66, 0xa1, 0x31, 0x13, 0x92, 0x41, 0xdd, 0x5f, - 0x2c, 0x91, 0xc7, 0xfb, 0x46, 0x4b, 0xd8, 0xd7, 0x5f, 0x94, 0x86, 0x2d, 0x3f, 0x9d, 0xc9, 0x69, - 0x65, 0xe6, 0x98, 0x17, 0x33, 0x72, 0xcb, 0x05, 0x8c, 0xdc, 0x5b, 0xe4, 0xdc, 0xfa, 0x41, 0x37, - 0x39, 0xa2, 0x26, 0xa2, 0xd5, 0xc8, 0x37, 0xc8, 0xc4, 0x81, 0xdf, 0x0a, 0x7a, 0x07, 0xe2, 0xb3, - 0x3e, 0x2d, 0x05, 0xe9, 0x0d, 0x06, 0xa5, 0x5a, 0xd2, 0x2c, 0x9e, 0x7d, 0xd2, 0x05, 0xc8, 0x01, - 0x20, 0xc8, 0xdd, 0x1f, 0x94, 0xc8, 0xbc, 0x5c, 0x50, 0x2b, 0xad, 0x16, 0x1d, 0xb7, 0xd8, 0x59, - 0x22, 0xe5, 0xa0, 0x2b, 0x18, 0x11, 0xc1, 0xa8, 0x4c, 0x95, 0x26, 0x0a, 0xa5, 0x1a, 0x4c, 0x95, - 0xbb, 0xf2, 0xf5, 0xe4, 0x18, 0xf2, 0x68, 0x80, 0x59, 0x1f, 0xdb, 0x92, 0x07, 0x68, 0x76, 0x52, - 0xb3, 0x64, 0xa2, 0xba, 0x62, 0x3b, 0x96, 0xaf, 0x09, 0x38, 0x28, 0x0a, 0x74, 0xe7, 0xe3, 0x29, - 0x25, 0x3b, 0x65, 0xe1, 0xdb, 0x2e, 0x9b, 0x72, 0x37, 0x05, 0x0c, 0x14, 0xd6, 0xfd, 0x99, 0x12, - 0x99, 0x91, 0x7d, 0x2c, 0xa8, 0xe4, 0xe2, 0x22, 0xd1, 0x0a, 0xae, 0x5e, 0x24, 0xa8, 0xa4, 0x32, - 0x8c, 0xa5, 0x9b, 0x56, 0x86, 0xd1, 0x4d, 0xdd, 0x6f, 0x53, 0x9d, 0x53, 0x36, 0xa7, 0xd1, 0xdb, - 0x89, 0xfd, 0xc4, 0xf9, 0x0a, 0xa9, 0x7a, 0x7c, 0xf0, 0x7d, 0x39, 0xcf, 0x2e, 0xe6, 0x59, 0xe8, - 0xd6, 0x37, 0xd3, 0x8a, 0xc1, 0x8a, 0xe4, 0x03, 0x9a, 0xa5, 0x73, 0x48, 0xce, 0x74, 0xc2, 0x84, - 0xed, 0x07, 0x0a, 0x5f, 0xcc, 0x23, 0x9a, 0xae, 0xe7, 0x09, 0x51, 0xcf, 0x99, 0x9b, 0x69, 0x7e, - 0xd0, 0x5f, 0x05, 0xb5, 0xfb, 0x84, 0x17, 0xa3, 0xc2, 0xea, 0xba, 0x50, 0xac, 0xae, 0xc1, 0x4e, - 0x0c, 0xf7, 0x37, 0x4b, 0xa4, 0x2a, 0xc9, 0x46, 0xe9, 0x13, 0xbf, 0x4b, 0x26, 0x63, 0xf6, 0x69, - 0xe4, 0x30, 0xbd, 0x5c, 0xac, 0xe9, 0xfc, 0x7b, 0xea, 0xcd, 0x8f, 0xff, 0x8e, 0x41, 0x72, 0x63, - 0x6e, 0x48, 0xd5, 0x81, 0x47, 0xcf, 0x0d, 0xa9, 0x9a, 0x36, 0xc0, 0x0d, 0xf9, 0x0f, 0x4a, 0x64, - 0x82, 0x3b, 0x87, 0x8a, 0x79, 0xd8, 0x0c, 0x5f, 0xb2, 0xe6, 0x78, 0x07, 0x81, 0xc2, 0xb5, 0x4c, - 0x47, 0xba, 0xca, 0xfe, 0xd9, 0x88, 0xc2, 0x03, 0xb1, 0x11, 0x5c, 0x28, 0xe2, 0x9c, 0xe2, 0x82, - 0x8f, 0x4b, 0x93, 0x3b, 0x92, 0x01, 0x68, 0x5e, 0xee, 0x6f, 0x54, 0x70, 0xd5, 0x6b, 0x52, 0x6b, - 0x5b, 0x2b, 0x9d, 0xc6, 0xb6, 0x56, 0x1e, 0xfd, 0xb6, 0xf6, 0x3e, 0x99, 0x6f, 0x1a, 0x3e, 0x79, - 0xbd, 0x99, 0x5e, 0x29, 0xe8, 0x6e, 0x36, 0x1c, 0xf9, 0xdc, 0x19, 0xb2, 0x66, 0xb3, 0x83, 0x34, - 0x7f, 0xc7, 0x27, 0x33, 0xfc, 0x40, 0x51, 0xd4, 0x37, 0x96, 0x3b, 0x67, 0xb9, 0xdf, 0x85, 0x97, - 0x50, 0x95, 0xb1, 0xa0, 0x93, 0x86, 0xc1, 0x08, 0x2c, 0xb6, 0xee, 0x5f, 0x1b, 0x27, 0xe3, 0xeb, - 0x87, 0x54, 0x97, 0x19, 0xe1, 0x2a, 0x3f, 0x20, 0x73, 0x41, 0xe7, 0x30, 0x6c, 0x1f, 0xfa, 0x2d, - 0x8e, 0x3f, 0xd9, 0x8e, 0x76, 0x5e, 0x54, 0x32, 0xb7, 0x69, 0x31, 0x83, 0x14, 0xf3, 0x51, 0xd8, + 0x75, 0x98, 0x66, 0x66, 0xbf, 0xa6, 0xf6, 0xf3, 0xfa, 0x8e, 0xe4, 0x72, 0x25, 0x7e, 0xb5, 0x48, + 0x8a, 0x3c, 0xf2, 0xf6, 0x78, 0x47, 0xd2, 0x24, 0x25, 0x45, 0xe2, 0xee, 0xce, 0xee, 0xdd, 0xfa, + 0xf6, 0xee, 0x86, 0x6f, 0xf6, 0xee, 0x24, 0x8b, 0x91, 0xd9, 0x3b, 0xd3, 0xbb, 0xdb, 0xba, 0xd9, + 0xe9, 0x61, 0x77, 0xcf, 0xde, 0x2d, 0x15, 0x03, 0x8e, 0xe3, 0x38, 0x08, 0x6c, 0x38, 0x32, 0x10, + 0x23, 0x01, 0x92, 0x20, 0x4e, 0x80, 0x18, 0x49, 0x8c, 0x38, 0x96, 0xa3, 0xd8, 0x52, 0x62, 0x18, + 0x01, 0xe2, 0x08, 0xca, 0x87, 0x03, 0x19, 0x08, 0x62, 0xc3, 0x06, 0x14, 0xcb, 0x46, 0x90, 0x1f, + 0xf9, 0x13, 0x20, 0xf9, 0x13, 0xc2, 0x48, 0x52, 0xaf, 0xbe, 0xab, 0xa7, 0x67, 0xbb, 0x67, 0x79, + 0xb3, 0x39, 0x0b, 0xfe, 0xb1, 0xc0, 0xce, 0x7b, 0xaf, 0x5e, 0x7d, 0x74, 0xd5, 0xab, 0xf7, 0x5e, + 0xbd, 0x7a, 0x45, 0x5e, 0xbe, 0xfb, 0x66, 0xbc, 0x1c, 0x84, 0x17, 0xef, 0xf6, 0x76, 0xfc, 0xa8, + 0xe3, 0x27, 0x7e, 0x7c, 0xb1, 0x7b, 0x77, 0xef, 0xa2, 0xd7, 0x0d, 0x2e, 0x1e, 0x5e, 0xba, 0xb8, + 0xe7, 0x77, 0xfc, 0xc8, 0x4b, 0xfc, 0xd6, 0x72, 0x37, 0x0a, 0x93, 0xd0, 0xf9, 0x04, 0xa7, 0x5e, + 0xd6, 0xd4, 0xcb, 0x94, 0x7a, 0x99, 0x52, 0x2f, 0x1f, 0x5e, 0x5a, 0xba, 0xb0, 0x17, 0x24, 0xfb, + 0xbd, 0x9d, 0xe5, 0x66, 0x78, 0x70, 0x71, 0x2f, 0xdc, 0x0b, 0x2f, 0xb2, 0x42, 0x3b, 0xbd, 0x5d, + 0xf6, 0x8b, 0xfd, 0x60, 0xff, 0x71, 0x66, 0x4b, 0x97, 0x07, 0x57, 0x1d, 0xf9, 0x71, 0xd8, 0x8b, + 0x9a, 0x7e, 0xba, 0x01, 0x4b, 0xaf, 0x0f, 0x2e, 0xd3, 0xeb, 0x1c, 0xfa, 0x51, 0x1c, 0x84, 0x1d, + 0xbf, 0xd5, 0x57, 0xec, 0x42, 0x76, 0xb1, 0xa8, 0xd7, 0x49, 0x82, 0x83, 0xfe, 0x5a, 0x2e, 0x65, + 0x93, 0xf7, 0x92, 0xa0, 0x7d, 0x31, 0xe8, 0x24, 0x71, 0x12, 0xa5, 0x8b, 0xb8, 0xbf, 0x5b, 0x22, + 0x4f, 0xaf, 0xdc, 0x69, 0xac, 0xb7, 0xbd, 0x38, 0x09, 0x9a, 0xab, 0xed, 0xb0, 0x79, 0xb7, 0x91, + 0x84, 0x91, 0x7f, 0x3b, 0x6c, 0xf7, 0x0e, 0xfc, 0x06, 0xeb, 0x8d, 0xf3, 0x32, 0x99, 0x3a, 0x64, + 0xbf, 0x37, 0x6b, 0x8b, 0xa5, 0xa7, 0x4b, 0x2f, 0x54, 0x57, 0x17, 0xbe, 0xf3, 0xbd, 0xa7, 0x3e, + 0xf6, 0x47, 0xdf, 0x7b, 0x6a, 0xea, 0xb6, 0x80, 0x83, 0xa2, 0x70, 0x9e, 0x27, 0x13, 0xbb, 0xf1, + 0xf6, 0x51, 0xd7, 0x5f, 0x2c, 0x33, 0xda, 0x39, 0x41, 0x3b, 0xb1, 0xd1, 0x40, 0x28, 0x08, 0xac, + 0x73, 0x91, 0x54, 0xbb, 0x5e, 0x94, 0x04, 0x09, 0xed, 0xfb, 0x62, 0x85, 0x92, 0x8e, 0xaf, 0x9e, + 0x11, 0xa4, 0xd5, 0xba, 0x44, 0x80, 0xa6, 0xc1, 0x66, 0x44, 0xbe, 0xd7, 0xba, 0xd9, 0x69, 0x1f, + 0x2d, 0x8e, 0x51, 0xfa, 0x29, 0xdd, 0x0c, 0x10, 0x70, 0x50, 0x14, 0xee, 0x37, 0xcb, 0x64, 0x6a, + 0x65, 0x77, 0x37, 0xe8, 0x04, 0xc9, 0x91, 0xf3, 0x1e, 0x99, 0xe9, 0x84, 0x2d, 0x5f, 0xfe, 0x66, + 0xbd, 0x98, 0xbe, 0x7c, 0x7e, 0xf9, 0xb8, 0x79, 0xb1, 0x7c, 0xc3, 0x28, 0xb1, 0xba, 0x40, 0xab, + 0x99, 0x31, 0x21, 0x60, 0x71, 0x74, 0xde, 0x25, 0xd3, 0xdd, 0xb0, 0xa5, 0x2a, 0x28, 0xb3, 0x0a, + 0x5e, 0x3c, 0xbe, 0x82, 0xba, 0x2e, 0xb0, 0x3a, 0x4f, 0xf9, 0x4f, 0x1b, 0x00, 0x30, 0xd9, 0x39, + 0x6d, 0x32, 0x8f, 0x3f, 0xe9, 0x67, 0x57, 0x35, 0x54, 0x58, 0x0d, 0x17, 0xf2, 0x6b, 0x30, 0x0a, + 0xad, 0x9e, 0xa5, 0xb5, 0xcc, 0xa7, 0x80, 0x90, 0x66, 0xed, 0x7e, 0x40, 0xe6, 0x56, 0x92, 0xc4, + 0x6b, 0xee, 0xfb, 0x2d, 0xfe, 0x7d, 0x9d, 0xd7, 0xc8, 0x58, 0xc7, 0x3b, 0xf0, 0xc5, 0xd7, 0x7f, + 0x5a, 0x0c, 0xfb, 0xd8, 0x0d, 0x0a, 0xfb, 0xf0, 0x7b, 0x4f, 0x2d, 0xdc, 0xea, 0x04, 0xef, 0xf7, + 0xc4, 0x9c, 0x41, 0x18, 0x30, 0x6a, 0xe7, 0x32, 0x21, 0x2d, 0xff, 0x30, 0x68, 0xfa, 0x75, 0x2f, + 0xd9, 0x17, 0xb3, 0xc1, 0x11, 0x65, 0x49, 0x4d, 0x61, 0xc0, 0xa0, 0x72, 0x7f, 0xa2, 0x44, 0xaa, + 0x2b, 0x87, 0x61, 0xd0, 0xa2, 0xad, 0x8c, 0x9d, 0x1e, 0xed, 0x77, 0xe4, 0xef, 0xfa, 0x91, 0x02, + 0xd1, 0x26, 0x54, 0x68, 0xbf, 0x2f, 0xe7, 0xf4, 0xdb, 0x2e, 0xb4, 0xde, 0x49, 0xa2, 0xa3, 0xd5, + 0xc7, 0x44, 0xd5, 0xf3, 0x29, 0x2c, 0xa4, 0xeb, 0x70, 0x7f, 0xae, 0x4c, 0x1e, 0x59, 0xf9, 0xa0, + 0x17, 0xf9, 0xb5, 0x20, 0xbe, 0x9b, 0x5e, 0x0a, 0x2d, 0x0a, 0xbb, 0xa1, 0x07, 0x43, 0xcd, 0xc1, + 0x9a, 0x80, 0x83, 0xa2, 0x70, 0x2e, 0x90, 0x49, 0xfc, 0xff, 0x16, 0x6c, 0x8a, 0xde, 0x9f, 0x15, + 0xc4, 0xd3, 0x35, 0x2f, 0xf1, 0x6a, 0x1c, 0x05, 0x92, 0xc6, 0xb9, 0x4e, 0xa6, 0x9b, 0x74, 0xd4, + 0x83, 0xce, 0xde, 0x75, 0x3a, 0xb5, 0xd8, 0x17, 0xae, 0xae, 0xbe, 0x84, 0xe4, 0x6b, 0x1a, 0x4c, + 0xc7, 0x7b, 0x91, 0xb7, 0x4d, 0xb0, 0x30, 0x70, 0x60, 0x96, 0x77, 0x5c, 0xb5, 0x10, 0xc7, 0x18, + 0x27, 0x92, 0xb1, 0x08, 0x5f, 0x30, 0xd6, 0xd4, 0x38, 0x5b, 0x53, 0x33, 0x03, 0xd6, 0xd3, 0x3f, + 0x2e, 0x89, 0x31, 0xd9, 0x08, 0xda, 0xb6, 0x78, 0xa0, 0x9f, 0x39, 0xf6, 0x9b, 0x91, 0x9f, 0x18, + 0xa3, 0xa2, 0x3e, 0x73, 0x43, 0x61, 0xc0, 0xa0, 0xc2, 0xc5, 0x1f, 0xef, 0x7b, 0x11, 0x9b, 0x2d, + 0x62, 0x6c, 0xd4, 0xe2, 0x6f, 0x48, 0x04, 0x68, 0x1a, 0x6b, 0xf1, 0x57, 0x72, 0x17, 0xff, 0xbf, + 0x28, 0x91, 0xc9, 0xd5, 0xa0, 0xd3, 0xa2, 0x43, 0xe1, 0x7c, 0x81, 0x4c, 0x1d, 0xf8, 0x89, 0xd7, + 0xa2, 0xc3, 0x25, 0xd6, 0xfd, 0x0b, 0xc7, 0x4f, 0x9e, 0x9b, 0x3b, 0x5f, 0xf1, 0x9b, 0xc9, 0x75, + 0x5a, 0x46, 0x77, 0x43, 0xc3, 0x40, 0x71, 0x73, 0x6e, 0x91, 0x89, 0xc4, 0x8b, 0xf6, 0xfc, 0x44, + 0x2c, 0xf7, 0x0b, 0x45, 0xf8, 0x02, 0x4e, 0x35, 0xbf, 0xd3, 0xf4, 0xb5, 0x60, 0xdc, 0x66, 0x4c, + 0x40, 0x30, 0x73, 0x9b, 0x64, 0x66, 0xcd, 0xeb, 0x7a, 0x3b, 0x41, 0x9b, 0xca, 0x3d, 0x3f, 0x76, + 0x3e, 0x45, 0x2a, 0x5e, 0xab, 0xc5, 0x26, 0x7e, 0x75, 0xf5, 0x11, 0x5a, 0xa0, 0xb2, 0xd2, 0x6a, + 0xd1, 0x69, 0x40, 0x14, 0xd5, 0x11, 0x20, 0x85, 0x73, 0x9e, 0x8c, 0xb5, 0xa2, 0xb0, 0x4b, 0x5b, + 0x83, 0x94, 0x8f, 0xe2, 0x0a, 0xad, 0xd1, 0xdf, 0x29, 0x52, 0x46, 0xe3, 0xfe, 0x9b, 0x32, 0x71, + 0xd6, 0xfc, 0xee, 0xfe, 0x46, 0xc3, 0xfa, 0x96, 0x74, 0x3e, 0x1c, 0x84, 0x54, 0x08, 0x84, 0x51, + 0x2c, 0x2a, 0x64, 0xf3, 0xe1, 0xba, 0x80, 0x81, 0xc2, 0x3a, 0x4f, 0x93, 0xb1, 0xae, 0x5e, 0xd6, + 0x33, 0x52, 0x24, 0xb0, 0x05, 0xcd, 0x30, 0x48, 0xd1, 0x8b, 0xfd, 0x48, 0xcc, 0x63, 0x45, 0x71, + 0x8b, 0xc2, 0x80, 0x61, 0xf4, 0xcc, 0xc1, 0x39, 0x25, 0x66, 0x69, 0x6a, 0xe6, 0x20, 0x06, 0x0c, + 0x2a, 0xe7, 0x47, 0xe9, 0xcc, 0x61, 0xbf, 0xe8, 0x40, 0xb2, 0x29, 0x9b, 0x2b, 0x0c, 0xb6, 0xc2, + 0xa6, 0xd7, 0x4e, 0x0f, 0xfe, 0x2c, 0x9b, 0x69, 0x92, 0x11, 0x68, 0x9e, 0xd6, 0x4c, 0x9b, 0xc8, + 0x9d, 0x69, 0x7f, 0xb3, 0x44, 0xc7, 0x91, 0xce, 0x34, 0x3f, 0x3a, 0x85, 0x2d, 0x73, 0xb8, 0x45, + 0xf0, 0x07, 0xd8, 0xb4, 0xf0, 0xa0, 0x4b, 0x55, 0x8b, 0x4e, 0xb2, 0x16, 0xd2, 0xd5, 0xc0, 0xb6, + 0xd1, 0x4f, 0x93, 0xb1, 0x04, 0xab, 0xe2, 0xcd, 0x7a, 0x5e, 0x7e, 0x16, 0xac, 0x80, 0xce, 0x94, + 0x47, 0xfb, 0x4b, 0xb0, 0x26, 0xb0, 0x32, 0xce, 0x5b, 0x64, 0x22, 0x4e, 0xbc, 0xa4, 0x17, 0x8b, + 0x86, 0x3e, 0x23, 0x1b, 0xda, 0x60, 0x50, 0x5a, 0x7e, 0x5e, 0x15, 0xe3, 0x20, 0x10, 0x05, 0x9c, + 0x17, 0xc9, 0xe4, 0x81, 0x1f, 0xc7, 0xde, 0x9e, 0x14, 0x6c, 0xf3, 0xa2, 0xec, 0xe4, 0x75, 0x0e, + 0x06, 0x89, 0x77, 0x3e, 0x49, 0xc6, 0xfd, 0x28, 0x0a, 0x23, 0x31, 0x23, 0x66, 0x05, 0xe1, 0xf8, + 0x3a, 0x02, 0x81, 0xe3, 0xdc, 0xdf, 0x29, 0x91, 0x79, 0xd5, 0x56, 0x5e, 0xd7, 0x08, 0x97, 0x7a, + 0x8b, 0x90, 0xa6, 0xec, 0x58, 0xcc, 0x16, 0xd8, 0xf4, 0xe5, 0x57, 0x8e, 0xe7, 0xdd, 0x3f, 0x90, + 0xba, 0x0e, 0x05, 0x8a, 0xc1, 0xe0, 0xeb, 0x7e, 0xa7, 0x44, 0xce, 0xa6, 0xfa, 0xb4, 0x15, 0xc4, + 0x89, 0xf3, 0xe7, 0xfb, 0xfa, 0x75, 0xf1, 0x98, 0xba, 0x0d, 0x8d, 0x72, 0x19, 0x8b, 0xb3, 0xee, + 0xa9, 0x89, 0x22, 0x21, 0x46, 0xe7, 0x80, 0x8c, 0x07, 0x89, 0x7f, 0x20, 0xfb, 0x75, 0xa1, 0x60, + 0xbf, 0x78, 0x03, 0xf5, 0xe7, 0xd9, 0x44, 0x1e, 0xc0, 0x59, 0xb9, 0xff, 0x93, 0xee, 0xe3, 0xb4, + 0x97, 0xbb, 0xc1, 0xde, 0x75, 0xaf, 0x3b, 0xc2, 0x0f, 0xd3, 0xa0, 0x32, 0x0f, 0xb9, 0xf2, 0xa6, + 0x5f, 0xca, 0x6b, 0xba, 0x68, 0xd0, 0x32, 0x6e, 0x9e, 0x5c, 0x2b, 0x50, 0x72, 0x09, 0x41, 0xc0, + 0x98, 0x2d, 0xbd, 0x41, 0xaa, 0x8a, 0xc0, 0x59, 0x20, 0x95, 0xbb, 0x3e, 0x57, 0x19, 0xab, 0x80, + 0xff, 0x3a, 0xe7, 0xc8, 0xf8, 0xa1, 0xd7, 0xee, 0x89, 0xd5, 0x0a, 0xfc, 0xc7, 0xa7, 0xcb, 0x6f, + 0x96, 0xdc, 0xdf, 0x28, 0x91, 0x73, 0xaa, 0x92, 0x6b, 0xfe, 0x51, 0xc3, 0x6f, 0xd3, 0x26, 0x87, + 0x91, 0xf3, 0x93, 0x14, 0xd1, 0xce, 0x90, 0x43, 0x62, 0x34, 0x4e, 0x22, 0xc1, 0x3e, 0x21, 0x1a, + 0x7e, 0x2e, 0x0b, 0x0b, 0x99, 0xb5, 0x39, 0x4f, 0xf0, 0xbe, 0xf0, 0xc5, 0x3b, 0x2d, 0x18, 0x54, + 0x68, 0x43, 0x59, 0xc7, 0xb0, 0xf9, 0xb3, 0xaa, 0xf9, 0xa7, 0x31, 0xf3, 0xb6, 0xec, 0x99, 0xf7, + 0xa9, 0x82, 0x9f, 0x6f, 0xc0, 0x9c, 0xfb, 0xbb, 0x54, 0x6d, 0x53, 0x34, 0x96, 0x38, 0x7e, 0x48, + 0x86, 0x7f, 0xb8, 0xee, 0xd2, 0xcf, 0xb2, 0x1d, 0xe2, 0x7e, 0x9a, 0xdd, 0x5d, 0xe7, 0x12, 0x99, + 0x6e, 0xf9, 0xbb, 0x5e, 0xaf, 0x9d, 0x28, 0x75, 0x71, 0x9c, 0xdb, 0x11, 0x35, 0x0d, 0x06, 0x93, + 0xc6, 0xfd, 0xed, 0x2a, 0x5b, 0x95, 0x89, 0x17, 0x50, 0x33, 0x10, 0x37, 0x68, 0x43, 0xab, 0x9f, + 0x31, 0xb5, 0x7a, 0xa1, 0xc1, 0x53, 0x49, 0x1c, 0x1c, 0xa0, 0xc8, 0x2e, 0xdb, 0x92, 0x78, 0x13, + 0x81, 0xc0, 0x71, 0xce, 0x73, 0x64, 0x92, 0x9a, 0xce, 0x07, 0x5e, 0xa7, 0x45, 0xdb, 0x80, 0x2a, + 0xc3, 0x34, 0x4a, 0xf5, 0x35, 0x0e, 0x02, 0x89, 0x73, 0x3e, 0x41, 0xc6, 0xa8, 0x7e, 0x13, 0x53, + 0xa1, 0x8e, 0x34, 0x53, 0x58, 0xd3, 0x0a, 0xfd, 0x0d, 0x0c, 0x8a, 0xaa, 0xc0, 0xbd, 0x30, 0xba, + 0x4b, 0x15, 0xb6, 0x5a, 0x10, 0xb1, 0x7d, 0xdd, 0x50, 0x05, 0xee, 0x28, 0x0c, 0x18, 0x54, 0x4e, + 0x9d, 0x8c, 0x77, 0xc3, 0x28, 0x89, 0xe9, 0x36, 0x8d, 0xc3, 0xf9, 0x52, 0xee, 0xec, 0xe1, 0xfd, + 0xae, 0xd3, 0x32, 0xba, 0x2b, 0xf8, 0x8b, 0x0e, 0x29, 0x63, 0xe4, 0xac, 0x91, 0x8a, 0xdf, 0x39, + 0x5c, 0x9c, 0x64, 0xfc, 0x9e, 0x3d, 0x9e, 0xdf, 0x7a, 0xe7, 0xf0, 0xb6, 0x17, 0xe9, 0x55, 0x44, + 0x7f, 0x03, 0x96, 0x76, 0x9a, 0xa4, 0x2a, 0x1d, 0x01, 0xf1, 0xe2, 0x54, 0x91, 0x09, 0x06, 0x82, + 0x1c, 0xfc, 0xf7, 0x7b, 0x41, 0xe4, 0x1f, 0x50, 0xe1, 0x1a, 0x6b, 0x7d, 0x58, 0x62, 0x63, 0xd0, + 0x7c, 0x69, 0x25, 0x33, 0x5c, 0x7d, 0xb8, 0x1e, 0xf6, 0x28, 0xf5, 0x62, 0x95, 0x35, 0x39, 0xc7, + 0xe0, 0xbc, 0xad, 0x4b, 0xac, 0x9e, 0x13, 0xec, 0x67, 0x0c, 0x60, 0x0c, 0x16, 0x53, 0x6a, 0xd4, + 0xce, 0xb6, 0x83, 0x43, 0xbf, 0x43, 0xf7, 0xe5, 0x7a, 0x14, 0xee, 0xf8, 0x8b, 0x84, 0xf5, 0xe6, + 0x93, 0x79, 0xc6, 0x17, 0x25, 0x5d, 0x3d, 0x43, 0x79, 0xcf, 0x6e, 0x99, 0xa5, 0xc1, 0x66, 0x46, + 0x35, 0xb9, 0x39, 0xd4, 0x55, 0x02, 0xcd, 0x7e, 0xba, 0x38, 0x7b, 0x87, 0xb2, 0x9f, 0x03, 0xab, + 0x38, 0xa4, 0xd8, 0x39, 0xdb, 0xa4, 0xda, 0x0e, 0x76, 0xfd, 0xe6, 0x51, 0x93, 0x6a, 0x97, 0x33, + 0x8c, 0x77, 0xce, 0x92, 0xdb, 0x92, 0xe4, 0x5c, 0x3f, 0x54, 0x3f, 0x41, 0x33, 0x72, 0x6e, 0x93, + 0x47, 0x13, 0x3f, 0x3a, 0x08, 0x3a, 0x1e, 0x6e, 0xda, 0x42, 0x79, 0x61, 0x16, 0xee, 0x2c, 0x9b, + 0xb5, 0x4f, 0x8a, 0x81, 0x7d, 0x74, 0x3b, 0x93, 0x0a, 0x06, 0x94, 0x76, 0x6e, 0x92, 0x79, 0xb6, + 0x9e, 0xea, 0xbd, 0x76, 0xbb, 0x1e, 0xb6, 0x83, 0xe6, 0xd1, 0xe2, 0x1c, 0x63, 0xf8, 0x9c, 0xb4, + 0x5b, 0x37, 0x6d, 0x34, 0xea, 0xf5, 0xfa, 0x17, 0xa4, 0x4b, 0xa3, 0xd3, 0x80, 0x6a, 0xb5, 0xbd, + 0x88, 0x2a, 0xfd, 0x38, 0xf7, 0xfd, 0xfb, 0xc9, 0xe2, 0x7c, 0x11, 0x3b, 0xa5, 0x61, 0x17, 0xe2, + 0x4e, 0x83, 0x14, 0x10, 0xd2, 0xac, 0x51, 0x54, 0xc4, 0x09, 0x1d, 0xfd, 0xc5, 0x05, 0xa6, 0x98, + 0xaa, 0xf5, 0xd5, 0x40, 0x20, 0x70, 0x1c, 0x33, 0xfb, 0xf0, 0x9f, 0x9b, 0x28, 0x7b, 0xcf, 0x30, + 0x42, 0x6d, 0xf6, 0x49, 0x04, 0x68, 0x1a, 0xdc, 0xb0, 0x92, 0xe4, 0x68, 0xd1, 0x61, 0xa4, 0x6a, + 0xa9, 0x6d, 0x6f, 0x7f, 0x11, 0x10, 0xee, 0xee, 0x90, 0x39, 0xb5, 0xac, 0xd9, 0xe8, 0x38, 0x4f, + 0x91, 0x71, 0x94, 0x5c, 0xd2, 0x7a, 0xa9, 0x62, 0x13, 0x50, 0xa0, 0xd1, 0x25, 0xce, 0xe0, 0xac, + 0x09, 0xc1, 0x07, 0xfe, 0xea, 0x11, 0xed, 0x35, 0x13, 0x6b, 0x15, 0xa3, 0x09, 0x12, 0x01, 0x9a, + 0xc6, 0xfd, 0x3f, 0x7c, 0x53, 0xd4, 0xb2, 0xa3, 0x80, 0xdc, 0xa4, 0x8a, 0xfa, 0x7e, 0x18, 0x27, + 0x48, 0xcd, 0xea, 0x18, 0xd7, 0xbb, 0xe0, 0x55, 0x01, 0x07, 0x45, 0xe1, 0x7c, 0x86, 0xcc, 0x36, + 0xcd, 0x0a, 0x84, 0x28, 0x7f, 0x44, 0x14, 0xb1, 0x6b, 0x07, 0x9b, 0xd6, 0x79, 0x93, 0x4c, 0x31, + 0x57, 0x5e, 0x33, 0x6c, 0x0b, 0x7d, 0x59, 0xee, 0x4c, 0x53, 0x75, 0x01, 0xff, 0xd0, 0xf8, 0x1f, + 0x14, 0x35, 0x5a, 0x1d, 0xd8, 0x84, 0xcd, 0xba, 0x10, 0xb7, 0xca, 0xea, 0xb8, 0xca, 0xa0, 0x20, + 0xb0, 0xee, 0xaf, 0x94, 0x8d, 0x51, 0x46, 0xa5, 0xcf, 0x77, 0x7e, 0x84, 0x4c, 0xde, 0xf3, 0xa8, + 0xd2, 0xda, 0xd9, 0x13, 0x3b, 0xe8, 0xab, 0x05, 0x65, 0x2f, 0x2b, 0x7e, 0x87, 0x17, 0xe5, 0xfb, + 0x84, 0xf8, 0x01, 0x92, 0x21, 0xf2, 0x8e, 0x7a, 0x9d, 0x0e, 0xf2, 0x2e, 0x0f, 0xcf, 0x1b, 0x78, + 0x51, 0xce, 0x5b, 0xfc, 0x00, 0xc9, 0xd0, 0xd9, 0x25, 0x44, 0xae, 0x3e, 0xbf, 0x25, 0x5c, 0x68, + 0x3f, 0x34, 0x0c, 0xfb, 0x6d, 0x55, 0x7a, 0x75, 0x0e, 0x77, 0x26, 0xfd, 0x1b, 0x0c, 0xce, 0x6e, + 0x8f, 0x29, 0x22, 0xfd, 0xcd, 0xa2, 0x12, 0x95, 0x4e, 0x6e, 0x2f, 0xa2, 0x34, 0x2b, 0x89, 0x18, + 0xba, 0x97, 0x0a, 0x2a, 0x54, 0xdb, 0xc1, 0x81, 0x6f, 0xae, 0x16, 0xc1, 0x05, 0x34, 0x43, 0xf7, + 0x5b, 0x15, 0xb2, 0x38, 0xa8, 0xbd, 0x38, 0x27, 0xfd, 0xfb, 0x01, 0xb5, 0x46, 0x5a, 0x7c, 0xe6, + 0x1a, 0x73, 0x72, 0x5d, 0xc0, 0x41, 0x51, 0xe0, 0xe4, 0x88, 0x83, 0xbd, 0x8e, 0xd7, 0x16, 0xf3, + 0x57, 0x4d, 0x8e, 0x06, 0x83, 0x82, 0xc0, 0x22, 0x1d, 0x95, 0xba, 0xb1, 0x70, 0xe1, 0x1a, 0x93, + 0x08, 0x18, 0x14, 0x04, 0xd6, 0x34, 0xff, 0xc6, 0x72, 0xcc, 0x3f, 0x6b, 0x8c, 0xc6, 0x1f, 0xf0, + 0x18, 0xd1, 0x5d, 0x87, 0xa0, 0x9b, 0x33, 0xde, 0x67, 0xec, 0x27, 0x86, 0x67, 0xaf, 0xb4, 0x92, + 0x0d, 0xc5, 0x06, 0x0c, 0x96, 0xce, 0xeb, 0x64, 0x5a, 0xad, 0x50, 0x6a, 0xfd, 0x4f, 0xda, 0x8e, + 0x3f, 0x2d, 0xae, 0x6a, 0x60, 0xd2, 0xb9, 0x5f, 0x49, 0x4f, 0x19, 0xb1, 0x30, 0x8c, 0x11, 0x2e, + 0x15, 0x1d, 0xe1, 0xf2, 0xf1, 0x23, 0xec, 0xfe, 0xe7, 0x0a, 0xda, 0xce, 0x46, 0x65, 0xbd, 0xb8, + 0x80, 0x50, 0x7b, 0x07, 0x25, 0x3c, 0x6d, 0x98, 0x58, 0x96, 0x2f, 0x0f, 0xb3, 0x6e, 0xcc, 0xfd, + 0x00, 0x97, 0x03, 0xe7, 0xe4, 0xec, 0xd3, 0x1d, 0xda, 0x8b, 0x99, 0x25, 0xe9, 0x8b, 0xe5, 0x38, + 0x1c, 0x5b, 0xad, 0x85, 0x53, 0x36, 0xc6, 0x86, 0xcb, 0x6b, 0xd1, 0xcc, 0x71, 0x7b, 0x42, 0xed, + 0x40, 0x9e, 0x1c, 0xa8, 0xe6, 0xa0, 0x0a, 0x71, 0x04, 0x1c, 0x47, 0x65, 0xe9, 0x0c, 0xd5, 0xb0, + 0x70, 0xaa, 0xac, 0xa1, 0x02, 0xc4, 0x26, 0xdf, 0xb8, 0xd6, 0x94, 0xc0, 0xc0, 0x81, 0x45, 0xa9, + 0x15, 0xe5, 0x89, 0x63, 0x14, 0x65, 0xfa, 0x85, 0xd8, 0x3f, 0x6a, 0x56, 0xa8, 0x2f, 0xb4, 0xc9, + 0xc1, 0x20, 0xf1, 0xe9, 0x49, 0x34, 0x55, 0x70, 0x12, 0x9d, 0x27, 0x73, 0x35, 0xcf, 0x3f, 0x08, + 0x3b, 0xeb, 0x9d, 0x56, 0x37, 0x0c, 0x68, 0xc3, 0x16, 0xc9, 0x18, 0xdb, 0x52, 0xf8, 0x8a, 0x1f, + 0x43, 0x0e, 0x30, 0x86, 0xca, 0xae, 0xfb, 0x7f, 0xe9, 0xbe, 0x56, 0xa3, 0xf6, 0x69, 0xe2, 0xdf, + 0xec, 0x32, 0xf7, 0x83, 0xb3, 0x41, 0x9c, 0xbd, 0xc8, 0x6b, 0xfa, 0x75, 0x3f, 0x0a, 0xc2, 0x16, + 0xdd, 0xf1, 0xc3, 0x0e, 0x73, 0xb8, 0xe3, 0x1e, 0x89, 0xde, 0x44, 0xe7, 0x4a, 0x1f, 0x16, 0x32, + 0x4a, 0x38, 0x2d, 0x32, 0xdb, 0x8d, 0x7c, 0xcb, 0x5f, 0x52, 0xca, 0xd7, 0xcf, 0xeb, 0x66, 0x11, + 0xae, 0x3e, 0x5a, 0x20, 0xb0, 0x99, 0x3a, 0x6f, 0x93, 0x85, 0x30, 0xea, 0xee, 0x7b, 0x9d, 0x9a, + 0xdf, 0xf5, 0x3b, 0x2d, 0xd4, 0x99, 0x85, 0x53, 0xec, 0x1c, 0x2d, 0xbb, 0x70, 0x33, 0x85, 0x83, + 0x3e, 0x6a, 0xf7, 0x97, 0xa8, 0xbd, 0x58, 0x0b, 0xef, 0x75, 0xee, 0x79, 0x51, 0x6b, 0xa5, 0xbe, + 0xc9, 0x15, 0x61, 0xe6, 0x64, 0x94, 0xce, 0xcd, 0xd2, 0x40, 0xe7, 0xe6, 0x97, 0xc8, 0xd4, 0x6e, + 0xe0, 0xb7, 0x5b, 0xe8, 0x85, 0xe4, 0xdd, 0xbb, 0x54, 0xc4, 0xa3, 0xb1, 0x81, 0x65, 0xa4, 0x57, + 0x80, 0xfb, 0x56, 0x37, 0x04, 0x1b, 0x50, 0x0c, 0x9d, 0x1e, 0x59, 0x90, 0x9a, 0xbe, 0xc4, 0x8a, + 0xd5, 0xf1, 0x6a, 0x31, 0x43, 0xc2, 0xae, 0x86, 0x8d, 0x07, 0xa4, 0x18, 0x42, 0x5f, 0x15, 0x68, + 0xa1, 0x1d, 0xe0, 0xee, 0x30, 0xc6, 0xe6, 0x0a, 0xb3, 0xd0, 0x98, 0x09, 0xc9, 0xa0, 0xee, 0x2f, + 0x96, 0xc8, 0x63, 0x7d, 0xa3, 0x25, 0xec, 0xeb, 0x2f, 0x48, 0xc3, 0x96, 0x9f, 0xce, 0xe4, 0xb4, + 0x32, 0x73, 0xcc, 0x8b, 0x19, 0xb9, 0xe5, 0x02, 0x46, 0xee, 0x4d, 0x72, 0x6e, 0xfd, 0xa0, 0x9b, + 0x1c, 0x51, 0x13, 0xd1, 0x6a, 0xe4, 0x1b, 0x64, 0xe2, 0xc0, 0x6f, 0x05, 0xbd, 0x03, 0xf1, 0x59, + 0x9f, 0x92, 0x82, 0xf4, 0x3a, 0x83, 0x52, 0x2d, 0x69, 0x16, 0xcf, 0x3e, 0xe9, 0x02, 0xe4, 0x00, + 0x10, 0xe4, 0xee, 0xf7, 0x4b, 0x64, 0x5e, 0x2e, 0xa8, 0x95, 0x56, 0x8b, 0x8e, 0x5b, 0xec, 0x2c, + 0x91, 0x72, 0xd0, 0x15, 0x8c, 0x88, 0x60, 0x54, 0xa6, 0x4a, 0x13, 0x85, 0x52, 0x0d, 0xa6, 0xca, + 0x5d, 0xf9, 0x7a, 0x72, 0x0c, 0x79, 0x34, 0xc0, 0xac, 0x8f, 0x6d, 0xc9, 0x03, 0x34, 0x3b, 0xa9, + 0x59, 0x32, 0x51, 0x5d, 0xb1, 0x1d, 0xcb, 0x57, 0x05, 0x1c, 0x14, 0x05, 0xba, 0xf3, 0xf1, 0x94, + 0x92, 0x9d, 0xb2, 0xf0, 0x6d, 0x97, 0x4d, 0xb9, 0x1b, 0x02, 0x06, 0x0a, 0xeb, 0xfe, 0x4c, 0x89, + 0xcc, 0xc8, 0x3e, 0x16, 0x54, 0x72, 0x71, 0x91, 0x68, 0x05, 0x57, 0x2f, 0x12, 0x54, 0x52, 0x19, + 0xc6, 0xd2, 0x4d, 0x2b, 0xc3, 0xe8, 0xa6, 0xee, 0xb7, 0xa8, 0xce, 0x29, 0x9b, 0xd3, 0xe8, 0xed, + 0xc4, 0x7e, 0xe2, 0x7c, 0x99, 0x54, 0x3d, 0x3e, 0xf8, 0xbe, 0x9c, 0x67, 0x17, 0xf2, 0x2c, 0x74, + 0xeb, 0x9b, 0x69, 0xc5, 0x60, 0x45, 0xf2, 0x01, 0xcd, 0xd2, 0x39, 0x24, 0x67, 0x3a, 0x61, 0xc2, + 0xf6, 0x03, 0x85, 0x2f, 0xe6, 0x11, 0x4d, 0xd7, 0xf3, 0xb8, 0xa8, 0xe7, 0xcc, 0x8d, 0x34, 0x3f, + 0xe8, 0xaf, 0x82, 0xda, 0x7d, 0xc2, 0x8b, 0x51, 0x61, 0x75, 0x9d, 0x2f, 0x56, 0xd7, 0x60, 0x27, + 0x86, 0xfb, 0x9b, 0x25, 0x52, 0x95, 0x64, 0xa3, 0xf4, 0x89, 0xdf, 0x21, 0x93, 0x31, 0xfb, 0x34, + 0x72, 0x98, 0x5e, 0x2e, 0xd6, 0x74, 0xfe, 0x3d, 0xf5, 0xe6, 0xc7, 0x7f, 0xc7, 0x20, 0xb9, 0x31, + 0x37, 0xa4, 0xea, 0xc0, 0xc3, 0xe7, 0x86, 0x54, 0x4d, 0x1b, 0xe0, 0x86, 0xfc, 0x87, 0x25, 0x32, + 0xc1, 0x9d, 0x43, 0xc5, 0x3c, 0x6c, 0x86, 0x2f, 0x59, 0x73, 0xbc, 0x8d, 0x40, 0xe1, 0x5a, 0xa6, + 0x23, 0x5d, 0x65, 0xff, 0x6c, 0x44, 0xe1, 0x81, 0xd8, 0x08, 0xce, 0x17, 0x71, 0x4e, 0x71, 0xc1, + 0xc7, 0xa5, 0xc9, 0x6d, 0xc9, 0x00, 0x34, 0x2f, 0xf7, 0x37, 0x2a, 0xb8, 0xea, 0x35, 0xa9, 0xb5, + 0xad, 0x95, 0x4e, 0x63, 0x5b, 0x2b, 0x8f, 0x7e, 0x5b, 0x7b, 0x9f, 0xcc, 0x37, 0x0d, 0x9f, 0xbc, + 0xde, 0x4c, 0x2f, 0x17, 0x74, 0x37, 0x1b, 0x8e, 0x7c, 0xee, 0x0c, 0x59, 0xb3, 0xd9, 0x41, 0x9a, + 0xbf, 0xe3, 0x93, 0x19, 0x7e, 0xa0, 0x28, 0xea, 0x1b, 0xcb, 0x9d, 0xb3, 0xdc, 0xef, 0xc2, 0x4b, + 0xa8, 0xca, 0x58, 0xd0, 0x49, 0xc3, 0x60, 0x04, 0x16, 0x5b, 0xf7, 0xaf, 0x8f, 0x93, 0xf1, 0xf5, + 0x43, 0xaa, 0xcb, 0x8c, 0x70, 0x95, 0x1f, 0x90, 0xb9, 0xa0, 0x73, 0x18, 0xb6, 0x0f, 0xfd, 0x16, + 0xc7, 0x9f, 0x6c, 0x47, 0x7b, 0x54, 0x54, 0x32, 0xb7, 0x69, 0x31, 0x83, 0x14, 0xf3, 0x51, 0xd8, 0x93, 0xef, 0x50, 0x53, 0x96, 0xcd, 0x08, 0x61, 0x4c, 0xe6, 0x38, 0x49, 0xd9, 0x80, 0x8a, 0x95, - 0xa3, 0xad, 0x5e, 0xee, 0x9f, 0x15, 0x8c, 0x9c, 0x7b, 0x64, 0x6e, 0x37, 0x88, 0xa8, 0xc5, 0x41, + 0xa3, 0xad, 0x5e, 0xee, 0x9f, 0x15, 0x8c, 0x9c, 0xbb, 0x64, 0x6e, 0x37, 0x88, 0xa8, 0xc5, 0x41, 0x0d, 0x42, 0x6a, 0x05, 0x1c, 0x74, 0x4f, 0x62, 0x48, 0xaa, 0x21, 0xd9, 0xb0, 0x58, 0x41, 0x8a, 0x35, 0x35, 0x92, 0x66, 0xd1, 0x8e, 0xd1, 0x75, 0x4d, 0x0e, 0x5f, 0x97, 0xf2, 0x25, 0x6d, 0x99, 0x9c, 0xc0, 0x66, 0x8c, 0xc2, 0xa8, 0xc9, 0x0c, 0x9f, 0x29, 0xb6, 0xa5, 0x2b, 0x61, 0xc4, 0x2d, - 0x1e, 0x8e, 0x43, 0x99, 0xc6, 0xce, 0x8f, 0xab, 0xb6, 0x4c, 0xd3, 0xa7, 0xc4, 0xee, 0x37, 0x71, - 0x03, 0xc2, 0x51, 0x3c, 0x0d, 0xd9, 0x7d, 0xcd, 0x96, 0xdd, 0x9f, 0x2a, 0xf0, 0x71, 0x07, 0xc8, + 0x1e, 0x8e, 0x43, 0x99, 0xc6, 0xce, 0x8f, 0xab, 0xb6, 0x4c, 0xd3, 0xa7, 0xc4, 0xee, 0x37, 0x70, + 0x03, 0xc2, 0x51, 0x3c, 0x0d, 0xd9, 0x7d, 0xd5, 0x96, 0xdd, 0x9f, 0x2c, 0xf0, 0x71, 0x07, 0xc8, 0xed, 0xf7, 0xc8, 0xb4, 0xf1, 0xed, 0xd1, 0x51, 0xd8, 0x94, 0x47, 0x9d, 0x42, 0x80, 0x2b, 0x05, 0x42, 0x9d, 0x81, 0x82, 0xa6, 0xc1, 0x81, 0x41, 0xc5, 0x2b, 0x1d, 0x11, 0x81, 0x6a, 0x19, 0x30, - 0x8c, 0xfb, 0x2a, 0x21, 0xeb, 0x0f, 0xfc, 0xe6, 0x4a, 0x93, 0x1d, 0xc4, 0x1b, 0xe7, 0x26, 0xa5, - 0xc1, 0xe7, 0x26, 0xee, 0xbb, 0x74, 0x33, 0x7c, 0x80, 0x3b, 0xbb, 0x34, 0xd3, 0xe8, 0x12, 0xf1, - 0x19, 0x80, 0xb5, 0x6a, 0x4a, 0x4f, 0x52, 0x4e, 0x06, 0x02, 0xcb, 0x8e, 0xd1, 0x1f, 0x78, 0x62, - 0xc1, 0x1a, 0x26, 0xef, 0x3a, 0x02, 0x81, 0xe3, 0xdc, 0x6f, 0x94, 0xc8, 0xdc, 0xc6, 0x9a, 0xa5, - 0x27, 0x2f, 0x13, 0xc2, 0xf5, 0xcd, 0xbb, 0x77, 0x6f, 0x4a, 0x3f, 0x2a, 0x77, 0x76, 0x29, 0x28, - 0x18, 0x14, 0xce, 0x13, 0xa4, 0xd2, 0xee, 0x75, 0x84, 0x1a, 0x38, 0x89, 0xfe, 0xd9, 0xad, 0x5e, + 0x8c, 0xfb, 0x2a, 0x21, 0xeb, 0xf7, 0xfd, 0xe6, 0x4a, 0x93, 0x1d, 0xc4, 0x1b, 0xe7, 0x26, 0xa5, + 0xc1, 0xe7, 0x26, 0xee, 0xbb, 0x74, 0x33, 0xbc, 0x8f, 0x3b, 0xbb, 0x34, 0xd3, 0xe8, 0x12, 0xf1, + 0x19, 0x80, 0xb5, 0x6a, 0x4a, 0x4f, 0x52, 0x4e, 0x06, 0x02, 0xcb, 0x8e, 0xd1, 0xef, 0x7b, 0x62, + 0xc1, 0x1a, 0x26, 0xef, 0x3a, 0x02, 0x81, 0xe3, 0xdc, 0xaf, 0x97, 0xc8, 0xdc, 0xc6, 0x9a, 0xa5, + 0x27, 0x2f, 0x13, 0xc2, 0xf5, 0xcd, 0x3b, 0x77, 0x6e, 0x48, 0x3f, 0x2a, 0x77, 0x76, 0x29, 0x28, + 0x18, 0x14, 0xce, 0xe3, 0xa4, 0xd2, 0xee, 0x75, 0x84, 0x1a, 0x38, 0x89, 0xfe, 0xd9, 0xad, 0x5e, 0x07, 0x10, 0x66, 0x04, 0x36, 0x54, 0x0a, 0x07, 0x36, 0xe4, 0x87, 0xf6, 0xfd, 0x7c, 0x85, 0x2c, - 0x6c, 0xb4, 0xfd, 0x07, 0x56, 0xab, 0x69, 0x55, 0xad, 0x28, 0xa0, 0x93, 0x27, 0xed, 0x26, 0xa9, + 0x6c, 0xb4, 0xfd, 0xfb, 0x56, 0xab, 0x69, 0x55, 0xad, 0x28, 0xa0, 0x93, 0x27, 0xed, 0x26, 0xa9, 0x31, 0x28, 0x08, 0x6c, 0xe1, 0x58, 0x0b, 0x2b, 0xce, 0xa4, 0x32, 0xe2, 0x38, 0x93, 0xdc, 0x3e, - 0x3b, 0xbb, 0x64, 0x32, 0xe4, 0xdf, 0x9f, 0x4a, 0x31, 0x9c, 0xe8, 0x9f, 0x3d, 0xbe, 0x31, 0xe9, - 0xf1, 0x59, 0x16, 0xb3, 0x87, 0x1f, 0x7a, 0x2b, 0x61, 0x29, 0xa0, 0x20, 0x99, 0x2f, 0x7d, 0x86, - 0xcc, 0x98, 0x94, 0x43, 0x9d, 0x7e, 0x6f, 0x91, 0xb3, 0x1b, 0x18, 0x41, 0x9a, 0x8a, 0x85, 0x79, - 0x9d, 0x9a, 0x70, 0x74, 0xa5, 0xc6, 0x56, 0x80, 0x98, 0x15, 0x09, 0x27, 0x50, 0x60, 0xd2, 0xb9, - 0xff, 0xa1, 0x44, 0x9e, 0xbc, 0xba, 0xb6, 0x5e, 0x47, 0x71, 0x10, 0x27, 0x74, 0x81, 0xf5, 0x05, - 0xe3, 0xd1, 0x4f, 0xd9, 0x6d, 0x19, 0x3c, 0xd5, 0xa7, 0xac, 0xd7, 0x18, 0x3b, 0x81, 0x7d, 0x54, - 0x22, 0x52, 0xa9, 0x5e, 0x78, 0xf6, 0x6a, 0x40, 0xbf, 0x7d, 0x37, 0x4c, 0xc7, 0xcf, 0x45, 0x14, - 0x16, 0x63, 0x5c, 0xd5, 0x51, 0x3a, 0x7e, 0x0e, 0x14, 0x06, 0x0c, 0x2a, 0x5e, 0xf3, 0x61, 0x80, - 0x82, 0x52, 0x74, 0xca, 0xa8, 0x99, 0xc3, 0x41, 0x51, 0x60, 0xc7, 0x5a, 0x41, 0xc4, 0x74, 0x8a, - 0x23, 0xb1, 0x12, 0x55, 0xc7, 0x6a, 0x12, 0x01, 0x9a, 0xc6, 0xfd, 0x5b, 0x25, 0xf2, 0xd8, 0xd5, - 0x76, 0x8f, 0x0e, 0x7b, 0xb4, 0x1b, 0x5b, 0x8d, 0x7d, 0x95, 0x54, 0x7d, 0xa9, 0xff, 0x8a, 0xb6, - 0xaa, 0xbd, 0x45, 0x29, 0xc6, 0x3c, 0x78, 0x4f, 0xd1, 0x15, 0x88, 0x15, 0x1b, 0x2e, 0xb2, 0xe9, - 0x5f, 0x94, 0xc9, 0xec, 0xb5, 0xed, 0xed, 0xfa, 0x55, 0x3f, 0x11, 0xb2, 0x34, 0xdf, 0x61, 0x53, - 0x37, 0xac, 0xd5, 0xe9, 0x2b, 0xcb, 0x03, 0x56, 0x0f, 0xc6, 0x4a, 0x2f, 0xf3, 0x58, 0xe9, 0xe5, - 0xcd, 0x4e, 0x72, 0x2b, 0x6a, 0x24, 0x11, 0x1e, 0x27, 0x64, 0x59, 0xb7, 0x52, 0xde, 0x57, 0x06, - 0xc9, 0x7b, 0x3a, 0x58, 0x13, 0x71, 0x73, 0xdf, 0x57, 0xc6, 0xf7, 0xc7, 0x95, 0x3a, 0xc1, 0xa0, - 0xd4, 0xf6, 0xad, 0xde, 0x86, 0x4d, 0xfe, 0x03, 0x04, 0x29, 0x15, 0x3c, 0xd3, 0xfb, 0x49, 0xd2, - 0xbd, 0x46, 0x3b, 0x4b, 0xa7, 0xbe, 0x58, 0xed, 0x39, 0xda, 0x1c, 0x0e, 0x06, 0x2f, 0xa0, 0x17, - 0x96, 0x86, 0xc5, 0x60, 0x72, 0x74, 0x1b, 0x84, 0x68, 0xdc, 0x43, 0x32, 0x51, 0xdc, 0xbf, 0x58, - 0x26, 0x93, 0xd7, 0xe8, 0x76, 0xd5, 0xa6, 0x2c, 0x37, 0xc8, 0x98, 0x4f, 0xb7, 0xb9, 0x62, 0x8a, - 0xa8, 0xde, 0x10, 0xb9, 0xc7, 0x09, 0x7f, 0x03, 0x2b, 0xef, 0x00, 0x99, 0xc4, 0x76, 0x5f, 0x55, - 0x01, 0x96, 0x2f, 0xe5, 0x8f, 0x82, 0x9a, 0x12, 0x7c, 0x37, 0x15, 0x20, 0x90, 0x8c, 0x98, 0x6f, - 0xa6, 0xd9, 0x6d, 0xa0, 0x94, 0x4a, 0x8a, 0xc5, 0x50, 0x6f, 0xaf, 0xd5, 0x39, 0xb9, 0xe0, 0xcb, - 0x7d, 0x33, 0x12, 0x08, 0x9a, 0x9d, 0xfb, 0x26, 0x39, 0xc7, 0x4e, 0xf7, 0xe8, 0x74, 0xb3, 0xd6, - 0x4c, 0xee, 0xe4, 0x74, 0xff, 0x6e, 0x99, 0x9c, 0xd9, 0x6c, 0xac, 0x35, 0x6c, 0xaf, 0xda, 0x9b, - 0x64, 0x86, 0x6f, 0xb3, 0x38, 0xe9, 0xbc, 0xb6, 0x28, 0xaf, 0xdc, 0xd1, 0xdb, 0x06, 0x0e, 0x2c, - 0x4a, 0x3c, 0x36, 0x0d, 0xde, 0xef, 0xa4, 0xe3, 0x7c, 0x36, 0xdf, 0xb9, 0x09, 0x08, 0x47, 0x34, - 0xee, 0xd8, 0x5c, 0xc4, 0x29, 0xb4, 0xda, 0xb5, 0x3f, 0x4f, 0x55, 0xfe, 0xb8, 0x19, 0x07, 0x74, - 0x01, 0xd0, 0xf5, 0xef, 0x35, 0xe5, 0xf4, 0xd5, 0x3a, 0x3c, 0x36, 0x55, 0x61, 0x21, 0x45, 0x6d, - 0xc8, 0xdb, 0xf1, 0xc2, 0xbb, 0x7e, 0x7e, 0xa4, 0xe5, 0x57, 0x49, 0x55, 0x45, 0xc4, 0xc8, 0x40, - 0xa6, 0x52, 0x76, 0x20, 0x53, 0x01, 0x81, 0x23, 0x7d, 0x9d, 0x95, 0x4c, 0x5f, 0xe7, 0x3f, 0xa6, - 0x1a, 0xac, 0x3a, 0xfc, 0xa7, 0xf3, 0xb0, 0x4a, 0x05, 0x6f, 0xc2, 0x8e, 0x93, 0xc4, 0xa4, 0x7e, - 0x2e, 0x67, 0x26, 0xf2, 0x95, 0xc0, 0xe7, 0x4a, 0x5d, 0x96, 0x05, 0xcd, 0xc6, 0xd9, 0x22, 0x93, - 0xdd, 0xc8, 0x6f, 0x24, 0x2c, 0x5c, 0x77, 0x08, 0x8e, 0x6c, 0x56, 0xd7, 0x79, 0x49, 0x90, 0x2c, - 0xdc, 0x5f, 0x2b, 0x11, 0xb2, 0x15, 0x1c, 0xd0, 0xcd, 0xc5, 0xeb, 0xec, 0xf9, 0x23, 0xb4, 0x06, - 0x6f, 0x92, 0xb1, 0xb8, 0x4b, 0x97, 0x76, 0xa1, 0x23, 0x20, 0xdd, 0xa2, 0x06, 0x2d, 0xa3, 0x3f, - 0x03, 0xfe, 0x02, 0xc6, 0xc7, 0xfd, 0x65, 0x42, 0xe6, 0x34, 0x19, 0xaa, 0xe3, 0xce, 0x45, 0x2b, - 0x3e, 0xf5, 0x89, 0x54, 0x7c, 0x6a, 0x95, 0x51, 0x1b, 0x21, 0xa9, 0x09, 0xa9, 0x1c, 0x78, 0x0f, - 0x84, 0xf6, 0xff, 0x7a, 0xd1, 0x06, 0x61, 0x4d, 0xcb, 0x37, 0xbc, 0x07, 0x5c, 0x1d, 0x7a, 0x49, - 0x4e, 0x20, 0x0a, 0xf9, 0x90, 0x1f, 0xf4, 0xb0, 0x15, 0x88, 0xe6, 0xc6, 0x4f, 0xfc, 0x67, 0xfd, - 0x9b, 0x09, 0x45, 0xac, 0x8e, 0xd5, 0x1a, 0x74, 0x84, 0xcb, 0x6e, 0xc8, 0x5a, 0x83, 0x4e, 0xba, - 0xd6, 0xa0, 0x53, 0xa0, 0xd6, 0xa0, 0x83, 0x61, 0x6c, 0x93, 0xc2, 0xd3, 0xcd, 0xc2, 0xa8, 0xa6, - 0xaf, 0xbc, 0x35, 0x54, 0xd5, 0xc2, 0x65, 0xce, 0xab, 0xbf, 0x24, 0x75, 0x40, 0x01, 0xcd, 0x6d, - 0x82, 0xac, 0xda, 0xf9, 0x05, 0x6a, 0x33, 0x88, 0xff, 0x31, 0x62, 0x89, 0x1a, 0x8f, 0x62, 0x97, - 0x7a, 0xfb, 0x24, 0xad, 0x11, 0x2c, 0x78, 0xa3, 0x7e, 0x48, 0x8a, 0x18, 0x1b, 0x99, 0xdb, 0xb6, - 0x54, 0x7b, 0x9c, 0x6f, 0x95, 0xc8, 0x39, 0xfa, 0x9d, 0x78, 0x8d, 0x1c, 0x06, 0x78, 0x30, 0x28, - 0x42, 0xc5, 0x36, 0x86, 0x9d, 0x27, 0x7d, 0x8c, 0x78, 0x73, 0x3f, 0x27, 0x8f, 0x1f, 0xb3, 0x48, - 0x72, 0x1b, 0x9d, 0xd9, 0xc2, 0xa5, 0x16, 0x99, 0x92, 0x13, 0x33, 0x43, 0xfb, 0x5e, 0x35, 0x37, - 0xe3, 0xe3, 0x57, 0xa0, 0x74, 0x84, 0x2d, 0xbf, 0xd3, 0xf3, 0x3a, 0x09, 0x86, 0xfe, 0x6b, 0x5d, - 0x9d, 0xd5, 0x22, 0x26, 0xe2, 0x08, 0x6b, 0xd9, 0x27, 0x33, 0xe6, 0x9c, 0x1b, 0x61, 0x4d, 0x21, - 0x39, 0x9b, 0x31, 0x9f, 0x46, 0x58, 0x61, 0x8f, 0x3c, 0x31, 0x70, 0x5e, 0x8c, 0xae, 0x5a, 0x74, - 0xee, 0x1b, 0x02, 0xf3, 0x34, 0x1c, 0x2c, 0x37, 0x6c, 0x07, 0xcb, 0x0b, 0x45, 0x97, 0xce, 0x00, - 0x2f, 0xcb, 0xae, 0xd9, 0x7e, 0xdc, 0x09, 0x9c, 0x6d, 0x32, 0xd1, 0x46, 0x88, 0x3c, 0xd5, 0x79, - 0x79, 0x98, 0xc5, 0xa9, 0x95, 0x0b, 0x06, 0x8f, 0x41, 0xf0, 0x72, 0x7f, 0xbd, 0x44, 0xc6, 0x4e, - 0x63, 0x78, 0xea, 0xf6, 0xf0, 0x0c, 0x52, 0x51, 0xc5, 0x9d, 0xcd, 0x65, 0xf0, 0xee, 0xaf, 0x3f, - 0xa0, 0xd6, 0x6c, 0xcc, 0x54, 0xc9, 0xcc, 0x11, 0xfa, 0xa5, 0x32, 0x99, 0xc6, 0x8a, 0xa4, 0xbf, - 0xe7, 0xb3, 0xe8, 0xff, 0xdb, 0xf1, 0xdb, 0xd2, 0x2d, 0x9c, 0x36, 0xbb, 0xb6, 0x4c, 0x24, 0xd8, - 0xb4, 0x58, 0x78, 0xd7, 0xf4, 0x9a, 0x0b, 0x95, 0x48, 0x15, 0xb6, 0x5c, 0xea, 0x60, 0xd3, 0xa2, - 0xe6, 0x7f, 0xdf, 0x4b, 0x9a, 0xfb, 0xc2, 0x24, 0x53, 0xcd, 0xbd, 0x8b, 0x40, 0xe0, 0x38, 0x67, - 0x85, 0xcc, 0xcb, 0x19, 0x7b, 0x87, 0x0f, 0x9d, 0x50, 0x17, 0xd5, 0x7d, 0x3b, 0xb0, 0xd1, 0x90, - 0xa6, 0x77, 0x3e, 0x43, 0xe6, 0x70, 0x70, 0xc2, 0x5e, 0x22, 0x83, 0x0e, 0xc6, 0x59, 0xd0, 0x01, - 0x0b, 0xf2, 0xdc, 0xb6, 0x30, 0x90, 0xa2, 0x74, 0x7f, 0x94, 0x9c, 0xdd, 0x0a, 0xbd, 0xd6, 0xaa, - 0xd7, 0xf6, 0x3a, 0x4d, 0x3f, 0xda, 0xec, 0xec, 0xe5, 0x9e, 0xcf, 0x9a, 0x67, 0xa8, 0xe5, 0xbc, - 0x33, 0x54, 0x37, 0x22, 0x8e, 0x59, 0x81, 0x08, 0x97, 0x79, 0x97, 0x4c, 0x06, 0xbc, 0x2a, 0x31, - 0x6b, 0x2f, 0xe7, 0x39, 0x87, 0xfa, 0xda, 0x68, 0x84, 0x7f, 0x70, 0x00, 0x48, 0x96, 0x68, 0x49, - 0x64, 0x79, 0x93, 0xf2, 0x8d, 0x35, 0xf7, 0xaf, 0x94, 0xc8, 0xfc, 0xcd, 0xd4, 0xa5, 0x2e, 0x8c, - 0xe5, 0xf2, 0xa3, 0x0c, 0xd7, 0x58, 0x83, 0x41, 0x41, 0x60, 0x1f, 0xba, 0x99, 0xfe, 0xd3, 0x65, - 0x52, 0x65, 0xb1, 0x97, 0x5d, 0xaf, 0x39, 0x4a, 0xa5, 0xf4, 0x86, 0xa5, 0x94, 0xe6, 0x18, 0x89, - 0xaa, 0x41, 0x83, 0x74, 0x52, 0xbc, 0xd6, 0x27, 0x2e, 0x39, 0x15, 0xb2, 0x0f, 0x35, 0x43, 0x7e, - 0x1f, 0x66, 0xce, 0xbe, 0x13, 0x25, 0x2f, 0x40, 0xb1, 0x53, 0x4d, 0x45, 0xfb, 0xe8, 0x9d, 0x6a, - 0xaa, 0xa6, 0x0d, 0x90, 0x4a, 0x75, 0xa3, 0xf5, 0x4c, 0x6c, 0x7f, 0x81, 0x05, 0xd2, 0x79, 0xed, - 0xe0, 0x03, 0x5f, 0x5d, 0x16, 0x7c, 0x5a, 0xc4, 0xc5, 0x09, 0xe8, 0x87, 0x4c, 0xc0, 0x88, 0x5f, - 0xfc, 0x0e, 0xa8, 0x2e, 0xe2, 0x5e, 0xa3, 0x33, 0xd5, 0x1e, 0x3b, 0xe7, 0x75, 0x32, 0xde, 0xdd, - 0xf7, 0x62, 0x3f, 0x15, 0xa1, 0x31, 0x5e, 0x47, 0x20, 0xe5, 0x36, 0xa7, 0x0a, 0x30, 0x08, 0x70, - 0x6a, 0xf7, 0x4f, 0xa8, 0xac, 0xc7, 0x98, 0x86, 0x11, 0xce, 0xb1, 0x6b, 0xd6, 0x1c, 0x7b, 0x3e, - 0xff, 0xe6, 0xf8, 0xc0, 0xe9, 0x55, 0x4f, 0x4d, 0xaf, 0x17, 0x0a, 0xf0, 0x3a, 0x7e, 0x66, 0x1d, - 0x90, 0x69, 0x76, 0x33, 0x5d, 0x84, 0xa6, 0xbc, 0x6a, 0x19, 0x50, 0x4f, 0xa7, 0x0c, 0xa8, 0x79, - 0x83, 0xd4, 0x30, 0xa3, 0x5e, 0x24, 0x93, 0x22, 0x14, 0x22, 0x1d, 0x3d, 0x28, 0x68, 0x41, 0xe2, - 0xdd, 0x5f, 0xad, 0x10, 0xeb, 0x26, 0xbc, 0xf3, 0x9d, 0x12, 0xa1, 0x4a, 0x0b, 0xbb, 0xba, 0xd0, - 0xaa, 0xf5, 0xd0, 0x5f, 0x86, 0x2e, 0xad, 0x56, 0xaf, 0x4d, 0xff, 0xdb, 0xdc, 0xeb, 0x84, 0x0a, - 0x8c, 0xbe, 0x9d, 0x1e, 0xf3, 0xae, 0x16, 0xbe, 0x80, 0xaf, 0xce, 0x42, 0xaf, 0xd0, 0xb6, 0x2c, - 0xc3, 0x50, 0xb5, 0xc0, 0x90, 0xad, 0x72, 0x7e, 0xaf, 0x44, 0x2e, 0xf1, 0xbb, 0xe0, 0xc5, 0x7b, - 0x52, 0xc8, 0xf0, 0xac, 0x4b, 0xa6, 0x9a, 0x1d, 0x06, 0x2b, 0xae, 0xbe, 0x21, 0x06, 0xf9, 0x52, - 0x7d, 0xb8, 0x5a, 0x61, 0xd8, 0x66, 0xba, 0xff, 0xaa, 0x42, 0xd7, 0x2f, 0x1d, 0x4f, 0x7d, 0x0f, - 0xf4, 0x75, 0x6b, 0x9a, 0x7c, 0x32, 0x35, 0x4d, 0xce, 0x58, 0xc4, 0x0f, 0xe7, 0x0a, 0x68, 0x42, - 0xce, 0xe0, 0x79, 0xe3, 0x35, 0xdf, 0x8b, 0x92, 0x1d, 0xdf, 0x63, 0x07, 0x8f, 0x62, 0x11, 0x0c, - 0x75, 0x98, 0xa9, 0xe2, 0x6b, 0xb6, 0xd2, 0xdc, 0xa0, 0xbf, 0x02, 0xe7, 0x3e, 0x71, 0xd8, 0x29, - 0x67, 0xe4, 0x51, 0xa5, 0x8b, 0x75, 0x26, 0x10, 0x0e, 0xd9, 0x21, 0xab, 0x5d, 0x12, 0xd5, 0x3a, - 0x5b, 0x7d, 0xec, 0x20, 0xa3, 0x0a, 0xe3, 0x28, 0x7b, 0xbc, 0xe8, 0x51, 0xf6, 0x44, 0x4e, 0xe0, - 0xee, 0x4f, 0x95, 0xc8, 0x59, 0xfc, 0x30, 0x76, 0x90, 0x67, 0xec, 0x84, 0x64, 0x1e, 0x7b, 0xd0, - 0xf6, 0x13, 0x09, 0x13, 0x2b, 0x2c, 0x47, 0x97, 0xb6, 0xf9, 0x68, 0x8d, 0xed, 0xba, 0xcd, 0x0c, - 0xd2, 0xdc, 0xdd, 0x5f, 0x2d, 0x11, 0x16, 0x45, 0x76, 0x1a, 0xfb, 0xd8, 0x55, 0x7b, 0x1f, 0x73, - 0xf3, 0x85, 0xc6, 0x80, 0x2d, 0xec, 0x35, 0xb2, 0x80, 0xd8, 0x7a, 0x14, 0x3e, 0x38, 0x92, 0xca, - 0x75, 0xbe, 0x6f, 0xf6, 0x2f, 0x97, 0xb8, 0xb8, 0x53, 0x5a, 0xf1, 0x7d, 0x0c, 0x14, 0xd3, 0xbf, - 0x71, 0x21, 0x4b, 0x25, 0x70, 0xb9, 0xb8, 0x40, 0x63, 0xeb, 0xdf, 0x88, 0x14, 0x4b, 0x31, 0x84, - 0xfe, 0x3a, 0xdc, 0xbf, 0x57, 0x22, 0x8f, 0x9b, 0x84, 0xc6, 0x75, 0xb1, 0x3c, 0x87, 0x68, 0x8d, - 0x4c, 0x85, 0x5d, 0xcc, 0xfc, 0xa2, 0x2c, 0x80, 0x17, 0xe4, 0x88, 0xdf, 0x12, 0x70, 0xba, 0x72, - 0xcf, 0x99, 0xdc, 0x25, 0x1c, 0x54, 0x49, 0xcc, 0x28, 0xc1, 0x2c, 0xd1, 0x58, 0x5c, 0xf4, 0x63, - 0x19, 0x25, 0xd8, 0x31, 0x00, 0x5d, 0xe4, 0x1c, 0xe3, 0xfe, 0xd5, 0x12, 0x1f, 0x65, 0xb3, 0xe9, - 0xce, 0xd7, 0xc8, 0xc2, 0x01, 0x1a, 0x0b, 0xeb, 0x0f, 0xba, 0xb8, 0x85, 0xb0, 0x63, 0xcc, 0x52, - 0x11, 0xc1, 0x39, 0xa0, 0xbb, 0xab, 0x8b, 0xa2, 0xf5, 0x0b, 0x37, 0x52, 0x6c, 0xa1, 0xaf, 0x22, - 0xf7, 0xf7, 0xc5, 0x5c, 0x65, 0x5a, 0x0b, 0x5d, 0x6c, 0xdd, 0xb0, 0xb5, 0xb6, 0x59, 0x03, 0x31, - 0x56, 0x6a, 0xb1, 0xd5, 0x39, 0x18, 0x24, 0x1e, 0xcf, 0xe5, 0x7c, 0x6a, 0xaa, 0x45, 0x54, 0x61, - 0xd9, 0xac, 0xa5, 0xd3, 0x97, 0xac, 0x2b, 0x0c, 0x18, 0x54, 0x58, 0xa6, 0x1b, 0x85, 0x87, 0x41, - 0x8b, 0x85, 0x6d, 0x57, 0xec, 0x32, 0x75, 0x85, 0x01, 0x83, 0x0a, 0x4d, 0xb4, 0x5e, 0x27, 0xe6, - 0x02, 0xdc, 0xdb, 0x11, 0x89, 0x10, 0xa6, 0xb4, 0x89, 0x76, 0xdb, 0x44, 0x82, 0x4d, 0xeb, 0xfe, - 0x4e, 0x95, 0x10, 0xad, 0x22, 0xa0, 0x87, 0x70, 0xaa, 0xe9, 0x51, 0x05, 0x89, 0x67, 0xb9, 0xa9, - 0xe4, 0xdf, 0x6f, 0xd1, 0x85, 0x97, 0xd7, 0x44, 0x41, 0xee, 0xdb, 0x7a, 0x45, 0x4e, 0x10, 0x09, - 0xce, 0xf5, 0x67, 0xa9, 0x9a, 0x9d, 0xaf, 0x97, 0xc8, 0xb4, 0xd7, 0xc6, 0x3b, 0xb0, 0x09, 0xeb, - 0x51, 0xb9, 0x88, 0xb3, 0xd2, 0x68, 0xc9, 0x8a, 0x2e, 0xcb, 0x1b, 0xf3, 0xaa, 0x3c, 0xd5, 0x32, - 0x30, 0xb9, 0xed, 0x31, 0x9b, 0xe0, 0xbc, 0x22, 0x55, 0x4b, 0xfe, 0x51, 0x96, 0xd2, 0xaa, 0x65, - 0x95, 0x89, 0x06, 0x43, 0xab, 0xc4, 0x9b, 0x22, 0x46, 0x0c, 0xfb, 0x58, 0x91, 0x3b, 0xa6, 0xd6, - 0xa6, 0x99, 0x77, 0xdd, 0x1f, 0xcf, 0xa2, 0x74, 0x44, 0xeb, 0x78, 0x91, 0x0b, 0x9c, 0x86, 0xee, - 0x96, 0x13, 0xcd, 0x9a, 0x90, 0xf9, 0x96, 0xbd, 0x49, 0x88, 0x10, 0xa5, 0xcb, 0xf9, 0x35, 0xa4, - 0x76, 0x17, 0xbd, 0x2d, 0xa4, 0x10, 0x90, 0xae, 0x82, 0xf6, 0x88, 0x45, 0x14, 0x6f, 0x76, 0x76, - 0x43, 0x11, 0xa5, 0xf4, 0x72, 0x81, 0x6f, 0x7e, 0x14, 0x53, 0xf1, 0x8c, 0x65, 0xf4, 0x36, 0x70, - 0x53, 0x70, 0x01, 0xc5, 0x0f, 0xdd, 0x44, 0xec, 0x76, 0x04, 0xde, 0xa9, 0xad, 0x0c, 0x71, 0x51, - 0x84, 0xdd, 0xad, 0xd0, 0x9b, 0x2f, 0xfb, 0x49, 0xc5, 0x15, 0xe7, 0x45, 0xf5, 0x7a, 0x71, 0xe5, - 0x35, 0xde, 0xec, 0xdc, 0x8e, 0x7d, 0x76, 0x8f, 0xb6, 0xba, 0xfa, 0xac, 0xbe, 0x18, 0xcb, 0xe1, - 0x99, 0x59, 0x8e, 0xac, 0x92, 0xb8, 0x07, 0x8b, 0xdf, 0x32, 0x79, 0xd2, 0x22, 0x29, 0xd2, 0x50, - 0x3b, 0xd5, 0x92, 0x1e, 0xec, 0x3b, 0x36, 0x33, 0x48, 0x73, 0x5f, 0x0a, 0xc8, 0xac, 0xb5, 0x62, - 0x47, 0xe8, 0xec, 0x6c, 0x93, 0x85, 0xf4, 0x92, 0x1c, 0xa1, 0x8f, 0xf3, 0x8f, 0xc7, 0xc8, 0x9c, - 0x3d, 0x31, 0x30, 0x82, 0xe1, 0x80, 0xa5, 0x36, 0xd2, 0x09, 0x55, 0xd4, 0xfc, 0xbf, 0x21, 0x11, - 0xa0, 0x69, 0x58, 0x6a, 0x19, 0x56, 0xfc, 0xf6, 0xed, 0x7e, 0xe1, 0xdd, 0x50, 0x18, 0x30, 0xa8, - 0x50, 0x61, 0xdb, 0x09, 0xc3, 0x44, 0x09, 0x6e, 0x35, 0x67, 0x56, 0x19, 0x14, 0x04, 0x16, 0x05, - 0xf6, 0x3d, 0xec, 0x50, 0xdb, 0xf6, 0x77, 0x29, 0x81, 0x7d, 0xdd, 0x44, 0x82, 0x4d, 0x8b, 0x1b, - 0x50, 0x18, 0xb3, 0x49, 0x28, 0xd4, 0x42, 0x1d, 0x8b, 0xd3, 0xe0, 0xb7, 0x85, 0x24, 0xde, 0xf9, - 0x12, 0x79, 0x5c, 0x5d, 0xee, 0x01, 0xee, 0x3f, 0x94, 0x35, 0x4e, 0x58, 0xb6, 0xdd, 0xe3, 0x6b, - 0xd9, 0x64, 0x30, 0xa8, 0x3c, 0x1e, 0xf1, 0x0a, 0x95, 0x4e, 0x72, 0x9c, 0xb4, 0x8f, 0x78, 0xaf, - 0x5b, 0x58, 0x48, 0x51, 0x53, 0x7d, 0x62, 0x01, 0x21, 0x4c, 0x95, 0x92, 0x1c, 0xf8, 0x25, 0x25, - 0xb5, 0x33, 0x5f, 0x4f, 0xe1, 0xa1, 0xaf, 0x04, 0xba, 0x0e, 0xb9, 0x6e, 0x81, 0x16, 0x0c, 0xfb, - 0x0e, 0x22, 0xaa, 0x50, 0x2d, 0x82, 0x5b, 0x36, 0x1a, 0xd2, 0xf4, 0x78, 0x46, 0xee, 0x45, 0xf4, - 0xa3, 0x27, 0x54, 0x45, 0xe8, 0x45, 0xfc, 0x86, 0xba, 0x71, 0x46, 0xbe, 0x62, 0xe0, 0xc0, 0xa2, - 0x74, 0x3f, 0x20, 0x67, 0x33, 0x82, 0x97, 0x71, 0xe2, 0xd0, 0x09, 0x2a, 0xfb, 0x94, 0x8a, 0xc6, - 0xc1, 0x1b, 0x2b, 0xa2, 0x37, 0x06, 0x15, 0xce, 0x4e, 0xe6, 0x38, 0x35, 0xf2, 0x9c, 0xa9, 0xd9, - 0xb9, 0x21, 0x11, 0xa0, 0x69, 0xdc, 0xff, 0x46, 0x77, 0x6d, 0xed, 0x66, 0x28, 0x10, 0x83, 0x41, - 0xbb, 0x29, 0x53, 0xf7, 0x19, 0x29, 0xb3, 0x54, 0x37, 0xaf, 0x1a, 0x38, 0xb0, 0x28, 0xb1, 0x6d, - 0x1d, 0xe9, 0x34, 0x49, 0xc7, 0xfe, 0x28, 0x6f, 0x0a, 0x68, 0x1a, 0xf4, 0xf1, 0xc5, 0x7e, 0x7b, - 0x77, 0x2b, 0xe8, 0xdc, 0x13, 0x13, 0x5b, 0x49, 0xe5, 0x86, 0x80, 0x83, 0xa2, 0x70, 0xde, 0x26, - 0x95, 0x5e, 0xd0, 0x12, 0x53, 0x79, 0x59, 0xea, 0x9d, 0x74, 0x35, 0x51, 0x89, 0xf9, 0x74, 0x76, - 0x3e, 0x42, 0x34, 0x23, 0xe3, 0x65, 0x5c, 0x7c, 0x58, 0x34, 0xcb, 0x7f, 0x3c, 0x31, 0xa4, 0xff, - 0x98, 0x7e, 0x33, 0xd1, 0x67, 0x39, 0x93, 0x2b, 0xfa, 0x9b, 0x5d, 0x55, 0x18, 0x30, 0xa8, 0xd0, - 0x18, 0x6d, 0x52, 0x03, 0x4c, 0x5a, 0x6b, 0x3c, 0xb2, 0x76, 0xea, 0x23, 0x18, 0xa3, 0x6b, 0x69, - 0x6e, 0xd0, 0x5f, 0x81, 0xd3, 0x25, 0x67, 0x5a, 0xb8, 0x8e, 0xac, 0x5a, 0xab, 0x27, 0x88, 0xe7, - 0xc5, 0x1a, 0x6b, 0x69, 0x4e, 0xd0, 0xcf, 0xdc, 0xf9, 0x0a, 0x59, 0x92, 0xc0, 0xfe, 0xeb, 0x7b, - 0x6c, 0xb9, 0x54, 0x56, 0x9f, 0xa2, 0xdc, 0x96, 0x6a, 0x03, 0xa9, 0xe0, 0x18, 0x0e, 0xce, 0xbb, - 0x64, 0x82, 0x9d, 0x38, 0xc4, 0x8b, 0xd3, 0x6c, 0xb7, 0x7b, 0xad, 0xa8, 0xc3, 0x6d, 0x99, 0x9d, - 0x5b, 0x88, 0x80, 0x44, 0x7d, 0x8a, 0xc3, 0x80, 0x20, 0x78, 0xd2, 0xf1, 0x9a, 0xf6, 0x3a, 0x9d, - 0x30, 0xf1, 0xb8, 0x12, 0x36, 0x53, 0x44, 0x8f, 0x34, 0xaa, 0x58, 0xd1, 0x65, 0x79, 0x3d, 0x2a, - 0x3a, 0xca, 0xc0, 0x80, 0x59, 0x05, 0x6e, 0xe3, 0xe1, 0x7d, 0x14, 0x98, 0xd2, 0xe9, 0x1e, 0x2f, - 0xce, 0x16, 0xd9, 0xc6, 0x6f, 0x59, 0x85, 0x0c, 0x09, 0x66, 0x33, 0x83, 0x34, 0x77, 0x0c, 0xb7, - 0x35, 0xfc, 0xa8, 0x73, 0x3a, 0xdc, 0x56, 0xfb, 0x51, 0x4d, 0xb7, 0x29, 0xbb, 0x1a, 0xca, 0x43, - 0xf3, 0x98, 0x24, 0x98, 0x4f, 0x5d, 0x0d, 0xd5, 0x28, 0x30, 0xe9, 0x96, 0xde, 0x22, 0xd3, 0xc6, - 0x80, 0x0f, 0x13, 0xd7, 0xb9, 0xf4, 0x79, 0xba, 0xfb, 0xa7, 0x06, 0x72, 0xa8, 0xb8, 0xd0, 0xff, - 0x5e, 0x26, 0xf3, 0x19, 0x27, 0x19, 0xf7, 0x02, 0x16, 0xf9, 0x6c, 0x89, 0xbc, 0xeb, 0x14, 0x06, - 0x0c, 0x63, 0x0b, 0xae, 0x72, 0x01, 0xc1, 0x25, 0xa5, 0x68, 0x65, 0xa0, 0x14, 0x15, 0xc2, 0x6a, - 0xec, 0xe4, 0xc2, 0xca, 0xde, 0x1d, 0xc6, 0x0b, 0xed, 0x0e, 0x0f, 0x41, 0xc0, 0x59, 0x1b, 0xcc, - 0x64, 0x81, 0x0d, 0xe6, 0xc3, 0x12, 0x99, 0xb3, 0x67, 0x5e, 0x81, 0x11, 0x7f, 0x54, 0x07, 0x70, - 0x99, 0x19, 0x62, 0x49, 0x14, 0xb6, 0xdb, 0x7e, 0x24, 0x22, 0xc5, 0xe6, 0x84, 0x5d, 0x25, 0xa0, - 0x60, 0x50, 0xb8, 0xbf, 0x50, 0x26, 0x0b, 0x3a, 0x6c, 0x58, 0xa4, 0x30, 0x1d, 0xdd, 0xd1, 0xc0, - 0xb6, 0x75, 0x34, 0x90, 0x97, 0x99, 0x34, 0xd5, 0xae, 0x81, 0xc7, 0x04, 0xef, 0xa6, 0x8e, 0x09, - 0x5e, 0x1b, 0x92, 0xef, 0xf1, 0x47, 0x06, 0xff, 0xa4, 0x4c, 0x1e, 0x4b, 0x17, 0x59, 0x6b, 0x7b, - 0xc1, 0xc1, 0x08, 0xc7, 0xe9, 0x4b, 0xd6, 0x38, 0xbd, 0x31, 0x5c, 0x7f, 0x58, 0xe3, 0x06, 0x0e, - 0x96, 0x97, 0x1a, 0xac, 0xb7, 0x4e, 0xc2, 0xfc, 0xf8, 0x11, 0xfb, 0x8f, 0x25, 0xf2, 0x44, 0x66, - 0xb9, 0xd3, 0x70, 0x81, 0x7e, 0xd1, 0x76, 0x81, 0xbe, 0x7a, 0x82, 0xee, 0x0d, 0xf0, 0x89, 0xfe, - 0x97, 0xf2, 0x80, 0x6e, 0x31, 0x6f, 0xd9, 0x2d, 0xba, 0xfd, 0x36, 0xe9, 0x26, 0x15, 0x63, 0x6c, - 0xa4, 0x3c, 0xe4, 0xbb, 0xc8, 0xf6, 0x4f, 0x0d, 0xa6, 0x6b, 0x7f, 0x29, 0xcd, 0x42, 0xa3, 0xc1, - 0xe4, 0x60, 0xe7, 0xc6, 0x2a, 0x8f, 0x28, 0x37, 0x16, 0x95, 0x31, 0x87, 0xca, 0x4a, 0x4f, 0x3b, - 0xe1, 0x0c, 0xfb, 0xdd, 0xa0, 0xa2, 0x6a, 0x12, 0xea, 0xb4, 0x3c, 0x44, 0x62, 0x2c, 0x77, 0xc1, - 0x59, 0x1f, 0xd0, 0x8c, 0xb7, 0xe0, 0x77, 0x1f, 0x95, 0xc7, 0x52, 0xf1, 0x74, 0xbf, 0x59, 0x21, - 0x1f, 0x3f, 0x66, 0xda, 0xd1, 0x4d, 0xc2, 0x3a, 0xf9, 0x7c, 0x29, 0xed, 0x9e, 0x5a, 0xca, 0x2c, - 0x6c, 0xf9, 0xab, 0x52, 0x1f, 0xab, 0xfc, 0x91, 0x3f, 0xd6, 0xcf, 0x9b, 0xce, 0x44, 0x1e, 0xea, - 0x78, 0xf5, 0xc4, 0x0b, 0xeb, 0xe1, 0x79, 0x17, 0x4f, 0xd1, 0xf1, 0x81, 0xe9, 0xa8, 0x3f, 0x99, - 0xd9, 0x29, 0x2b, 0xc0, 0x02, 0xaf, 0x8a, 0x21, 0xd0, 0xb8, 0x8b, 0xa2, 0xaf, 0x8a, 0x49, 0x04, - 0x68, 0x1a, 0x2b, 0x8e, 0xa2, 0x9c, 0x1b, 0x47, 0xf1, 0x6f, 0x4b, 0xe4, 0x5c, 0xba, 0x11, 0xa7, - 0x21, 0x75, 0x1a, 0xb6, 0xd4, 0x59, 0x1e, 0xee, 0xdb, 0x0f, 0x10, 0x38, 0x3f, 0x37, 0x43, 0xce, - 0xf7, 0x6d, 0x56, 0x7c, 0x18, 0x7f, 0xbc, 0x44, 0xce, 0xec, 0x31, 0xfb, 0xc2, 0xb8, 0xf1, 0x23, - 0x3a, 0x96, 0x73, 0xdd, 0xe9, 0xd8, 0x8b, 0x42, 0xdc, 0x5a, 0xea, 0x23, 0x81, 0xfe, 0xca, 0x9c, - 0x9f, 0xa1, 0x43, 0xed, 0xdd, 0x8f, 0xfb, 0xf2, 0xe1, 0x8b, 0x79, 0xf4, 0xf9, 0x1c, 0x57, 0x5e, - 0x4e, 0x26, 0xfd, 0xd5, 0x45, 0x8c, 0x15, 0xcd, 0xa2, 0x82, 0xcc, 0x5a, 0xa9, 0x12, 0xc0, 0xb3, - 0x84, 0xa1, 0xda, 0x57, 0xe8, 0x0e, 0x5a, 0xd6, 0xfd, 0x03, 0x2e, 0x93, 0x24, 0x06, 0x14, 0x47, - 0xe7, 0x3d, 0x52, 0xdd, 0x93, 0x97, 0x7c, 0x84, 0xd0, 0xcb, 0xd9, 0x59, 0x32, 0xef, 0x04, 0xf1, - 0x28, 0x77, 0x85, 0x02, 0xcd, 0xd4, 0xb9, 0x46, 0x2a, 0x9d, 0xdd, 0x58, 0xdc, 0xbb, 0xcd, 0x8b, - 0xa3, 0xb1, 0xa3, 0x96, 0xf8, 0x4d, 0x42, 0x0a, 0x04, 0x64, 0x81, 0x9c, 0xa2, 0x9d, 0x96, 0xf0, - 0x61, 0xe7, 0x70, 0x82, 0xd5, 0x5a, 0x3f, 0x27, 0x0a, 0x04, 0x64, 0xc1, 0x02, 0xf6, 0xf0, 0xbe, - 0x82, 0x70, 0x50, 0xe7, 0x5c, 0xca, 0xee, 0xbb, 0x95, 0xc1, 0x53, 0xca, 0x31, 0x30, 0x70, 0x46, - 0xe8, 0x99, 0x6e, 0xb2, 0x14, 0xd0, 0xc2, 0x7f, 0x90, 0x97, 0x18, 0xb8, 0x2f, 0x5d, 0x34, 0x3f, - 0x48, 0xe3, 0x70, 0x10, 0xbc, 0x18, 0x57, 0xbf, 0xbb, 0xbf, 0x1b, 0x0b, 0xff, 0x40, 0x1e, 0xd7, - 0xbe, 0x64, 0xde, 0x82, 0x2b, 0x83, 0x83, 0xe0, 0xe5, 0xd4, 0x48, 0x79, 0xb7, 0x29, 0xf2, 0x38, - 0xe6, 0x58, 0xb4, 0xf6, 0xb5, 0xd0, 0xd5, 0x09, 0x8c, 0xa0, 0xdb, 0x58, 0x03, 0x5a, 0x9e, 0xea, - 0x23, 0x93, 0xbb, 0xfc, 0xa6, 0x9f, 0xc8, 0xd9, 0x78, 0x39, 0xef, 0x36, 0x62, 0xdf, 0xb5, 0x40, - 0x7e, 0x93, 0x41, 0x20, 0x40, 0xb2, 0xa3, 0xfb, 0x30, 0xd9, 0x55, 0x57, 0x17, 0x45, 0xd2, 0xc6, - 0xe5, 0xe1, 0xae, 0x3a, 0x0a, 0xeb, 0x59, 0x41, 0xc1, 0xe0, 0x88, 0x73, 0xde, 0x93, 0x59, 0xec, - 0x59, 0xc2, 0xc6, 0xdc, 0x39, 0x9f, 0x99, 0xf4, 0x9e, 0xcf, 0x79, 0x85, 0x02, 0xcd, 0xd4, 0xe9, - 0x91, 0xd9, 0xc3, 0xb8, 0xbb, 0xef, 0xcb, 0xa5, 0xcf, 0xb2, 0x38, 0x4e, 0x5f, 0xf9, 0x5c, 0x4e, - 0x6a, 0x4e, 0x51, 0x24, 0x88, 0x92, 0x9e, 0xd7, 0xee, 0x93, 0x60, 0x2c, 0x1d, 0xd2, 0x1d, 0x93, - 0x2d, 0xd8, 0xb5, 0xe0, 0x27, 0x79, 0xbf, 0x17, 0xee, 0x1c, 0x25, 0xbe, 0xc8, 0xf2, 0x98, 0xf3, - 0x49, 0xde, 0xe1, 0xc4, 0xfd, 0x9f, 0x44, 0x20, 0x40, 0xb2, 0x53, 0x43, 0xc6, 0xa4, 0xf1, 0x42, - 0xe1, 0x21, 0xeb, 0xeb, 0x83, 0x1e, 0x32, 0x26, 0x7d, 0x35, 0x53, 0xf7, 0xf7, 0xc7, 0xfb, 0x37, - 0x38, 0xa6, 0x7f, 0xfe, 0x6c, 0xff, 0x71, 0xe6, 0xdb, 0xc3, 0xdb, 0x57, 0x0f, 0xf1, 0x60, 0x93, - 0xee, 0x0f, 0xe7, 0xbb, 0x99, 0xbb, 0x97, 0xd8, 0x21, 0x86, 0x35, 0xd3, 0xf8, 0xd0, 0xa8, 0x9c, - 0xa1, 0xd9, 0x78, 0x18, 0x50, 0x67, 0x5a, 0xe5, 0xab, 0x7c, 0x64, 0x95, 0xef, 0x2e, 0x1d, 0x6f, - 0xd4, 0x52, 0x74, 0xd2, 0x8a, 0x21, 0xf3, 0x3c, 0xb0, 0xbd, 0x66, 0x4d, 0xb0, 0x00, 0xc5, 0x0c, - 0x07, 0xee, 0xc9, 0x74, 0x27, 0xc0, 0x67, 0x68, 0x91, 0xec, 0x94, 0xfb, 0x02, 0x36, 0xc4, 0x48, - 0x3c, 0x59, 0x3f, 0x8e, 0xf8, 0xc3, 0x3c, 0x02, 0x38, 0xbe, 0xb2, 0xd3, 0x54, 0x21, 0xff, 0x61, - 0x29, 0x43, 0xe1, 0xe1, 0x4a, 0xff, 0xe7, 0x6c, 0xa5, 0xff, 0xf9, 0xb4, 0xd2, 0xdf, 0x67, 0xa2, - 0x5b, 0xfa, 0x7e, 0xf1, 0x84, 0x7f, 0x45, 0xb3, 0x6a, 0xb8, 0xff, 0xab, 0x44, 0x2a, 0xf5, 0xb0, - 0x35, 0x42, 0x27, 0xc0, 0x55, 0xcb, 0x09, 0xf0, 0x5c, 0xee, 0xf3, 0x35, 0x03, 0x4d, 0xfe, 0x5b, - 0x29, 0x93, 0xff, 0xd3, 0xf9, 0xac, 0x8e, 0x37, 0xf0, 0xbf, 0x55, 0x21, 0xe6, 0x03, 0x3c, 0xce, - 0x6f, 0x9f, 0x24, 0xaa, 0xb1, 0x52, 0xec, 0x4d, 0x1e, 0x51, 0x07, 0x8b, 0x01, 0x92, 0x57, 0x9e, - 0xfe, 0xd4, 0x06, 0x37, 0xde, 0xf5, 0x83, 0xbd, 0xfd, 0xc4, 0x6f, 0xa5, 0x3b, 0x76, 0x7a, 0xc1, - 0x8d, 0xff, 0xb5, 0x44, 0xe6, 0x53, 0xb5, 0x3b, 0x07, 0x59, 0xb7, 0x26, 0x4e, 0x6a, 0xd5, 0x9f, - 0xc9, 0xbd, 0x67, 0xb1, 0x4c, 0x88, 0xf2, 0x44, 0x4b, 0xdb, 0x9b, 0xe9, 0x21, 0xca, 0x55, 0x1d, - 0x83, 0x41, 0x81, 0x5e, 0xfc, 0x24, 0xec, 0x86, 0xed, 0x70, 0xef, 0xe8, 0xba, 0x2f, 0x2f, 0xe5, - 0x2b, 0x2f, 0xfe, 0xb6, 0x46, 0x81, 0x49, 0x87, 0x09, 0x9b, 0xd2, 0xef, 0x37, 0xfd, 0xff, 0x89, - 0xfa, 0xa7, 0x67, 0xa2, 0xfe, 0x6e, 0x89, 0x2c, 0x60, 0xed, 0x2c, 0x84, 0x43, 0x86, 0x20, 0xaa, - 0xcc, 0xd9, 0xa5, 0x63, 0x32, 0x67, 0xe3, 0x1d, 0x8e, 0xa4, 0x15, 0xf6, 0x64, 0x36, 0x17, 0x43, - 0x8a, 0x21, 0x14, 0x04, 0x56, 0xd0, 0xd1, 0x36, 0x89, 0xfb, 0x19, 0x26, 0x1d, 0x85, 0x82, 0xc0, - 0xca, 0xc4, 0xda, 0x63, 0xd9, 0x89, 0xb5, 0x79, 0xf2, 0x1b, 0x11, 0x3a, 0x20, 0x76, 0x66, 0x23, - 0xf9, 0x8d, 0x8c, 0x29, 0xd0, 0x34, 0xee, 0x3f, 0xab, 0x90, 0x19, 0x8c, 0xa0, 0x53, 0xe1, 0xc5, - 0xaf, 0x59, 0xe1, 0xc5, 0xcf, 0xa4, 0xc2, 0x8b, 0x17, 0x4c, 0xda, 0x87, 0x13, 0x5d, 0x2c, 0xd2, - 0x24, 0xb1, 0xd4, 0xef, 0x27, 0x8d, 0x2c, 0xb6, 0xd2, 0x24, 0x29, 0x4e, 0x60, 0x33, 0xfe, 0x33, - 0x15, 0x51, 0xfc, 0x27, 0x25, 0x32, 0x47, 0xbf, 0x05, 0x4e, 0xd1, 0x3f, 0x4b, 0xf3, 0xd1, 0x4c, - 0xae, 0x34, 0x71, 0x4c, 0x72, 0xa5, 0x5f, 0x29, 0x11, 0x0c, 0xfc, 0x3c, 0x0d, 0x6f, 0xda, 0x86, - 0xed, 0x4d, 0xfb, 0x64, 0xae, 0xf0, 0x1d, 0xe0, 0x40, 0xfb, 0xf5, 0x0a, 0x99, 0xc5, 0x26, 0x87, - 0x7b, 0xf2, 0x83, 0x59, 0x83, 0x53, 0x2a, 0x30, 0x38, 0x98, 0xa0, 0x21, 0x6c, 0xb7, 0xc3, 0xfb, - 0xe9, 0x8f, 0xb7, 0xc1, 0xa0, 0x20, 0xb0, 0xe8, 0xa6, 0xec, 0x62, 0x12, 0x99, 0xb0, 0x17, 0xa7, - 0xaf, 0x7b, 0xd5, 0x05, 0x1c, 0x14, 0x05, 0x5d, 0xf1, 0x33, 0x71, 0x40, 0x6d, 0x00, 0x19, 0x5b, - 0x30, 0xc6, 0x62, 0x0b, 0x78, 0x0e, 0x3b, 0x03, 0x0e, 0x16, 0x15, 0x55, 0x35, 0xab, 0xec, 0x37, - 0x5b, 0x43, 0x27, 0xc8, 0xf6, 0xcd, 0x13, 0x2c, 0x49, 0x0e, 0xa0, 0x99, 0xe1, 0x31, 0x40, 0x22, - 0xc3, 0x20, 0x62, 0x71, 0x6c, 0xa8, 0x94, 0x53, 0x15, 0x20, 0x81, 0xb9, 0xac, 0xd4, 0xff, 0xce, - 0x4b, 0x98, 0xba, 0x35, 0x68, 0x6f, 0xe1, 0x2b, 0x12, 0x22, 0x90, 0x44, 0xe4, 0x62, 0x15, 0x40, - 0xd0, 0x78, 0xdc, 0xf3, 0xd9, 0x65, 0x53, 0xfe, 0x96, 0xc0, 0x14, 0xa3, 0x66, 0x7b, 0xfe, 0x96, - 0x82, 0x82, 0x41, 0xe1, 0xbe, 0xca, 0xf6, 0xee, 0x21, 0xc3, 0xcf, 0xbf, 0x57, 0x26, 0x4e, 0x9d, - 0x85, 0x5b, 0x58, 0xcf, 0x2d, 0xec, 0x93, 0xb9, 0x98, 0x1a, 0xab, 0x9d, 0xde, 0x03, 0xc1, 0xaa, - 0x58, 0xc0, 0x7f, 0x63, 0xdd, 0x2c, 0xc3, 0x2f, 0x58, 0xda, 0x30, 0x48, 0xf1, 0xc5, 0x21, 0x89, - 0x7a, 0x9d, 0x95, 0x18, 0xdf, 0x6d, 0x13, 0x0f, 0x26, 0xb0, 0x21, 0x01, 0x09, 0x04, 0x8d, 0xc7, - 0x39, 0xc0, 0x7e, 0xdc, 0xa4, 0xd2, 0x28, 0x0c, 0x13, 0x39, 0x6b, 0x58, 0xf6, 0x6c, 0x03, 0x0e, - 0x16, 0x15, 0x26, 0x9e, 0x8e, 0x7b, 0xdd, 0x6e, 0x9b, 0x9d, 0xee, 0x78, 0xed, 0xab, 0x51, 0xd8, - 0xeb, 0xf2, 0x88, 0x5b, 0x91, 0x78, 0xba, 0xd1, 0x87, 0x85, 0x8c, 0x12, 0xb8, 0xe8, 0x77, 0x63, - 0xf6, 0xbf, 0xb8, 0x40, 0xca, 0x7d, 0x4c, 0x0d, 0x06, 0x02, 0x89, 0x73, 0x7b, 0x6c, 0xab, 0x62, - 0x89, 0xec, 0x31, 0x12, 0xcc, 0xf1, 0xc9, 0x6c, 0x97, 0x6d, 0x47, 0xf2, 0x88, 0xb9, 0xd0, 0x50, - 0xa6, 0x02, 0x3e, 0x78, 0xc2, 0x6a, 0x93, 0x0d, 0xd8, 0x5c, 0xdd, 0x7f, 0x4f, 0x98, 0xac, 0x11, - 0x07, 0x6b, 0x93, 0x22, 0x9c, 0x53, 0xe8, 0x62, 0xcf, 0x16, 0x79, 0xb9, 0x45, 0xcb, 0x71, 0x11, - 0x1c, 0x0a, 0x92, 0x8b, 0xf3, 0x65, 0x7e, 0x46, 0xce, 0xd6, 0x77, 0xf1, 0xe7, 0x94, 0x38, 0xbd, - 0x15, 0xa8, 0x2c, 0x58, 0x80, 0xc1, 0xce, 0xd9, 0x22, 0xb3, 0x22, 0xdb, 0xb9, 0xb0, 0xd5, 0x2b, - 0x96, 0xbd, 0x3a, 0x0b, 0x26, 0xf2, 0xc3, 0x34, 0x00, 0xec, 0xc2, 0xce, 0x1e, 0x79, 0xd2, 0x78, - 0x02, 0x25, 0x23, 0x28, 0x89, 0x0b, 0x8e, 0x4f, 0xa2, 0x17, 0x60, 0xfb, 0x38, 0x42, 0x38, 0x9e, - 0x0f, 0x1d, 0xe4, 0xc7, 0xbc, 0x66, 0x12, 0x1c, 0xfa, 0x35, 0xdf, 0x6b, 0x51, 0xad, 0xcc, 0xb7, - 0x6f, 0x17, 0x3f, 0x41, 0x2b, 0x78, 0x6c, 0x25, 0x8b, 0x00, 0xb2, 0xcb, 0x51, 0x7b, 0xbd, 0xda, - 0xea, 0xc4, 0x62, 0x0c, 0x26, 0xac, 0xd7, 0x5e, 0xaa, 0xb5, 0x9b, 0x0d, 0xd5, 0x7f, 0xfd, 0x03, - 0x74, 0x01, 0xe7, 0x7d, 0xfe, 0x08, 0xad, 0x32, 0x48, 0xf8, 0x2b, 0x43, 0x6f, 0x14, 0x32, 0x81, - 0xad, 0x8b, 0x10, 0xdc, 0x8d, 0xa5, 0x82, 0xff, 0xac, 0x3b, 0x12, 0x56, 0x15, 0xce, 0x0f, 0xd3, - 0x85, 0xe5, 0x47, 0xf8, 0xb8, 0xea, 0x4a, 0x93, 0x65, 0x6f, 0x64, 0x27, 0x54, 0x53, 0x56, 0x04, - 0xbc, 0xd3, 0xe8, 0xa3, 0x80, 0x8c, 0x52, 0xce, 0x35, 0x94, 0x38, 0x26, 0x54, 0xc4, 0x6a, 0x4a, - 0xd5, 0x6e, 0xb1, 0xe6, 0x63, 0x82, 0x76, 0x7c, 0x6b, 0xc2, 0xe6, 0x08, 0xa9, 0x72, 0xb8, 0xad, - 0xa8, 0xac, 0xd4, 0xc4, 0x8e, 0x30, 0xec, 0xcf, 0x4c, 0x8d, 0x96, 0x12, 0x9e, 0x58, 0xdc, 0xf4, - 0x13, 0x7c, 0xfa, 0x89, 0xf9, 0x9b, 0xa7, 0x8c, 0x2c, 0x57, 0x1a, 0x05, 0x26, 0x1d, 0xea, 0x40, - 0xec, 0xa0, 0x63, 0xb3, 0xc6, 0xbc, 0xc8, 0x53, 0x7a, 0xed, 0x5c, 0xe3, 0x60, 0x90, 0x78, 0x49, - 0xba, 0x59, 0x5f, 0x63, 0x1e, 0xe1, 0x14, 0x29, 0x05, 0x83, 0xc4, 0x63, 0x74, 0x58, 0xfa, 0x4d, - 0x9d, 0xb9, 0x22, 0xde, 0xf9, 0x7e, 0x09, 0x5e, 0xf0, 0x59, 0x9d, 0x07, 0x64, 0x41, 0xbd, 0xeb, - 0xc3, 0xd3, 0x08, 0xc6, 0x8b, 0xf3, 0x45, 0x9e, 0xc0, 0xcd, 0xcc, 0x46, 0xa8, 0x82, 0x73, 0x37, - 0x53, 0x3c, 0xa1, 0xaf, 0x16, 0xeb, 0x96, 0xfc, 0x42, 0x6e, 0xa6, 0x71, 0x7c, 0x56, 0xa7, 0xb7, - 0xd3, 0x0a, 0x0f, 0xa8, 0xc8, 0x60, 0x2f, 0xfb, 0x98, 0x0f, 0xba, 0x4a, 0x04, 0x68, 0x9a, 0xa5, - 0x2f, 0x90, 0x33, 0x7d, 0x73, 0x7a, 0xa8, 0xa8, 0xb2, 0x9f, 0x1d, 0x23, 0x55, 0xe5, 0xd5, 0xa1, - 0xf5, 0x5b, 0xae, 0xb4, 0x27, 0xd2, 0xae, 0xb4, 0x29, 0xdc, 0x79, 0x4d, 0xef, 0xd9, 0x57, 0x32, - 0x5e, 0x74, 0xbc, 0x90, 0xfb, 0x11, 0x8b, 0x5f, 0xee, 0x18, 0xe2, 0xbd, 0x4b, 0xad, 0xd6, 0x8f, - 0x1d, 0xab, 0xd6, 0x17, 0x7c, 0xb0, 0x07, 0x15, 0x78, 0xba, 0xf3, 0x50, 0xb2, 0xd4, 0x63, 0x14, - 0x75, 0x04, 0x02, 0xc7, 0x31, 0xbd, 0x0b, 0x85, 0x32, 0xd3, 0xbb, 0x26, 0x4f, 0xaa, 0x77, 0x49, - 0x0e, 0xa0, 0x99, 0x61, 0x22, 0xf5, 0xa6, 0xfd, 0xb8, 0x88, 0xba, 0xb3, 0x71, 0x71, 0x88, 0xc7, - 0x3d, 0x7a, 0x46, 0x22, 0xf5, 0xb5, 0x34, 0x3f, 0xe8, 0xaf, 0x02, 0x2f, 0xd8, 0xcf, 0xab, 0x09, - 0x41, 0x77, 0x20, 0x4c, 0x55, 0x34, 0x3a, 0x47, 0xe6, 0x2d, 0xcb, 0x52, 0x7d, 0x08, 0xfe, 0xc7, - 0xdf, 0x2a, 0x31, 0xff, 0xe3, 0xb6, 0x7f, 0xd0, 0x6d, 0xe3, 0x8b, 0x25, 0xa3, 0x6b, 0xfa, 0x97, - 0xc9, 0x54, 0x22, 0x6a, 0x29, 0x96, 0xcc, 0xd9, 0x68, 0x16, 0xf3, 0xc7, 0x2a, 0x41, 0x20, 0xa1, - 0xa0, 0x18, 0xba, 0xff, 0x92, 0x7f, 0x05, 0x89, 0x39, 0x0d, 0xcb, 0xea, 0xa6, 0x6d, 0x59, 0xbd, - 0x58, 0xb8, 0x33, 0x03, 0x2c, 0xac, 0x6f, 0xda, 0x5d, 0x60, 0x0a, 0xdb, 0xa3, 0xef, 0x11, 0x77, - 0x6f, 0x10, 0xfb, 0xc1, 0x14, 0xaa, 0xae, 0xb0, 0x68, 0x4d, 0x2e, 0x11, 0x2f, 0x0c, 0x19, 0xa9, - 0xe9, 0xfe, 0x5a, 0x99, 0x9c, 0xcb, 0x7a, 0x47, 0xdd, 0x69, 0x91, 0x99, 0xae, 0xa1, 0x3e, 0x17, - 0xbb, 0xcb, 0x6f, 0x2a, 0xdc, 0x5a, 0x75, 0x31, 0xa1, 0x60, 0x71, 0xc5, 0x14, 0xea, 0xf8, 0x2a, - 0xbc, 0x72, 0xaf, 0x94, 0x87, 0x17, 0x51, 0xaa, 0x9a, 0x75, 0x83, 0x11, 0x58, 0x6c, 0x47, 0x90, - 0x6f, 0xdc, 0xfd, 0xfb, 0x25, 0xf2, 0xf8, 0x80, 0x0b, 0xff, 0x58, 0xdd, 0x7d, 0xe6, 0x85, 0x14, - 0x0f, 0xf2, 0xa8, 0xea, 0xb8, 0x6f, 0x12, 0x04, 0xd6, 0xd9, 0xc1, 0x7b, 0xa4, 0xea, 0x95, 0xd2, - 0x72, 0x91, 0x63, 0xf0, 0xbe, 0xcb, 0xc5, 0xc6, 0xbd, 0x53, 0xf5, 0x2e, 0xa9, 0xc1, 0xd5, 0xfd, - 0x46, 0x85, 0x8c, 0xf3, 0x87, 0x12, 0xeb, 0x54, 0x01, 0xe2, 0xf9, 0x05, 0x87, 0x4b, 0x6f, 0xa8, - 0xf5, 0x24, 0x0e, 0x00, 0xc9, 0xc6, 0xb9, 0x41, 0xce, 0xa2, 0x7f, 0x35, 0xf0, 0xda, 0x35, 0xbf, - 0xed, 0x1d, 0x49, 0xc5, 0x9b, 0xe7, 0x88, 0x96, 0x69, 0x50, 0xcf, 0x6e, 0xf6, 0x93, 0x40, 0x56, - 0x39, 0xbc, 0xae, 0x94, 0x4a, 0x10, 0xc4, 0xf3, 0x36, 0xaa, 0xeb, 0x4a, 0xc7, 0x27, 0x09, 0xc2, - 0x1b, 0x5b, 0xdd, 0x3e, 0x13, 0xc3, 0x78, 0x61, 0xcf, 0x36, 0x2b, 0x6c, 0x5a, 0xbc, 0xeb, 0x14, - 0xf7, 0xd8, 0x19, 0xe9, 0xf6, 0x3e, 0xb5, 0x64, 0xf6, 0xc3, 0x76, 0x4b, 0xbc, 0x0c, 0xa5, 0xd4, - 0xa9, 0x46, 0x0a, 0x0f, 0x7d, 0x25, 0x90, 0xcb, 0xae, 0x17, 0xb4, 0xe9, 0xd4, 0xd6, 0x5c, 0x26, - 0x6c, 0x2e, 0x1b, 0x29, 0x3c, 0xf4, 0x95, 0x70, 0xff, 0xb0, 0x44, 0xce, 0x66, 0x9c, 0xdc, 0xf3, - 0x80, 0xb2, 0x3d, 0x2a, 0x1a, 0x55, 0x06, 0x61, 0x23, 0xa0, 0x8c, 0xc3, 0x41, 0x51, 0xe0, 0x2c, - 0xe4, 0x76, 0x63, 0x3a, 0x21, 0xb2, 0x38, 0x2a, 0x15, 0xd8, 0xe1, 0xd2, 0xfd, 0xa8, 0xf7, 0xde, - 0xc7, 0x06, 0xbe, 0xf7, 0x4e, 0x15, 0x93, 0x3d, 0x65, 0x9d, 0x1b, 0x8a, 0x09, 0xb7, 0xcf, 0x39, - 0x0e, 0xb3, 0x7b, 0xcf, 0xa7, 0x22, 0x78, 0xb0, 0x21, 0xa9, 0x67, 0xe9, 0x99, 0x4b, 0x01, 0x63, - 0x5b, 0x32, 0x9e, 0xa6, 0x7f, 0xde, 0x7e, 0xb5, 0x56, 0xb7, 0x79, 0xb5, 0x66, 0xbd, 0xc7, 0x55, - 0x34, 0x3b, 0xf9, 0xa7, 0x30, 0x75, 0xb0, 0x7a, 0x5e, 0x51, 0x4d, 0x7a, 0xca, 0xae, 0x4e, 0xc1, - 0xc0, 0x90, 0xce, 0x73, 0xa2, 0xf7, 0x29, 0xe7, 0x24, 0x78, 0xad, 0x30, 0x36, 0x86, 0x80, 0xca, - 0x11, 0xaa, 0xd6, 0xe2, 0xa9, 0x40, 0xda, 0x35, 0x7b, 0x9d, 0x83, 0x41, 0xe2, 0xed, 0x0c, 0xe4, - 0x93, 0x23, 0xce, 0x40, 0x3e, 0x95, 0x1b, 0x85, 0xf8, 0xcb, 0x74, 0x57, 0x64, 0x69, 0xd7, 0xc4, - 0x4d, 0x50, 0x74, 0xf2, 0x8f, 0x6e, 0x57, 0xc4, 0xf7, 0xda, 0xb0, 0xb2, 0x74, 0xd2, 0x61, 0xd6, - 0x02, 0xe0, 0x38, 0x4c, 0xe2, 0xca, 0xaa, 0xc6, 0xcf, 0x37, 0xc3, 0x93, 0xb8, 0xea, 0x57, 0xbc, - 0x59, 0x8c, 0x3b, 0xf8, 0x5d, 0x6a, 0x7b, 0xb3, 0xc6, 0x6a, 0x4f, 0xcc, 0xa3, 0x12, 0xe3, 0x9e, - 0xd9, 0xb8, 0x87, 0x15, 0xe3, 0x9e, 0xcd, 0x3c, 0x3f, 0xc6, 0x3d, 0xb3, 0xdc, 0xa3, 0x17, 0xe3, - 0x9e, 0xd9, 0xcc, 0x01, 0xfa, 0xdc, 0xf7, 0xca, 0x03, 0xba, 0xc5, 0x34, 0xbb, 0x17, 0x70, 0x15, - 0x30, 0x64, 0x2c, 0x36, 0xe5, 0x19, 0xbe, 0x02, 0x38, 0x0c, 0x14, 0xd6, 0x89, 0x8d, 0x18, 0x71, - 0xde, 0xc8, 0xf5, 0x13, 0x7e, 0xe0, 0x65, 0xdb, 0x95, 0x63, 0x5e, 0xb0, 0x4c, 0x05, 0x8e, 0x63, - 0x44, 0x8e, 0x52, 0xd6, 0x2b, 0x27, 0x51, 0xd6, 0x67, 0xb2, 0x15, 0xf5, 0x25, 0xba, 0x27, 0x9e, - 0xdc, 0xf8, 0xfe, 0xc5, 0x32, 0xf9, 0xf8, 0x31, 0x33, 0x8c, 0x8b, 0x16, 0x6b, 0x50, 0x0d, 0xd1, - 0xd2, 0x37, 0xb0, 0x75, 0x72, 0x6e, 0xb7, 0xd7, 0x6e, 0x1f, 0xb1, 0x13, 0x76, 0xbf, 0x25, 0x29, - 0x84, 0xba, 0xa0, 0xde, 0x78, 0xdc, 0xc8, 0xa0, 0x81, 0xcc, 0x92, 0xe8, 0xf8, 0x0a, 0x77, 0x58, - 0x5a, 0xbb, 0x96, 0xbe, 0xff, 0xc9, 0xc6, 0xaf, 0xa2, 0x1d, 0x5f, 0xb7, 0xfa, 0x28, 0x20, 0xa3, - 0x14, 0x2a, 0x0f, 0xec, 0x79, 0x48, 0xd5, 0xac, 0x94, 0xf2, 0x00, 0x26, 0x12, 0x6c, 0x5a, 0xf7, - 0x0f, 0x4a, 0x28, 0x84, 0x32, 0x9e, 0x2f, 0xb2, 0x5e, 0xfd, 0x35, 0x02, 0xc7, 0xfb, 0x5f, 0xfd, - 0x65, 0xfe, 0x30, 0x9b, 0x96, 0x8f, 0x6f, 0xac, 0x03, 0xcf, 0xac, 0xfd, 0x5e, 0x5c, 0x98, 0x50, - 0x14, 0xf8, 0x52, 0x57, 0x2b, 0x38, 0x0c, 0xe2, 0x30, 0x2a, 0xf0, 0xc8, 0x66, 0x5f, 0x30, 0x93, - 0xde, 0xa2, 0x6a, 0x9c, 0x09, 0x48, 0x6e, 0xee, 0x5f, 0x2f, 0x93, 0x59, 0x59, 0x1f, 0x55, 0x4b, - 0xd8, 0x2a, 0x1e, 0x95, 0x68, 0x7d, 0xc7, 0x12, 0xad, 0x97, 0x8a, 0xdd, 0x1a, 0x61, 0x8d, 0x1a, - 0x28, 0x52, 0xbf, 0x94, 0x12, 0xa9, 0x97, 0x87, 0x61, 0x9a, 0x6b, 0xcd, 0x9f, 0xb1, 0xe8, 0x1f, - 0xa1, 0x5c, 0xa4, 0x59, 0xdd, 0x19, 0x20, 0x3a, 0xbf, 0x51, 0x4e, 0x75, 0x83, 0x89, 0xcc, 0xaf, - 0x91, 0xb1, 0x7d, 0x2f, 0x6a, 0x89, 0xa3, 0x8b, 0xb7, 0x86, 0xfc, 0x14, 0xd4, 0x7c, 0x88, 0x5a, - 0x5c, 0xf0, 0xbd, 0xac, 0x1e, 0x4d, 0xa0, 0xa0, 0xdc, 0x30, 0x4c, 0x56, 0xa9, 0xf3, 0x26, 0x3e, - 0xaa, 0x10, 0x76, 0x55, 0x94, 0xcd, 0x33, 0xfc, 0x41, 0x05, 0x84, 0x50, 0x0e, 0x8e, 0x5d, 0x1d, - 0x82, 0x41, 0xd0, 0x2f, 0xf9, 0xa4, 0xaa, 0xaa, 0x1e, 0x61, 0xc0, 0xdf, 0x0f, 0x2a, 0xe4, 0x6c, - 0xc6, 0x54, 0x71, 0x7e, 0xcc, 0x1a, 0xb5, 0xcf, 0x0e, 0x3d, 0xd7, 0x3e, 0xe2, 0xb8, 0xfd, 0x18, - 0x53, 0x50, 0x5b, 0x62, 0x6e, 0x9c, 0xa0, 0x7a, 0xaa, 0xc5, 0xa6, 0xab, 0x47, 0x50, 0x7e, 0xf5, - 0x58, 0xed, 0x29, 0x0d, 0x3e, 0x56, 0xa3, 0xda, 0x39, 0xc2, 0x6f, 0xfc, 0x93, 0x63, 0xe4, 0x5c, - 0xd6, 0xcd, 0x34, 0xe7, 0xa7, 0x4a, 0xa9, 0x6c, 0xc6, 0x9f, 0x1f, 0xfe, 0x7a, 0x1b, 0x4f, 0x71, - 0x2c, 0x6e, 0xac, 0x2f, 0xdb, 0xf9, 0x8d, 0x73, 0x47, 0x5b, 0xd4, 0xce, 0x42, 0xa7, 0x23, 0x9e, - 0x98, 0x5a, 0xca, 0x83, 0xb7, 0x4f, 0xd0, 0x14, 0x91, 0xdb, 0x3a, 0x4e, 0x85, 0x4e, 0x4b, 0x70, - 0x7e, 0xe8, 0xb4, 0x6c, 0xc3, 0xd2, 0x1e, 0x66, 0x35, 0x56, 0xfd, 0x1a, 0xe1, 0x14, 0x08, 0x70, - 0x4f, 0x32, 0x5a, 0x3d, 0xc2, 0x69, 0xf0, 0x37, 0x4b, 0x24, 0x75, 0x7c, 0xae, 0xac, 0xe0, 0xd2, - 0x40, 0x2b, 0x98, 0x52, 0x50, 0x5d, 0xc9, 0x4f, 0xa7, 0xd9, 0x05, 0x0a, 0x03, 0x86, 0x51, 0x4f, - 0xac, 0x55, 0x06, 0x3d, 0xb1, 0x86, 0xe6, 0x51, 0xdb, 0x3f, 0xf4, 0xa5, 0x4d, 0xaa, 0x84, 0xf7, - 0x16, 0x02, 0x81, 0xe3, 0xdc, 0xef, 0x54, 0xc8, 0x04, 0x37, 0xfc, 0x46, 0xb8, 0x2d, 0xd7, 0x85, - 0x0d, 0x56, 0xe8, 0x8e, 0x18, 0x6f, 0xcd, 0x32, 0x1a, 0x69, 0x7c, 0x42, 0xa9, 0xbe, 0x69, 0xbb, - 0xcd, 0x59, 0xb6, 0x7a, 0xbf, 0x94, 0x8a, 0x1c, 0x23, 0x9c, 0x87, 0x31, 0x16, 0xfb, 0x84, 0xc4, - 0xec, 0x95, 0x1e, 0xe4, 0x21, 0xf2, 0x74, 0xbd, 0x56, 0xa8, 0x1d, 0x0d, 0x55, 0x8c, 0xb7, 0x46, - 0x27, 0x08, 0x52, 0x08, 0x30, 0x78, 0x2f, 0xbd, 0x41, 0xaa, 0x8a, 0x38, 0x4f, 0x5d, 0x9e, 0x31, - 0xa7, 0xe4, 0x9f, 0x23, 0xf3, 0xa9, 0xba, 0x86, 0xd2, 0xb6, 0xbf, 0x4d, 0x95, 0x89, 0xbe, 0xd7, - 0x21, 0x31, 0xd7, 0xdb, 0xb9, 0x76, 0x86, 0xc5, 0x2f, 0x3e, 0xf0, 0x49, 0x7c, 0x05, 0xfa, 0x39, - 0xf5, 0x0c, 0x2c, 0x64, 0xd6, 0x26, 0x33, 0x0f, 0x96, 0xb3, 0x33, 0x0f, 0xb2, 0xa7, 0x49, 0x78, - 0xdb, 0x4f, 0x43, 0x03, 0xda, 0xb4, 0x35, 0xa0, 0x67, 0x8b, 0x4c, 0x83, 0x01, 0xaa, 0xcf, 0xbf, - 0x29, 0x11, 0x87, 0x13, 0xa4, 0x5f, 0xeb, 0xe2, 0x1e, 0x14, 0x43, 0x67, 0xd7, 0xf3, 0x46, 0x61, - 0xc0, 0xa0, 0x1a, 0x32, 0x13, 0xb3, 0x7a, 0xe5, 0xa6, 0xd8, 0x93, 0xd8, 0x95, 0x02, 0x4f, 0x62, - 0xff, 0x56, 0x85, 0xa4, 0x8f, 0x9a, 0x9d, 0xf7, 0xc8, 0x0c, 0x5e, 0x6b, 0xd9, 0x09, 0xda, 0x41, - 0x12, 0xf8, 0x71, 0x31, 0x37, 0xfe, 0x9a, 0x51, 0x42, 0xf8, 0xe0, 0x0c, 0x08, 0x58, 0x1c, 0x31, - 0x3e, 0xaa, 0x1b, 0x51, 0x4b, 0xa1, 0xed, 0xef, 0x31, 0xbd, 0x43, 0xe5, 0x6d, 0xa8, 0x2b, 0x28, - 0x18, 0x14, 0x19, 0x31, 0x4d, 0x95, 0xd3, 0x88, 0x69, 0x1a, 0x1b, 0x32, 0xa6, 0x69, 0xbc, 0x50, - 0x4c, 0x13, 0x90, 0xf3, 0xd2, 0x75, 0x86, 0xbf, 0xf1, 0x6a, 0x18, 0x4f, 0x35, 0x26, 0x22, 0xd1, - 0x96, 0xf0, 0xba, 0x0f, 0x64, 0x52, 0xc0, 0x80, 0x92, 0x6e, 0x8f, 0x9c, 0x6d, 0xf8, 0x51, 0xc0, - 0x32, 0xc1, 0xb4, 0xf4, 0x0a, 0xfc, 0x0a, 0x5e, 0xaa, 0xb7, 0x17, 0xff, 0x90, 0xb7, 0x76, 0x8c, - 0xfb, 0xf4, 0x72, 0xb1, 0x6b, 0x96, 0xee, 0x5f, 0x2a, 0x93, 0x49, 0x11, 0xd2, 0x31, 0xc2, 0x8d, - 0xe4, 0xba, 0x65, 0xdf, 0xbd, 0x98, 0xb7, 0x72, 0x59, 0x73, 0x06, 0x5a, 0x76, 0x8d, 0x94, 0x65, - 0xf7, 0x52, 0x31, 0x76, 0xc7, 0xdb, 0x74, 0xbf, 0x59, 0xa6, 0xbb, 0xbd, 0x1d, 0xca, 0x32, 0xba, - 0xe1, 0xf8, 0x22, 0x99, 0x8c, 0x45, 0xbc, 0x47, 0xa1, 0x47, 0xc8, 0xd3, 0x9f, 0x54, 0x3f, 0xaf, - 0x2d, 0x22, 0x3c, 0x24, 0xbb, 0xcc, 0x90, 0x92, 0xca, 0x69, 0x84, 0x94, 0xb8, 0xdf, 0x61, 0x22, - 0xd5, 0x1c, 0xc0, 0xd3, 0xd8, 0x13, 0xde, 0xb1, 0xa5, 0xef, 0xcb, 0x85, 0xa6, 0x82, 0x68, 0xdf, - 0x80, 0xbd, 0xe1, 0x5b, 0x25, 0x32, 0x2d, 0x08, 0x4f, 0xa3, 0x07, 0x3f, 0x6c, 0xf7, 0xe0, 0xb9, - 0x42, 0x3d, 0x18, 0xd0, 0xf4, 0xbf, 0x5d, 0x56, 0x4d, 0x2f, 0xf8, 0xce, 0xbf, 0xf9, 0x8a, 0x7f, - 0x79, 0x98, 0x57, 0xfc, 0x59, 0x74, 0x2b, 0xbe, 0xb9, 0xc8, 0xb7, 0xa8, 0xac, 0x37, 0x14, 0x77, - 0xe4, 0x5b, 0xb3, 0x08, 0x13, 0x21, 0xf4, 0xc3, 0xbe, 0xcd, 0xa8, 0x63, 0x7a, 0x15, 0x27, 0x30, - 0xb8, 0xca, 0x70, 0x33, 0x56, 0xc3, 0xb8, 0xed, 0x8b, 0xbc, 0x29, 0xe0, 0xa0, 0x28, 0xdc, 0x37, - 0x98, 0x8c, 0x65, 0xc3, 0x33, 0x5c, 0xa0, 0xee, 0x4f, 0x4f, 0xa8, 0x81, 0x65, 0x4e, 0x92, 0x9b, - 0xf2, 0x5d, 0xff, 0x52, 0x91, 0xa8, 0x04, 0xe3, 0x93, 0x64, 0x3f, 0xeb, 0xef, 0xf8, 0x7d, 0xde, - 0xe7, 0x37, 0x0a, 0xcb, 0xc8, 0x21, 0xfc, 0xcd, 0x2c, 0x97, 0x05, 0xbb, 0xbf, 0xbf, 0x59, 0x4f, - 0xe7, 0x0b, 0x5c, 0x93, 0x08, 0xd0, 0x34, 0xb4, 0x00, 0x57, 0xd7, 0xed, 0x27, 0x2e, 0xa5, 0xba, - 0x2e, 0x87, 0xc4, 0xd0, 0xd7, 0xa9, 0xfe, 0xa2, 0x32, 0x26, 0xd7, 0x79, 0xe2, 0xdb, 0x2a, 0xd7, - 0x5f, 0xd6, 0x35, 0x18, 0x4c, 0x1a, 0xaa, 0xd6, 0x9d, 0x6d, 0xa9, 0xe8, 0xc2, 0x7a, 0x6f, 0xa7, - 0x1d, 0x34, 0xb1, 0x28, 0x8f, 0xec, 0x7f, 0x1c, 0x8f, 0x92, 0x6b, 0xfd, 0x68, 0xc8, 0x2a, 0xe3, - 0x6c, 0x63, 0x04, 0x1f, 0xcb, 0x0c, 0x2d, 0xef, 0x00, 0x89, 0x84, 0x5a, 0x17, 0x64, 0x36, 0xae, - 0x86, 0x8d, 0xfe, 0x90, 0x81, 0xb8, 0x50, 0x10, 0x20, 0x48, 0xb3, 0xc0, 0x03, 0xea, 0xb6, 0xf9, - 0xc2, 0x4b, 0x5d, 0x04, 0x59, 0xaa, 0x03, 0x6a, 0xeb, 0xfd, 0x97, 0x3a, 0xa4, 0xa8, 0xa9, 0xb4, - 0x5f, 0x34, 0x21, 0xe2, 0xda, 0x2f, 0x1e, 0x72, 0xc5, 0x22, 0x25, 0xed, 0x27, 0x30, 0xc4, 0x72, - 0x6b, 0x00, 0x0d, 0x0c, 0x2c, 0x8d, 0x99, 0x23, 0xe5, 0x48, 0x1a, 0x01, 0x97, 0x3a, 0x34, 0xc2, - 0xc0, 0x81, 0x45, 0xf9, 0xd1, 0x0e, 0x08, 0xbe, 0x86, 0x85, 0x8d, 0x4d, 0xd5, 0xf9, 0x2a, 0x99, - 0x31, 0xdb, 0x28, 0xc4, 0xe4, 0x2b, 0xc5, 0x5f, 0xcd, 0x11, 0x9b, 0xb3, 0x6a, 0xb9, 0x89, 0x03, - 0x8b, 0xb7, 0xdb, 0x24, 0xf3, 0xa9, 0x57, 0x3b, 0xd5, 0xf3, 0xaf, 0xa5, 0x87, 0xf5, 0xfc, 0x2b, - 0xa6, 0x86, 0x19, 0xdf, 0xf6, 0x82, 0xfc, 0xdc, 0xeb, 0x45, 0xde, 0x4f, 0x75, 0x5e, 0x27, 0x13, - 0xfe, 0xee, 0x2e, 0x3e, 0xaf, 0xcf, 0xd7, 0xdc, 0x93, 0xea, 0x51, 0x6f, 0x06, 0xc5, 0x95, 0xc4, - 0x2a, 0xe3, 0x3f, 0x41, 0x10, 0xbb, 0xff, 0x8e, 0x5a, 0x57, 0xdb, 0x61, 0x5b, 0x1e, 0x55, 0xe4, - 0xb4, 0x64, 0xb5, 0x2f, 0x0b, 0xfc, 0xf3, 0x19, 0x59, 0xe0, 0x1d, 0xcd, 0x30, 0x23, 0x07, 0xbc, - 0xea, 0x4d, 0xa5, 0x50, 0x6f, 0xc6, 0x86, 0xe9, 0xcd, 0xd7, 0x4b, 0x44, 0x84, 0x20, 0x14, 0xd8, - 0x96, 0x5a, 0x32, 0x73, 0xb3, 0x75, 0xff, 0xfe, 0x42, 0x91, 0x38, 0x7a, 0x71, 0xeb, 0x5e, 0x4d, - 0x25, 0xeb, 0xae, 0xbd, 0xc5, 0x15, 0x4d, 0xef, 0x69, 0x8e, 0xbe, 0x21, 0x5f, 0xbf, 0xcf, 0x69, - 0xd7, 0x50, 0xb9, 0x7d, 0x58, 0x62, 0x63, 0x64, 0xac, 0x52, 0xbc, 0x98, 0x89, 0x8d, 0x25, 0x02, - 0x34, 0x0d, 0x06, 0x10, 0xc4, 0xbd, 0x1d, 0x46, 0x9e, 0x8a, 0x47, 0x68, 0x70, 0x30, 0x48, 0xbc, - 0xfb, 0x3f, 0x17, 0x88, 0xd5, 0x35, 0x2b, 0x9d, 0x4c, 0xe9, 0xa1, 0xa7, 0x93, 0xa1, 0xdc, 0xfd, - 0x83, 0x6e, 0x72, 0x54, 0x0b, 0xa2, 0x62, 0xa9, 0xbd, 0xd6, 0x05, 0x75, 0x3f, 0x77, 0x89, 0x01, - 0xc5, 0x71, 0x40, 0x72, 0xa0, 0xca, 0x23, 0x91, 0x1c, 0x68, 0xec, 0xff, 0x49, 0x72, 0x20, 0x6a, - 0x21, 0xec, 0xf1, 0xe7, 0xc4, 0xc5, 0xbd, 0xa9, 0x9c, 0xe3, 0xab, 0x8c, 0xb7, 0xc7, 0xf9, 0x05, - 0x19, 0x81, 0x00, 0xc9, 0x0e, 0x53, 0xcf, 0x70, 0x63, 0x41, 0xe4, 0xdb, 0x79, 0xa5, 0x88, 0x1b, - 0xa5, 0x3f, 0xf5, 0x8c, 0x08, 0x3a, 0x11, 0xbc, 0x64, 0x32, 0xa0, 0xc9, 0x8f, 0x9e, 0x0c, 0x48, - 0xa5, 0xf0, 0x99, 0x7a, 0x58, 0x29, 0x7c, 0xac, 0x54, 0x48, 0xd5, 0x51, 0xa4, 0x42, 0xa2, 0xb2, - 0xed, 0xb1, 0x6e, 0x56, 0x26, 0x31, 0x91, 0x8c, 0xe7, 0x0b, 0x27, 0xc8, 0xac, 0x66, 0x55, 0xcd, - 0xae, 0xb3, 0x64, 0x92, 0x41, 0x76, 0xc5, 0x32, 0xa7, 0xd2, 0xf4, 0x47, 0xcf, 0xa9, 0x34, 0xea, - 0xac, 0x3d, 0x3a, 0xc3, 0xd2, 0xec, 0x48, 0x32, 0x2c, 0xcd, 0x3d, 0xc4, 0x0c, 0x4b, 0x46, 0x6e, - 0xa4, 0xf9, 0x87, 0x9b, 0x1b, 0x69, 0x9f, 0x4c, 0xb7, 0xc2, 0xfb, 0x9d, 0xfb, 0x5e, 0xd4, 0x5a, - 0xa9, 0x6f, 0x8a, 0x54, 0x3c, 0x39, 0x77, 0xde, 0x6b, 0xba, 0x80, 0x55, 0x03, 0xf7, 0x17, 0x6a, - 0x24, 0x98, 0xac, 0x45, 0x96, 0xa8, 0x33, 0x1f, 0x31, 0x4b, 0x94, 0x95, 0x6b, 0xc9, 0x19, 0x45, - 0xae, 0xa5, 0xf7, 0xd8, 0xcd, 0xd7, 0xdd, 0x60, 0xef, 0x86, 0xd7, 0x5d, 0x3c, 0x5b, 0xa4, 0x86, - 0x35, 0x49, 0xde, 0x5f, 0x83, 0x42, 0x81, 0x66, 0xda, 0x9f, 0xcd, 0xe9, 0xdc, 0x69, 0x67, 0x73, - 0x7a, 0x6c, 0x84, 0xd9, 0x9c, 0xce, 0x8f, 0x22, 0x9b, 0xd3, 0x5f, 0x20, 0x4f, 0x1d, 0xdf, 0x7f, - 0x9d, 0xa0, 0xb3, 0xae, 0x4d, 0xea, 0x54, 0x82, 0x4e, 0xa6, 0x5b, 0x18, 0x54, 0x46, 0xb0, 0x66, - 0xf9, 0xb8, 0x60, 0x4d, 0xf7, 0x9f, 0x96, 0xc8, 0xe3, 0x03, 0x12, 0x3d, 0x14, 0x8e, 0xbe, 0xee, - 0x92, 0xf9, 0xae, 0x5d, 0xb4, 0xf0, 0x3d, 0x09, 0x2b, 0xb1, 0x84, 0x4a, 0xf0, 0x9c, 0x42, 0x40, - 0x9a, 0xfd, 0xea, 0xb3, 0xdf, 0xfd, 0xc1, 0x53, 0x1f, 0xfb, 0x1e, 0xfd, 0xfb, 0x3d, 0xfa, 0xf7, - 0xe3, 0x7f, 0xf4, 0x54, 0xe9, 0xbb, 0xf4, 0xef, 0x7b, 0xf4, 0xef, 0x0f, 0xe9, 0xdf, 0xd7, 0xff, - 0xf8, 0xa9, 0x8f, 0xfd, 0x48, 0xf9, 0xf0, 0xf2, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xf4, 0x77, - 0x02, 0x29, 0xf6, 0xb0, 0x00, 0x00, + 0x3b, 0xbb, 0x64, 0x32, 0xe4, 0xdf, 0x9f, 0x4a, 0x31, 0x9c, 0xe8, 0x9f, 0x39, 0xbe, 0x31, 0xe9, + 0xf1, 0x59, 0x16, 0xb3, 0x87, 0x1f, 0x7a, 0x2b, 0x61, 0x29, 0xa0, 0x20, 0x99, 0x2f, 0x7d, 0x9a, + 0xcc, 0x98, 0x94, 0x43, 0x9d, 0x7e, 0xff, 0xa5, 0x12, 0x39, 0xbb, 0x81, 0x21, 0xa4, 0xa9, 0x60, + 0x98, 0xd7, 0xa9, 0x0d, 0x47, 0x97, 0x6a, 0x6c, 0x45, 0x88, 0x59, 0xa1, 0x70, 0x02, 0x05, 0x26, + 0x9d, 0x51, 0xec, 0xd6, 0xad, 0xcd, 0x5a, 0x56, 0x04, 0x9d, 0x40, 0x81, 0x49, 0xe7, 0xfe, 0xc7, + 0x12, 0x79, 0xe2, 0xca, 0xda, 0x7a, 0x1d, 0xc5, 0x48, 0x9c, 0xd0, 0x85, 0xd9, 0x17, 0xc4, 0x47, + 0xa7, 0x40, 0xb7, 0x65, 0x34, 0x45, 0x4d, 0x81, 0x7a, 0x8d, 0xb5, 0x42, 0x60, 0x1f, 0x96, 0x48, + 0x56, 0xaa, 0x4f, 0x9e, 0xbd, 0x12, 0xd0, 0x39, 0xd3, 0x0d, 0xd3, 0x71, 0x77, 0x11, 0x85, 0xc5, + 0x18, 0x8f, 0x75, 0x94, 0x8e, 0xbb, 0x03, 0x85, 0x01, 0x83, 0x8a, 0xd7, 0x7c, 0x18, 0xa0, 0x80, + 0x15, 0x9d, 0x32, 0x6a, 0xe6, 0x70, 0x50, 0x14, 0xd8, 0xb1, 0x56, 0x10, 0x31, 0x5d, 0xe4, 0x48, + 0xac, 0x60, 0xd5, 0xb1, 0x9a, 0x44, 0x80, 0xa6, 0x71, 0xff, 0x76, 0x89, 0x3c, 0x72, 0xa5, 0xdd, + 0xa3, 0xc3, 0x1e, 0xed, 0xc6, 0x56, 0x63, 0x5f, 0x25, 0x55, 0x5f, 0xea, 0xcd, 0xa2, 0xad, 0x6a, + 0x4f, 0x52, 0x0a, 0x35, 0x0f, 0xfa, 0x53, 0x74, 0x05, 0x62, 0xcc, 0x86, 0x8b, 0x88, 0xfa, 0x97, + 0x65, 0x32, 0x7b, 0x75, 0x7b, 0xbb, 0x7e, 0xc5, 0x4f, 0x84, 0x0c, 0xce, 0x77, 0xf4, 0xd4, 0x0d, + 0x2b, 0x77, 0xfa, 0xf2, 0xf2, 0x80, 0x55, 0x87, 0x31, 0xd6, 0xcb, 0x3c, 0xc6, 0x7a, 0x79, 0xb3, + 0x93, 0xdc, 0x8c, 0x1a, 0x49, 0x84, 0xc7, 0x10, 0x59, 0x56, 0xb1, 0xdc, 0x27, 0x2a, 0x83, 0xf6, + 0x09, 0x3a, 0x58, 0x13, 0x71, 0x73, 0xdf, 0x57, 0x46, 0xfb, 0xc7, 0x95, 0x1a, 0xc2, 0xa0, 0xd4, + 0x66, 0xae, 0xde, 0x82, 0x4d, 0xfe, 0x03, 0x04, 0x29, 0x15, 0x58, 0xd3, 0xfb, 0x49, 0xd2, 0xbd, + 0x4a, 0x3b, 0x4b, 0xa7, 0xbe, 0x90, 0x12, 0x39, 0x5a, 0x20, 0x0e, 0x06, 0x2f, 0xa0, 0x17, 0x96, + 0x86, 0xc5, 0x60, 0x72, 0x74, 0x1b, 0x84, 0x68, 0xdc, 0x03, 0x32, 0x6d, 0xdc, 0xbf, 0x58, 0x26, + 0x93, 0x57, 0xe9, 0x36, 0xd7, 0xa6, 0x2c, 0x37, 0xc8, 0x98, 0x4f, 0xb7, 0xc7, 0x62, 0x0a, 0xac, + 0xde, 0x48, 0xb9, 0xa7, 0x0a, 0x7f, 0x03, 0x2b, 0xef, 0x00, 0x99, 0xc4, 0x76, 0x5f, 0x51, 0x81, + 0x99, 0x2f, 0xe5, 0x8f, 0x82, 0x9a, 0x12, 0x7c, 0x17, 0x16, 0x20, 0x90, 0x8c, 0x98, 0x4f, 0xa7, + 0xd9, 0x6d, 0xa0, 0x70, 0x4b, 0x8a, 0xc5, 0x5e, 0x6f, 0xaf, 0xd5, 0x39, 0xb9, 0xe0, 0xcb, 0x7d, + 0x3a, 0x12, 0x08, 0x9a, 0x9d, 0xfb, 0x26, 0x39, 0xc7, 0x4e, 0x05, 0xe9, 0x74, 0xb3, 0xd6, 0x4c, + 0xee, 0xe4, 0x74, 0xff, 0x5e, 0x99, 0x9c, 0xd9, 0x6c, 0xac, 0x35, 0x6c, 0x6f, 0xdc, 0x9b, 0x64, + 0x86, 0x6f, 0xcf, 0x38, 0xe9, 0xbc, 0xb6, 0x28, 0xaf, 0xdc, 0xd8, 0xdb, 0x06, 0x0e, 0x2c, 0x4a, + 0x3c, 0x6e, 0x0d, 0xde, 0xef, 0xa4, 0xe3, 0x83, 0x36, 0xdf, 0xb9, 0x01, 0x08, 0x47, 0x34, 0xee, + 0xf4, 0x5c, 0xc4, 0x29, 0xb4, 0xda, 0xed, 0x3f, 0x47, 0x4d, 0x85, 0xb8, 0x19, 0x07, 0x74, 0x01, + 0xd0, 0xf5, 0xef, 0x35, 0xe5, 0xf4, 0xd5, 0xba, 0x3f, 0x36, 0x55, 0x61, 0x21, 0x45, 0x6d, 0xc8, + 0xdb, 0xf1, 0xc2, 0xda, 0x42, 0x7e, 0x84, 0xe6, 0x57, 0x48, 0x55, 0x45, 0xd2, 0xc8, 0x00, 0xa8, + 0x52, 0x76, 0x00, 0x54, 0x01, 0x81, 0x23, 0x7d, 0xa4, 0x95, 0x4c, 0x1f, 0xe9, 0x3f, 0xa1, 0x9a, + 0xaf, 0x0a, 0x1a, 0xa0, 0xf3, 0xb0, 0x4a, 0x05, 0x6f, 0xc2, 0x8e, 0xa1, 0xc4, 0xa4, 0x7e, 0x2e, + 0x67, 0x26, 0xf2, 0x95, 0xc0, 0xe7, 0x4a, 0x5d, 0x96, 0x05, 0xcd, 0xc6, 0xd9, 0x22, 0x93, 0xdd, + 0xc8, 0x6f, 0x24, 0x2c, 0xcc, 0x77, 0x08, 0x8e, 0x6c, 0x56, 0xd7, 0x79, 0x49, 0x90, 0x2c, 0xdc, + 0x5f, 0x2b, 0x11, 0xb2, 0x15, 0x1c, 0xd0, 0xcd, 0xc5, 0xeb, 0xec, 0xf9, 0x23, 0xb4, 0x22, 0x6f, + 0x90, 0xb1, 0xb8, 0x4b, 0x97, 0x76, 0xa1, 0xa3, 0x23, 0xdd, 0xa2, 0x06, 0x2d, 0xa3, 0x3f, 0x03, + 0xfe, 0x02, 0xc6, 0xc7, 0xfd, 0x65, 0x42, 0xe6, 0x34, 0x19, 0xaa, 0xf1, 0xce, 0x05, 0x2b, 0xae, + 0xf5, 0xf1, 0x54, 0x5c, 0x6b, 0x95, 0x51, 0x1b, 0xa1, 0xac, 0x09, 0xa9, 0x1c, 0x78, 0xf7, 0x85, + 0xd5, 0xf0, 0x7a, 0xd1, 0x06, 0x61, 0x4d, 0xcb, 0xd7, 0xbd, 0xfb, 0x5c, 0x8d, 0x7a, 0x49, 0x4e, + 0x20, 0x0a, 0xf9, 0x90, 0x1f, 0x10, 0xb1, 0x15, 0x88, 0x66, 0xca, 0x4f, 0xfc, 0x17, 0xfd, 0x9b, + 0x09, 0x45, 0xac, 0x8e, 0xd5, 0x1a, 0x74, 0x84, 0xab, 0x6f, 0xc8, 0x5a, 0x83, 0x4e, 0xba, 0xd6, + 0xa0, 0x53, 0xa0, 0xd6, 0xa0, 0x83, 0xe1, 0x6f, 0x93, 0xc2, 0x43, 0xce, 0xc2, 0xaf, 0xa6, 0x2f, + 0xbf, 0x35, 0x54, 0xd5, 0xc2, 0xd5, 0xce, 0xab, 0xbf, 0x28, 0x75, 0x47, 0x01, 0xcd, 0x6d, 0x82, + 0xac, 0xda, 0xf9, 0x05, 0x6a, 0x6b, 0x88, 0xff, 0x31, 0xd2, 0x89, 0x1a, 0x9d, 0x62, 0x97, 0x7a, + 0xfb, 0x24, 0xad, 0x11, 0x2c, 0x78, 0xa3, 0x7e, 0x48, 0x8a, 0x18, 0x1b, 0x99, 0xdb, 0xb6, 0x54, + 0x7b, 0x9c, 0x6f, 0x96, 0xc8, 0x39, 0xfa, 0x9d, 0x78, 0x8d, 0x1c, 0x06, 0x78, 0xa0, 0x28, 0x42, + 0xcc, 0x36, 0x86, 0x9d, 0x27, 0x7d, 0x8c, 0x78, 0x73, 0x3f, 0x2b, 0x8f, 0x2d, 0xb3, 0x48, 0x72, + 0x1b, 0x9d, 0xd9, 0xc2, 0xa5, 0x16, 0x99, 0x92, 0x13, 0x33, 0x43, 0x6b, 0x5f, 0x35, 0x37, 0xe3, + 0xe3, 0x57, 0xa0, 0x74, 0xa0, 0x2d, 0xbf, 0xd3, 0xf3, 0x3a, 0x09, 0x5e, 0x19, 0xd0, 0x3a, 0x3e, + 0xab, 0x45, 0x4c, 0xc4, 0x11, 0xd6, 0xb2, 0x4f, 0x66, 0xcc, 0x39, 0x37, 0xc2, 0x9a, 0x42, 0x72, + 0x36, 0x63, 0x3e, 0x8d, 0xb0, 0xc2, 0x1e, 0x79, 0x7c, 0xe0, 0xbc, 0x18, 0x5d, 0xb5, 0x78, 0x28, + 0x60, 0x08, 0xcc, 0xd3, 0x70, 0xcc, 0x5c, 0xb7, 0x1d, 0x33, 0x2f, 0x14, 0x5d, 0x3a, 0x03, 0xbc, + 0x33, 0xbb, 0x66, 0xfb, 0x71, 0x27, 0x70, 0xb6, 0xc9, 0x44, 0x1b, 0x21, 0xf2, 0x34, 0xe8, 0xe5, + 0x61, 0x16, 0xa7, 0x56, 0x2e, 0x18, 0x3c, 0x06, 0xc1, 0xcb, 0xfd, 0xf5, 0x12, 0x19, 0x3b, 0x8d, + 0xe1, 0xa9, 0xdb, 0xc3, 0x33, 0x48, 0x45, 0x15, 0x77, 0x3d, 0x97, 0xc1, 0xbb, 0xb7, 0x7e, 0x9f, + 0x5a, 0xb3, 0x31, 0x53, 0x25, 0x33, 0x47, 0xe8, 0x97, 0xca, 0x64, 0x1a, 0x2b, 0x92, 0x7e, 0xa2, + 0xcf, 0xa0, 0xdf, 0x70, 0xc7, 0x6f, 0x4b, 0x77, 0x72, 0xda, 0xec, 0xda, 0x32, 0x91, 0x60, 0xd3, + 0x62, 0xe1, 0x5d, 0xd3, 0xdb, 0x2e, 0x54, 0x22, 0x55, 0xd8, 0x72, 0xc5, 0x83, 0x4d, 0x8b, 0x9a, + 0xff, 0x3d, 0x2f, 0x69, 0xee, 0x0b, 0x93, 0x4c, 0x35, 0xf7, 0x0e, 0x02, 0x81, 0xe3, 0x9c, 0x15, + 0x32, 0x2f, 0x67, 0xec, 0x6d, 0x3e, 0x74, 0x42, 0x5d, 0x54, 0xf7, 0xf4, 0xc0, 0x46, 0x43, 0x9a, + 0xde, 0xf9, 0x34, 0x99, 0xc3, 0xc1, 0x09, 0x7b, 0x89, 0x0c, 0x56, 0x18, 0x67, 0xc1, 0x0a, 0x2c, + 0x38, 0x74, 0xdb, 0xc2, 0x40, 0x8a, 0xd2, 0xfd, 0x51, 0x72, 0x76, 0x2b, 0xf4, 0x5a, 0xab, 0x5e, + 0xdb, 0xeb, 0x34, 0xfd, 0x68, 0xb3, 0xb3, 0x97, 0x7b, 0xae, 0x6b, 0x9e, 0xbd, 0x96, 0xf3, 0xce, + 0x5e, 0xdd, 0x88, 0x38, 0x66, 0x05, 0x22, 0xcc, 0xe6, 0x5d, 0x32, 0x19, 0xf0, 0xaa, 0xc4, 0xac, + 0xbd, 0x94, 0xe7, 0x54, 0xea, 0x6b, 0xa3, 0x11, 0x36, 0xc2, 0x01, 0x20, 0x59, 0xa2, 0x25, 0x91, + 0xe5, 0x85, 0xca, 0x37, 0xd6, 0xdc, 0xbf, 0x5a, 0x22, 0xf3, 0x37, 0x52, 0x97, 0xc1, 0x30, 0x06, + 0xcc, 0x8f, 0x32, 0x5c, 0x6a, 0x0d, 0x06, 0x05, 0x81, 0x7d, 0xe0, 0x66, 0xfa, 0x4f, 0x97, 0x49, + 0x95, 0xc5, 0x6c, 0x76, 0xbd, 0xe6, 0x28, 0x95, 0xd2, 0xeb, 0x96, 0x52, 0x9a, 0x63, 0x24, 0xaa, + 0x06, 0x0d, 0xd2, 0x49, 0xf1, 0x3a, 0xa0, 0xb8, 0x1c, 0x55, 0xc8, 0x3e, 0xd4, 0x0c, 0xf9, 0x3d, + 0x9a, 0x39, 0xfb, 0x2e, 0x95, 0xbc, 0x38, 0xc5, 0x4e, 0x43, 0x15, 0xed, 0xc3, 0x77, 0x1a, 0xaa, + 0x9a, 0x36, 0x40, 0x2a, 0xd5, 0x8d, 0xd6, 0x33, 0xb1, 0xfd, 0x79, 0x16, 0x80, 0xe7, 0xb5, 0x83, + 0x0f, 0x7c, 0x75, 0xc9, 0xf0, 0x29, 0x11, 0x4f, 0x27, 0xa0, 0x1f, 0x32, 0x01, 0x23, 0x7e, 0xf1, + 0xbb, 0xa3, 0xba, 0x88, 0x7b, 0x95, 0xce, 0x54, 0x7b, 0xec, 0x9c, 0xd7, 0xc9, 0x78, 0x77, 0xdf, + 0x8b, 0xfd, 0x54, 0x64, 0xc7, 0x78, 0x1d, 0x81, 0x94, 0xdb, 0x9c, 0x2a, 0xc0, 0x20, 0xc0, 0xa9, + 0xdd, 0x3f, 0xa1, 0xb2, 0x1e, 0x63, 0x21, 0x46, 0x38, 0xc7, 0xae, 0x5a, 0x73, 0xec, 0xf9, 0xfc, + 0x1b, 0xe7, 0x03, 0xa7, 0x57, 0x3d, 0x35, 0xbd, 0x5e, 0x28, 0xc0, 0xeb, 0xf8, 0x99, 0x75, 0x40, + 0xa6, 0xd9, 0x8d, 0x76, 0x11, 0xd2, 0xf2, 0xaa, 0x65, 0x40, 0x3d, 0x95, 0x32, 0xa0, 0xe6, 0x0d, + 0x52, 0xc3, 0x8c, 0x7a, 0x91, 0x4c, 0x8a, 0x10, 0x8a, 0x74, 0xd4, 0xa1, 0xa0, 0x05, 0x89, 0x77, + 0x7f, 0xb5, 0x42, 0xac, 0x1b, 0xf4, 0xce, 0xb7, 0x4b, 0x84, 0x2a, 0x2d, 0xec, 0xca, 0x43, 0xab, + 0xd6, 0x43, 0x7f, 0x19, 0xba, 0xb4, 0x5a, 0xbd, 0x36, 0xfd, 0x6f, 0x73, 0xaf, 0x13, 0x2a, 0x30, + 0xfa, 0x76, 0x7a, 0xcc, 0xbb, 0x5a, 0xf8, 0xe2, 0xbe, 0x3a, 0x43, 0xbd, 0x4c, 0xdb, 0xb2, 0x0c, + 0x43, 0xd5, 0x02, 0x43, 0xb6, 0xca, 0xf9, 0xbd, 0x12, 0xb9, 0xc8, 0xef, 0x90, 0x17, 0xef, 0x49, + 0x21, 0xc3, 0xb3, 0x2e, 0x99, 0x6a, 0x76, 0x18, 0xe4, 0xb8, 0xfa, 0x86, 0x18, 0xe4, 0x8b, 0xf5, + 0xe1, 0x6a, 0x85, 0x61, 0x9b, 0xe9, 0xfe, 0xeb, 0x0a, 0x5d, 0xbf, 0x74, 0x3c, 0xf5, 0xfd, 0xd1, + 0xd7, 0xad, 0x69, 0xf2, 0x4c, 0x6a, 0x9a, 0x9c, 0xb1, 0x88, 0x1f, 0xcc, 0xd5, 0xd1, 0x84, 0x9c, + 0xc1, 0x73, 0xca, 0xab, 0xbe, 0x17, 0x25, 0x3b, 0xbe, 0xc7, 0x0e, 0x2c, 0xc5, 0x22, 0x18, 0xea, + 0x10, 0x54, 0xc5, 0xe5, 0x6c, 0xa5, 0xb9, 0x41, 0x7f, 0x05, 0xce, 0x3d, 0xe2, 0xb0, 0xd3, 0xd1, + 0xc8, 0xa3, 0x4a, 0x17, 0xeb, 0x4c, 0x20, 0x1c, 0xb2, 0x43, 0x56, 0xbb, 0x24, 0xaa, 0x75, 0xb6, + 0xfa, 0xd8, 0x41, 0x46, 0x15, 0xc6, 0x11, 0xf8, 0x78, 0xd1, 0x23, 0xf0, 0x89, 0x9c, 0x80, 0xdf, + 0x9f, 0x2a, 0x91, 0xb3, 0xf8, 0x61, 0xec, 0xe0, 0xd0, 0xd8, 0x09, 0xc9, 0x3c, 0xf6, 0xa0, 0xed, + 0x27, 0x12, 0x26, 0x56, 0x58, 0x8e, 0x2e, 0x6d, 0xf3, 0xd1, 0x1a, 0xdb, 0x35, 0x9b, 0x19, 0xa4, + 0xb9, 0xbb, 0xbf, 0x5a, 0x22, 0x2c, 0xfa, 0xec, 0x34, 0xf6, 0xb1, 0x2b, 0xf6, 0x3e, 0xe6, 0xe6, + 0x0b, 0x8d, 0x01, 0x5b, 0xd8, 0x6b, 0x64, 0x01, 0xb1, 0xf5, 0x28, 0xbc, 0x7f, 0x24, 0x95, 0xeb, + 0x7c, 0xdf, 0xec, 0x5f, 0x29, 0x71, 0x71, 0xa7, 0xb4, 0xe2, 0x7b, 0x18, 0x60, 0xa6, 0x7f, 0xe3, + 0x42, 0x96, 0x4a, 0xe0, 0x72, 0x71, 0x81, 0xc6, 0xd6, 0xbf, 0x11, 0x61, 0x96, 0x62, 0x08, 0xfd, + 0x75, 0xb8, 0x7f, 0xbf, 0x44, 0x1e, 0x33, 0x09, 0x8d, 0x6b, 0x66, 0x79, 0x0e, 0xd1, 0x1a, 0x99, + 0x0a, 0xbb, 0x98, 0x31, 0x46, 0x59, 0x00, 0x2f, 0xc8, 0x11, 0xbf, 0x29, 0xe0, 0x74, 0xe5, 0x9e, + 0x33, 0xb9, 0x4b, 0x38, 0xa8, 0x92, 0x98, 0x89, 0x82, 0x59, 0xa2, 0xb1, 0xb8, 0x20, 0xc8, 0x32, + 0x51, 0xb0, 0x63, 0x00, 0xba, 0xc8, 0x39, 0xc6, 0xfd, 0x6b, 0x25, 0x3e, 0xca, 0x66, 0xd3, 0x9d, + 0xaf, 0x92, 0x85, 0x03, 0x34, 0x16, 0xd6, 0xef, 0x77, 0x71, 0x0b, 0x61, 0xc7, 0x9f, 0xa5, 0x22, + 0x82, 0x73, 0x40, 0x77, 0x57, 0x17, 0x45, 0xeb, 0x17, 0xae, 0xa7, 0xd8, 0x42, 0x5f, 0x45, 0xee, + 0xef, 0x8b, 0xb9, 0xca, 0xb4, 0x16, 0xba, 0xd8, 0xba, 0x61, 0x6b, 0x6d, 0xb3, 0x06, 0x62, 0xac, + 0xd4, 0x62, 0xab, 0x73, 0x30, 0x48, 0x3c, 0x9e, 0xcb, 0xf9, 0xd4, 0x54, 0x8b, 0xa8, 0xc2, 0xa2, + 0x8e, 0x2d, 0x95, 0x92, 0xb0, 0xae, 0x30, 0x60, 0x50, 0x61, 0x99, 0x6e, 0x14, 0x1e, 0x06, 0x2d, + 0x16, 0xee, 0x5d, 0xb1, 0xcb, 0xd4, 0x15, 0x06, 0x0c, 0x2a, 0x34, 0xd1, 0x7a, 0x9d, 0x98, 0x0b, + 0x70, 0x6f, 0x47, 0x24, 0x50, 0x98, 0xd2, 0x26, 0xda, 0x2d, 0x13, 0x09, 0x36, 0xad, 0xfb, 0x3b, + 0x55, 0x42, 0xb4, 0x8a, 0x80, 0x1e, 0xc2, 0xa9, 0xa6, 0x47, 0x15, 0x24, 0x9e, 0x1d, 0xa7, 0x92, + 0x7f, 0x2f, 0x46, 0x17, 0x5e, 0x5e, 0x13, 0x05, 0xb9, 0x6f, 0xeb, 0x15, 0x39, 0x41, 0x24, 0x38, + 0xd7, 0x9f, 0xa5, 0x6a, 0x76, 0xbe, 0x56, 0x22, 0xd3, 0x5e, 0x1b, 0xef, 0xce, 0x26, 0xac, 0x47, + 0xe5, 0x22, 0xce, 0x4a, 0xa3, 0x25, 0x2b, 0xba, 0x2c, 0x6f, 0xcc, 0xab, 0xf2, 0x54, 0xcb, 0xc0, + 0xe4, 0xb6, 0xc7, 0x6c, 0x82, 0xf3, 0x8a, 0x54, 0x2d, 0xf9, 0x47, 0x59, 0x4a, 0xab, 0x96, 0x55, + 0x26, 0x1a, 0x0c, 0xad, 0x12, 0x6f, 0x98, 0x18, 0xb1, 0xef, 0x63, 0x45, 0xee, 0xa6, 0x5a, 0x9b, + 0x66, 0x5e, 0x9a, 0x00, 0x3c, 0x8b, 0xd2, 0x91, 0xb0, 0xe3, 0x45, 0x2e, 0x7e, 0x1a, 0xba, 0x5b, + 0x4e, 0x14, 0x6c, 0x42, 0xe6, 0x5b, 0xf6, 0x26, 0x21, 0x42, 0x9b, 0x2e, 0xe5, 0xd7, 0x90, 0xda, + 0x5d, 0xf4, 0xb6, 0x90, 0x42, 0x40, 0xba, 0x0a, 0xda, 0x23, 0x16, 0x89, 0xbc, 0xd9, 0xd9, 0x0d, + 0x45, 0x74, 0xd3, 0xcb, 0x05, 0xbe, 0xf9, 0x51, 0x4c, 0xc5, 0x33, 0x96, 0xd1, 0xdb, 0xc0, 0x0d, + 0xc1, 0x05, 0x14, 0x3f, 0x74, 0x13, 0xb1, 0x5b, 0x15, 0x78, 0x17, 0xb7, 0x32, 0xc4, 0x05, 0x13, + 0x76, 0x27, 0x43, 0x6f, 0xbe, 0xec, 0x27, 0x15, 0x57, 0x9c, 0x17, 0xd5, 0xeb, 0xc5, 0x55, 0xd9, + 0x78, 0xb3, 0x73, 0x2b, 0xf6, 0xd9, 0xfd, 0xdb, 0xea, 0xea, 0xb3, 0xfa, 0x42, 0x2d, 0x87, 0x67, + 0x66, 0x47, 0xb2, 0x4a, 0xe2, 0x1e, 0x2c, 0x7e, 0xcb, 0xa4, 0x4b, 0x8b, 0xa4, 0x48, 0x43, 0xed, + 0x14, 0x4d, 0x7a, 0xb0, 0x6f, 0xdb, 0xcc, 0x20, 0xcd, 0x7d, 0x29, 0x20, 0xb3, 0xd6, 0x8a, 0x1d, + 0xa1, 0xb3, 0xb3, 0x4d, 0x16, 0xd2, 0x4b, 0x72, 0x84, 0x3e, 0xce, 0x3f, 0x1e, 0x23, 0x73, 0xf6, + 0xc4, 0xc0, 0x08, 0x86, 0x03, 0x96, 0x12, 0x49, 0x27, 0x62, 0x51, 0xf3, 0xff, 0xba, 0x44, 0x80, + 0xa6, 0x61, 0x29, 0x69, 0x58, 0x71, 0x23, 0xe6, 0x44, 0xa7, 0xa4, 0x51, 0x18, 0x30, 0xa8, 0x50, + 0x61, 0xdb, 0x09, 0xc3, 0x44, 0x09, 0x6e, 0x35, 0x67, 0x56, 0x19, 0x14, 0x04, 0x16, 0x05, 0xf6, + 0x5d, 0xec, 0x50, 0xdb, 0xf6, 0x77, 0x29, 0x81, 0x7d, 0xcd, 0x44, 0x82, 0x4d, 0x8b, 0x1b, 0x50, + 0x18, 0xb3, 0x49, 0x28, 0xd4, 0x42, 0x1d, 0xc3, 0xd3, 0xe0, 0xb7, 0x8c, 0x24, 0xde, 0xf9, 0x22, + 0x79, 0x4c, 0x5d, 0x0a, 0x02, 0xee, 0x3f, 0x94, 0x35, 0x4e, 0x58, 0xb6, 0xdd, 0x63, 0x6b, 0xd9, + 0x64, 0x30, 0xa8, 0x3c, 0x1e, 0xf1, 0x0a, 0x95, 0x4e, 0x72, 0x9c, 0xb4, 0x8f, 0x78, 0xaf, 0x59, + 0x58, 0x48, 0x51, 0x53, 0x7d, 0x62, 0x01, 0x21, 0x4c, 0x95, 0x92, 0x1c, 0xf8, 0xe5, 0x26, 0xb5, + 0x33, 0x5f, 0x4b, 0xe1, 0xa1, 0xaf, 0x04, 0xba, 0x0e, 0xb9, 0x6e, 0x81, 0x16, 0x0c, 0xfb, 0x0e, + 0x22, 0x1a, 0x51, 0x2d, 0x82, 0x9b, 0x36, 0x1a, 0xd2, 0xf4, 0x78, 0x46, 0xee, 0x45, 0xf4, 0xa3, + 0x27, 0x54, 0x45, 0xe8, 0x45, 0xfc, 0x66, 0xbb, 0x71, 0x46, 0xbe, 0x62, 0xe0, 0xc0, 0xa2, 0x74, + 0x3f, 0x20, 0x67, 0x33, 0x82, 0x9e, 0x71, 0xe2, 0xd0, 0x09, 0x2a, 0xfb, 0x94, 0x8a, 0xc6, 0xc1, + 0x9b, 0x2e, 0xa2, 0x37, 0x06, 0x15, 0xce, 0x4e, 0xe6, 0x38, 0x35, 0xf2, 0xa3, 0xa9, 0xd9, 0xb9, + 0x21, 0x11, 0xa0, 0x69, 0xdc, 0xff, 0x4e, 0x77, 0x6d, 0xed, 0x66, 0x28, 0x10, 0x83, 0x41, 0xbb, + 0x29, 0x53, 0xfe, 0x19, 0xa9, 0xb6, 0x54, 0x37, 0xaf, 0x18, 0x38, 0xb0, 0x28, 0xb1, 0x6d, 0x1d, + 0xe9, 0x34, 0x49, 0xc7, 0xfe, 0x28, 0x6f, 0x0a, 0x68, 0x1a, 0xf4, 0xf1, 0xc5, 0x7e, 0x7b, 0x77, + 0x2b, 0xe8, 0xdc, 0x15, 0x13, 0x5b, 0x49, 0xe5, 0x86, 0x80, 0x83, 0xa2, 0x70, 0xde, 0x26, 0x95, + 0x5e, 0xd0, 0x12, 0x53, 0x79, 0x59, 0xea, 0x9d, 0x74, 0x35, 0x51, 0x89, 0xf9, 0x54, 0x76, 0x1e, + 0x43, 0x34, 0x23, 0xe3, 0x65, 0x5c, 0x7c, 0x58, 0x34, 0xcb, 0x7f, 0x3c, 0x31, 0xa4, 0xff, 0x98, + 0x7e, 0x33, 0xd1, 0x67, 0x39, 0x93, 0x2b, 0xfa, 0x9b, 0x5d, 0x51, 0x18, 0x30, 0xa8, 0xd0, 0x18, + 0x6d, 0x52, 0x03, 0x4c, 0x5a, 0x6b, 0x3c, 0x22, 0x77, 0xea, 0x23, 0x18, 0xa3, 0x6b, 0x69, 0x6e, + 0xd0, 0x5f, 0x81, 0xd3, 0x25, 0x67, 0x5a, 0xb8, 0x8e, 0xac, 0x5a, 0xab, 0x27, 0x88, 0x03, 0xc6, + 0x1a, 0x6b, 0x69, 0x4e, 0xd0, 0xcf, 0xdc, 0xf9, 0x32, 0x59, 0x92, 0xc0, 0xfe, 0x6b, 0x7f, 0x6c, + 0xb9, 0x54, 0x56, 0x9f, 0xa4, 0xdc, 0x96, 0x6a, 0x03, 0xa9, 0xe0, 0x18, 0x0e, 0xce, 0xbb, 0x64, + 0x82, 0x9d, 0x38, 0xc4, 0x8b, 0xd3, 0x6c, 0xb7, 0x7b, 0xad, 0xa8, 0xc3, 0x6d, 0x99, 0x9d, 0x5b, + 0x88, 0x40, 0x46, 0x7d, 0x8a, 0xc3, 0x80, 0x20, 0x78, 0xd2, 0xf1, 0x9a, 0xf6, 0x3a, 0x9d, 0x30, + 0xf1, 0xb8, 0x12, 0x36, 0x53, 0x44, 0x8f, 0x34, 0xaa, 0x58, 0xd1, 0x65, 0x79, 0x3d, 0x2a, 0x3a, + 0xca, 0xc0, 0x80, 0x59, 0x05, 0x6e, 0xe3, 0xe1, 0x3d, 0x14, 0x98, 0xd2, 0xe9, 0x1e, 0x2f, 0xce, + 0x16, 0xd9, 0xc6, 0x6f, 0x5a, 0x85, 0x0c, 0x09, 0x66, 0x33, 0x83, 0x34, 0x77, 0x0c, 0xd3, 0x35, + 0xfc, 0xa8, 0x73, 0x3a, 0x4c, 0x57, 0xfb, 0x51, 0x4d, 0xb7, 0x29, 0xbb, 0x52, 0xca, 0x43, 0xf3, + 0x98, 0x24, 0x98, 0x4f, 0x5d, 0x29, 0xd5, 0x28, 0x30, 0xe9, 0x96, 0xde, 0x22, 0xd3, 0xc6, 0x80, + 0x0f, 0x13, 0x0f, 0xba, 0xf4, 0x39, 0xba, 0xfb, 0xa7, 0x06, 0x72, 0xa8, 0x78, 0xd2, 0xff, 0x51, + 0x26, 0xf3, 0x19, 0x27, 0x19, 0x77, 0x03, 0x16, 0x31, 0x6d, 0x89, 0xbc, 0x6b, 0x14, 0x06, 0x0c, + 0x63, 0x0b, 0xae, 0x72, 0x01, 0xc1, 0x25, 0xa5, 0x68, 0x65, 0xa0, 0x14, 0x15, 0xc2, 0x6a, 0xec, + 0xe4, 0xc2, 0xca, 0xde, 0x1d, 0xc6, 0x0b, 0xed, 0x0e, 0x0f, 0x40, 0xc0, 0x59, 0x1b, 0xcc, 0x64, + 0x81, 0x0d, 0xe6, 0xc3, 0x12, 0x99, 0xb3, 0x67, 0x5e, 0x81, 0x11, 0x7f, 0x58, 0x07, 0x70, 0x99, + 0x19, 0x62, 0x49, 0x14, 0xb6, 0xdb, 0x7e, 0x24, 0x22, 0xc5, 0xe6, 0x84, 0x5d, 0x25, 0xa0, 0x60, + 0x50, 0xb8, 0xbf, 0x50, 0x26, 0x0b, 0x3a, 0x6c, 0x58, 0xa4, 0x3e, 0x1d, 0xdd, 0xd1, 0xc0, 0xb6, + 0x75, 0x34, 0x90, 0x97, 0xd1, 0x34, 0xd5, 0xae, 0x81, 0xc7, 0x04, 0xef, 0xa6, 0x8e, 0x09, 0x5e, + 0x1b, 0x92, 0xef, 0xf1, 0x47, 0x06, 0xff, 0xb4, 0x4c, 0x1e, 0x49, 0x17, 0x59, 0x6b, 0x7b, 0xc1, + 0xc1, 0x08, 0xc7, 0xe9, 0x8b, 0xd6, 0x38, 0xbd, 0x31, 0x5c, 0x7f, 0x58, 0xe3, 0x06, 0x0e, 0x96, + 0x97, 0x1a, 0xac, 0xb7, 0x4e, 0xc2, 0xfc, 0xf8, 0x11, 0xfb, 0x4f, 0x25, 0xf2, 0x78, 0x66, 0xb9, + 0xd3, 0x70, 0x81, 0x7e, 0xc1, 0x76, 0x81, 0xbe, 0x7a, 0x82, 0xee, 0x0d, 0xf0, 0x89, 0xfe, 0xd7, + 0xf2, 0x80, 0x6e, 0x31, 0x6f, 0xd9, 0x4d, 0xba, 0xfd, 0x36, 0xe9, 0x26, 0x15, 0x63, 0x6c, 0xa4, + 0x3c, 0xe4, 0xbb, 0xc0, 0xf6, 0x4f, 0x0d, 0xa6, 0x6b, 0x7f, 0x29, 0xcd, 0x42, 0xa3, 0xc1, 0xe4, + 0x60, 0xe7, 0xd4, 0x2a, 0x8f, 0x28, 0xa7, 0x16, 0x95, 0x31, 0x87, 0xca, 0x4a, 0x4f, 0x3b, 0xe1, + 0x0c, 0xfb, 0xdd, 0xa0, 0xa2, 0x6a, 0x12, 0xea, 0xb4, 0x3c, 0x44, 0x62, 0x2c, 0x77, 0xc1, 0x59, + 0x1f, 0xd0, 0x8c, 0xb7, 0xe0, 0x77, 0x26, 0x95, 0xc7, 0x52, 0xf1, 0x74, 0xbf, 0x51, 0x21, 0x1f, + 0x3f, 0x66, 0xda, 0xd1, 0x4d, 0xc2, 0x3a, 0xf9, 0x7c, 0x29, 0xed, 0x9e, 0x5a, 0xca, 0x2c, 0x6c, + 0xf9, 0xab, 0x52, 0x1f, 0xab, 0xfc, 0x91, 0x3f, 0xd6, 0xcf, 0x9b, 0xce, 0x44, 0x1e, 0xea, 0x78, + 0xe5, 0xc4, 0x0b, 0xeb, 0xc1, 0x79, 0x17, 0x4f, 0xd1, 0xf1, 0x81, 0x69, 0xac, 0x9f, 0xc9, 0xec, + 0x94, 0x15, 0x60, 0x81, 0x57, 0xcc, 0x10, 0x68, 0xdc, 0x45, 0xd1, 0x57, 0xcc, 0x24, 0x02, 0x34, + 0x8d, 0x15, 0x47, 0x51, 0xce, 0x8d, 0xa3, 0xf8, 0x77, 0x25, 0x72, 0x2e, 0xdd, 0x88, 0xd3, 0x90, + 0x3a, 0x0d, 0x5b, 0xea, 0x2c, 0x0f, 0xf7, 0xed, 0x07, 0x08, 0x9c, 0x9f, 0x9b, 0x21, 0x8f, 0xf6, + 0x6d, 0x56, 0x7c, 0x18, 0x7f, 0xbc, 0x44, 0xce, 0xec, 0x31, 0xfb, 0xc2, 0xb8, 0xf1, 0x23, 0x3a, + 0x96, 0x73, 0x4d, 0xea, 0xd8, 0x8b, 0x42, 0xdc, 0x5a, 0xea, 0x23, 0x81, 0xfe, 0xca, 0x9c, 0x9f, + 0xa1, 0x43, 0xed, 0xdd, 0x8b, 0xfb, 0xf2, 0xe8, 0x8b, 0x79, 0xf4, 0xb9, 0x1c, 0x57, 0x5e, 0x4e, + 0x06, 0xfe, 0xd5, 0x45, 0x8c, 0x15, 0xcd, 0xa2, 0x82, 0xcc, 0x5a, 0xa9, 0x12, 0xc0, 0xb3, 0x8b, + 0xa1, 0xda, 0x57, 0xe8, 0xee, 0x5a, 0xd6, 0xfd, 0x03, 0x2e, 0x93, 0x24, 0x06, 0x14, 0x47, 0xe7, + 0x3d, 0x52, 0xdd, 0x93, 0x97, 0x7c, 0x84, 0xd0, 0xcb, 0xd9, 0x59, 0x32, 0xef, 0x04, 0xf1, 0x28, + 0x77, 0x85, 0x02, 0xcd, 0xd4, 0xb9, 0x4a, 0x2a, 0x9d, 0xdd, 0x58, 0xdc, 0xd7, 0xcd, 0x8b, 0xa3, + 0xb1, 0xa3, 0x96, 0xf8, 0x0d, 0x44, 0x0a, 0x04, 0x64, 0x81, 0x9c, 0xa2, 0x9d, 0x96, 0xf0, 0x61, + 0xe7, 0x70, 0x82, 0xd5, 0x5a, 0x3f, 0x27, 0x0a, 0x04, 0x64, 0xc1, 0x02, 0xf6, 0xf0, 0xbe, 0x82, + 0x70, 0x50, 0xe7, 0x5c, 0xe6, 0xee, 0xbb, 0x95, 0xc1, 0x53, 0xd1, 0x31, 0x30, 0x70, 0x46, 0xe8, + 0x99, 0x6e, 0xb2, 0xd4, 0xd1, 0xc2, 0x7f, 0x90, 0x97, 0x50, 0xb8, 0x2f, 0xcd, 0x34, 0x3f, 0x48, + 0xe3, 0x70, 0x10, 0xbc, 0x18, 0x57, 0xbf, 0xbb, 0xbf, 0x1b, 0x0b, 0xff, 0x40, 0x1e, 0xd7, 0xbe, + 0x24, 0xe0, 0x82, 0x2b, 0x83, 0x83, 0xe0, 0xe5, 0xd4, 0x48, 0x79, 0xb7, 0x29, 0xf2, 0x3f, 0xe6, + 0x58, 0xb4, 0xf6, 0x75, 0xd2, 0xd5, 0x09, 0x8c, 0xa0, 0xdb, 0x58, 0x03, 0x5a, 0x9e, 0xea, 0x23, + 0x93, 0xbb, 0xfc, 0x82, 0xa0, 0xc8, 0xf5, 0x78, 0x29, 0xef, 0x16, 0x63, 0xdf, 0x6d, 0x42, 0x7e, + 0x93, 0x41, 0x20, 0x40, 0xb2, 0xa3, 0xfb, 0x30, 0xd9, 0x55, 0x57, 0x1e, 0x45, 0xb2, 0xc7, 0xe5, + 0xe1, 0xae, 0x48, 0x0a, 0xeb, 0x59, 0x41, 0xc1, 0xe0, 0x88, 0x73, 0xde, 0x93, 0xd9, 0xef, 0x59, + 0xa2, 0xc7, 0xdc, 0x39, 0x9f, 0x99, 0x2c, 0x9f, 0xcf, 0x79, 0x85, 0x02, 0xcd, 0xd4, 0xe9, 0x91, + 0xd9, 0xc3, 0xb8, 0xbb, 0xef, 0xcb, 0xa5, 0xcf, 0xb2, 0x3f, 0x4e, 0x5f, 0xfe, 0x6c, 0x4e, 0x4a, + 0x4f, 0x51, 0x24, 0x88, 0x92, 0x9e, 0xd7, 0xee, 0x93, 0x60, 0x2c, 0x8d, 0xd2, 0x6d, 0x93, 0x2d, + 0xd8, 0xb5, 0xe0, 0x27, 0x79, 0xbf, 0x17, 0xee, 0x1c, 0x25, 0xbe, 0xc8, 0x0e, 0x99, 0xf3, 0x49, + 0xde, 0xe1, 0xc4, 0xfd, 0x9f, 0x44, 0x20, 0x40, 0xb2, 0x53, 0x43, 0xc6, 0xa4, 0xf1, 0x42, 0xe1, + 0x21, 0xeb, 0xeb, 0x83, 0x1e, 0x32, 0x26, 0x7d, 0x35, 0x53, 0xf7, 0xf7, 0xc7, 0xfb, 0x37, 0x38, + 0xa6, 0x7f, 0xfe, 0x6c, 0xff, 0x71, 0xe6, 0xdb, 0xc3, 0xdb, 0x57, 0x0f, 0xf0, 0x60, 0x93, 0xee, + 0x0f, 0x8f, 0x76, 0x33, 0x77, 0x2f, 0xb1, 0x43, 0x0c, 0x6b, 0xa6, 0xf1, 0xa1, 0x51, 0xb9, 0x46, + 0xb3, 0xf1, 0x30, 0xa0, 0xce, 0xb4, 0xca, 0x57, 0xf9, 0xc8, 0x2a, 0xdf, 0x1d, 0x3a, 0xde, 0xa8, + 0xa5, 0xe8, 0x64, 0x17, 0x43, 0xe6, 0x87, 0x60, 0x7b, 0xcd, 0x9a, 0x60, 0x01, 0x8a, 0x19, 0x0e, + 0xdc, 0x13, 0xe9, 0x4e, 0x80, 0xcf, 0xd0, 0x22, 0x49, 0x2a, 0xf7, 0x05, 0x6c, 0x88, 0x91, 0x78, + 0xa2, 0x7e, 0x1c, 0xf1, 0x87, 0x79, 0x04, 0x70, 0x7c, 0x65, 0xa7, 0xa9, 0x42, 0xfe, 0xa3, 0x52, + 0x86, 0xc2, 0xc3, 0x95, 0xfe, 0xcf, 0xda, 0x4a, 0xff, 0xf3, 0x69, 0xa5, 0xbf, 0xcf, 0x44, 0xb7, + 0xf4, 0xfd, 0xe2, 0x89, 0x02, 0x8b, 0x66, 0xe3, 0x70, 0xff, 0x77, 0x89, 0x54, 0xea, 0x61, 0x6b, + 0x84, 0x4e, 0x80, 0x2b, 0x96, 0x13, 0xe0, 0xb9, 0xdc, 0x67, 0x6f, 0x06, 0x9a, 0xfc, 0x37, 0x53, + 0x26, 0xff, 0xa7, 0xf2, 0x59, 0x1d, 0x6f, 0xe0, 0x7f, 0xb3, 0x42, 0xcc, 0x87, 0x7b, 0x9c, 0xdf, + 0x3e, 0x49, 0x54, 0x63, 0xa5, 0xd8, 0x5b, 0x3e, 0xa2, 0x0e, 0x16, 0x03, 0x24, 0xaf, 0x3c, 0xfd, + 0xa9, 0x0d, 0x6e, 0xbc, 0xe3, 0x07, 0x7b, 0xfb, 0x89, 0xdf, 0x4a, 0x77, 0xec, 0xf4, 0x82, 0x1b, + 0xff, 0x5b, 0x89, 0xcc, 0xa7, 0x6a, 0x77, 0x0e, 0xb2, 0x6e, 0x4d, 0x9c, 0xd4, 0xaa, 0x3f, 0x93, + 0x7b, 0xcf, 0x62, 0x99, 0x10, 0xe5, 0x89, 0x96, 0xb6, 0x37, 0xd3, 0x43, 0x94, 0xab, 0x3a, 0x06, + 0x83, 0x02, 0xbd, 0xf8, 0x49, 0xd8, 0x0d, 0xdb, 0xe1, 0xde, 0xd1, 0x35, 0x5f, 0x5e, 0xca, 0x57, + 0x5e, 0xfc, 0x6d, 0x8d, 0x02, 0x93, 0x0e, 0x13, 0x3d, 0xa5, 0xdf, 0x7d, 0xfa, 0xb3, 0x89, 0xfa, + 0xa7, 0x67, 0xa2, 0xfe, 0x6e, 0x89, 0x2c, 0x60, 0xed, 0x2c, 0x84, 0x43, 0x86, 0x20, 0xaa, 0x8c, + 0xdb, 0xa5, 0x63, 0x32, 0x6e, 0xe3, 0x1d, 0x8e, 0xa4, 0x15, 0xf6, 0x64, 0x16, 0x18, 0x43, 0x8a, + 0x21, 0x14, 0x04, 0x56, 0xd0, 0xd1, 0x36, 0x89, 0xfb, 0x19, 0x26, 0x1d, 0x85, 0x82, 0xc0, 0xca, + 0x84, 0xdc, 0x63, 0xd9, 0x09, 0xb9, 0x79, 0xd2, 0x1c, 0x11, 0x3a, 0x20, 0x76, 0x66, 0x23, 0x69, + 0x8e, 0x8c, 0x29, 0xd0, 0x34, 0xee, 0x3f, 0xaf, 0x90, 0x19, 0x8c, 0xa0, 0x53, 0xe1, 0xc5, 0xaf, + 0x59, 0xe1, 0xc5, 0x4f, 0xa7, 0xc2, 0x8b, 0x17, 0x4c, 0xda, 0x07, 0x13, 0x5d, 0x2c, 0xd2, 0x2b, + 0xb1, 0x94, 0xf1, 0x27, 0x8d, 0x2c, 0xb6, 0xd2, 0x2b, 0x29, 0x4e, 0x60, 0x33, 0xfe, 0x81, 0x8a, + 0x28, 0xfe, 0x93, 0x12, 0x99, 0xa3, 0xdf, 0x02, 0xa7, 0xe8, 0x0f, 0xd2, 0x7c, 0x34, 0x93, 0x32, + 0x4d, 0x1c, 0x93, 0x94, 0xe9, 0x57, 0x4a, 0x04, 0x03, 0x3f, 0x4f, 0xc3, 0x9b, 0xb6, 0x61, 0x7b, + 0xd3, 0x9e, 0xc9, 0x15, 0xbe, 0x03, 0x1c, 0x68, 0xbf, 0x5e, 0x21, 0xb3, 0xd8, 0xe4, 0x70, 0x4f, + 0x7e, 0x30, 0x6b, 0x70, 0x4a, 0x05, 0x06, 0x07, 0x13, 0x34, 0x84, 0xed, 0x76, 0x78, 0x2f, 0xfd, + 0xf1, 0x36, 0x18, 0x14, 0x04, 0x16, 0xdd, 0x94, 0x5d, 0x4c, 0x22, 0x13, 0xf6, 0xe2, 0xf4, 0x75, + 0xaf, 0xba, 0x80, 0x83, 0xa2, 0xa0, 0x2b, 0x7e, 0x26, 0x0e, 0xa8, 0x0d, 0x20, 0x63, 0x0b, 0xc6, + 0x58, 0x6c, 0x01, 0xcf, 0x7d, 0x67, 0xc0, 0xc1, 0xa2, 0xa2, 0xaa, 0x66, 0x95, 0xfd, 0x66, 0x6b, + 0xe8, 0x04, 0x59, 0xc2, 0x79, 0x62, 0x26, 0xc9, 0x01, 0x34, 0x33, 0x3c, 0x06, 0x48, 0x64, 0x18, + 0x44, 0x2c, 0x8e, 0x0d, 0x95, 0x72, 0xaa, 0x02, 0x24, 0x30, 0x07, 0x96, 0xfa, 0xdf, 0x79, 0x09, + 0x53, 0xbe, 0x06, 0xed, 0x2d, 0x7c, 0x7d, 0x42, 0x04, 0x92, 0x88, 0x1c, 0xae, 0x02, 0x08, 0x1a, + 0x8f, 0x7b, 0x3e, 0xbb, 0x6c, 0xca, 0xdf, 0x20, 0x98, 0x62, 0xd4, 0x6c, 0xcf, 0xdf, 0x52, 0x50, + 0x30, 0x28, 0xdc, 0x57, 0xd9, 0xde, 0x3d, 0x64, 0xf8, 0xf9, 0x77, 0xcb, 0xc4, 0xa9, 0xb3, 0x70, + 0x0b, 0xeb, 0x99, 0x86, 0x7d, 0x32, 0x17, 0x53, 0x63, 0xb5, 0xd3, 0xbb, 0x2f, 0x58, 0x15, 0x0b, + 0xf8, 0x6f, 0xac, 0x9b, 0x65, 0xf8, 0x05, 0x4b, 0x1b, 0x06, 0x29, 0xbe, 0x38, 0x24, 0x51, 0xaf, + 0xb3, 0x12, 0xe3, 0x7b, 0x6f, 0xe2, 0xa1, 0x05, 0x36, 0x24, 0x20, 0x81, 0xa0, 0xf1, 0x38, 0x07, + 0xd8, 0x8f, 0x1b, 0x54, 0x1a, 0x85, 0x61, 0x22, 0x67, 0x0d, 0xcb, 0xba, 0x6d, 0xc0, 0xc1, 0xa2, + 0xc2, 0x84, 0xd5, 0x71, 0xaf, 0xdb, 0x6d, 0xb3, 0xd3, 0x1d, 0xaf, 0x7d, 0x25, 0x0a, 0x7b, 0x5d, + 0x1e, 0x71, 0x2b, 0x12, 0x56, 0x37, 0xfa, 0xb0, 0x90, 0x51, 0x02, 0x17, 0xfd, 0x6e, 0xcc, 0xfe, + 0x17, 0x17, 0x48, 0xb9, 0x8f, 0xa9, 0xc1, 0x40, 0x20, 0x71, 0x6e, 0x8f, 0x6d, 0x55, 0x2c, 0x01, + 0x3e, 0x46, 0x82, 0x39, 0x3e, 0x99, 0xed, 0xb2, 0xed, 0x48, 0x1e, 0x31, 0x17, 0x1a, 0xca, 0x54, + 0xc0, 0x07, 0x4f, 0x74, 0x6d, 0xb2, 0x01, 0x9b, 0xab, 0xfb, 0x1f, 0x08, 0x93, 0x35, 0xe2, 0x60, + 0x6d, 0x52, 0x84, 0x73, 0x0a, 0x5d, 0xec, 0xd9, 0x22, 0x2f, 0xbe, 0x68, 0x39, 0x2e, 0x82, 0x43, + 0x41, 0x72, 0x71, 0xbe, 0xc4, 0xcf, 0xc8, 0xd9, 0xfa, 0x2e, 0xfe, 0x0c, 0x13, 0xa7, 0xb7, 0x02, + 0x95, 0x05, 0x0b, 0x30, 0xd8, 0x39, 0x5b, 0x64, 0x56, 0x64, 0x49, 0x17, 0xb6, 0x7a, 0xc5, 0xb2, + 0x57, 0x67, 0xc1, 0x44, 0x7e, 0x98, 0x06, 0x80, 0x5d, 0xd8, 0xd9, 0x23, 0x4f, 0x18, 0x4f, 0xa7, + 0x64, 0x04, 0x25, 0x71, 0xc1, 0xf1, 0x0c, 0x7a, 0x01, 0xb6, 0x8f, 0x23, 0x84, 0xe3, 0xf9, 0xd0, + 0x41, 0x7e, 0xc4, 0x6b, 0x26, 0xc1, 0xa1, 0x5f, 0xf3, 0xbd, 0x16, 0xd5, 0xca, 0x7c, 0xfb, 0x76, + 0xf1, 0xe3, 0xb4, 0x82, 0x47, 0x56, 0xb2, 0x08, 0x20, 0xbb, 0x1c, 0xb5, 0xd7, 0xab, 0xad, 0x4e, + 0x2c, 0xc6, 0x60, 0xc2, 0x7a, 0x25, 0xa6, 0x5a, 0xbb, 0xd1, 0x50, 0xfd, 0xd7, 0x3f, 0x40, 0x17, + 0x70, 0xde, 0xe7, 0x8f, 0xd7, 0x2a, 0x83, 0x84, 0xbf, 0x4e, 0xf4, 0x46, 0x21, 0x13, 0xd8, 0xba, + 0x08, 0xc1, 0xdd, 0x58, 0x2a, 0xf8, 0xcf, 0xba, 0x23, 0x61, 0x55, 0xe1, 0xfc, 0x30, 0x5d, 0x58, + 0x7e, 0x84, 0x8f, 0xb2, 0xae, 0x34, 0x59, 0xd6, 0x47, 0x76, 0x42, 0x35, 0x65, 0x45, 0xc0, 0x3b, + 0x8d, 0x3e, 0x0a, 0xc8, 0x28, 0xe5, 0x5c, 0x45, 0x89, 0x63, 0x42, 0x45, 0xac, 0xa6, 0x54, 0xed, + 0x16, 0x6b, 0x3e, 0x26, 0x76, 0xc7, 0x37, 0x2a, 0x6c, 0x8e, 0x90, 0x2a, 0x87, 0xdb, 0x8a, 0xca, + 0x66, 0x4d, 0xec, 0x08, 0xc3, 0xfe, 0x8c, 0xd6, 0x68, 0x29, 0xe1, 0x89, 0xc5, 0x0d, 0x3f, 0xc1, + 0x27, 0xa3, 0x98, 0xbf, 0x79, 0xca, 0xc8, 0x72, 0xa5, 0x51, 0x60, 0xd2, 0xa1, 0x0e, 0xc4, 0x0e, + 0x3a, 0x36, 0x6b, 0xcc, 0x8b, 0x3c, 0xa5, 0xd7, 0xce, 0x55, 0x0e, 0x06, 0x89, 0x97, 0xa4, 0x9b, + 0xf5, 0x35, 0xe6, 0x11, 0x4e, 0x91, 0x52, 0x30, 0x48, 0x3c, 0x46, 0x87, 0xa5, 0xdf, 0xe2, 0x99, + 0x2b, 0xe2, 0x9d, 0xef, 0x97, 0xe0, 0x05, 0x9f, 0xe3, 0xb9, 0x4f, 0x16, 0xd4, 0x7b, 0x40, 0x3c, + 0xfd, 0x60, 0xbc, 0x38, 0x5f, 0xe4, 0xe9, 0xdc, 0xcc, 0x2c, 0x86, 0x2a, 0x38, 0x77, 0x33, 0xc5, + 0x13, 0xfa, 0x6a, 0xb1, 0x6e, 0xc9, 0x2f, 0xe4, 0x66, 0x28, 0xc7, 0xe7, 0x78, 0x7a, 0x3b, 0xad, + 0xf0, 0x80, 0x8a, 0x0c, 0xf6, 0x22, 0x90, 0xf9, 0x10, 0xac, 0x44, 0x80, 0xa6, 0x59, 0xfa, 0x3c, + 0x39, 0xd3, 0x37, 0xa7, 0x87, 0x8a, 0x2a, 0xfb, 0xd9, 0x31, 0x52, 0x55, 0x5e, 0x1d, 0x5a, 0xbf, + 0xe5, 0x4a, 0x7b, 0x3c, 0xed, 0x4a, 0x9b, 0xc2, 0x9d, 0xd7, 0xf4, 0x9e, 0x7d, 0x39, 0xe3, 0x25, + 0xc8, 0xf3, 0xb9, 0x1f, 0xb1, 0xf8, 0xe5, 0x8e, 0x21, 0xde, 0xc9, 0xd4, 0x6a, 0xfd, 0xd8, 0xb1, + 0x6a, 0x7d, 0xc1, 0x87, 0x7e, 0x50, 0x81, 0xa7, 0x3b, 0x0f, 0x25, 0x4b, 0x3d, 0x62, 0x51, 0x47, + 0x20, 0x70, 0x1c, 0xd3, 0xbb, 0x50, 0x28, 0x33, 0xbd, 0x6b, 0xf2, 0xa4, 0x7a, 0x97, 0xe4, 0x00, + 0x9a, 0x19, 0x26, 0x60, 0x6f, 0xda, 0x8f, 0x92, 0xa8, 0x3b, 0x1b, 0x17, 0x86, 0x78, 0x14, 0xa4, + 0x67, 0x24, 0x60, 0x5f, 0x4b, 0xf3, 0x83, 0xfe, 0x2a, 0xf0, 0x82, 0xfd, 0xbc, 0x9a, 0x10, 0x74, + 0x07, 0xc2, 0x54, 0x45, 0xa3, 0x73, 0x64, 0xde, 0xb4, 0x2c, 0xd5, 0x07, 0xe0, 0x7f, 0xfc, 0xad, + 0x12, 0xf3, 0x3f, 0x6e, 0xfb, 0x07, 0xdd, 0x36, 0xbe, 0x74, 0x32, 0xba, 0xa6, 0x7f, 0x89, 0x4c, + 0x25, 0xa2, 0x96, 0x62, 0x49, 0xa0, 0x8d, 0x66, 0x31, 0x7f, 0xac, 0x12, 0x04, 0x12, 0x0a, 0x8a, + 0xa1, 0xfb, 0xaf, 0xf8, 0x57, 0x90, 0x98, 0xd3, 0xb0, 0xac, 0x6e, 0xd8, 0x96, 0xd5, 0x8b, 0x85, + 0x3b, 0x33, 0xc0, 0xc2, 0xfa, 0x86, 0xdd, 0x05, 0xa6, 0xb0, 0x3d, 0xfc, 0x1e, 0x71, 0xf7, 0x3a, + 0xb1, 0x1f, 0x5a, 0xa1, 0xea, 0x0a, 0x8b, 0xd6, 0xe4, 0x12, 0xf1, 0xfc, 0x90, 0x91, 0x9a, 0xee, + 0xaf, 0x95, 0xc9, 0xb9, 0xac, 0xf7, 0xd7, 0x9d, 0x16, 0x99, 0xe9, 0x1a, 0xea, 0x73, 0xb1, 0xbb, + 0xfc, 0xa6, 0xc2, 0xad, 0x55, 0x17, 0x13, 0x0a, 0x16, 0x57, 0x4c, 0xbd, 0x8e, 0xaf, 0xc9, 0x2b, + 0xf7, 0x4a, 0x79, 0x78, 0x11, 0xa5, 0xaa, 0x59, 0x37, 0x18, 0x81, 0xc5, 0x76, 0x04, 0x79, 0xca, + 0xdd, 0x7f, 0x50, 0x22, 0x8f, 0x0d, 0xb8, 0xf0, 0x8f, 0xd5, 0xdd, 0x63, 0x5e, 0x48, 0xf1, 0x90, + 0x8f, 0xaa, 0x8e, 0xfb, 0x26, 0x41, 0x60, 0x9d, 0x1d, 0xbc, 0x47, 0xaa, 0x5e, 0x37, 0x2d, 0x17, + 0x39, 0x06, 0xef, 0xbb, 0x5c, 0x6c, 0xdc, 0x3b, 0x55, 0xef, 0x99, 0x1a, 0x5c, 0xdd, 0xaf, 0x57, + 0xc8, 0x38, 0x7f, 0x60, 0xb1, 0x4e, 0x15, 0x20, 0x9e, 0x5f, 0x70, 0xb8, 0xf4, 0x86, 0x5a, 0x4f, + 0xe2, 0x00, 0x90, 0x6c, 0x9c, 0xeb, 0xe4, 0x2c, 0xfa, 0x57, 0x03, 0xaf, 0x5d, 0xf3, 0xdb, 0xde, + 0x91, 0x54, 0xbc, 0x79, 0x6e, 0x69, 0x99, 0x06, 0xf5, 0xec, 0x66, 0x3f, 0x09, 0x64, 0x95, 0xc3, + 0xeb, 0x4a, 0xa9, 0x04, 0x41, 0x3c, 0x6f, 0xa3, 0xba, 0xae, 0x74, 0x7c, 0x92, 0x20, 0xbc, 0xb1, + 0xd5, 0xed, 0x33, 0x31, 0x8c, 0x97, 0xf9, 0x6c, 0xb3, 0xc2, 0xa6, 0xc5, 0xbb, 0x4e, 0x71, 0x8f, + 0x9d, 0x91, 0x6e, 0xef, 0x53, 0x4b, 0x66, 0x3f, 0x6c, 0xb7, 0xc4, 0x8b, 0x52, 0x4a, 0x9d, 0x6a, + 0xa4, 0xf0, 0xd0, 0x57, 0x02, 0xb9, 0xec, 0x7a, 0x41, 0x9b, 0x4e, 0x6d, 0xcd, 0x65, 0xc2, 0xe6, + 0xb2, 0x91, 0xc2, 0x43, 0x5f, 0x09, 0xf7, 0x0f, 0x4b, 0xe4, 0x6c, 0xc6, 0xc9, 0x3d, 0x0f, 0x28, + 0xdb, 0xa3, 0xa2, 0x51, 0x65, 0x10, 0x36, 0x02, 0xca, 0x38, 0x1c, 0x14, 0x05, 0xce, 0x42, 0x6e, + 0x37, 0xa6, 0x13, 0x22, 0x8b, 0xa3, 0x52, 0x81, 0x1d, 0x2e, 0xdd, 0x8f, 0x7a, 0x27, 0x7e, 0x6c, + 0xe0, 0x3b, 0xf1, 0x54, 0x31, 0xd9, 0x53, 0xd6, 0xb9, 0xa1, 0x98, 0x70, 0xfb, 0x9c, 0xe3, 0x30, + 0x2b, 0xf8, 0x7c, 0x2a, 0x82, 0x07, 0x1b, 0x92, 0x7a, 0xce, 0x9e, 0xb9, 0x14, 0x30, 0xb6, 0x25, + 0xe3, 0x49, 0xfb, 0xe7, 0xed, 0xd7, 0x6e, 0x75, 0x9b, 0x57, 0x6b, 0xd6, 0x3b, 0x5e, 0x45, 0xb3, + 0x9a, 0x7f, 0x12, 0x53, 0x07, 0xab, 0x67, 0x19, 0xd5, 0xa4, 0xa7, 0xec, 0xea, 0x14, 0x0c, 0x0c, + 0xe9, 0x3c, 0x27, 0x7a, 0x9f, 0x72, 0x4e, 0x82, 0xd7, 0x0a, 0x63, 0x63, 0x08, 0xa8, 0x1c, 0xa1, + 0x6a, 0x2d, 0x9e, 0x0a, 0xa4, 0x5d, 0xb3, 0xd7, 0x38, 0x18, 0x24, 0xde, 0xce, 0x5c, 0x3e, 0x39, + 0xe2, 0xcc, 0xe5, 0x53, 0xb9, 0x51, 0x88, 0xbf, 0x4c, 0x77, 0x45, 0x96, 0x76, 0x4d, 0xdc, 0x04, + 0x45, 0x27, 0xff, 0xe8, 0x76, 0x45, 0x7c, 0xe7, 0x0d, 0x2b, 0x4b, 0x27, 0x1d, 0x66, 0x2d, 0x00, + 0x8e, 0xc3, 0x24, 0xae, 0xac, 0x6a, 0xfc, 0x7c, 0x33, 0x3c, 0x89, 0xab, 0x7e, 0xfd, 0x9b, 0xc5, + 0xb8, 0x83, 0xdf, 0xa5, 0xb6, 0x37, 0x6b, 0xac, 0xf6, 0xc4, 0x3c, 0x2c, 0x31, 0xee, 0x99, 0x8d, + 0x7b, 0x50, 0x31, 0xee, 0xd9, 0xcc, 0xf3, 0x63, 0xdc, 0x33, 0xcb, 0x3d, 0x7c, 0x31, 0xee, 0x99, + 0xcd, 0x1c, 0xa0, 0xcf, 0x7d, 0xb7, 0x3c, 0xa0, 0x5b, 0x4c, 0xb3, 0x7b, 0x01, 0x57, 0x01, 0x43, + 0xc6, 0x62, 0x53, 0x9e, 0xe1, 0x2b, 0x80, 0xc3, 0x40, 0x61, 0x9d, 0xd8, 0x88, 0x11, 0xe7, 0x8d, + 0x5c, 0x3f, 0xe1, 0x07, 0x5e, 0xb6, 0x5d, 0x39, 0xe6, 0x05, 0xcb, 0x54, 0xe0, 0x38, 0x46, 0xe4, + 0x28, 0x65, 0xbd, 0x72, 0x12, 0x65, 0x7d, 0x26, 0x5b, 0x51, 0x5f, 0xa2, 0x7b, 0xe2, 0xc9, 0x8d, + 0xef, 0x5f, 0x2c, 0x93, 0x8f, 0x1f, 0x33, 0xc3, 0xb8, 0x68, 0xb1, 0x06, 0xd5, 0x10, 0x2d, 0x7d, + 0x03, 0x5b, 0x27, 0xe7, 0x76, 0x7b, 0xed, 0xf6, 0x11, 0x3b, 0x61, 0xf7, 0x5b, 0x92, 0x42, 0xa8, + 0x0b, 0xea, 0x6d, 0xc8, 0x8d, 0x0c, 0x1a, 0xc8, 0x2c, 0x89, 0x8e, 0xaf, 0x70, 0x87, 0xa5, 0xb5, + 0x6b, 0xe9, 0xfb, 0x9f, 0x6c, 0xfc, 0x2a, 0xda, 0xf1, 0x75, 0xb3, 0x8f, 0x02, 0x32, 0x4a, 0xa1, + 0xf2, 0xc0, 0x9e, 0x95, 0x54, 0xcd, 0x4a, 0x29, 0x0f, 0x60, 0x22, 0xc1, 0xa6, 0x75, 0xff, 0xa0, + 0x84, 0x42, 0x28, 0xe3, 0xd9, 0x23, 0xeb, 0xb5, 0x60, 0x23, 0x70, 0xbc, 0xff, 0xb5, 0x60, 0xe6, + 0x0f, 0xb3, 0x69, 0xf9, 0xf8, 0xc6, 0x3a, 0xf0, 0xcc, 0xda, 0xef, 0xc5, 0x85, 0x09, 0x45, 0x81, + 0x2f, 0x7c, 0xb5, 0x82, 0xc3, 0x20, 0x0e, 0xa3, 0x02, 0x8f, 0x73, 0xf6, 0x05, 0x33, 0xe9, 0x2d, + 0xaa, 0xc6, 0x99, 0x80, 0xe4, 0xe6, 0xfe, 0x8d, 0x32, 0x99, 0x95, 0xf5, 0x51, 0xb5, 0x84, 0xad, + 0xe2, 0x51, 0x89, 0xd6, 0x77, 0x2c, 0xd1, 0x7a, 0xb1, 0xd8, 0xad, 0x11, 0xd6, 0xa8, 0x81, 0x22, + 0xf5, 0x8b, 0x29, 0x91, 0x7a, 0x69, 0x18, 0xa6, 0xb9, 0xd6, 0xfc, 0x19, 0x8b, 0xfe, 0x21, 0xca, + 0x45, 0x9a, 0xd5, 0x9d, 0x01, 0xa2, 0xf3, 0xeb, 0xe5, 0x54, 0x37, 0x98, 0xc8, 0xfc, 0x2a, 0x19, + 0xdb, 0xf7, 0xa2, 0x96, 0x38, 0xba, 0x78, 0x6b, 0xc8, 0x4f, 0x41, 0xcd, 0x87, 0xa8, 0xc5, 0x05, + 0xdf, 0xcb, 0xea, 0xd1, 0x04, 0x0a, 0xca, 0x0d, 0xc3, 0x64, 0x95, 0x3a, 0x6f, 0xe2, 0xa3, 0x0a, + 0x61, 0x57, 0x45, 0xd9, 0x3c, 0xcd, 0x1f, 0x54, 0x40, 0x08, 0xe5, 0xe0, 0xd8, 0xd5, 0x21, 0x18, + 0x04, 0xfd, 0x92, 0x4f, 0xaa, 0xaa, 0xea, 0x11, 0x06, 0xfc, 0x7d, 0xbf, 0x42, 0xce, 0x66, 0x4c, + 0x15, 0xe7, 0xc7, 0xac, 0x51, 0xfb, 0xcc, 0xd0, 0x73, 0xed, 0x23, 0x8e, 0xdb, 0x8f, 0x31, 0x05, + 0xb5, 0x25, 0xe6, 0xc6, 0x09, 0xaa, 0xa7, 0x5a, 0x6c, 0xba, 0x7a, 0x04, 0xe5, 0x57, 0x8f, 0xd5, + 0x9e, 0xd2, 0xe0, 0x63, 0x35, 0xaa, 0x9d, 0x23, 0xfc, 0xc6, 0x3f, 0x39, 0x46, 0xce, 0x65, 0xdd, + 0x4c, 0x73, 0x7e, 0xaa, 0x94, 0xca, 0x66, 0xfc, 0xb9, 0xe1, 0xaf, 0xb7, 0xf1, 0x14, 0xc7, 0xe2, + 0xc6, 0xfa, 0xb2, 0x9d, 0xdf, 0x38, 0x77, 0xb4, 0x45, 0xed, 0x2c, 0x74, 0x3a, 0xe2, 0x89, 0xa9, + 0xa5, 0x3c, 0x78, 0xfb, 0x04, 0x4d, 0x11, 0xb9, 0xad, 0xe3, 0x54, 0xe8, 0xb4, 0x04, 0xe7, 0x87, + 0x4e, 0xcb, 0x36, 0x2c, 0xed, 0x61, 0x56, 0x63, 0xd5, 0xaf, 0x11, 0x4e, 0x81, 0x00, 0xf7, 0x24, + 0xa3, 0xd5, 0x23, 0x9c, 0x06, 0x7f, 0xab, 0x44, 0x52, 0xc7, 0xe7, 0xca, 0x0a, 0x2e, 0x0d, 0xb4, + 0x82, 0x29, 0x05, 0xd5, 0x95, 0xfc, 0x74, 0x9a, 0x5d, 0xa0, 0x30, 0x60, 0x18, 0xf5, 0x34, 0x5b, + 0x65, 0xd0, 0xd3, 0x6c, 0x68, 0x1e, 0xb5, 0xfd, 0x43, 0x5f, 0xda, 0xa4, 0x4a, 0x78, 0x6f, 0x21, + 0x10, 0x38, 0xce, 0xfd, 0x76, 0x85, 0x4c, 0x70, 0xc3, 0x6f, 0x84, 0xdb, 0x72, 0x5d, 0xd8, 0x60, + 0x85, 0xee, 0x88, 0xf1, 0xd6, 0x2c, 0xa3, 0x91, 0xc6, 0x27, 0x94, 0xea, 0x9b, 0xb6, 0xdb, 0x9c, + 0x65, 0xab, 0xf7, 0x4b, 0xa9, 0xc8, 0x31, 0xc2, 0x79, 0x18, 0x63, 0xb1, 0x4f, 0x48, 0xcc, 0x5e, + 0xe9, 0x41, 0x1e, 0x22, 0x4f, 0xd7, 0x6b, 0x85, 0xda, 0xd1, 0x50, 0xc5, 0x78, 0x6b, 0x74, 0x82, + 0x20, 0x85, 0x00, 0x83, 0xf7, 0xd2, 0x1b, 0xa4, 0xaa, 0x88, 0xf3, 0xd4, 0xe5, 0x19, 0x73, 0x4a, + 0xfe, 0x39, 0x32, 0x9f, 0xaa, 0x6b, 0x28, 0x6d, 0xfb, 0x5b, 0x54, 0x99, 0xe8, 0x7b, 0x55, 0x12, + 0x73, 0xbd, 0x9d, 0x6b, 0x67, 0x58, 0xfc, 0xe2, 0x03, 0x9f, 0xc4, 0x57, 0xa0, 0x9f, 0x61, 0xcf, + 0xc0, 0x42, 0x66, 0x6d, 0x32, 0xf3, 0x60, 0x39, 0x3b, 0xf3, 0x20, 0x7b, 0x9a, 0x84, 0xb7, 0xfd, + 0x34, 0x34, 0xa0, 0x4d, 0x5b, 0x03, 0x7a, 0xb6, 0xc8, 0x34, 0x18, 0xa0, 0xfa, 0xfc, 0xdb, 0x12, + 0x71, 0x38, 0x41, 0xfa, 0xb5, 0x2e, 0xee, 0x41, 0x31, 0x74, 0x76, 0x3d, 0x6f, 0x14, 0x06, 0x0c, + 0xaa, 0x21, 0x33, 0x31, 0xab, 0x57, 0x6e, 0x8a, 0x3d, 0xa5, 0x5d, 0x29, 0xf0, 0x94, 0xf6, 0x6f, + 0x55, 0x48, 0xfa, 0xa8, 0xd9, 0x79, 0x8f, 0xcc, 0xe0, 0xb5, 0x96, 0x9d, 0xa0, 0x1d, 0x24, 0x81, + 0x1f, 0x17, 0x73, 0xe3, 0xaf, 0x19, 0x25, 0x84, 0x0f, 0xce, 0x80, 0x80, 0xc5, 0x11, 0xe3, 0xa3, + 0xba, 0x11, 0xb5, 0x14, 0xda, 0xfe, 0x1e, 0xd3, 0x3b, 0x54, 0xde, 0x86, 0xba, 0x82, 0x82, 0x41, + 0x91, 0x11, 0xd3, 0x54, 0x39, 0x8d, 0x98, 0xa6, 0xb1, 0x21, 0x63, 0x9a, 0xc6, 0x0b, 0xc5, 0x34, + 0x01, 0x79, 0x54, 0xba, 0xce, 0xf0, 0x37, 0x5e, 0x0d, 0xe3, 0xa9, 0xc6, 0x44, 0x24, 0xda, 0x12, + 0x5e, 0xf7, 0x81, 0x4c, 0x0a, 0x18, 0x50, 0xd2, 0xed, 0x91, 0xb3, 0x0d, 0x3f, 0x0a, 0x58, 0x26, + 0x98, 0x96, 0x5e, 0x81, 0x5f, 0xc6, 0x4b, 0xf5, 0xf6, 0xe2, 0x1f, 0xf2, 0xd6, 0x8e, 0x71, 0x9f, + 0x5e, 0x2e, 0x76, 0xcd, 0xd2, 0xfd, 0xcb, 0x65, 0x32, 0x29, 0x42, 0x3a, 0x46, 0xb8, 0x91, 0x5c, + 0xb3, 0xec, 0xbb, 0x17, 0xf3, 0x56, 0x2e, 0x6b, 0xce, 0x40, 0xcb, 0xae, 0x91, 0xb2, 0xec, 0x5e, + 0x2a, 0xc6, 0xee, 0x78, 0x9b, 0xee, 0x37, 0xcb, 0x74, 0xb7, 0xb7, 0x43, 0x59, 0x46, 0x37, 0x1c, + 0x5f, 0x20, 0x93, 0xb1, 0x88, 0xf7, 0x28, 0xf4, 0x78, 0x79, 0xfa, 0x93, 0xea, 0x67, 0xb9, 0x45, + 0x84, 0x87, 0x64, 0x97, 0x19, 0x52, 0x52, 0x39, 0x8d, 0x90, 0x12, 0xf7, 0xdb, 0x4c, 0xa4, 0x9a, + 0x03, 0x78, 0x1a, 0x7b, 0xc2, 0x3b, 0xb6, 0xf4, 0x7d, 0xb9, 0xd0, 0x54, 0x10, 0xed, 0x1b, 0xb0, + 0x37, 0x7c, 0xb3, 0x44, 0xa6, 0x05, 0xe1, 0x69, 0xf4, 0xe0, 0x87, 0xed, 0x1e, 0x3c, 0x57, 0xa8, + 0x07, 0x03, 0x9a, 0xfe, 0x77, 0xca, 0xaa, 0xe9, 0x75, 0xf1, 0x8a, 0x61, 0x6e, 0xee, 0x39, 0xfd, + 0xfa, 0x7f, 0x79, 0x98, 0xd7, 0xff, 0x59, 0x74, 0x2b, 0xbe, 0xb9, 0xc8, 0xb7, 0xa8, 0xac, 0x37, + 0x14, 0x77, 0xe4, 0x1b, 0xb5, 0x08, 0x13, 0x21, 0xf4, 0xc3, 0xbe, 0xcd, 0xa8, 0x63, 0x7a, 0x15, + 0x27, 0x30, 0xb8, 0xca, 0x70, 0x33, 0x56, 0xc3, 0xb8, 0xed, 0x8b, 0xbc, 0x21, 0xe0, 0xa0, 0x28, + 0xdc, 0x37, 0x98, 0x8c, 0x65, 0xc3, 0x33, 0x5c, 0xa0, 0xee, 0x4f, 0x4f, 0xa8, 0x81, 0x65, 0x4e, + 0x92, 0x1b, 0x84, 0xbf, 0xe3, 0x2f, 0xec, 0xc0, 0x62, 0x02, 0x0d, 0x9b, 0x60, 0x06, 0xec, 0xd0, + 0xf2, 0xc0, 0xd9, 0x38, 0x7e, 0x9f, 0xf7, 0xf9, 0x8d, 0xc2, 0x32, 0x72, 0x08, 0x7f, 0x33, 0xcb, + 0x65, 0xc1, 0xee, 0xef, 0x6f, 0xd6, 0xd3, 0xf9, 0x02, 0xd7, 0x24, 0x02, 0x34, 0x0d, 0x2d, 0xc0, + 0xd5, 0x75, 0xfb, 0x89, 0x4b, 0xa9, 0xae, 0xcb, 0x21, 0x31, 0xf4, 0x75, 0xaa, 0xbf, 0xa8, 0x8c, + 0xc9, 0x75, 0x9e, 0xf8, 0xb6, 0xca, 0xf5, 0x97, 0x75, 0x0d, 0x06, 0x93, 0x86, 0xaa, 0x75, 0x67, + 0x5b, 0x2a, 0xba, 0xb0, 0xde, 0xdb, 0x69, 0x07, 0x4d, 0x2c, 0xca, 0x23, 0xfb, 0x1f, 0xc3, 0xa3, + 0xe4, 0x5a, 0x3f, 0x1a, 0xb2, 0xca, 0x38, 0xdb, 0x18, 0xc1, 0xc7, 0x32, 0x43, 0xcb, 0x3b, 0x40, + 0x22, 0xa1, 0xd6, 0x79, 0x99, 0x8d, 0xab, 0x61, 0xa3, 0x3f, 0x64, 0x20, 0x2e, 0x14, 0x04, 0x08, + 0xd2, 0x2c, 0xf0, 0x80, 0xba, 0x6d, 0xbe, 0xf0, 0x52, 0x17, 0x41, 0x96, 0xea, 0x80, 0xda, 0x7a, + 0xff, 0xa5, 0x0e, 0x29, 0x6a, 0x2a, 0xed, 0x17, 0x4d, 0x88, 0xb8, 0xf6, 0x8b, 0x87, 0x5c, 0xb1, + 0x48, 0x49, 0xfb, 0x09, 0x0c, 0xb1, 0xdc, 0x1a, 0x40, 0x03, 0x03, 0x4b, 0x63, 0xe6, 0x48, 0x39, + 0x92, 0x46, 0xc0, 0xa5, 0x0e, 0x8d, 0x30, 0x70, 0x60, 0x51, 0x7e, 0xb4, 0x03, 0x82, 0xaf, 0x62, + 0x61, 0x63, 0x53, 0x75, 0xbe, 0x42, 0x66, 0xcc, 0x36, 0x0a, 0x31, 0xf9, 0x4a, 0xf1, 0x57, 0x73, + 0xc4, 0xe6, 0xac, 0x5a, 0x6e, 0xe2, 0xc0, 0xe2, 0xed, 0x36, 0xc9, 0x7c, 0xea, 0xd5, 0x4e, 0xf5, + 0xfc, 0x6b, 0xe9, 0x41, 0x3d, 0xff, 0x8a, 0xa9, 0x61, 0xc6, 0xb7, 0xbd, 0x20, 0x3f, 0xf7, 0x7a, + 0x91, 0xf7, 0x53, 0x9d, 0xd7, 0xc9, 0x84, 0xbf, 0xbb, 0x8b, 0xcf, 0xf2, 0xf3, 0x35, 0xf7, 0x84, + 0x7a, 0x0c, 0x9c, 0x41, 0x71, 0x25, 0xb1, 0xca, 0xf8, 0x4f, 0x10, 0xc4, 0xee, 0xbf, 0xa7, 0xd6, + 0xd5, 0x76, 0xd8, 0x96, 0x47, 0x15, 0x39, 0x2d, 0x59, 0xed, 0xcb, 0x02, 0xff, 0x7c, 0x46, 0x16, + 0x78, 0x47, 0x33, 0xcc, 0xc8, 0x01, 0xaf, 0x7a, 0x53, 0x29, 0xd4, 0x9b, 0xb1, 0x61, 0x7a, 0xf3, + 0xb5, 0x12, 0x11, 0x21, 0x08, 0x05, 0xb6, 0xa5, 0x96, 0xcc, 0xdc, 0x6c, 0xdd, 0xbf, 0x3f, 0x5f, + 0x24, 0x8e, 0x5e, 0xdc, 0xba, 0x57, 0x53, 0xc9, 0xba, 0x6b, 0x6f, 0x71, 0x45, 0xd3, 0x7b, 0x9a, + 0xa3, 0xaf, 0xcb, 0x57, 0xf3, 0x73, 0xda, 0x35, 0x54, 0x6e, 0x1f, 0x96, 0xd8, 0x18, 0x19, 0xab, + 0x14, 0x2f, 0x66, 0x62, 0x63, 0x89, 0x00, 0x4d, 0x83, 0x01, 0x04, 0x71, 0x6f, 0x87, 0x91, 0xa7, + 0xe2, 0x11, 0x1a, 0x1c, 0x0c, 0x12, 0xef, 0xfe, 0xaf, 0x05, 0x62, 0x75, 0xcd, 0x4a, 0x27, 0x53, + 0x7a, 0xe0, 0xe9, 0x64, 0x28, 0x77, 0xff, 0xa0, 0x9b, 0x1c, 0xd5, 0x82, 0xa8, 0x58, 0x6a, 0xaf, + 0x75, 0x41, 0xdd, 0xcf, 0x5d, 0x62, 0x40, 0x71, 0x1c, 0x90, 0x1c, 0xa8, 0xf2, 0x50, 0x24, 0x07, + 0x1a, 0xfb, 0xff, 0x92, 0x1c, 0x88, 0x5a, 0x08, 0x7b, 0xfc, 0x39, 0x71, 0x71, 0x6f, 0x2a, 0xe7, + 0xf8, 0x2a, 0xe3, 0xed, 0x71, 0x7e, 0x41, 0x46, 0x20, 0x40, 0xb2, 0xc3, 0xd4, 0x33, 0xdc, 0x58, + 0x10, 0xf9, 0x76, 0x5e, 0x29, 0xe2, 0x46, 0xe9, 0x4f, 0x3d, 0x23, 0x82, 0x4e, 0x04, 0x2f, 0x99, + 0x0c, 0x68, 0xf2, 0xa3, 0x27, 0x03, 0x52, 0x29, 0x7c, 0xa6, 0x1e, 0x54, 0x0a, 0x1f, 0x2b, 0x15, + 0x52, 0x75, 0x14, 0xa9, 0x90, 0xa8, 0x6c, 0x7b, 0xa4, 0x9b, 0x95, 0x49, 0x4c, 0x24, 0xe3, 0xf9, + 0xfc, 0x09, 0x32, 0xab, 0x59, 0x55, 0xb3, 0xeb, 0x2c, 0x99, 0x64, 0x90, 0x5d, 0xb1, 0xcc, 0xa9, + 0x34, 0xfd, 0xd1, 0x73, 0x2a, 0x8d, 0x3a, 0x6b, 0x8f, 0xce, 0xb0, 0x34, 0x3b, 0x92, 0x0c, 0x4b, + 0x73, 0x0f, 0x30, 0xc3, 0x92, 0x91, 0x1b, 0x69, 0xfe, 0xc1, 0xe6, 0x46, 0xda, 0x27, 0xd3, 0xad, + 0xf0, 0x5e, 0xe7, 0x9e, 0x17, 0xb5, 0x56, 0xea, 0x9b, 0x22, 0x15, 0x4f, 0xce, 0x9d, 0xf7, 0x9a, + 0x2e, 0x60, 0xd5, 0xc0, 0xfd, 0x85, 0x1a, 0x09, 0x26, 0x6b, 0x91, 0x25, 0xea, 0xcc, 0x47, 0xcc, + 0x12, 0x65, 0xe5, 0x5a, 0x72, 0x46, 0x91, 0x6b, 0xe9, 0x3d, 0x76, 0xf3, 0x75, 0x37, 0xd8, 0xbb, + 0xee, 0x75, 0x17, 0xcf, 0x16, 0xa9, 0x61, 0x4d, 0x92, 0xf7, 0xd7, 0xa0, 0x50, 0xa0, 0x99, 0xf6, + 0x67, 0x73, 0x3a, 0x77, 0xda, 0xd9, 0x9c, 0x1e, 0x19, 0x61, 0x36, 0xa7, 0x47, 0x47, 0x91, 0xcd, + 0xe9, 0x2f, 0x90, 0x27, 0x8f, 0xef, 0xbf, 0x4e, 0xd0, 0x59, 0xd7, 0x26, 0x75, 0x2a, 0x41, 0x27, + 0xd3, 0x2d, 0x0c, 0x2a, 0x23, 0x58, 0xb3, 0x7c, 0x5c, 0xb0, 0xa6, 0xfb, 0xcf, 0x4a, 0xe4, 0xb1, + 0x01, 0x89, 0x1e, 0x0a, 0x47, 0x5f, 0x77, 0xc9, 0x7c, 0xd7, 0x2e, 0x5a, 0xf8, 0x9e, 0x84, 0x95, + 0x58, 0x42, 0x25, 0x78, 0x4e, 0x21, 0x20, 0xcd, 0x7e, 0xf5, 0xd9, 0xef, 0x7c, 0xff, 0xc9, 0x8f, + 0x7d, 0x97, 0xfe, 0xfd, 0x1e, 0xfd, 0xfb, 0xf1, 0x3f, 0x7a, 0xb2, 0xf4, 0x1d, 0xfa, 0xf7, 0x5d, + 0xfa, 0xf7, 0x87, 0xf4, 0xef, 0x6b, 0x7f, 0xfc, 0xe4, 0xc7, 0x7e, 0xa4, 0x7c, 0x78, 0xe9, 0xff, + 0x05, 0x00, 0x00, 0xff, 0xff, 0x87, 0x6f, 0x83, 0x6f, 0x2e, 0xb1, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index 94ce93a8d6e..a852375caf6 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -840,10 +840,15 @@ message FlexVolumeSource { } // Represents a Flocker volume mounted by the Flocker agent. +// One and only one of datasetName and datasetUUID should be set. // Flocker volumes do not support ownership management or SELinux relabeling. message FlockerVolumeSource { - // Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker + // Name of the dataset stored as metadata -> name on the dataset for Flocker + // should be considered as deprecated optional string datasetName = 1; + + // UUID of the dataset. This is unique identifier of a Flocker dataset + optional string datasetUUID = 2; } // Represents a Persistent Disk resource in Google Compute Engine. diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 6cd7fc6ba4b..00ba15df103 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -11231,14 +11231,16 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep736 := !z.EncBinary() yy2arr736 := z.EncBasicHandle().StructToArray - var yyq736 [1]bool + var yyq736 [2]bool _, _, _ = yysep736, yyq736, yy2arr736 const yyr736 bool = false + yyq736[0] = x.DatasetName != "" + yyq736[1] = x.DatasetUUID != "" var yynn736 int if yyr736 || yy2arr736 { - r.EncodeArrayStart(1) + r.EncodeArrayStart(2) } else { - yynn736 = 1 + yynn736 = 0 for _, b := range yyq736 { if b { yynn736++ @@ -11249,21 +11251,52 @@ func (x *FlockerVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } if yyr736 || yy2arr736 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym738 := z.EncBinary() - _ = yym738 - if false { + if yyq736[0] { + yym738 := z.EncBinary() + _ = yym738 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + r.EncodeString(codecSelferC_UTF81234, "") } } else { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("datasetName")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym739 := z.EncBinary() - _ = yym739 - if false { + if yyq736[0] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("datasetName")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym739 := z.EncBinary() + _ = yym739 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + } + } + } + if yyr736 || yy2arr736 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq736[1] { + yym741 := z.EncBinary() + _ = yym741 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) + } } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DatasetName)) + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq736[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("datasetUUID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym742 := z.EncBinary() + _ = yym742 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DatasetUUID)) + } } } if yyr736 || yy2arr736 { @@ -11279,25 +11312,25 @@ func (x *FlockerVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym740 := z.DecBinary() - _ = yym740 + yym743 := z.DecBinary() + _ = yym743 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct741 := r.ContainerType() - if yyct741 == codecSelferValueTypeMap1234 { - yyl741 := r.ReadMapStart() - if yyl741 == 0 { + yyct744 := r.ContainerType() + if yyct744 == codecSelferValueTypeMap1234 { + yyl744 := r.ReadMapStart() + if yyl744 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl741, d) + x.codecDecodeSelfFromMap(yyl744, d) } - } else if yyct741 == codecSelferValueTypeArray1234 { - yyl741 := r.ReadArrayStart() - if yyl741 == 0 { + } else if yyct744 == codecSelferValueTypeArray1234 { + yyl744 := r.ReadArrayStart() + if yyl744 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl741, d) + x.codecDecodeSelfFromArray(yyl744, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11309,12 +11342,12 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys742Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys742Slc - var yyhl742 bool = l >= 0 - for yyj742 := 0; ; yyj742++ { - if yyhl742 { - if yyj742 >= l { + var yys745Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys745Slc + var yyhl745 bool = l >= 0 + for yyj745 := 0; ; yyj745++ { + if yyhl745 { + if yyj745 >= l { break } } else { @@ -11323,20 +11356,26 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys742Slc = r.DecodeBytes(yys742Slc, true, true) - yys742 := string(yys742Slc) + yys745Slc = r.DecodeBytes(yys745Slc, true, true) + yys745 := string(yys745Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys742 { + switch yys745 { case "datasetName": if r.TryDecodeAsNil() { x.DatasetName = "" } else { x.DatasetName = string(r.DecodeString()) } + case "datasetUUID": + if r.TryDecodeAsNil() { + x.DatasetUUID = "" + } else { + x.DatasetUUID = string(r.DecodeString()) + } default: - z.DecStructFieldNotFound(-1, yys742) - } // end switch yys742 - } // end for yyj742 + z.DecStructFieldNotFound(-1, yys745) + } // end switch yys745 + } // end for yyj745 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11344,16 +11383,16 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj744 int - var yyb744 bool - var yyhl744 bool = l >= 0 - yyj744++ - if yyhl744 { - yyb744 = yyj744 > l + var yyj748 int + var yyb748 bool + var yyhl748 bool = l >= 0 + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb744 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb744 { + if yyb748 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11363,18 +11402,34 @@ func (x *FlockerVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.DatasetName = string(r.DecodeString()) } + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l + } else { + yyb748 = r.CheckBreak() + } + if yyb748 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + x.DatasetUUID = "" + } else { + x.DatasetUUID = string(r.DecodeString()) + } for { - yyj744++ - if yyhl744 { - yyb744 = yyj744 > l + yyj748++ + if yyhl748 { + yyb748 = yyj748 > l } else { - yyb744 = r.CheckBreak() + yyb748 = r.CheckBreak() } - if yyb744 { + if yyb748 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj744-1, "") + z.DecStructFieldNotFound(yyj748-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11383,8 +11438,8 @@ func (x StorageMedium) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym746 := z.EncBinary() - _ = yym746 + yym751 := z.EncBinary() + _ = yym751 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -11396,8 +11451,8 @@ func (x *StorageMedium) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym747 := z.DecBinary() - _ = yym747 + yym752 := z.DecBinary() + _ = yym752 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -11409,8 +11464,8 @@ func (x Protocol) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym748 := z.EncBinary() - _ = yym748 + yym753 := z.EncBinary() + _ = yym753 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -11422,8 +11477,8 @@ func (x *Protocol) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym749 := z.DecBinary() - _ = yym749 + yym754 := z.DecBinary() + _ = yym754 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -11438,36 +11493,36 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym750 := z.EncBinary() - _ = yym750 + yym755 := z.EncBinary() + _ = yym755 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep751 := !z.EncBinary() - yy2arr751 := z.EncBasicHandle().StructToArray - var yyq751 [4]bool - _, _, _ = yysep751, yyq751, yy2arr751 - const yyr751 bool = false - yyq751[1] = x.FSType != "" - yyq751[2] = x.Partition != 0 - yyq751[3] = x.ReadOnly != false - var yynn751 int - if yyr751 || yy2arr751 { + yysep756 := !z.EncBinary() + yy2arr756 := z.EncBasicHandle().StructToArray + var yyq756 [4]bool + _, _, _ = yysep756, yyq756, yy2arr756 + const yyr756 bool = false + yyq756[1] = x.FSType != "" + yyq756[2] = x.Partition != 0 + yyq756[3] = x.ReadOnly != false + var yynn756 int + if yyr756 || yy2arr756 { r.EncodeArrayStart(4) } else { - yynn751 = 1 - for _, b := range yyq751 { + yynn756 = 1 + for _, b := range yyq756 { if b { - yynn751++ + yynn756++ } } - r.EncodeMapStart(yynn751) - yynn751 = 0 + r.EncodeMapStart(yynn756) + yynn756 = 0 } - if yyr751 || yy2arr751 { + if yyr756 || yy2arr756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym753 := z.EncBinary() - _ = yym753 + yym758 := z.EncBinary() + _ = yym758 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) @@ -11476,18 +11531,18 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("pdName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym754 := z.EncBinary() - _ = yym754 + yym759 := z.EncBinary() + _ = yym759 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PDName)) } } - if yyr751 || yy2arr751 { + if yyr756 || yy2arr756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq751[1] { - yym756 := z.EncBinary() - _ = yym756 + if yyq756[1] { + yym761 := z.EncBinary() + _ = yym761 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -11496,23 +11551,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq751[1] { + if yyq756[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym757 := z.EncBinary() - _ = yym757 + yym762 := z.EncBinary() + _ = yym762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr751 || yy2arr751 { + if yyr756 || yy2arr756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq751[2] { - yym759 := z.EncBinary() - _ = yym759 + if yyq756[2] { + yym764 := z.EncBinary() + _ = yym764 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -11521,23 +11576,23 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq751[2] { + if yyq756[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym760 := z.EncBinary() - _ = yym760 + yym765 := z.EncBinary() + _ = yym765 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr751 || yy2arr751 { + if yyr756 || yy2arr756 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq751[3] { - yym762 := z.EncBinary() - _ = yym762 + if yyq756[3] { + yym767 := z.EncBinary() + _ = yym767 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11546,19 +11601,19 @@ func (x *GCEPersistentDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq751[3] { + if yyq756[3] { 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 yyr751 || yy2arr751 { + if yyr756 || yy2arr756 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11571,25 +11626,25 @@ func (x *GCEPersistentDiskVolumeSource) 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) @@ -11601,12 +11656,12 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 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 { @@ -11615,10 +11670,10 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 } } 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 "pdName": if r.TryDecodeAsNil() { x.PDName = "" @@ -11644,9 +11699,9 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec19 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) } @@ -11654,16 +11709,16 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj771 int - var yyb771 bool - var yyhl771 bool = l >= 0 - yyj771++ - if yyhl771 { - yyb771 = yyj771 > l + var yyj776 int + var yyb776 bool + var yyhl776 bool = l >= 0 + yyj776++ + if yyhl776 { + yyb776 = yyj776 > l } else { - yyb771 = r.CheckBreak() + yyb776 = r.CheckBreak() } - if yyb771 { + if yyb776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11673,13 +11728,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.PDName = string(r.DecodeString()) } - yyj771++ - if yyhl771 { - yyb771 = yyj771 > l + yyj776++ + if yyhl776 { + yyb776 = yyj776 > l } else { - yyb771 = r.CheckBreak() + yyb776 = r.CheckBreak() } - if yyb771 { + if yyb776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11689,13 +11744,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.FSType = string(r.DecodeString()) } - yyj771++ - if yyhl771 { - yyb771 = yyj771 > l + yyj776++ + if yyhl776 { + yyb776 = yyj776 > l } else { - yyb771 = r.CheckBreak() + yyb776 = r.CheckBreak() } - if yyb771 { + if yyb776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11705,13 +11760,13 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec } else { x.Partition = int32(r.DecodeInt(32)) } - yyj771++ - if yyhl771 { - yyb771 = yyj771 > l + yyj776++ + if yyhl776 { + yyb776 = yyj776 > l } else { - yyb771 = r.CheckBreak() + yyb776 = r.CheckBreak() } - if yyb771 { + if yyb776 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -11722,17 +11777,17 @@ func (x *GCEPersistentDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj771++ - if yyhl771 { - yyb771 = yyj771 > l + yyj776++ + if yyhl776 { + yyb776 = yyj776 > l } else { - yyb771 = r.CheckBreak() + yyb776 = r.CheckBreak() } - if yyb771 { + if yyb776 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj771-1, "") + z.DecStructFieldNotFound(yyj776-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -11744,36 +11799,36 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym776 := z.EncBinary() - _ = yym776 + yym781 := z.EncBinary() + _ = yym781 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep777 := !z.EncBinary() - yy2arr777 := z.EncBasicHandle().StructToArray - var yyq777 [5]bool - _, _, _ = yysep777, yyq777, yy2arr777 - const yyr777 bool = false - yyq777[2] = x.ReadOnly != false - yyq777[3] = x.User != "" - yyq777[4] = x.Group != "" - var yynn777 int - if yyr777 || yy2arr777 { + yysep782 := !z.EncBinary() + yy2arr782 := z.EncBasicHandle().StructToArray + var yyq782 [5]bool + _, _, _ = yysep782, yyq782, yy2arr782 + const yyr782 bool = false + yyq782[2] = x.ReadOnly != false + yyq782[3] = x.User != "" + yyq782[4] = x.Group != "" + var yynn782 int + if yyr782 || yy2arr782 { r.EncodeArrayStart(5) } else { - yynn777 = 2 - for _, b := range yyq777 { + yynn782 = 2 + for _, b := range yyq782 { if b { - yynn777++ + yynn782++ } } - r.EncodeMapStart(yynn777) - yynn777 = 0 + r.EncodeMapStart(yynn782) + yynn782 = 0 } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym779 := z.EncBinary() - _ = yym779 + yym784 := z.EncBinary() + _ = yym784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) @@ -11782,17 +11837,17 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("registry")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym780 := z.EncBinary() - _ = yym780 + yym785 := z.EncBinary() + _ = yym785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Registry)) } } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym782 := z.EncBinary() - _ = yym782 + yym787 := z.EncBinary() + _ = yym787 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) @@ -11801,18 +11856,18 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volume")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym783 := z.EncBinary() - _ = yym783 + yym788 := z.EncBinary() + _ = yym788 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Volume)) } } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq777[2] { - yym785 := z.EncBinary() - _ = yym785 + if yyq782[2] { + yym790 := z.EncBinary() + _ = yym790 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -11821,23 +11876,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq777[2] { + if yyq782[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym786 := z.EncBinary() - _ = yym786 + yym791 := z.EncBinary() + _ = yym791 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq777[3] { - yym788 := z.EncBinary() - _ = yym788 + if yyq782[3] { + yym793 := z.EncBinary() + _ = yym793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -11846,23 +11901,23 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq777[3] { + if yyq782[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym789 := z.EncBinary() - _ = yym789 + yym794 := z.EncBinary() + _ = yym794 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) } } } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq777[4] { - yym791 := z.EncBinary() - _ = yym791 + if yyq782[4] { + yym796 := z.EncBinary() + _ = yym796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) @@ -11871,19 +11926,19 @@ func (x *QuobyteVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq777[4] { + if yyq782[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("group")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym792 := z.EncBinary() - _ = yym792 + yym797 := z.EncBinary() + _ = yym797 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Group)) } } } - if yyr777 || yy2arr777 { + if yyr782 || yy2arr782 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -11896,25 +11951,25 @@ func (x *QuobyteVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym793 := z.DecBinary() - _ = yym793 + yym798 := z.DecBinary() + _ = yym798 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct794 := r.ContainerType() - if yyct794 == codecSelferValueTypeMap1234 { - yyl794 := r.ReadMapStart() - if yyl794 == 0 { + yyct799 := r.ContainerType() + if yyct799 == codecSelferValueTypeMap1234 { + yyl799 := r.ReadMapStart() + if yyl799 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl794, d) + x.codecDecodeSelfFromMap(yyl799, d) } - } else if yyct794 == codecSelferValueTypeArray1234 { - yyl794 := r.ReadArrayStart() - if yyl794 == 0 { + } else if yyct799 == codecSelferValueTypeArray1234 { + yyl799 := r.ReadArrayStart() + if yyl799 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl794, d) + x.codecDecodeSelfFromArray(yyl799, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -11926,12 +11981,12 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys795Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys795Slc - var yyhl795 bool = l >= 0 - for yyj795 := 0; ; yyj795++ { - if yyhl795 { - if yyj795 >= l { + var yys800Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys800Slc + var yyhl800 bool = l >= 0 + for yyj800 := 0; ; yyj800++ { + if yyhl800 { + if yyj800 >= l { break } } else { @@ -11940,10 +11995,10 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys795Slc = r.DecodeBytes(yys795Slc, true, true) - yys795 := string(yys795Slc) + yys800Slc = r.DecodeBytes(yys800Slc, true, true) + yys800 := string(yys800Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys795 { + switch yys800 { case "registry": if r.TryDecodeAsNil() { x.Registry = "" @@ -11975,9 +12030,9 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Group = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys795) - } // end switch yys795 - } // end for yyj795 + z.DecStructFieldNotFound(-1, yys800) + } // end switch yys800 + } // end for yyj800 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -11985,16 +12040,16 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj801 int - var yyb801 bool - var yyhl801 bool = l >= 0 - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + var yyj806 int + var yyb806 bool + var yyhl806 bool = l >= 0 + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12004,13 +12059,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Registry = string(r.DecodeString()) } - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12020,13 +12075,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Volume = string(r.DecodeString()) } - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12036,13 +12091,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12052,13 +12107,13 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.User = string(r.DecodeString()) } - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12069,17 +12124,17 @@ func (x *QuobyteVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Group = string(r.DecodeString()) } for { - yyj801++ - if yyhl801 { - yyb801 = yyj801 > l + yyj806++ + if yyhl806 { + yyb806 = yyj806 > l } else { - yyb801 = r.CheckBreak() + yyb806 = r.CheckBreak() } - if yyb801 { + if yyb806 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj801-1, "") + z.DecStructFieldNotFound(yyj806-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12091,37 +12146,37 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym807 := z.EncBinary() - _ = yym807 + yym812 := z.EncBinary() + _ = yym812 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep808 := !z.EncBinary() - yy2arr808 := z.EncBasicHandle().StructToArray - var yyq808 [5]bool - _, _, _ = yysep808, yyq808, yy2arr808 - const yyr808 bool = false - yyq808[1] = x.FSType != "" - yyq808[2] = x.SecretRef != nil - yyq808[3] = x.ReadOnly != false - yyq808[4] = len(x.Options) != 0 - var yynn808 int - if yyr808 || yy2arr808 { + yysep813 := !z.EncBinary() + yy2arr813 := z.EncBasicHandle().StructToArray + var yyq813 [5]bool + _, _, _ = yysep813, yyq813, yy2arr813 + const yyr813 bool = false + yyq813[1] = x.FSType != "" + yyq813[2] = x.SecretRef != nil + yyq813[3] = x.ReadOnly != false + yyq813[4] = len(x.Options) != 0 + var yynn813 int + if yyr813 || yy2arr813 { r.EncodeArrayStart(5) } else { - yynn808 = 1 - for _, b := range yyq808 { + yynn813 = 1 + for _, b := range yyq813 { if b { - yynn808++ + yynn813++ } } - r.EncodeMapStart(yynn808) - yynn808 = 0 + r.EncodeMapStart(yynn813) + yynn813 = 0 } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym810 := z.EncBinary() - _ = yym810 + yym815 := z.EncBinary() + _ = yym815 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) @@ -12130,18 +12185,18 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("driver")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym811 := z.EncBinary() - _ = yym811 + yym816 := z.EncBinary() + _ = yym816 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Driver)) } } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq808[1] { - yym813 := z.EncBinary() - _ = yym813 + if yyq813[1] { + yym818 := z.EncBinary() + _ = yym818 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12150,21 +12205,21 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq808[1] { + if yyq813[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym814 := z.EncBinary() - _ = yym814 + yym819 := z.EncBinary() + _ = yym819 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq808[2] { + if yyq813[2] { if x.SecretRef == nil { r.EncodeNil() } else { @@ -12174,7 +12229,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq808[2] { + if yyq813[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -12185,11 +12240,11 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq808[3] { - yym817 := z.EncBinary() - _ = yym817 + if yyq813[3] { + yym822 := z.EncBinary() + _ = yym822 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12198,26 +12253,26 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq808[3] { + if yyq813[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym818 := z.EncBinary() - _ = yym818 + yym823 := z.EncBinary() + _ = yym823 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq808[4] { + if yyq813[4] { if x.Options == nil { r.EncodeNil() } else { - yym820 := z.EncBinary() - _ = yym820 + yym825 := z.EncBinary() + _ = yym825 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -12227,15 +12282,15 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq808[4] { + if yyq813[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("options")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Options == nil { r.EncodeNil() } else { - yym821 := z.EncBinary() - _ = yym821 + yym826 := z.EncBinary() + _ = yym826 if false { } else { z.F.EncMapStringStringV(x.Options, false, e) @@ -12243,7 +12298,7 @@ func (x *FlexVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr808 || yy2arr808 { + if yyr813 || yy2arr813 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12256,25 +12311,25 @@ func (x *FlexVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym822 := z.DecBinary() - _ = yym822 + yym827 := z.DecBinary() + _ = yym827 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct823 := r.ContainerType() - if yyct823 == codecSelferValueTypeMap1234 { - yyl823 := r.ReadMapStart() - if yyl823 == 0 { + yyct828 := r.ContainerType() + if yyct828 == codecSelferValueTypeMap1234 { + yyl828 := r.ReadMapStart() + if yyl828 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl823, d) + x.codecDecodeSelfFromMap(yyl828, d) } - } else if yyct823 == codecSelferValueTypeArray1234 { - yyl823 := r.ReadArrayStart() - if yyl823 == 0 { + } else if yyct828 == codecSelferValueTypeArray1234 { + yyl828 := r.ReadArrayStart() + if yyl828 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl823, d) + x.codecDecodeSelfFromArray(yyl828, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12286,12 +12341,12 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys824Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys824Slc - var yyhl824 bool = l >= 0 - for yyj824 := 0; ; yyj824++ { - if yyhl824 { - if yyj824 >= l { + var yys829Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys829Slc + var yyhl829 bool = l >= 0 + for yyj829 := 0; ; yyj829++ { + if yyhl829 { + if yyj829 >= l { break } } else { @@ -12300,10 +12355,10 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys824Slc = r.DecodeBytes(yys824Slc, true, true) - yys824 := string(yys824Slc) + yys829Slc = r.DecodeBytes(yys829Slc, true, true) + yys829 := string(yys829Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys824 { + switch yys829 { case "driver": if r.TryDecodeAsNil() { x.Driver = "" @@ -12337,18 +12392,18 @@ func (x *FlexVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Options = nil } else { - yyv829 := &x.Options - yym830 := z.DecBinary() - _ = yym830 + yyv834 := &x.Options + yym835 := z.DecBinary() + _ = yym835 if false { } else { - z.F.DecMapStringStringX(yyv829, false, d) + z.F.DecMapStringStringX(yyv834, false, d) } } default: - z.DecStructFieldNotFound(-1, yys824) - } // end switch yys824 - } // end for yyj824 + z.DecStructFieldNotFound(-1, yys829) + } // end switch yys829 + } // end for yyj829 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12356,16 +12411,16 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj831 int - var yyb831 bool - var yyhl831 bool = l >= 0 - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + var yyj836 int + var yyb836 bool + var yyhl836 bool = l >= 0 + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12375,13 +12430,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Driver = string(r.DecodeString()) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12391,13 +12446,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.FSType = string(r.DecodeString()) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12412,13 +12467,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SecretRef.CodecDecodeSelf(d) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12428,13 +12483,13 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12442,26 +12497,26 @@ func (x *FlexVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Options = nil } else { - yyv836 := &x.Options - yym837 := z.DecBinary() - _ = yym837 + yyv841 := &x.Options + yym842 := z.DecBinary() + _ = yym842 if false { } else { - z.F.DecMapStringStringX(yyv836, false, d) + z.F.DecMapStringStringX(yyv841, false, d) } } for { - yyj831++ - if yyhl831 { - yyb831 = yyj831 > l + yyj836++ + if yyhl836 { + yyb836 = yyj836 > l } else { - yyb831 = r.CheckBreak() + yyb836 = r.CheckBreak() } - if yyb831 { + if yyb836 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj831-1, "") + z.DecStructFieldNotFound(yyj836-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12473,36 +12528,36 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) if x == nil { r.EncodeNil() } else { - yym838 := z.EncBinary() - _ = yym838 + yym843 := z.EncBinary() + _ = yym843 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep839 := !z.EncBinary() - yy2arr839 := z.EncBasicHandle().StructToArray - var yyq839 [4]bool - _, _, _ = yysep839, yyq839, yy2arr839 - const yyr839 bool = false - yyq839[1] = x.FSType != "" - yyq839[2] = x.Partition != 0 - yyq839[3] = x.ReadOnly != false - var yynn839 int - if yyr839 || yy2arr839 { + yysep844 := !z.EncBinary() + yy2arr844 := z.EncBasicHandle().StructToArray + var yyq844 [4]bool + _, _, _ = yysep844, yyq844, yy2arr844 + const yyr844 bool = false + yyq844[1] = x.FSType != "" + yyq844[2] = x.Partition != 0 + yyq844[3] = x.ReadOnly != false + var yynn844 int + if yyr844 || yy2arr844 { r.EncodeArrayStart(4) } else { - yynn839 = 1 - for _, b := range yyq839 { + yynn844 = 1 + for _, b := range yyq844 { if b { - yynn839++ + yynn844++ } } - r.EncodeMapStart(yynn839) - yynn839 = 0 + r.EncodeMapStart(yynn844) + yynn844 = 0 } - if yyr839 || yy2arr839 { + if yyr844 || yy2arr844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym841 := z.EncBinary() - _ = yym841 + yym846 := z.EncBinary() + _ = yym846 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) @@ -12511,18 +12566,18 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym842 := z.EncBinary() - _ = yym842 + yym847 := z.EncBinary() + _ = yym847 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumeID)) } } - if yyr839 || yy2arr839 { + if yyr844 || yy2arr844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq839[1] { - yym844 := z.EncBinary() - _ = yym844 + if yyq844[1] { + yym849 := z.EncBinary() + _ = yym849 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -12531,23 +12586,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq839[1] { + if yyq844[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym845 := z.EncBinary() - _ = yym845 + yym850 := z.EncBinary() + _ = yym850 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr839 || yy2arr839 { + if yyr844 || yy2arr844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq839[2] { - yym847 := z.EncBinary() - _ = yym847 + if yyq844[2] { + yym852 := z.EncBinary() + _ = yym852 if false { } else { r.EncodeInt(int64(x.Partition)) @@ -12556,23 +12611,23 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeInt(0) } } else { - if yyq839[2] { + if yyq844[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("partition")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym848 := z.EncBinary() - _ = yym848 + yym853 := z.EncBinary() + _ = yym853 if false { } else { r.EncodeInt(int64(x.Partition)) } } } - if yyr839 || yy2arr839 { + if yyr844 || yy2arr844 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq839[3] { - yym850 := z.EncBinary() - _ = yym850 + if yyq844[3] { + yym855 := z.EncBinary() + _ = yym855 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -12581,19 +12636,19 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) r.EncodeBool(false) } } else { - if yyq839[3] { + if yyq844[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym851 := z.EncBinary() - _ = yym851 + yym856 := z.EncBinary() + _ = yym856 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr839 || yy2arr839 { + if yyr844 || yy2arr844 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12606,25 +12661,25 @@ func (x *AWSElasticBlockStoreVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym852 := z.DecBinary() - _ = yym852 + yym857 := z.DecBinary() + _ = yym857 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct853 := r.ContainerType() - if yyct853 == codecSelferValueTypeMap1234 { - yyl853 := r.ReadMapStart() - if yyl853 == 0 { + yyct858 := r.ContainerType() + if yyct858 == codecSelferValueTypeMap1234 { + yyl858 := r.ReadMapStart() + if yyl858 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl853, d) + x.codecDecodeSelfFromMap(yyl858, d) } - } else if yyct853 == codecSelferValueTypeArray1234 { - yyl853 := r.ReadArrayStart() - if yyl853 == 0 { + } else if yyct858 == codecSelferValueTypeArray1234 { + yyl858 := r.ReadArrayStart() + if yyl858 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl853, d) + x.codecDecodeSelfFromArray(yyl858, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -12636,12 +12691,12 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys854Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys854Slc - var yyhl854 bool = l >= 0 - for yyj854 := 0; ; yyj854++ { - if yyhl854 { - if yyj854 >= l { + var yys859Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys859Slc + var yyhl859 bool = l >= 0 + for yyj859 := 0; ; yyj859++ { + if yyhl859 { + if yyj859 >= l { break } } else { @@ -12650,10 +12705,10 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys854Slc = r.DecodeBytes(yys854Slc, true, true) - yys854 := string(yys854Slc) + yys859Slc = r.DecodeBytes(yys859Slc, true, true) + yys859 := string(yys859Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys854 { + switch yys859 { case "volumeID": if r.TryDecodeAsNil() { x.VolumeID = "" @@ -12679,9 +12734,9 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromMap(l int, d *code x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys854) - } // end switch yys854 - } // end for yyj854 + z.DecStructFieldNotFound(-1, yys859) + } // end switch yys859 + } // end for yyj859 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -12689,16 +12744,16 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj859 int - var yyb859 bool - var yyhl859 bool = l >= 0 - yyj859++ - if yyhl859 { - yyb859 = yyj859 > l + var yyj864 int + var yyb864 bool + var yyhl864 bool = l >= 0 + yyj864++ + if yyhl864 { + yyb864 = yyj864 > l } else { - yyb859 = r.CheckBreak() + yyb864 = r.CheckBreak() } - if yyb859 { + if yyb864 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12708,13 +12763,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.VolumeID = string(r.DecodeString()) } - yyj859++ - if yyhl859 { - yyb859 = yyj859 > l + yyj864++ + if yyhl864 { + yyb864 = yyj864 > l } else { - yyb859 = r.CheckBreak() + yyb864 = r.CheckBreak() } - if yyb859 { + if yyb864 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12724,13 +12779,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.FSType = string(r.DecodeString()) } - yyj859++ - if yyhl859 { - yyb859 = yyj859 > l + yyj864++ + if yyhl864 { + yyb864 = yyj864 > l } else { - yyb859 = r.CheckBreak() + yyb864 = r.CheckBreak() } - if yyb859 { + if yyb864 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12740,13 +12795,13 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co } else { x.Partition = int32(r.DecodeInt(32)) } - yyj859++ - if yyhl859 { - yyb859 = yyj859 > l + yyj864++ + if yyhl864 { + yyb864 = yyj864 > l } else { - yyb859 = r.CheckBreak() + yyb864 = r.CheckBreak() } - if yyb859 { + if yyb864 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -12757,17 +12812,17 @@ func (x *AWSElasticBlockStoreVolumeSource) codecDecodeSelfFromArray(l int, d *co x.ReadOnly = bool(r.DecodeBool()) } for { - yyj859++ - if yyhl859 { - yyb859 = yyj859 > l + yyj864++ + if yyhl864 { + yyb864 = yyj864 > l } else { - yyb859 = r.CheckBreak() + yyb864 = r.CheckBreak() } - if yyb859 { + if yyb864 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj859-1, "") + z.DecStructFieldNotFound(yyj864-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -12779,35 +12834,35 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym864 := z.EncBinary() - _ = yym864 + yym869 := z.EncBinary() + _ = yym869 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep865 := !z.EncBinary() - yy2arr865 := z.EncBasicHandle().StructToArray - var yyq865 [3]bool - _, _, _ = yysep865, yyq865, yy2arr865 - const yyr865 bool = false - yyq865[1] = x.Revision != "" - yyq865[2] = x.Directory != "" - var yynn865 int - if yyr865 || yy2arr865 { + yysep870 := !z.EncBinary() + yy2arr870 := z.EncBasicHandle().StructToArray + var yyq870 [3]bool + _, _, _ = yysep870, yyq870, yy2arr870 + const yyr870 bool = false + yyq870[1] = x.Revision != "" + yyq870[2] = x.Directory != "" + var yynn870 int + if yyr870 || yy2arr870 { r.EncodeArrayStart(3) } else { - yynn865 = 1 - for _, b := range yyq865 { + yynn870 = 1 + for _, b := range yyq870 { if b { - yynn865++ + yynn870++ } } - r.EncodeMapStart(yynn865) - yynn865 = 0 + r.EncodeMapStart(yynn870) + yynn870 = 0 } - if yyr865 || yy2arr865 { + if yyr870 || yy2arr870 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym867 := z.EncBinary() - _ = yym867 + yym872 := z.EncBinary() + _ = yym872 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) @@ -12816,18 +12871,18 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("repository")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym868 := z.EncBinary() - _ = yym868 + yym873 := z.EncBinary() + _ = yym873 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Repository)) } } - if yyr865 || yy2arr865 { + if yyr870 || yy2arr870 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[1] { - yym870 := z.EncBinary() - _ = yym870 + if yyq870[1] { + yym875 := z.EncBinary() + _ = yym875 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) @@ -12836,23 +12891,23 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq865[1] { + if yyq870[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("revision")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym871 := z.EncBinary() - _ = yym871 + yym876 := z.EncBinary() + _ = yym876 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Revision)) } } } - if yyr865 || yy2arr865 { + if yyr870 || yy2arr870 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq865[2] { - yym873 := z.EncBinary() - _ = yym873 + if yyq870[2] { + yym878 := z.EncBinary() + _ = yym878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) @@ -12861,19 +12916,19 @@ func (x *GitRepoVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq865[2] { + if yyq870[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("directory")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym874 := z.EncBinary() - _ = yym874 + yym879 := z.EncBinary() + _ = yym879 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Directory)) } } } - if yyr865 || yy2arr865 { + if yyr870 || yy2arr870 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -12886,25 +12941,25 @@ func (x *GitRepoVolumeSource) 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) @@ -12916,12 +12971,12 @@ func (x *GitRepoVolumeSource) 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 { @@ -12930,10 +12985,10 @@ func (x *GitRepoVolumeSource) 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 "repository": if r.TryDecodeAsNil() { x.Repository = "" @@ -12953,9 +13008,9 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Directory = string(r.DecodeString()) } 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) } @@ -12963,16 +13018,16 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod 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 } @@ -12982,13 +13037,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Repository = 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 } @@ -12998,13 +13053,13 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Revision = 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 } @@ -13015,17 +13070,17 @@ func (x *GitRepoVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Directory = string(r.DecodeString()) } 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) } @@ -13037,37 +13092,37 @@ func (x *SecretVolumeSource) 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 [3]bool - _, _, _ = yysep886, yyq886, yy2arr886 - const yyr886 bool = false - yyq886[0] = x.SecretName != "" - yyq886[1] = len(x.Items) != 0 - yyq886[2] = x.DefaultMode != nil - var yynn886 int - if yyr886 || yy2arr886 { + yysep891 := !z.EncBinary() + yy2arr891 := z.EncBasicHandle().StructToArray + var yyq891 [3]bool + _, _, _ = yysep891, yyq891, yy2arr891 + const yyr891 bool = false + yyq891[0] = x.SecretName != "" + yyq891[1] = len(x.Items) != 0 + yyq891[2] = x.DefaultMode != nil + var yynn891 int + if yyr891 || yy2arr891 { r.EncodeArrayStart(3) } else { - yynn886 = 0 - for _, b := range yyq886 { + yynn891 = 0 + 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 yyq886[0] { - yym888 := z.EncBinary() - _ = yym888 + if yyq891[0] { + yym893 := z.EncBinary() + _ = yym893 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -13076,26 +13131,26 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq886[0] { + if yyq891[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym889 := z.EncBinary() - _ = yym889 + yym894 := z.EncBinary() + _ = yym894 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } } - if yyr886 || yy2arr886 { + if yyr891 || yy2arr891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[1] { + if yyq891[1] { if x.Items == nil { r.EncodeNil() } else { - yym891 := z.EncBinary() - _ = yym891 + yym896 := z.EncBinary() + _ = yym896 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13105,15 +13160,15 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq886[1] { + if yyq891[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym892 := z.EncBinary() - _ = yym892 + yym897 := z.EncBinary() + _ = yym897 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -13121,42 +13176,42 @@ func (x *SecretVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr886 || yy2arr886 { + if yyr891 || yy2arr891 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq886[2] { + if yyq891[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy894 := *x.DefaultMode - yym895 := z.EncBinary() - _ = yym895 + yy899 := *x.DefaultMode + yym900 := z.EncBinary() + _ = yym900 if false { } else { - r.EncodeInt(int64(yy894)) + r.EncodeInt(int64(yy899)) } } } else { r.EncodeNil() } } else { - if yyq886[2] { + if yyq891[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy896 := *x.DefaultMode - yym897 := z.EncBinary() - _ = yym897 + yy901 := *x.DefaultMode + yym902 := z.EncBinary() + _ = yym902 if false { } else { - r.EncodeInt(int64(yy896)) + r.EncodeInt(int64(yy901)) } } } } - if yyr886 || yy2arr886 { + if yyr891 || yy2arr891 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13169,25 +13224,25 @@ func (x *SecretVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym898 := z.DecBinary() - _ = yym898 + yym903 := z.DecBinary() + _ = yym903 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct899 := r.ContainerType() - if yyct899 == codecSelferValueTypeMap1234 { - yyl899 := r.ReadMapStart() - if yyl899 == 0 { + yyct904 := r.ContainerType() + if yyct904 == codecSelferValueTypeMap1234 { + yyl904 := r.ReadMapStart() + if yyl904 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl899, d) + x.codecDecodeSelfFromMap(yyl904, d) } - } else if yyct899 == codecSelferValueTypeArray1234 { - yyl899 := r.ReadArrayStart() - if yyl899 == 0 { + } else if yyct904 == codecSelferValueTypeArray1234 { + yyl904 := r.ReadArrayStart() + if yyl904 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl899, d) + x.codecDecodeSelfFromArray(yyl904, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13199,12 +13254,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys900Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys900Slc - var yyhl900 bool = l >= 0 - for yyj900 := 0; ; yyj900++ { - if yyhl900 { - if yyj900 >= l { + var yys905Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys905Slc + var yyhl905 bool = l >= 0 + for yyj905 := 0; ; yyj905++ { + if yyhl905 { + if yyj905 >= l { break } } else { @@ -13213,10 +13268,10 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys900Slc = r.DecodeBytes(yys900Slc, true, true) - yys900 := string(yys900Slc) + yys905Slc = r.DecodeBytes(yys905Slc, true, true) + yys905 := string(yys905Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys900 { + switch yys905 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -13227,12 +13282,12 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv902 := &x.Items - yym903 := z.DecBinary() - _ = yym903 + yyv907 := &x.Items + yym908 := z.DecBinary() + _ = yym908 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv902), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv907), d) } } case "defaultMode": @@ -13244,17 +13299,17 @@ func (x *SecretVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym905 := z.DecBinary() - _ = yym905 + yym910 := z.DecBinary() + _ = yym910 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys900) - } // end switch yys900 - } // end for yyj900 + z.DecStructFieldNotFound(-1, yys905) + } // end switch yys905 + } // end for yyj905 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13262,16 +13317,16 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj906 int - var yyb906 bool - var yyhl906 bool = l >= 0 - yyj906++ - if yyhl906 { - yyb906 = yyj906 > l + var yyj911 int + var yyb911 bool + var yyhl911 bool = l >= 0 + yyj911++ + if yyhl911 { + yyb911 = yyj911 > l } else { - yyb906 = r.CheckBreak() + yyb911 = r.CheckBreak() } - if yyb906 { + if yyb911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13281,13 +13336,13 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.SecretName = string(r.DecodeString()) } - yyj906++ - if yyhl906 { - yyb906 = yyj906 > l + yyj911++ + if yyhl911 { + yyb911 = yyj911 > l } else { - yyb906 = r.CheckBreak() + yyb911 = r.CheckBreak() } - if yyb906 { + if yyb911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13295,21 +13350,21 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv908 := &x.Items - yym909 := z.DecBinary() - _ = yym909 + yyv913 := &x.Items + yym914 := z.DecBinary() + _ = yym914 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv908), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv913), d) } } - yyj906++ - if yyhl906 { - yyb906 = yyj906 > l + yyj911++ + if yyhl911 { + yyb911 = yyj911 > l } else { - yyb906 = r.CheckBreak() + yyb911 = r.CheckBreak() } - if yyb906 { + if yyb911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13322,25 +13377,25 @@ func (x *SecretVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym911 := z.DecBinary() - _ = yym911 + yym916 := z.DecBinary() + _ = yym916 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj906++ - if yyhl906 { - yyb906 = yyj906 > l + yyj911++ + if yyhl911 { + yyb911 = yyj911 > l } else { - yyb906 = r.CheckBreak() + yyb911 = r.CheckBreak() } - if yyb906 { + if yyb911 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj906-1, "") + z.DecStructFieldNotFound(yyj911-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13352,34 +13407,34 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym912 := z.EncBinary() - _ = yym912 + yym917 := z.EncBinary() + _ = yym917 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep913 := !z.EncBinary() - yy2arr913 := z.EncBasicHandle().StructToArray - var yyq913 [3]bool - _, _, _ = yysep913, yyq913, yy2arr913 - const yyr913 bool = false - yyq913[2] = x.ReadOnly != false - var yynn913 int - if yyr913 || yy2arr913 { + yysep918 := !z.EncBinary() + yy2arr918 := z.EncBasicHandle().StructToArray + var yyq918 [3]bool + _, _, _ = yysep918, yyq918, yy2arr918 + const yyr918 bool = false + yyq918[2] = x.ReadOnly != false + var yynn918 int + if yyr918 || yy2arr918 { r.EncodeArrayStart(3) } else { - yynn913 = 2 - for _, b := range yyq913 { + yynn918 = 2 + for _, b := range yyq918 { if b { - yynn913++ + yynn918++ } } - r.EncodeMapStart(yynn913) - yynn913 = 0 + r.EncodeMapStart(yynn918) + yynn918 = 0 } - if yyr913 || yy2arr913 { + if yyr918 || yy2arr918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym915 := z.EncBinary() - _ = yym915 + yym920 := z.EncBinary() + _ = yym920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) @@ -13388,17 +13443,17 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("server")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym916 := z.EncBinary() - _ = yym916 + yym921 := z.EncBinary() + _ = yym921 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Server)) } } - if yyr913 || yy2arr913 { + if yyr918 || yy2arr918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym918 := z.EncBinary() - _ = yym918 + yym923 := z.EncBinary() + _ = yym923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -13407,18 +13462,18 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym919 := z.EncBinary() - _ = yym919 + yym924 := z.EncBinary() + _ = yym924 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr913 || yy2arr913 { + if yyr918 || yy2arr918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq913[2] { - yym921 := z.EncBinary() - _ = yym921 + if yyq918[2] { + yym926 := z.EncBinary() + _ = yym926 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13427,19 +13482,19 @@ func (x *NFSVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq913[2] { + if yyq918[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym922 := z.EncBinary() - _ = yym922 + yym927 := z.EncBinary() + _ = yym927 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr913 || yy2arr913 { + if yyr918 || yy2arr918 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13452,25 +13507,25 @@ func (x *NFSVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym923 := z.DecBinary() - _ = yym923 + yym928 := z.DecBinary() + _ = yym928 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct924 := r.ContainerType() - if yyct924 == codecSelferValueTypeMap1234 { - yyl924 := r.ReadMapStart() - if yyl924 == 0 { + yyct929 := r.ContainerType() + if yyct929 == codecSelferValueTypeMap1234 { + yyl929 := r.ReadMapStart() + if yyl929 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl924, d) + x.codecDecodeSelfFromMap(yyl929, d) } - } else if yyct924 == codecSelferValueTypeArray1234 { - yyl924 := r.ReadArrayStart() - if yyl924 == 0 { + } else if yyct929 == codecSelferValueTypeArray1234 { + yyl929 := r.ReadArrayStart() + if yyl929 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl924, d) + x.codecDecodeSelfFromArray(yyl929, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -13482,12 +13537,12 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys925Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys925Slc - var yyhl925 bool = l >= 0 - for yyj925 := 0; ; yyj925++ { - if yyhl925 { - if yyj925 >= l { + var yys930Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys930Slc + var yyhl930 bool = l >= 0 + for yyj930 := 0; ; yyj930++ { + if yyhl930 { + if yyj930 >= l { break } } else { @@ -13496,10 +13551,10 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys925Slc = r.DecodeBytes(yys925Slc, true, true) - yys925 := string(yys925Slc) + yys930Slc = r.DecodeBytes(yys930Slc, true, true) + yys930 := string(yys930Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys925 { + switch yys930 { case "server": if r.TryDecodeAsNil() { x.Server = "" @@ -13519,9 +13574,9 @@ func (x *NFSVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys925) - } // end switch yys925 - } // end for yyj925 + z.DecStructFieldNotFound(-1, yys930) + } // end switch yys930 + } // end for yyj930 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -13529,16 +13584,16 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj929 int - var yyb929 bool - var yyhl929 bool = l >= 0 - yyj929++ - if yyhl929 { - yyb929 = yyj929 > l + var yyj934 int + var yyb934 bool + var yyhl934 bool = l >= 0 + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb929 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb929 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13548,13 +13603,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Server = string(r.DecodeString()) } - yyj929++ - if yyhl929 { - yyb929 = yyj929 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb929 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb929 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13564,13 +13619,13 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Path = string(r.DecodeString()) } - yyj929++ - if yyhl929 { - yyb929 = yyj929 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb929 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb929 { + if yyb934 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13581,17 +13636,17 @@ func (x *NFSVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } for { - yyj929++ - if yyhl929 { - yyb929 = yyj929 > l + yyj934++ + if yyhl934 { + yyb934 = yyj934 > l } else { - yyb929 = r.CheckBreak() + yyb934 = r.CheckBreak() } - if yyb929 { + if yyb934 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj929-1, "") + z.DecStructFieldNotFound(yyj934-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13603,36 +13658,36 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym933 := z.EncBinary() - _ = yym933 + yym938 := z.EncBinary() + _ = yym938 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep934 := !z.EncBinary() - yy2arr934 := z.EncBasicHandle().StructToArray - var yyq934 [6]bool - _, _, _ = yysep934, yyq934, yy2arr934 - const yyr934 bool = false - yyq934[3] = x.ISCSIInterface != "" - yyq934[4] = x.FSType != "" - yyq934[5] = x.ReadOnly != false - var yynn934 int - if yyr934 || yy2arr934 { + yysep939 := !z.EncBinary() + yy2arr939 := z.EncBasicHandle().StructToArray + var yyq939 [6]bool + _, _, _ = yysep939, yyq939, yy2arr939 + const yyr939 bool = false + yyq939[3] = x.ISCSIInterface != "" + yyq939[4] = x.FSType != "" + yyq939[5] = x.ReadOnly != false + var yynn939 int + if yyr939 || yy2arr939 { r.EncodeArrayStart(6) } else { - yynn934 = 3 - for _, b := range yyq934 { + yynn939 = 3 + for _, b := range yyq939 { if b { - yynn934++ + yynn939++ } } - r.EncodeMapStart(yynn934) - yynn934 = 0 + r.EncodeMapStart(yynn939) + yynn939 = 0 } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym936 := z.EncBinary() - _ = yym936 + yym941 := z.EncBinary() + _ = yym941 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) @@ -13641,17 +13696,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPortal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym937 := z.EncBinary() - _ = yym937 + yym942 := z.EncBinary() + _ = yym942 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TargetPortal)) } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym939 := z.EncBinary() - _ = yym939 + yym944 := z.EncBinary() + _ = yym944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) @@ -13660,17 +13715,17 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iqn")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym940 := z.EncBinary() - _ = yym940 + yym945 := z.EncBinary() + _ = yym945 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IQN)) } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym942 := z.EncBinary() - _ = yym942 + yym947 := z.EncBinary() + _ = yym947 if false { } else { r.EncodeInt(int64(x.Lun)) @@ -13679,18 +13734,18 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lun")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym943 := z.EncBinary() - _ = yym943 + yym948 := z.EncBinary() + _ = yym948 if false { } else { r.EncodeInt(int64(x.Lun)) } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq934[3] { - yym945 := z.EncBinary() - _ = yym945 + if yyq939[3] { + yym950 := z.EncBinary() + _ = yym950 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) @@ -13699,23 +13754,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq934[3] { + if yyq939[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("iscsiInterface")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym946 := z.EncBinary() - _ = yym946 + yym951 := z.EncBinary() + _ = yym951 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ISCSIInterface)) } } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq934[4] { - yym948 := z.EncBinary() - _ = yym948 + if yyq939[4] { + yym953 := z.EncBinary() + _ = yym953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -13724,23 +13779,23 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq934[4] { + if yyq939[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym949 := z.EncBinary() - _ = yym949 + yym954 := z.EncBinary() + _ = yym954 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq934[5] { - yym951 := z.EncBinary() - _ = yym951 + if yyq939[5] { + yym956 := z.EncBinary() + _ = yym956 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -13749,19 +13804,19 @@ func (x *ISCSIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq934[5] { + if yyq939[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym952 := z.EncBinary() - _ = yym952 + yym957 := z.EncBinary() + _ = yym957 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr934 || yy2arr934 { + if yyr939 || yy2arr939 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -13774,25 +13829,25 @@ func (x *ISCSIVolumeSource) 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) @@ -13804,12 +13859,12 @@ func (x *ISCSIVolumeSource) 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 { @@ -13818,10 +13873,10 @@ func (x *ISCSIVolumeSource) 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 "targetPortal": if r.TryDecodeAsNil() { x.TargetPortal = "" @@ -13859,9 +13914,9 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.ReadOnly = bool(r.DecodeBool()) } 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) } @@ -13869,16 +13924,16 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj962 int - var yyb962 bool - var yyhl962 bool = l >= 0 - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + var yyj967 int + var yyb967 bool + var yyhl967 bool = l >= 0 + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13888,13 +13943,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.TargetPortal = string(r.DecodeString()) } - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13904,13 +13959,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.IQN = string(r.DecodeString()) } - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13920,13 +13975,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Lun = int32(r.DecodeInt(32)) } - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13936,13 +13991,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.ISCSIInterface = string(r.DecodeString()) } - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13952,13 +14007,13 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.FSType = string(r.DecodeString()) } - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -13969,17 +14024,17 @@ func (x *ISCSIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.ReadOnly = bool(r.DecodeBool()) } for { - yyj962++ - if yyhl962 { - yyb962 = yyj962 > l + yyj967++ + if yyhl967 { + yyb967 = yyj967 > l } else { - yyb962 = r.CheckBreak() + yyb967 = r.CheckBreak() } - if yyb962 { + if yyb967 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj962-1, "") + z.DecStructFieldNotFound(yyj967-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -13991,38 +14046,38 @@ func (x *FCVolumeSource) 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 [4]bool - _, _, _ = yysep970, yyq970, yy2arr970 - const yyr970 bool = false - yyq970[2] = x.FSType != "" - yyq970[3] = x.ReadOnly != false - var yynn970 int - if yyr970 || yy2arr970 { + yysep975 := !z.EncBinary() + yy2arr975 := z.EncBasicHandle().StructToArray + var yyq975 [4]bool + _, _, _ = yysep975, yyq975, yy2arr975 + const yyr975 bool = false + yyq975[2] = x.FSType != "" + yyq975[3] = x.ReadOnly != false + var yynn975 int + if yyr975 || yy2arr975 { r.EncodeArrayStart(4) } else { - yynn970 = 2 - for _, b := range yyq970 { + yynn975 = 2 + 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 x.TargetWWNs == nil { r.EncodeNil() } else { - yym972 := z.EncBinary() - _ = yym972 + yym977 := z.EncBinary() + _ = yym977 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) @@ -14035,25 +14090,25 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.TargetWWNs == nil { r.EncodeNil() } else { - yym973 := z.EncBinary() - _ = yym973 + yym978 := z.EncBinary() + _ = yym978 if false { } else { z.F.EncSliceStringV(x.TargetWWNs, false, e) } } } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Lun == nil { r.EncodeNil() } else { - yy975 := *x.Lun - yym976 := z.EncBinary() - _ = yym976 + yy980 := *x.Lun + yym981 := z.EncBinary() + _ = yym981 if false { } else { - r.EncodeInt(int64(yy975)) + r.EncodeInt(int64(yy980)) } } } else { @@ -14063,20 +14118,20 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x.Lun == nil { r.EncodeNil() } else { - yy977 := *x.Lun - yym978 := z.EncBinary() - _ = yym978 + yy982 := *x.Lun + yym983 := z.EncBinary() + _ = yym983 if false { } else { - r.EncodeInt(int64(yy977)) + r.EncodeInt(int64(yy982)) } } } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq970[2] { - yym980 := z.EncBinary() - _ = yym980 + if yyq975[2] { + yym985 := z.EncBinary() + _ = yym985 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -14085,23 +14140,23 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq970[2] { + if yyq975[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym981 := z.EncBinary() - _ = yym981 + yym986 := z.EncBinary() + _ = yym986 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq970[3] { - yym983 := z.EncBinary() - _ = yym983 + if yyq975[3] { + yym988 := z.EncBinary() + _ = yym988 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -14110,19 +14165,19 @@ func (x *FCVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq970[3] { + if yyq975[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym984 := z.EncBinary() - _ = yym984 + yym989 := z.EncBinary() + _ = yym989 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr970 || yy2arr970 { + if yyr975 || yy2arr975 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14135,25 +14190,25 @@ func (x *FCVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym985 := z.DecBinary() - _ = yym985 + yym990 := z.DecBinary() + _ = yym990 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct986 := r.ContainerType() - if yyct986 == codecSelferValueTypeMap1234 { - yyl986 := r.ReadMapStart() - if yyl986 == 0 { + yyct991 := r.ContainerType() + if yyct991 == codecSelferValueTypeMap1234 { + yyl991 := r.ReadMapStart() + if yyl991 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl986, d) + x.codecDecodeSelfFromMap(yyl991, d) } - } else if yyct986 == codecSelferValueTypeArray1234 { - yyl986 := r.ReadArrayStart() - if yyl986 == 0 { + } else if yyct991 == codecSelferValueTypeArray1234 { + yyl991 := r.ReadArrayStart() + if yyl991 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl986, d) + x.codecDecodeSelfFromArray(yyl991, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14165,12 +14220,12 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys987Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys987Slc - var yyhl987 bool = l >= 0 - for yyj987 := 0; ; yyj987++ { - if yyhl987 { - if yyj987 >= l { + var yys992Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys992Slc + var yyhl992 bool = l >= 0 + for yyj992 := 0; ; yyj992++ { + if yyhl992 { + if yyj992 >= l { break } } else { @@ -14179,20 +14234,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys987Slc = r.DecodeBytes(yys987Slc, true, true) - yys987 := string(yys987Slc) + yys992Slc = r.DecodeBytes(yys992Slc, true, true) + yys992 := string(yys992Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys987 { + switch yys992 { case "targetWWNs": if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv988 := &x.TargetWWNs - yym989 := z.DecBinary() - _ = yym989 + yyv993 := &x.TargetWWNs + yym994 := z.DecBinary() + _ = yym994 if false { } else { - z.F.DecSliceStringX(yyv988, false, d) + z.F.DecSliceStringX(yyv993, false, d) } } case "lun": @@ -14204,8 +14259,8 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym991 := z.DecBinary() - _ = yym991 + yym996 := z.DecBinary() + _ = yym996 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) @@ -14224,9 +14279,9 @@ func (x *FCVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys987) - } // end switch yys987 - } // end for yyj987 + z.DecStructFieldNotFound(-1, yys992) + } // end switch yys992 + } // end for yyj992 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14234,16 +14289,16 @@ func (x *FCVolumeSource) 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 } @@ -14251,21 +14306,21 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetWWNs = nil } else { - yyv995 := &x.TargetWWNs - yym996 := z.DecBinary() - _ = yym996 + yyv1000 := &x.TargetWWNs + yym1001 := z.DecBinary() + _ = yym1001 if false { } else { - z.F.DecSliceStringX(yyv995, false, d) + z.F.DecSliceStringX(yyv1000, false, d) } } - yyj994++ - if yyhl994 { - yyb994 = yyj994 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb994 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb994 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14278,20 +14333,20 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Lun == nil { x.Lun = new(int32) } - yym998 := z.DecBinary() - _ = yym998 + yym1003 := z.DecBinary() + _ = yym1003 if false { } else { *((*int32)(x.Lun)) = int32(r.DecodeInt(32)) } } - yyj994++ - if yyhl994 { - yyb994 = yyj994 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb994 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb994 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14301,13 +14356,13 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FSType = string(r.DecodeString()) } - yyj994++ - if yyhl994 { - yyb994 = yyj994 > l + yyj999++ + if yyhl999 { + yyb999 = yyj999 > l } else { - yyb994 = r.CheckBreak() + yyb999 = r.CheckBreak() } - if yyb994 { + if yyb999 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14318,17 +14373,17 @@ func (x *FCVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ReadOnly = bool(r.DecodeBool()) } 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) } @@ -14340,34 +14395,34 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1001 := z.EncBinary() - _ = yym1001 + yym1006 := z.EncBinary() + _ = yym1006 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1002 := !z.EncBinary() - yy2arr1002 := z.EncBasicHandle().StructToArray - var yyq1002 [3]bool - _, _, _ = yysep1002, yyq1002, yy2arr1002 - const yyr1002 bool = false - yyq1002[2] = x.ReadOnly != false - var yynn1002 int - if yyr1002 || yy2arr1002 { + yysep1007 := !z.EncBinary() + yy2arr1007 := z.EncBasicHandle().StructToArray + var yyq1007 [3]bool + _, _, _ = yysep1007, yyq1007, yy2arr1007 + const yyr1007 bool = false + yyq1007[2] = x.ReadOnly != false + var yynn1007 int + if yyr1007 || yy2arr1007 { r.EncodeArrayStart(3) } else { - yynn1002 = 2 - for _, b := range yyq1002 { + yynn1007 = 2 + for _, b := range yyq1007 { if b { - yynn1002++ + yynn1007++ } } - r.EncodeMapStart(yynn1002) - yynn1002 = 0 + r.EncodeMapStart(yynn1007) + yynn1007 = 0 } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1004 := z.EncBinary() - _ = yym1004 + yym1009 := z.EncBinary() + _ = yym1009 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) @@ -14376,17 +14431,17 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1005 := z.EncBinary() - _ = yym1005 + yym1010 := z.EncBinary() + _ = yym1010 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SecretName)) } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1007 := z.EncBinary() - _ = yym1007 + yym1012 := z.EncBinary() + _ = yym1012 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) @@ -14395,18 +14450,18 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("shareName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1008 := z.EncBinary() - _ = yym1008 + yym1013 := z.EncBinary() + _ = yym1013 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ShareName)) } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1002[2] { - yym1010 := z.EncBinary() - _ = yym1010 + if yyq1007[2] { + yym1015 := z.EncBinary() + _ = yym1015 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -14415,19 +14470,19 @@ func (x *AzureFileVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1002[2] { + if yyq1007[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1011 := z.EncBinary() - _ = yym1011 + yym1016 := z.EncBinary() + _ = yym1016 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1002 || yy2arr1002 { + if yyr1007 || yy2arr1007 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14440,25 +14495,25 @@ func (x *AzureFileVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1012 := z.DecBinary() - _ = yym1012 + yym1017 := z.DecBinary() + _ = yym1017 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1013 := r.ContainerType() - if yyct1013 == codecSelferValueTypeMap1234 { - yyl1013 := r.ReadMapStart() - if yyl1013 == 0 { + yyct1018 := r.ContainerType() + if yyct1018 == codecSelferValueTypeMap1234 { + yyl1018 := r.ReadMapStart() + if yyl1018 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1013, d) + x.codecDecodeSelfFromMap(yyl1018, d) } - } else if yyct1013 == codecSelferValueTypeArray1234 { - yyl1013 := r.ReadArrayStart() - if yyl1013 == 0 { + } else if yyct1018 == codecSelferValueTypeArray1234 { + yyl1018 := r.ReadArrayStart() + if yyl1018 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1013, d) + x.codecDecodeSelfFromArray(yyl1018, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14470,12 +14525,12 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1014Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1014Slc - var yyhl1014 bool = l >= 0 - for yyj1014 := 0; ; yyj1014++ { - if yyhl1014 { - if yyj1014 >= l { + var yys1019Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1019Slc + var yyhl1019 bool = l >= 0 + for yyj1019 := 0; ; yyj1019++ { + if yyhl1019 { + if yyj1019 >= l { break } } else { @@ -14484,10 +14539,10 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1014Slc = r.DecodeBytes(yys1014Slc, true, true) - yys1014 := string(yys1014Slc) + yys1019Slc = r.DecodeBytes(yys1019Slc, true, true) + yys1019 := string(yys1019Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1014 { + switch yys1019 { case "secretName": if r.TryDecodeAsNil() { x.SecretName = "" @@ -14507,9 +14562,9 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.ReadOnly = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1014) - } // end switch yys1014 - } // end for yyj1014 + z.DecStructFieldNotFound(-1, yys1019) + } // end switch yys1019 + } // end for yyj1019 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14517,16 +14572,16 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1018 int - var yyb1018 bool - var yyhl1018 bool = l >= 0 - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + var yyj1023 int + var yyb1023 bool + var yyhl1023 bool = l >= 0 + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14536,13 +14591,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.SecretName = string(r.DecodeString()) } - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14552,13 +14607,13 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ShareName = string(r.DecodeString()) } - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14569,17 +14624,17 @@ func (x *AzureFileVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.ReadOnly = bool(r.DecodeBool()) } for { - yyj1018++ - if yyhl1018 { - yyb1018 = yyj1018 > l + yyj1023++ + if yyhl1023 { + yyb1023 = yyj1023 > l } else { - yyb1018 = r.CheckBreak() + yyb1023 = r.CheckBreak() } - if yyb1018 { + if yyb1023 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1018-1, "") + z.DecStructFieldNotFound(yyj1023-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14591,34 +14646,34 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1022 := z.EncBinary() - _ = yym1022 + yym1027 := z.EncBinary() + _ = yym1027 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1023 := !z.EncBinary() - yy2arr1023 := z.EncBasicHandle().StructToArray - var yyq1023 [2]bool - _, _, _ = yysep1023, yyq1023, yy2arr1023 - const yyr1023 bool = false - yyq1023[1] = x.FSType != "" - var yynn1023 int - if yyr1023 || yy2arr1023 { + yysep1028 := !z.EncBinary() + yy2arr1028 := z.EncBasicHandle().StructToArray + var yyq1028 [2]bool + _, _, _ = yysep1028, yyq1028, yy2arr1028 + const yyr1028 bool = false + yyq1028[1] = x.FSType != "" + var yynn1028 int + if yyr1028 || yy2arr1028 { r.EncodeArrayStart(2) } else { - yynn1023 = 1 - for _, b := range yyq1023 { + yynn1028 = 1 + for _, b := range yyq1028 { if b { - yynn1023++ + yynn1028++ } } - r.EncodeMapStart(yynn1023) - yynn1023 = 0 + r.EncodeMapStart(yynn1028) + yynn1028 = 0 } - if yyr1023 || yy2arr1023 { + if yyr1028 || yy2arr1028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1025 := z.EncBinary() - _ = yym1025 + yym1030 := z.EncBinary() + _ = yym1030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) @@ -14627,18 +14682,18 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1026 := z.EncBinary() - _ = yym1026 + yym1031 := z.EncBinary() + _ = yym1031 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.VolumePath)) } } - if yyr1023 || yy2arr1023 { + if yyr1028 || yy2arr1028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1023[1] { - yym1028 := z.EncBinary() - _ = yym1028 + if yyq1028[1] { + yym1033 := z.EncBinary() + _ = yym1033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) @@ -14647,19 +14702,19 @@ func (x *VsphereVirtualDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1023[1] { + if yyq1028[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1029 := z.EncBinary() - _ = yym1029 + yym1034 := z.EncBinary() + _ = yym1034 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FSType)) } } } - if yyr1023 || yy2arr1023 { + if yyr1028 || yy2arr1028 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14672,25 +14727,25 @@ func (x *VsphereVirtualDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1030 := z.DecBinary() - _ = yym1030 + yym1035 := z.DecBinary() + _ = yym1035 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1031 := r.ContainerType() - if yyct1031 == codecSelferValueTypeMap1234 { - yyl1031 := r.ReadMapStart() - if yyl1031 == 0 { + yyct1036 := r.ContainerType() + if yyct1036 == codecSelferValueTypeMap1234 { + yyl1036 := r.ReadMapStart() + if yyl1036 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1031, d) + x.codecDecodeSelfFromMap(yyl1036, d) } - } else if yyct1031 == codecSelferValueTypeArray1234 { - yyl1031 := r.ReadArrayStart() - if yyl1031 == 0 { + } else if yyct1036 == codecSelferValueTypeArray1234 { + yyl1036 := r.ReadArrayStart() + if yyl1036 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1031, d) + x.codecDecodeSelfFromArray(yyl1036, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -14702,12 +14757,12 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1032Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1032Slc - var yyhl1032 bool = l >= 0 - for yyj1032 := 0; ; yyj1032++ { - if yyhl1032 { - if yyj1032 >= l { + var yys1037Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1037Slc + var yyhl1037 bool = l >= 0 + for yyj1037 := 0; ; yyj1037++ { + if yyhl1037 { + if yyj1037 >= l { break } } else { @@ -14716,10 +14771,10 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1032Slc = r.DecodeBytes(yys1032Slc, true, true) - yys1032 := string(yys1032Slc) + yys1037Slc = r.DecodeBytes(yys1037Slc, true, true) + yys1037 := string(yys1037Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1032 { + switch yys1037 { case "volumePath": if r.TryDecodeAsNil() { x.VolumePath = "" @@ -14733,9 +14788,9 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1 x.FSType = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1032) - } // end switch yys1032 - } // end for yyj1032 + z.DecStructFieldNotFound(-1, yys1037) + } // end switch yys1037 + } // end for yyj1037 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -14743,16 +14798,16 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1035 int - var yyb1035 bool - var yyhl1035 bool = l >= 0 - yyj1035++ - if yyhl1035 { - yyb1035 = yyj1035 > l + var yyj1040 int + var yyb1040 bool + var yyhl1040 bool = l >= 0 + yyj1040++ + if yyhl1040 { + yyb1040 = yyj1040 > l } else { - yyb1035 = r.CheckBreak() + yyb1040 = r.CheckBreak() } - if yyb1035 { + if yyb1040 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14762,13 +14817,13 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code } else { x.VolumePath = string(r.DecodeString()) } - yyj1035++ - if yyhl1035 { - yyb1035 = yyj1035 > l + yyj1040++ + if yyhl1040 { + yyb1040 = yyj1040 > l } else { - yyb1035 = r.CheckBreak() + yyb1040 = r.CheckBreak() } - if yyb1035 { + if yyb1040 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -14779,17 +14834,17 @@ func (x *VsphereVirtualDiskVolumeSource) codecDecodeSelfFromArray(l int, d *code x.FSType = string(r.DecodeString()) } for { - yyj1035++ - if yyhl1035 { - yyb1035 = yyj1035 > l + yyj1040++ + if yyhl1040 { + yyb1040 = yyj1040 > l } else { - yyb1035 = r.CheckBreak() + yyb1040 = r.CheckBreak() } - if yyb1035 { + if yyb1040 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1035-1, "") + z.DecStructFieldNotFound(yyj1040-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -14798,8 +14853,8 @@ func (x AzureDataDiskCachingMode) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1038 := z.EncBinary() - _ = yym1038 + yym1043 := z.EncBinary() + _ = yym1043 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -14811,8 +14866,8 @@ func (x *AzureDataDiskCachingMode) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1039 := z.DecBinary() - _ = yym1039 + yym1044 := z.DecBinary() + _ = yym1044 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -14827,36 +14882,36 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1040 := z.EncBinary() - _ = yym1040 + yym1045 := z.EncBinary() + _ = yym1045 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1041 := !z.EncBinary() - yy2arr1041 := z.EncBasicHandle().StructToArray - var yyq1041 [5]bool - _, _, _ = yysep1041, yyq1041, yy2arr1041 - const yyr1041 bool = false - yyq1041[2] = x.CachingMode != nil - yyq1041[3] = x.FSType != nil - yyq1041[4] = x.ReadOnly != nil - var yynn1041 int - if yyr1041 || yy2arr1041 { + yysep1046 := !z.EncBinary() + yy2arr1046 := z.EncBasicHandle().StructToArray + var yyq1046 [5]bool + _, _, _ = yysep1046, yyq1046, yy2arr1046 + const yyr1046 bool = false + yyq1046[2] = x.CachingMode != nil + yyq1046[3] = x.FSType != nil + yyq1046[4] = x.ReadOnly != nil + var yynn1046 int + if yyr1046 || yy2arr1046 { r.EncodeArrayStart(5) } else { - yynn1041 = 2 - for _, b := range yyq1041 { + yynn1046 = 2 + for _, b := range yyq1046 { if b { - yynn1041++ + yynn1046++ } } - r.EncodeMapStart(yynn1041) - yynn1041 = 0 + r.EncodeMapStart(yynn1046) + yynn1046 = 0 } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1043 := z.EncBinary() - _ = yym1043 + yym1048 := z.EncBinary() + _ = yym1048 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) @@ -14865,17 +14920,17 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1044 := z.EncBinary() - _ = yym1044 + yym1049 := z.EncBinary() + _ = yym1049 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DiskName)) } } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1046 := z.EncBinary() - _ = yym1046 + yym1051 := z.EncBinary() + _ = yym1051 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) @@ -14884,109 +14939,109 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("diskURI")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1047 := z.EncBinary() - _ = yym1047 + yym1052 := z.EncBinary() + _ = yym1052 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DataDiskURI)) } } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[2] { + if yyq1046[2] { if x.CachingMode == nil { r.EncodeNil() } else { - yy1049 := *x.CachingMode - yy1049.CodecEncodeSelf(e) + yy1054 := *x.CachingMode + yy1054.CodecEncodeSelf(e) } } else { r.EncodeNil() } } else { - if yyq1041[2] { + if yyq1046[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("cachingMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.CachingMode == nil { r.EncodeNil() } else { - yy1050 := *x.CachingMode - yy1050.CodecEncodeSelf(e) + yy1055 := *x.CachingMode + yy1055.CodecEncodeSelf(e) } } } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[3] { + if yyq1046[3] { if x.FSType == nil { r.EncodeNil() } else { - yy1052 := *x.FSType - yym1053 := z.EncBinary() - _ = yym1053 + yy1057 := *x.FSType + yym1058 := z.EncBinary() + _ = yym1058 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1052)) + r.EncodeString(codecSelferC_UTF81234, string(yy1057)) } } } else { r.EncodeNil() } } else { - if yyq1041[3] { + if yyq1046[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsType")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSType == nil { r.EncodeNil() } else { - yy1054 := *x.FSType - yym1055 := z.EncBinary() - _ = yym1055 + yy1059 := *x.FSType + yym1060 := z.EncBinary() + _ = yym1060 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy1054)) + r.EncodeString(codecSelferC_UTF81234, string(yy1059)) } } } } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1041[4] { + if yyq1046[4] { if x.ReadOnly == nil { r.EncodeNil() } else { - yy1057 := *x.ReadOnly - yym1058 := z.EncBinary() - _ = yym1058 + yy1062 := *x.ReadOnly + yym1063 := z.EncBinary() + _ = yym1063 if false { } else { - r.EncodeBool(bool(yy1057)) + r.EncodeBool(bool(yy1062)) } } } else { r.EncodeNil() } } else { - if yyq1041[4] { + if yyq1046[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ReadOnly == nil { r.EncodeNil() } else { - yy1059 := *x.ReadOnly - yym1060 := z.EncBinary() - _ = yym1060 + yy1064 := *x.ReadOnly + yym1065 := z.EncBinary() + _ = yym1065 if false { } else { - r.EncodeBool(bool(yy1059)) + r.EncodeBool(bool(yy1064)) } } } } - if yyr1041 || yy2arr1041 { + if yyr1046 || yy2arr1046 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -14999,25 +15054,25 @@ func (x *AzureDiskVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1061 := z.DecBinary() - _ = yym1061 + yym1066 := z.DecBinary() + _ = yym1066 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1062 := r.ContainerType() - if yyct1062 == codecSelferValueTypeMap1234 { - yyl1062 := r.ReadMapStart() - if yyl1062 == 0 { + yyct1067 := r.ContainerType() + if yyct1067 == codecSelferValueTypeMap1234 { + yyl1067 := r.ReadMapStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1062, d) + x.codecDecodeSelfFromMap(yyl1067, d) } - } else if yyct1062 == codecSelferValueTypeArray1234 { - yyl1062 := r.ReadArrayStart() - if yyl1062 == 0 { + } else if yyct1067 == codecSelferValueTypeArray1234 { + yyl1067 := r.ReadArrayStart() + if yyl1067 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1062, d) + x.codecDecodeSelfFromArray(yyl1067, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15029,12 +15084,12 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1063Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1063Slc - var yyhl1063 bool = l >= 0 - for yyj1063 := 0; ; yyj1063++ { - if yyhl1063 { - if yyj1063 >= l { + var yys1068Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1068Slc + var yyhl1068 bool = l >= 0 + for yyj1068 := 0; ; yyj1068++ { + if yyhl1068 { + if yyj1068 >= l { break } } else { @@ -15043,10 +15098,10 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1063Slc = r.DecodeBytes(yys1063Slc, true, true) - yys1063 := string(yys1063Slc) + yys1068Slc = r.DecodeBytes(yys1068Slc, true, true) + yys1068 := string(yys1068Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1063 { + switch yys1068 { case "diskName": if r.TryDecodeAsNil() { x.DiskName = "" @@ -15079,8 +15134,8 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.FSType == nil { x.FSType = new(string) } - yym1068 := z.DecBinary() - _ = yym1068 + yym1073 := z.DecBinary() + _ = yym1073 if false { } else { *((*string)(x.FSType)) = r.DecodeString() @@ -15095,17 +15150,17 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1070 := z.DecBinary() - _ = yym1070 + yym1075 := z.DecBinary() + _ = yym1075 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys1063) - } // end switch yys1063 - } // end for yyj1063 + z.DecStructFieldNotFound(-1, yys1068) + } // end switch yys1068 + } // end for yyj1068 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15113,16 +15168,16 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1071 int - var yyb1071 bool - var yyhl1071 bool = l >= 0 - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + var yyj1076 int + var yyb1076 bool + var yyhl1076 bool = l >= 0 + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15132,13 +15187,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DiskName = string(r.DecodeString()) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15148,13 +15203,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.DataDiskURI = string(r.DecodeString()) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15169,13 +15224,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.CachingMode.CodecDecodeSelf(d) } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15188,20 +15243,20 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.FSType == nil { x.FSType = new(string) } - yym1076 := z.DecBinary() - _ = yym1076 + yym1081 := z.DecBinary() + _ = yym1081 if false { } else { *((*string)(x.FSType)) = r.DecodeString() } } - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15214,25 +15269,25 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym1078 := z.DecBinary() - _ = yym1078 + yym1083 := z.DecBinary() + _ = yym1083 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } for { - yyj1071++ - if yyhl1071 { - yyb1071 = yyj1071 > l + yyj1076++ + if yyhl1076 { + yyb1076 = yyj1076 > l } else { - yyb1071 = r.CheckBreak() + yyb1076 = r.CheckBreak() } - if yyb1071 { + if yyb1076 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1071-1, "") + z.DecStructFieldNotFound(yyj1076-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15244,37 +15299,37 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1079 := z.EncBinary() - _ = yym1079 + yym1084 := z.EncBinary() + _ = yym1084 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1080 := !z.EncBinary() - yy2arr1080 := z.EncBasicHandle().StructToArray - var yyq1080 [3]bool - _, _, _ = yysep1080, yyq1080, yy2arr1080 - const yyr1080 bool = false - yyq1080[0] = x.Name != "" - yyq1080[1] = len(x.Items) != 0 - yyq1080[2] = x.DefaultMode != nil - var yynn1080 int - if yyr1080 || yy2arr1080 { + yysep1085 := !z.EncBinary() + yy2arr1085 := z.EncBasicHandle().StructToArray + var yyq1085 [3]bool + _, _, _ = yysep1085, yyq1085, yy2arr1085 + const yyr1085 bool = false + yyq1085[0] = x.Name != "" + yyq1085[1] = len(x.Items) != 0 + yyq1085[2] = x.DefaultMode != nil + var yynn1085 int + if yyr1085 || yy2arr1085 { r.EncodeArrayStart(3) } else { - yynn1080 = 0 - for _, b := range yyq1080 { + yynn1085 = 0 + for _, b := range yyq1085 { if b { - yynn1080++ + yynn1085++ } } - r.EncodeMapStart(yynn1080) - yynn1080 = 0 + r.EncodeMapStart(yynn1085) + yynn1085 = 0 } - if yyr1080 || yy2arr1080 { + if yyr1085 || yy2arr1085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1080[0] { - yym1082 := z.EncBinary() - _ = yym1082 + if yyq1085[0] { + yym1087 := z.EncBinary() + _ = yym1087 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15283,26 +15338,26 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1080[0] { + if yyq1085[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1083 := z.EncBinary() - _ = yym1083 + yym1088 := z.EncBinary() + _ = yym1088 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1080 || yy2arr1080 { + if yyr1085 || yy2arr1085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1080[1] { + if yyq1085[1] { if x.Items == nil { r.EncodeNil() } else { - yym1085 := z.EncBinary() - _ = yym1085 + yym1090 := z.EncBinary() + _ = yym1090 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15312,15 +15367,15 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1080[1] { + if yyq1085[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym1086 := z.EncBinary() - _ = yym1086 + yym1091 := z.EncBinary() + _ = yym1091 if false { } else { h.encSliceKeyToPath(([]KeyToPath)(x.Items), e) @@ -15328,42 +15383,42 @@ func (x *ConfigMapVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1080 || yy2arr1080 { + if yyr1085 || yy2arr1085 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1080[2] { + if yyq1085[2] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy1088 := *x.DefaultMode - yym1089 := z.EncBinary() - _ = yym1089 + yy1093 := *x.DefaultMode + yym1094 := z.EncBinary() + _ = yym1094 if false { } else { - r.EncodeInt(int64(yy1088)) + r.EncodeInt(int64(yy1093)) } } } else { r.EncodeNil() } } else { - if yyq1080[2] { + if yyq1085[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy1090 := *x.DefaultMode - yym1091 := z.EncBinary() - _ = yym1091 + yy1095 := *x.DefaultMode + yym1096 := z.EncBinary() + _ = yym1096 if false { } else { - r.EncodeInt(int64(yy1090)) + r.EncodeInt(int64(yy1095)) } } } } - if yyr1080 || yy2arr1080 { + if yyr1085 || yy2arr1085 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15376,25 +15431,25 @@ func (x *ConfigMapVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1092 := z.DecBinary() - _ = yym1092 + yym1097 := z.DecBinary() + _ = yym1097 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1093 := r.ContainerType() - if yyct1093 == codecSelferValueTypeMap1234 { - yyl1093 := r.ReadMapStart() - if yyl1093 == 0 { + yyct1098 := r.ContainerType() + if yyct1098 == codecSelferValueTypeMap1234 { + yyl1098 := r.ReadMapStart() + if yyl1098 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1093, d) + x.codecDecodeSelfFromMap(yyl1098, d) } - } else if yyct1093 == codecSelferValueTypeArray1234 { - yyl1093 := r.ReadArrayStart() - if yyl1093 == 0 { + } else if yyct1098 == codecSelferValueTypeArray1234 { + yyl1098 := r.ReadArrayStart() + if yyl1098 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1093, d) + x.codecDecodeSelfFromArray(yyl1098, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -15406,12 +15461,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1094Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1094Slc - var yyhl1094 bool = l >= 0 - for yyj1094 := 0; ; yyj1094++ { - if yyhl1094 { - if yyj1094 >= l { + var yys1099Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1099Slc + var yyhl1099 bool = l >= 0 + for yyj1099 := 0; ; yyj1099++ { + if yyhl1099 { + if yyj1099 >= l { break } } else { @@ -15420,10 +15475,10 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1094Slc = r.DecodeBytes(yys1094Slc, true, true) - yys1094 := string(yys1094Slc) + yys1099Slc = r.DecodeBytes(yys1099Slc, true, true) + yys1099 := string(yys1099Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1094 { + switch yys1099 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -15434,12 +15489,12 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1096 := &x.Items - yym1097 := z.DecBinary() - _ = yym1097 + yyv1101 := &x.Items + yym1102 := z.DecBinary() + _ = yym1102 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1096), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1101), d) } } case "defaultMode": @@ -15451,17 +15506,17 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1099 := z.DecBinary() - _ = yym1099 + yym1104 := z.DecBinary() + _ = yym1104 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys1094) - } // end switch yys1094 - } // end for yyj1094 + z.DecStructFieldNotFound(-1, yys1099) + } // end switch yys1099 + } // end for yyj1099 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -15469,16 +15524,16 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1100 int - var yyb1100 bool - var yyhl1100 bool = l >= 0 - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + var yyj1105 int + var yyb1105 bool + var yyhl1105 bool = l >= 0 + yyj1105++ + if yyhl1105 { + yyb1105 = yyj1105 > l } else { - yyb1100 = r.CheckBreak() + yyb1105 = r.CheckBreak() } - if yyb1100 { + if yyb1105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15488,13 +15543,13 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Name = string(r.DecodeString()) } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1105++ + if yyhl1105 { + yyb1105 = yyj1105 > l } else { - yyb1100 = r.CheckBreak() + yyb1105 = r.CheckBreak() } - if yyb1100 { + if yyb1105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15502,21 +15557,21 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Items = nil } else { - yyv1102 := &x.Items - yym1103 := z.DecBinary() - _ = yym1103 + yyv1107 := &x.Items + yym1108 := z.DecBinary() + _ = yym1108 if false { } else { - h.decSliceKeyToPath((*[]KeyToPath)(yyv1102), d) + h.decSliceKeyToPath((*[]KeyToPath)(yyv1107), d) } } - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1105++ + if yyhl1105 { + yyb1105 = yyj1105 > l } else { - yyb1100 = r.CheckBreak() + yyb1105 = r.CheckBreak() } - if yyb1100 { + if yyb1105 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15529,25 +15584,25 @@ func (x *ConfigMapVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym1105 := z.DecBinary() - _ = yym1105 + yym1110 := z.DecBinary() + _ = yym1110 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj1100++ - if yyhl1100 { - yyb1100 = yyj1100 > l + yyj1105++ + if yyhl1105 { + yyb1105 = yyj1105 > l } else { - yyb1100 = r.CheckBreak() + yyb1105 = r.CheckBreak() } - if yyb1100 { + if yyb1105 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1100-1, "") + z.DecStructFieldNotFound(yyj1105-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15559,34 +15614,34 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1106 := z.EncBinary() - _ = yym1106 + yym1111 := z.EncBinary() + _ = yym1111 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1107 := !z.EncBinary() - yy2arr1107 := z.EncBasicHandle().StructToArray - var yyq1107 [3]bool - _, _, _ = yysep1107, yyq1107, yy2arr1107 - const yyr1107 bool = false - yyq1107[2] = x.Mode != nil - var yynn1107 int - if yyr1107 || yy2arr1107 { + yysep1112 := !z.EncBinary() + yy2arr1112 := z.EncBasicHandle().StructToArray + var yyq1112 [3]bool + _, _, _ = yysep1112, yyq1112, yy2arr1112 + const yyr1112 bool = false + yyq1112[2] = x.Mode != nil + var yynn1112 int + if yyr1112 || yy2arr1112 { r.EncodeArrayStart(3) } else { - yynn1107 = 2 - for _, b := range yyq1107 { + yynn1112 = 2 + for _, b := range yyq1112 { if b { - yynn1107++ + yynn1112++ } } - r.EncodeMapStart(yynn1107) - yynn1107 = 0 + r.EncodeMapStart(yynn1112) + yynn1112 = 0 } - if yyr1107 || yy2arr1107 { + if yyr1112 || yy2arr1112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1109 := z.EncBinary() - _ = yym1109 + yym1114 := z.EncBinary() + _ = yym1114 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -15595,17 +15650,17 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1110 := z.EncBinary() - _ = yym1110 + yym1115 := z.EncBinary() + _ = yym1115 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1107 || yy2arr1107 { + if yyr1112 || yy2arr1112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1112 := z.EncBinary() - _ = yym1112 + yym1117 := z.EncBinary() + _ = yym1117 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -15614,49 +15669,49 @@ func (x *KeyToPath) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1113 := z.EncBinary() - _ = yym1113 + yym1118 := z.EncBinary() + _ = yym1118 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr1107 || yy2arr1107 { + if yyr1112 || yy2arr1112 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1107[2] { + if yyq1112[2] { if x.Mode == nil { r.EncodeNil() } else { - yy1115 := *x.Mode - yym1116 := z.EncBinary() - _ = yym1116 + yy1120 := *x.Mode + yym1121 := z.EncBinary() + _ = yym1121 if false { } else { - r.EncodeInt(int64(yy1115)) + r.EncodeInt(int64(yy1120)) } } } else { r.EncodeNil() } } else { - if yyq1107[2] { + if yyq1112[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy1117 := *x.Mode - yym1118 := z.EncBinary() - _ = yym1118 + yy1122 := *x.Mode + yym1123 := z.EncBinary() + _ = yym1123 if false { } else { - r.EncodeInt(int64(yy1117)) + r.EncodeInt(int64(yy1122)) } } } } - if yyr1107 || yy2arr1107 { + if yyr1112 || yy2arr1112 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15669,25 +15724,25 @@ func (x *KeyToPath) 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) @@ -15699,12 +15754,12 @@ func (x *KeyToPath) 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 { @@ -15713,10 +15768,10 @@ func (x *KeyToPath) 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 "key": if r.TryDecodeAsNil() { x.Key = "" @@ -15738,17 +15793,17 @@ func (x *KeyToPath) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1125 := z.DecBinary() - _ = yym1125 + yym1130 := z.DecBinary() + _ = yym1130 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } 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) } @@ -15756,16 +15811,16 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1126 int - var yyb1126 bool - var yyhl1126 bool = l >= 0 - yyj1126++ - if yyhl1126 { - yyb1126 = yyj1126 > l + var yyj1131 int + var yyb1131 bool + var yyhl1131 bool = l >= 0 + yyj1131++ + if yyhl1131 { + yyb1131 = yyj1131 > l } else { - yyb1126 = r.CheckBreak() + yyb1131 = r.CheckBreak() } - if yyb1126 { + if yyb1131 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15775,13 +15830,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1126++ - if yyhl1126 { - yyb1126 = yyj1126 > l + yyj1131++ + if yyhl1131 { + yyb1131 = yyj1131 > l } else { - yyb1126 = r.CheckBreak() + yyb1131 = r.CheckBreak() } - if yyb1126 { + if yyb1131 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15791,13 +15846,13 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1126++ - if yyhl1126 { - yyb1126 = yyj1126 > l + yyj1131++ + if yyhl1131 { + yyb1131 = yyj1131 > l } else { - yyb1126 = r.CheckBreak() + yyb1131 = r.CheckBreak() } - if yyb1126 { + if yyb1131 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -15810,25 +15865,25 @@ func (x *KeyToPath) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Mode == nil { x.Mode = new(int32) } - yym1130 := z.DecBinary() - _ = yym1130 + yym1135 := z.DecBinary() + _ = yym1135 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj1126++ - if yyhl1126 { - yyb1126 = yyj1126 > l + yyj1131++ + if yyhl1131 { + yyb1131 = yyj1131 > l } else { - yyb1126 = r.CheckBreak() + yyb1131 = r.CheckBreak() } - if yyb1126 { + if yyb1131 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1126-1, "") + z.DecStructFieldNotFound(yyj1131-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -15840,38 +15895,38 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1131 := z.EncBinary() - _ = yym1131 + yym1136 := z.EncBinary() + _ = yym1136 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1132 := !z.EncBinary() - yy2arr1132 := z.EncBasicHandle().StructToArray - var yyq1132 [5]bool - _, _, _ = yysep1132, yyq1132, yy2arr1132 - const yyr1132 bool = false - yyq1132[0] = x.Name != "" - yyq1132[1] = x.HostPort != 0 - yyq1132[3] = x.Protocol != "" - yyq1132[4] = x.HostIP != "" - var yynn1132 int - if yyr1132 || yy2arr1132 { + yysep1137 := !z.EncBinary() + yy2arr1137 := z.EncBasicHandle().StructToArray + var yyq1137 [5]bool + _, _, _ = yysep1137, yyq1137, yy2arr1137 + const yyr1137 bool = false + yyq1137[0] = x.Name != "" + yyq1137[1] = x.HostPort != 0 + yyq1137[3] = x.Protocol != "" + yyq1137[4] = x.HostIP != "" + var yynn1137 int + if yyr1137 || yy2arr1137 { r.EncodeArrayStart(5) } else { - yynn1132 = 1 - for _, b := range yyq1132 { + yynn1137 = 1 + for _, b := range yyq1137 { if b { - yynn1132++ + yynn1137++ } } - r.EncodeMapStart(yynn1132) - yynn1132 = 0 + r.EncodeMapStart(yynn1137) + yynn1137 = 0 } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1132[0] { - yym1134 := z.EncBinary() - _ = yym1134 + if yyq1137[0] { + yym1139 := z.EncBinary() + _ = yym1139 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -15880,23 +15935,23 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1132[0] { + if yyq1137[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1135 := z.EncBinary() - _ = yym1135 + yym1140 := z.EncBinary() + _ = yym1140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1132[1] { - yym1137 := z.EncBinary() - _ = yym1137 + if yyq1137[1] { + yym1142 := z.EncBinary() + _ = yym1142 if false { } else { r.EncodeInt(int64(x.HostPort)) @@ -15905,22 +15960,22 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1132[1] { + if yyq1137[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1138 := z.EncBinary() - _ = yym1138 + yym1143 := z.EncBinary() + _ = yym1143 if false { } else { r.EncodeInt(int64(x.HostPort)) } } } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1140 := z.EncBinary() - _ = yym1140 + yym1145 := z.EncBinary() + _ = yym1145 if false { } else { r.EncodeInt(int64(x.ContainerPort)) @@ -15929,33 +15984,33 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1141 := z.EncBinary() - _ = yym1141 + yym1146 := z.EncBinary() + _ = yym1146 if false { } else { r.EncodeInt(int64(x.ContainerPort)) } } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1132[3] { + if yyq1137[3] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1132[3] { + if yyq1137[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1132[4] { - yym1144 := z.EncBinary() - _ = yym1144 + if yyq1137[4] { + yym1149 := z.EncBinary() + _ = yym1149 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) @@ -15964,19 +16019,19 @@ func (x *ContainerPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1132[4] { + if yyq1137[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1145 := z.EncBinary() - _ = yym1145 + yym1150 := z.EncBinary() + _ = yym1150 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) } } } - if yyr1132 || yy2arr1132 { + if yyr1137 || yy2arr1137 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -15989,25 +16044,25 @@ func (x *ContainerPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1146 := z.DecBinary() - _ = yym1146 + yym1151 := z.DecBinary() + _ = yym1151 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1147 := r.ContainerType() - if yyct1147 == codecSelferValueTypeMap1234 { - yyl1147 := r.ReadMapStart() - if yyl1147 == 0 { + yyct1152 := r.ContainerType() + if yyct1152 == codecSelferValueTypeMap1234 { + yyl1152 := r.ReadMapStart() + if yyl1152 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1147, d) + x.codecDecodeSelfFromMap(yyl1152, d) } - } else if yyct1147 == codecSelferValueTypeArray1234 { - yyl1147 := r.ReadArrayStart() - if yyl1147 == 0 { + } else if yyct1152 == codecSelferValueTypeArray1234 { + yyl1152 := r.ReadArrayStart() + if yyl1152 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1147, d) + x.codecDecodeSelfFromArray(yyl1152, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16019,12 +16074,12 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1148Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1148Slc - var yyhl1148 bool = l >= 0 - for yyj1148 := 0; ; yyj1148++ { - if yyhl1148 { - if yyj1148 >= l { + var yys1153Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1153Slc + var yyhl1153 bool = l >= 0 + for yyj1153 := 0; ; yyj1153++ { + if yyhl1153 { + if yyj1153 >= l { break } } else { @@ -16033,10 +16088,10 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1148Slc = r.DecodeBytes(yys1148Slc, true, true) - yys1148 := string(yys1148Slc) + yys1153Slc = r.DecodeBytes(yys1153Slc, true, true) + yys1153 := string(yys1153Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1148 { + switch yys1153 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16068,9 +16123,9 @@ func (x *ContainerPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1148) - } // end switch yys1148 - } // end for yyj1148 + z.DecStructFieldNotFound(-1, yys1153) + } // end switch yys1153 + } // end for yyj1153 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16078,16 +16133,16 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1154 int - var yyb1154 bool - var yyhl1154 bool = l >= 0 - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + var yyj1159 int + var yyb1159 bool + var yyhl1159 bool = l >= 0 + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16097,13 +16152,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16113,13 +16168,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPort = int32(r.DecodeInt(32)) } - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16129,13 +16184,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerPort = int32(r.DecodeInt(32)) } - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16145,13 +16200,13 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16162,17 +16217,17 @@ func (x *ContainerPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.HostIP = string(r.DecodeString()) } for { - yyj1154++ - if yyhl1154 { - yyb1154 = yyj1154 > l + yyj1159++ + if yyhl1159 { + yyb1159 = yyj1159 > l } else { - yyb1154 = r.CheckBreak() + yyb1159 = r.CheckBreak() } - if yyb1154 { + if yyb1159 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1154-1, "") + z.DecStructFieldNotFound(yyj1159-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16184,35 +16239,35 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1160 := z.EncBinary() - _ = yym1160 + yym1165 := z.EncBinary() + _ = yym1165 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1161 := !z.EncBinary() - yy2arr1161 := z.EncBasicHandle().StructToArray - var yyq1161 [4]bool - _, _, _ = yysep1161, yyq1161, yy2arr1161 - const yyr1161 bool = false - yyq1161[1] = x.ReadOnly != false - yyq1161[3] = x.SubPath != "" - var yynn1161 int - if yyr1161 || yy2arr1161 { + yysep1166 := !z.EncBinary() + yy2arr1166 := z.EncBasicHandle().StructToArray + var yyq1166 [4]bool + _, _, _ = yysep1166, yyq1166, yy2arr1166 + const yyr1166 bool = false + yyq1166[1] = x.ReadOnly != false + yyq1166[3] = x.SubPath != "" + var yynn1166 int + if yyr1166 || yy2arr1166 { r.EncodeArrayStart(4) } else { - yynn1161 = 2 - for _, b := range yyq1161 { + yynn1166 = 2 + for _, b := range yyq1166 { if b { - yynn1161++ + yynn1166++ } } - r.EncodeMapStart(yynn1161) - yynn1161 = 0 + r.EncodeMapStart(yynn1166) + yynn1166 = 0 } - if yyr1161 || yy2arr1161 { + if yyr1166 || yy2arr1166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1163 := z.EncBinary() - _ = yym1163 + yym1168 := z.EncBinary() + _ = yym1168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16221,18 +16276,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1164 := z.EncBinary() - _ = yym1164 + yym1169 := z.EncBinary() + _ = yym1169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1161 || yy2arr1161 { + if yyr1166 || yy2arr1166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1161[1] { - yym1166 := z.EncBinary() - _ = yym1166 + if yyq1166[1] { + yym1171 := z.EncBinary() + _ = yym1171 if false { } else { r.EncodeBool(bool(x.ReadOnly)) @@ -16241,22 +16296,22 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1161[1] { + if yyq1166[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readOnly")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1167 := z.EncBinary() - _ = yym1167 + yym1172 := z.EncBinary() + _ = yym1172 if false { } else { r.EncodeBool(bool(x.ReadOnly)) } } } - if yyr1161 || yy2arr1161 { + if yyr1166 || yy2arr1166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1169 := z.EncBinary() - _ = yym1169 + yym1174 := z.EncBinary() + _ = yym1174 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) @@ -16265,18 +16320,18 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mountPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1170 := z.EncBinary() - _ = yym1170 + yym1175 := z.EncBinary() + _ = yym1175 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MountPath)) } } - if yyr1161 || yy2arr1161 { + if yyr1166 || yy2arr1166 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1161[3] { - yym1172 := z.EncBinary() - _ = yym1172 + if yyq1166[3] { + yym1177 := z.EncBinary() + _ = yym1177 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) @@ -16285,19 +16340,19 @@ func (x *VolumeMount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1161[3] { + if yyq1166[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1173 := z.EncBinary() - _ = yym1173 + yym1178 := z.EncBinary() + _ = yym1178 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SubPath)) } } } - if yyr1161 || yy2arr1161 { + if yyr1166 || yy2arr1166 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16310,25 +16365,25 @@ func (x *VolumeMount) 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) @@ -16340,12 +16395,12 @@ func (x *VolumeMount) 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 { @@ -16354,10 +16409,10 @@ func (x *VolumeMount) 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 "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16383,9 +16438,9 @@ func (x *VolumeMount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } 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) } @@ -16393,16 +16448,16 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1181 int - var yyb1181 bool - var yyhl1181 bool = l >= 0 - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + var yyj1186 int + var yyb1186 bool + var yyhl1186 bool = l >= 0 + yyj1186++ + if yyhl1186 { + yyb1186 = yyj1186 > l } else { - yyb1181 = r.CheckBreak() + yyb1186 = r.CheckBreak() } - if yyb1181 { + if yyb1186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16412,13 +16467,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1186++ + if yyhl1186 { + yyb1186 = yyj1186 > l } else { - yyb1181 = r.CheckBreak() + yyb1186 = r.CheckBreak() } - if yyb1181 { + if yyb1186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16428,13 +16483,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ReadOnly = bool(r.DecodeBool()) } - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1186++ + if yyhl1186 { + yyb1186 = yyj1186 > l } else { - yyb1181 = r.CheckBreak() + yyb1186 = r.CheckBreak() } - if yyb1181 { + if yyb1186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16444,13 +16499,13 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MountPath = string(r.DecodeString()) } - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1186++ + if yyhl1186 { + yyb1186 = yyj1186 > l } else { - yyb1181 = r.CheckBreak() + yyb1186 = r.CheckBreak() } - if yyb1181 { + if yyb1186 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16461,17 +16516,17 @@ func (x *VolumeMount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SubPath = string(r.DecodeString()) } for { - yyj1181++ - if yyhl1181 { - yyb1181 = yyj1181 > l + yyj1186++ + if yyhl1186 { + yyb1186 = yyj1186 > l } else { - yyb1181 = r.CheckBreak() + yyb1186 = r.CheckBreak() } - if yyb1181 { + if yyb1186 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1181-1, "") + z.DecStructFieldNotFound(yyj1186-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16483,35 +16538,35 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1186 := z.EncBinary() - _ = yym1186 + yym1191 := z.EncBinary() + _ = yym1191 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1187 := !z.EncBinary() - yy2arr1187 := z.EncBasicHandle().StructToArray - var yyq1187 [3]bool - _, _, _ = yysep1187, yyq1187, yy2arr1187 - const yyr1187 bool = false - yyq1187[1] = x.Value != "" - yyq1187[2] = x.ValueFrom != nil - var yynn1187 int - if yyr1187 || yy2arr1187 { + yysep1192 := !z.EncBinary() + yy2arr1192 := z.EncBasicHandle().StructToArray + var yyq1192 [3]bool + _, _, _ = yysep1192, yyq1192, yy2arr1192 + const yyr1192 bool = false + yyq1192[1] = x.Value != "" + yyq1192[2] = x.ValueFrom != nil + var yynn1192 int + if yyr1192 || yy2arr1192 { r.EncodeArrayStart(3) } else { - yynn1187 = 1 - for _, b := range yyq1187 { + yynn1192 = 1 + for _, b := range yyq1192 { if b { - yynn1187++ + yynn1192++ } } - r.EncodeMapStart(yynn1187) - yynn1187 = 0 + r.EncodeMapStart(yynn1192) + yynn1192 = 0 } - if yyr1187 || yy2arr1187 { + if yyr1192 || yy2arr1192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1189 := z.EncBinary() - _ = yym1189 + yym1194 := z.EncBinary() + _ = yym1194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -16520,18 +16575,18 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1190 := z.EncBinary() - _ = yym1190 + yym1195 := z.EncBinary() + _ = yym1195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1187 || yy2arr1187 { + if yyr1192 || yy2arr1192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1187[1] { - yym1192 := z.EncBinary() - _ = yym1192 + if yyq1192[1] { + yym1197 := z.EncBinary() + _ = yym1197 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -16540,21 +16595,21 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1187[1] { + if yyq1192[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1193 := z.EncBinary() - _ = yym1193 + yym1198 := z.EncBinary() + _ = yym1198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1187 || yy2arr1187 { + if yyr1192 || yy2arr1192 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1187[2] { + if yyq1192[2] { if x.ValueFrom == nil { r.EncodeNil() } else { @@ -16564,7 +16619,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1187[2] { + if yyq1192[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("valueFrom")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16575,7 +16630,7 @@ func (x *EnvVar) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1187 || yy2arr1187 { + if yyr1192 || yy2arr1192 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16588,25 +16643,25 @@ func (x *EnvVar) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1195 := z.DecBinary() - _ = yym1195 + yym1200 := z.DecBinary() + _ = yym1200 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1196 := r.ContainerType() - if yyct1196 == codecSelferValueTypeMap1234 { - yyl1196 := r.ReadMapStart() - if yyl1196 == 0 { + yyct1201 := r.ContainerType() + if yyct1201 == codecSelferValueTypeMap1234 { + yyl1201 := r.ReadMapStart() + if yyl1201 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1196, d) + x.codecDecodeSelfFromMap(yyl1201, d) } - } else if yyct1196 == codecSelferValueTypeArray1234 { - yyl1196 := r.ReadArrayStart() - if yyl1196 == 0 { + } else if yyct1201 == codecSelferValueTypeArray1234 { + yyl1201 := r.ReadArrayStart() + if yyl1201 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1196, d) + x.codecDecodeSelfFromArray(yyl1201, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16618,12 +16673,12 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1197Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1197Slc - var yyhl1197 bool = l >= 0 - for yyj1197 := 0; ; yyj1197++ { - if yyhl1197 { - if yyj1197 >= l { + var yys1202Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1202Slc + var yyhl1202 bool = l >= 0 + for yyj1202 := 0; ; yyj1202++ { + if yyhl1202 { + if yyj1202 >= l { break } } else { @@ -16632,10 +16687,10 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1197Slc = r.DecodeBytes(yys1197Slc, true, true) - yys1197 := string(yys1197Slc) + yys1202Slc = r.DecodeBytes(yys1202Slc, true, true) + yys1202 := string(yys1202Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1197 { + switch yys1202 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -16660,9 +16715,9 @@ func (x *EnvVar) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1197) - } // end switch yys1197 - } // end for yyj1197 + z.DecStructFieldNotFound(-1, yys1202) + } // end switch yys1202 + } // end for yyj1202 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16670,16 +16725,16 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1201 int - var yyb1201 bool - var yyhl1201 bool = l >= 0 - yyj1201++ - if yyhl1201 { - yyb1201 = yyj1201 > l + var yyj1206 int + var yyb1206 bool + var yyhl1206 bool = l >= 0 + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1201 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1201 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16689,13 +16744,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1201++ - if yyhl1201 { - yyb1201 = yyj1201 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1201 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1201 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16705,13 +16760,13 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1201++ - if yyhl1201 { - yyb1201 = yyj1201 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1201 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1201 { + if yyb1206 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -16727,17 +16782,17 @@ func (x *EnvVar) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ValueFrom.CodecDecodeSelf(d) } for { - yyj1201++ - if yyhl1201 { - yyb1201 = yyj1201 > l + yyj1206++ + if yyhl1206 { + yyb1206 = yyj1206 > l } else { - yyb1201 = r.CheckBreak() + yyb1206 = r.CheckBreak() } - if yyb1201 { + if yyb1206 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1201-1, "") + z.DecStructFieldNotFound(yyj1206-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -16749,36 +16804,36 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1205 := z.EncBinary() - _ = yym1205 + yym1210 := z.EncBinary() + _ = yym1210 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1206 := !z.EncBinary() - yy2arr1206 := z.EncBasicHandle().StructToArray - var yyq1206 [4]bool - _, _, _ = yysep1206, yyq1206, yy2arr1206 - const yyr1206 bool = false - yyq1206[0] = x.FieldRef != nil - yyq1206[1] = x.ResourceFieldRef != nil - yyq1206[2] = x.ConfigMapKeyRef != nil - yyq1206[3] = x.SecretKeyRef != nil - var yynn1206 int - if yyr1206 || yy2arr1206 { + yysep1211 := !z.EncBinary() + yy2arr1211 := z.EncBasicHandle().StructToArray + var yyq1211 [4]bool + _, _, _ = yysep1211, yyq1211, yy2arr1211 + const yyr1211 bool = false + yyq1211[0] = x.FieldRef != nil + yyq1211[1] = x.ResourceFieldRef != nil + yyq1211[2] = x.ConfigMapKeyRef != nil + yyq1211[3] = x.SecretKeyRef != nil + var yynn1211 int + if yyr1211 || yy2arr1211 { r.EncodeArrayStart(4) } else { - yynn1206 = 0 - for _, b := range yyq1206 { + yynn1211 = 0 + for _, b := range yyq1211 { if b { - yynn1206++ + yynn1211++ } } - r.EncodeMapStart(yynn1206) - yynn1206 = 0 + r.EncodeMapStart(yynn1211) + yynn1211 = 0 } - if yyr1206 || yy2arr1206 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1206[0] { + if yyq1211[0] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -16788,7 +16843,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1206[0] { + if yyq1211[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16799,9 +16854,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1206 || yy2arr1206 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1206[1] { + if yyq1211[1] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -16811,7 +16866,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1206[1] { + if yyq1211[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16822,9 +16877,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1206 || yy2arr1206 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1206[2] { + if yyq1211[2] { if x.ConfigMapKeyRef == nil { r.EncodeNil() } else { @@ -16834,7 +16889,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1206[2] { + if yyq1211[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("configMapKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16845,9 +16900,9 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1206 || yy2arr1206 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1206[3] { + if yyq1211[3] { if x.SecretKeyRef == nil { r.EncodeNil() } else { @@ -16857,7 +16912,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1206[3] { + if yyq1211[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secretKeyRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -16868,7 +16923,7 @@ func (x *EnvVarSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1206 || yy2arr1206 { + if yyr1211 || yy2arr1211 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -16881,25 +16936,25 @@ func (x *EnvVarSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1211 := z.DecBinary() - _ = yym1211 + yym1216 := z.DecBinary() + _ = yym1216 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1212 := r.ContainerType() - if yyct1212 == codecSelferValueTypeMap1234 { - yyl1212 := r.ReadMapStart() - if yyl1212 == 0 { + yyct1217 := r.ContainerType() + if yyct1217 == codecSelferValueTypeMap1234 { + yyl1217 := r.ReadMapStart() + if yyl1217 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1212, d) + x.codecDecodeSelfFromMap(yyl1217, d) } - } else if yyct1212 == codecSelferValueTypeArray1234 { - yyl1212 := r.ReadArrayStart() - if yyl1212 == 0 { + } else if yyct1217 == codecSelferValueTypeArray1234 { + yyl1217 := r.ReadArrayStart() + if yyl1217 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1212, d) + x.codecDecodeSelfFromArray(yyl1217, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -16911,12 +16966,12 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1213Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1213Slc - var yyhl1213 bool = l >= 0 - for yyj1213 := 0; ; yyj1213++ { - if yyhl1213 { - if yyj1213 >= l { + var yys1218Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1218Slc + var yyhl1218 bool = l >= 0 + for yyj1218 := 0; ; yyj1218++ { + if yyhl1218 { + if yyj1218 >= l { break } } else { @@ -16925,10 +16980,10 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1213Slc = r.DecodeBytes(yys1213Slc, true, true) - yys1213 := string(yys1213Slc) + yys1218Slc = r.DecodeBytes(yys1218Slc, true, true) + yys1218 := string(yys1218Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1213 { + switch yys1218 { case "fieldRef": if r.TryDecodeAsNil() { if x.FieldRef != nil { @@ -16974,9 +17029,9 @@ func (x *EnvVarSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1213) - } // end switch yys1213 - } // end for yyj1213 + z.DecStructFieldNotFound(-1, yys1218) + } // end switch yys1218 + } // end for yyj1218 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -16984,16 +17039,16 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1218 int - var yyb1218 bool - var yyhl1218 bool = l >= 0 - yyj1218++ - if yyhl1218 { - yyb1218 = yyj1218 > l + var yyj1223 int + var yyb1223 bool + var yyhl1223 bool = l >= 0 + yyj1223++ + if yyhl1223 { + yyb1223 = yyj1223 > l } else { - yyb1218 = r.CheckBreak() + yyb1223 = r.CheckBreak() } - if yyb1218 { + if yyb1223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17008,13 +17063,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.FieldRef.CodecDecodeSelf(d) } - yyj1218++ - if yyhl1218 { - yyb1218 = yyj1218 > l + yyj1223++ + if yyhl1223 { + yyb1223 = yyj1223 > l } else { - yyb1218 = r.CheckBreak() + yyb1223 = r.CheckBreak() } - if yyb1218 { + if yyb1223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17029,13 +17084,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj1218++ - if yyhl1218 { - yyb1218 = yyj1218 > l + yyj1223++ + if yyhl1223 { + yyb1223 = yyj1223 > l } else { - yyb1218 = r.CheckBreak() + yyb1223 = r.CheckBreak() } - if yyb1218 { + if yyb1223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17050,13 +17105,13 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ConfigMapKeyRef.CodecDecodeSelf(d) } - yyj1218++ - if yyhl1218 { - yyb1218 = yyj1218 > l + yyj1223++ + if yyhl1223 { + yyb1223 = yyj1223 > l } else { - yyb1218 = r.CheckBreak() + yyb1223 = r.CheckBreak() } - if yyb1218 { + if yyb1223 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17072,17 +17127,17 @@ func (x *EnvVarSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SecretKeyRef.CodecDecodeSelf(d) } for { - yyj1218++ - if yyhl1218 { - yyb1218 = yyj1218 > l + yyj1223++ + if yyhl1223 { + yyb1223 = yyj1223 > l } else { - yyb1218 = r.CheckBreak() + yyb1223 = r.CheckBreak() } - if yyb1218 { + if yyb1223 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1218-1, "") + z.DecStructFieldNotFound(yyj1223-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17094,35 +17149,35 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1223 := z.EncBinary() - _ = yym1223 + yym1228 := z.EncBinary() + _ = yym1228 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1224 := !z.EncBinary() - yy2arr1224 := z.EncBasicHandle().StructToArray - var yyq1224 [2]bool - _, _, _ = yysep1224, yyq1224, yy2arr1224 - const yyr1224 bool = false - yyq1224[0] = x.APIVersion != "" - var yynn1224 int - if yyr1224 || yy2arr1224 { + yysep1229 := !z.EncBinary() + yy2arr1229 := z.EncBasicHandle().StructToArray + var yyq1229 [2]bool + _, _, _ = yysep1229, yyq1229, yy2arr1229 + const yyr1229 bool = false + yyq1229[0] = x.APIVersion != "" + var yynn1229 int + if yyr1229 || yy2arr1229 { r.EncodeArrayStart(2) } else { - yynn1224 = 1 - for _, b := range yyq1224 { + yynn1229 = 1 + for _, b := range yyq1229 { if b { - yynn1224++ + yynn1229++ } } - r.EncodeMapStart(yynn1224) - yynn1224 = 0 + r.EncodeMapStart(yynn1229) + yynn1229 = 0 } - if yyr1224 || yy2arr1224 { + if yyr1229 || yy2arr1229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1224[0] { - yym1226 := z.EncBinary() - _ = yym1226 + if yyq1229[0] { + yym1231 := z.EncBinary() + _ = yym1231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -17131,22 +17186,22 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1224[0] { + if yyq1229[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1227 := z.EncBinary() - _ = yym1227 + yym1232 := z.EncBinary() + _ = yym1232 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr1224 || yy2arr1224 { + if yyr1229 || yy2arr1229 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1229 := z.EncBinary() - _ = yym1229 + yym1234 := z.EncBinary() + _ = yym1234 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) @@ -17155,14 +17210,14 @@ func (x *ObjectFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1230 := z.EncBinary() - _ = yym1230 + yym1235 := z.EncBinary() + _ = yym1235 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } - if yyr1224 || yy2arr1224 { + if yyr1229 || yy2arr1229 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17175,25 +17230,25 @@ func (x *ObjectFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1231 := z.DecBinary() - _ = yym1231 + yym1236 := z.DecBinary() + _ = yym1236 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1232 := r.ContainerType() - if yyct1232 == codecSelferValueTypeMap1234 { - yyl1232 := r.ReadMapStart() - if yyl1232 == 0 { + yyct1237 := r.ContainerType() + if yyct1237 == codecSelferValueTypeMap1234 { + yyl1237 := r.ReadMapStart() + if yyl1237 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1232, d) + x.codecDecodeSelfFromMap(yyl1237, d) } - } else if yyct1232 == codecSelferValueTypeArray1234 { - yyl1232 := r.ReadArrayStart() - if yyl1232 == 0 { + } else if yyct1237 == codecSelferValueTypeArray1234 { + yyl1237 := r.ReadArrayStart() + if yyl1237 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1232, d) + x.codecDecodeSelfFromArray(yyl1237, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17205,12 +17260,12 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1233Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1233Slc - var yyhl1233 bool = l >= 0 - for yyj1233 := 0; ; yyj1233++ { - if yyhl1233 { - if yyj1233 >= l { + var yys1238Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1238Slc + var yyhl1238 bool = l >= 0 + for yyj1238 := 0; ; yyj1238++ { + if yyhl1238 { + if yyj1238 >= l { break } } else { @@ -17219,10 +17274,10 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1233Slc = r.DecodeBytes(yys1233Slc, true, true) - yys1233 := string(yys1233Slc) + yys1238Slc = r.DecodeBytes(yys1238Slc, true, true) + yys1238 := string(yys1238Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1233 { + switch yys1238 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -17236,9 +17291,9 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1233) - } // end switch yys1233 - } // end for yyj1233 + z.DecStructFieldNotFound(-1, yys1238) + } // end switch yys1238 + } // end for yyj1238 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17246,16 +17301,16 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1236 int - var yyb1236 bool - var yyhl1236 bool = l >= 0 - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + var yyj1241 int + var yyb1241 bool + var yyhl1241 bool = l >= 0 + yyj1241++ + if yyhl1241 { + yyb1241 = yyj1241 > l } else { - yyb1236 = r.CheckBreak() + yyb1241 = r.CheckBreak() } - if yyb1236 { + if yyb1241 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17265,13 +17320,13 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1241++ + if yyhl1241 { + yyb1241 = yyj1241 > l } else { - yyb1236 = r.CheckBreak() + yyb1241 = r.CheckBreak() } - if yyb1236 { + if yyb1241 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17282,17 +17337,17 @@ func (x *ObjectFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.FieldPath = string(r.DecodeString()) } for { - yyj1236++ - if yyhl1236 { - yyb1236 = yyj1236 > l + yyj1241++ + if yyhl1241 { + yyb1241 = yyj1241 > l } else { - yyb1236 = r.CheckBreak() + yyb1241 = r.CheckBreak() } - if yyb1236 { + if yyb1241 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1236-1, "") + z.DecStructFieldNotFound(yyj1241-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17304,36 +17359,36 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1239 := z.EncBinary() - _ = yym1239 + yym1244 := z.EncBinary() + _ = yym1244 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1240 := !z.EncBinary() - yy2arr1240 := z.EncBasicHandle().StructToArray - var yyq1240 [3]bool - _, _, _ = yysep1240, yyq1240, yy2arr1240 - const yyr1240 bool = false - yyq1240[0] = x.ContainerName != "" - yyq1240[2] = true - var yynn1240 int - if yyr1240 || yy2arr1240 { + yysep1245 := !z.EncBinary() + yy2arr1245 := z.EncBasicHandle().StructToArray + var yyq1245 [3]bool + _, _, _ = yysep1245, yyq1245, yy2arr1245 + const yyr1245 bool = false + yyq1245[0] = x.ContainerName != "" + yyq1245[2] = true + var yynn1245 int + if yyr1245 || yy2arr1245 { r.EncodeArrayStart(3) } else { - yynn1240 = 1 - for _, b := range yyq1240 { + yynn1245 = 1 + for _, b := range yyq1245 { if b { - yynn1240++ + yynn1245++ } } - r.EncodeMapStart(yynn1240) - yynn1240 = 0 + r.EncodeMapStart(yynn1245) + yynn1245 = 0 } - if yyr1240 || yy2arr1240 { + if yyr1245 || yy2arr1245 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1240[0] { - yym1242 := z.EncBinary() - _ = yym1242 + if yyq1245[0] { + yym1247 := z.EncBinary() + _ = yym1247 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) @@ -17342,22 +17397,22 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1240[0] { + if yyq1245[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1243 := z.EncBinary() - _ = yym1243 + yym1248 := z.EncBinary() + _ = yym1248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerName)) } } } - if yyr1240 || yy2arr1240 { + if yyr1245 || yy2arr1245 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1245 := z.EncBinary() - _ = yym1245 + yym1250 := z.EncBinary() + _ = yym1250 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) @@ -17366,47 +17421,47 @@ func (x *ResourceFieldSelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resource")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1246 := z.EncBinary() - _ = yym1246 + yym1251 := z.EncBinary() + _ = yym1251 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Resource)) } } - if yyr1240 || yy2arr1240 { + if yyr1245 || yy2arr1245 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1240[2] { - yy1248 := &x.Divisor - yym1249 := z.EncBinary() - _ = yym1249 + if yyq1245[2] { + yy1253 := &x.Divisor + yym1254 := z.EncBinary() + _ = yym1254 if false { - } else if z.HasExtensions() && z.EncExt(yy1248) { - } else if !yym1249 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1248) + } else if z.HasExtensions() && z.EncExt(yy1253) { + } else if !yym1254 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1253) } else { - z.EncFallback(yy1248) + z.EncFallback(yy1253) } } else { r.EncodeNil() } } else { - if yyq1240[2] { + if yyq1245[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("divisor")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1250 := &x.Divisor - yym1251 := z.EncBinary() - _ = yym1251 + yy1255 := &x.Divisor + yym1256 := z.EncBinary() + _ = yym1256 if false { - } else if z.HasExtensions() && z.EncExt(yy1250) { - } else if !yym1251 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1250) + } else if z.HasExtensions() && z.EncExt(yy1255) { + } else if !yym1256 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1255) } else { - z.EncFallback(yy1250) + z.EncFallback(yy1255) } } } - if yyr1240 || yy2arr1240 { + if yyr1245 || yy2arr1245 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17419,25 +17474,25 @@ func (x *ResourceFieldSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1252 := z.DecBinary() - _ = yym1252 + yym1257 := z.DecBinary() + _ = yym1257 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1253 := r.ContainerType() - if yyct1253 == codecSelferValueTypeMap1234 { - yyl1253 := r.ReadMapStart() - if yyl1253 == 0 { + yyct1258 := r.ContainerType() + if yyct1258 == codecSelferValueTypeMap1234 { + yyl1258 := r.ReadMapStart() + if yyl1258 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1253, d) + x.codecDecodeSelfFromMap(yyl1258, d) } - } else if yyct1253 == codecSelferValueTypeArray1234 { - yyl1253 := r.ReadArrayStart() - if yyl1253 == 0 { + } else if yyct1258 == codecSelferValueTypeArray1234 { + yyl1258 := r.ReadArrayStart() + if yyl1258 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1253, d) + x.codecDecodeSelfFromArray(yyl1258, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17449,12 +17504,12 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1254Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1254Slc - var yyhl1254 bool = l >= 0 - for yyj1254 := 0; ; yyj1254++ { - if yyhl1254 { - if yyj1254 >= l { + var yys1259Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1259Slc + var yyhl1259 bool = l >= 0 + for yyj1259 := 0; ; yyj1259++ { + if yyhl1259 { + if yyj1259 >= l { break } } else { @@ -17463,10 +17518,10 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1254Slc = r.DecodeBytes(yys1254Slc, true, true) - yys1254 := string(yys1254Slc) + yys1259Slc = r.DecodeBytes(yys1259Slc, true, true) + yys1259 := string(yys1259Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1254 { + switch yys1259 { case "containerName": if r.TryDecodeAsNil() { x.ContainerName = "" @@ -17483,21 +17538,21 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1257 := &x.Divisor - yym1258 := z.DecBinary() - _ = yym1258 + yyv1262 := &x.Divisor + yym1263 := z.DecBinary() + _ = yym1263 if false { - } else if z.HasExtensions() && z.DecExt(yyv1257) { - } else if !yym1258 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1257) + } else if z.HasExtensions() && z.DecExt(yyv1262) { + } else if !yym1263 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1262) } else { - z.DecFallback(yyv1257, false) + z.DecFallback(yyv1262, false) } } default: - z.DecStructFieldNotFound(-1, yys1254) - } // end switch yys1254 - } // end for yyj1254 + z.DecStructFieldNotFound(-1, yys1259) + } // end switch yys1259 + } // end for yyj1259 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17505,16 +17560,16 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1259 int - var yyb1259 bool - var yyhl1259 bool = l >= 0 - yyj1259++ - if yyhl1259 { - yyb1259 = yyj1259 > l + var yyj1264 int + var yyb1264 bool + var yyhl1264 bool = l >= 0 + yyj1264++ + if yyhl1264 { + yyb1264 = yyj1264 > l } else { - yyb1259 = r.CheckBreak() + yyb1264 = r.CheckBreak() } - if yyb1259 { + if yyb1264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17524,13 +17579,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.ContainerName = string(r.DecodeString()) } - yyj1259++ - if yyhl1259 { - yyb1259 = yyj1259 > l + yyj1264++ + if yyhl1264 { + yyb1264 = yyj1264 > l } else { - yyb1259 = r.CheckBreak() + yyb1264 = r.CheckBreak() } - if yyb1259 { + if yyb1264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17540,13 +17595,13 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Resource = string(r.DecodeString()) } - yyj1259++ - if yyhl1259 { - yyb1259 = yyj1259 > l + yyj1264++ + if yyhl1264 { + yyb1264 = yyj1264 > l } else { - yyb1259 = r.CheckBreak() + yyb1264 = r.CheckBreak() } - if yyb1259 { + if yyb1264 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17554,29 +17609,29 @@ func (x *ResourceFieldSelector) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Divisor = pkg3_resource.Quantity{} } else { - yyv1262 := &x.Divisor - yym1263 := z.DecBinary() - _ = yym1263 + yyv1267 := &x.Divisor + yym1268 := z.DecBinary() + _ = yym1268 if false { - } else if z.HasExtensions() && z.DecExt(yyv1262) { - } else if !yym1263 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1262) + } else if z.HasExtensions() && z.DecExt(yyv1267) { + } else if !yym1268 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1267) } else { - z.DecFallback(yyv1262, false) + z.DecFallback(yyv1267, false) } } for { - yyj1259++ - if yyhl1259 { - yyb1259 = yyj1259 > l + yyj1264++ + if yyhl1264 { + yyb1264 = yyj1264 > l } else { - yyb1259 = r.CheckBreak() + yyb1264 = r.CheckBreak() } - if yyb1259 { + if yyb1264 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1259-1, "") + z.DecStructFieldNotFound(yyj1264-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17588,35 +17643,35 @@ func (x *ConfigMapKeySelector) 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 [2]bool - _, _, _ = yysep1265, yyq1265, yy2arr1265 - const yyr1265 bool = false - yyq1265[0] = x.Name != "" - var yynn1265 int - if yyr1265 || yy2arr1265 { + yysep1270 := !z.EncBinary() + yy2arr1270 := z.EncBasicHandle().StructToArray + var yyq1270 [2]bool + _, _, _ = yysep1270, yyq1270, yy2arr1270 + const yyr1270 bool = false + yyq1270[0] = x.Name != "" + var yynn1270 int + if yyr1270 || yy2arr1270 { r.EncodeArrayStart(2) } else { - yynn1265 = 1 - for _, b := range yyq1265 { + yynn1270 = 1 + 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) - if yyq1265[0] { - yym1267 := z.EncBinary() - _ = yym1267 + if yyq1270[0] { + yym1272 := z.EncBinary() + _ = yym1272 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17625,22 +17680,22 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1265[0] { + if yyq1270[0] { 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) - yym1270 := z.EncBinary() - _ = yym1270 + yym1275 := z.EncBinary() + _ = yym1275 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -17649,14 +17704,14 @@ func (x *ConfigMapKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1271 := z.EncBinary() - _ = yym1271 + yym1276 := z.EncBinary() + _ = yym1276 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1265 || yy2arr1265 { + if yyr1270 || yy2arr1270 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17669,25 +17724,25 @@ func (x *ConfigMapKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1272 := z.DecBinary() - _ = yym1272 + yym1277 := z.DecBinary() + _ = yym1277 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1273 := r.ContainerType() - if yyct1273 == codecSelferValueTypeMap1234 { - yyl1273 := r.ReadMapStart() - if yyl1273 == 0 { + yyct1278 := r.ContainerType() + if yyct1278 == codecSelferValueTypeMap1234 { + yyl1278 := r.ReadMapStart() + if yyl1278 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1273, d) + x.codecDecodeSelfFromMap(yyl1278, d) } - } else if yyct1273 == codecSelferValueTypeArray1234 { - yyl1273 := r.ReadArrayStart() - if yyl1273 == 0 { + } else if yyct1278 == codecSelferValueTypeArray1234 { + yyl1278 := r.ReadArrayStart() + if yyl1278 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1273, d) + x.codecDecodeSelfFromArray(yyl1278, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17699,12 +17754,12 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1274Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1274Slc - var yyhl1274 bool = l >= 0 - for yyj1274 := 0; ; yyj1274++ { - if yyhl1274 { - if yyj1274 >= l { + var yys1279Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1279Slc + var yyhl1279 bool = l >= 0 + for yyj1279 := 0; ; yyj1279++ { + if yyhl1279 { + if yyj1279 >= l { break } } else { @@ -17713,10 +17768,10 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1274Slc = r.DecodeBytes(yys1274Slc, true, true) - yys1274 := string(yys1274Slc) + yys1279Slc = r.DecodeBytes(yys1279Slc, true, true) + yys1279 := string(yys1279Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1274 { + switch yys1279 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17730,9 +17785,9 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1274) - } // end switch yys1274 - } // end for yyj1274 + z.DecStructFieldNotFound(-1, yys1279) + } // end switch yys1279 + } // end for yyj1279 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17740,16 +17795,16 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1277 int - var yyb1277 bool - var yyhl1277 bool = l >= 0 - yyj1277++ - if yyhl1277 { - yyb1277 = yyj1277 > l + var yyj1282 int + var yyb1282 bool + var yyhl1282 bool = l >= 0 + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1277 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1277 { + if yyb1282 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17759,13 +17814,13 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Name = string(r.DecodeString()) } - yyj1277++ - if yyhl1277 { - yyb1277 = yyj1277 > l + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1277 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1277 { + if yyb1282 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17776,17 +17831,17 @@ func (x *ConfigMapKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Key = string(r.DecodeString()) } for { - yyj1277++ - if yyhl1277 { - yyb1277 = yyj1277 > l + yyj1282++ + if yyhl1282 { + yyb1282 = yyj1282 > l } else { - yyb1277 = r.CheckBreak() + yyb1282 = r.CheckBreak() } - if yyb1277 { + if yyb1282 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1277-1, "") + z.DecStructFieldNotFound(yyj1282-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -17798,35 +17853,35 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1280 := z.EncBinary() - _ = yym1280 + yym1285 := z.EncBinary() + _ = yym1285 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1281 := !z.EncBinary() - yy2arr1281 := z.EncBasicHandle().StructToArray - var yyq1281 [2]bool - _, _, _ = yysep1281, yyq1281, yy2arr1281 - const yyr1281 bool = false - yyq1281[0] = x.Name != "" - var yynn1281 int - if yyr1281 || yy2arr1281 { + yysep1286 := !z.EncBinary() + yy2arr1286 := z.EncBasicHandle().StructToArray + var yyq1286 [2]bool + _, _, _ = yysep1286, yyq1286, yy2arr1286 + const yyr1286 bool = false + yyq1286[0] = x.Name != "" + var yynn1286 int + if yyr1286 || yy2arr1286 { r.EncodeArrayStart(2) } else { - yynn1281 = 1 - for _, b := range yyq1281 { + yynn1286 = 1 + for _, b := range yyq1286 { if b { - yynn1281++ + yynn1286++ } } - r.EncodeMapStart(yynn1281) - yynn1281 = 0 + r.EncodeMapStart(yynn1286) + yynn1286 = 0 } - if yyr1281 || yy2arr1281 { + if yyr1286 || yy2arr1286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1281[0] { - yym1283 := z.EncBinary() - _ = yym1283 + if yyq1286[0] { + yym1288 := z.EncBinary() + _ = yym1288 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -17835,22 +17890,22 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1281[0] { + if yyq1286[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1284 := z.EncBinary() - _ = yym1284 + yym1289 := z.EncBinary() + _ = yym1289 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr1281 || yy2arr1281 { + if yyr1286 || yy2arr1286 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1286 := z.EncBinary() - _ = yym1286 + yym1291 := z.EncBinary() + _ = yym1291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -17859,14 +17914,14 @@ func (x *SecretKeySelector) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1287 := z.EncBinary() - _ = yym1287 + yym1292 := z.EncBinary() + _ = yym1292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1281 || yy2arr1281 { + if yyr1286 || yy2arr1286 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -17879,25 +17934,25 @@ func (x *SecretKeySelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1288 := z.DecBinary() - _ = yym1288 + yym1293 := z.DecBinary() + _ = yym1293 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1289 := r.ContainerType() - if yyct1289 == codecSelferValueTypeMap1234 { - yyl1289 := r.ReadMapStart() - if yyl1289 == 0 { + yyct1294 := r.ContainerType() + if yyct1294 == codecSelferValueTypeMap1234 { + yyl1294 := r.ReadMapStart() + if yyl1294 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1289, d) + x.codecDecodeSelfFromMap(yyl1294, d) } - } else if yyct1289 == codecSelferValueTypeArray1234 { - yyl1289 := r.ReadArrayStart() - if yyl1289 == 0 { + } else if yyct1294 == codecSelferValueTypeArray1234 { + yyl1294 := r.ReadArrayStart() + if yyl1294 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1289, d) + x.codecDecodeSelfFromArray(yyl1294, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -17909,12 +17964,12 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1290Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1290Slc - var yyhl1290 bool = l >= 0 - for yyj1290 := 0; ; yyj1290++ { - if yyhl1290 { - if yyj1290 >= l { + var yys1295Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1295Slc + var yyhl1295 bool = l >= 0 + for yyj1295 := 0; ; yyj1295++ { + if yyhl1295 { + if yyj1295 >= l { break } } else { @@ -17923,10 +17978,10 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1290Slc = r.DecodeBytes(yys1290Slc, true, true) - yys1290 := string(yys1290Slc) + yys1295Slc = r.DecodeBytes(yys1295Slc, true, true) + yys1295 := string(yys1295Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1290 { + switch yys1295 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -17940,9 +17995,9 @@ func (x *SecretKeySelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Key = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1290) - } // end switch yys1290 - } // end for yyj1290 + z.DecStructFieldNotFound(-1, yys1295) + } // end switch yys1295 + } // end for yyj1295 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -17950,16 +18005,16 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1293 int - var yyb1293 bool - var yyhl1293 bool = l >= 0 - yyj1293++ - if yyhl1293 { - yyb1293 = yyj1293 > l + var yyj1298 int + var yyb1298 bool + var yyhl1298 bool = l >= 0 + yyj1298++ + if yyhl1298 { + yyb1298 = yyj1298 > l } else { - yyb1293 = r.CheckBreak() + yyb1298 = r.CheckBreak() } - if yyb1293 { + if yyb1298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17969,13 +18024,13 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Name = string(r.DecodeString()) } - yyj1293++ - if yyhl1293 { - yyb1293 = yyj1293 > l + yyj1298++ + if yyhl1298 { + yyb1298 = yyj1298 > l } else { - yyb1293 = r.CheckBreak() + yyb1298 = r.CheckBreak() } - if yyb1293 { + if yyb1298 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -17986,17 +18041,17 @@ func (x *SecretKeySelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder x.Key = string(r.DecodeString()) } for { - yyj1293++ - if yyhl1293 { - yyb1293 = yyj1293 > l + yyj1298++ + if yyhl1298 { + yyb1298 = yyj1298 > l } else { - yyb1293 = r.CheckBreak() + yyb1298 = r.CheckBreak() } - if yyb1293 { + if yyb1298 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1293-1, "") + z.DecStructFieldNotFound(yyj1298-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18008,33 +18063,33 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1296 := z.EncBinary() - _ = yym1296 + yym1301 := z.EncBinary() + _ = yym1301 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1297 := !z.EncBinary() - yy2arr1297 := z.EncBasicHandle().StructToArray - var yyq1297 [2]bool - _, _, _ = yysep1297, yyq1297, yy2arr1297 - const yyr1297 bool = false - var yynn1297 int - if yyr1297 || yy2arr1297 { + yysep1302 := !z.EncBinary() + yy2arr1302 := z.EncBasicHandle().StructToArray + var yyq1302 [2]bool + _, _, _ = yysep1302, yyq1302, yy2arr1302 + const yyr1302 bool = false + var yynn1302 int + if yyr1302 || yy2arr1302 { r.EncodeArrayStart(2) } else { - yynn1297 = 2 - for _, b := range yyq1297 { + yynn1302 = 2 + for _, b := range yyq1302 { if b { - yynn1297++ + yynn1302++ } } - r.EncodeMapStart(yynn1297) - yynn1297 = 0 + r.EncodeMapStart(yynn1302) + yynn1302 = 0 } - if yyr1297 || yy2arr1297 { + if yyr1302 || yy2arr1302 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1299 := z.EncBinary() - _ = yym1299 + yym1304 := z.EncBinary() + _ = yym1304 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -18043,17 +18098,17 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1300 := z.EncBinary() - _ = yym1300 + yym1305 := z.EncBinary() + _ = yym1305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1297 || yy2arr1297 { + if yyr1302 || yy2arr1302 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1302 := z.EncBinary() - _ = yym1302 + yym1307 := z.EncBinary() + _ = yym1307 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -18062,14 +18117,14 @@ func (x *HTTPHeader) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1303 := z.EncBinary() - _ = yym1303 + yym1308 := z.EncBinary() + _ = yym1308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } - if yyr1297 || yy2arr1297 { + if yyr1302 || yy2arr1302 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18082,25 +18137,25 @@ func (x *HTTPHeader) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1304 := z.DecBinary() - _ = yym1304 + yym1309 := z.DecBinary() + _ = yym1309 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1305 := r.ContainerType() - if yyct1305 == codecSelferValueTypeMap1234 { - yyl1305 := r.ReadMapStart() - if yyl1305 == 0 { + yyct1310 := r.ContainerType() + if yyct1310 == codecSelferValueTypeMap1234 { + yyl1310 := r.ReadMapStart() + if yyl1310 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1305, d) + x.codecDecodeSelfFromMap(yyl1310, d) } - } else if yyct1305 == codecSelferValueTypeArray1234 { - yyl1305 := r.ReadArrayStart() - if yyl1305 == 0 { + } else if yyct1310 == codecSelferValueTypeArray1234 { + yyl1310 := r.ReadArrayStart() + if yyl1310 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1305, d) + x.codecDecodeSelfFromArray(yyl1310, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18112,12 +18167,12 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1306Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1306Slc - var yyhl1306 bool = l >= 0 - for yyj1306 := 0; ; yyj1306++ { - if yyhl1306 { - if yyj1306 >= l { + var yys1311Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1311Slc + var yyhl1311 bool = l >= 0 + for yyj1311 := 0; ; yyj1311++ { + if yyhl1311 { + if yyj1311 >= l { break } } else { @@ -18126,10 +18181,10 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1306Slc = r.DecodeBytes(yys1306Slc, true, true) - yys1306 := string(yys1306Slc) + yys1311Slc = r.DecodeBytes(yys1311Slc, true, true) + yys1311 := string(yys1311Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1306 { + switch yys1311 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -18143,9 +18198,9 @@ func (x *HTTPHeader) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1306) - } // end switch yys1306 - } // end for yyj1306 + z.DecStructFieldNotFound(-1, yys1311) + } // end switch yys1311 + } // end for yyj1311 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18153,16 +18208,16 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1309 int - var yyb1309 bool - var yyhl1309 bool = l >= 0 - yyj1309++ - if yyhl1309 { - yyb1309 = yyj1309 > l + var yyj1314 int + var yyb1314 bool + var yyhl1314 bool = l >= 0 + yyj1314++ + if yyhl1314 { + yyb1314 = yyj1314 > l } else { - yyb1309 = r.CheckBreak() + yyb1314 = r.CheckBreak() } - if yyb1309 { + if yyb1314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18172,13 +18227,13 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1309++ - if yyhl1309 { - yyb1309 = yyj1309 > l + yyj1314++ + if yyhl1314 { + yyb1314 = yyj1314 > l } else { - yyb1309 = r.CheckBreak() + yyb1314 = r.CheckBreak() } - if yyb1309 { + if yyb1314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18189,17 +18244,17 @@ func (x *HTTPHeader) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Value = string(r.DecodeString()) } for { - yyj1309++ - if yyhl1309 { - yyb1309 = yyj1309 > l + yyj1314++ + if yyhl1314 { + yyb1314 = yyj1314 > l } else { - yyb1309 = r.CheckBreak() + yyb1314 = r.CheckBreak() } - if yyb1309 { + if yyb1314 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1309-1, "") + z.DecStructFieldNotFound(yyj1314-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18211,38 +18266,38 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1312 := z.EncBinary() - _ = yym1312 + yym1317 := z.EncBinary() + _ = yym1317 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1313 := !z.EncBinary() - yy2arr1313 := z.EncBasicHandle().StructToArray - var yyq1313 [5]bool - _, _, _ = yysep1313, yyq1313, yy2arr1313 - const yyr1313 bool = false - yyq1313[0] = x.Path != "" - yyq1313[2] = x.Host != "" - yyq1313[3] = x.Scheme != "" - yyq1313[4] = len(x.HTTPHeaders) != 0 - var yynn1313 int - if yyr1313 || yy2arr1313 { + yysep1318 := !z.EncBinary() + yy2arr1318 := z.EncBasicHandle().StructToArray + var yyq1318 [5]bool + _, _, _ = yysep1318, yyq1318, yy2arr1318 + const yyr1318 bool = false + yyq1318[0] = x.Path != "" + yyq1318[2] = x.Host != "" + yyq1318[3] = x.Scheme != "" + yyq1318[4] = len(x.HTTPHeaders) != 0 + var yynn1318 int + if yyr1318 || yy2arr1318 { r.EncodeArrayStart(5) } else { - yynn1313 = 1 - for _, b := range yyq1313 { + yynn1318 = 1 + for _, b := range yyq1318 { if b { - yynn1313++ + yynn1318++ } } - r.EncodeMapStart(yynn1313) - yynn1313 = 0 + r.EncodeMapStart(yynn1318) + yynn1318 = 0 } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1313[0] { - yym1315 := z.EncBinary() - _ = yym1315 + if yyq1318[0] { + yym1320 := z.EncBinary() + _ = yym1320 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -18251,50 +18306,50 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1313[0] { + if yyq1318[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1316 := z.EncBinary() - _ = yym1316 + yym1321 := z.EncBinary() + _ = yym1321 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1318 := &x.Port - yym1319 := z.EncBinary() - _ = yym1319 + yy1323 := &x.Port + yym1324 := z.EncBinary() + _ = yym1324 if false { - } else if z.HasExtensions() && z.EncExt(yy1318) { - } else if !yym1319 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1318) + } else if z.HasExtensions() && z.EncExt(yy1323) { + } else if !yym1324 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1323) } else { - z.EncFallback(yy1318) + z.EncFallback(yy1323) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1320 := &x.Port - yym1321 := z.EncBinary() - _ = yym1321 + yy1325 := &x.Port + yym1326 := z.EncBinary() + _ = yym1326 if false { - } else if z.HasExtensions() && z.EncExt(yy1320) { - } else if !yym1321 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1320) + } else if z.HasExtensions() && z.EncExt(yy1325) { + } else if !yym1326 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1325) } else { - z.EncFallback(yy1320) + z.EncFallback(yy1325) } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1313[2] { - yym1323 := z.EncBinary() - _ = yym1323 + if yyq1318[2] { + yym1328 := z.EncBinary() + _ = yym1328 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -18303,41 +18358,41 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1313[2] { + if yyq1318[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1324 := z.EncBinary() - _ = yym1324 + yym1329 := z.EncBinary() + _ = yym1329 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1313[3] { + if yyq1318[3] { x.Scheme.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1313[3] { + if yyq1318[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scheme")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Scheme.CodecEncodeSelf(e) } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1313[4] { + if yyq1318[4] { if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1327 := z.EncBinary() - _ = yym1327 + yym1332 := z.EncBinary() + _ = yym1332 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18347,15 +18402,15 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1313[4] { + if yyq1318[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpHeaders")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.HTTPHeaders == nil { r.EncodeNil() } else { - yym1328 := z.EncBinary() - _ = yym1328 + yym1333 := z.EncBinary() + _ = yym1333 if false { } else { h.encSliceHTTPHeader(([]HTTPHeader)(x.HTTPHeaders), e) @@ -18363,7 +18418,7 @@ func (x *HTTPGetAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1313 || yy2arr1313 { + if yyr1318 || yy2arr1318 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18376,25 +18431,25 @@ func (x *HTTPGetAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1329 := z.DecBinary() - _ = yym1329 + yym1334 := z.DecBinary() + _ = yym1334 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1330 := r.ContainerType() - if yyct1330 == codecSelferValueTypeMap1234 { - yyl1330 := r.ReadMapStart() - if yyl1330 == 0 { + yyct1335 := r.ContainerType() + if yyct1335 == codecSelferValueTypeMap1234 { + yyl1335 := r.ReadMapStart() + if yyl1335 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1330, d) + x.codecDecodeSelfFromMap(yyl1335, d) } - } else if yyct1330 == codecSelferValueTypeArray1234 { - yyl1330 := r.ReadArrayStart() - if yyl1330 == 0 { + } else if yyct1335 == codecSelferValueTypeArray1234 { + yyl1335 := r.ReadArrayStart() + if yyl1335 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1330, d) + x.codecDecodeSelfFromArray(yyl1335, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18406,12 +18461,12 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1331Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1331Slc - var yyhl1331 bool = l >= 0 - for yyj1331 := 0; ; yyj1331++ { - if yyhl1331 { - if yyj1331 >= l { + var yys1336Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1336Slc + var yyhl1336 bool = l >= 0 + for yyj1336 := 0; ; yyj1336++ { + if yyhl1336 { + if yyj1336 >= l { break } } else { @@ -18420,10 +18475,10 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1331Slc = r.DecodeBytes(yys1331Slc, true, true) - yys1331 := string(yys1331Slc) + yys1336Slc = r.DecodeBytes(yys1336Slc, true, true) + yys1336 := string(yys1336Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1331 { + switch yys1336 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -18434,15 +18489,15 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1333 := &x.Port - yym1334 := z.DecBinary() - _ = yym1334 + yyv1338 := &x.Port + yym1339 := z.DecBinary() + _ = yym1339 if false { - } else if z.HasExtensions() && z.DecExt(yyv1333) { - } else if !yym1334 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1333) + } else if z.HasExtensions() && z.DecExt(yyv1338) { + } else if !yym1339 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1338) } else { - z.DecFallback(yyv1333, false) + z.DecFallback(yyv1338, false) } } case "host": @@ -18461,18 +18516,18 @@ func (x *HTTPGetAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1337 := &x.HTTPHeaders - yym1338 := z.DecBinary() - _ = yym1338 + yyv1342 := &x.HTTPHeaders + yym1343 := z.DecBinary() + _ = yym1343 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1337), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1342), d) } } default: - z.DecStructFieldNotFound(-1, yys1331) - } // end switch yys1331 - } // end for yyj1331 + z.DecStructFieldNotFound(-1, yys1336) + } // end switch yys1336 + } // end for yyj1336 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18480,16 +18535,16 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1339 int - var yyb1339 bool - var yyhl1339 bool = l >= 0 - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + var yyj1344 int + var yyb1344 bool + var yyhl1344 bool = l >= 0 + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18499,13 +18554,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Path = string(r.DecodeString()) } - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18513,24 +18568,24 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1341 := &x.Port - yym1342 := z.DecBinary() - _ = yym1342 + yyv1346 := &x.Port + yym1347 := z.DecBinary() + _ = yym1347 if false { - } else if z.HasExtensions() && z.DecExt(yyv1341) { - } else if !yym1342 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1341) + } else if z.HasExtensions() && z.DecExt(yyv1346) { + } else if !yym1347 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1346) } else { - z.DecFallback(yyv1341, false) + z.DecFallback(yyv1346, false) } } - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18540,13 +18595,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Host = string(r.DecodeString()) } - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18556,13 +18611,13 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Scheme = URIScheme(r.DecodeString()) } - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18570,26 +18625,26 @@ func (x *HTTPGetAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.HTTPHeaders = nil } else { - yyv1345 := &x.HTTPHeaders - yym1346 := z.DecBinary() - _ = yym1346 + yyv1350 := &x.HTTPHeaders + yym1351 := z.DecBinary() + _ = yym1351 if false { } else { - h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1345), d) + h.decSliceHTTPHeader((*[]HTTPHeader)(yyv1350), d) } } for { - yyj1339++ - if yyhl1339 { - yyb1339 = yyj1339 > l + yyj1344++ + if yyhl1344 { + yyb1344 = yyj1344 > l } else { - yyb1339 = r.CheckBreak() + yyb1344 = r.CheckBreak() } - if yyb1339 { + if yyb1344 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1339-1, "") + z.DecStructFieldNotFound(yyj1344-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18598,8 +18653,8 @@ func (x URIScheme) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1347 := z.EncBinary() - _ = yym1347 + yym1352 := z.EncBinary() + _ = yym1352 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -18611,8 +18666,8 @@ func (x *URIScheme) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1348 := z.DecBinary() - _ = yym1348 + yym1353 := z.DecBinary() + _ = yym1353 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -18627,57 +18682,57 @@ func (x *TCPSocketAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1349 := z.EncBinary() - _ = yym1349 + yym1354 := z.EncBinary() + _ = yym1354 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1350 := !z.EncBinary() - yy2arr1350 := z.EncBasicHandle().StructToArray - var yyq1350 [1]bool - _, _, _ = yysep1350, yyq1350, yy2arr1350 - const yyr1350 bool = false - var yynn1350 int - if yyr1350 || yy2arr1350 { + yysep1355 := !z.EncBinary() + yy2arr1355 := z.EncBasicHandle().StructToArray + var yyq1355 [1]bool + _, _, _ = yysep1355, yyq1355, yy2arr1355 + const yyr1355 bool = false + var yynn1355 int + if yyr1355 || yy2arr1355 { r.EncodeArrayStart(1) } else { - yynn1350 = 1 - for _, b := range yyq1350 { + yynn1355 = 1 + for _, b := range yyq1355 { if b { - yynn1350++ + yynn1355++ } } - r.EncodeMapStart(yynn1350) - yynn1350 = 0 + r.EncodeMapStart(yynn1355) + yynn1355 = 0 } - if yyr1350 || yy2arr1350 { + if yyr1355 || yy2arr1355 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1352 := &x.Port - yym1353 := z.EncBinary() - _ = yym1353 + yy1357 := &x.Port + yym1358 := z.EncBinary() + _ = yym1358 if false { - } else if z.HasExtensions() && z.EncExt(yy1352) { - } else if !yym1353 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1352) + } else if z.HasExtensions() && z.EncExt(yy1357) { + } else if !yym1358 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1357) } else { - z.EncFallback(yy1352) + z.EncFallback(yy1357) } } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1354 := &x.Port - yym1355 := z.EncBinary() - _ = yym1355 + yy1359 := &x.Port + yym1360 := z.EncBinary() + _ = yym1360 if false { - } else if z.HasExtensions() && z.EncExt(yy1354) { - } else if !yym1355 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1354) + } else if z.HasExtensions() && z.EncExt(yy1359) { + } else if !yym1360 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1359) } else { - z.EncFallback(yy1354) + z.EncFallback(yy1359) } } - if yyr1350 || yy2arr1350 { + if yyr1355 || yy2arr1355 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18690,25 +18745,25 @@ func (x *TCPSocketAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1356 := z.DecBinary() - _ = yym1356 + yym1361 := z.DecBinary() + _ = yym1361 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1357 := r.ContainerType() - if yyct1357 == codecSelferValueTypeMap1234 { - yyl1357 := r.ReadMapStart() - if yyl1357 == 0 { + yyct1362 := r.ContainerType() + if yyct1362 == codecSelferValueTypeMap1234 { + yyl1362 := r.ReadMapStart() + if yyl1362 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1357, d) + x.codecDecodeSelfFromMap(yyl1362, d) } - } else if yyct1357 == codecSelferValueTypeArray1234 { - yyl1357 := r.ReadArrayStart() - if yyl1357 == 0 { + } else if yyct1362 == codecSelferValueTypeArray1234 { + yyl1362 := r.ReadArrayStart() + if yyl1362 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1357, d) + x.codecDecodeSelfFromArray(yyl1362, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18720,12 +18775,12 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1358Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1358Slc - var yyhl1358 bool = l >= 0 - for yyj1358 := 0; ; yyj1358++ { - if yyhl1358 { - if yyj1358 >= l { + var yys1363Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1363Slc + var yyhl1363 bool = l >= 0 + for yyj1363 := 0; ; yyj1363++ { + if yyhl1363 { + if yyj1363 >= l { break } } else { @@ -18734,29 +18789,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1358Slc = r.DecodeBytes(yys1358Slc, true, true) - yys1358 := string(yys1358Slc) + yys1363Slc = r.DecodeBytes(yys1363Slc, true, true) + yys1363 := string(yys1363Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1358 { + switch yys1363 { case "port": if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1359 := &x.Port - yym1360 := z.DecBinary() - _ = yym1360 + yyv1364 := &x.Port + yym1365 := z.DecBinary() + _ = yym1365 if false { - } else if z.HasExtensions() && z.DecExt(yyv1359) { - } else if !yym1360 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1359) + } else if z.HasExtensions() && z.DecExt(yyv1364) { + } else if !yym1365 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1364) } else { - z.DecFallback(yyv1359, false) + z.DecFallback(yyv1364, false) } } default: - z.DecStructFieldNotFound(-1, yys1358) - } // end switch yys1358 - } // end for yyj1358 + z.DecStructFieldNotFound(-1, yys1363) + } // end switch yys1363 + } // end for yyj1363 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18764,16 +18819,16 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1361 int - var yyb1361 bool - var yyhl1361 bool = l >= 0 - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + var yyj1366 int + var yyb1366 bool + var yyhl1366 bool = l >= 0 + yyj1366++ + if yyhl1366 { + yyb1366 = yyj1366 > l } else { - yyb1361 = r.CheckBreak() + yyb1366 = r.CheckBreak() } - if yyb1361 { + if yyb1366 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18781,29 +18836,29 @@ func (x *TCPSocketAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Port = pkg4_intstr.IntOrString{} } else { - yyv1362 := &x.Port - yym1363 := z.DecBinary() - _ = yym1363 + yyv1367 := &x.Port + yym1368 := z.DecBinary() + _ = yym1368 if false { - } else if z.HasExtensions() && z.DecExt(yyv1362) { - } else if !yym1363 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1362) + } else if z.HasExtensions() && z.DecExt(yyv1367) { + } else if !yym1368 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1367) } else { - z.DecFallback(yyv1362, false) + z.DecFallback(yyv1367, false) } } for { - yyj1361++ - if yyhl1361 { - yyb1361 = yyj1361 > l + yyj1366++ + if yyhl1366 { + yyb1366 = yyj1366 > l } else { - yyb1361 = r.CheckBreak() + yyb1366 = r.CheckBreak() } - if yyb1361 { + if yyb1366 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1361-1, "") + z.DecStructFieldNotFound(yyj1366-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -18815,38 +18870,38 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1364 := z.EncBinary() - _ = yym1364 + yym1369 := z.EncBinary() + _ = yym1369 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1365 := !z.EncBinary() - yy2arr1365 := z.EncBasicHandle().StructToArray - var yyq1365 [1]bool - _, _, _ = yysep1365, yyq1365, yy2arr1365 - const yyr1365 bool = false - yyq1365[0] = len(x.Command) != 0 - var yynn1365 int - if yyr1365 || yy2arr1365 { + yysep1370 := !z.EncBinary() + yy2arr1370 := z.EncBasicHandle().StructToArray + var yyq1370 [1]bool + _, _, _ = yysep1370, yyq1370, yy2arr1370 + const yyr1370 bool = false + yyq1370[0] = len(x.Command) != 0 + var yynn1370 int + if yyr1370 || yy2arr1370 { r.EncodeArrayStart(1) } else { - yynn1365 = 0 - for _, b := range yyq1365 { + yynn1370 = 0 + for _, b := range yyq1370 { if b { - yynn1365++ + yynn1370++ } } - r.EncodeMapStart(yynn1365) - yynn1365 = 0 + r.EncodeMapStart(yynn1370) + yynn1370 = 0 } - if yyr1365 || yy2arr1365 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1365[0] { + if yyq1370[0] { if x.Command == nil { r.EncodeNil() } else { - yym1367 := z.EncBinary() - _ = yym1367 + yym1372 := z.EncBinary() + _ = yym1372 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18856,15 +18911,15 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1365[0] { + if yyq1370[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1368 := z.EncBinary() - _ = yym1368 + yym1373 := z.EncBinary() + _ = yym1373 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -18872,7 +18927,7 @@ func (x *ExecAction) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1365 || yy2arr1365 { + if yyr1370 || yy2arr1370 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -18885,25 +18940,25 @@ func (x *ExecAction) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1369 := z.DecBinary() - _ = yym1369 + yym1374 := z.DecBinary() + _ = yym1374 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1370 := r.ContainerType() - if yyct1370 == codecSelferValueTypeMap1234 { - yyl1370 := r.ReadMapStart() - if yyl1370 == 0 { + yyct1375 := r.ContainerType() + if yyct1375 == codecSelferValueTypeMap1234 { + yyl1375 := r.ReadMapStart() + if yyl1375 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1370, d) + x.codecDecodeSelfFromMap(yyl1375, d) } - } else if yyct1370 == codecSelferValueTypeArray1234 { - yyl1370 := r.ReadArrayStart() - if yyl1370 == 0 { + } else if yyct1375 == codecSelferValueTypeArray1234 { + yyl1375 := r.ReadArrayStart() + if yyl1375 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1370, d) + x.codecDecodeSelfFromArray(yyl1375, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -18915,12 +18970,12 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1371Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1371Slc - var yyhl1371 bool = l >= 0 - for yyj1371 := 0; ; yyj1371++ { - if yyhl1371 { - if yyj1371 >= l { + var yys1376Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1376Slc + var yyhl1376 bool = l >= 0 + for yyj1376 := 0; ; yyj1376++ { + if yyhl1376 { + if yyj1376 >= l { break } } else { @@ -18929,26 +18984,26 @@ func (x *ExecAction) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1371Slc = r.DecodeBytes(yys1371Slc, true, true) - yys1371 := string(yys1371Slc) + yys1376Slc = r.DecodeBytes(yys1376Slc, true, true) + yys1376 := string(yys1376Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1371 { + switch yys1376 { case "command": if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1372 := &x.Command - yym1373 := z.DecBinary() - _ = yym1373 + yyv1377 := &x.Command + yym1378 := z.DecBinary() + _ = yym1378 if false { } else { - z.F.DecSliceStringX(yyv1372, false, d) + z.F.DecSliceStringX(yyv1377, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1371) - } // end switch yys1371 - } // end for yyj1371 + z.DecStructFieldNotFound(-1, yys1376) + } // end switch yys1376 + } // end for yyj1376 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -18956,16 +19011,16 @@ func (x *ExecAction) 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 } @@ -18973,26 +19028,26 @@ func (x *ExecAction) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1375 := &x.Command - yym1376 := z.DecBinary() - _ = yym1376 + yyv1380 := &x.Command + yym1381 := z.DecBinary() + _ = yym1381 if false { } else { - z.F.DecSliceStringX(yyv1375, false, d) + z.F.DecSliceStringX(yyv1380, false, d) } } 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) } @@ -19004,49 +19059,49 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1377 := z.EncBinary() - _ = yym1377 + yym1382 := z.EncBinary() + _ = yym1382 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1378 := !z.EncBinary() - yy2arr1378 := z.EncBasicHandle().StructToArray - var yyq1378 [8]bool - _, _, _ = yysep1378, yyq1378, yy2arr1378 - const yyr1378 bool = false - yyq1378[0] = x.Handler.Exec != nil && x.Exec != nil - yyq1378[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil - yyq1378[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil - yyq1378[3] = x.InitialDelaySeconds != 0 - yyq1378[4] = x.TimeoutSeconds != 0 - yyq1378[5] = x.PeriodSeconds != 0 - yyq1378[6] = x.SuccessThreshold != 0 - yyq1378[7] = x.FailureThreshold != 0 - var yynn1378 int - if yyr1378 || yy2arr1378 { + yysep1383 := !z.EncBinary() + yy2arr1383 := z.EncBasicHandle().StructToArray + var yyq1383 [8]bool + _, _, _ = yysep1383, yyq1383, yy2arr1383 + const yyr1383 bool = false + yyq1383[0] = x.Handler.Exec != nil && x.Exec != nil + yyq1383[1] = x.Handler.HTTPGet != nil && x.HTTPGet != nil + yyq1383[2] = x.Handler.TCPSocket != nil && x.TCPSocket != nil + yyq1383[3] = x.InitialDelaySeconds != 0 + yyq1383[4] = x.TimeoutSeconds != 0 + yyq1383[5] = x.PeriodSeconds != 0 + yyq1383[6] = x.SuccessThreshold != 0 + yyq1383[7] = x.FailureThreshold != 0 + var yynn1383 int + if yyr1383 || yy2arr1383 { r.EncodeArrayStart(8) } else { - yynn1378 = 0 - for _, b := range yyq1378 { + yynn1383 = 0 + for _, b := range yyq1383 { if b { - yynn1378++ + yynn1383++ } } - r.EncodeMapStart(yynn1378) - yynn1378 = 0 + r.EncodeMapStart(yynn1383) + yynn1383 = 0 } - var yyn1379 bool + var yyn1384 bool if x.Handler.Exec == nil { - yyn1379 = true - goto LABEL1379 + yyn1384 = true + goto LABEL1384 } - LABEL1379: - if yyr1378 || yy2arr1378 { - if yyn1379 { + LABEL1384: + if yyr1383 || yy2arr1383 { + if yyn1384 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[0] { + if yyq1383[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -19057,11 +19112,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1378[0] { + if yyq1383[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1379 { + if yyn1384 { r.EncodeNil() } else { if x.Exec == nil { @@ -19072,18 +19127,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1380 bool + var yyn1385 bool if x.Handler.HTTPGet == nil { - yyn1380 = true - goto LABEL1380 + yyn1385 = true + goto LABEL1385 } - LABEL1380: - if yyr1378 || yy2arr1378 { - if yyn1380 { + LABEL1385: + if yyr1383 || yy2arr1383 { + if yyn1385 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[1] { + if yyq1383[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -19094,11 +19149,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1378[1] { + if yyq1383[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1380 { + if yyn1385 { r.EncodeNil() } else { if x.HTTPGet == nil { @@ -19109,18 +19164,18 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - var yyn1381 bool + var yyn1386 bool if x.Handler.TCPSocket == nil { - yyn1381 = true - goto LABEL1381 + yyn1386 = true + goto LABEL1386 } - LABEL1381: - if yyr1378 || yy2arr1378 { - if yyn1381 { + LABEL1386: + if yyr1383 || yy2arr1383 { + if yyn1386 { r.EncodeNil() } else { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[2] { + if yyq1383[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -19131,11 +19186,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } else { - if yyq1378[2] { + if yyq1383[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyn1381 { + if yyn1386 { r.EncodeNil() } else { if x.TCPSocket == nil { @@ -19146,11 +19201,11 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1378 || yy2arr1378 { + if yyr1383 || yy2arr1383 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[3] { - yym1383 := z.EncBinary() - _ = yym1383 + if yyq1383[3] { + yym1388 := z.EncBinary() + _ = yym1388 if false { } else { r.EncodeInt(int64(x.InitialDelaySeconds)) @@ -19159,99 +19214,99 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1378[3] { + if yyq1383[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("initialDelaySeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1384 := z.EncBinary() - _ = yym1384 - if false { - } else { - r.EncodeInt(int64(x.InitialDelaySeconds)) - } - } - } - if yyr1378 || yy2arr1378 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[4] { - yym1386 := z.EncBinary() - _ = yym1386 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq1378[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1387 := z.EncBinary() - _ = yym1387 - if false { - } else { - r.EncodeInt(int64(x.TimeoutSeconds)) - } - } - } - if yyr1378 || yy2arr1378 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[5] { yym1389 := z.EncBinary() _ = yym1389 if false { } else { - r.EncodeInt(int64(x.PeriodSeconds)) + r.EncodeInt(int64(x.InitialDelaySeconds)) + } + } + } + if yyr1383 || yy2arr1383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1383[4] { + yym1391 := z.EncBinary() + _ = yym1391 + if false { + } else { + r.EncodeInt(int64(x.TimeoutSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq1378[5] { + if yyq1383[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) + r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1390 := z.EncBinary() - _ = yym1390 - if false { - } else { - r.EncodeInt(int64(x.PeriodSeconds)) - } - } - } - if yyr1378 || yy2arr1378 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[6] { yym1392 := z.EncBinary() _ = yym1392 if false { } else { - r.EncodeInt(int64(x.SuccessThreshold)) + r.EncodeInt(int64(x.TimeoutSeconds)) + } + } + } + if yyr1383 || yy2arr1383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1383[5] { + yym1394 := z.EncBinary() + _ = yym1394 + if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) } } else { r.EncodeInt(0) } } else { - if yyq1378[6] { + if yyq1383[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + r.EncodeString(codecSelferC_UTF81234, string("periodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1393 := z.EncBinary() - _ = yym1393 - if false { - } else { - r.EncodeInt(int64(x.SuccessThreshold)) - } - } - } - if yyr1378 || yy2arr1378 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1378[7] { yym1395 := z.EncBinary() _ = yym1395 if false { + } else { + r.EncodeInt(int64(x.PeriodSeconds)) + } + } + } + if yyr1383 || yy2arr1383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1383[6] { + yym1397 := z.EncBinary() + _ = yym1397 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq1383[6] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("successThreshold")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1398 := z.EncBinary() + _ = yym1398 + if false { + } else { + r.EncodeInt(int64(x.SuccessThreshold)) + } + } + } + if yyr1383 || yy2arr1383 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1383[7] { + yym1400 := z.EncBinary() + _ = yym1400 + if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } @@ -19259,19 +19314,19 @@ func (x *Probe) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1378[7] { + if yyq1383[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("failureThreshold")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1396 := z.EncBinary() - _ = yym1396 + yym1401 := z.EncBinary() + _ = yym1401 if false { } else { r.EncodeInt(int64(x.FailureThreshold)) } } } - if yyr1378 || yy2arr1378 { + if yyr1383 || yy2arr1383 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19284,25 +19339,25 @@ func (x *Probe) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1397 := z.DecBinary() - _ = yym1397 + yym1402 := z.DecBinary() + _ = yym1402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1398 := r.ContainerType() - if yyct1398 == codecSelferValueTypeMap1234 { - yyl1398 := r.ReadMapStart() - if yyl1398 == 0 { + yyct1403 := r.ContainerType() + if yyct1403 == codecSelferValueTypeMap1234 { + yyl1403 := r.ReadMapStart() + if yyl1403 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1398, d) + x.codecDecodeSelfFromMap(yyl1403, d) } - } else if yyct1398 == codecSelferValueTypeArray1234 { - yyl1398 := r.ReadArrayStart() - if yyl1398 == 0 { + } else if yyct1403 == codecSelferValueTypeArray1234 { + yyl1403 := r.ReadArrayStart() + if yyl1403 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1398, d) + x.codecDecodeSelfFromArray(yyl1403, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19314,12 +19369,12 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1399Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1399Slc - var yyhl1399 bool = l >= 0 - for yyj1399 := 0; ; yyj1399++ { - if yyhl1399 { - if yyj1399 >= l { + var yys1404Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1404Slc + var yyhl1404 bool = l >= 0 + for yyj1404 := 0; ; yyj1404++ { + if yyhl1404 { + if yyj1404 >= l { break } } else { @@ -19328,10 +19383,10 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1399Slc = r.DecodeBytes(yys1399Slc, true, true) - yys1399 := string(yys1399Slc) + yys1404Slc = r.DecodeBytes(yys1404Slc, true, true) + yys1404 := string(yys1404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1399 { + switch yys1404 { case "exec": if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) @@ -19405,9 +19460,9 @@ func (x *Probe) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys1399) - } // end switch yys1399 - } // end for yyj1399 + z.DecStructFieldNotFound(-1, yys1404) + } // end switch yys1404 + } // end for yyj1404 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19415,19 +19470,19 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1408 int - var yyb1408 bool - var yyhl1408 bool = l >= 0 + var yyj1413 int + var yyb1413 bool + var yyhl1413 bool = l >= 0 if x.Handler.Exec == nil { x.Handler.Exec = new(ExecAction) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19445,13 +19500,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.HTTPGet == nil { x.Handler.HTTPGet = new(HTTPGetAction) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19469,13 +19524,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Handler.TCPSocket == nil { x.Handler.TCPSocket = new(TCPSocketAction) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19490,13 +19545,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.TCPSocket.CodecDecodeSelf(d) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19506,13 +19561,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.InitialDelaySeconds = int32(r.DecodeInt(32)) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19522,13 +19577,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TimeoutSeconds = int32(r.DecodeInt(32)) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19538,13 +19593,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PeriodSeconds = int32(r.DecodeInt(32)) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19554,13 +19609,13 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SuccessThreshold = int32(r.DecodeInt(32)) } - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19571,17 +19626,17 @@ func (x *Probe) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.FailureThreshold = int32(r.DecodeInt(32)) } for { - yyj1408++ - if yyhl1408 { - yyb1408 = yyj1408 > l + yyj1413++ + if yyhl1413 { + yyb1413 = yyj1413 > l } else { - yyb1408 = r.CheckBreak() + yyb1413 = r.CheckBreak() } - if yyb1408 { + if yyb1413 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1408-1, "") + z.DecStructFieldNotFound(yyj1413-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19590,8 +19645,8 @@ func (x PullPolicy) 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 { @@ -19603,8 +19658,8 @@ func (x *PullPolicy) 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 { @@ -19616,8 +19671,8 @@ func (x Capability) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1419 := z.EncBinary() - _ = yym1419 + yym1424 := z.EncBinary() + _ = yym1424 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -19629,8 +19684,8 @@ func (x *Capability) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1420 := z.DecBinary() - _ = yym1420 + yym1425 := z.DecBinary() + _ = yym1425 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -19645,39 +19700,39 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1421 := z.EncBinary() - _ = yym1421 + yym1426 := z.EncBinary() + _ = yym1426 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1422 := !z.EncBinary() - yy2arr1422 := z.EncBasicHandle().StructToArray - var yyq1422 [2]bool - _, _, _ = yysep1422, yyq1422, yy2arr1422 - const yyr1422 bool = false - yyq1422[0] = len(x.Add) != 0 - yyq1422[1] = len(x.Drop) != 0 - var yynn1422 int - if yyr1422 || yy2arr1422 { + yysep1427 := !z.EncBinary() + yy2arr1427 := z.EncBasicHandle().StructToArray + var yyq1427 [2]bool + _, _, _ = yysep1427, yyq1427, yy2arr1427 + const yyr1427 bool = false + yyq1427[0] = len(x.Add) != 0 + yyq1427[1] = len(x.Drop) != 0 + var yynn1427 int + if yyr1427 || yy2arr1427 { r.EncodeArrayStart(2) } else { - yynn1422 = 0 - for _, b := range yyq1422 { + yynn1427 = 0 + for _, b := range yyq1427 { if b { - yynn1422++ + yynn1427++ } } - r.EncodeMapStart(yynn1422) - yynn1422 = 0 + r.EncodeMapStart(yynn1427) + yynn1427 = 0 } - if yyr1422 || yy2arr1422 { + if yyr1427 || yy2arr1427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1422[0] { + if yyq1427[0] { if x.Add == nil { r.EncodeNil() } else { - yym1424 := z.EncBinary() - _ = yym1424 + yym1429 := z.EncBinary() + _ = yym1429 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -19687,15 +19742,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1422[0] { + if yyq1427[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("add")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Add == nil { r.EncodeNil() } else { - yym1425 := z.EncBinary() - _ = yym1425 + yym1430 := z.EncBinary() + _ = yym1430 if false { } else { h.encSliceCapability(([]Capability)(x.Add), e) @@ -19703,14 +19758,14 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1422 || yy2arr1422 { + if yyr1427 || yy2arr1427 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1422[1] { + if yyq1427[1] { if x.Drop == nil { r.EncodeNil() } else { - yym1427 := z.EncBinary() - _ = yym1427 + yym1432 := z.EncBinary() + _ = yym1432 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -19720,15 +19775,15 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1422[1] { + if yyq1427[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("drop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Drop == nil { r.EncodeNil() } else { - yym1428 := z.EncBinary() - _ = yym1428 + yym1433 := z.EncBinary() + _ = yym1433 if false { } else { h.encSliceCapability(([]Capability)(x.Drop), e) @@ -19736,7 +19791,7 @@ func (x *Capabilities) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1422 || yy2arr1422 { + if yyr1427 || yy2arr1427 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19749,25 +19804,25 @@ func (x *Capabilities) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1429 := z.DecBinary() - _ = yym1429 + yym1434 := z.DecBinary() + _ = yym1434 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1430 := r.ContainerType() - if yyct1430 == codecSelferValueTypeMap1234 { - yyl1430 := r.ReadMapStart() - if yyl1430 == 0 { + yyct1435 := r.ContainerType() + if yyct1435 == codecSelferValueTypeMap1234 { + yyl1435 := r.ReadMapStart() + if yyl1435 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1430, d) + x.codecDecodeSelfFromMap(yyl1435, d) } - } else if yyct1430 == codecSelferValueTypeArray1234 { - yyl1430 := r.ReadArrayStart() - if yyl1430 == 0 { + } else if yyct1435 == codecSelferValueTypeArray1234 { + yyl1435 := r.ReadArrayStart() + if yyl1435 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1430, d) + x.codecDecodeSelfFromArray(yyl1435, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -19779,12 +19834,12 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1431Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1431Slc - var yyhl1431 bool = l >= 0 - for yyj1431 := 0; ; yyj1431++ { - if yyhl1431 { - if yyj1431 >= l { + var yys1436Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1436Slc + var yyhl1436 bool = l >= 0 + for yyj1436 := 0; ; yyj1436++ { + if yyhl1436 { + if yyj1436 >= l { break } } else { @@ -19793,38 +19848,38 @@ func (x *Capabilities) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1431Slc = r.DecodeBytes(yys1431Slc, true, true) - yys1431 := string(yys1431Slc) + yys1436Slc = r.DecodeBytes(yys1436Slc, true, true) + yys1436 := string(yys1436Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1431 { + switch yys1436 { case "add": if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1432 := &x.Add - yym1433 := z.DecBinary() - _ = yym1433 + yyv1437 := &x.Add + yym1438 := z.DecBinary() + _ = yym1438 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1432), d) + h.decSliceCapability((*[]Capability)(yyv1437), d) } } case "drop": if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1434 := &x.Drop - yym1435 := z.DecBinary() - _ = yym1435 + yyv1439 := &x.Drop + yym1440 := z.DecBinary() + _ = yym1440 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1434), d) + h.decSliceCapability((*[]Capability)(yyv1439), d) } } default: - z.DecStructFieldNotFound(-1, yys1431) - } // end switch yys1431 - } // end for yyj1431 + z.DecStructFieldNotFound(-1, yys1436) + } // end switch yys1436 + } // end for yyj1436 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -19832,16 +19887,16 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1436 int - var yyb1436 bool - var yyhl1436 bool = l >= 0 - yyj1436++ - if yyhl1436 { - yyb1436 = yyj1436 > l + var yyj1441 int + var yyb1441 bool + var yyhl1441 bool = l >= 0 + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1436 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1436 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19849,21 +19904,21 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Add = nil } else { - yyv1437 := &x.Add - yym1438 := z.DecBinary() - _ = yym1438 + yyv1442 := &x.Add + yym1443 := z.DecBinary() + _ = yym1443 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1437), d) + h.decSliceCapability((*[]Capability)(yyv1442), d) } } - yyj1436++ - if yyhl1436 { - yyb1436 = yyj1436 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1436 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1436 { + if yyb1441 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -19871,26 +19926,26 @@ func (x *Capabilities) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Drop = nil } else { - yyv1439 := &x.Drop - yym1440 := z.DecBinary() - _ = yym1440 + yyv1444 := &x.Drop + yym1445 := z.DecBinary() + _ = yym1445 if false { } else { - h.decSliceCapability((*[]Capability)(yyv1439), d) + h.decSliceCapability((*[]Capability)(yyv1444), d) } } for { - yyj1436++ - if yyhl1436 { - yyb1436 = yyj1436 > l + yyj1441++ + if yyhl1441 { + yyb1441 = yyj1441 > l } else { - yyb1436 = r.CheckBreak() + yyb1441 = r.CheckBreak() } - if yyb1436 { + if yyb1441 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1436-1, "") + z.DecStructFieldNotFound(yyj1441-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -19902,34 +19957,34 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1441 := z.EncBinary() - _ = yym1441 + yym1446 := z.EncBinary() + _ = yym1446 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1442 := !z.EncBinary() - yy2arr1442 := z.EncBasicHandle().StructToArray - var yyq1442 [2]bool - _, _, _ = yysep1442, yyq1442, yy2arr1442 - const yyr1442 bool = false - yyq1442[0] = len(x.Limits) != 0 - yyq1442[1] = len(x.Requests) != 0 - var yynn1442 int - if yyr1442 || yy2arr1442 { + yysep1447 := !z.EncBinary() + yy2arr1447 := z.EncBasicHandle().StructToArray + var yyq1447 [2]bool + _, _, _ = yysep1447, yyq1447, yy2arr1447 + const yyr1447 bool = false + yyq1447[0] = len(x.Limits) != 0 + yyq1447[1] = len(x.Requests) != 0 + var yynn1447 int + if yyr1447 || yy2arr1447 { r.EncodeArrayStart(2) } else { - yynn1442 = 0 - for _, b := range yyq1442 { + yynn1447 = 0 + for _, b := range yyq1447 { if b { - yynn1442++ + yynn1447++ } } - r.EncodeMapStart(yynn1442) - yynn1442 = 0 + r.EncodeMapStart(yynn1447) + yynn1447 = 0 } - if yyr1442 || yy2arr1442 { + if yyr1447 || yy2arr1447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1442[0] { + if yyq1447[0] { if x.Limits == nil { r.EncodeNil() } else { @@ -19939,7 +19994,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1442[0] { + if yyq1447[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("limits")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19950,9 +20005,9 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1442 || yy2arr1442 { + if yyr1447 || yy2arr1447 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1442[1] { + if yyq1447[1] { if x.Requests == nil { r.EncodeNil() } else { @@ -19962,7 +20017,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1442[1] { + if yyq1447[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requests")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -19973,7 +20028,7 @@ func (x *ResourceRequirements) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1442 || yy2arr1442 { + if yyr1447 || yy2arr1447 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -19986,25 +20041,25 @@ func (x *ResourceRequirements) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1445 := z.DecBinary() - _ = yym1445 + yym1450 := z.DecBinary() + _ = yym1450 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1446 := r.ContainerType() - if yyct1446 == codecSelferValueTypeMap1234 { - yyl1446 := r.ReadMapStart() - if yyl1446 == 0 { + yyct1451 := r.ContainerType() + if yyct1451 == codecSelferValueTypeMap1234 { + yyl1451 := r.ReadMapStart() + if yyl1451 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1446, d) + x.codecDecodeSelfFromMap(yyl1451, d) } - } else if yyct1446 == codecSelferValueTypeArray1234 { - yyl1446 := r.ReadArrayStart() - if yyl1446 == 0 { + } else if yyct1451 == codecSelferValueTypeArray1234 { + yyl1451 := r.ReadArrayStart() + if yyl1451 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1446, d) + x.codecDecodeSelfFromArray(yyl1451, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20016,12 +20071,12 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1447Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1447Slc - var yyhl1447 bool = l >= 0 - for yyj1447 := 0; ; yyj1447++ { - if yyhl1447 { - if yyj1447 >= l { + var yys1452Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1452Slc + var yyhl1452 bool = l >= 0 + for yyj1452 := 0; ; yyj1452++ { + if yyhl1452 { + if yyj1452 >= l { break } } else { @@ -20030,28 +20085,28 @@ func (x *ResourceRequirements) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1447Slc = r.DecodeBytes(yys1447Slc, true, true) - yys1447 := string(yys1447Slc) + yys1452Slc = r.DecodeBytes(yys1452Slc, true, true) + yys1452 := string(yys1452Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1447 { + switch yys1452 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1448 := &x.Limits - yyv1448.CodecDecodeSelf(d) + yyv1453 := &x.Limits + yyv1453.CodecDecodeSelf(d) } case "requests": if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1449 := &x.Requests - yyv1449.CodecDecodeSelf(d) + yyv1454 := &x.Requests + yyv1454.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1447) - } // end switch yys1447 - } // end for yyj1447 + z.DecStructFieldNotFound(-1, yys1452) + } // end switch yys1452 + } // end for yyj1452 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20059,16 +20114,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1450 int - var yyb1450 bool - var yyhl1450 bool = l >= 0 - yyj1450++ - if yyhl1450 { - yyb1450 = yyj1450 > l + var yyj1455 int + var yyb1455 bool + var yyhl1455 bool = l >= 0 + yyj1455++ + if yyhl1455 { + yyb1455 = yyj1455 > l } else { - yyb1450 = r.CheckBreak() + yyb1455 = r.CheckBreak() } - if yyb1450 { + if yyb1455 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20076,16 +20131,16 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv1451 := &x.Limits - yyv1451.CodecDecodeSelf(d) + yyv1456 := &x.Limits + yyv1456.CodecDecodeSelf(d) } - yyj1450++ - if yyhl1450 { - yyb1450 = yyj1450 > l + yyj1455++ + if yyhl1455 { + yyb1455 = yyj1455 > l } else { - yyb1450 = r.CheckBreak() + yyb1455 = r.CheckBreak() } - if yyb1450 { + if yyb1455 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20093,21 +20148,21 @@ func (x *ResourceRequirements) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.Requests = nil } else { - yyv1452 := &x.Requests - yyv1452.CodecDecodeSelf(d) + yyv1457 := &x.Requests + yyv1457.CodecDecodeSelf(d) } for { - yyj1450++ - if yyhl1450 { - yyb1450 = yyj1450 > l + yyj1455++ + if yyhl1455 { + yyb1455 = yyj1455 > l } else { - yyb1450 = r.CheckBreak() + yyb1455 = r.CheckBreak() } - if yyb1450 { + if yyb1455 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1450-1, "") + z.DecStructFieldNotFound(yyj1455-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -20119,50 +20174,50 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1453 := z.EncBinary() - _ = yym1453 + yym1458 := z.EncBinary() + _ = yym1458 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1454 := !z.EncBinary() - yy2arr1454 := z.EncBasicHandle().StructToArray - var yyq1454 [18]bool - _, _, _ = yysep1454, yyq1454, yy2arr1454 - const yyr1454 bool = false - yyq1454[1] = x.Image != "" - yyq1454[2] = len(x.Command) != 0 - yyq1454[3] = len(x.Args) != 0 - yyq1454[4] = x.WorkingDir != "" - yyq1454[5] = len(x.Ports) != 0 - yyq1454[6] = len(x.Env) != 0 - yyq1454[7] = true - yyq1454[8] = len(x.VolumeMounts) != 0 - yyq1454[9] = x.LivenessProbe != nil - yyq1454[10] = x.ReadinessProbe != nil - yyq1454[11] = x.Lifecycle != nil - yyq1454[12] = x.TerminationMessagePath != "" - yyq1454[13] = x.ImagePullPolicy != "" - yyq1454[14] = x.SecurityContext != nil - yyq1454[15] = x.Stdin != false - yyq1454[16] = x.StdinOnce != false - yyq1454[17] = x.TTY != false - var yynn1454 int - if yyr1454 || yy2arr1454 { + yysep1459 := !z.EncBinary() + yy2arr1459 := z.EncBasicHandle().StructToArray + var yyq1459 [18]bool + _, _, _ = yysep1459, yyq1459, yy2arr1459 + const yyr1459 bool = false + yyq1459[1] = x.Image != "" + yyq1459[2] = len(x.Command) != 0 + yyq1459[3] = len(x.Args) != 0 + yyq1459[4] = x.WorkingDir != "" + yyq1459[5] = len(x.Ports) != 0 + yyq1459[6] = len(x.Env) != 0 + yyq1459[7] = true + yyq1459[8] = len(x.VolumeMounts) != 0 + yyq1459[9] = x.LivenessProbe != nil + yyq1459[10] = x.ReadinessProbe != nil + yyq1459[11] = x.Lifecycle != nil + yyq1459[12] = x.TerminationMessagePath != "" + yyq1459[13] = x.ImagePullPolicy != "" + yyq1459[14] = x.SecurityContext != nil + yyq1459[15] = x.Stdin != false + yyq1459[16] = x.StdinOnce != false + yyq1459[17] = x.TTY != false + var yynn1459 int + if yyr1459 || yy2arr1459 { r.EncodeArrayStart(18) } else { - yynn1454 = 1 - for _, b := range yyq1454 { + yynn1459 = 1 + for _, b := range yyq1459 { if b { - yynn1454++ + yynn1459++ } } - r.EncodeMapStart(yynn1454) - yynn1454 = 0 + r.EncodeMapStart(yynn1459) + yynn1459 = 0 } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1456 := z.EncBinary() - _ = yym1456 + yym1461 := z.EncBinary() + _ = yym1461 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -20171,18 +20226,18 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1457 := z.EncBinary() - _ = yym1457 + yym1462 := z.EncBinary() + _ = yym1462 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[1] { - yym1459 := z.EncBinary() - _ = yym1459 + if yyq1459[1] { + yym1464 := z.EncBinary() + _ = yym1464 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -20191,26 +20246,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1454[1] { + if yyq1459[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1460 := z.EncBinary() - _ = yym1460 + yym1465 := z.EncBinary() + _ = yym1465 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[2] { + if yyq1459[2] { if x.Command == nil { r.EncodeNil() } else { - yym1462 := z.EncBinary() - _ = yym1462 + yym1467 := z.EncBinary() + _ = yym1467 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20220,15 +20275,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[2] { + if yyq1459[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("command")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Command == nil { r.EncodeNil() } else { - yym1463 := z.EncBinary() - _ = yym1463 + yym1468 := z.EncBinary() + _ = yym1468 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -20236,14 +20291,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[3] { + if yyq1459[3] { if x.Args == nil { r.EncodeNil() } else { - yym1465 := z.EncBinary() - _ = yym1465 + yym1470 := z.EncBinary() + _ = yym1470 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20253,15 +20308,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[3] { + if yyq1459[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("args")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Args == nil { r.EncodeNil() } else { - yym1466 := z.EncBinary() - _ = yym1466 + yym1471 := z.EncBinary() + _ = yym1471 if false { } else { z.F.EncSliceStringV(x.Args, false, e) @@ -20269,11 +20324,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[4] { - yym1468 := z.EncBinary() - _ = yym1468 + if yyq1459[4] { + yym1473 := z.EncBinary() + _ = yym1473 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) @@ -20282,26 +20337,26 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1454[4] { + if yyq1459[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("workingDir")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1469 := z.EncBinary() - _ = yym1469 + yym1474 := z.EncBinary() + _ = yym1474 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.WorkingDir)) } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[5] { + if yyq1459[5] { if x.Ports == nil { r.EncodeNil() } else { - yym1471 := z.EncBinary() - _ = yym1471 + yym1476 := z.EncBinary() + _ = yym1476 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20311,15 +20366,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[5] { + if yyq1459[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym1472 := z.EncBinary() - _ = yym1472 + yym1477 := z.EncBinary() + _ = yym1477 if false { } else { h.encSliceContainerPort(([]ContainerPort)(x.Ports), e) @@ -20327,14 +20382,14 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[6] { + if yyq1459[6] { if x.Env == nil { r.EncodeNil() } else { - yym1474 := z.EncBinary() - _ = yym1474 + yym1479 := z.EncBinary() + _ = yym1479 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20344,15 +20399,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[6] { + if yyq1459[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("env")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Env == nil { r.EncodeNil() } else { - yym1475 := z.EncBinary() - _ = yym1475 + yym1480 := z.EncBinary() + _ = yym1480 if false { } else { h.encSliceEnvVar(([]EnvVar)(x.Env), e) @@ -20360,31 +20415,31 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[7] { - yy1477 := &x.Resources - yy1477.CodecEncodeSelf(e) + if yyq1459[7] { + yy1482 := &x.Resources + yy1482.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1454[7] { + if yyq1459[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resources")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1478 := &x.Resources - yy1478.CodecEncodeSelf(e) + yy1483 := &x.Resources + yy1483.CodecEncodeSelf(e) } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[8] { + if yyq1459[8] { if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1480 := z.EncBinary() - _ = yym1480 + yym1485 := z.EncBinary() + _ = yym1485 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -20394,15 +20449,15 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[8] { + if yyq1459[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumeMounts")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumeMounts == nil { r.EncodeNil() } else { - yym1481 := z.EncBinary() - _ = yym1481 + yym1486 := z.EncBinary() + _ = yym1486 if false { } else { h.encSliceVolumeMount(([]VolumeMount)(x.VolumeMounts), e) @@ -20410,9 +20465,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[9] { + if yyq1459[9] { if x.LivenessProbe == nil { r.EncodeNil() } else { @@ -20422,7 +20477,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[9] { + if yyq1459[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("livenessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20433,9 +20488,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[10] { + if yyq1459[10] { if x.ReadinessProbe == nil { r.EncodeNil() } else { @@ -20445,7 +20500,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[10] { + if yyq1459[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("readinessProbe")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20456,9 +20511,9 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[11] { + if yyq1459[11] { if x.Lifecycle == nil { r.EncodeNil() } else { @@ -20468,7 +20523,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[11] { + if yyq1459[11] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lifecycle")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20479,11 +20534,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[12] { - yym1486 := z.EncBinary() - _ = yym1486 + if yyq1459[12] { + yym1491 := z.EncBinary() + _ = yym1491 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) @@ -20492,36 +20547,36 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1454[12] { + if yyq1459[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminationMessagePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1487 := z.EncBinary() - _ = yym1487 + yym1492 := z.EncBinary() + _ = yym1492 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TerminationMessagePath)) } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[13] { + if yyq1459[13] { x.ImagePullPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1454[13] { + if yyq1459[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.ImagePullPolicy.CodecEncodeSelf(e) } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[14] { + if yyq1459[14] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -20531,7 +20586,7 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1454[14] { + if yyq1459[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -20542,11 +20597,11 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[15] { - yym1491 := z.EncBinary() - _ = yym1491 + if yyq1459[15] { + yym1496 := z.EncBinary() + _ = yym1496 if false { } else { r.EncodeBool(bool(x.Stdin)) @@ -20555,49 +20610,49 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1454[15] { + if yyq1459[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1492 := z.EncBinary() - _ = yym1492 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) - } - } - } - if yyr1454 || yy2arr1454 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[16] { - yym1494 := z.EncBinary() - _ = yym1494 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1454[16] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1495 := z.EncBinary() - _ = yym1495 - if false { - } else { - r.EncodeBool(bool(x.StdinOnce)) - } - } - } - if yyr1454 || yy2arr1454 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1454[17] { yym1497 := z.EncBinary() _ = yym1497 if false { + } else { + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[16] { + yym1499 := z.EncBinary() + _ = yym1499 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1459[16] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stdinOnce")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1500 := z.EncBinary() + _ = yym1500 + if false { + } else { + r.EncodeBool(bool(x.StdinOnce)) + } + } + } + if yyr1459 || yy2arr1459 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1459[17] { + yym1502 := z.EncBinary() + _ = yym1502 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -20605,19 +20660,19 @@ func (x *Container) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1454[17] { + if yyq1459[17] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1498 := z.EncBinary() - _ = yym1498 + yym1503 := z.EncBinary() + _ = yym1503 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr1454 || yy2arr1454 { + if yyr1459 || yy2arr1459 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -20630,25 +20685,25 @@ func (x *Container) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1499 := z.DecBinary() - _ = yym1499 + yym1504 := z.DecBinary() + _ = yym1504 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1500 := r.ContainerType() - if yyct1500 == codecSelferValueTypeMap1234 { - yyl1500 := r.ReadMapStart() - if yyl1500 == 0 { + yyct1505 := r.ContainerType() + if yyct1505 == codecSelferValueTypeMap1234 { + yyl1505 := r.ReadMapStart() + if yyl1505 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1500, d) + x.codecDecodeSelfFromMap(yyl1505, d) } - } else if yyct1500 == codecSelferValueTypeArray1234 { - yyl1500 := r.ReadArrayStart() - if yyl1500 == 0 { + } else if yyct1505 == codecSelferValueTypeArray1234 { + yyl1505 := r.ReadArrayStart() + if yyl1505 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1500, d) + x.codecDecodeSelfFromArray(yyl1505, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -20660,12 +20715,12 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1501Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1501Slc - var yyhl1501 bool = l >= 0 - for yyj1501 := 0; ; yyj1501++ { - if yyhl1501 { - if yyj1501 >= l { + var yys1506Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1506Slc + var yyhl1506 bool = l >= 0 + for yyj1506 := 0; ; yyj1506++ { + if yyhl1506 { + if yyj1506 >= l { break } } else { @@ -20674,10 +20729,10 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1501Slc = r.DecodeBytes(yys1501Slc, true, true) - yys1501 := string(yys1501Slc) + yys1506Slc = r.DecodeBytes(yys1506Slc, true, true) + yys1506 := string(yys1506Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1501 { + switch yys1506 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -20694,24 +20749,24 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1504 := &x.Command - yym1505 := z.DecBinary() - _ = yym1505 + yyv1509 := &x.Command + yym1510 := z.DecBinary() + _ = yym1510 if false { } else { - z.F.DecSliceStringX(yyv1504, false, d) + z.F.DecSliceStringX(yyv1509, false, d) } } case "args": if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1506 := &x.Args - yym1507 := z.DecBinary() - _ = yym1507 + yyv1511 := &x.Args + yym1512 := z.DecBinary() + _ = yym1512 if false { } else { - z.F.DecSliceStringX(yyv1506, false, d) + z.F.DecSliceStringX(yyv1511, false, d) } } case "workingDir": @@ -20724,43 +20779,43 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1509 := &x.Ports - yym1510 := z.DecBinary() - _ = yym1510 + yyv1514 := &x.Ports + yym1515 := z.DecBinary() + _ = yym1515 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1509), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1514), d) } } case "env": if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1511 := &x.Env - yym1512 := z.DecBinary() - _ = yym1512 + yyv1516 := &x.Env + yym1517 := z.DecBinary() + _ = yym1517 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1511), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1516), d) } } case "resources": if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1513 := &x.Resources - yyv1513.CodecDecodeSelf(d) + yyv1518 := &x.Resources + yyv1518.CodecDecodeSelf(d) } case "volumeMounts": if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1514 := &x.VolumeMounts - yym1515 := z.DecBinary() - _ = yym1515 + yyv1519 := &x.VolumeMounts + yym1520 := z.DecBinary() + _ = yym1520 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1514), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1519), d) } } case "livenessProbe": @@ -20838,9 +20893,9 @@ func (x *Container) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys1501) - } // end switch yys1501 - } // end for yyj1501 + z.DecStructFieldNotFound(-1, yys1506) + } // end switch yys1506 + } // end for yyj1506 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -20848,16 +20903,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1525 int - var yyb1525 bool - var yyhl1525 bool = l >= 0 - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + var yyj1530 int + var yyb1530 bool + var yyhl1530 bool = l >= 0 + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20867,13 +20922,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20883,13 +20938,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Image = string(r.DecodeString()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20897,21 +20952,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv1528 := &x.Command - yym1529 := z.DecBinary() - _ = yym1529 + yyv1533 := &x.Command + yym1534 := z.DecBinary() + _ = yym1534 if false { } else { - z.F.DecSliceStringX(yyv1528, false, d) + z.F.DecSliceStringX(yyv1533, false, d) } } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20919,21 +20974,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Args = nil } else { - yyv1530 := &x.Args - yym1531 := z.DecBinary() - _ = yym1531 + yyv1535 := &x.Args + yym1536 := z.DecBinary() + _ = yym1536 if false { } else { - z.F.DecSliceStringX(yyv1530, false, d) + z.F.DecSliceStringX(yyv1535, false, d) } } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20943,13 +20998,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.WorkingDir = string(r.DecodeString()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20957,21 +21012,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv1533 := &x.Ports - yym1534 := z.DecBinary() - _ = yym1534 + yyv1538 := &x.Ports + yym1539 := z.DecBinary() + _ = yym1539 if false { } else { - h.decSliceContainerPort((*[]ContainerPort)(yyv1533), d) + h.decSliceContainerPort((*[]ContainerPort)(yyv1538), d) } } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -20979,21 +21034,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Env = nil } else { - yyv1535 := &x.Env - yym1536 := z.DecBinary() - _ = yym1536 + yyv1540 := &x.Env + yym1541 := z.DecBinary() + _ = yym1541 if false { } else { - h.decSliceEnvVar((*[]EnvVar)(yyv1535), d) + h.decSliceEnvVar((*[]EnvVar)(yyv1540), d) } } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21001,16 +21056,16 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Resources = ResourceRequirements{} } else { - yyv1537 := &x.Resources - yyv1537.CodecDecodeSelf(d) + yyv1542 := &x.Resources + yyv1542.CodecDecodeSelf(d) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21018,21 +21073,21 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumeMounts = nil } else { - yyv1538 := &x.VolumeMounts - yym1539 := z.DecBinary() - _ = yym1539 + yyv1543 := &x.VolumeMounts + yym1544 := z.DecBinary() + _ = yym1544 if false { } else { - h.decSliceVolumeMount((*[]VolumeMount)(yyv1538), d) + h.decSliceVolumeMount((*[]VolumeMount)(yyv1543), d) } } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21047,13 +21102,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.LivenessProbe.CodecDecodeSelf(d) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21068,13 +21123,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.ReadinessProbe.CodecDecodeSelf(d) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21089,13 +21144,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Lifecycle.CodecDecodeSelf(d) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21105,13 +21160,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TerminationMessagePath = string(r.DecodeString()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21121,13 +21176,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ImagePullPolicy = PullPolicy(r.DecodeString()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21142,13 +21197,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21158,13 +21213,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21174,13 +21229,13 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.StdinOnce = bool(r.DecodeBool()) } - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21191,17 +21246,17 @@ func (x *Container) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TTY = bool(r.DecodeBool()) } for { - yyj1525++ - if yyhl1525 { - yyb1525 = yyj1525 > l + yyj1530++ + if yyhl1530 { + yyb1530 = yyj1530 > l } else { - yyb1525 = r.CheckBreak() + yyb1530 = r.CheckBreak() } - if yyb1525 { + if yyb1530 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1525-1, "") + z.DecStructFieldNotFound(yyj1530-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21213,35 +21268,35 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1549 := z.EncBinary() - _ = yym1549 + yym1554 := z.EncBinary() + _ = yym1554 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1550 := !z.EncBinary() - yy2arr1550 := z.EncBasicHandle().StructToArray - var yyq1550 [3]bool - _, _, _ = yysep1550, yyq1550, yy2arr1550 - const yyr1550 bool = false - yyq1550[0] = x.Exec != nil - yyq1550[1] = x.HTTPGet != nil - yyq1550[2] = x.TCPSocket != nil - var yynn1550 int - if yyr1550 || yy2arr1550 { + yysep1555 := !z.EncBinary() + yy2arr1555 := z.EncBasicHandle().StructToArray + var yyq1555 [3]bool + _, _, _ = yysep1555, yyq1555, yy2arr1555 + const yyr1555 bool = false + yyq1555[0] = x.Exec != nil + yyq1555[1] = x.HTTPGet != nil + yyq1555[2] = x.TCPSocket != nil + var yynn1555 int + if yyr1555 || yy2arr1555 { r.EncodeArrayStart(3) } else { - yynn1550 = 0 - for _, b := range yyq1550 { + yynn1555 = 0 + for _, b := range yyq1555 { if b { - yynn1550++ + yynn1555++ } } - r.EncodeMapStart(yynn1550) - yynn1550 = 0 + r.EncodeMapStart(yynn1555) + yynn1555 = 0 } - if yyr1550 || yy2arr1550 { + if yyr1555 || yy2arr1555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1550[0] { + if yyq1555[0] { if x.Exec == nil { r.EncodeNil() } else { @@ -21251,7 +21306,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1550[0] { + if yyq1555[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21262,9 +21317,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1550 || yy2arr1550 { + if yyr1555 || yy2arr1555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1550[1] { + if yyq1555[1] { if x.HTTPGet == nil { r.EncodeNil() } else { @@ -21274,7 +21329,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1550[1] { + if yyq1555[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("httpGet")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21285,9 +21340,9 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1550 || yy2arr1550 { + if yyr1555 || yy2arr1555 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1550[2] { + if yyq1555[2] { if x.TCPSocket == nil { r.EncodeNil() } else { @@ -21297,7 +21352,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1550[2] { + if yyq1555[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tcpSocket")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21308,7 +21363,7 @@ func (x *Handler) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1550 || yy2arr1550 { + if yyr1555 || yy2arr1555 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21321,25 +21376,25 @@ func (x *Handler) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1554 := z.DecBinary() - _ = yym1554 + yym1559 := z.DecBinary() + _ = yym1559 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1555 := r.ContainerType() - if yyct1555 == codecSelferValueTypeMap1234 { - yyl1555 := r.ReadMapStart() - if yyl1555 == 0 { + yyct1560 := r.ContainerType() + if yyct1560 == codecSelferValueTypeMap1234 { + yyl1560 := r.ReadMapStart() + if yyl1560 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1555, d) + x.codecDecodeSelfFromMap(yyl1560, d) } - } else if yyct1555 == codecSelferValueTypeArray1234 { - yyl1555 := r.ReadArrayStart() - if yyl1555 == 0 { + } else if yyct1560 == codecSelferValueTypeArray1234 { + yyl1560 := r.ReadArrayStart() + if yyl1560 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1555, d) + x.codecDecodeSelfFromArray(yyl1560, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21351,12 +21406,12 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1556Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1556Slc - var yyhl1556 bool = l >= 0 - for yyj1556 := 0; ; yyj1556++ { - if yyhl1556 { - if yyj1556 >= l { + var yys1561Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1561Slc + var yyhl1561 bool = l >= 0 + for yyj1561 := 0; ; yyj1561++ { + if yyhl1561 { + if yyj1561 >= l { break } } else { @@ -21365,10 +21420,10 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1556Slc = r.DecodeBytes(yys1556Slc, true, true) - yys1556 := string(yys1556Slc) + yys1561Slc = r.DecodeBytes(yys1561Slc, true, true) + yys1561 := string(yys1561Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1556 { + switch yys1561 { case "exec": if r.TryDecodeAsNil() { if x.Exec != nil { @@ -21403,9 +21458,9 @@ func (x *Handler) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1556) - } // end switch yys1556 - } // end for yyj1556 + z.DecStructFieldNotFound(-1, yys1561) + } // end switch yys1561 + } // end for yyj1561 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21413,16 +21468,16 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1560 int - var yyb1560 bool - var yyhl1560 bool = l >= 0 - yyj1560++ - if yyhl1560 { - yyb1560 = yyj1560 > l + var yyj1565 int + var yyb1565 bool + var yyhl1565 bool = l >= 0 + yyj1565++ + if yyhl1565 { + yyb1565 = yyj1565 > l } else { - yyb1560 = r.CheckBreak() + yyb1565 = r.CheckBreak() } - if yyb1560 { + if yyb1565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21437,13 +21492,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Exec.CodecDecodeSelf(d) } - yyj1560++ - if yyhl1560 { - yyb1560 = yyj1560 > l + yyj1565++ + if yyhl1565 { + yyb1565 = yyj1565 > l } else { - yyb1560 = r.CheckBreak() + yyb1565 = r.CheckBreak() } - if yyb1560 { + if yyb1565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21458,13 +21513,13 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.HTTPGet.CodecDecodeSelf(d) } - yyj1560++ - if yyhl1560 { - yyb1560 = yyj1560 > l + yyj1565++ + if yyhl1565 { + yyb1565 = yyj1565 > l } else { - yyb1560 = r.CheckBreak() + yyb1565 = r.CheckBreak() } - if yyb1560 { + if yyb1565 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21480,17 +21535,17 @@ func (x *Handler) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.TCPSocket.CodecDecodeSelf(d) } for { - yyj1560++ - if yyhl1560 { - yyb1560 = yyj1560 > l + yyj1565++ + if yyhl1565 { + yyb1565 = yyj1565 > l } else { - yyb1560 = r.CheckBreak() + yyb1565 = r.CheckBreak() } - if yyb1560 { + if yyb1565 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1560-1, "") + z.DecStructFieldNotFound(yyj1565-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21502,34 +21557,34 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1564 := z.EncBinary() - _ = yym1564 + yym1569 := z.EncBinary() + _ = yym1569 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1565 := !z.EncBinary() - yy2arr1565 := z.EncBasicHandle().StructToArray - var yyq1565 [2]bool - _, _, _ = yysep1565, yyq1565, yy2arr1565 - const yyr1565 bool = false - yyq1565[0] = x.PostStart != nil - yyq1565[1] = x.PreStop != nil - var yynn1565 int - if yyr1565 || yy2arr1565 { + yysep1570 := !z.EncBinary() + yy2arr1570 := z.EncBasicHandle().StructToArray + var yyq1570 [2]bool + _, _, _ = yysep1570, yyq1570, yy2arr1570 + const yyr1570 bool = false + yyq1570[0] = x.PostStart != nil + yyq1570[1] = x.PreStop != nil + var yynn1570 int + if yyr1570 || yy2arr1570 { r.EncodeArrayStart(2) } else { - yynn1565 = 0 - for _, b := range yyq1565 { + yynn1570 = 0 + for _, b := range yyq1570 { if b { - yynn1565++ + yynn1570++ } } - r.EncodeMapStart(yynn1565) - yynn1565 = 0 + r.EncodeMapStart(yynn1570) + yynn1570 = 0 } - if yyr1565 || yy2arr1565 { + if yyr1570 || yy2arr1570 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[0] { + if yyq1570[0] { if x.PostStart == nil { r.EncodeNil() } else { @@ -21539,7 +21594,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1565[0] { + if yyq1570[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("postStart")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21550,9 +21605,9 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1565 || yy2arr1565 { + if yyr1570 || yy2arr1570 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1565[1] { + if yyq1570[1] { if x.PreStop == nil { r.EncodeNil() } else { @@ -21562,7 +21617,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1565[1] { + if yyq1570[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preStop")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -21573,7 +21628,7 @@ func (x *Lifecycle) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1565 || yy2arr1565 { + if yyr1570 || yy2arr1570 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21586,25 +21641,25 @@ func (x *Lifecycle) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1568 := z.DecBinary() - _ = yym1568 + yym1573 := z.DecBinary() + _ = yym1573 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1569 := r.ContainerType() - if yyct1569 == codecSelferValueTypeMap1234 { - yyl1569 := r.ReadMapStart() - if yyl1569 == 0 { + yyct1574 := r.ContainerType() + if yyct1574 == codecSelferValueTypeMap1234 { + yyl1574 := r.ReadMapStart() + if yyl1574 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1569, d) + x.codecDecodeSelfFromMap(yyl1574, d) } - } else if yyct1569 == codecSelferValueTypeArray1234 { - yyl1569 := r.ReadArrayStart() - if yyl1569 == 0 { + } else if yyct1574 == codecSelferValueTypeArray1234 { + yyl1574 := r.ReadArrayStart() + if yyl1574 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1569, d) + x.codecDecodeSelfFromArray(yyl1574, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21616,12 +21671,12 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1570Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1570Slc - var yyhl1570 bool = l >= 0 - for yyj1570 := 0; ; yyj1570++ { - if yyhl1570 { - if yyj1570 >= l { + var yys1575Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1575Slc + var yyhl1575 bool = l >= 0 + for yyj1575 := 0; ; yyj1575++ { + if yyhl1575 { + if yyj1575 >= l { break } } else { @@ -21630,10 +21685,10 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1570Slc = r.DecodeBytes(yys1570Slc, true, true) - yys1570 := string(yys1570Slc) + yys1575Slc = r.DecodeBytes(yys1575Slc, true, true) + yys1575 := string(yys1575Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1570 { + switch yys1575 { case "postStart": if r.TryDecodeAsNil() { if x.PostStart != nil { @@ -21657,9 +21712,9 @@ func (x *Lifecycle) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1570) - } // end switch yys1570 - } // end for yyj1570 + z.DecStructFieldNotFound(-1, yys1575) + } // end switch yys1575 + } // end for yyj1575 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21667,16 +21722,16 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1573 int - var yyb1573 bool - var yyhl1573 bool = l >= 0 - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + var yyj1578 int + var yyb1578 bool + var yyhl1578 bool = l >= 0 + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21691,13 +21746,13 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PostStart.CodecDecodeSelf(d) } - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21713,17 +21768,17 @@ func (x *Lifecycle) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PreStop.CodecDecodeSelf(d) } for { - yyj1573++ - if yyhl1573 { - yyb1573 = yyj1573 > l + yyj1578++ + if yyhl1578 { + yyb1578 = yyj1578 > l } else { - yyb1573 = r.CheckBreak() + yyb1578 = r.CheckBreak() } - if yyb1573 { + if yyb1578 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1573-1, "") + z.DecStructFieldNotFound(yyj1578-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21732,8 +21787,8 @@ func (x ConditionStatus) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1576 := z.EncBinary() - _ = yym1576 + yym1581 := z.EncBinary() + _ = yym1581 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -21745,8 +21800,8 @@ func (x *ConditionStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1577 := z.DecBinary() - _ = yym1577 + yym1582 := z.DecBinary() + _ = yym1582 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -21761,36 +21816,36 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1578 := z.EncBinary() - _ = yym1578 + yym1583 := z.EncBinary() + _ = yym1583 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1579 := !z.EncBinary() - yy2arr1579 := z.EncBasicHandle().StructToArray - var yyq1579 [2]bool - _, _, _ = yysep1579, yyq1579, yy2arr1579 - const yyr1579 bool = false - yyq1579[0] = x.Reason != "" - yyq1579[1] = x.Message != "" - var yynn1579 int - if yyr1579 || yy2arr1579 { + yysep1584 := !z.EncBinary() + yy2arr1584 := z.EncBasicHandle().StructToArray + var yyq1584 [2]bool + _, _, _ = yysep1584, yyq1584, yy2arr1584 + const yyr1584 bool = false + yyq1584[0] = x.Reason != "" + yyq1584[1] = x.Message != "" + var yynn1584 int + if yyr1584 || yy2arr1584 { r.EncodeArrayStart(2) } else { - yynn1579 = 0 - for _, b := range yyq1579 { + yynn1584 = 0 + for _, b := range yyq1584 { if b { - yynn1579++ + yynn1584++ } } - r.EncodeMapStart(yynn1579) - yynn1579 = 0 + r.EncodeMapStart(yynn1584) + yynn1584 = 0 } - if yyr1579 || yy2arr1579 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1579[0] { - yym1581 := z.EncBinary() - _ = yym1581 + if yyq1584[0] { + yym1586 := z.EncBinary() + _ = yym1586 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -21799,23 +21854,23 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1579[0] { + if yyq1584[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1582 := z.EncBinary() - _ = yym1582 + yym1587 := z.EncBinary() + _ = yym1587 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1579 || yy2arr1579 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1579[1] { - yym1584 := z.EncBinary() - _ = yym1584 + if yyq1584[1] { + yym1589 := z.EncBinary() + _ = yym1589 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -21824,19 +21879,19 @@ func (x *ContainerStateWaiting) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1579[1] { + if yyq1584[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1585 := z.EncBinary() - _ = yym1585 + yym1590 := z.EncBinary() + _ = yym1590 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1579 || yy2arr1579 { + if yyr1584 || yy2arr1584 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -21849,25 +21904,25 @@ func (x *ContainerStateWaiting) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1586 := z.DecBinary() - _ = yym1586 + yym1591 := z.DecBinary() + _ = yym1591 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1587 := r.ContainerType() - if yyct1587 == codecSelferValueTypeMap1234 { - yyl1587 := r.ReadMapStart() - if yyl1587 == 0 { + yyct1592 := r.ContainerType() + if yyct1592 == codecSelferValueTypeMap1234 { + yyl1592 := r.ReadMapStart() + if yyl1592 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1587, d) + x.codecDecodeSelfFromMap(yyl1592, d) } - } else if yyct1587 == codecSelferValueTypeArray1234 { - yyl1587 := r.ReadArrayStart() - if yyl1587 == 0 { + } else if yyct1592 == codecSelferValueTypeArray1234 { + yyl1592 := r.ReadArrayStart() + if yyl1592 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1587, d) + x.codecDecodeSelfFromArray(yyl1592, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -21879,12 +21934,12 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1588Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1588Slc - var yyhl1588 bool = l >= 0 - for yyj1588 := 0; ; yyj1588++ { - if yyhl1588 { - if yyj1588 >= l { + var yys1593Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1593Slc + var yyhl1593 bool = l >= 0 + for yyj1593 := 0; ; yyj1593++ { + if yyhl1593 { + if yyj1593 >= l { break } } else { @@ -21893,10 +21948,10 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1588Slc = r.DecodeBytes(yys1588Slc, true, true) - yys1588 := string(yys1588Slc) + yys1593Slc = r.DecodeBytes(yys1593Slc, true, true) + yys1593 := string(yys1593Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1588 { + switch yys1593 { case "reason": if r.TryDecodeAsNil() { x.Reason = "" @@ -21910,9 +21965,9 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromMap(l int, d *codec1978.Decod x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1588) - } // end switch yys1588 - } // end for yyj1588 + z.DecStructFieldNotFound(-1, yys1593) + } // end switch yys1593 + } // end for yyj1593 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -21920,16 +21975,16 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1591 int - var yyb1591 bool - var yyhl1591 bool = l >= 0 - yyj1591++ - if yyhl1591 { - yyb1591 = yyj1591 > l + var yyj1596 int + var yyb1596 bool + var yyhl1596 bool = l >= 0 + yyj1596++ + if yyhl1596 { + yyb1596 = yyj1596 > l } else { - yyb1591 = r.CheckBreak() + yyb1596 = r.CheckBreak() } - if yyb1591 { + if yyb1596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21939,13 +21994,13 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Reason = string(r.DecodeString()) } - yyj1591++ - if yyhl1591 { - yyb1591 = yyj1591 > l + yyj1596++ + if yyhl1596 { + yyb1596 = yyj1596 > l } else { - yyb1591 = r.CheckBreak() + yyb1596 = r.CheckBreak() } - if yyb1591 { + if yyb1596 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -21956,17 +22011,17 @@ func (x *ContainerStateWaiting) codecDecodeSelfFromArray(l int, d *codec1978.Dec x.Message = string(r.DecodeString()) } for { - yyj1591++ - if yyhl1591 { - yyb1591 = yyj1591 > l + yyj1596++ + if yyhl1596 { + yyb1596 = yyj1596 > l } else { - yyb1591 = r.CheckBreak() + yyb1596 = r.CheckBreak() } - if yyb1591 { + if yyb1596 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1591-1, "") + z.DecStructFieldNotFound(yyj1596-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -21978,68 +22033,68 @@ func (x *ContainerStateRunning) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1594 := z.EncBinary() - _ = yym1594 + yym1599 := z.EncBinary() + _ = yym1599 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1595 := !z.EncBinary() - yy2arr1595 := z.EncBasicHandle().StructToArray - var yyq1595 [1]bool - _, _, _ = yysep1595, yyq1595, yy2arr1595 - const yyr1595 bool = false - yyq1595[0] = true - var yynn1595 int - if yyr1595 || yy2arr1595 { + yysep1600 := !z.EncBinary() + yy2arr1600 := z.EncBasicHandle().StructToArray + var yyq1600 [1]bool + _, _, _ = yysep1600, yyq1600, yy2arr1600 + const yyr1600 bool = false + yyq1600[0] = true + var yynn1600 int + if yyr1600 || yy2arr1600 { r.EncodeArrayStart(1) } else { - yynn1595 = 0 - for _, b := range yyq1595 { + yynn1600 = 0 + for _, b := range yyq1600 { if b { - yynn1595++ + yynn1600++ } } - r.EncodeMapStart(yynn1595) - yynn1595 = 0 + r.EncodeMapStart(yynn1600) + yynn1600 = 0 } - if yyr1595 || yy2arr1595 { + if yyr1600 || yy2arr1600 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1595[0] { - yy1597 := &x.StartedAt - yym1598 := z.EncBinary() - _ = yym1598 + if yyq1600[0] { + yy1602 := &x.StartedAt + yym1603 := z.EncBinary() + _ = yym1603 if false { - } else if z.HasExtensions() && z.EncExt(yy1597) { - } else if yym1598 { - z.EncBinaryMarshal(yy1597) - } else if !yym1598 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1597) + } else if z.HasExtensions() && z.EncExt(yy1602) { + } else if yym1603 { + z.EncBinaryMarshal(yy1602) + } else if !yym1603 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1602) } else { - z.EncFallback(yy1597) + z.EncFallback(yy1602) } } else { r.EncodeNil() } } else { - if yyq1595[0] { + if yyq1600[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1599 := &x.StartedAt - yym1600 := z.EncBinary() - _ = yym1600 + yy1604 := &x.StartedAt + yym1605 := z.EncBinary() + _ = yym1605 if false { - } else if z.HasExtensions() && z.EncExt(yy1599) { - } else if yym1600 { - z.EncBinaryMarshal(yy1599) - } else if !yym1600 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1599) + } else if z.HasExtensions() && z.EncExt(yy1604) { + } else if yym1605 { + z.EncBinaryMarshal(yy1604) + } else if !yym1605 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1604) } else { - z.EncFallback(yy1599) + z.EncFallback(yy1604) } } } - if yyr1595 || yy2arr1595 { + if yyr1600 || yy2arr1600 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22052,25 +22107,25 @@ func (x *ContainerStateRunning) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1601 := z.DecBinary() - _ = yym1601 + yym1606 := z.DecBinary() + _ = yym1606 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1602 := r.ContainerType() - if yyct1602 == codecSelferValueTypeMap1234 { - yyl1602 := r.ReadMapStart() - if yyl1602 == 0 { + yyct1607 := r.ContainerType() + if yyct1607 == codecSelferValueTypeMap1234 { + yyl1607 := r.ReadMapStart() + if yyl1607 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1602, d) + x.codecDecodeSelfFromMap(yyl1607, d) } - } else if yyct1602 == codecSelferValueTypeArray1234 { - yyl1602 := r.ReadArrayStart() - if yyl1602 == 0 { + } else if yyct1607 == codecSelferValueTypeArray1234 { + yyl1607 := r.ReadArrayStart() + if yyl1607 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1602, d) + x.codecDecodeSelfFromArray(yyl1607, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22082,12 +22137,12 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1603Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1603Slc - var yyhl1603 bool = l >= 0 - for yyj1603 := 0; ; yyj1603++ { - if yyhl1603 { - if yyj1603 >= l { + var yys1608Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1608Slc + var yyhl1608 bool = l >= 0 + for yyj1608 := 0; ; yyj1608++ { + if yyhl1608 { + if yyj1608 >= l { break } } else { @@ -22096,31 +22151,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1603Slc = r.DecodeBytes(yys1603Slc, true, true) - yys1603 := string(yys1603Slc) + yys1608Slc = r.DecodeBytes(yys1608Slc, true, true) + yys1608 := string(yys1608Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1603 { + switch yys1608 { case "startedAt": if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1604 := &x.StartedAt - yym1605 := z.DecBinary() - _ = yym1605 + yyv1609 := &x.StartedAt + yym1610 := z.DecBinary() + _ = yym1610 if false { - } else if z.HasExtensions() && z.DecExt(yyv1604) { - } else if yym1605 { - z.DecBinaryUnmarshal(yyv1604) - } else if !yym1605 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1604) + } else if z.HasExtensions() && z.DecExt(yyv1609) { + } else if yym1610 { + z.DecBinaryUnmarshal(yyv1609) + } else if !yym1610 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1609) } else { - z.DecFallback(yyv1604, false) + z.DecFallback(yyv1609, false) } } default: - z.DecStructFieldNotFound(-1, yys1603) - } // end switch yys1603 - } // end for yyj1603 + z.DecStructFieldNotFound(-1, yys1608) + } // end switch yys1608 + } // end for yyj1608 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22128,16 +22183,16 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1606 int - var yyb1606 bool - var yyhl1606 bool = l >= 0 - yyj1606++ - if yyhl1606 { - yyb1606 = yyj1606 > l + var yyj1611 int + var yyb1611 bool + var yyhl1611 bool = l >= 0 + yyj1611++ + if yyhl1611 { + yyb1611 = yyj1611 > l } else { - yyb1606 = r.CheckBreak() + yyb1611 = r.CheckBreak() } - if yyb1606 { + if yyb1611 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22145,31 +22200,31 @@ func (x *ContainerStateRunning) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1607 := &x.StartedAt - yym1608 := z.DecBinary() - _ = yym1608 + yyv1612 := &x.StartedAt + yym1613 := z.DecBinary() + _ = yym1613 if false { - } else if z.HasExtensions() && z.DecExt(yyv1607) { - } else if yym1608 { - z.DecBinaryUnmarshal(yyv1607) - } else if !yym1608 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1607) + } else if z.HasExtensions() && z.DecExt(yyv1612) { + } else if yym1613 { + z.DecBinaryUnmarshal(yyv1612) + } else if !yym1613 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1612) } else { - z.DecFallback(yyv1607, false) + z.DecFallback(yyv1612, false) } } for { - yyj1606++ - if yyhl1606 { - yyb1606 = yyj1606 > l + yyj1611++ + if yyhl1611 { + yyb1611 = yyj1611 > l } else { - yyb1606 = r.CheckBreak() + yyb1611 = r.CheckBreak() } - if yyb1606 { + if yyb1611 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1606-1, "") + z.DecStructFieldNotFound(yyj1611-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22181,39 +22236,39 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1609 := z.EncBinary() - _ = yym1609 + yym1614 := z.EncBinary() + _ = yym1614 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1610 := !z.EncBinary() - yy2arr1610 := z.EncBasicHandle().StructToArray - var yyq1610 [7]bool - _, _, _ = yysep1610, yyq1610, yy2arr1610 - const yyr1610 bool = false - yyq1610[1] = x.Signal != 0 - yyq1610[2] = x.Reason != "" - yyq1610[3] = x.Message != "" - yyq1610[4] = true - yyq1610[5] = true - yyq1610[6] = x.ContainerID != "" - var yynn1610 int - if yyr1610 || yy2arr1610 { + yysep1615 := !z.EncBinary() + yy2arr1615 := z.EncBasicHandle().StructToArray + var yyq1615 [7]bool + _, _, _ = yysep1615, yyq1615, yy2arr1615 + const yyr1615 bool = false + yyq1615[1] = x.Signal != 0 + yyq1615[2] = x.Reason != "" + yyq1615[3] = x.Message != "" + yyq1615[4] = true + yyq1615[5] = true + yyq1615[6] = x.ContainerID != "" + var yynn1615 int + if yyr1615 || yy2arr1615 { r.EncodeArrayStart(7) } else { - yynn1610 = 1 - for _, b := range yyq1610 { + yynn1615 = 1 + for _, b := range yyq1615 { if b { - yynn1610++ + yynn1615++ } } - r.EncodeMapStart(yynn1610) - yynn1610 = 0 + r.EncodeMapStart(yynn1615) + yynn1615 = 0 } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1612 := z.EncBinary() - _ = yym1612 + yym1617 := z.EncBinary() + _ = yym1617 if false { } else { r.EncodeInt(int64(x.ExitCode)) @@ -22222,18 +22277,18 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exitCode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1613 := z.EncBinary() - _ = yym1613 + yym1618 := z.EncBinary() + _ = yym1618 if false { } else { r.EncodeInt(int64(x.ExitCode)) } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[1] { - yym1615 := z.EncBinary() - _ = yym1615 + if yyq1615[1] { + yym1620 := z.EncBinary() + _ = yym1620 if false { } else { r.EncodeInt(int64(x.Signal)) @@ -22242,23 +22297,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq1610[1] { + if yyq1615[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("signal")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1616 := z.EncBinary() - _ = yym1616 + yym1621 := z.EncBinary() + _ = yym1621 if false { } else { r.EncodeInt(int64(x.Signal)) } } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[2] { - yym1618 := z.EncBinary() - _ = yym1618 + if yyq1615[2] { + yym1623 := z.EncBinary() + _ = yym1623 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -22267,23 +22322,23 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1610[2] { + if yyq1615[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1619 := z.EncBinary() - _ = yym1619 + yym1624 := z.EncBinary() + _ = yym1624 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[3] { - yym1621 := z.EncBinary() - _ = yym1621 + if yyq1615[3] { + yym1626 := z.EncBinary() + _ = yym1626 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -22292,59 +22347,22 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1610[3] { + if yyq1615[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1622 := z.EncBinary() - _ = yym1622 + yym1627 := z.EncBinary() + _ = yym1627 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[4] { - yy1624 := &x.StartedAt - yym1625 := z.EncBinary() - _ = yym1625 - if false { - } else if z.HasExtensions() && z.EncExt(yy1624) { - } else if yym1625 { - z.EncBinaryMarshal(yy1624) - } else if !yym1625 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1624) - } else { - z.EncFallback(yy1624) - } - } else { - r.EncodeNil() - } - } else { - if yyq1610[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("startedAt")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1626 := &x.StartedAt - yym1627 := z.EncBinary() - _ = yym1627 - if false { - } else if z.HasExtensions() && z.EncExt(yy1626) { - } else if yym1627 { - z.EncBinaryMarshal(yy1626) - } else if !yym1627 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1626) - } else { - z.EncFallback(yy1626) - } - } - } - if yyr1610 || yy2arr1610 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[5] { - yy1629 := &x.FinishedAt + if yyq1615[4] { + yy1629 := &x.StartedAt yym1630 := z.EncBinary() _ = yym1630 if false { @@ -22360,11 +22378,11 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1610[5] { + if yyq1615[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + r.EncodeString(codecSelferC_UTF81234, string("startedAt")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1631 := &x.FinishedAt + yy1631 := &x.StartedAt yym1632 := z.EncBinary() _ = yym1632 if false { @@ -22378,11 +22396,48 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1610[6] { - yym1634 := z.EncBinary() - _ = yym1634 + if yyq1615[5] { + yy1634 := &x.FinishedAt + yym1635 := z.EncBinary() + _ = yym1635 + if false { + } else if z.HasExtensions() && z.EncExt(yy1634) { + } else if yym1635 { + z.EncBinaryMarshal(yy1634) + } else if !yym1635 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1634) + } else { + z.EncFallback(yy1634) + } + } else { + r.EncodeNil() + } + } else { + if yyq1615[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("finishedAt")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1636 := &x.FinishedAt + yym1637 := z.EncBinary() + _ = yym1637 + if false { + } else if z.HasExtensions() && z.EncExt(yy1636) { + } else if yym1637 { + z.EncBinaryMarshal(yy1636) + } else if !yym1637 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1636) + } else { + z.EncFallback(yy1636) + } + } + } + if yyr1615 || yy2arr1615 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1615[6] { + yym1639 := z.EncBinary() + _ = yym1639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -22391,19 +22446,19 @@ func (x *ContainerStateTerminated) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1610[6] { + if yyq1615[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1635 := z.EncBinary() - _ = yym1635 + yym1640 := z.EncBinary() + _ = yym1640 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1610 || yy2arr1610 { + if yyr1615 || yy2arr1615 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22416,25 +22471,25 @@ func (x *ContainerStateTerminated) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1636 := z.DecBinary() - _ = yym1636 + yym1641 := z.DecBinary() + _ = yym1641 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1637 := r.ContainerType() - if yyct1637 == codecSelferValueTypeMap1234 { - yyl1637 := r.ReadMapStart() - if yyl1637 == 0 { + yyct1642 := r.ContainerType() + if yyct1642 == codecSelferValueTypeMap1234 { + yyl1642 := r.ReadMapStart() + if yyl1642 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1637, d) + x.codecDecodeSelfFromMap(yyl1642, d) } - } else if yyct1637 == codecSelferValueTypeArray1234 { - yyl1637 := r.ReadArrayStart() - if yyl1637 == 0 { + } else if yyct1642 == codecSelferValueTypeArray1234 { + yyl1642 := r.ReadArrayStart() + if yyl1642 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1637, d) + x.codecDecodeSelfFromArray(yyl1642, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -22446,12 +22501,12 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1638Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1638Slc - var yyhl1638 bool = l >= 0 - for yyj1638 := 0; ; yyj1638++ { - if yyhl1638 { - if yyj1638 >= l { + var yys1643Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1643Slc + var yyhl1643 bool = l >= 0 + for yyj1643 := 0; ; yyj1643++ { + if yyhl1643 { + if yyj1643 >= l { break } } else { @@ -22460,10 +22515,10 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1638Slc = r.DecodeBytes(yys1638Slc, true, true) - yys1638 := string(yys1638Slc) + yys1643Slc = r.DecodeBytes(yys1643Slc, true, true) + yys1643 := string(yys1643Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1638 { + switch yys1643 { case "exitCode": if r.TryDecodeAsNil() { x.ExitCode = 0 @@ -22492,34 +22547,34 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1643 := &x.StartedAt - yym1644 := z.DecBinary() - _ = yym1644 + yyv1648 := &x.StartedAt + yym1649 := z.DecBinary() + _ = yym1649 if false { - } else if z.HasExtensions() && z.DecExt(yyv1643) { - } else if yym1644 { - z.DecBinaryUnmarshal(yyv1643) - } else if !yym1644 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1643) + } else if z.HasExtensions() && z.DecExt(yyv1648) { + } else if yym1649 { + z.DecBinaryUnmarshal(yyv1648) + } else if !yym1649 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1648) } else { - z.DecFallback(yyv1643, false) + z.DecFallback(yyv1648, false) } } case "finishedAt": if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1645 := &x.FinishedAt - yym1646 := z.DecBinary() - _ = yym1646 + yyv1650 := &x.FinishedAt + yym1651 := z.DecBinary() + _ = yym1651 if false { - } else if z.HasExtensions() && z.DecExt(yyv1645) { - } else if yym1646 { - z.DecBinaryUnmarshal(yyv1645) - } else if !yym1646 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1645) + } else if z.HasExtensions() && z.DecExt(yyv1650) { + } else if yym1651 { + z.DecBinaryUnmarshal(yyv1650) + } else if !yym1651 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1650) } else { - z.DecFallback(yyv1645, false) + z.DecFallback(yyv1650, false) } } case "containerID": @@ -22529,9 +22584,9 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromMap(l int, d *codec1978.De x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1638) - } // end switch yys1638 - } // end for yyj1638 + z.DecStructFieldNotFound(-1, yys1643) + } // end switch yys1643 + } // end for yyj1643 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -22539,16 +22594,16 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1648 int - var yyb1648 bool - var yyhl1648 bool = l >= 0 - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + var yyj1653 int + var yyb1653 bool + var yyhl1653 bool = l >= 0 + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22558,13 +22613,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.ExitCode = int32(r.DecodeInt(32)) } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22574,13 +22629,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Signal = int32(r.DecodeInt(32)) } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22590,13 +22645,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Reason = string(r.DecodeString()) } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22606,13 +22661,13 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. } else { x.Message = string(r.DecodeString()) } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22620,26 +22675,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.StartedAt = pkg2_unversioned.Time{} } else { - yyv1653 := &x.StartedAt - yym1654 := z.DecBinary() - _ = yym1654 + yyv1658 := &x.StartedAt + yym1659 := z.DecBinary() + _ = yym1659 if false { - } else if z.HasExtensions() && z.DecExt(yyv1653) { - } else if yym1654 { - z.DecBinaryUnmarshal(yyv1653) - } else if !yym1654 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1653) + } else if z.HasExtensions() && z.DecExt(yyv1658) { + } else if yym1659 { + z.DecBinaryUnmarshal(yyv1658) + } else if !yym1659 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1658) } else { - z.DecFallback(yyv1653, false) + z.DecFallback(yyv1658, false) } } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22647,26 +22702,26 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. if r.TryDecodeAsNil() { x.FinishedAt = pkg2_unversioned.Time{} } else { - yyv1655 := &x.FinishedAt - yym1656 := z.DecBinary() - _ = yym1656 + yyv1660 := &x.FinishedAt + yym1661 := z.DecBinary() + _ = yym1661 if false { - } else if z.HasExtensions() && z.DecExt(yyv1655) { - } else if yym1656 { - z.DecBinaryUnmarshal(yyv1655) - } else if !yym1656 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1655) + } else if z.HasExtensions() && z.DecExt(yyv1660) { + } else if yym1661 { + z.DecBinaryUnmarshal(yyv1660) + } else if !yym1661 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1660) } else { - z.DecFallback(yyv1655, false) + z.DecFallback(yyv1660, false) } } - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22677,17 +22732,17 @@ func (x *ContainerStateTerminated) codecDecodeSelfFromArray(l int, d *codec1978. x.ContainerID = string(r.DecodeString()) } for { - yyj1648++ - if yyhl1648 { - yyb1648 = yyj1648 > l + yyj1653++ + if yyhl1653 { + yyb1653 = yyj1653 > l } else { - yyb1648 = r.CheckBreak() + yyb1653 = r.CheckBreak() } - if yyb1648 { + if yyb1653 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1648-1, "") + z.DecStructFieldNotFound(yyj1653-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22699,35 +22754,35 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1658 := z.EncBinary() - _ = yym1658 + yym1663 := z.EncBinary() + _ = yym1663 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1659 := !z.EncBinary() - yy2arr1659 := z.EncBasicHandle().StructToArray - var yyq1659 [3]bool - _, _, _ = yysep1659, yyq1659, yy2arr1659 - const yyr1659 bool = false - yyq1659[0] = x.Waiting != nil - yyq1659[1] = x.Running != nil - yyq1659[2] = x.Terminated != nil - var yynn1659 int - if yyr1659 || yy2arr1659 { + yysep1664 := !z.EncBinary() + yy2arr1664 := z.EncBasicHandle().StructToArray + var yyq1664 [3]bool + _, _, _ = yysep1664, yyq1664, yy2arr1664 + const yyr1664 bool = false + yyq1664[0] = x.Waiting != nil + yyq1664[1] = x.Running != nil + yyq1664[2] = x.Terminated != nil + var yynn1664 int + if yyr1664 || yy2arr1664 { r.EncodeArrayStart(3) } else { - yynn1659 = 0 - for _, b := range yyq1659 { + yynn1664 = 0 + for _, b := range yyq1664 { if b { - yynn1659++ + yynn1664++ } } - r.EncodeMapStart(yynn1659) - yynn1659 = 0 + r.EncodeMapStart(yynn1664) + yynn1664 = 0 } - if yyr1659 || yy2arr1659 { + if yyr1664 || yy2arr1664 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1659[0] { + if yyq1664[0] { if x.Waiting == nil { r.EncodeNil() } else { @@ -22737,7 +22792,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1659[0] { + if yyq1664[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("waiting")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22748,9 +22803,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1659 || yy2arr1659 { + if yyr1664 || yy2arr1664 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1659[1] { + if yyq1664[1] { if x.Running == nil { r.EncodeNil() } else { @@ -22760,7 +22815,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1659[1] { + if yyq1664[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("running")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22771,9 +22826,9 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1659 || yy2arr1659 { + if yyr1664 || yy2arr1664 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1659[2] { + if yyq1664[2] { if x.Terminated == nil { r.EncodeNil() } else { @@ -22783,7 +22838,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1659[2] { + if yyq1664[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("terminated")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -22794,7 +22849,7 @@ func (x *ContainerState) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1659 || yy2arr1659 { + if yyr1664 || yy2arr1664 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -22807,25 +22862,25 @@ func (x *ContainerState) 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) @@ -22837,12 +22892,12 @@ func (x *ContainerState) 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 { @@ -22851,10 +22906,10 @@ func (x *ContainerState) 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 "waiting": if r.TryDecodeAsNil() { if x.Waiting != nil { @@ -22889,9 +22944,9 @@ func (x *ContainerState) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Terminated.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) } @@ -22899,16 +22954,16 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1669 int - var yyb1669 bool - var yyhl1669 bool = l >= 0 - yyj1669++ - if yyhl1669 { - yyb1669 = yyj1669 > l + var yyj1674 int + var yyb1674 bool + var yyhl1674 bool = l >= 0 + yyj1674++ + if yyhl1674 { + yyb1674 = yyj1674 > l } else { - yyb1669 = r.CheckBreak() + yyb1674 = r.CheckBreak() } - if yyb1669 { + if yyb1674 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22923,13 +22978,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Waiting.CodecDecodeSelf(d) } - yyj1669++ - if yyhl1669 { - yyb1669 = yyj1669 > l + yyj1674++ + if yyhl1674 { + yyb1674 = yyj1674 > l } else { - yyb1669 = r.CheckBreak() + yyb1674 = r.CheckBreak() } - if yyb1669 { + if yyb1674 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22944,13 +22999,13 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Running.CodecDecodeSelf(d) } - yyj1669++ - if yyhl1669 { - yyb1669 = yyj1669 > l + yyj1674++ + if yyhl1674 { + yyb1674 = yyj1674 > l } else { - yyb1669 = r.CheckBreak() + yyb1674 = r.CheckBreak() } - if yyb1669 { + if yyb1674 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -22966,17 +23021,17 @@ func (x *ContainerState) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Terminated.CodecDecodeSelf(d) } for { - yyj1669++ - if yyhl1669 { - yyb1669 = yyj1669 > l + yyj1674++ + if yyhl1674 { + yyb1674 = yyj1674 > l } else { - yyb1669 = r.CheckBreak() + yyb1674 = r.CheckBreak() } - if yyb1669 { + if yyb1674 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1669-1, "") + z.DecStructFieldNotFound(yyj1674-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -22988,36 +23043,36 @@ func (x *ContainerStatus) 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 [8]bool - _, _, _ = yysep1674, yyq1674, yy2arr1674 - const yyr1674 bool = false - yyq1674[1] = true - yyq1674[2] = true - yyq1674[7] = x.ContainerID != "" - var yynn1674 int - if yyr1674 || yy2arr1674 { + yysep1679 := !z.EncBinary() + yy2arr1679 := z.EncBasicHandle().StructToArray + var yyq1679 [8]bool + _, _, _ = yysep1679, yyq1679, yy2arr1679 + const yyr1679 bool = false + yyq1679[1] = true + yyq1679[2] = true + yyq1679[7] = x.ContainerID != "" + var yynn1679 int + if yyr1679 || yy2arr1679 { r.EncodeArrayStart(8) } else { - yynn1674 = 5 - for _, b := range yyq1674 { + yynn1679 = 5 + 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) - yym1676 := z.EncBinary() - _ = yym1676 + yym1681 := z.EncBinary() + _ = yym1681 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -23026,51 +23081,51 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1677 := z.EncBinary() - _ = yym1677 + yym1682 := z.EncBinary() + _ = yym1682 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[1] { - yy1679 := &x.State - yy1679.CodecEncodeSelf(e) + if yyq1679[1] { + yy1684 := &x.State + yy1684.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1674[1] { + if yyq1679[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("state")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1680 := &x.State - yy1680.CodecEncodeSelf(e) + yy1685 := &x.State + yy1685.CodecEncodeSelf(e) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[2] { - yy1682 := &x.LastTerminationState - yy1682.CodecEncodeSelf(e) + if yyq1679[2] { + yy1687 := &x.LastTerminationState + yy1687.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq1674[2] { + if yyq1679[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("lastState")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1683 := &x.LastTerminationState - yy1683.CodecEncodeSelf(e) + yy1688 := &x.LastTerminationState + yy1688.CodecEncodeSelf(e) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1685 := z.EncBinary() - _ = yym1685 + yym1690 := z.EncBinary() + _ = yym1690 if false { } else { r.EncodeBool(bool(x.Ready)) @@ -23079,17 +23134,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ready")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1686 := z.EncBinary() - _ = yym1686 + yym1691 := z.EncBinary() + _ = yym1691 if false { } else { r.EncodeBool(bool(x.Ready)) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1688 := z.EncBinary() - _ = yym1688 + yym1693 := z.EncBinary() + _ = yym1693 if false { } else { r.EncodeInt(int64(x.RestartCount)) @@ -23098,17 +23153,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartCount")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1689 := z.EncBinary() - _ = yym1689 + yym1694 := z.EncBinary() + _ = yym1694 if false { } else { r.EncodeInt(int64(x.RestartCount)) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1691 := z.EncBinary() - _ = yym1691 + yym1696 := z.EncBinary() + _ = yym1696 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) @@ -23117,17 +23172,17 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("image")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1692 := z.EncBinary() - _ = yym1692 + yym1697 := z.EncBinary() + _ = yym1697 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Image)) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1694 := z.EncBinary() - _ = yym1694 + yym1699 := z.EncBinary() + _ = yym1699 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) @@ -23136,18 +23191,18 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imageID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1695 := z.EncBinary() - _ = yym1695 + yym1700 := z.EncBinary() + _ = yym1700 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ImageID)) } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1674[7] { - yym1697 := z.EncBinary() - _ = yym1697 + if yyq1679[7] { + yym1702 := z.EncBinary() + _ = yym1702 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) @@ -23156,19 +23211,19 @@ func (x *ContainerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1674[7] { + if yyq1679[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1698 := z.EncBinary() - _ = yym1698 + yym1703 := z.EncBinary() + _ = yym1703 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerID)) } } } - if yyr1674 || yy2arr1674 { + if yyr1679 || yy2arr1679 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23181,25 +23236,25 @@ func (x *ContainerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1699 := z.DecBinary() - _ = yym1699 + yym1704 := z.DecBinary() + _ = yym1704 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1700 := r.ContainerType() - if yyct1700 == codecSelferValueTypeMap1234 { - yyl1700 := r.ReadMapStart() - if yyl1700 == 0 { + yyct1705 := r.ContainerType() + if yyct1705 == codecSelferValueTypeMap1234 { + yyl1705 := r.ReadMapStart() + if yyl1705 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1700, d) + x.codecDecodeSelfFromMap(yyl1705, d) } - } else if yyct1700 == codecSelferValueTypeArray1234 { - yyl1700 := r.ReadArrayStart() - if yyl1700 == 0 { + } else if yyct1705 == codecSelferValueTypeArray1234 { + yyl1705 := r.ReadArrayStart() + if yyl1705 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1700, d) + x.codecDecodeSelfFromArray(yyl1705, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23211,12 +23266,12 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1701Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1701Slc - var yyhl1701 bool = l >= 0 - for yyj1701 := 0; ; yyj1701++ { - if yyhl1701 { - if yyj1701 >= l { + var yys1706Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1706Slc + var yyhl1706 bool = l >= 0 + for yyj1706 := 0; ; yyj1706++ { + if yyhl1706 { + if yyj1706 >= l { break } } else { @@ -23225,10 +23280,10 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1701Slc = r.DecodeBytes(yys1701Slc, true, true) - yys1701 := string(yys1701Slc) + yys1706Slc = r.DecodeBytes(yys1706Slc, true, true) + yys1706 := string(yys1706Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1701 { + switch yys1706 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -23239,15 +23294,15 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1703 := &x.State - yyv1703.CodecDecodeSelf(d) + yyv1708 := &x.State + yyv1708.CodecDecodeSelf(d) } case "lastState": if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1704 := &x.LastTerminationState - yyv1704.CodecDecodeSelf(d) + yyv1709 := &x.LastTerminationState + yyv1709.CodecDecodeSelf(d) } case "ready": if r.TryDecodeAsNil() { @@ -23280,9 +23335,9 @@ func (x *ContainerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ContainerID = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1701) - } // end switch yys1701 - } // end for yyj1701 + z.DecStructFieldNotFound(-1, yys1706) + } // end switch yys1706 + } // end for yyj1706 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23290,16 +23345,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1710 int - var yyb1710 bool - var yyhl1710 bool = l >= 0 - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + var yyj1715 int + var yyb1715 bool + var yyhl1715 bool = l >= 0 + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23309,13 +23364,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23323,16 +23378,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.State = ContainerState{} } else { - yyv1712 := &x.State - yyv1712.CodecDecodeSelf(d) + yyv1717 := &x.State + yyv1717.CodecDecodeSelf(d) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23340,16 +23395,16 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.LastTerminationState = ContainerState{} } else { - yyv1713 := &x.LastTerminationState - yyv1713.CodecDecodeSelf(d) + yyv1718 := &x.LastTerminationState + yyv1718.CodecDecodeSelf(d) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23359,13 +23414,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Ready = bool(r.DecodeBool()) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23375,13 +23430,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.RestartCount = int32(r.DecodeInt(32)) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23391,13 +23446,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Image = string(r.DecodeString()) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23407,13 +23462,13 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ImageID = string(r.DecodeString()) } - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23424,17 +23479,17 @@ func (x *ContainerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.ContainerID = string(r.DecodeString()) } for { - yyj1710++ - if yyhl1710 { - yyb1710 = yyj1710 > l + yyj1715++ + if yyhl1715 { + yyb1715 = yyj1715 > l } else { - yyb1710 = r.CheckBreak() + yyb1715 = r.CheckBreak() } - if yyb1710 { + if yyb1715 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1710-1, "") + z.DecStructFieldNotFound(yyj1715-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23443,8 +23498,8 @@ func (x PodPhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1719 := z.EncBinary() - _ = yym1719 + yym1724 := z.EncBinary() + _ = yym1724 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23456,8 +23511,8 @@ func (x *PodPhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1720 := z.DecBinary() - _ = yym1720 + yym1725 := z.DecBinary() + _ = yym1725 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23469,8 +23524,8 @@ func (x PodConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1721 := z.EncBinary() - _ = yym1721 + yym1726 := z.EncBinary() + _ = yym1726 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23482,8 +23537,8 @@ func (x *PodConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1722 := z.DecBinary() - _ = yym1722 + yym1727 := z.DecBinary() + _ = yym1727 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23498,34 +23553,34 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1723 := z.EncBinary() - _ = yym1723 + yym1728 := z.EncBinary() + _ = yym1728 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1724 := !z.EncBinary() - yy2arr1724 := z.EncBasicHandle().StructToArray - var yyq1724 [6]bool - _, _, _ = yysep1724, yyq1724, yy2arr1724 - const yyr1724 bool = false - yyq1724[2] = true - yyq1724[3] = true - yyq1724[4] = x.Reason != "" - yyq1724[5] = x.Message != "" - var yynn1724 int - if yyr1724 || yy2arr1724 { + yysep1729 := !z.EncBinary() + yy2arr1729 := z.EncBasicHandle().StructToArray + var yyq1729 [6]bool + _, _, _ = yysep1729, yyq1729, yy2arr1729 + const yyr1729 bool = false + yyq1729[2] = true + yyq1729[3] = true + yyq1729[4] = x.Reason != "" + yyq1729[5] = x.Message != "" + var yynn1729 int + if yyr1729 || yy2arr1729 { r.EncodeArrayStart(6) } else { - yynn1724 = 2 - for _, b := range yyq1724 { + yynn1729 = 2 + for _, b := range yyq1729 { if b { - yynn1724++ + yynn1729++ } } - r.EncodeMapStart(yynn1724) - yynn1724 = 0 + r.EncodeMapStart(yynn1729) + yynn1729 = 0 } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -23534,7 +23589,7 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -23543,47 +23598,10 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[2] { - yy1728 := &x.LastProbeTime - yym1729 := z.EncBinary() - _ = yym1729 - if false { - } else if z.HasExtensions() && z.EncExt(yy1728) { - } else if yym1729 { - z.EncBinaryMarshal(yy1728) - } else if !yym1729 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1728) - } else { - z.EncFallback(yy1728) - } - } else { - r.EncodeNil() - } - } else { - if yyq1724[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1730 := &x.LastProbeTime - yym1731 := z.EncBinary() - _ = yym1731 - if false { - } else if z.HasExtensions() && z.EncExt(yy1730) { - } else if yym1731 { - z.EncBinaryMarshal(yy1730) - } else if !yym1731 && z.IsJSONHandle() { - z.EncJSONMarshal(yy1730) - } else { - z.EncFallback(yy1730) - } - } - } - if yyr1724 || yy2arr1724 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[3] { - yy1733 := &x.LastTransitionTime + if yyq1729[2] { + yy1733 := &x.LastProbeTime yym1734 := z.EncBinary() _ = yym1734 if false { @@ -23599,11 +23617,11 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1724[3] { + if yyq1729[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastProbeTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1735 := &x.LastTransitionTime + yy1735 := &x.LastProbeTime yym1736 := z.EncBinary() _ = yym1736 if false { @@ -23617,36 +23635,73 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[4] { - yym1738 := z.EncBinary() - _ = yym1738 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1724[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq1729[3] { + yy1738 := &x.LastTransitionTime yym1739 := z.EncBinary() _ = yym1739 if false { + } else if z.HasExtensions() && z.EncExt(yy1738) { + } else if yym1739 { + z.EncBinaryMarshal(yy1738) + } else if !yym1739 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1738) + } else { + z.EncFallback(yy1738) + } + } else { + r.EncodeNil() + } + } else { + if yyq1729[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy1740 := &x.LastTransitionTime + yym1741 := z.EncBinary() + _ = yym1741 + if false { + } else if z.HasExtensions() && z.EncExt(yy1740) { + } else if yym1741 { + z.EncBinaryMarshal(yy1740) + } else if !yym1741 && z.IsJSONHandle() { + z.EncJSONMarshal(yy1740) + } else { + z.EncFallback(yy1740) + } + } + } + if yyr1729 || yy2arr1729 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1729[4] { + yym1743 := z.EncBinary() + _ = yym1743 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1729[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym1744 := z.EncBinary() + _ = yym1744 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1724[5] { - yym1741 := z.EncBinary() - _ = yym1741 + if yyq1729[5] { + yym1746 := z.EncBinary() + _ = yym1746 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -23655,19 +23710,19 @@ func (x *PodCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1724[5] { + if yyq1729[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1742 := z.EncBinary() - _ = yym1742 + yym1747 := z.EncBinary() + _ = yym1747 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr1724 || yy2arr1724 { + if yyr1729 || yy2arr1729 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -23680,25 +23735,25 @@ func (x *PodCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1743 := z.DecBinary() - _ = yym1743 + yym1748 := z.DecBinary() + _ = yym1748 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1744 := r.ContainerType() - if yyct1744 == codecSelferValueTypeMap1234 { - yyl1744 := r.ReadMapStart() - if yyl1744 == 0 { + yyct1749 := r.ContainerType() + if yyct1749 == codecSelferValueTypeMap1234 { + yyl1749 := r.ReadMapStart() + if yyl1749 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1744, d) + x.codecDecodeSelfFromMap(yyl1749, d) } - } else if yyct1744 == codecSelferValueTypeArray1234 { - yyl1744 := r.ReadArrayStart() - if yyl1744 == 0 { + } else if yyct1749 == codecSelferValueTypeArray1234 { + yyl1749 := r.ReadArrayStart() + if yyl1749 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1744, d) + x.codecDecodeSelfFromArray(yyl1749, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -23710,12 +23765,12 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1745Slc - var yyhl1745 bool = l >= 0 - for yyj1745 := 0; ; yyj1745++ { - if yyhl1745 { - if yyj1745 >= l { + var yys1750Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1750Slc + var yyhl1750 bool = l >= 0 + for yyj1750 := 0; ; yyj1750++ { + if yyhl1750 { + if yyj1750 >= l { break } } else { @@ -23724,10 +23779,10 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1745Slc = r.DecodeBytes(yys1745Slc, true, true) - yys1745 := string(yys1745Slc) + yys1750Slc = r.DecodeBytes(yys1750Slc, true, true) + yys1750 := string(yys1750Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1745 { + switch yys1750 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -23744,34 +23799,34 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1748 := &x.LastProbeTime - yym1749 := z.DecBinary() - _ = yym1749 + yyv1753 := &x.LastProbeTime + yym1754 := z.DecBinary() + _ = yym1754 if false { - } else if z.HasExtensions() && z.DecExt(yyv1748) { - } else if yym1749 { - z.DecBinaryUnmarshal(yyv1748) - } else if !yym1749 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1748) + } else if z.HasExtensions() && z.DecExt(yyv1753) { + } else if yym1754 { + z.DecBinaryUnmarshal(yyv1753) + } else if !yym1754 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1753) } else { - z.DecFallback(yyv1748, false) + z.DecFallback(yyv1753, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1750 := &x.LastTransitionTime - yym1751 := z.DecBinary() - _ = yym1751 + yyv1755 := &x.LastTransitionTime + yym1756 := z.DecBinary() + _ = yym1756 if false { - } else if z.HasExtensions() && z.DecExt(yyv1750) { - } else if yym1751 { - z.DecBinaryUnmarshal(yyv1750) - } else if !yym1751 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1750) + } else if z.HasExtensions() && z.DecExt(yyv1755) { + } else if yym1756 { + z.DecBinaryUnmarshal(yyv1755) + } else if !yym1756 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1755) } else { - z.DecFallback(yyv1750, false) + z.DecFallback(yyv1755, false) } } case "reason": @@ -23787,9 +23842,9 @@ func (x *PodCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1745) - } // end switch yys1745 - } // end for yyj1745 + z.DecStructFieldNotFound(-1, yys1750) + } // end switch yys1750 + } // end for yyj1750 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -23797,16 +23852,16 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1754 int - var yyb1754 bool - var yyhl1754 bool = l >= 0 - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + var yyj1759 int + var yyb1759 bool + var yyhl1759 bool = l >= 0 + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23816,13 +23871,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = PodConditionType(r.DecodeString()) } - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23832,13 +23887,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23846,26 +23901,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastProbeTime = pkg2_unversioned.Time{} } else { - yyv1757 := &x.LastProbeTime - yym1758 := z.DecBinary() - _ = yym1758 + yyv1762 := &x.LastProbeTime + yym1763 := z.DecBinary() + _ = yym1763 if false { - } else if z.HasExtensions() && z.DecExt(yyv1757) { - } else if yym1758 { - z.DecBinaryUnmarshal(yyv1757) - } else if !yym1758 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1757) + } else if z.HasExtensions() && z.DecExt(yyv1762) { + } else if yym1763 { + z.DecBinaryUnmarshal(yyv1762) + } else if !yym1763 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1762) } else { - z.DecFallback(yyv1757, false) + z.DecFallback(yyv1762, false) } } - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23873,26 +23928,26 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv1759 := &x.LastTransitionTime - yym1760 := z.DecBinary() - _ = yym1760 + yyv1764 := &x.LastTransitionTime + yym1765 := z.DecBinary() + _ = yym1765 if false { - } else if z.HasExtensions() && z.DecExt(yyv1759) { - } else if yym1760 { - z.DecBinaryUnmarshal(yyv1759) - } else if !yym1760 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv1759) + } else if z.HasExtensions() && z.DecExt(yyv1764) { + } else if yym1765 { + z.DecBinaryUnmarshal(yyv1764) + } else if !yym1765 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv1764) } else { - z.DecFallback(yyv1759, false) + z.DecFallback(yyv1764, false) } } - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23902,13 +23957,13 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -23919,17 +23974,17 @@ func (x *PodCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj1754++ - if yyhl1754 { - yyb1754 = yyj1754 > l + yyj1759++ + if yyhl1759 { + yyb1759 = yyj1759 > l } else { - yyb1754 = r.CheckBreak() + yyb1759 = r.CheckBreak() } - if yyb1754 { + if yyb1759 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1754-1, "") + z.DecStructFieldNotFound(yyj1759-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -23938,8 +23993,8 @@ func (x RestartPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1763 := z.EncBinary() - _ = yym1763 + yym1768 := z.EncBinary() + _ = yym1768 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23951,8 +24006,8 @@ func (x *RestartPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1764 := z.DecBinary() - _ = yym1764 + yym1769 := z.DecBinary() + _ = yym1769 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23964,8 +24019,8 @@ func (x DNSPolicy) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1765 := z.EncBinary() - _ = yym1765 + yym1770 := z.EncBinary() + _ = yym1770 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -23977,8 +24032,8 @@ func (x *DNSPolicy) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1766 := z.DecBinary() - _ = yym1766 + yym1771 := z.DecBinary() + _ = yym1771 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -23993,36 +24048,36 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1767 := z.EncBinary() - _ = yym1767 + yym1772 := z.EncBinary() + _ = yym1772 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1768 := !z.EncBinary() - yy2arr1768 := z.EncBasicHandle().StructToArray - var yyq1768 [1]bool - _, _, _ = yysep1768, yyq1768, yy2arr1768 - const yyr1768 bool = false - var yynn1768 int - if yyr1768 || yy2arr1768 { + yysep1773 := !z.EncBinary() + yy2arr1773 := z.EncBasicHandle().StructToArray + var yyq1773 [1]bool + _, _, _ = yysep1773, yyq1773, yy2arr1773 + const yyr1773 bool = false + var yynn1773 int + if yyr1773 || yy2arr1773 { r.EncodeArrayStart(1) } else { - yynn1768 = 1 - for _, b := range yyq1768 { + yynn1773 = 1 + for _, b := range yyq1773 { if b { - yynn1768++ + yynn1773++ } } - r.EncodeMapStart(yynn1768) - yynn1768 = 0 + r.EncodeMapStart(yynn1773) + yynn1773 = 0 } - if yyr1768 || yy2arr1768 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1770 := z.EncBinary() - _ = yym1770 + yym1775 := z.EncBinary() + _ = yym1775 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) @@ -24035,15 +24090,15 @@ func (x *NodeSelector) CodecEncodeSelf(e *codec1978.Encoder) { if x.NodeSelectorTerms == nil { r.EncodeNil() } else { - yym1771 := z.EncBinary() - _ = yym1771 + yym1776 := z.EncBinary() + _ = yym1776 if false { } else { h.encSliceNodeSelectorTerm(([]NodeSelectorTerm)(x.NodeSelectorTerms), e) } } } - if yyr1768 || yy2arr1768 { + if yyr1773 || yy2arr1773 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24056,25 +24111,25 @@ func (x *NodeSelector) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1772 := z.DecBinary() - _ = yym1772 + yym1777 := z.DecBinary() + _ = yym1777 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1773 := r.ContainerType() - if yyct1773 == codecSelferValueTypeMap1234 { - yyl1773 := r.ReadMapStart() - if yyl1773 == 0 { + yyct1778 := r.ContainerType() + if yyct1778 == codecSelferValueTypeMap1234 { + yyl1778 := r.ReadMapStart() + if yyl1778 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1773, d) + x.codecDecodeSelfFromMap(yyl1778, d) } - } else if yyct1773 == codecSelferValueTypeArray1234 { - yyl1773 := r.ReadArrayStart() - if yyl1773 == 0 { + } else if yyct1778 == codecSelferValueTypeArray1234 { + yyl1778 := r.ReadArrayStart() + if yyl1778 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1773, d) + x.codecDecodeSelfFromArray(yyl1778, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24086,12 +24141,12 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1774Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1774Slc - var yyhl1774 bool = l >= 0 - for yyj1774 := 0; ; yyj1774++ { - if yyhl1774 { - if yyj1774 >= l { + var yys1779Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1779Slc + var yyhl1779 bool = l >= 0 + for yyj1779 := 0; ; yyj1779++ { + if yyhl1779 { + if yyj1779 >= l { break } } else { @@ -24100,26 +24155,26 @@ func (x *NodeSelector) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1774Slc = r.DecodeBytes(yys1774Slc, true, true) - yys1774 := string(yys1774Slc) + yys1779Slc = r.DecodeBytes(yys1779Slc, true, true) + yys1779 := string(yys1779Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1774 { + switch yys1779 { case "nodeSelectorTerms": if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1775 := &x.NodeSelectorTerms - yym1776 := z.DecBinary() - _ = yym1776 + yyv1780 := &x.NodeSelectorTerms + yym1781 := z.DecBinary() + _ = yym1781 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1775), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1780), d) } } default: - z.DecStructFieldNotFound(-1, yys1774) - } // end switch yys1774 - } // end for yyj1774 + z.DecStructFieldNotFound(-1, yys1779) + } // end switch yys1779 + } // end for yyj1779 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24127,16 +24182,16 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1777 int - var yyb1777 bool - var yyhl1777 bool = l >= 0 - yyj1777++ - if yyhl1777 { - yyb1777 = yyj1777 > l + var yyj1782 int + var yyb1782 bool + var yyhl1782 bool = l >= 0 + yyj1782++ + if yyhl1782 { + yyb1782 = yyj1782 > l } else { - yyb1777 = r.CheckBreak() + yyb1782 = r.CheckBreak() } - if yyb1777 { + if yyb1782 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24144,26 +24199,26 @@ func (x *NodeSelector) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelectorTerms = nil } else { - yyv1778 := &x.NodeSelectorTerms - yym1779 := z.DecBinary() - _ = yym1779 + yyv1783 := &x.NodeSelectorTerms + yym1784 := z.DecBinary() + _ = yym1784 if false { } else { - h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1778), d) + h.decSliceNodeSelectorTerm((*[]NodeSelectorTerm)(yyv1783), d) } } for { - yyj1777++ - if yyhl1777 { - yyb1777 = yyj1777 > l + yyj1782++ + if yyhl1782 { + yyb1782 = yyj1782 > l } else { - yyb1777 = r.CheckBreak() + yyb1782 = r.CheckBreak() } - if yyb1777 { + if yyb1782 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1777-1, "") + z.DecStructFieldNotFound(yyj1782-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24175,36 +24230,36 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1780 := z.EncBinary() - _ = yym1780 + yym1785 := z.EncBinary() + _ = yym1785 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1781 := !z.EncBinary() - yy2arr1781 := z.EncBasicHandle().StructToArray - var yyq1781 [1]bool - _, _, _ = yysep1781, yyq1781, yy2arr1781 - const yyr1781 bool = false - var yynn1781 int - if yyr1781 || yy2arr1781 { + yysep1786 := !z.EncBinary() + yy2arr1786 := z.EncBasicHandle().StructToArray + var yyq1786 [1]bool + _, _, _ = yysep1786, yyq1786, yy2arr1786 + const yyr1786 bool = false + var yynn1786 int + if yyr1786 || yy2arr1786 { r.EncodeArrayStart(1) } else { - yynn1781 = 1 - for _, b := range yyq1781 { + yynn1786 = 1 + for _, b := range yyq1786 { if b { - yynn1781++ + yynn1786++ } } - r.EncodeMapStart(yynn1781) - yynn1781 = 0 + r.EncodeMapStart(yynn1786) + yynn1786 = 0 } - if yyr1781 || yy2arr1781 { + if yyr1786 || yy2arr1786 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1783 := z.EncBinary() - _ = yym1783 + yym1788 := z.EncBinary() + _ = yym1788 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) @@ -24217,15 +24272,15 @@ func (x *NodeSelectorTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.MatchExpressions == nil { r.EncodeNil() } else { - yym1784 := z.EncBinary() - _ = yym1784 + yym1789 := z.EncBinary() + _ = yym1789 if false { } else { h.encSliceNodeSelectorRequirement(([]NodeSelectorRequirement)(x.MatchExpressions), e) } } } - if yyr1781 || yy2arr1781 { + if yyr1786 || yy2arr1786 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24238,25 +24293,25 @@ func (x *NodeSelectorTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1785 := z.DecBinary() - _ = yym1785 + yym1790 := z.DecBinary() + _ = yym1790 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1786 := r.ContainerType() - if yyct1786 == codecSelferValueTypeMap1234 { - yyl1786 := r.ReadMapStart() - if yyl1786 == 0 { + yyct1791 := r.ContainerType() + if yyct1791 == codecSelferValueTypeMap1234 { + yyl1791 := r.ReadMapStart() + if yyl1791 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1786, d) + x.codecDecodeSelfFromMap(yyl1791, d) } - } else if yyct1786 == codecSelferValueTypeArray1234 { - yyl1786 := r.ReadArrayStart() - if yyl1786 == 0 { + } else if yyct1791 == codecSelferValueTypeArray1234 { + yyl1791 := r.ReadArrayStart() + if yyl1791 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1786, d) + x.codecDecodeSelfFromArray(yyl1791, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24268,12 +24323,12 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1787Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1787Slc - var yyhl1787 bool = l >= 0 - for yyj1787 := 0; ; yyj1787++ { - if yyhl1787 { - if yyj1787 >= l { + var yys1792Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1792Slc + var yyhl1792 bool = l >= 0 + for yyj1792 := 0; ; yyj1792++ { + if yyhl1792 { + if yyj1792 >= l { break } } else { @@ -24282,26 +24337,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1787Slc = r.DecodeBytes(yys1787Slc, true, true) - yys1787 := string(yys1787Slc) + yys1792Slc = r.DecodeBytes(yys1792Slc, true, true) + yys1792 := string(yys1792Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1787 { + switch yys1792 { case "matchExpressions": if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1788 := &x.MatchExpressions - yym1789 := z.DecBinary() - _ = yym1789 + yyv1793 := &x.MatchExpressions + yym1794 := z.DecBinary() + _ = yym1794 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1788), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1793), d) } } default: - z.DecStructFieldNotFound(-1, yys1787) - } // end switch yys1787 - } // end for yyj1787 + z.DecStructFieldNotFound(-1, yys1792) + } // end switch yys1792 + } // end for yyj1792 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24309,16 +24364,16 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1790 int - var yyb1790 bool - var yyhl1790 bool = l >= 0 - yyj1790++ - if yyhl1790 { - yyb1790 = yyj1790 > l + var yyj1795 int + var yyb1795 bool + var yyhl1795 bool = l >= 0 + yyj1795++ + if yyhl1795 { + yyb1795 = yyj1795 > l } else { - yyb1790 = r.CheckBreak() + yyb1795 = r.CheckBreak() } - if yyb1790 { + if yyb1795 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24326,26 +24381,26 @@ func (x *NodeSelectorTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.MatchExpressions = nil } else { - yyv1791 := &x.MatchExpressions - yym1792 := z.DecBinary() - _ = yym1792 + yyv1796 := &x.MatchExpressions + yym1797 := z.DecBinary() + _ = yym1797 if false { } else { - h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1791), d) + h.decSliceNodeSelectorRequirement((*[]NodeSelectorRequirement)(yyv1796), d) } } for { - yyj1790++ - if yyhl1790 { - yyb1790 = yyj1790 > l + yyj1795++ + if yyhl1795 { + yyb1795 = yyj1795 > l } else { - yyb1790 = r.CheckBreak() + yyb1795 = r.CheckBreak() } - if yyb1790 { + if yyb1795 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1790-1, "") + z.DecStructFieldNotFound(yyj1795-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24357,34 +24412,34 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1793 := z.EncBinary() - _ = yym1793 + yym1798 := z.EncBinary() + _ = yym1798 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1794 := !z.EncBinary() - yy2arr1794 := z.EncBasicHandle().StructToArray - var yyq1794 [3]bool - _, _, _ = yysep1794, yyq1794, yy2arr1794 - const yyr1794 bool = false - yyq1794[2] = len(x.Values) != 0 - var yynn1794 int - if yyr1794 || yy2arr1794 { + yysep1799 := !z.EncBinary() + yy2arr1799 := z.EncBasicHandle().StructToArray + var yyq1799 [3]bool + _, _, _ = yysep1799, yyq1799, yy2arr1799 + const yyr1799 bool = false + yyq1799[2] = len(x.Values) != 0 + var yynn1799 int + if yyr1799 || yy2arr1799 { r.EncodeArrayStart(3) } else { - yynn1794 = 2 - for _, b := range yyq1794 { + yynn1799 = 2 + for _, b := range yyq1799 { if b { - yynn1794++ + yynn1799++ } } - r.EncodeMapStart(yynn1794) - yynn1794 = 0 + r.EncodeMapStart(yynn1799) + yynn1799 = 0 } - if yyr1794 || yy2arr1794 { + if yyr1799 || yy2arr1799 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1796 := z.EncBinary() - _ = yym1796 + yym1801 := z.EncBinary() + _ = yym1801 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -24393,14 +24448,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1797 := z.EncBinary() - _ = yym1797 + yym1802 := z.EncBinary() + _ = yym1802 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1794 || yy2arr1794 { + if yyr1799 || yy2arr1799 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Operator.CodecEncodeSelf(e) } else { @@ -24409,14 +24464,14 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } - if yyr1794 || yy2arr1794 { + if yyr1799 || yy2arr1799 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1794[2] { + if yyq1799[2] { if x.Values == nil { r.EncodeNil() } else { - yym1800 := z.EncBinary() - _ = yym1800 + yym1805 := z.EncBinary() + _ = yym1805 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -24426,15 +24481,15 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1794[2] { + if yyq1799[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("values")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Values == nil { r.EncodeNil() } else { - yym1801 := z.EncBinary() - _ = yym1801 + yym1806 := z.EncBinary() + _ = yym1806 if false { } else { z.F.EncSliceStringV(x.Values, false, e) @@ -24442,7 +24497,7 @@ func (x *NodeSelectorRequirement) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1794 || yy2arr1794 { + if yyr1799 || yy2arr1799 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24455,25 +24510,25 @@ func (x *NodeSelectorRequirement) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1802 := z.DecBinary() - _ = yym1802 + yym1807 := z.DecBinary() + _ = yym1807 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1803 := r.ContainerType() - if yyct1803 == codecSelferValueTypeMap1234 { - yyl1803 := r.ReadMapStart() - if yyl1803 == 0 { + yyct1808 := r.ContainerType() + if yyct1808 == codecSelferValueTypeMap1234 { + yyl1808 := r.ReadMapStart() + if yyl1808 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1803, d) + x.codecDecodeSelfFromMap(yyl1808, d) } - } else if yyct1803 == codecSelferValueTypeArray1234 { - yyl1803 := r.ReadArrayStart() - if yyl1803 == 0 { + } else if yyct1808 == codecSelferValueTypeArray1234 { + yyl1808 := r.ReadArrayStart() + if yyl1808 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1803, d) + x.codecDecodeSelfFromArray(yyl1808, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24485,12 +24540,12 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1804Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1804Slc - var yyhl1804 bool = l >= 0 - for yyj1804 := 0; ; yyj1804++ { - if yyhl1804 { - if yyj1804 >= l { + var yys1809Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1809Slc + var yyhl1809 bool = l >= 0 + for yyj1809 := 0; ; yyj1809++ { + if yyhl1809 { + if yyj1809 >= l { break } } else { @@ -24499,10 +24554,10 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1804Slc = r.DecodeBytes(yys1804Slc, true, true) - yys1804 := string(yys1804Slc) + yys1809Slc = r.DecodeBytes(yys1809Slc, true, true) + yys1809 := string(yys1809Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1804 { + switch yys1809 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -24519,18 +24574,18 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1807 := &x.Values - yym1808 := z.DecBinary() - _ = yym1808 + yyv1812 := &x.Values + yym1813 := z.DecBinary() + _ = yym1813 if false { } else { - z.F.DecSliceStringX(yyv1807, false, d) + z.F.DecSliceStringX(yyv1812, false, d) } } default: - z.DecStructFieldNotFound(-1, yys1804) - } // end switch yys1804 - } // end for yyj1804 + z.DecStructFieldNotFound(-1, yys1809) + } // end switch yys1809 + } // end for yyj1809 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24538,16 +24593,16 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1809 int - var yyb1809 bool - var yyhl1809 bool = l >= 0 - yyj1809++ - if yyhl1809 { - yyb1809 = yyj1809 > l + var yyj1814 int + var yyb1814 bool + var yyhl1814 bool = l >= 0 + yyj1814++ + if yyhl1814 { + yyb1814 = yyj1814 > l } else { - yyb1809 = r.CheckBreak() + yyb1814 = r.CheckBreak() } - if yyb1809 { + if yyb1814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24557,13 +24612,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Key = string(r.DecodeString()) } - yyj1809++ - if yyhl1809 { - yyb1809 = yyj1809 > l + yyj1814++ + if yyhl1814 { + yyb1814 = yyj1814 > l } else { - yyb1809 = r.CheckBreak() + yyb1814 = r.CheckBreak() } - if yyb1809 { + if yyb1814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24573,13 +24628,13 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Operator = NodeSelectorOperator(r.DecodeString()) } - yyj1809++ - if yyhl1809 { - yyb1809 = yyj1809 > l + yyj1814++ + if yyhl1814 { + yyb1814 = yyj1814 > l } else { - yyb1809 = r.CheckBreak() + yyb1814 = r.CheckBreak() } - if yyb1809 { + if yyb1814 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24587,26 +24642,26 @@ func (x *NodeSelectorRequirement) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Values = nil } else { - yyv1812 := &x.Values - yym1813 := z.DecBinary() - _ = yym1813 + yyv1817 := &x.Values + yym1818 := z.DecBinary() + _ = yym1818 if false { } else { - z.F.DecSliceStringX(yyv1812, false, d) + z.F.DecSliceStringX(yyv1817, false, d) } } for { - yyj1809++ - if yyhl1809 { - yyb1809 = yyj1809 > l + yyj1814++ + if yyhl1814 { + yyb1814 = yyj1814 > l } else { - yyb1809 = r.CheckBreak() + yyb1814 = r.CheckBreak() } - if yyb1809 { + if yyb1814 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1809-1, "") + z.DecStructFieldNotFound(yyj1814-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24615,8 +24670,8 @@ func (x NodeSelectorOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1814 := z.EncBinary() - _ = yym1814 + yym1819 := z.EncBinary() + _ = yym1819 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -24628,8 +24683,8 @@ func (x *NodeSelectorOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1815 := z.DecBinary() - _ = yym1815 + yym1820 := z.DecBinary() + _ = yym1820 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -24644,35 +24699,35 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1816 := z.EncBinary() - _ = yym1816 + yym1821 := z.EncBinary() + _ = yym1821 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1817 := !z.EncBinary() - yy2arr1817 := z.EncBasicHandle().StructToArray - var yyq1817 [3]bool - _, _, _ = yysep1817, yyq1817, yy2arr1817 - const yyr1817 bool = false - yyq1817[0] = x.NodeAffinity != nil - yyq1817[1] = x.PodAffinity != nil - yyq1817[2] = x.PodAntiAffinity != nil - var yynn1817 int - if yyr1817 || yy2arr1817 { + yysep1822 := !z.EncBinary() + yy2arr1822 := z.EncBasicHandle().StructToArray + var yyq1822 [3]bool + _, _, _ = yysep1822, yyq1822, yy2arr1822 + const yyr1822 bool = false + yyq1822[0] = x.NodeAffinity != nil + yyq1822[1] = x.PodAffinity != nil + yyq1822[2] = x.PodAntiAffinity != nil + var yynn1822 int + if yyr1822 || yy2arr1822 { r.EncodeArrayStart(3) } else { - yynn1817 = 0 - for _, b := range yyq1817 { + yynn1822 = 0 + for _, b := range yyq1822 { if b { - yynn1817++ + yynn1822++ } } - r.EncodeMapStart(yynn1817) - yynn1817 = 0 + r.EncodeMapStart(yynn1822) + yynn1822 = 0 } - if yyr1817 || yy2arr1817 { + if yyr1822 || yy2arr1822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1817[0] { + if yyq1822[0] { if x.NodeAffinity == nil { r.EncodeNil() } else { @@ -24682,7 +24737,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1817[0] { + if yyq1822[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24693,9 +24748,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1817 || yy2arr1817 { + if yyr1822 || yy2arr1822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1817[1] { + if yyq1822[1] { if x.PodAffinity == nil { r.EncodeNil() } else { @@ -24705,7 +24760,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1817[1] { + if yyq1822[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24716,9 +24771,9 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1817 || yy2arr1817 { + if yyr1822 || yy2arr1822 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1817[2] { + if yyq1822[2] { if x.PodAntiAffinity == nil { r.EncodeNil() } else { @@ -24728,7 +24783,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1817[2] { + if yyq1822[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAntiAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -24739,7 +24794,7 @@ func (x *Affinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1817 || yy2arr1817 { + if yyr1822 || yy2arr1822 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -24752,25 +24807,25 @@ func (x *Affinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1821 := z.DecBinary() - _ = yym1821 + yym1826 := z.DecBinary() + _ = yym1826 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1822 := r.ContainerType() - if yyct1822 == codecSelferValueTypeMap1234 { - yyl1822 := r.ReadMapStart() - if yyl1822 == 0 { + yyct1827 := r.ContainerType() + if yyct1827 == codecSelferValueTypeMap1234 { + yyl1827 := r.ReadMapStart() + if yyl1827 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1822, d) + x.codecDecodeSelfFromMap(yyl1827, d) } - } else if yyct1822 == codecSelferValueTypeArray1234 { - yyl1822 := r.ReadArrayStart() - if yyl1822 == 0 { + } else if yyct1827 == codecSelferValueTypeArray1234 { + yyl1827 := r.ReadArrayStart() + if yyl1827 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1822, d) + x.codecDecodeSelfFromArray(yyl1827, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -24782,12 +24837,12 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1823Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1823Slc - var yyhl1823 bool = l >= 0 - for yyj1823 := 0; ; yyj1823++ { - if yyhl1823 { - if yyj1823 >= l { + var yys1828Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1828Slc + var yyhl1828 bool = l >= 0 + for yyj1828 := 0; ; yyj1828++ { + if yyhl1828 { + if yyj1828 >= l { break } } else { @@ -24796,10 +24851,10 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1823Slc = r.DecodeBytes(yys1823Slc, true, true) - yys1823 := string(yys1823Slc) + yys1828Slc = r.DecodeBytes(yys1828Slc, true, true) + yys1828 := string(yys1828Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1823 { + switch yys1828 { case "nodeAffinity": if r.TryDecodeAsNil() { if x.NodeAffinity != nil { @@ -24834,9 +24889,9 @@ func (x *Affinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1823) - } // end switch yys1823 - } // end for yyj1823 + z.DecStructFieldNotFound(-1, yys1828) + } // end switch yys1828 + } // end for yyj1828 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -24844,16 +24899,16 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1827 int - var yyb1827 bool - var yyhl1827 bool = l >= 0 - yyj1827++ - if yyhl1827 { - yyb1827 = yyj1827 > l + var yyj1832 int + var yyb1832 bool + var yyhl1832 bool = l >= 0 + yyj1832++ + if yyhl1832 { + yyb1832 = yyj1832 > l } else { - yyb1827 = r.CheckBreak() + yyb1832 = r.CheckBreak() } - if yyb1827 { + if yyb1832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24868,13 +24923,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.NodeAffinity.CodecDecodeSelf(d) } - yyj1827++ - if yyhl1827 { - yyb1827 = yyj1827 > l + yyj1832++ + if yyhl1832 { + yyb1832 = yyj1832 > l } else { - yyb1827 = r.CheckBreak() + yyb1832 = r.CheckBreak() } - if yyb1827 { + if yyb1832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24889,13 +24944,13 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.PodAffinity.CodecDecodeSelf(d) } - yyj1827++ - if yyhl1827 { - yyb1827 = yyj1827 > l + yyj1832++ + if yyhl1832 { + yyb1832 = yyj1832 > l } else { - yyb1827 = r.CheckBreak() + yyb1832 = r.CheckBreak() } - if yyb1827 { + if yyb1832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -24911,17 +24966,17 @@ func (x *Affinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodAntiAffinity.CodecDecodeSelf(d) } for { - yyj1827++ - if yyhl1827 { - yyb1827 = yyj1827 > l + yyj1832++ + if yyhl1832 { + yyb1832 = yyj1832 > l } else { - yyb1827 = r.CheckBreak() + yyb1832 = r.CheckBreak() } - if yyb1827 { + if yyb1832 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1827-1, "") + z.DecStructFieldNotFound(yyj1832-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -24933,39 +24988,39 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1831 := z.EncBinary() - _ = yym1831 + yym1836 := z.EncBinary() + _ = yym1836 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1832 := !z.EncBinary() - yy2arr1832 := z.EncBasicHandle().StructToArray - var yyq1832 [2]bool - _, _, _ = yysep1832, yyq1832, yy2arr1832 - const yyr1832 bool = false - yyq1832[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1832[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1832 int - if yyr1832 || yy2arr1832 { + yysep1837 := !z.EncBinary() + yy2arr1837 := z.EncBasicHandle().StructToArray + var yyq1837 [2]bool + _, _, _ = yysep1837, yyq1837, yy2arr1837 + const yyr1837 bool = false + yyq1837[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1837[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1837 int + if yyr1837 || yy2arr1837 { r.EncodeArrayStart(2) } else { - yynn1832 = 0 - for _, b := range yyq1832 { + yynn1837 = 0 + for _, b := range yyq1837 { if b { - yynn1832++ + yynn1837++ } } - r.EncodeMapStart(yynn1832) - yynn1832 = 0 + r.EncodeMapStart(yynn1837) + yynn1837 = 0 } - if yyr1832 || yy2arr1832 { + if yyr1837 || yy2arr1837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1832[0] { + if yyq1837[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1834 := z.EncBinary() - _ = yym1834 + yym1839 := z.EncBinary() + _ = yym1839 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24975,15 +25030,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1832[0] { + if yyq1837[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1835 := z.EncBinary() - _ = yym1835 + yym1840 := z.EncBinary() + _ = yym1840 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -24991,14 +25046,14 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1832 || yy2arr1832 { + if yyr1837 || yy2arr1837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1832[1] { + if yyq1837[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1837 := z.EncBinary() - _ = yym1837 + yym1842 := z.EncBinary() + _ = yym1842 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25008,15 +25063,15 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1832[1] { + if yyq1837[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1838 := z.EncBinary() - _ = yym1838 + yym1843 := z.EncBinary() + _ = yym1843 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25024,7 +25079,7 @@ func (x *PodAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1832 || yy2arr1832 { + if yyr1837 || yy2arr1837 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25037,25 +25092,25 @@ func (x *PodAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1839 := z.DecBinary() - _ = yym1839 + yym1844 := z.DecBinary() + _ = yym1844 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1840 := r.ContainerType() - if yyct1840 == codecSelferValueTypeMap1234 { - yyl1840 := r.ReadMapStart() - if yyl1840 == 0 { + yyct1845 := r.ContainerType() + if yyct1845 == codecSelferValueTypeMap1234 { + yyl1845 := r.ReadMapStart() + if yyl1845 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1840, d) + x.codecDecodeSelfFromMap(yyl1845, d) } - } else if yyct1840 == codecSelferValueTypeArray1234 { - yyl1840 := r.ReadArrayStart() - if yyl1840 == 0 { + } else if yyct1845 == codecSelferValueTypeArray1234 { + yyl1845 := r.ReadArrayStart() + if yyl1845 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1840, d) + x.codecDecodeSelfFromArray(yyl1845, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25067,12 +25122,12 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1841Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1841Slc - var yyhl1841 bool = l >= 0 - for yyj1841 := 0; ; yyj1841++ { - if yyhl1841 { - if yyj1841 >= l { + var yys1846Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1846Slc + var yyhl1846 bool = l >= 0 + for yyj1846 := 0; ; yyj1846++ { + if yyhl1846 { + if yyj1846 >= l { break } } else { @@ -25081,38 +25136,38 @@ func (x *PodAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1841Slc = r.DecodeBytes(yys1841Slc, true, true) - yys1841 := string(yys1841Slc) + yys1846Slc = r.DecodeBytes(yys1846Slc, true, true) + yys1846 := string(yys1846Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1841 { + switch yys1846 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1842 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1843 := z.DecBinary() - _ = yym1843 + yyv1847 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1848 := z.DecBinary() + _ = yym1848 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1842), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1847), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1844 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1845 := z.DecBinary() - _ = yym1845 + yyv1849 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1850 := z.DecBinary() + _ = yym1850 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1844), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1849), d) } } default: - z.DecStructFieldNotFound(-1, yys1841) - } // end switch yys1841 - } // end for yyj1841 + z.DecStructFieldNotFound(-1, yys1846) + } // end switch yys1846 + } // end for yyj1846 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25120,16 +25175,16 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1846 int - var yyb1846 bool - var yyhl1846 bool = l >= 0 - yyj1846++ - if yyhl1846 { - yyb1846 = yyj1846 > l + var yyj1851 int + var yyb1851 bool + var yyhl1851 bool = l >= 0 + yyj1851++ + if yyhl1851 { + yyb1851 = yyj1851 > l } else { - yyb1846 = r.CheckBreak() + yyb1851 = r.CheckBreak() } - if yyb1846 { + if yyb1851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25137,21 +25192,21 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1847 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1848 := z.DecBinary() - _ = yym1848 + yyv1852 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1853 := z.DecBinary() + _ = yym1853 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1847), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1852), d) } } - yyj1846++ - if yyhl1846 { - yyb1846 = yyj1846 > l + yyj1851++ + if yyhl1851 { + yyb1851 = yyj1851 > l } else { - yyb1846 = r.CheckBreak() + yyb1851 = r.CheckBreak() } - if yyb1846 { + if yyb1851 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25159,26 +25214,26 @@ func (x *PodAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1849 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1850 := z.DecBinary() - _ = yym1850 + yyv1854 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1855 := z.DecBinary() + _ = yym1855 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1849), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1854), d) } } for { - yyj1846++ - if yyhl1846 { - yyb1846 = yyj1846 > l + yyj1851++ + if yyhl1851 { + yyb1851 = yyj1851 > l } else { - yyb1846 = r.CheckBreak() + yyb1851 = r.CheckBreak() } - if yyb1846 { + if yyb1851 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1846-1, "") + z.DecStructFieldNotFound(yyj1851-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25190,39 +25245,39 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1851 := z.EncBinary() - _ = yym1851 + yym1856 := z.EncBinary() + _ = yym1856 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1852 := !z.EncBinary() - yy2arr1852 := z.EncBasicHandle().StructToArray - var yyq1852 [2]bool - _, _, _ = yysep1852, yyq1852, yy2arr1852 - const yyr1852 bool = false - yyq1852[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 - yyq1852[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1852 int - if yyr1852 || yy2arr1852 { + yysep1857 := !z.EncBinary() + yy2arr1857 := z.EncBasicHandle().StructToArray + var yyq1857 [2]bool + _, _, _ = yysep1857, yyq1857, yy2arr1857 + const yyr1857 bool = false + yyq1857[0] = len(x.RequiredDuringSchedulingIgnoredDuringExecution) != 0 + yyq1857[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1857 int + if yyr1857 || yy2arr1857 { r.EncodeArrayStart(2) } else { - yynn1852 = 0 - for _, b := range yyq1852 { + yynn1857 = 0 + for _, b := range yyq1857 { if b { - yynn1852++ + yynn1857++ } } - r.EncodeMapStart(yynn1852) - yynn1852 = 0 + r.EncodeMapStart(yynn1857) + yynn1857 = 0 } - if yyr1852 || yy2arr1852 { + if yyr1857 || yy2arr1857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1852[0] { + if yyq1857[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1854 := z.EncBinary() - _ = yym1854 + yym1859 := z.EncBinary() + _ = yym1859 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25232,15 +25287,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1852[0] { + if yyq1857[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1855 := z.EncBinary() - _ = yym1855 + yym1860 := z.EncBinary() + _ = yym1860 if false { } else { h.encSlicePodAffinityTerm(([]PodAffinityTerm)(x.RequiredDuringSchedulingIgnoredDuringExecution), e) @@ -25248,14 +25303,14 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1852 || yy2arr1852 { + if yyr1857 || yy2arr1857 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1852[1] { + if yyq1857[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1857 := z.EncBinary() - _ = yym1857 + yym1862 := z.EncBinary() + _ = yym1862 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25265,15 +25320,15 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1852[1] { + if yyq1857[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1858 := z.EncBinary() - _ = yym1858 + yym1863 := z.EncBinary() + _ = yym1863 if false { } else { h.encSliceWeightedPodAffinityTerm(([]WeightedPodAffinityTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -25281,7 +25336,7 @@ func (x *PodAntiAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1852 || yy2arr1852 { + if yyr1857 || yy2arr1857 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25294,25 +25349,25 @@ func (x *PodAntiAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1859 := z.DecBinary() - _ = yym1859 + yym1864 := z.DecBinary() + _ = yym1864 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1860 := r.ContainerType() - if yyct1860 == codecSelferValueTypeMap1234 { - yyl1860 := r.ReadMapStart() - if yyl1860 == 0 { + yyct1865 := r.ContainerType() + if yyct1865 == codecSelferValueTypeMap1234 { + yyl1865 := r.ReadMapStart() + if yyl1865 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1860, d) + x.codecDecodeSelfFromMap(yyl1865, d) } - } else if yyct1860 == codecSelferValueTypeArray1234 { - yyl1860 := r.ReadArrayStart() - if yyl1860 == 0 { + } else if yyct1865 == codecSelferValueTypeArray1234 { + yyl1865 := r.ReadArrayStart() + if yyl1865 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1860, d) + x.codecDecodeSelfFromArray(yyl1865, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25324,12 +25379,12 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1861Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1861Slc - var yyhl1861 bool = l >= 0 - for yyj1861 := 0; ; yyj1861++ { - if yyhl1861 { - if yyj1861 >= l { + var yys1866Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1866Slc + var yyhl1866 bool = l >= 0 + for yyj1866 := 0; ; yyj1866++ { + if yyhl1866 { + if yyj1866 >= l { break } } else { @@ -25338,38 +25393,38 @@ func (x *PodAntiAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1861Slc = r.DecodeBytes(yys1861Slc, true, true) - yys1861 := string(yys1861Slc) + yys1866Slc = r.DecodeBytes(yys1866Slc, true, true) + yys1866 := string(yys1866Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1861 { + switch yys1866 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1862 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1863 := z.DecBinary() - _ = yym1863 + yyv1867 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1868 := z.DecBinary() + _ = yym1868 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1862), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1867), d) } } case "preferredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1864 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1865 := z.DecBinary() - _ = yym1865 + yyv1869 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1870 := z.DecBinary() + _ = yym1870 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1864), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1869), d) } } default: - z.DecStructFieldNotFound(-1, yys1861) - } // end switch yys1861 - } // end for yyj1861 + z.DecStructFieldNotFound(-1, yys1866) + } // end switch yys1866 + } // end for yyj1866 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25377,16 +25432,16 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1866 int - var yyb1866 bool - var yyhl1866 bool = l >= 0 - yyj1866++ - if yyhl1866 { - yyb1866 = yyj1866 > l + var yyj1871 int + var yyb1871 bool + var yyhl1871 bool = l >= 0 + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1866 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1866 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25394,21 +25449,21 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.RequiredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1867 := &x.RequiredDuringSchedulingIgnoredDuringExecution - yym1868 := z.DecBinary() - _ = yym1868 + yyv1872 := &x.RequiredDuringSchedulingIgnoredDuringExecution + yym1873 := z.DecBinary() + _ = yym1873 if false { } else { - h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1867), d) + h.decSlicePodAffinityTerm((*[]PodAffinityTerm)(yyv1872), d) } } - yyj1866++ - if yyhl1866 { - yyb1866 = yyj1866 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1866 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1866 { + if yyb1871 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25416,26 +25471,26 @@ func (x *PodAntiAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1869 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1870 := z.DecBinary() - _ = yym1870 + yyv1874 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1875 := z.DecBinary() + _ = yym1875 if false { } else { - h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1869), d) + h.decSliceWeightedPodAffinityTerm((*[]WeightedPodAffinityTerm)(yyv1874), d) } } for { - yyj1866++ - if yyhl1866 { - yyb1866 = yyj1866 > l + yyj1871++ + if yyhl1871 { + yyb1871 = yyj1871 > l } else { - yyb1866 = r.CheckBreak() + yyb1871 = r.CheckBreak() } - if yyb1866 { + if yyb1871 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1866-1, "") + z.DecStructFieldNotFound(yyj1871-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25447,33 +25502,33 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1871 := z.EncBinary() - _ = yym1871 + yym1876 := z.EncBinary() + _ = yym1876 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1872 := !z.EncBinary() - yy2arr1872 := z.EncBasicHandle().StructToArray - var yyq1872 [2]bool - _, _, _ = yysep1872, yyq1872, yy2arr1872 - const yyr1872 bool = false - var yynn1872 int - if yyr1872 || yy2arr1872 { + yysep1877 := !z.EncBinary() + yy2arr1877 := z.EncBasicHandle().StructToArray + var yyq1877 [2]bool + _, _, _ = yysep1877, yyq1877, yy2arr1877 + const yyr1877 bool = false + var yynn1877 int + if yyr1877 || yy2arr1877 { r.EncodeArrayStart(2) } else { - yynn1872 = 2 - for _, b := range yyq1872 { + yynn1877 = 2 + for _, b := range yyq1877 { if b { - yynn1872++ + yynn1877++ } } - r.EncodeMapStart(yynn1872) - yynn1872 = 0 + r.EncodeMapStart(yynn1877) + yynn1877 = 0 } - if yyr1872 || yy2arr1872 { + if yyr1877 || yy2arr1877 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1874 := z.EncBinary() - _ = yym1874 + yym1879 := z.EncBinary() + _ = yym1879 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -25482,25 +25537,25 @@ func (x *WeightedPodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1875 := z.EncBinary() - _ = yym1875 + yym1880 := z.EncBinary() + _ = yym1880 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1872 || yy2arr1872 { + if yyr1877 || yy2arr1877 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1877 := &x.PodAffinityTerm - yy1877.CodecEncodeSelf(e) + yy1882 := &x.PodAffinityTerm + yy1882.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podAffinityTerm")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1878 := &x.PodAffinityTerm - yy1878.CodecEncodeSelf(e) + yy1883 := &x.PodAffinityTerm + yy1883.CodecEncodeSelf(e) } - if yyr1872 || yy2arr1872 { + if yyr1877 || yy2arr1877 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25513,25 +25568,25 @@ func (x *WeightedPodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1879 := z.DecBinary() - _ = yym1879 + yym1884 := z.DecBinary() + _ = yym1884 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1880 := r.ContainerType() - if yyct1880 == codecSelferValueTypeMap1234 { - yyl1880 := r.ReadMapStart() - if yyl1880 == 0 { + yyct1885 := r.ContainerType() + if yyct1885 == codecSelferValueTypeMap1234 { + yyl1885 := r.ReadMapStart() + if yyl1885 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1880, d) + x.codecDecodeSelfFromMap(yyl1885, d) } - } else if yyct1880 == codecSelferValueTypeArray1234 { - yyl1880 := r.ReadArrayStart() - if yyl1880 == 0 { + } else if yyct1885 == codecSelferValueTypeArray1234 { + yyl1885 := r.ReadArrayStart() + if yyl1885 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1880, d) + x.codecDecodeSelfFromArray(yyl1885, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25543,12 +25598,12 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1881Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1881Slc - var yyhl1881 bool = l >= 0 - for yyj1881 := 0; ; yyj1881++ { - if yyhl1881 { - if yyj1881 >= l { + var yys1886Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1886Slc + var yyhl1886 bool = l >= 0 + for yyj1886 := 0; ; yyj1886++ { + if yyhl1886 { + if yyj1886 >= l { break } } else { @@ -25557,10 +25612,10 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1881Slc = r.DecodeBytes(yys1881Slc, true, true) - yys1881 := string(yys1881Slc) + yys1886Slc = r.DecodeBytes(yys1886Slc, true, true) + yys1886 := string(yys1886Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1881 { + switch yys1886 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -25571,13 +25626,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1883 := &x.PodAffinityTerm - yyv1883.CodecDecodeSelf(d) + yyv1888 := &x.PodAffinityTerm + yyv1888.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1881) - } // end switch yys1881 - } // end for yyj1881 + z.DecStructFieldNotFound(-1, yys1886) + } // end switch yys1886 + } // end for yyj1886 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25585,16 +25640,16 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1884 int - var yyb1884 bool - var yyhl1884 bool = l >= 0 - yyj1884++ - if yyhl1884 { - yyb1884 = yyj1884 > l + var yyj1889 int + var yyb1889 bool + var yyhl1889 bool = l >= 0 + yyj1889++ + if yyhl1889 { + yyb1889 = yyj1889 > l } else { - yyb1884 = r.CheckBreak() + yyb1889 = r.CheckBreak() } - if yyb1884 { + if yyb1889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25604,13 +25659,13 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1884++ - if yyhl1884 { - yyb1884 = yyj1884 > l + yyj1889++ + if yyhl1889 { + yyb1889 = yyj1889 > l } else { - yyb1884 = r.CheckBreak() + yyb1889 = r.CheckBreak() } - if yyb1884 { + if yyb1889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25618,21 +25673,21 @@ func (x *WeightedPodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.PodAffinityTerm = PodAffinityTerm{} } else { - yyv1886 := &x.PodAffinityTerm - yyv1886.CodecDecodeSelf(d) + yyv1891 := &x.PodAffinityTerm + yyv1891.CodecDecodeSelf(d) } for { - yyj1884++ - if yyhl1884 { - yyb1884 = yyj1884 > l + yyj1889++ + if yyhl1889 { + yyb1889 = yyj1889 > l } else { - yyb1884 = r.CheckBreak() + yyb1889 = r.CheckBreak() } - if yyb1884 { + if yyb1889 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1884-1, "") + z.DecStructFieldNotFound(yyj1889-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25644,39 +25699,39 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1887 := z.EncBinary() - _ = yym1887 + yym1892 := z.EncBinary() + _ = yym1892 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1888 := !z.EncBinary() - yy2arr1888 := z.EncBasicHandle().StructToArray - var yyq1888 [3]bool - _, _, _ = yysep1888, yyq1888, yy2arr1888 - const yyr1888 bool = false - yyq1888[0] = x.LabelSelector != nil - yyq1888[2] = x.TopologyKey != "" - var yynn1888 int - if yyr1888 || yy2arr1888 { + yysep1893 := !z.EncBinary() + yy2arr1893 := z.EncBasicHandle().StructToArray + var yyq1893 [3]bool + _, _, _ = yysep1893, yyq1893, yy2arr1893 + const yyr1893 bool = false + yyq1893[0] = x.LabelSelector != nil + yyq1893[2] = x.TopologyKey != "" + var yynn1893 int + if yyr1893 || yy2arr1893 { r.EncodeArrayStart(3) } else { - yynn1888 = 1 - for _, b := range yyq1888 { + yynn1893 = 1 + for _, b := range yyq1893 { if b { - yynn1888++ + yynn1893++ } } - r.EncodeMapStart(yynn1888) - yynn1888 = 0 + r.EncodeMapStart(yynn1893) + yynn1893 = 0 } - if yyr1888 || yy2arr1888 { + if yyr1893 || yy2arr1893 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1888[0] { + if yyq1893[0] { if x.LabelSelector == nil { r.EncodeNil() } else { - yym1890 := z.EncBinary() - _ = yym1890 + yym1895 := z.EncBinary() + _ = yym1895 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -25687,15 +25742,15 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1888[0] { + if yyq1893[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LabelSelector == nil { r.EncodeNil() } else { - yym1891 := z.EncBinary() - _ = yym1891 + yym1896 := z.EncBinary() + _ = yym1896 if false { } else if z.HasExtensions() && z.EncExt(x.LabelSelector) { } else { @@ -25704,13 +25759,13 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1888 || yy2arr1888 { + if yyr1893 || yy2arr1893 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Namespaces == nil { r.EncodeNil() } else { - yym1893 := z.EncBinary() - _ = yym1893 + yym1898 := z.EncBinary() + _ = yym1898 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) @@ -25723,19 +25778,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x.Namespaces == nil { r.EncodeNil() } else { - yym1894 := z.EncBinary() - _ = yym1894 + yym1899 := z.EncBinary() + _ = yym1899 if false { } else { z.F.EncSliceStringV(x.Namespaces, false, e) } } } - if yyr1888 || yy2arr1888 { + if yyr1893 || yy2arr1893 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1888[2] { - yym1896 := z.EncBinary() - _ = yym1896 + if yyq1893[2] { + yym1901 := z.EncBinary() + _ = yym1901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) @@ -25744,19 +25799,19 @@ func (x *PodAffinityTerm) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1888[2] { + if yyq1893[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("topologyKey")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1897 := z.EncBinary() - _ = yym1897 + yym1902 := z.EncBinary() + _ = yym1902 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.TopologyKey)) } } } - if yyr1888 || yy2arr1888 { + if yyr1893 || yy2arr1893 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -25769,25 +25824,25 @@ func (x *PodAffinityTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1898 := z.DecBinary() - _ = yym1898 + yym1903 := z.DecBinary() + _ = yym1903 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1899 := r.ContainerType() - if yyct1899 == codecSelferValueTypeMap1234 { - yyl1899 := r.ReadMapStart() - if yyl1899 == 0 { + yyct1904 := r.ContainerType() + if yyct1904 == codecSelferValueTypeMap1234 { + yyl1904 := r.ReadMapStart() + if yyl1904 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1899, d) + x.codecDecodeSelfFromMap(yyl1904, d) } - } else if yyct1899 == codecSelferValueTypeArray1234 { - yyl1899 := r.ReadArrayStart() - if yyl1899 == 0 { + } else if yyct1904 == codecSelferValueTypeArray1234 { + yyl1904 := r.ReadArrayStart() + if yyl1904 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1899, d) + x.codecDecodeSelfFromArray(yyl1904, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -25799,12 +25854,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1900Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1900Slc - var yyhl1900 bool = l >= 0 - for yyj1900 := 0; ; yyj1900++ { - if yyhl1900 { - if yyj1900 >= l { + var yys1905Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1905Slc + var yyhl1905 bool = l >= 0 + for yyj1905 := 0; ; yyj1905++ { + if yyhl1905 { + if yyj1905 >= l { break } } else { @@ -25813,10 +25868,10 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1900Slc = r.DecodeBytes(yys1900Slc, true, true) - yys1900 := string(yys1900Slc) + yys1905Slc = r.DecodeBytes(yys1905Slc, true, true) + yys1905 := string(yys1905Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1900 { + switch yys1905 { case "labelSelector": if r.TryDecodeAsNil() { if x.LabelSelector != nil { @@ -25826,8 +25881,8 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1902 := z.DecBinary() - _ = yym1902 + yym1907 := z.DecBinary() + _ = yym1907 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { @@ -25838,12 +25893,12 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1903 := &x.Namespaces - yym1904 := z.DecBinary() - _ = yym1904 + yyv1908 := &x.Namespaces + yym1909 := z.DecBinary() + _ = yym1909 if false { } else { - z.F.DecSliceStringX(yyv1903, false, d) + z.F.DecSliceStringX(yyv1908, false, d) } } case "topologyKey": @@ -25853,9 +25908,9 @@ func (x *PodAffinityTerm) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TopologyKey = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1900) - } // end switch yys1900 - } // end for yyj1900 + z.DecStructFieldNotFound(-1, yys1905) + } // end switch yys1905 + } // end for yyj1905 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -25863,16 +25918,16 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1906 int - var yyb1906 bool - var yyhl1906 bool = l >= 0 - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + var yyj1911 int + var yyb1911 bool + var yyhl1911 bool = l >= 0 + yyj1911++ + if yyhl1911 { + yyb1911 = yyj1911 > l } else { - yyb1906 = r.CheckBreak() + yyb1911 = r.CheckBreak() } - if yyb1906 { + if yyb1911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25885,21 +25940,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.LabelSelector == nil { x.LabelSelector = new(pkg2_unversioned.LabelSelector) } - yym1908 := z.DecBinary() - _ = yym1908 + yym1913 := z.DecBinary() + _ = yym1913 if false { } else if z.HasExtensions() && z.DecExt(x.LabelSelector) { } else { z.DecFallback(x.LabelSelector, false) } } - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + yyj1911++ + if yyhl1911 { + yyb1911 = yyj1911 > l } else { - yyb1906 = r.CheckBreak() + yyb1911 = r.CheckBreak() } - if yyb1906 { + if yyb1911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25907,21 +25962,21 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Namespaces = nil } else { - yyv1909 := &x.Namespaces - yym1910 := z.DecBinary() - _ = yym1910 + yyv1914 := &x.Namespaces + yym1915 := z.DecBinary() + _ = yym1915 if false { } else { - z.F.DecSliceStringX(yyv1909, false, d) + z.F.DecSliceStringX(yyv1914, false, d) } } - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + yyj1911++ + if yyhl1911 { + yyb1911 = yyj1911 > l } else { - yyb1906 = r.CheckBreak() + yyb1911 = r.CheckBreak() } - if yyb1906 { + if yyb1911 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -25932,17 +25987,17 @@ func (x *PodAffinityTerm) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TopologyKey = string(r.DecodeString()) } for { - yyj1906++ - if yyhl1906 { - yyb1906 = yyj1906 > l + yyj1911++ + if yyhl1911 { + yyb1911 = yyj1911 > l } else { - yyb1906 = r.CheckBreak() + yyb1911 = r.CheckBreak() } - if yyb1906 { + if yyb1911 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1906-1, "") + z.DecStructFieldNotFound(yyj1911-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -25954,34 +26009,34 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1912 := z.EncBinary() - _ = yym1912 + yym1917 := z.EncBinary() + _ = yym1917 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1913 := !z.EncBinary() - yy2arr1913 := z.EncBasicHandle().StructToArray - var yyq1913 [2]bool - _, _, _ = yysep1913, yyq1913, yy2arr1913 - const yyr1913 bool = false - yyq1913[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil - yyq1913[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 - var yynn1913 int - if yyr1913 || yy2arr1913 { + yysep1918 := !z.EncBinary() + yy2arr1918 := z.EncBasicHandle().StructToArray + var yyq1918 [2]bool + _, _, _ = yysep1918, yyq1918, yy2arr1918 + const yyr1918 bool = false + yyq1918[0] = x.RequiredDuringSchedulingIgnoredDuringExecution != nil + yyq1918[1] = len(x.PreferredDuringSchedulingIgnoredDuringExecution) != 0 + var yynn1918 int + if yyr1918 || yy2arr1918 { r.EncodeArrayStart(2) } else { - yynn1913 = 0 - for _, b := range yyq1913 { + yynn1918 = 0 + for _, b := range yyq1918 { if b { - yynn1913++ + yynn1918++ } } - r.EncodeMapStart(yynn1913) - yynn1913 = 0 + r.EncodeMapStart(yynn1918) + yynn1918 = 0 } - if yyr1913 || yy2arr1913 { + if yyr1918 || yy2arr1918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1913[0] { + if yyq1918[0] { if x.RequiredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { @@ -25991,7 +26046,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1913[0] { + if yyq1918[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("requiredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -26002,14 +26057,14 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1913 || yy2arr1913 { + if yyr1918 || yy2arr1918 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1913[1] { + if yyq1918[1] { if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1916 := z.EncBinary() - _ = yym1916 + yym1921 := z.EncBinary() + _ = yym1921 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26019,15 +26074,15 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1913[1] { + if yyq1918[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferredDuringSchedulingIgnoredDuringExecution")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferredDuringSchedulingIgnoredDuringExecution == nil { r.EncodeNil() } else { - yym1917 := z.EncBinary() - _ = yym1917 + yym1922 := z.EncBinary() + _ = yym1922 if false { } else { h.encSlicePreferredSchedulingTerm(([]PreferredSchedulingTerm)(x.PreferredDuringSchedulingIgnoredDuringExecution), e) @@ -26035,7 +26090,7 @@ func (x *NodeAffinity) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1913 || yy2arr1913 { + if yyr1918 || yy2arr1918 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26048,25 +26103,25 @@ func (x *NodeAffinity) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1918 := z.DecBinary() - _ = yym1918 + yym1923 := z.DecBinary() + _ = yym1923 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1919 := r.ContainerType() - if yyct1919 == codecSelferValueTypeMap1234 { - yyl1919 := r.ReadMapStart() - if yyl1919 == 0 { + yyct1924 := r.ContainerType() + if yyct1924 == codecSelferValueTypeMap1234 { + yyl1924 := r.ReadMapStart() + if yyl1924 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1919, d) + x.codecDecodeSelfFromMap(yyl1924, d) } - } else if yyct1919 == codecSelferValueTypeArray1234 { - yyl1919 := r.ReadArrayStart() - if yyl1919 == 0 { + } else if yyct1924 == codecSelferValueTypeArray1234 { + yyl1924 := r.ReadArrayStart() + if yyl1924 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1919, d) + x.codecDecodeSelfFromArray(yyl1924, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26078,12 +26133,12 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1920Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1920Slc - var yyhl1920 bool = l >= 0 - for yyj1920 := 0; ; yyj1920++ { - if yyhl1920 { - if yyj1920 >= l { + var yys1925Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1925Slc + var yyhl1925 bool = l >= 0 + for yyj1925 := 0; ; yyj1925++ { + if yyhl1925 { + if yyj1925 >= l { break } } else { @@ -26092,10 +26147,10 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1920Slc = r.DecodeBytes(yys1920Slc, true, true) - yys1920 := string(yys1920Slc) + yys1925Slc = r.DecodeBytes(yys1925Slc, true, true) + yys1925 := string(yys1925Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1920 { + switch yys1925 { case "requiredDuringSchedulingIgnoredDuringExecution": if r.TryDecodeAsNil() { if x.RequiredDuringSchedulingIgnoredDuringExecution != nil { @@ -26111,18 +26166,18 @@ func (x *NodeAffinity) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1922 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1923 := z.DecBinary() - _ = yym1923 + yyv1927 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1928 := z.DecBinary() + _ = yym1928 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1922), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1927), d) } } default: - z.DecStructFieldNotFound(-1, yys1920) - } // end switch yys1920 - } // end for yyj1920 + z.DecStructFieldNotFound(-1, yys1925) + } // end switch yys1925 + } // end for yyj1925 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26130,16 +26185,16 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1924 int - var yyb1924 bool - var yyhl1924 bool = l >= 0 - yyj1924++ - if yyhl1924 { - yyb1924 = yyj1924 > l + var yyj1929 int + var yyb1929 bool + var yyhl1929 bool = l >= 0 + yyj1929++ + if yyhl1929 { + yyb1929 = yyj1929 > l } else { - yyb1924 = r.CheckBreak() + yyb1929 = r.CheckBreak() } - if yyb1924 { + if yyb1929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26154,13 +26209,13 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.RequiredDuringSchedulingIgnoredDuringExecution.CodecDecodeSelf(d) } - yyj1924++ - if yyhl1924 { - yyb1924 = yyj1924 > l + yyj1929++ + if yyhl1929 { + yyb1929 = yyj1929 > l } else { - yyb1924 = r.CheckBreak() + yyb1929 = r.CheckBreak() } - if yyb1924 { + if yyb1929 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26168,26 +26223,26 @@ func (x *NodeAffinity) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferredDuringSchedulingIgnoredDuringExecution = nil } else { - yyv1926 := &x.PreferredDuringSchedulingIgnoredDuringExecution - yym1927 := z.DecBinary() - _ = yym1927 + yyv1931 := &x.PreferredDuringSchedulingIgnoredDuringExecution + yym1932 := z.DecBinary() + _ = yym1932 if false { } else { - h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1926), d) + h.decSlicePreferredSchedulingTerm((*[]PreferredSchedulingTerm)(yyv1931), d) } } for { - yyj1924++ - if yyhl1924 { - yyb1924 = yyj1924 > l + yyj1929++ + if yyhl1929 { + yyb1929 = yyj1929 > l } else { - yyb1924 = r.CheckBreak() + yyb1929 = r.CheckBreak() } - if yyb1924 { + if yyb1929 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1924-1, "") + z.DecStructFieldNotFound(yyj1929-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26199,33 +26254,33 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1928 := z.EncBinary() - _ = yym1928 + yym1933 := z.EncBinary() + _ = yym1933 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1929 := !z.EncBinary() - yy2arr1929 := z.EncBasicHandle().StructToArray - var yyq1929 [2]bool - _, _, _ = yysep1929, yyq1929, yy2arr1929 - const yyr1929 bool = false - var yynn1929 int - if yyr1929 || yy2arr1929 { + yysep1934 := !z.EncBinary() + yy2arr1934 := z.EncBasicHandle().StructToArray + var yyq1934 [2]bool + _, _, _ = yysep1934, yyq1934, yy2arr1934 + const yyr1934 bool = false + var yynn1934 int + if yyr1934 || yy2arr1934 { r.EncodeArrayStart(2) } else { - yynn1929 = 2 - for _, b := range yyq1929 { + yynn1934 = 2 + for _, b := range yyq1934 { if b { - yynn1929++ + yynn1934++ } } - r.EncodeMapStart(yynn1929) - yynn1929 = 0 + r.EncodeMapStart(yynn1934) + yynn1934 = 0 } - if yyr1929 || yy2arr1929 { + if yyr1934 || yy2arr1934 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1931 := z.EncBinary() - _ = yym1931 + yym1936 := z.EncBinary() + _ = yym1936 if false { } else { r.EncodeInt(int64(x.Weight)) @@ -26234,25 +26289,25 @@ func (x *PreferredSchedulingTerm) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("weight")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1932 := z.EncBinary() - _ = yym1932 + yym1937 := z.EncBinary() + _ = yym1937 if false { } else { r.EncodeInt(int64(x.Weight)) } } - if yyr1929 || yy2arr1929 { + if yyr1934 || yy2arr1934 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy1934 := &x.Preference - yy1934.CodecEncodeSelf(e) + yy1939 := &x.Preference + yy1939.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy1935 := &x.Preference - yy1935.CodecEncodeSelf(e) + yy1940 := &x.Preference + yy1940.CodecEncodeSelf(e) } - if yyr1929 || yy2arr1929 { + if yyr1934 || yy2arr1934 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26265,25 +26320,25 @@ func (x *PreferredSchedulingTerm) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1936 := z.DecBinary() - _ = yym1936 + yym1941 := z.DecBinary() + _ = yym1941 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1937 := r.ContainerType() - if yyct1937 == codecSelferValueTypeMap1234 { - yyl1937 := r.ReadMapStart() - if yyl1937 == 0 { + yyct1942 := r.ContainerType() + if yyct1942 == codecSelferValueTypeMap1234 { + yyl1942 := r.ReadMapStart() + if yyl1942 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1937, d) + x.codecDecodeSelfFromMap(yyl1942, d) } - } else if yyct1937 == codecSelferValueTypeArray1234 { - yyl1937 := r.ReadArrayStart() - if yyl1937 == 0 { + } else if yyct1942 == codecSelferValueTypeArray1234 { + yyl1942 := r.ReadArrayStart() + if yyl1942 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1937, d) + x.codecDecodeSelfFromArray(yyl1942, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26295,12 +26350,12 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1938Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1938Slc - var yyhl1938 bool = l >= 0 - for yyj1938 := 0; ; yyj1938++ { - if yyhl1938 { - if yyj1938 >= l { + var yys1943Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1943Slc + var yyhl1943 bool = l >= 0 + for yyj1943 := 0; ; yyj1943++ { + if yyhl1943 { + if yyj1943 >= l { break } } else { @@ -26309,10 +26364,10 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1938Slc = r.DecodeBytes(yys1938Slc, true, true) - yys1938 := string(yys1938Slc) + yys1943Slc = r.DecodeBytes(yys1943Slc, true, true) + yys1943 := string(yys1943Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1938 { + switch yys1943 { case "weight": if r.TryDecodeAsNil() { x.Weight = 0 @@ -26323,13 +26378,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromMap(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1940 := &x.Preference - yyv1940.CodecDecodeSelf(d) + yyv1945 := &x.Preference + yyv1945.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys1938) - } // end switch yys1938 - } // end for yyj1938 + z.DecStructFieldNotFound(-1, yys1943) + } // end switch yys1943 + } // end for yyj1943 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26337,16 +26392,16 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1941 int - var yyb1941 bool - var yyhl1941 bool = l >= 0 - yyj1941++ - if yyhl1941 { - yyb1941 = yyj1941 > l + var yyj1946 int + var yyb1946 bool + var yyhl1946 bool = l >= 0 + yyj1946++ + if yyhl1946 { + yyb1946 = yyj1946 > l } else { - yyb1941 = r.CheckBreak() + yyb1946 = r.CheckBreak() } - if yyb1941 { + if yyb1946 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26356,13 +26411,13 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D } else { x.Weight = int32(r.DecodeInt(32)) } - yyj1941++ - if yyhl1941 { - yyb1941 = yyj1941 > l + yyj1946++ + if yyhl1946 { + yyb1946 = yyj1946 > l } else { - yyb1941 = r.CheckBreak() + yyb1946 = r.CheckBreak() } - if yyb1941 { + if yyb1946 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26370,21 +26425,21 @@ func (x *PreferredSchedulingTerm) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Preference = NodeSelectorTerm{} } else { - yyv1943 := &x.Preference - yyv1943.CodecDecodeSelf(d) + yyv1948 := &x.Preference + yyv1948.CodecDecodeSelf(d) } for { - yyj1941++ - if yyhl1941 { - yyb1941 = yyj1941 > l + yyj1946++ + if yyhl1946 { + yyb1946 = yyj1946 > l } else { - yyb1941 = r.CheckBreak() + yyb1946 = r.CheckBreak() } - if yyb1941 { + if yyb1946 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1941-1, "") + z.DecStructFieldNotFound(yyj1946-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26396,34 +26451,34 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1944 := z.EncBinary() - _ = yym1944 + yym1949 := z.EncBinary() + _ = yym1949 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1945 := !z.EncBinary() - yy2arr1945 := z.EncBasicHandle().StructToArray - var yyq1945 [3]bool - _, _, _ = yysep1945, yyq1945, yy2arr1945 - const yyr1945 bool = false - yyq1945[1] = x.Value != "" - var yynn1945 int - if yyr1945 || yy2arr1945 { + yysep1950 := !z.EncBinary() + yy2arr1950 := z.EncBasicHandle().StructToArray + var yyq1950 [3]bool + _, _, _ = yysep1950, yyq1950, yy2arr1950 + const yyr1950 bool = false + yyq1950[1] = x.Value != "" + var yynn1950 int + if yyr1950 || yy2arr1950 { r.EncodeArrayStart(3) } else { - yynn1945 = 2 - for _, b := range yyq1945 { + yynn1950 = 2 + for _, b := range yyq1950 { if b { - yynn1945++ + yynn1950++ } } - r.EncodeMapStart(yynn1945) - yynn1945 = 0 + r.EncodeMapStart(yynn1950) + yynn1950 = 0 } - if yyr1945 || yy2arr1945 { + if yyr1950 || yy2arr1950 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym1947 := z.EncBinary() - _ = yym1947 + yym1952 := z.EncBinary() + _ = yym1952 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -26432,18 +26487,18 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1948 := z.EncBinary() - _ = yym1948 + yym1953 := z.EncBinary() + _ = yym1953 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } - if yyr1945 || yy2arr1945 { + if yyr1950 || yy2arr1950 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1945[1] { - yym1950 := z.EncBinary() - _ = yym1950 + if yyq1950[1] { + yym1955 := z.EncBinary() + _ = yym1955 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -26452,19 +26507,19 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1945[1] { + if yyq1950[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1951 := z.EncBinary() - _ = yym1951 + yym1956 := z.EncBinary() + _ = yym1956 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1945 || yy2arr1945 { + if yyr1950 || yy2arr1950 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Effect.CodecEncodeSelf(e) } else { @@ -26473,7 +26528,7 @@ func (x *Taint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } - if yyr1945 || yy2arr1945 { + if yyr1950 || yy2arr1950 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26486,25 +26541,25 @@ func (x *Taint) 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) @@ -26516,12 +26571,12 @@ func (x *Taint) 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 { @@ -26530,10 +26585,10 @@ func (x *Taint) 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 "key": if r.TryDecodeAsNil() { x.Key = "" @@ -26553,9 +26608,9 @@ func (x *Taint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } 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) } @@ -26563,16 +26618,16 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1959 int - var yyb1959 bool - var yyhl1959 bool = l >= 0 - yyj1959++ - if yyhl1959 { - yyb1959 = yyj1959 > l + var yyj1964 int + var yyb1964 bool + var yyhl1964 bool = l >= 0 + yyj1964++ + if yyhl1964 { + yyb1964 = yyj1964 > l } else { - yyb1959 = r.CheckBreak() + yyb1964 = r.CheckBreak() } - if yyb1959 { + if yyb1964 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26582,13 +26637,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1959++ - if yyhl1959 { - yyb1959 = yyj1959 > l + yyj1964++ + if yyhl1964 { + yyb1964 = yyj1964 > l } else { - yyb1959 = r.CheckBreak() + yyb1964 = r.CheckBreak() } - if yyb1959 { + if yyb1964 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26598,13 +26653,13 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1959++ - if yyhl1959 { - yyb1959 = yyj1959 > l + yyj1964++ + if yyhl1964 { + yyb1964 = yyj1964 > l } else { - yyb1959 = r.CheckBreak() + yyb1964 = r.CheckBreak() } - if yyb1959 { + if yyb1964 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26615,17 +26670,17 @@ func (x *Taint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1959++ - if yyhl1959 { - yyb1959 = yyj1959 > l + yyj1964++ + if yyhl1964 { + yyb1964 = yyj1964 > l } else { - yyb1959 = r.CheckBreak() + yyb1964 = r.CheckBreak() } - if yyb1959 { + if yyb1964 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1959-1, "") + z.DecStructFieldNotFound(yyj1964-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26634,8 +26689,8 @@ func (x TaintEffect) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1963 := z.EncBinary() - _ = yym1963 + yym1968 := z.EncBinary() + _ = yym1968 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -26647,8 +26702,8 @@ func (x *TaintEffect) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1964 := z.DecBinary() - _ = yym1964 + yym1969 := z.DecBinary() + _ = yym1969 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -26663,38 +26718,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1965 := z.EncBinary() - _ = yym1965 + yym1970 := z.EncBinary() + _ = yym1970 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1966 := !z.EncBinary() - yy2arr1966 := z.EncBasicHandle().StructToArray - var yyq1966 [4]bool - _, _, _ = yysep1966, yyq1966, yy2arr1966 - const yyr1966 bool = false - yyq1966[0] = x.Key != "" - yyq1966[1] = x.Operator != "" - yyq1966[2] = x.Value != "" - yyq1966[3] = x.Effect != "" - var yynn1966 int - if yyr1966 || yy2arr1966 { + yysep1971 := !z.EncBinary() + yy2arr1971 := z.EncBasicHandle().StructToArray + var yyq1971 [4]bool + _, _, _ = yysep1971, yyq1971, yy2arr1971 + const yyr1971 bool = false + yyq1971[0] = x.Key != "" + yyq1971[1] = x.Operator != "" + yyq1971[2] = x.Value != "" + yyq1971[3] = x.Effect != "" + var yynn1971 int + if yyr1971 || yy2arr1971 { r.EncodeArrayStart(4) } else { - yynn1966 = 0 - for _, b := range yyq1966 { + yynn1971 = 0 + for _, b := range yyq1971 { if b { - yynn1966++ + yynn1971++ } } - r.EncodeMapStart(yynn1966) - yynn1966 = 0 + r.EncodeMapStart(yynn1971) + yynn1971 = 0 } - if yyr1966 || yy2arr1966 { + if yyr1971 || yy2arr1971 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1966[0] { - yym1968 := z.EncBinary() - _ = yym1968 + if yyq1971[0] { + yym1973 := z.EncBinary() + _ = yym1973 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) @@ -26703,38 +26758,38 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1966[0] { + if yyq1971[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("key")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1969 := z.EncBinary() - _ = yym1969 + yym1974 := z.EncBinary() + _ = yym1974 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Key)) } } } - if yyr1966 || yy2arr1966 { + if yyr1971 || yy2arr1971 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1966[1] { + if yyq1971[1] { x.Operator.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1966[1] { + if yyq1971[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operator")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Operator.CodecEncodeSelf(e) } } - if yyr1966 || yy2arr1966 { + if yyr1971 || yy2arr1971 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1966[2] { - yym1972 := z.EncBinary() - _ = yym1972 + if yyq1971[2] { + yym1977 := z.EncBinary() + _ = yym1977 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) @@ -26743,34 +26798,34 @@ func (x *Toleration) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1966[2] { + if yyq1971[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("value")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym1973 := z.EncBinary() - _ = yym1973 + yym1978 := z.EncBinary() + _ = yym1978 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Value)) } } } - if yyr1966 || yy2arr1966 { + if yyr1971 || yy2arr1971 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1966[3] { + if yyq1971[3] { x.Effect.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1966[3] { + if yyq1971[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("effect")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Effect.CodecEncodeSelf(e) } } - if yyr1966 || yy2arr1966 { + if yyr1971 || yy2arr1971 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -26783,25 +26838,25 @@ func (x *Toleration) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1975 := z.DecBinary() - _ = yym1975 + yym1980 := z.DecBinary() + _ = yym1980 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct1976 := r.ContainerType() - if yyct1976 == codecSelferValueTypeMap1234 { - yyl1976 := r.ReadMapStart() - if yyl1976 == 0 { + yyct1981 := r.ContainerType() + if yyct1981 == codecSelferValueTypeMap1234 { + yyl1981 := r.ReadMapStart() + if yyl1981 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl1976, d) + x.codecDecodeSelfFromMap(yyl1981, d) } - } else if yyct1976 == codecSelferValueTypeArray1234 { - yyl1976 := r.ReadArrayStart() - if yyl1976 == 0 { + } else if yyct1981 == codecSelferValueTypeArray1234 { + yyl1981 := r.ReadArrayStart() + if yyl1981 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl1976, d) + x.codecDecodeSelfFromArray(yyl1981, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -26813,12 +26868,12 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys1977Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys1977Slc - var yyhl1977 bool = l >= 0 - for yyj1977 := 0; ; yyj1977++ { - if yyhl1977 { - if yyj1977 >= l { + var yys1982Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys1982Slc + var yyhl1982 bool = l >= 0 + for yyj1982 := 0; ; yyj1982++ { + if yyhl1982 { + if yyj1982 >= l { break } } else { @@ -26827,10 +26882,10 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys1977Slc = r.DecodeBytes(yys1977Slc, true, true) - yys1977 := string(yys1977Slc) + yys1982Slc = r.DecodeBytes(yys1982Slc, true, true) + yys1982 := string(yys1982Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys1977 { + switch yys1982 { case "key": if r.TryDecodeAsNil() { x.Key = "" @@ -26856,9 +26911,9 @@ func (x *Toleration) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys1977) - } // end switch yys1977 - } // end for yyj1977 + z.DecStructFieldNotFound(-1, yys1982) + } // end switch yys1982 + } // end for yyj1982 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -26866,16 +26921,16 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj1982 int - var yyb1982 bool - var yyhl1982 bool = l >= 0 - yyj1982++ - if yyhl1982 { - yyb1982 = yyj1982 > l + var yyj1987 int + var yyb1987 bool + var yyhl1987 bool = l >= 0 + yyj1987++ + if yyhl1987 { + yyb1987 = yyj1987 > l } else { - yyb1982 = r.CheckBreak() + yyb1987 = r.CheckBreak() } - if yyb1982 { + if yyb1987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26885,13 +26940,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Key = string(r.DecodeString()) } - yyj1982++ - if yyhl1982 { - yyb1982 = yyj1982 > l + yyj1987++ + if yyhl1987 { + yyb1987 = yyj1987 > l } else { - yyb1982 = r.CheckBreak() + yyb1987 = r.CheckBreak() } - if yyb1982 { + if yyb1987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26901,13 +26956,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Operator = TolerationOperator(r.DecodeString()) } - yyj1982++ - if yyhl1982 { - yyb1982 = yyj1982 > l + yyj1987++ + if yyhl1987 { + yyb1987 = yyj1987 > l } else { - yyb1982 = r.CheckBreak() + yyb1987 = r.CheckBreak() } - if yyb1982 { + if yyb1987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26917,13 +26972,13 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Value = string(r.DecodeString()) } - yyj1982++ - if yyhl1982 { - yyb1982 = yyj1982 > l + yyj1987++ + if yyhl1987 { + yyb1987 = yyj1987 > l } else { - yyb1982 = r.CheckBreak() + yyb1987 = r.CheckBreak() } - if yyb1982 { + if yyb1987 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -26934,17 +26989,17 @@ func (x *Toleration) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Effect = TaintEffect(r.DecodeString()) } for { - yyj1982++ - if yyhl1982 { - yyb1982 = yyj1982 > l + yyj1987++ + if yyhl1987 { + yyb1987 = yyj1987 > l } else { - yyb1982 = r.CheckBreak() + yyb1987 = r.CheckBreak() } - if yyb1982 { + if yyb1987 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj1982-1, "") + z.DecStructFieldNotFound(yyj1987-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -26953,8 +27008,8 @@ func (x TolerationOperator) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym1987 := z.EncBinary() - _ = yym1987 + yym1992 := z.EncBinary() + _ = yym1992 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -26966,8 +27021,8 @@ func (x *TolerationOperator) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym1988 := z.DecBinary() - _ = yym1988 + yym1993 := z.DecBinary() + _ = yym1993 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -26982,53 +27037,53 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym1989 := z.EncBinary() - _ = yym1989 + yym1994 := z.EncBinary() + _ = yym1994 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep1990 := !z.EncBinary() - yy2arr1990 := z.EncBasicHandle().StructToArray - var yyq1990 [17]bool - _, _, _ = yysep1990, yyq1990, yy2arr1990 - const yyr1990 bool = false - yyq1990[0] = len(x.Volumes) != 0 - yyq1990[2] = x.RestartPolicy != "" - yyq1990[3] = x.TerminationGracePeriodSeconds != nil - yyq1990[4] = x.ActiveDeadlineSeconds != nil - yyq1990[5] = x.DNSPolicy != "" - yyq1990[6] = len(x.NodeSelector) != 0 - yyq1990[7] = x.ServiceAccountName != "" - yyq1990[8] = x.DeprecatedServiceAccount != "" - yyq1990[9] = x.NodeName != "" - yyq1990[10] = x.HostNetwork != false - yyq1990[11] = x.HostPID != false - yyq1990[12] = x.HostIPC != false - yyq1990[13] = x.SecurityContext != nil - yyq1990[14] = len(x.ImagePullSecrets) != 0 - yyq1990[15] = x.Hostname != "" - yyq1990[16] = x.Subdomain != "" - var yynn1990 int - if yyr1990 || yy2arr1990 { + yysep1995 := !z.EncBinary() + yy2arr1995 := z.EncBasicHandle().StructToArray + var yyq1995 [17]bool + _, _, _ = yysep1995, yyq1995, yy2arr1995 + const yyr1995 bool = false + yyq1995[0] = len(x.Volumes) != 0 + yyq1995[2] = x.RestartPolicy != "" + yyq1995[3] = x.TerminationGracePeriodSeconds != nil + yyq1995[4] = x.ActiveDeadlineSeconds != nil + yyq1995[5] = x.DNSPolicy != "" + yyq1995[6] = len(x.NodeSelector) != 0 + yyq1995[7] = x.ServiceAccountName != "" + yyq1995[8] = x.DeprecatedServiceAccount != "" + yyq1995[9] = x.NodeName != "" + yyq1995[10] = x.HostNetwork != false + yyq1995[11] = x.HostPID != false + yyq1995[12] = x.HostIPC != false + yyq1995[13] = x.SecurityContext != nil + yyq1995[14] = len(x.ImagePullSecrets) != 0 + yyq1995[15] = x.Hostname != "" + yyq1995[16] = x.Subdomain != "" + var yynn1995 int + if yyr1995 || yy2arr1995 { r.EncodeArrayStart(17) } else { - yynn1990 = 1 - for _, b := range yyq1990 { + yynn1995 = 1 + for _, b := range yyq1995 { if b { - yynn1990++ + yynn1995++ } } - r.EncodeMapStart(yynn1990) - yynn1990 = 0 + r.EncodeMapStart(yynn1995) + yynn1995 = 0 } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[0] { + if yyq1995[0] { if x.Volumes == nil { r.EncodeNil() } else { - yym1992 := z.EncBinary() - _ = yym1992 + yym1997 := z.EncBinary() + _ = yym1997 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -27038,15 +27093,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1990[0] { + if yyq1995[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Volumes == nil { r.EncodeNil() } else { - yym1993 := z.EncBinary() - _ = yym1993 + yym1998 := z.EncBinary() + _ = yym1998 if false { } else { h.encSliceVolume(([]Volume)(x.Volumes), e) @@ -27054,13 +27109,13 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Containers == nil { r.EncodeNil() } else { - yym1995 := z.EncBinary() - _ = yym1995 + yym2000 := z.EncBinary() + _ = yym2000 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) @@ -27073,71 +27128,36 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Containers == nil { r.EncodeNil() } else { - yym1996 := z.EncBinary() - _ = yym1996 + yym2001 := z.EncBinary() + _ = yym2001 if false { } else { h.encSliceContainer(([]Container)(x.Containers), e) } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[2] { + if yyq1995[2] { x.RestartPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[2] { + if yyq1995[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("restartPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.RestartPolicy.CodecEncodeSelf(e) } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[3] { + if yyq1995[3] { if x.TerminationGracePeriodSeconds == nil { r.EncodeNil() } else { - yy1999 := *x.TerminationGracePeriodSeconds - yym2000 := z.EncBinary() - _ = yym2000 - if false { - } else { - r.EncodeInt(int64(yy1999)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq1990[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("terminationGracePeriodSeconds")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TerminationGracePeriodSeconds == nil { - r.EncodeNil() - } else { - yy2001 := *x.TerminationGracePeriodSeconds - yym2002 := z.EncBinary() - _ = yym2002 - if false { - } else { - r.EncodeInt(int64(yy2001)) - } - } - } - } - if yyr1990 || yy2arr1990 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[4] { - if x.ActiveDeadlineSeconds == nil { - r.EncodeNil() - } else { - yy2004 := *x.ActiveDeadlineSeconds + yy2004 := *x.TerminationGracePeriodSeconds yym2005 := z.EncBinary() _ = yym2005 if false { @@ -27149,14 +27169,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1990[4] { + if yyq1995[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 { - yy2006 := *x.ActiveDeadlineSeconds + yy2006 := *x.TerminationGracePeriodSeconds yym2007 := z.EncBinary() _ = yym2007 if false { @@ -27166,29 +27186,64 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[5] { + if yyq1995[4] { + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy2009 := *x.ActiveDeadlineSeconds + yym2010 := z.EncBinary() + _ = yym2010 + if false { + } else { + r.EncodeInt(int64(yy2009)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq1995[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("activeDeadlineSeconds")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ActiveDeadlineSeconds == nil { + r.EncodeNil() + } else { + yy2011 := *x.ActiveDeadlineSeconds + yym2012 := z.EncBinary() + _ = yym2012 + if false { + } else { + r.EncodeInt(int64(yy2011)) + } + } + } + } + if yyr1995 || yy2arr1995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1995[5] { x.DNSPolicy.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[5] { + if yyq1995[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("dnsPolicy")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.DNSPolicy.CodecEncodeSelf(e) } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[6] { + if yyq1995[6] { if x.NodeSelector == nil { r.EncodeNil() } else { - yym2010 := z.EncBinary() - _ = yym2010 + yym2015 := z.EncBinary() + _ = yym2015 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -27198,15 +27253,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1990[6] { + if yyq1995[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeSelector == nil { r.EncodeNil() } else { - yym2011 := z.EncBinary() - _ = yym2011 + yym2016 := z.EncBinary() + _ = yym2016 if false { } else { z.F.EncMapStringStringV(x.NodeSelector, false, e) @@ -27214,11 +27269,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[7] { - yym2013 := z.EncBinary() - _ = yym2013 + if yyq1995[7] { + yym2018 := z.EncBinary() + _ = yym2018 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) @@ -27227,49 +27282,49 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[7] { + if yyq1995[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("serviceAccountName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2014 := z.EncBinary() - _ = yym2014 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) - } - } - } - if yyr1990 || yy2arr1990 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[8] { - yym2016 := z.EncBinary() - _ = yym2016 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq1990[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2017 := z.EncBinary() - _ = yym2017 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) - } - } - } - if yyr1990 || yy2arr1990 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[9] { yym2019 := z.EncBinary() _ = yym2019 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ServiceAccountName)) + } + } + } + if yyr1995 || yy2arr1995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1995[8] { + yym2021 := z.EncBinary() + _ = yym2021 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq1995[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("serviceAccount")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2022 := z.EncBinary() + _ = yym2022 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.DeprecatedServiceAccount)) + } + } + } + if yyr1995 || yy2arr1995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1995[9] { + yym2024 := z.EncBinary() + _ = yym2024 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } @@ -27277,23 +27332,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[9] { + if yyq1995[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2020 := z.EncBinary() - _ = yym2020 + yym2025 := z.EncBinary() + _ = yym2025 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.NodeName)) } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[10] { - yym2022 := z.EncBinary() - _ = yym2022 + if yyq1995[10] { + yym2027 := z.EncBinary() + _ = yym2027 if false { } else { r.EncodeBool(bool(x.HostNetwork)) @@ -27302,49 +27357,49 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1990[10] { + if yyq1995[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostNetwork")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2023 := z.EncBinary() - _ = yym2023 - if false { - } else { - r.EncodeBool(bool(x.HostNetwork)) - } - } - } - if yyr1990 || yy2arr1990 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[11] { - yym2025 := z.EncBinary() - _ = yym2025 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq1990[11] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostPID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2026 := z.EncBinary() - _ = yym2026 - if false { - } else { - r.EncodeBool(bool(x.HostPID)) - } - } - } - if yyr1990 || yy2arr1990 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[12] { yym2028 := z.EncBinary() _ = yym2028 if false { + } else { + r.EncodeBool(bool(x.HostNetwork)) + } + } + } + if yyr1995 || yy2arr1995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1995[11] { + yym2030 := z.EncBinary() + _ = yym2030 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq1995[11] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostPID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2031 := z.EncBinary() + _ = yym2031 + if false { + } else { + r.EncodeBool(bool(x.HostPID)) + } + } + } + if yyr1995 || yy2arr1995 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq1995[12] { + yym2033 := z.EncBinary() + _ = yym2033 + if false { } else { r.EncodeBool(bool(x.HostIPC)) } @@ -27352,21 +27407,21 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq1990[12] { + if yyq1995[12] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostIPC")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2029 := z.EncBinary() - _ = yym2029 + yym2034 := z.EncBinary() + _ = yym2034 if false { } else { r.EncodeBool(bool(x.HostIPC)) } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[13] { + if yyq1995[13] { if x.SecurityContext == nil { r.EncodeNil() } else { @@ -27376,7 +27431,7 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1990[13] { + if yyq1995[13] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("securityContext")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -27387,14 +27442,14 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[14] { + if yyq1995[14] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2032 := z.EncBinary() - _ = yym2032 + yym2037 := z.EncBinary() + _ = yym2037 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27404,15 +27459,15 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq1990[14] { + if yyq1995[14] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2033 := z.EncBinary() - _ = yym2033 + yym2038 := z.EncBinary() + _ = yym2038 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -27420,11 +27475,11 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[15] { - yym2035 := z.EncBinary() - _ = yym2035 + if yyq1995[15] { + yym2040 := z.EncBinary() + _ = yym2040 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -27433,23 +27488,23 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[15] { + if yyq1995[15] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2036 := z.EncBinary() - _ = yym2036 + yym2041 := z.EncBinary() + _ = yym2041 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq1990[16] { - yym2038 := z.EncBinary() - _ = yym2038 + if yyq1995[16] { + yym2043 := z.EncBinary() + _ = yym2043 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) @@ -27458,19 +27513,19 @@ func (x *PodSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq1990[16] { + if yyq1995[16] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("subdomain")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2039 := z.EncBinary() - _ = yym2039 + yym2044 := z.EncBinary() + _ = yym2044 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Subdomain)) } } } - if yyr1990 || yy2arr1990 { + if yyr1995 || yy2arr1995 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -27483,25 +27538,25 @@ func (x *PodSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2040 := z.DecBinary() - _ = yym2040 + yym2045 := z.DecBinary() + _ = yym2045 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2041 := r.ContainerType() - if yyct2041 == codecSelferValueTypeMap1234 { - yyl2041 := r.ReadMapStart() - if yyl2041 == 0 { + yyct2046 := r.ContainerType() + if yyct2046 == codecSelferValueTypeMap1234 { + yyl2046 := r.ReadMapStart() + if yyl2046 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2041, d) + x.codecDecodeSelfFromMap(yyl2046, d) } - } else if yyct2041 == codecSelferValueTypeArray1234 { - yyl2041 := r.ReadArrayStart() - if yyl2041 == 0 { + } else if yyct2046 == codecSelferValueTypeArray1234 { + yyl2046 := r.ReadArrayStart() + if yyl2046 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2041, d) + x.codecDecodeSelfFromArray(yyl2046, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -27513,12 +27568,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2042Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2042Slc - var yyhl2042 bool = l >= 0 - for yyj2042 := 0; ; yyj2042++ { - if yyhl2042 { - if yyj2042 >= l { + var yys2047Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2047Slc + var yyhl2047 bool = l >= 0 + for yyj2047 := 0; ; yyj2047++ { + if yyhl2047 { + if yyj2047 >= l { break } } else { @@ -27527,32 +27582,32 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2042Slc = r.DecodeBytes(yys2042Slc, true, true) - yys2042 := string(yys2042Slc) + yys2047Slc = r.DecodeBytes(yys2047Slc, true, true) + yys2047 := string(yys2047Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2042 { + switch yys2047 { case "volumes": if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2043 := &x.Volumes - yym2044 := z.DecBinary() - _ = yym2044 + yyv2048 := &x.Volumes + yym2049 := z.DecBinary() + _ = yym2049 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2043), d) + h.decSliceVolume((*[]Volume)(yyv2048), d) } } case "containers": if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2045 := &x.Containers - yym2046 := z.DecBinary() - _ = yym2046 + yyv2050 := &x.Containers + yym2051 := z.DecBinary() + _ = yym2051 if false { } else { - h.decSliceContainer((*[]Container)(yyv2045), d) + h.decSliceContainer((*[]Container)(yyv2050), d) } } case "restartPolicy": @@ -27570,8 +27625,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2049 := z.DecBinary() - _ = yym2049 + yym2054 := z.DecBinary() + _ = yym2054 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -27586,8 +27641,8 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2051 := z.DecBinary() - _ = yym2051 + yym2056 := z.DecBinary() + _ = yym2056 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) @@ -27603,12 +27658,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2053 := &x.NodeSelector - yym2054 := z.DecBinary() - _ = yym2054 + yyv2058 := &x.NodeSelector + yym2059 := z.DecBinary() + _ = yym2059 if false { } else { - z.F.DecMapStringStringX(yyv2053, false, d) + z.F.DecMapStringStringX(yyv2058, false, d) } } case "serviceAccountName": @@ -27662,12 +27717,12 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2062 := &x.ImagePullSecrets - yym2063 := z.DecBinary() - _ = yym2063 + yyv2067 := &x.ImagePullSecrets + yym2068 := z.DecBinary() + _ = yym2068 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2062), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2067), d) } } case "hostname": @@ -27683,9 +27738,9 @@ func (x *PodSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2042) - } // end switch yys2042 - } // end for yyj2042 + z.DecStructFieldNotFound(-1, yys2047) + } // end switch yys2047 + } // end for yyj2047 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -27693,16 +27748,16 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2066 int - var yyb2066 bool - var yyhl2066 bool = l >= 0 - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + var yyj2071 int + var yyb2071 bool + var yyhl2071 bool = l >= 0 + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27710,21 +27765,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Volumes = nil } else { - yyv2067 := &x.Volumes - yym2068 := z.DecBinary() - _ = yym2068 + yyv2072 := &x.Volumes + yym2073 := z.DecBinary() + _ = yym2073 if false { } else { - h.decSliceVolume((*[]Volume)(yyv2067), d) + h.decSliceVolume((*[]Volume)(yyv2072), d) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27732,21 +27787,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Containers = nil } else { - yyv2069 := &x.Containers - yym2070 := z.DecBinary() - _ = yym2070 + yyv2074 := &x.Containers + yym2075 := z.DecBinary() + _ = yym2075 if false { } else { - h.decSliceContainer((*[]Container)(yyv2069), d) + h.decSliceContainer((*[]Container)(yyv2074), d) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27756,13 +27811,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.RestartPolicy = RestartPolicy(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27775,20 +27830,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TerminationGracePeriodSeconds == nil { x.TerminationGracePeriodSeconds = new(int64) } - yym2073 := z.DecBinary() - _ = yym2073 + yym2078 := z.DecBinary() + _ = yym2078 if false { } else { *((*int64)(x.TerminationGracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27801,20 +27856,20 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.ActiveDeadlineSeconds == nil { x.ActiveDeadlineSeconds = new(int64) } - yym2075 := z.DecBinary() - _ = yym2075 + yym2080 := z.DecBinary() + _ = yym2080 if false { } else { *((*int64)(x.ActiveDeadlineSeconds)) = int64(r.DecodeInt(64)) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27824,13 +27879,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DNSPolicy = DNSPolicy(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27838,21 +27893,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeSelector = nil } else { - yyv2077 := &x.NodeSelector - yym2078 := z.DecBinary() - _ = yym2078 + yyv2082 := &x.NodeSelector + yym2083 := z.DecBinary() + _ = yym2083 if false { } else { - z.F.DecMapStringStringX(yyv2077, false, d) + z.F.DecMapStringStringX(yyv2082, false, d) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27862,13 +27917,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ServiceAccountName = string(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27878,13 +27933,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.DeprecatedServiceAccount = string(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27894,13 +27949,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.NodeName = string(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27910,13 +27965,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostNetwork = bool(r.DecodeBool()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27926,13 +27981,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostPID = bool(r.DecodeBool()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27942,13 +27997,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIPC = bool(r.DecodeBool()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27963,13 +28018,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.SecurityContext.CodecDecodeSelf(d) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -27977,21 +28032,21 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2086 := &x.ImagePullSecrets - yym2087 := z.DecBinary() - _ = yym2087 + yyv2091 := &x.ImagePullSecrets + yym2092 := z.DecBinary() + _ = yym2092 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2086), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2091), d) } } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28001,13 +28056,13 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Hostname = string(r.DecodeString()) } - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28018,17 +28073,17 @@ func (x *PodSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Subdomain = string(r.DecodeString()) } for { - yyj2066++ - if yyhl2066 { - yyb2066 = yyj2066 > l + yyj2071++ + if yyhl2071 { + yyb2071 = yyj2071 > l } else { - yyb2066 = r.CheckBreak() + yyb2071 = r.CheckBreak() } - if yyb2066 { + if yyb2071 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2066-1, "") + z.DecStructFieldNotFound(yyj2071-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28040,37 +28095,37 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2090 := z.EncBinary() - _ = yym2090 + yym2095 := z.EncBinary() + _ = yym2095 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2091 := !z.EncBinary() - yy2arr2091 := z.EncBasicHandle().StructToArray - var yyq2091 [5]bool - _, _, _ = yysep2091, yyq2091, yy2arr2091 - const yyr2091 bool = false - yyq2091[0] = x.SELinuxOptions != nil - yyq2091[1] = x.RunAsUser != nil - yyq2091[2] = x.RunAsNonRoot != nil - yyq2091[3] = len(x.SupplementalGroups) != 0 - yyq2091[4] = x.FSGroup != nil - var yynn2091 int - if yyr2091 || yy2arr2091 { + yysep2096 := !z.EncBinary() + yy2arr2096 := z.EncBasicHandle().StructToArray + var yyq2096 [5]bool + _, _, _ = yysep2096, yyq2096, yy2arr2096 + const yyr2096 bool = false + yyq2096[0] = x.SELinuxOptions != nil + yyq2096[1] = x.RunAsUser != nil + yyq2096[2] = x.RunAsNonRoot != nil + yyq2096[3] = len(x.SupplementalGroups) != 0 + yyq2096[4] = x.FSGroup != nil + var yynn2096 int + if yyr2096 || yy2arr2096 { r.EncodeArrayStart(5) } else { - yynn2091 = 0 - for _, b := range yyq2091 { + yynn2096 = 0 + for _, b := range yyq2096 { if b { - yynn2091++ + yynn2096++ } } - r.EncodeMapStart(yynn2091) - yynn2091 = 0 + r.EncodeMapStart(yynn2096) + yynn2096 = 0 } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2091[0] { + if yyq2096[0] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -28080,7 +28135,7 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2091[0] { + if yyq2096[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -28091,84 +28146,84 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2091[1] { + if yyq2096[1] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy2094 := *x.RunAsUser - yym2095 := z.EncBinary() - _ = yym2095 + yy2099 := *x.RunAsUser + yym2100 := z.EncBinary() + _ = yym2100 if false { } else { - r.EncodeInt(int64(yy2094)) + r.EncodeInt(int64(yy2099)) } } } else { r.EncodeNil() } } else { - if yyq2091[1] { + if yyq2096[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy2096 := *x.RunAsUser - yym2097 := z.EncBinary() - _ = yym2097 + yy2101 := *x.RunAsUser + yym2102 := z.EncBinary() + _ = yym2102 if false { } else { - r.EncodeInt(int64(yy2096)) + r.EncodeInt(int64(yy2101)) } } } } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2091[2] { + if yyq2096[2] { if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2099 := *x.RunAsNonRoot - yym2100 := z.EncBinary() - _ = yym2100 + yy2104 := *x.RunAsNonRoot + yym2105 := z.EncBinary() + _ = yym2105 if false { } else { - r.EncodeBool(bool(yy2099)) + r.EncodeBool(bool(yy2104)) } } } else { r.EncodeNil() } } else { - if yyq2091[2] { + if yyq2096[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy2101 := *x.RunAsNonRoot - yym2102 := z.EncBinary() - _ = yym2102 + yy2106 := *x.RunAsNonRoot + yym2107 := z.EncBinary() + _ = yym2107 if false { } else { - r.EncodeBool(bool(yy2101)) + r.EncodeBool(bool(yy2106)) } } } } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2091[3] { + if yyq2096[3] { if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2104 := z.EncBinary() - _ = yym2104 + yym2109 := z.EncBinary() + _ = yym2109 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -28178,15 +28233,15 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2091[3] { + if yyq2096[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("supplementalGroups")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SupplementalGroups == nil { r.EncodeNil() } else { - yym2105 := z.EncBinary() - _ = yym2105 + yym2110 := z.EncBinary() + _ = yym2110 if false { } else { z.F.EncSliceInt64V(x.SupplementalGroups, false, e) @@ -28194,42 +28249,42 @@ func (x *PodSecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2091[4] { + if yyq2096[4] { if x.FSGroup == nil { r.EncodeNil() } else { - yy2107 := *x.FSGroup - yym2108 := z.EncBinary() - _ = yym2108 + yy2112 := *x.FSGroup + yym2113 := z.EncBinary() + _ = yym2113 if false { } else { - r.EncodeInt(int64(yy2107)) + r.EncodeInt(int64(yy2112)) } } } else { r.EncodeNil() } } else { - if yyq2091[4] { + if yyq2096[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fsGroup")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.FSGroup == nil { r.EncodeNil() } else { - yy2109 := *x.FSGroup - yym2110 := z.EncBinary() - _ = yym2110 + yy2114 := *x.FSGroup + yym2115 := z.EncBinary() + _ = yym2115 if false { } else { - r.EncodeInt(int64(yy2109)) + r.EncodeInt(int64(yy2114)) } } } } - if yyr2091 || yy2arr2091 { + if yyr2096 || yy2arr2096 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28242,25 +28297,25 @@ func (x *PodSecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2111 := z.DecBinary() - _ = yym2111 + yym2116 := z.DecBinary() + _ = yym2116 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2112 := r.ContainerType() - if yyct2112 == codecSelferValueTypeMap1234 { - yyl2112 := r.ReadMapStart() - if yyl2112 == 0 { + yyct2117 := r.ContainerType() + if yyct2117 == codecSelferValueTypeMap1234 { + yyl2117 := r.ReadMapStart() + if yyl2117 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2112, d) + x.codecDecodeSelfFromMap(yyl2117, d) } - } else if yyct2112 == codecSelferValueTypeArray1234 { - yyl2112 := r.ReadArrayStart() - if yyl2112 == 0 { + } else if yyct2117 == codecSelferValueTypeArray1234 { + yyl2117 := r.ReadArrayStart() + if yyl2117 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2112, d) + x.codecDecodeSelfFromArray(yyl2117, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -28272,12 +28327,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2113Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2113Slc - var yyhl2113 bool = l >= 0 - for yyj2113 := 0; ; yyj2113++ { - if yyhl2113 { - if yyj2113 >= l { + var yys2118Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2118Slc + var yyhl2118 bool = l >= 0 + for yyj2118 := 0; ; yyj2118++ { + if yyhl2118 { + if yyj2118 >= l { break } } else { @@ -28286,10 +28341,10 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2113Slc = r.DecodeBytes(yys2113Slc, true, true) - yys2113 := string(yys2113Slc) + yys2118Slc = r.DecodeBytes(yys2118Slc, true, true) + yys2118 := string(yys2118Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2113 { + switch yys2118 { case "seLinuxOptions": if r.TryDecodeAsNil() { if x.SELinuxOptions != nil { @@ -28310,8 +28365,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2116 := z.DecBinary() - _ = yym2116 + yym2121 := z.DecBinary() + _ = yym2121 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -28326,8 +28381,8 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2118 := z.DecBinary() - _ = yym2118 + yym2123 := z.DecBinary() + _ = yym2123 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -28337,12 +28392,12 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2119 := &x.SupplementalGroups - yym2120 := z.DecBinary() - _ = yym2120 + yyv2124 := &x.SupplementalGroups + yym2125 := z.DecBinary() + _ = yym2125 if false { } else { - z.F.DecSliceInt64X(yyv2119, false, d) + z.F.DecSliceInt64X(yyv2124, false, d) } } case "fsGroup": @@ -28354,17 +28409,17 @@ func (x *PodSecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2122 := z.DecBinary() - _ = yym2122 + yym2127 := z.DecBinary() + _ = yym2127 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys2113) - } // end switch yys2113 - } // end for yyj2113 + z.DecStructFieldNotFound(-1, yys2118) + } // end switch yys2118 + } // end for yyj2118 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -28372,16 +28427,16 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2123 int - var yyb2123 bool - var yyhl2123 bool = l >= 0 - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + var yyj2128 int + var yyb2128 bool + var yyhl2128 bool = l >= 0 + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28396,13 +28451,13 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28415,20 +28470,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym2126 := z.DecBinary() - _ = yym2126 + yym2131 := z.DecBinary() + _ = yym2131 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28441,20 +28496,20 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym2128 := z.DecBinary() - _ = yym2128 + yym2133 := z.DecBinary() + _ = yym2133 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28462,21 +28517,21 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.SupplementalGroups = nil } else { - yyv2129 := &x.SupplementalGroups - yym2130 := z.DecBinary() - _ = yym2130 + yyv2134 := &x.SupplementalGroups + yym2135 := z.DecBinary() + _ = yym2135 if false { } else { - z.F.DecSliceInt64X(yyv2129, false, d) + z.F.DecSliceInt64X(yyv2134, false, d) } } - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28489,25 +28544,25 @@ func (x *PodSecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decode if x.FSGroup == nil { x.FSGroup = new(int64) } - yym2132 := z.DecBinary() - _ = yym2132 + yym2137 := z.DecBinary() + _ = yym2137 if false { } else { *((*int64)(x.FSGroup)) = int64(r.DecodeInt(64)) } } for { - yyj2123++ - if yyhl2123 { - yyb2123 = yyj2123 > l + yyj2128++ + if yyhl2128 { + yyb2128 = yyj2128 > l } else { - yyb2123 = r.CheckBreak() + yyb2128 = r.CheckBreak() } - if yyb2123 { + if yyb2128 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2123-1, "") + z.DecStructFieldNotFound(yyj2128-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -28519,60 +28574,60 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2133 := z.EncBinary() - _ = yym2133 + yym2138 := z.EncBinary() + _ = yym2138 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2134 := !z.EncBinary() - yy2arr2134 := z.EncBasicHandle().StructToArray - var yyq2134 [8]bool - _, _, _ = yysep2134, yyq2134, yy2arr2134 - const yyr2134 bool = false - yyq2134[0] = x.Phase != "" - yyq2134[1] = len(x.Conditions) != 0 - yyq2134[2] = x.Message != "" - yyq2134[3] = x.Reason != "" - yyq2134[4] = x.HostIP != "" - yyq2134[5] = x.PodIP != "" - yyq2134[6] = x.StartTime != nil - yyq2134[7] = len(x.ContainerStatuses) != 0 - var yynn2134 int - if yyr2134 || yy2arr2134 { + yysep2139 := !z.EncBinary() + yy2arr2139 := z.EncBasicHandle().StructToArray + var yyq2139 [8]bool + _, _, _ = yysep2139, yyq2139, yy2arr2139 + const yyr2139 bool = false + yyq2139[0] = x.Phase != "" + yyq2139[1] = len(x.Conditions) != 0 + yyq2139[2] = x.Message != "" + yyq2139[3] = x.Reason != "" + yyq2139[4] = x.HostIP != "" + yyq2139[5] = x.PodIP != "" + yyq2139[6] = x.StartTime != nil + yyq2139[7] = len(x.ContainerStatuses) != 0 + var yynn2139 int + if yyr2139 || yy2arr2139 { r.EncodeArrayStart(8) } else { - yynn2134 = 0 - for _, b := range yyq2134 { + yynn2139 = 0 + for _, b := range yyq2139 { if b { - yynn2134++ + yynn2139++ } } - r.EncodeMapStart(yynn2134) - yynn2134 = 0 + r.EncodeMapStart(yynn2139) + yynn2139 = 0 } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[0] { + if yyq2139[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2134[0] { + if yyq2139[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[1] { + if yyq2139[1] { if x.Conditions == nil { r.EncodeNil() } else { - yym2137 := z.EncBinary() - _ = yym2137 + yym2142 := z.EncBinary() + _ = yym2142 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -28582,15 +28637,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2134[1] { + if yyq2139[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2138 := z.EncBinary() - _ = yym2138 + yym2143 := z.EncBinary() + _ = yym2143 if false { } else { h.encSlicePodCondition(([]PodCondition)(x.Conditions), e) @@ -28598,11 +28653,11 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[2] { - yym2140 := z.EncBinary() - _ = yym2140 + if yyq2139[2] { + yym2145 := z.EncBinary() + _ = yym2145 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -28611,74 +28666,74 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2134[2] { + if yyq2139[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2141 := z.EncBinary() - _ = yym2141 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Message)) - } - } - } - if yyr2134 || yy2arr2134 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[3] { - yym2143 := z.EncBinary() - _ = yym2143 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2134[3] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2144 := z.EncBinary() - _ = yym2144 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr2134 || yy2arr2134 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[4] { yym2146 := z.EncBinary() _ = yym2146 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + r.EncodeString(codecSelferC_UTF81234, string(x.Message)) + } + } + } + if yyr2139 || yy2arr2139 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2139[3] { + yym2148 := z.EncBinary() + _ = yym2148 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2134[4] { + if yyq2139[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2147 := z.EncBinary() - _ = yym2147 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) - } - } - } - if yyr2134 || yy2arr2134 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[5] { yym2149 := z.EncBinary() _ = yym2149 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr2139 || yy2arr2139 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2139[4] { + yym2151 := z.EncBinary() + _ = yym2151 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2139[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("hostIP")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2152 := z.EncBinary() + _ = yym2152 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.HostIP)) + } + } + } + if yyr2139 || yy2arr2139 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2139[5] { + yym2154 := z.EncBinary() + _ = yym2154 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } @@ -28686,31 +28741,31 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2134[5] { + if yyq2139[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2150 := z.EncBinary() - _ = yym2150 + yym2155 := z.EncBinary() + _ = yym2155 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodIP)) } } } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[6] { + if yyq2139[6] { if x.StartTime == nil { r.EncodeNil() } else { - yym2152 := z.EncBinary() - _ = yym2152 + yym2157 := z.EncBinary() + _ = yym2157 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2152 { + } else if yym2157 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2152 && z.IsJSONHandle() { + } else if !yym2157 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -28720,20 +28775,20 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2134[6] { + if yyq2139[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("startTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StartTime == nil { r.EncodeNil() } else { - yym2153 := z.EncBinary() - _ = yym2153 + yym2158 := z.EncBinary() + _ = yym2158 if false { } else if z.HasExtensions() && z.EncExt(x.StartTime) { - } else if yym2153 { + } else if yym2158 { z.EncBinaryMarshal(x.StartTime) - } else if !yym2153 && z.IsJSONHandle() { + } else if !yym2158 && z.IsJSONHandle() { z.EncJSONMarshal(x.StartTime) } else { z.EncFallback(x.StartTime) @@ -28741,14 +28796,14 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2134[7] { + if yyq2139[7] { if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2155 := z.EncBinary() - _ = yym2155 + yym2160 := z.EncBinary() + _ = yym2160 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -28758,15 +28813,15 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2134[7] { + if yyq2139[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerStatuses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ContainerStatuses == nil { r.EncodeNil() } else { - yym2156 := z.EncBinary() - _ = yym2156 + yym2161 := z.EncBinary() + _ = yym2161 if false { } else { h.encSliceContainerStatus(([]ContainerStatus)(x.ContainerStatuses), e) @@ -28774,7 +28829,7 @@ func (x *PodStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2134 || yy2arr2134 { + if yyr2139 || yy2arr2139 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -28787,25 +28842,25 @@ func (x *PodStatus) 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) @@ -28817,12 +28872,12 @@ func (x *PodStatus) 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 { @@ -28831,10 +28886,10 @@ func (x *PodStatus) 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 "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -28845,12 +28900,12 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2161 := &x.Conditions - yym2162 := z.DecBinary() - _ = yym2162 + yyv2166 := &x.Conditions + yym2167 := z.DecBinary() + _ = yym2167 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2161), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2166), d) } } case "message": @@ -28886,13 +28941,13 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2168 := z.DecBinary() - _ = yym2168 + yym2173 := z.DecBinary() + _ = yym2173 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2168 { + } else if yym2173 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2168 && z.IsJSONHandle() { + } else if !yym2173 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) @@ -28902,18 +28957,18 @@ func (x *PodStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2169 := &x.ContainerStatuses - yym2170 := z.DecBinary() - _ = yym2170 + yyv2174 := &x.ContainerStatuses + yym2175 := z.DecBinary() + _ = yym2175 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2169), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2174), d) } } 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) } @@ -28921,16 +28976,16 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2171 int - var yyb2171 bool - var yyhl2171 bool = l >= 0 - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + var yyj2176 int + var yyb2176 bool + var yyhl2176 bool = l >= 0 + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28940,13 +28995,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = PodPhase(r.DecodeString()) } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28954,21 +29009,21 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2173 := &x.Conditions - yym2174 := z.DecBinary() - _ = yym2174 + yyv2178 := &x.Conditions + yym2179 := z.DecBinary() + _ = yym2179 if false { } else { - h.decSlicePodCondition((*[]PodCondition)(yyv2173), d) + h.decSlicePodCondition((*[]PodCondition)(yyv2178), d) } } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28978,13 +29033,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -28994,13 +29049,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29010,13 +29065,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.HostIP = string(r.DecodeString()) } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29026,13 +29081,13 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodIP = string(r.DecodeString()) } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29045,25 +29100,25 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.StartTime == nil { x.StartTime = new(pkg2_unversioned.Time) } - yym2180 := z.DecBinary() - _ = yym2180 + yym2185 := z.DecBinary() + _ = yym2185 if false { } else if z.HasExtensions() && z.DecExt(x.StartTime) { - } else if yym2180 { + } else if yym2185 { z.DecBinaryUnmarshal(x.StartTime) - } else if !yym2180 && z.IsJSONHandle() { + } else if !yym2185 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.StartTime) } else { z.DecFallback(x.StartTime, false) } } - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29071,26 +29126,26 @@ func (x *PodStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ContainerStatuses = nil } else { - yyv2181 := &x.ContainerStatuses - yym2182 := z.DecBinary() - _ = yym2182 + yyv2186 := &x.ContainerStatuses + yym2187 := z.DecBinary() + _ = yym2187 if false { } else { - h.decSliceContainerStatus((*[]ContainerStatus)(yyv2181), d) + h.decSliceContainerStatus((*[]ContainerStatus)(yyv2186), d) } } for { - yyj2171++ - if yyhl2171 { - yyb2171 = yyj2171 > l + yyj2176++ + if yyhl2176 { + yyb2176 = yyj2176 > l } else { - yyb2171 = r.CheckBreak() + yyb2176 = r.CheckBreak() } - if yyb2171 { + if yyb2176 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2171-1, "") + z.DecStructFieldNotFound(yyj2176-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29102,38 +29157,38 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2183 := z.EncBinary() - _ = yym2183 + yym2188 := z.EncBinary() + _ = yym2188 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2184 := !z.EncBinary() - yy2arr2184 := z.EncBasicHandle().StructToArray - var yyq2184 [4]bool - _, _, _ = yysep2184, yyq2184, yy2arr2184 - const yyr2184 bool = false - yyq2184[0] = x.Kind != "" - yyq2184[1] = x.APIVersion != "" - yyq2184[2] = true - yyq2184[3] = true - var yynn2184 int - if yyr2184 || yy2arr2184 { + yysep2189 := !z.EncBinary() + yy2arr2189 := z.EncBasicHandle().StructToArray + var yyq2189 [4]bool + _, _, _ = yysep2189, yyq2189, yy2arr2189 + const yyr2189 bool = false + yyq2189[0] = x.Kind != "" + yyq2189[1] = x.APIVersion != "" + yyq2189[2] = true + yyq2189[3] = true + var yynn2189 int + if yyr2189 || yy2arr2189 { r.EncodeArrayStart(4) } else { - yynn2184 = 0 - for _, b := range yyq2184 { + yynn2189 = 0 + for _, b := range yyq2189 { if b { - yynn2184++ + yynn2189++ } } - r.EncodeMapStart(yynn2184) - yynn2184 = 0 + r.EncodeMapStart(yynn2189) + yynn2189 = 0 } - if yyr2184 || yy2arr2184 { + if yyr2189 || yy2arr2189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2184[0] { - yym2186 := z.EncBinary() - _ = yym2186 + if yyq2189[0] { + yym2191 := z.EncBinary() + _ = yym2191 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29142,23 +29197,23 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2184[0] { + if yyq2189[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2187 := z.EncBinary() - _ = yym2187 + yym2192 := z.EncBinary() + _ = yym2192 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2184 || yy2arr2184 { + if yyr2189 || yy2arr2189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2184[1] { - yym2189 := z.EncBinary() - _ = yym2189 + if yyq2189[1] { + yym2194 := z.EncBinary() + _ = yym2194 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29167,53 +29222,53 @@ func (x *PodStatusResult) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2184[1] { + if yyq2189[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2190 := z.EncBinary() - _ = yym2190 + yym2195 := z.EncBinary() + _ = yym2195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2184 || yy2arr2184 { + if yyr2189 || yy2arr2189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2184[2] { - yy2192 := &x.ObjectMeta - yy2192.CodecEncodeSelf(e) + if yyq2189[2] { + yy2197 := &x.ObjectMeta + yy2197.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2184[2] { + if yyq2189[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2193 := &x.ObjectMeta - yy2193.CodecEncodeSelf(e) + yy2198 := &x.ObjectMeta + yy2198.CodecEncodeSelf(e) } } - if yyr2184 || yy2arr2184 { + if yyr2189 || yy2arr2189 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2184[3] { - yy2195 := &x.Status - yy2195.CodecEncodeSelf(e) + if yyq2189[3] { + yy2200 := &x.Status + yy2200.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2184[3] { + if yyq2189[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2196 := &x.Status - yy2196.CodecEncodeSelf(e) + yy2201 := &x.Status + yy2201.CodecEncodeSelf(e) } } - if yyr2184 || yy2arr2184 { + if yyr2189 || yy2arr2189 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29226,25 +29281,25 @@ func (x *PodStatusResult) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2197 := z.DecBinary() - _ = yym2197 + yym2202 := z.DecBinary() + _ = yym2202 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2198 := r.ContainerType() - if yyct2198 == codecSelferValueTypeMap1234 { - yyl2198 := r.ReadMapStart() - if yyl2198 == 0 { + yyct2203 := r.ContainerType() + if yyct2203 == codecSelferValueTypeMap1234 { + yyl2203 := r.ReadMapStart() + if yyl2203 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2198, d) + x.codecDecodeSelfFromMap(yyl2203, d) } - } else if yyct2198 == codecSelferValueTypeArray1234 { - yyl2198 := r.ReadArrayStart() - if yyl2198 == 0 { + } else if yyct2203 == codecSelferValueTypeArray1234 { + yyl2203 := r.ReadArrayStart() + if yyl2203 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2198, d) + x.codecDecodeSelfFromArray(yyl2203, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29256,12 +29311,12 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2199Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2199Slc - var yyhl2199 bool = l >= 0 - for yyj2199 := 0; ; yyj2199++ { - if yyhl2199 { - if yyj2199 >= l { + var yys2204Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2204Slc + var yyhl2204 bool = l >= 0 + for yyj2204 := 0; ; yyj2204++ { + if yyhl2204 { + if yyj2204 >= l { break } } else { @@ -29270,10 +29325,10 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2199Slc = r.DecodeBytes(yys2199Slc, true, true) - yys2199 := string(yys2199Slc) + yys2204Slc = r.DecodeBytes(yys2204Slc, true, true) + yys2204 := string(yys2204Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2199 { + switch yys2204 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29290,20 +29345,20 @@ func (x *PodStatusResult) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2202 := &x.ObjectMeta - yyv2202.CodecDecodeSelf(d) + yyv2207 := &x.ObjectMeta + yyv2207.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2203 := &x.Status - yyv2203.CodecDecodeSelf(d) + yyv2208 := &x.Status + yyv2208.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2199) - } // end switch yys2199 - } // end for yyj2199 + z.DecStructFieldNotFound(-1, yys2204) + } // end switch yys2204 + } // end for yyj2204 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29311,16 +29366,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2204 int - var yyb2204 bool - var yyhl2204 bool = l >= 0 - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + var yyj2209 int + var yyb2209 bool + var yyhl2209 bool = l >= 0 + yyj2209++ + if yyhl2209 { + yyb2209 = yyj2209 > l } else { - yyb2204 = r.CheckBreak() + yyb2209 = r.CheckBreak() } - if yyb2204 { + if yyb2209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29330,13 +29385,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2209++ + if yyhl2209 { + yyb2209 = yyj2209 > l } else { - yyb2204 = r.CheckBreak() + yyb2209 = r.CheckBreak() } - if yyb2204 { + if yyb2209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29346,13 +29401,13 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2209++ + if yyhl2209 { + yyb2209 = yyj2209 > l } else { - yyb2204 = r.CheckBreak() + yyb2209 = r.CheckBreak() } - if yyb2204 { + if yyb2209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29360,16 +29415,16 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2207 := &x.ObjectMeta - yyv2207.CodecDecodeSelf(d) + yyv2212 := &x.ObjectMeta + yyv2212.CodecDecodeSelf(d) } - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2209++ + if yyhl2209 { + yyb2209 = yyj2209 > l } else { - yyb2204 = r.CheckBreak() + yyb2209 = r.CheckBreak() } - if yyb2204 { + if yyb2209 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29377,21 +29432,21 @@ func (x *PodStatusResult) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2208 := &x.Status - yyv2208.CodecDecodeSelf(d) + yyv2213 := &x.Status + yyv2213.CodecDecodeSelf(d) } for { - yyj2204++ - if yyhl2204 { - yyb2204 = yyj2204 > l + yyj2209++ + if yyhl2209 { + yyb2209 = yyj2209 > l } else { - yyb2204 = r.CheckBreak() + yyb2209 = r.CheckBreak() } - if yyb2204 { + if yyb2209 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2204-1, "") + z.DecStructFieldNotFound(yyj2209-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -29403,39 +29458,39 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2209 := z.EncBinary() - _ = yym2209 + yym2214 := z.EncBinary() + _ = yym2214 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2210 := !z.EncBinary() - yy2arr2210 := z.EncBasicHandle().StructToArray - var yyq2210 [5]bool - _, _, _ = yysep2210, yyq2210, yy2arr2210 - const yyr2210 bool = false - yyq2210[0] = x.Kind != "" - yyq2210[1] = x.APIVersion != "" - yyq2210[2] = true - yyq2210[3] = true - yyq2210[4] = true - var yynn2210 int - if yyr2210 || yy2arr2210 { + yysep2215 := !z.EncBinary() + yy2arr2215 := z.EncBasicHandle().StructToArray + var yyq2215 [5]bool + _, _, _ = yysep2215, yyq2215, yy2arr2215 + const yyr2215 bool = false + yyq2215[0] = x.Kind != "" + yyq2215[1] = x.APIVersion != "" + yyq2215[2] = true + yyq2215[3] = true + yyq2215[4] = true + var yynn2215 int + if yyr2215 || yy2arr2215 { r.EncodeArrayStart(5) } else { - yynn2210 = 0 - for _, b := range yyq2210 { + yynn2215 = 0 + for _, b := range yyq2215 { if b { - yynn2210++ + yynn2215++ } } - r.EncodeMapStart(yynn2210) - yynn2210 = 0 + r.EncodeMapStart(yynn2215) + yynn2215 = 0 } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2210[0] { - yym2212 := z.EncBinary() - _ = yym2212 + if yyq2215[0] { + yym2217 := z.EncBinary() + _ = yym2217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29444,23 +29499,23 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2210[0] { + if yyq2215[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2213 := z.EncBinary() - _ = yym2213 + yym2218 := z.EncBinary() + _ = yym2218 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2210[1] { - yym2215 := z.EncBinary() - _ = yym2215 + if yyq2215[1] { + yym2220 := z.EncBinary() + _ = yym2220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29469,70 +29524,70 @@ func (x *Pod) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2210[1] { + if yyq2215[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2216 := z.EncBinary() - _ = yym2216 + yym2221 := z.EncBinary() + _ = yym2221 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2210[2] { - yy2218 := &x.ObjectMeta - yy2218.CodecEncodeSelf(e) + if yyq2215[2] { + yy2223 := &x.ObjectMeta + yy2223.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2210[2] { + if yyq2215[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2219 := &x.ObjectMeta - yy2219.CodecEncodeSelf(e) + yy2224 := &x.ObjectMeta + yy2224.CodecEncodeSelf(e) } } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2210[3] { - yy2221 := &x.Spec - yy2221.CodecEncodeSelf(e) + if yyq2215[3] { + yy2226 := &x.Spec + yy2226.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2210[3] { + if yyq2215[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2222 := &x.Spec - yy2222.CodecEncodeSelf(e) + yy2227 := &x.Spec + yy2227.CodecEncodeSelf(e) } } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2210[4] { - yy2224 := &x.Status - yy2224.CodecEncodeSelf(e) + if yyq2215[4] { + yy2229 := &x.Status + yy2229.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2210[4] { + if yyq2215[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2225 := &x.Status - yy2225.CodecEncodeSelf(e) + yy2230 := &x.Status + yy2230.CodecEncodeSelf(e) } } - if yyr2210 || yy2arr2210 { + if yyr2215 || yy2arr2215 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29545,25 +29600,25 @@ func (x *Pod) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2226 := z.DecBinary() - _ = yym2226 + yym2231 := z.DecBinary() + _ = yym2231 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2227 := r.ContainerType() - if yyct2227 == codecSelferValueTypeMap1234 { - yyl2227 := r.ReadMapStart() - if yyl2227 == 0 { + yyct2232 := r.ContainerType() + if yyct2232 == codecSelferValueTypeMap1234 { + yyl2232 := r.ReadMapStart() + if yyl2232 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2227, d) + x.codecDecodeSelfFromMap(yyl2232, d) } - } else if yyct2227 == codecSelferValueTypeArray1234 { - yyl2227 := r.ReadArrayStart() - if yyl2227 == 0 { + } else if yyct2232 == codecSelferValueTypeArray1234 { + yyl2232 := r.ReadArrayStart() + if yyl2232 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2227, d) + x.codecDecodeSelfFromArray(yyl2232, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29575,12 +29630,12 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2228Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2228Slc - var yyhl2228 bool = l >= 0 - for yyj2228 := 0; ; yyj2228++ { - if yyhl2228 { - if yyj2228 >= l { + var yys2233Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2233Slc + var yyhl2233 bool = l >= 0 + for yyj2233 := 0; ; yyj2233++ { + if yyhl2233 { + if yyj2233 >= l { break } } else { @@ -29589,10 +29644,10 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2228Slc = r.DecodeBytes(yys2228Slc, true, true) - yys2228 := string(yys2228Slc) + yys2233Slc = r.DecodeBytes(yys2233Slc, true, true) + yys2233 := string(yys2233Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2228 { + switch yys2233 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29609,27 +29664,27 @@ func (x *Pod) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2231 := &x.ObjectMeta - yyv2231.CodecDecodeSelf(d) + yyv2236 := &x.ObjectMeta + yyv2236.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2232 := &x.Spec - yyv2232.CodecDecodeSelf(d) + yyv2237 := &x.Spec + yyv2237.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2233 := &x.Status - yyv2233.CodecDecodeSelf(d) + yyv2238 := &x.Status + yyv2238.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2228) - } // end switch yys2228 - } // end for yyj2228 + z.DecStructFieldNotFound(-1, yys2233) + } // end switch yys2233 + } // end for yyj2233 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29637,16 +29692,16 @@ func (x *Pod) 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 } @@ -29656,13 +29711,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29672,13 +29727,13 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29686,16 +29741,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2237 := &x.ObjectMeta - yyv2237.CodecDecodeSelf(d) + yyv2242 := &x.ObjectMeta + yyv2242.CodecDecodeSelf(d) } - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29703,16 +29758,16 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2238 := &x.Spec - yyv2238.CodecDecodeSelf(d) + yyv2243 := &x.Spec + yyv2243.CodecDecodeSelf(d) } - yyj2234++ - if yyhl2234 { - yyb2234 = yyj2234 > l + yyj2239++ + if yyhl2239 { + yyb2239 = yyj2239 > l } else { - yyb2234 = r.CheckBreak() + yyb2239 = r.CheckBreak() } - if yyb2234 { + if yyb2239 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -29720,21 +29775,21 @@ func (x *Pod) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = PodStatus{} } else { - yyv2239 := &x.Status - yyv2239.CodecDecodeSelf(d) + yyv2244 := &x.Status + yyv2244.CodecDecodeSelf(d) } 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) } @@ -29746,37 +29801,37 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2240 := z.EncBinary() - _ = yym2240 + yym2245 := z.EncBinary() + _ = yym2245 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2241 := !z.EncBinary() - yy2arr2241 := z.EncBasicHandle().StructToArray - var yyq2241 [4]bool - _, _, _ = yysep2241, yyq2241, yy2arr2241 - const yyr2241 bool = false - yyq2241[0] = x.Kind != "" - yyq2241[1] = x.APIVersion != "" - yyq2241[2] = true - var yynn2241 int - if yyr2241 || yy2arr2241 { + yysep2246 := !z.EncBinary() + yy2arr2246 := z.EncBasicHandle().StructToArray + var yyq2246 [4]bool + _, _, _ = yysep2246, yyq2246, yy2arr2246 + const yyr2246 bool = false + yyq2246[0] = x.Kind != "" + yyq2246[1] = x.APIVersion != "" + yyq2246[2] = true + var yynn2246 int + if yyr2246 || yy2arr2246 { r.EncodeArrayStart(4) } else { - yynn2241 = 1 - for _, b := range yyq2241 { + yynn2246 = 1 + for _, b := range yyq2246 { if b { - yynn2241++ + yynn2246++ } } - r.EncodeMapStart(yynn2241) - yynn2241 = 0 + r.EncodeMapStart(yynn2246) + yynn2246 = 0 } - if yyr2241 || yy2arr2241 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2241[0] { - yym2243 := z.EncBinary() - _ = yym2243 + if yyq2246[0] { + yym2248 := z.EncBinary() + _ = yym2248 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -29785,23 +29840,23 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2241[0] { + if yyq2246[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2244 := z.EncBinary() - _ = yym2244 + yym2249 := z.EncBinary() + _ = yym2249 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2241 || yy2arr2241 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2241[1] { - yym2246 := z.EncBinary() - _ = yym2246 + if yyq2246[1] { + yym2251 := z.EncBinary() + _ = yym2251 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -29810,54 +29865,54 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2241[1] { + if yyq2246[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2247 := z.EncBinary() - _ = yym2247 + yym2252 := z.EncBinary() + _ = yym2252 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2241 || yy2arr2241 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2241[2] { - yy2249 := &x.ListMeta - yym2250 := z.EncBinary() - _ = yym2250 + if yyq2246[2] { + yy2254 := &x.ListMeta + yym2255 := z.EncBinary() + _ = yym2255 if false { - } else if z.HasExtensions() && z.EncExt(yy2249) { + } else if z.HasExtensions() && z.EncExt(yy2254) { } else { - z.EncFallback(yy2249) + z.EncFallback(yy2254) } } else { r.EncodeNil() } } else { - if yyq2241[2] { + if yyq2246[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2251 := &x.ListMeta - yym2252 := z.EncBinary() - _ = yym2252 + yy2256 := &x.ListMeta + yym2257 := z.EncBinary() + _ = yym2257 if false { - } else if z.HasExtensions() && z.EncExt(yy2251) { + } else if z.HasExtensions() && z.EncExt(yy2256) { } else { - z.EncFallback(yy2251) + z.EncFallback(yy2256) } } } - if yyr2241 || yy2arr2241 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2254 := z.EncBinary() - _ = yym2254 + yym2259 := z.EncBinary() + _ = yym2259 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) @@ -29870,15 +29925,15 @@ func (x *PodList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2255 := z.EncBinary() - _ = yym2255 + yym2260 := z.EncBinary() + _ = yym2260 if false { } else { h.encSlicePod(([]Pod)(x.Items), e) } } } - if yyr2241 || yy2arr2241 { + if yyr2246 || yy2arr2246 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -29891,25 +29946,25 @@ func (x *PodList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2256 := z.DecBinary() - _ = yym2256 + yym2261 := z.DecBinary() + _ = yym2261 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2257 := r.ContainerType() - if yyct2257 == codecSelferValueTypeMap1234 { - yyl2257 := r.ReadMapStart() - if yyl2257 == 0 { + yyct2262 := r.ContainerType() + if yyct2262 == codecSelferValueTypeMap1234 { + yyl2262 := r.ReadMapStart() + if yyl2262 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2257, d) + x.codecDecodeSelfFromMap(yyl2262, d) } - } else if yyct2257 == codecSelferValueTypeArray1234 { - yyl2257 := r.ReadArrayStart() - if yyl2257 == 0 { + } else if yyct2262 == codecSelferValueTypeArray1234 { + yyl2262 := r.ReadArrayStart() + if yyl2262 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2257, d) + x.codecDecodeSelfFromArray(yyl2262, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -29921,12 +29976,12 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2258Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2258Slc - var yyhl2258 bool = l >= 0 - for yyj2258 := 0; ; yyj2258++ { - if yyhl2258 { - if yyj2258 >= l { + var yys2263Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2263Slc + var yyhl2263 bool = l >= 0 + for yyj2263 := 0; ; yyj2263++ { + if yyhl2263 { + if yyj2263 >= l { break } } else { @@ -29935,10 +29990,10 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2258Slc = r.DecodeBytes(yys2258Slc, true, true) - yys2258 := string(yys2258Slc) + yys2263Slc = r.DecodeBytes(yys2263Slc, true, true) + yys2263 := string(yys2263Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2258 { + switch yys2263 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -29955,31 +30010,31 @@ func (x *PodList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2261 := &x.ListMeta - yym2262 := z.DecBinary() - _ = yym2262 + yyv2266 := &x.ListMeta + yym2267 := z.DecBinary() + _ = yym2267 if false { - } else if z.HasExtensions() && z.DecExt(yyv2261) { + } else if z.HasExtensions() && z.DecExt(yyv2266) { } else { - z.DecFallback(yyv2261, false) + z.DecFallback(yyv2266, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2263 := &x.Items - yym2264 := z.DecBinary() - _ = yym2264 + yyv2268 := &x.Items + yym2269 := z.DecBinary() + _ = yym2269 if false { } else { - h.decSlicePod((*[]Pod)(yyv2263), d) + h.decSlicePod((*[]Pod)(yyv2268), d) } } default: - z.DecStructFieldNotFound(-1, yys2258) - } // end switch yys2258 - } // end for yyj2258 + z.DecStructFieldNotFound(-1, yys2263) + } // end switch yys2263 + } // end for yyj2263 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -29987,16 +30042,16 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2265 int - var yyb2265 bool - var yyhl2265 bool = l >= 0 - yyj2265++ - if yyhl2265 { - yyb2265 = yyj2265 > l + var yyj2270 int + var yyb2270 bool + var yyhl2270 bool = l >= 0 + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2265 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2265 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30006,13 +30061,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2265++ - if yyhl2265 { - yyb2265 = yyj2265 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2265 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2265 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30022,13 +30077,13 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2265++ - if yyhl2265 { - yyb2265 = yyj2265 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2265 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2265 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30036,22 +30091,22 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2268 := &x.ListMeta - yym2269 := z.DecBinary() - _ = yym2269 + yyv2273 := &x.ListMeta + yym2274 := z.DecBinary() + _ = yym2274 if false { - } else if z.HasExtensions() && z.DecExt(yyv2268) { + } else if z.HasExtensions() && z.DecExt(yyv2273) { } else { - z.DecFallback(yyv2268, false) + z.DecFallback(yyv2273, false) } } - yyj2265++ - if yyhl2265 { - yyb2265 = yyj2265 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2265 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2265 { + if yyb2270 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30059,26 +30114,26 @@ func (x *PodList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2270 := &x.Items - yym2271 := z.DecBinary() - _ = yym2271 + yyv2275 := &x.Items + yym2276 := z.DecBinary() + _ = yym2276 if false { } else { - h.decSlicePod((*[]Pod)(yyv2270), d) + h.decSlicePod((*[]Pod)(yyv2275), d) } } for { - yyj2265++ - if yyhl2265 { - yyb2265 = yyj2265 > l + yyj2270++ + if yyhl2270 { + yyb2270 = yyj2270 > l } else { - yyb2265 = r.CheckBreak() + yyb2270 = r.CheckBreak() } - if yyb2265 { + if yyb2270 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2265-1, "") + z.DecStructFieldNotFound(yyj2270-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30090,66 +30145,66 @@ func (x *PodTemplateSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2272 := z.EncBinary() - _ = yym2272 + yym2277 := z.EncBinary() + _ = yym2277 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2273 := !z.EncBinary() - yy2arr2273 := z.EncBasicHandle().StructToArray - var yyq2273 [2]bool - _, _, _ = yysep2273, yyq2273, yy2arr2273 - const yyr2273 bool = false - yyq2273[0] = true - yyq2273[1] = true - var yynn2273 int - if yyr2273 || yy2arr2273 { + yysep2278 := !z.EncBinary() + yy2arr2278 := z.EncBasicHandle().StructToArray + var yyq2278 [2]bool + _, _, _ = yysep2278, yyq2278, yy2arr2278 + const yyr2278 bool = false + yyq2278[0] = true + yyq2278[1] = true + var yynn2278 int + if yyr2278 || yy2arr2278 { r.EncodeArrayStart(2) } else { - yynn2273 = 0 - for _, b := range yyq2273 { + yynn2278 = 0 + for _, b := range yyq2278 { if b { - yynn2273++ + yynn2278++ } } - r.EncodeMapStart(yynn2273) - yynn2273 = 0 + r.EncodeMapStart(yynn2278) + yynn2278 = 0 } - if yyr2273 || yy2arr2273 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2273[0] { - yy2275 := &x.ObjectMeta - yy2275.CodecEncodeSelf(e) + if yyq2278[0] { + yy2280 := &x.ObjectMeta + yy2280.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2273[0] { + if yyq2278[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2276 := &x.ObjectMeta - yy2276.CodecEncodeSelf(e) + yy2281 := &x.ObjectMeta + yy2281.CodecEncodeSelf(e) } } - if yyr2273 || yy2arr2273 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2273[1] { - yy2278 := &x.Spec - yy2278.CodecEncodeSelf(e) + if yyq2278[1] { + yy2283 := &x.Spec + yy2283.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2273[1] { + if yyq2278[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2279 := &x.Spec - yy2279.CodecEncodeSelf(e) + yy2284 := &x.Spec + yy2284.CodecEncodeSelf(e) } } - if yyr2273 || yy2arr2273 { + if yyr2278 || yy2arr2278 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30162,25 +30217,25 @@ func (x *PodTemplateSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2280 := z.DecBinary() - _ = yym2280 + yym2285 := z.DecBinary() + _ = yym2285 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2281 := r.ContainerType() - if yyct2281 == codecSelferValueTypeMap1234 { - yyl2281 := r.ReadMapStart() - if yyl2281 == 0 { + yyct2286 := r.ContainerType() + if yyct2286 == codecSelferValueTypeMap1234 { + yyl2286 := r.ReadMapStart() + if yyl2286 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2281, d) + x.codecDecodeSelfFromMap(yyl2286, d) } - } else if yyct2281 == codecSelferValueTypeArray1234 { - yyl2281 := r.ReadArrayStart() - if yyl2281 == 0 { + } else if yyct2286 == codecSelferValueTypeArray1234 { + yyl2286 := r.ReadArrayStart() + if yyl2286 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2281, d) + x.codecDecodeSelfFromArray(yyl2286, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30192,12 +30247,12 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2282Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2282Slc - var yyhl2282 bool = l >= 0 - for yyj2282 := 0; ; yyj2282++ { - if yyhl2282 { - if yyj2282 >= l { + var yys2287Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2287Slc + var yyhl2287 bool = l >= 0 + for yyj2287 := 0; ; yyj2287++ { + if yyhl2287 { + if yyj2287 >= l { break } } else { @@ -30206,28 +30261,28 @@ func (x *PodTemplateSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2282Slc = r.DecodeBytes(yys2282Slc, true, true) - yys2282 := string(yys2282Slc) + yys2287Slc = r.DecodeBytes(yys2287Slc, true, true) + yys2287 := string(yys2287Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2282 { + switch yys2287 { case "metadata": if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2283 := &x.ObjectMeta - yyv2283.CodecDecodeSelf(d) + yyv2288 := &x.ObjectMeta + yyv2288.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2284 := &x.Spec - yyv2284.CodecDecodeSelf(d) + yyv2289 := &x.Spec + yyv2289.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2282) - } // end switch yys2282 - } // end for yyj2282 + z.DecStructFieldNotFound(-1, yys2287) + } // end switch yys2287 + } // end for yyj2287 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30235,16 +30290,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2285 int - var yyb2285 bool - var yyhl2285 bool = l >= 0 - yyj2285++ - if yyhl2285 { - yyb2285 = yyj2285 > l + var yyj2290 int + var yyb2290 bool + var yyhl2290 bool = l >= 0 + yyj2290++ + if yyhl2290 { + yyb2290 = yyj2290 > l } else { - yyb2285 = r.CheckBreak() + yyb2290 = r.CheckBreak() } - if yyb2285 { + if yyb2290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30252,16 +30307,16 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2286 := &x.ObjectMeta - yyv2286.CodecDecodeSelf(d) + yyv2291 := &x.ObjectMeta + yyv2291.CodecDecodeSelf(d) } - yyj2285++ - if yyhl2285 { - yyb2285 = yyj2285 > l + yyj2290++ + if yyhl2290 { + yyb2290 = yyj2290 > l } else { - yyb2285 = r.CheckBreak() + yyb2290 = r.CheckBreak() } - if yyb2285 { + if yyb2290 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30269,21 +30324,21 @@ func (x *PodTemplateSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Spec = PodSpec{} } else { - yyv2287 := &x.Spec - yyv2287.CodecDecodeSelf(d) + yyv2292 := &x.Spec + yyv2292.CodecDecodeSelf(d) } for { - yyj2285++ - if yyhl2285 { - yyb2285 = yyj2285 > l + yyj2290++ + if yyhl2290 { + yyb2290 = yyj2290 > l } else { - yyb2285 = r.CheckBreak() + yyb2290 = r.CheckBreak() } - if yyb2285 { + if yyb2290 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2285-1, "") + z.DecStructFieldNotFound(yyj2290-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30295,38 +30350,38 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2288 := z.EncBinary() - _ = yym2288 + yym2293 := z.EncBinary() + _ = yym2293 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2289 := !z.EncBinary() - yy2arr2289 := z.EncBasicHandle().StructToArray - var yyq2289 [4]bool - _, _, _ = yysep2289, yyq2289, yy2arr2289 - const yyr2289 bool = false - yyq2289[0] = x.Kind != "" - yyq2289[1] = x.APIVersion != "" - yyq2289[2] = true - yyq2289[3] = true - var yynn2289 int - if yyr2289 || yy2arr2289 { + yysep2294 := !z.EncBinary() + yy2arr2294 := z.EncBasicHandle().StructToArray + var yyq2294 [4]bool + _, _, _ = yysep2294, yyq2294, yy2arr2294 + const yyr2294 bool = false + yyq2294[0] = x.Kind != "" + yyq2294[1] = x.APIVersion != "" + yyq2294[2] = true + yyq2294[3] = true + var yynn2294 int + if yyr2294 || yy2arr2294 { r.EncodeArrayStart(4) } else { - yynn2289 = 0 - for _, b := range yyq2289 { + yynn2294 = 0 + for _, b := range yyq2294 { if b { - yynn2289++ + yynn2294++ } } - r.EncodeMapStart(yynn2289) - yynn2289 = 0 + r.EncodeMapStart(yynn2294) + yynn2294 = 0 } - if yyr2289 || yy2arr2289 { + if yyr2294 || yy2arr2294 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2289[0] { - yym2291 := z.EncBinary() - _ = yym2291 + if yyq2294[0] { + yym2296 := z.EncBinary() + _ = yym2296 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30335,23 +30390,23 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2289[0] { + if yyq2294[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2292 := z.EncBinary() - _ = yym2292 + yym2297 := z.EncBinary() + _ = yym2297 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2289 || yy2arr2289 { + if yyr2294 || yy2arr2294 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2289[1] { - yym2294 := z.EncBinary() - _ = yym2294 + if yyq2294[1] { + yym2299 := z.EncBinary() + _ = yym2299 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30360,53 +30415,53 @@ func (x *PodTemplate) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2289[1] { + if yyq2294[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2295 := z.EncBinary() - _ = yym2295 + yym2300 := z.EncBinary() + _ = yym2300 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2289 || yy2arr2289 { + if yyr2294 || yy2arr2294 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2289[2] { - yy2297 := &x.ObjectMeta - yy2297.CodecEncodeSelf(e) + if yyq2294[2] { + yy2302 := &x.ObjectMeta + yy2302.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2289[2] { + if yyq2294[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2298 := &x.ObjectMeta - yy2298.CodecEncodeSelf(e) + yy2303 := &x.ObjectMeta + yy2303.CodecEncodeSelf(e) } } - if yyr2289 || yy2arr2289 { + if yyr2294 || yy2arr2294 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2289[3] { - yy2300 := &x.Template - yy2300.CodecEncodeSelf(e) + if yyq2294[3] { + yy2305 := &x.Template + yy2305.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2289[3] { + if yyq2294[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2301 := &x.Template - yy2301.CodecEncodeSelf(e) + yy2306 := &x.Template + yy2306.CodecEncodeSelf(e) } } - if yyr2289 || yy2arr2289 { + if yyr2294 || yy2arr2294 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30419,25 +30474,25 @@ func (x *PodTemplate) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2302 := z.DecBinary() - _ = yym2302 + yym2307 := z.DecBinary() + _ = yym2307 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2303 := r.ContainerType() - if yyct2303 == codecSelferValueTypeMap1234 { - yyl2303 := r.ReadMapStart() - if yyl2303 == 0 { + yyct2308 := r.ContainerType() + if yyct2308 == codecSelferValueTypeMap1234 { + yyl2308 := r.ReadMapStart() + if yyl2308 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2303, d) + x.codecDecodeSelfFromMap(yyl2308, d) } - } else if yyct2303 == codecSelferValueTypeArray1234 { - yyl2303 := r.ReadArrayStart() - if yyl2303 == 0 { + } else if yyct2308 == codecSelferValueTypeArray1234 { + yyl2308 := r.ReadArrayStart() + if yyl2308 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2303, d) + x.codecDecodeSelfFromArray(yyl2308, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30449,12 +30504,12 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2304Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2304Slc - var yyhl2304 bool = l >= 0 - for yyj2304 := 0; ; yyj2304++ { - if yyhl2304 { - if yyj2304 >= l { + var yys2309Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2309Slc + var yyhl2309 bool = l >= 0 + for yyj2309 := 0; ; yyj2309++ { + if yyhl2309 { + if yyj2309 >= l { break } } else { @@ -30463,10 +30518,10 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2304Slc = r.DecodeBytes(yys2304Slc, true, true) - yys2304 := string(yys2304Slc) + yys2309Slc = r.DecodeBytes(yys2309Slc, true, true) + yys2309 := string(yys2309Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2304 { + switch yys2309 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30483,20 +30538,20 @@ func (x *PodTemplate) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2307 := &x.ObjectMeta - yyv2307.CodecDecodeSelf(d) + yyv2312 := &x.ObjectMeta + yyv2312.CodecDecodeSelf(d) } case "template": if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2308 := &x.Template - yyv2308.CodecDecodeSelf(d) + yyv2313 := &x.Template + yyv2313.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2304) - } // end switch yys2304 - } // end for yyj2304 + z.DecStructFieldNotFound(-1, yys2309) + } // end switch yys2309 + } // end for yyj2309 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30504,16 +30559,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2309 int - var yyb2309 bool - var yyhl2309 bool = l >= 0 - yyj2309++ - if yyhl2309 { - yyb2309 = yyj2309 > l + var yyj2314 int + var yyb2314 bool + var yyhl2314 bool = l >= 0 + yyj2314++ + if yyhl2314 { + yyb2314 = yyj2314 > l } else { - yyb2309 = r.CheckBreak() + yyb2314 = r.CheckBreak() } - if yyb2309 { + if yyb2314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30523,13 +30578,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2309++ - if yyhl2309 { - yyb2309 = yyj2309 > l + yyj2314++ + if yyhl2314 { + yyb2314 = yyj2314 > l } else { - yyb2309 = r.CheckBreak() + yyb2314 = r.CheckBreak() } - if yyb2309 { + if yyb2314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30539,13 +30594,13 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2309++ - if yyhl2309 { - yyb2309 = yyj2309 > l + yyj2314++ + if yyhl2314 { + yyb2314 = yyj2314 > l } else { - yyb2309 = r.CheckBreak() + yyb2314 = r.CheckBreak() } - if yyb2309 { + if yyb2314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30553,16 +30608,16 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2312 := &x.ObjectMeta - yyv2312.CodecDecodeSelf(d) + yyv2317 := &x.ObjectMeta + yyv2317.CodecDecodeSelf(d) } - yyj2309++ - if yyhl2309 { - yyb2309 = yyj2309 > l + yyj2314++ + if yyhl2314 { + yyb2314 = yyj2314 > l } else { - yyb2309 = r.CheckBreak() + yyb2314 = r.CheckBreak() } - if yyb2309 { + if yyb2314 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30570,21 +30625,21 @@ func (x *PodTemplate) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Template = PodTemplateSpec{} } else { - yyv2313 := &x.Template - yyv2313.CodecDecodeSelf(d) + yyv2318 := &x.Template + yyv2318.CodecDecodeSelf(d) } for { - yyj2309++ - if yyhl2309 { - yyb2309 = yyj2309 > l + yyj2314++ + if yyhl2314 { + yyb2314 = yyj2314 > l } else { - yyb2309 = r.CheckBreak() + yyb2314 = r.CheckBreak() } - if yyb2309 { + if yyb2314 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2309-1, "") + z.DecStructFieldNotFound(yyj2314-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30596,37 +30651,37 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2314 := z.EncBinary() - _ = yym2314 + yym2319 := z.EncBinary() + _ = yym2319 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2315 := !z.EncBinary() - yy2arr2315 := z.EncBasicHandle().StructToArray - var yyq2315 [4]bool - _, _, _ = yysep2315, yyq2315, yy2arr2315 - const yyr2315 bool = false - yyq2315[0] = x.Kind != "" - yyq2315[1] = x.APIVersion != "" - yyq2315[2] = true - var yynn2315 int - if yyr2315 || yy2arr2315 { + yysep2320 := !z.EncBinary() + yy2arr2320 := z.EncBasicHandle().StructToArray + var yyq2320 [4]bool + _, _, _ = yysep2320, yyq2320, yy2arr2320 + const yyr2320 bool = false + yyq2320[0] = x.Kind != "" + yyq2320[1] = x.APIVersion != "" + yyq2320[2] = true + var yynn2320 int + if yyr2320 || yy2arr2320 { r.EncodeArrayStart(4) } else { - yynn2315 = 1 - for _, b := range yyq2315 { + yynn2320 = 1 + for _, b := range yyq2320 { if b { - yynn2315++ + yynn2320++ } } - r.EncodeMapStart(yynn2315) - yynn2315 = 0 + r.EncodeMapStart(yynn2320) + yynn2320 = 0 } - if yyr2315 || yy2arr2315 { + if yyr2320 || yy2arr2320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2315[0] { - yym2317 := z.EncBinary() - _ = yym2317 + if yyq2320[0] { + yym2322 := z.EncBinary() + _ = yym2322 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -30635,23 +30690,23 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2315[0] { + if yyq2320[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2318 := z.EncBinary() - _ = yym2318 + yym2323 := z.EncBinary() + _ = yym2323 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2315 || yy2arr2315 { + if yyr2320 || yy2arr2320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2315[1] { - yym2320 := z.EncBinary() - _ = yym2320 + if yyq2320[1] { + yym2325 := z.EncBinary() + _ = yym2325 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -30660,54 +30715,54 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2315[1] { + if yyq2320[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2321 := z.EncBinary() - _ = yym2321 + yym2326 := z.EncBinary() + _ = yym2326 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2315 || yy2arr2315 { + if yyr2320 || yy2arr2320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2315[2] { - yy2323 := &x.ListMeta - yym2324 := z.EncBinary() - _ = yym2324 + if yyq2320[2] { + yy2328 := &x.ListMeta + yym2329 := z.EncBinary() + _ = yym2329 if false { - } else if z.HasExtensions() && z.EncExt(yy2323) { + } else if z.HasExtensions() && z.EncExt(yy2328) { } else { - z.EncFallback(yy2323) + z.EncFallback(yy2328) } } else { r.EncodeNil() } } else { - if yyq2315[2] { + if yyq2320[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2325 := &x.ListMeta - yym2326 := z.EncBinary() - _ = yym2326 + yy2330 := &x.ListMeta + yym2331 := z.EncBinary() + _ = yym2331 if false { - } else if z.HasExtensions() && z.EncExt(yy2325) { + } else if z.HasExtensions() && z.EncExt(yy2330) { } else { - z.EncFallback(yy2325) + z.EncFallback(yy2330) } } } - if yyr2315 || yy2arr2315 { + if yyr2320 || yy2arr2320 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2328 := z.EncBinary() - _ = yym2328 + yym2333 := z.EncBinary() + _ = yym2333 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) @@ -30720,15 +30775,15 @@ func (x *PodTemplateList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2329 := z.EncBinary() - _ = yym2329 + yym2334 := z.EncBinary() + _ = yym2334 if false { } else { h.encSlicePodTemplate(([]PodTemplate)(x.Items), e) } } } - if yyr2315 || yy2arr2315 { + if yyr2320 || yy2arr2320 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -30741,25 +30796,25 @@ func (x *PodTemplateList) 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 { - yyct2331 := r.ContainerType() - if yyct2331 == codecSelferValueTypeMap1234 { - yyl2331 := r.ReadMapStart() - if yyl2331 == 0 { + yyct2336 := r.ContainerType() + if yyct2336 == codecSelferValueTypeMap1234 { + yyl2336 := r.ReadMapStart() + if yyl2336 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2331, d) + x.codecDecodeSelfFromMap(yyl2336, d) } - } else if yyct2331 == codecSelferValueTypeArray1234 { - yyl2331 := r.ReadArrayStart() - if yyl2331 == 0 { + } else if yyct2336 == codecSelferValueTypeArray1234 { + yyl2336 := r.ReadArrayStart() + if yyl2336 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2331, d) + x.codecDecodeSelfFromArray(yyl2336, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -30771,12 +30826,12 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2332Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2332Slc - var yyhl2332 bool = l >= 0 - for yyj2332 := 0; ; yyj2332++ { - if yyhl2332 { - if yyj2332 >= l { + var yys2337Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2337Slc + var yyhl2337 bool = l >= 0 + for yyj2337 := 0; ; yyj2337++ { + if yyhl2337 { + if yyj2337 >= l { break } } else { @@ -30785,10 +30840,10 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2332Slc = r.DecodeBytes(yys2332Slc, true, true) - yys2332 := string(yys2332Slc) + yys2337Slc = r.DecodeBytes(yys2337Slc, true, true) + yys2337 := string(yys2337Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2332 { + switch yys2337 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -30805,31 +30860,31 @@ func (x *PodTemplateList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2335 := &x.ListMeta - yym2336 := z.DecBinary() - _ = yym2336 + yyv2340 := &x.ListMeta + yym2341 := z.DecBinary() + _ = yym2341 if false { - } else if z.HasExtensions() && z.DecExt(yyv2335) { + } else if z.HasExtensions() && z.DecExt(yyv2340) { } else { - z.DecFallback(yyv2335, false) + z.DecFallback(yyv2340, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2337 := &x.Items - yym2338 := z.DecBinary() - _ = yym2338 + yyv2342 := &x.Items + yym2343 := z.DecBinary() + _ = yym2343 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2337), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2342), d) } } default: - z.DecStructFieldNotFound(-1, yys2332) - } // end switch yys2332 - } // end for yyj2332 + z.DecStructFieldNotFound(-1, yys2337) + } // end switch yys2337 + } // end for yyj2337 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -30837,16 +30892,16 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2339 int - var yyb2339 bool - var yyhl2339 bool = l >= 0 - yyj2339++ - if yyhl2339 { - yyb2339 = yyj2339 > l + var yyj2344 int + var yyb2344 bool + var yyhl2344 bool = l >= 0 + yyj2344++ + if yyhl2344 { + yyb2344 = yyj2344 > l } else { - yyb2339 = r.CheckBreak() + yyb2344 = r.CheckBreak() } - if yyb2339 { + if yyb2344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30856,13 +30911,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj2339++ - if yyhl2339 { - yyb2339 = yyj2339 > l + yyj2344++ + if yyhl2344 { + yyb2344 = yyj2344 > l } else { - yyb2339 = r.CheckBreak() + yyb2344 = r.CheckBreak() } - if yyb2339 { + if yyb2344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30872,13 +30927,13 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj2339++ - if yyhl2339 { - yyb2339 = yyj2339 > l + yyj2344++ + if yyhl2344 { + yyb2344 = yyj2344 > l } else { - yyb2339 = r.CheckBreak() + yyb2344 = r.CheckBreak() } - if yyb2339 { + if yyb2344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30886,22 +30941,22 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2342 := &x.ListMeta - yym2343 := z.DecBinary() - _ = yym2343 + yyv2347 := &x.ListMeta + yym2348 := z.DecBinary() + _ = yym2348 if false { - } else if z.HasExtensions() && z.DecExt(yyv2342) { + } else if z.HasExtensions() && z.DecExt(yyv2347) { } else { - z.DecFallback(yyv2342, false) + z.DecFallback(yyv2347, false) } } - yyj2339++ - if yyhl2339 { - yyb2339 = yyj2339 > l + yyj2344++ + if yyhl2344 { + yyb2344 = yyj2344 > l } else { - yyb2339 = r.CheckBreak() + yyb2344 = r.CheckBreak() } - if yyb2339 { + if yyb2344 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -30909,26 +30964,26 @@ func (x *PodTemplateList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2344 := &x.Items - yym2345 := z.DecBinary() - _ = yym2345 + yyv2349 := &x.Items + yym2350 := z.DecBinary() + _ = yym2350 if false { } else { - h.decSlicePodTemplate((*[]PodTemplate)(yyv2344), d) + h.decSlicePodTemplate((*[]PodTemplate)(yyv2349), d) } } for { - yyj2339++ - if yyhl2339 { - yyb2339 = yyj2339 > l + yyj2344++ + if yyhl2344 { + yyb2344 = yyj2344 > l } else { - yyb2339 = r.CheckBreak() + yyb2344 = r.CheckBreak() } - if yyb2339 { + if yyb2344 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2339-1, "") + z.DecStructFieldNotFound(yyj2344-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -30940,75 +30995,75 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2346 := z.EncBinary() - _ = yym2346 + yym2351 := z.EncBinary() + _ = yym2351 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2347 := !z.EncBinary() - yy2arr2347 := z.EncBasicHandle().StructToArray - var yyq2347 [3]bool - _, _, _ = yysep2347, yyq2347, yy2arr2347 - const yyr2347 bool = false - yyq2347[0] = x.Replicas != nil - yyq2347[1] = len(x.Selector) != 0 - yyq2347[2] = x.Template != nil - var yynn2347 int - if yyr2347 || yy2arr2347 { + yysep2352 := !z.EncBinary() + yy2arr2352 := z.EncBasicHandle().StructToArray + var yyq2352 [3]bool + _, _, _ = yysep2352, yyq2352, yy2arr2352 + const yyr2352 bool = false + yyq2352[0] = x.Replicas != nil + yyq2352[1] = len(x.Selector) != 0 + yyq2352[2] = x.Template != nil + var yynn2352 int + if yyr2352 || yy2arr2352 { r.EncodeArrayStart(3) } else { - yynn2347 = 0 - for _, b := range yyq2347 { + yynn2352 = 0 + for _, b := range yyq2352 { if b { - yynn2347++ + yynn2352++ } } - r.EncodeMapStart(yynn2347) - yynn2347 = 0 + r.EncodeMapStart(yynn2352) + yynn2352 = 0 } - if yyr2347 || yy2arr2347 { + if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2347[0] { + if yyq2352[0] { if x.Replicas == nil { r.EncodeNil() } else { - yy2349 := *x.Replicas - yym2350 := z.EncBinary() - _ = yym2350 + yy2354 := *x.Replicas + yym2355 := z.EncBinary() + _ = yym2355 if false { } else { - r.EncodeInt(int64(yy2349)) + r.EncodeInt(int64(yy2354)) } } } else { r.EncodeNil() } } else { - if yyq2347[0] { + if yyq2352[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Replicas == nil { r.EncodeNil() } else { - yy2351 := *x.Replicas - yym2352 := z.EncBinary() - _ = yym2352 + yy2356 := *x.Replicas + yym2357 := z.EncBinary() + _ = yym2357 if false { } else { - r.EncodeInt(int64(yy2351)) + r.EncodeInt(int64(yy2356)) } } } } - if yyr2347 || yy2arr2347 { + if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2347[1] { + if yyq2352[1] { if x.Selector == nil { r.EncodeNil() } else { - yym2354 := z.EncBinary() - _ = yym2354 + yym2359 := z.EncBinary() + _ = yym2359 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31018,15 +31073,15 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2347[1] { + if yyq2352[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2355 := z.EncBinary() - _ = yym2355 + yym2360 := z.EncBinary() + _ = yym2360 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -31034,9 +31089,9 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2347 || yy2arr2347 { + if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2347[2] { + if yyq2352[2] { if x.Template == nil { r.EncodeNil() } else { @@ -31046,7 +31101,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2347[2] { + if yyq2352[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("template")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -31057,7 +31112,7 @@ func (x *ReplicationControllerSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2347 || yy2arr2347 { + if yyr2352 || yy2arr2352 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31070,25 +31125,25 @@ func (x *ReplicationControllerSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2357 := z.DecBinary() - _ = yym2357 + yym2362 := z.DecBinary() + _ = yym2362 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2358 := r.ContainerType() - if yyct2358 == codecSelferValueTypeMap1234 { - yyl2358 := r.ReadMapStart() - if yyl2358 == 0 { + yyct2363 := r.ContainerType() + if yyct2363 == codecSelferValueTypeMap1234 { + yyl2363 := r.ReadMapStart() + if yyl2363 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2358, d) + x.codecDecodeSelfFromMap(yyl2363, d) } - } else if yyct2358 == codecSelferValueTypeArray1234 { - yyl2358 := r.ReadArrayStart() - if yyl2358 == 0 { + } else if yyct2363 == codecSelferValueTypeArray1234 { + yyl2363 := r.ReadArrayStart() + if yyl2363 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2358, d) + x.codecDecodeSelfFromArray(yyl2363, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31100,12 +31155,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2359Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2359Slc - var yyhl2359 bool = l >= 0 - for yyj2359 := 0; ; yyj2359++ { - if yyhl2359 { - if yyj2359 >= l { + var yys2364Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2364Slc + var yyhl2364 bool = l >= 0 + for yyj2364 := 0; ; yyj2364++ { + if yyhl2364 { + if yyj2364 >= l { break } } else { @@ -31114,10 +31169,10 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2359Slc = r.DecodeBytes(yys2359Slc, true, true) - yys2359 := string(yys2359Slc) + yys2364Slc = r.DecodeBytes(yys2364Slc, true, true) + yys2364 := string(yys2364Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2359 { + switch yys2364 { case "replicas": if r.TryDecodeAsNil() { if x.Replicas != nil { @@ -31127,8 +31182,8 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if x.Replicas == nil { x.Replicas = new(int32) } - yym2361 := z.DecBinary() - _ = yym2361 + yym2366 := z.DecBinary() + _ = yym2366 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) @@ -31138,12 +31193,12 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2362 := &x.Selector - yym2363 := z.DecBinary() - _ = yym2363 + yyv2367 := &x.Selector + yym2368 := z.DecBinary() + _ = yym2368 if false { } else { - z.F.DecMapStringStringX(yyv2362, false, d) + z.F.DecMapStringStringX(yyv2367, false, d) } } case "template": @@ -31158,9 +31213,9 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromMap(l int, d *codec1978.D x.Template.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2359) - } // end switch yys2359 - } // end for yyj2359 + z.DecStructFieldNotFound(-1, yys2364) + } // end switch yys2364 + } // end for yyj2364 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31168,16 +31223,16 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2365 int - var yyb2365 bool - var yyhl2365 bool = l >= 0 - yyj2365++ - if yyhl2365 { - yyb2365 = yyj2365 > l + var yyj2370 int + var yyb2370 bool + var yyhl2370 bool = l >= 0 + yyj2370++ + if yyhl2370 { + yyb2370 = yyj2370 > l } else { - yyb2365 = r.CheckBreak() + yyb2370 = r.CheckBreak() } - if yyb2365 { + if yyb2370 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31190,20 +31245,20 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if x.Replicas == nil { x.Replicas = new(int32) } - yym2367 := z.DecBinary() - _ = yym2367 + yym2372 := z.DecBinary() + _ = yym2372 if false { } else { *((*int32)(x.Replicas)) = int32(r.DecodeInt(32)) } } - yyj2365++ - if yyhl2365 { - yyb2365 = yyj2365 > l + yyj2370++ + if yyhl2370 { + yyb2370 = yyj2370 > l } else { - yyb2365 = r.CheckBreak() + yyb2370 = r.CheckBreak() } - if yyb2365 { + if yyb2370 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31211,21 +31266,21 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2368 := &x.Selector - yym2369 := z.DecBinary() - _ = yym2369 + yyv2373 := &x.Selector + yym2374 := z.DecBinary() + _ = yym2374 if false { } else { - z.F.DecMapStringStringX(yyv2368, false, d) + z.F.DecMapStringStringX(yyv2373, false, d) } } - yyj2365++ - if yyhl2365 { - yyb2365 = yyj2365 > l + yyj2370++ + if yyhl2370 { + yyb2370 = yyj2370 > l } else { - yyb2365 = r.CheckBreak() + yyb2370 = r.CheckBreak() } - if yyb2365 { + if yyb2370 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31241,17 +31296,17 @@ func (x *ReplicationControllerSpec) codecDecodeSelfFromArray(l int, d *codec1978 x.Template.CodecDecodeSelf(d) } for { - yyj2365++ - if yyhl2365 { - yyb2365 = yyj2365 > l + yyj2370++ + if yyhl2370 { + yyb2370 = yyj2370 > l } else { - yyb2365 = r.CheckBreak() + yyb2370 = r.CheckBreak() } - if yyb2365 { + if yyb2370 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2365-1, "") + z.DecStructFieldNotFound(yyj2370-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31263,36 +31318,36 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2371 := z.EncBinary() - _ = yym2371 + yym2376 := z.EncBinary() + _ = yym2376 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2372 := !z.EncBinary() - yy2arr2372 := z.EncBasicHandle().StructToArray - var yyq2372 [4]bool - _, _, _ = yysep2372, yyq2372, yy2arr2372 - const yyr2372 bool = false - yyq2372[1] = x.FullyLabeledReplicas != 0 - yyq2372[2] = x.ReadyReplicas != 0 - yyq2372[3] = x.ObservedGeneration != 0 - var yynn2372 int - if yyr2372 || yy2arr2372 { + yysep2377 := !z.EncBinary() + yy2arr2377 := z.EncBasicHandle().StructToArray + var yyq2377 [4]bool + _, _, _ = yysep2377, yyq2377, yy2arr2377 + const yyr2377 bool = false + yyq2377[1] = x.FullyLabeledReplicas != 0 + yyq2377[2] = x.ReadyReplicas != 0 + yyq2377[3] = x.ObservedGeneration != 0 + var yynn2377 int + if yyr2377 || yy2arr2377 { r.EncodeArrayStart(4) } else { - yynn2372 = 1 - for _, b := range yyq2372 { + yynn2377 = 1 + for _, b := range yyq2377 { if b { - yynn2372++ + yynn2377++ } } - r.EncodeMapStart(yynn2372) - yynn2372 = 0 + r.EncodeMapStart(yynn2377) + yynn2377 = 0 } - if yyr2372 || yy2arr2372 { + if yyr2377 || yy2arr2377 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2374 := z.EncBinary() - _ = yym2374 + yym2379 := z.EncBinary() + _ = yym2379 if false { } else { r.EncodeInt(int64(x.Replicas)) @@ -31301,18 +31356,18 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("replicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2375 := z.EncBinary() - _ = yym2375 + yym2380 := z.EncBinary() + _ = yym2380 if false { } else { r.EncodeInt(int64(x.Replicas)) } } - if yyr2372 || yy2arr2372 { + if yyr2377 || yy2arr2377 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[1] { - yym2377 := z.EncBinary() - _ = yym2377 + if yyq2377[1] { + yym2382 := z.EncBinary() + _ = yym2382 if false { } else { r.EncodeInt(int64(x.FullyLabeledReplicas)) @@ -31321,49 +31376,49 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2372[1] { + if yyq2377[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fullyLabeledReplicas")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2378 := z.EncBinary() - _ = yym2378 - if false { - } else { - r.EncodeInt(int64(x.FullyLabeledReplicas)) - } - } - } - if yyr2372 || yy2arr2372 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[2] { - yym2380 := z.EncBinary() - _ = yym2380 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } else { - r.EncodeInt(0) - } - } else { - if yyq2372[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2381 := z.EncBinary() - _ = yym2381 - if false { - } else { - r.EncodeInt(int64(x.ReadyReplicas)) - } - } - } - if yyr2372 || yy2arr2372 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2372[3] { yym2383 := z.EncBinary() _ = yym2383 if false { + } else { + r.EncodeInt(int64(x.FullyLabeledReplicas)) + } + } + } + if yyr2377 || yy2arr2377 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2377[2] { + yym2385 := z.EncBinary() + _ = yym2385 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } else { + r.EncodeInt(0) + } + } else { + if yyq2377[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readyReplicas")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2386 := z.EncBinary() + _ = yym2386 + if false { + } else { + r.EncodeInt(int64(x.ReadyReplicas)) + } + } + } + if yyr2377 || yy2arr2377 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2377[3] { + yym2388 := z.EncBinary() + _ = yym2388 + if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } @@ -31371,19 +31426,19 @@ func (x *ReplicationControllerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2372[3] { + if yyq2377[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("observedGeneration")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2384 := z.EncBinary() - _ = yym2384 + yym2389 := z.EncBinary() + _ = yym2389 if false { } else { r.EncodeInt(int64(x.ObservedGeneration)) } } } - if yyr2372 || yy2arr2372 { + if yyr2377 || yy2arr2377 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31396,25 +31451,25 @@ func (x *ReplicationControllerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2385 := z.DecBinary() - _ = yym2385 + yym2390 := z.DecBinary() + _ = yym2390 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2386 := r.ContainerType() - if yyct2386 == codecSelferValueTypeMap1234 { - yyl2386 := r.ReadMapStart() - if yyl2386 == 0 { + yyct2391 := r.ContainerType() + if yyct2391 == codecSelferValueTypeMap1234 { + yyl2391 := r.ReadMapStart() + if yyl2391 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2386, d) + x.codecDecodeSelfFromMap(yyl2391, d) } - } else if yyct2386 == codecSelferValueTypeArray1234 { - yyl2386 := r.ReadArrayStart() - if yyl2386 == 0 { + } else if yyct2391 == codecSelferValueTypeArray1234 { + yyl2391 := r.ReadArrayStart() + if yyl2391 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2386, d) + x.codecDecodeSelfFromArray(yyl2391, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31426,12 +31481,12 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2387Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2387Slc - var yyhl2387 bool = l >= 0 - for yyj2387 := 0; ; yyj2387++ { - if yyhl2387 { - if yyj2387 >= l { + var yys2392Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2392Slc + var yyhl2392 bool = l >= 0 + for yyj2392 := 0; ; yyj2392++ { + if yyhl2392 { + if yyj2392 >= l { break } } else { @@ -31440,10 +31495,10 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2387Slc = r.DecodeBytes(yys2387Slc, true, true) - yys2387 := string(yys2387Slc) + yys2392Slc = r.DecodeBytes(yys2392Slc, true, true) + yys2392 := string(yys2392Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2387 { + switch yys2392 { case "replicas": if r.TryDecodeAsNil() { x.Replicas = 0 @@ -31469,9 +31524,9 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromMap(l int, d *codec1978 x.ObservedGeneration = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys2387) - } // end switch yys2387 - } // end for yyj2387 + z.DecStructFieldNotFound(-1, yys2392) + } // end switch yys2392 + } // end for yyj2392 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31479,16 +31534,16 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2392 int - var yyb2392 bool - var yyhl2392 bool = l >= 0 - yyj2392++ - if yyhl2392 { - yyb2392 = yyj2392 > l + var yyj2397 int + var yyb2397 bool + var yyhl2397 bool = l >= 0 + yyj2397++ + if yyhl2397 { + yyb2397 = yyj2397 > l } else { - yyb2392 = r.CheckBreak() + yyb2397 = r.CheckBreak() } - if yyb2392 { + if yyb2397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31498,13 +31553,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.Replicas = int32(r.DecodeInt(32)) } - yyj2392++ - if yyhl2392 { - yyb2392 = yyj2392 > l + yyj2397++ + if yyhl2397 { + yyb2397 = yyj2397 > l } else { - yyb2392 = r.CheckBreak() + yyb2397 = r.CheckBreak() } - if yyb2392 { + if yyb2397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31514,13 +31569,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.FullyLabeledReplicas = int32(r.DecodeInt(32)) } - yyj2392++ - if yyhl2392 { - yyb2392 = yyj2392 > l + yyj2397++ + if yyhl2397 { + yyb2397 = yyj2397 > l } else { - yyb2392 = r.CheckBreak() + yyb2397 = r.CheckBreak() } - if yyb2392 { + if yyb2397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31530,13 +31585,13 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 } else { x.ReadyReplicas = int32(r.DecodeInt(32)) } - yyj2392++ - if yyhl2392 { - yyb2392 = yyj2392 > l + yyj2397++ + if yyhl2397 { + yyb2397 = yyj2397 > l } else { - yyb2392 = r.CheckBreak() + yyb2397 = r.CheckBreak() } - if yyb2392 { + if yyb2397 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31547,17 +31602,17 @@ func (x *ReplicationControllerStatus) codecDecodeSelfFromArray(l int, d *codec19 x.ObservedGeneration = int64(r.DecodeInt(64)) } for { - yyj2392++ - if yyhl2392 { - yyb2392 = yyj2392 > l + yyj2397++ + if yyhl2397 { + yyb2397 = yyj2397 > l } else { - yyb2392 = r.CheckBreak() + yyb2397 = r.CheckBreak() } - if yyb2392 { + if yyb2397 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2392-1, "") + z.DecStructFieldNotFound(yyj2397-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31569,39 +31624,39 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2397 := z.EncBinary() - _ = yym2397 + yym2402 := z.EncBinary() + _ = yym2402 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2398 := !z.EncBinary() - yy2arr2398 := z.EncBasicHandle().StructToArray - var yyq2398 [5]bool - _, _, _ = yysep2398, yyq2398, yy2arr2398 - const yyr2398 bool = false - yyq2398[0] = x.Kind != "" - yyq2398[1] = x.APIVersion != "" - yyq2398[2] = true - yyq2398[3] = true - yyq2398[4] = true - var yynn2398 int - if yyr2398 || yy2arr2398 { + 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 { r.EncodeArrayStart(5) } else { - yynn2398 = 0 - for _, b := range yyq2398 { + yynn2403 = 0 + for _, b := range yyq2403 { if b { - yynn2398++ + yynn2403++ } } - r.EncodeMapStart(yynn2398) - yynn2398 = 0 + r.EncodeMapStart(yynn2403) + yynn2403 = 0 } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2398[0] { - yym2400 := z.EncBinary() - _ = yym2400 + if yyq2403[0] { + yym2405 := z.EncBinary() + _ = yym2405 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31610,23 +31665,23 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2398[0] { + if yyq2403[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2401 := z.EncBinary() - _ = yym2401 + yym2406 := z.EncBinary() + _ = yym2406 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2398[1] { - yym2403 := z.EncBinary() - _ = yym2403 + if yyq2403[1] { + yym2408 := z.EncBinary() + _ = yym2408 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31635,70 +31690,70 @@ func (x *ReplicationController) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2398[1] { + if yyq2403[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2404 := z.EncBinary() - _ = yym2404 + yym2409 := z.EncBinary() + _ = yym2409 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2398[2] { - yy2406 := &x.ObjectMeta - yy2406.CodecEncodeSelf(e) + if yyq2403[2] { + yy2411 := &x.ObjectMeta + yy2411.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2398[2] { + if yyq2403[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2407 := &x.ObjectMeta - yy2407.CodecEncodeSelf(e) + yy2412 := &x.ObjectMeta + yy2412.CodecEncodeSelf(e) } } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2398[3] { - yy2409 := &x.Spec - yy2409.CodecEncodeSelf(e) + if yyq2403[3] { + yy2414 := &x.Spec + yy2414.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2398[3] { + if yyq2403[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2410 := &x.Spec - yy2410.CodecEncodeSelf(e) + yy2415 := &x.Spec + yy2415.CodecEncodeSelf(e) } } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2398[4] { - yy2412 := &x.Status - yy2412.CodecEncodeSelf(e) + if yyq2403[4] { + yy2417 := &x.Status + yy2417.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2398[4] { + if yyq2403[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2413 := &x.Status - yy2413.CodecEncodeSelf(e) + yy2418 := &x.Status + yy2418.CodecEncodeSelf(e) } } - if yyr2398 || yy2arr2398 { + if yyr2403 || yy2arr2403 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -31711,25 +31766,25 @@ func (x *ReplicationController) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2414 := z.DecBinary() - _ = yym2414 + yym2419 := z.DecBinary() + _ = yym2419 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2415 := r.ContainerType() - if yyct2415 == codecSelferValueTypeMap1234 { - yyl2415 := r.ReadMapStart() - if yyl2415 == 0 { + yyct2420 := r.ContainerType() + if yyct2420 == codecSelferValueTypeMap1234 { + yyl2420 := r.ReadMapStart() + if yyl2420 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2415, d) + x.codecDecodeSelfFromMap(yyl2420, d) } - } else if yyct2415 == codecSelferValueTypeArray1234 { - yyl2415 := r.ReadArrayStart() - if yyl2415 == 0 { + } else if yyct2420 == codecSelferValueTypeArray1234 { + yyl2420 := r.ReadArrayStart() + if yyl2420 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2415, d) + x.codecDecodeSelfFromArray(yyl2420, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -31741,12 +31796,12 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2416Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2416Slc - var yyhl2416 bool = l >= 0 - for yyj2416 := 0; ; yyj2416++ { - if yyhl2416 { - if yyj2416 >= l { + var yys2421Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2421Slc + var yyhl2421 bool = l >= 0 + for yyj2421 := 0; ; yyj2421++ { + if yyhl2421 { + if yyj2421 >= l { break } } else { @@ -31755,10 +31810,10 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2416Slc = r.DecodeBytes(yys2416Slc, true, true) - yys2416 := string(yys2416Slc) + yys2421Slc = r.DecodeBytes(yys2421Slc, true, true) + yys2421 := string(yys2421Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2416 { + switch yys2421 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -31775,27 +31830,27 @@ func (x *ReplicationController) codecDecodeSelfFromMap(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2419 := &x.ObjectMeta - yyv2419.CodecDecodeSelf(d) + yyv2424 := &x.ObjectMeta + yyv2424.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2420 := &x.Spec - yyv2420.CodecDecodeSelf(d) + yyv2425 := &x.Spec + yyv2425.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2421 := &x.Status - yyv2421.CodecDecodeSelf(d) + yyv2426 := &x.Status + yyv2426.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2416) - } // end switch yys2416 - } // end for yyj2416 + z.DecStructFieldNotFound(-1, yys2421) + } // end switch yys2421 + } // end for yyj2421 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -31803,16 +31858,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2422 int - var yyb2422 bool - var yyhl2422 bool = l >= 0 - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + var yyj2427 int + var yyb2427 bool + var yyhl2427 bool = l >= 0 + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31822,13 +31877,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Kind = string(r.DecodeString()) } - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31838,13 +31893,13 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.APIVersion = string(r.DecodeString()) } - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31852,16 +31907,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2425 := &x.ObjectMeta - yyv2425.CodecDecodeSelf(d) + yyv2430 := &x.ObjectMeta + yyv2430.CodecDecodeSelf(d) } - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31869,16 +31924,16 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Spec = ReplicationControllerSpec{} } else { - yyv2426 := &x.Spec - yyv2426.CodecDecodeSelf(d) + yyv2431 := &x.Spec + yyv2431.CodecDecodeSelf(d) } - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -31886,21 +31941,21 @@ func (x *ReplicationController) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.Status = ReplicationControllerStatus{} } else { - yyv2427 := &x.Status - yyv2427.CodecDecodeSelf(d) + yyv2432 := &x.Status + yyv2432.CodecDecodeSelf(d) } for { - yyj2422++ - if yyhl2422 { - yyb2422 = yyj2422 > l + yyj2427++ + if yyhl2427 { + yyb2427 = yyj2427 > l } else { - yyb2422 = r.CheckBreak() + yyb2427 = r.CheckBreak() } - if yyb2422 { + if yyb2427 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2422-1, "") + z.DecStructFieldNotFound(yyj2427-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -31912,37 +31967,37 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2428 := z.EncBinary() - _ = yym2428 + yym2433 := z.EncBinary() + _ = yym2433 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2429 := !z.EncBinary() - yy2arr2429 := z.EncBasicHandle().StructToArray - var yyq2429 [4]bool - _, _, _ = yysep2429, yyq2429, yy2arr2429 - const yyr2429 bool = false - yyq2429[0] = x.Kind != "" - yyq2429[1] = x.APIVersion != "" - yyq2429[2] = true - var yynn2429 int - if yyr2429 || yy2arr2429 { + 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 { r.EncodeArrayStart(4) } else { - yynn2429 = 1 - for _, b := range yyq2429 { + yynn2434 = 1 + for _, b := range yyq2434 { if b { - yynn2429++ + yynn2434++ } } - r.EncodeMapStart(yynn2429) - yynn2429 = 0 + r.EncodeMapStart(yynn2434) + yynn2434 = 0 } - if yyr2429 || yy2arr2429 { + if yyr2434 || yy2arr2434 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[0] { - yym2431 := z.EncBinary() - _ = yym2431 + if yyq2434[0] { + yym2436 := z.EncBinary() + _ = yym2436 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -31951,23 +32006,23 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2429[0] { + if yyq2434[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2432 := z.EncBinary() - _ = yym2432 + yym2437 := z.EncBinary() + _ = yym2437 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2429 || yy2arr2429 { + if yyr2434 || yy2arr2434 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[1] { - yym2434 := z.EncBinary() - _ = yym2434 + if yyq2434[1] { + yym2439 := z.EncBinary() + _ = yym2439 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -31976,54 +32031,54 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2429[1] { + if yyq2434[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2435 := z.EncBinary() - _ = yym2435 + yym2440 := z.EncBinary() + _ = yym2440 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2429 || yy2arr2429 { + if yyr2434 || yy2arr2434 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2429[2] { - yy2437 := &x.ListMeta - yym2438 := z.EncBinary() - _ = yym2438 + if yyq2434[2] { + yy2442 := &x.ListMeta + yym2443 := z.EncBinary() + _ = yym2443 if false { - } else if z.HasExtensions() && z.EncExt(yy2437) { + } else if z.HasExtensions() && z.EncExt(yy2442) { } else { - z.EncFallback(yy2437) + z.EncFallback(yy2442) } } else { r.EncodeNil() } } else { - if yyq2429[2] { + if yyq2434[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2439 := &x.ListMeta - yym2440 := z.EncBinary() - _ = yym2440 + yy2444 := &x.ListMeta + yym2445 := z.EncBinary() + _ = yym2445 if false { - } else if z.HasExtensions() && z.EncExt(yy2439) { + } else if z.HasExtensions() && z.EncExt(yy2444) { } else { - z.EncFallback(yy2439) + z.EncFallback(yy2444) } } } - if yyr2429 || yy2arr2429 { + if yyr2434 || yy2arr2434 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2442 := z.EncBinary() - _ = yym2442 + yym2447 := z.EncBinary() + _ = yym2447 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) @@ -32036,15 +32091,15 @@ func (x *ReplicationControllerList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2443 := z.EncBinary() - _ = yym2443 + yym2448 := z.EncBinary() + _ = yym2448 if false { } else { h.encSliceReplicationController(([]ReplicationController)(x.Items), e) } } } - if yyr2429 || yy2arr2429 { + if yyr2434 || yy2arr2434 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32057,25 +32112,25 @@ func (x *ReplicationControllerList) 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 { - yyct2445 := r.ContainerType() - if yyct2445 == codecSelferValueTypeMap1234 { - yyl2445 := r.ReadMapStart() - if yyl2445 == 0 { + yyct2450 := r.ContainerType() + if yyct2450 == codecSelferValueTypeMap1234 { + yyl2450 := r.ReadMapStart() + if yyl2450 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2445, d) + x.codecDecodeSelfFromMap(yyl2450, d) } - } else if yyct2445 == codecSelferValueTypeArray1234 { - yyl2445 := r.ReadArrayStart() - if yyl2445 == 0 { + } else if yyct2450 == codecSelferValueTypeArray1234 { + yyl2450 := r.ReadArrayStart() + if yyl2450 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2445, d) + x.codecDecodeSelfFromArray(yyl2450, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32087,12 +32142,12 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2446Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2446Slc - var yyhl2446 bool = l >= 0 - for yyj2446 := 0; ; yyj2446++ { - if yyhl2446 { - if yyj2446 >= l { + var yys2451Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2451Slc + var yyhl2451 bool = l >= 0 + for yyj2451 := 0; ; yyj2451++ { + if yyhl2451 { + if yyj2451 >= l { break } } else { @@ -32101,10 +32156,10 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2446Slc = r.DecodeBytes(yys2446Slc, true, true) - yys2446 := string(yys2446Slc) + yys2451Slc = r.DecodeBytes(yys2451Slc, true, true) + yys2451 := string(yys2451Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2446 { + switch yys2451 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -32121,31 +32176,31 @@ func (x *ReplicationControllerList) codecDecodeSelfFromMap(l int, d *codec1978.D if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2449 := &x.ListMeta - yym2450 := z.DecBinary() - _ = yym2450 + yyv2454 := &x.ListMeta + yym2455 := z.DecBinary() + _ = yym2455 if false { - } else if z.HasExtensions() && z.DecExt(yyv2449) { + } else if z.HasExtensions() && z.DecExt(yyv2454) { } else { - z.DecFallback(yyv2449, false) + z.DecFallback(yyv2454, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2451 := &x.Items - yym2452 := z.DecBinary() - _ = yym2452 + yyv2456 := &x.Items + yym2457 := z.DecBinary() + _ = yym2457 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2451), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2456), d) } } default: - z.DecStructFieldNotFound(-1, yys2446) - } // end switch yys2446 - } // end for yyj2446 + z.DecStructFieldNotFound(-1, yys2451) + } // end switch yys2451 + } // end for yyj2451 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32153,16 +32208,16 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2453 int - var yyb2453 bool - var yyhl2453 bool = l >= 0 - yyj2453++ - if yyhl2453 { - yyb2453 = yyj2453 > l + var yyj2458 int + var yyb2458 bool + var yyhl2458 bool = l >= 0 + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2453 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2453 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32172,13 +32227,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.Kind = string(r.DecodeString()) } - yyj2453++ - if yyhl2453 { - yyb2453 = yyj2453 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2453 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2453 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32188,13 +32243,13 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 } else { x.APIVersion = string(r.DecodeString()) } - yyj2453++ - if yyhl2453 { - yyb2453 = yyj2453 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2453 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2453 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32202,22 +32257,22 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2456 := &x.ListMeta - yym2457 := z.DecBinary() - _ = yym2457 + yyv2461 := &x.ListMeta + yym2462 := z.DecBinary() + _ = yym2462 if false { - } else if z.HasExtensions() && z.DecExt(yyv2456) { + } else if z.HasExtensions() && z.DecExt(yyv2461) { } else { - z.DecFallback(yyv2456, false) + z.DecFallback(yyv2461, false) } } - yyj2453++ - if yyhl2453 { - yyb2453 = yyj2453 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2453 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2453 { + if yyb2458 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32225,26 +32280,26 @@ func (x *ReplicationControllerList) codecDecodeSelfFromArray(l int, d *codec1978 if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2458 := &x.Items - yym2459 := z.DecBinary() - _ = yym2459 + yyv2463 := &x.Items + yym2464 := z.DecBinary() + _ = yym2464 if false { } else { - h.decSliceReplicationController((*[]ReplicationController)(yyv2458), d) + h.decSliceReplicationController((*[]ReplicationController)(yyv2463), d) } } for { - yyj2453++ - if yyhl2453 { - yyb2453 = yyj2453 > l + yyj2458++ + if yyhl2458 { + yyb2458 = yyj2458 > l } else { - yyb2453 = r.CheckBreak() + yyb2458 = r.CheckBreak() } - if yyb2453 { + if yyb2458 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2453-1, "") + z.DecStructFieldNotFound(yyj2458-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32253,8 +32308,8 @@ func (x ServiceAffinity) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2460 := z.EncBinary() - _ = yym2460 + yym2465 := z.EncBinary() + _ = yym2465 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32266,8 +32321,8 @@ func (x *ServiceAffinity) 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 { @@ -32279,8 +32334,8 @@ func (x ServiceType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym2462 := z.EncBinary() - _ = yym2462 + yym2467 := z.EncBinary() + _ = yym2467 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -32292,8 +32347,8 @@ func (x *ServiceType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2463 := z.DecBinary() - _ = yym2463 + yym2468 := z.DecBinary() + _ = yym2468 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -32308,48 +32363,48 @@ func (x *ServiceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2464 := z.EncBinary() - _ = yym2464 + yym2469 := z.EncBinary() + _ = yym2469 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2465 := !z.EncBinary() - yy2arr2465 := z.EncBasicHandle().StructToArray - var yyq2465 [1]bool - _, _, _ = yysep2465, yyq2465, yy2arr2465 - const yyr2465 bool = false - yyq2465[0] = true - var yynn2465 int - if yyr2465 || yy2arr2465 { + yysep2470 := !z.EncBinary() + yy2arr2470 := z.EncBasicHandle().StructToArray + var yyq2470 [1]bool + _, _, _ = yysep2470, yyq2470, yy2arr2470 + const yyr2470 bool = false + yyq2470[0] = true + var yynn2470 int + if yyr2470 || yy2arr2470 { r.EncodeArrayStart(1) } else { - yynn2465 = 0 - for _, b := range yyq2465 { + yynn2470 = 0 + for _, b := range yyq2470 { if b { - yynn2465++ + yynn2470++ } } - r.EncodeMapStart(yynn2465) - yynn2465 = 0 + r.EncodeMapStart(yynn2470) + yynn2470 = 0 } - if yyr2465 || yy2arr2465 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2465[0] { - yy2467 := &x.LoadBalancer - yy2467.CodecEncodeSelf(e) + if yyq2470[0] { + yy2472 := &x.LoadBalancer + yy2472.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2465[0] { + if yyq2470[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancer")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2468 := &x.LoadBalancer - yy2468.CodecEncodeSelf(e) + yy2473 := &x.LoadBalancer + yy2473.CodecEncodeSelf(e) } } - if yyr2465 || yy2arr2465 { + if yyr2470 || yy2arr2470 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32362,25 +32417,25 @@ func (x *ServiceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2469 := z.DecBinary() - _ = yym2469 + yym2474 := z.DecBinary() + _ = yym2474 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2470 := r.ContainerType() - if yyct2470 == codecSelferValueTypeMap1234 { - yyl2470 := r.ReadMapStart() - if yyl2470 == 0 { + yyct2475 := r.ContainerType() + if yyct2475 == codecSelferValueTypeMap1234 { + yyl2475 := r.ReadMapStart() + if yyl2475 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2470, d) + x.codecDecodeSelfFromMap(yyl2475, d) } - } else if yyct2470 == codecSelferValueTypeArray1234 { - yyl2470 := r.ReadArrayStart() - if yyl2470 == 0 { + } else if yyct2475 == codecSelferValueTypeArray1234 { + yyl2475 := r.ReadArrayStart() + if yyl2475 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2470, d) + x.codecDecodeSelfFromArray(yyl2475, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32392,12 +32447,12 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2471Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2471Slc - var yyhl2471 bool = l >= 0 - for yyj2471 := 0; ; yyj2471++ { - if yyhl2471 { - if yyj2471 >= l { + var yys2476Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2476Slc + var yyhl2476 bool = l >= 0 + for yyj2476 := 0; ; yyj2476++ { + if yyhl2476 { + if yyj2476 >= l { break } } else { @@ -32406,21 +32461,21 @@ func (x *ServiceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2471Slc = r.DecodeBytes(yys2471Slc, true, true) - yys2471 := string(yys2471Slc) + yys2476Slc = r.DecodeBytes(yys2476Slc, true, true) + yys2476 := string(yys2476Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2471 { + switch yys2476 { case "loadBalancer": if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2472 := &x.LoadBalancer - yyv2472.CodecDecodeSelf(d) + yyv2477 := &x.LoadBalancer + yyv2477.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2471) - } // end switch yys2471 - } // end for yyj2471 + z.DecStructFieldNotFound(-1, yys2476) + } // end switch yys2476 + } // end for yyj2476 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32428,16 +32483,16 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2473 int - var yyb2473 bool - var yyhl2473 bool = l >= 0 - yyj2473++ - if yyhl2473 { - yyb2473 = yyj2473 > l + var yyj2478 int + var yyb2478 bool + var yyhl2478 bool = l >= 0 + yyj2478++ + if yyhl2478 { + yyb2478 = yyj2478 > l } else { - yyb2473 = r.CheckBreak() + yyb2478 = r.CheckBreak() } - if yyb2473 { + if yyb2478 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32445,21 +32500,21 @@ func (x *ServiceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancer = LoadBalancerStatus{} } else { - yyv2474 := &x.LoadBalancer - yyv2474.CodecDecodeSelf(d) + yyv2479 := &x.LoadBalancer + yyv2479.CodecDecodeSelf(d) } for { - yyj2473++ - if yyhl2473 { - yyb2473 = yyj2473 > l + yyj2478++ + if yyhl2478 { + yyb2478 = yyj2478 > l } else { - yyb2473 = r.CheckBreak() + yyb2478 = r.CheckBreak() } - if yyb2473 { + if yyb2478 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2473-1, "") + z.DecStructFieldNotFound(yyj2478-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32471,38 +32526,38 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2475 := z.EncBinary() - _ = yym2475 + yym2480 := z.EncBinary() + _ = yym2480 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2476 := !z.EncBinary() - yy2arr2476 := z.EncBasicHandle().StructToArray - var yyq2476 [1]bool - _, _, _ = yysep2476, yyq2476, yy2arr2476 - const yyr2476 bool = false - yyq2476[0] = len(x.Ingress) != 0 - var yynn2476 int - if yyr2476 || yy2arr2476 { + yysep2481 := !z.EncBinary() + yy2arr2481 := z.EncBasicHandle().StructToArray + var yyq2481 [1]bool + _, _, _ = yysep2481, yyq2481, yy2arr2481 + const yyr2481 bool = false + yyq2481[0] = len(x.Ingress) != 0 + var yynn2481 int + if yyr2481 || yy2arr2481 { r.EncodeArrayStart(1) } else { - yynn2476 = 0 - for _, b := range yyq2476 { + yynn2481 = 0 + for _, b := range yyq2481 { if b { - yynn2476++ + yynn2481++ } } - r.EncodeMapStart(yynn2476) - yynn2476 = 0 + r.EncodeMapStart(yynn2481) + yynn2481 = 0 } - if yyr2476 || yy2arr2476 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2476[0] { + if yyq2481[0] { if x.Ingress == nil { r.EncodeNil() } else { - yym2478 := z.EncBinary() - _ = yym2478 + yym2483 := z.EncBinary() + _ = yym2483 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -32512,15 +32567,15 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2476[0] { + if yyq2481[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ingress")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ingress == nil { r.EncodeNil() } else { - yym2479 := z.EncBinary() - _ = yym2479 + yym2484 := z.EncBinary() + _ = yym2484 if false { } else { h.encSliceLoadBalancerIngress(([]LoadBalancerIngress)(x.Ingress), e) @@ -32528,7 +32583,7 @@ func (x *LoadBalancerStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2476 || yy2arr2476 { + if yyr2481 || yy2arr2481 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32541,25 +32596,25 @@ func (x *LoadBalancerStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2480 := z.DecBinary() - _ = yym2480 + yym2485 := z.DecBinary() + _ = yym2485 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2481 := r.ContainerType() - if yyct2481 == codecSelferValueTypeMap1234 { - yyl2481 := r.ReadMapStart() - if yyl2481 == 0 { + yyct2486 := r.ContainerType() + if yyct2486 == codecSelferValueTypeMap1234 { + yyl2486 := r.ReadMapStart() + if yyl2486 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2481, d) + x.codecDecodeSelfFromMap(yyl2486, d) } - } else if yyct2481 == codecSelferValueTypeArray1234 { - yyl2481 := r.ReadArrayStart() - if yyl2481 == 0 { + } else if yyct2486 == codecSelferValueTypeArray1234 { + yyl2486 := r.ReadArrayStart() + if yyl2486 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2481, d) + x.codecDecodeSelfFromArray(yyl2486, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32571,12 +32626,12 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2482Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2482Slc - var yyhl2482 bool = l >= 0 - for yyj2482 := 0; ; yyj2482++ { - if yyhl2482 { - if yyj2482 >= l { + var yys2487Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2487Slc + var yyhl2487 bool = l >= 0 + for yyj2487 := 0; ; yyj2487++ { + if yyhl2487 { + if yyj2487 >= l { break } } else { @@ -32585,26 +32640,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2482Slc = r.DecodeBytes(yys2482Slc, true, true) - yys2482 := string(yys2482Slc) + yys2487Slc = r.DecodeBytes(yys2487Slc, true, true) + yys2487 := string(yys2487Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2482 { + switch yys2487 { case "ingress": if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2483 := &x.Ingress - yym2484 := z.DecBinary() - _ = yym2484 + yyv2488 := &x.Ingress + yym2489 := z.DecBinary() + _ = yym2489 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2483), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2488), d) } } default: - z.DecStructFieldNotFound(-1, yys2482) - } // end switch yys2482 - } // end for yyj2482 + z.DecStructFieldNotFound(-1, yys2487) + } // end switch yys2487 + } // end for yyj2487 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32612,16 +32667,16 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2485 int - var yyb2485 bool - var yyhl2485 bool = l >= 0 - yyj2485++ - if yyhl2485 { - yyb2485 = yyj2485 > l + var yyj2490 int + var yyb2490 bool + var yyhl2490 bool = l >= 0 + yyj2490++ + if yyhl2490 { + yyb2490 = yyj2490 > l } else { - yyb2485 = r.CheckBreak() + yyb2490 = r.CheckBreak() } - if yyb2485 { + if yyb2490 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32629,26 +32684,26 @@ func (x *LoadBalancerStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Ingress = nil } else { - yyv2486 := &x.Ingress - yym2487 := z.DecBinary() - _ = yym2487 + yyv2491 := &x.Ingress + yym2492 := z.DecBinary() + _ = yym2492 if false { } else { - h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2486), d) + h.decSliceLoadBalancerIngress((*[]LoadBalancerIngress)(yyv2491), d) } } for { - yyj2485++ - if yyhl2485 { - yyb2485 = yyj2485 > l + yyj2490++ + if yyhl2490 { + yyb2490 = yyj2490 > l } else { - yyb2485 = r.CheckBreak() + yyb2490 = r.CheckBreak() } - if yyb2485 { + if yyb2490 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2485-1, "") + z.DecStructFieldNotFound(yyj2490-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32660,36 +32715,36 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2488 := z.EncBinary() - _ = yym2488 + yym2493 := z.EncBinary() + _ = yym2493 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2489 := !z.EncBinary() - yy2arr2489 := z.EncBasicHandle().StructToArray - var yyq2489 [2]bool - _, _, _ = yysep2489, yyq2489, yy2arr2489 - const yyr2489 bool = false - yyq2489[0] = x.IP != "" - yyq2489[1] = x.Hostname != "" - var yynn2489 int - if yyr2489 || yy2arr2489 { + yysep2494 := !z.EncBinary() + yy2arr2494 := z.EncBasicHandle().StructToArray + var yyq2494 [2]bool + _, _, _ = yysep2494, yyq2494, yy2arr2494 + const yyr2494 bool = false + yyq2494[0] = x.IP != "" + yyq2494[1] = x.Hostname != "" + var yynn2494 int + if yyr2494 || yy2arr2494 { r.EncodeArrayStart(2) } else { - yynn2489 = 0 - for _, b := range yyq2489 { + yynn2494 = 0 + for _, b := range yyq2494 { if b { - yynn2489++ + yynn2494++ } } - r.EncodeMapStart(yynn2489) - yynn2489 = 0 + r.EncodeMapStart(yynn2494) + yynn2494 = 0 } - if yyr2489 || yy2arr2489 { + if yyr2494 || yy2arr2494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2489[0] { - yym2491 := z.EncBinary() - _ = yym2491 + if yyq2494[0] { + yym2496 := z.EncBinary() + _ = yym2496 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -32698,23 +32753,23 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2489[0] { + if yyq2494[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2492 := z.EncBinary() - _ = yym2492 + yym2497 := z.EncBinary() + _ = yym2497 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } } - if yyr2489 || yy2arr2489 { + if yyr2494 || yy2arr2494 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2489[1] { - yym2494 := z.EncBinary() - _ = yym2494 + if yyq2494[1] { + yym2499 := z.EncBinary() + _ = yym2499 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -32723,19 +32778,19 @@ func (x *LoadBalancerIngress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2489[1] { + if yyq2494[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2495 := z.EncBinary() - _ = yym2495 + yym2500 := z.EncBinary() + _ = yym2500 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2489 || yy2arr2489 { + if yyr2494 || yy2arr2494 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -32748,25 +32803,25 @@ func (x *LoadBalancerIngress) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2496 := z.DecBinary() - _ = yym2496 + yym2501 := z.DecBinary() + _ = yym2501 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2497 := r.ContainerType() - if yyct2497 == codecSelferValueTypeMap1234 { - yyl2497 := r.ReadMapStart() - if yyl2497 == 0 { + yyct2502 := r.ContainerType() + if yyct2502 == codecSelferValueTypeMap1234 { + yyl2502 := r.ReadMapStart() + if yyl2502 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2497, d) + x.codecDecodeSelfFromMap(yyl2502, d) } - } else if yyct2497 == codecSelferValueTypeArray1234 { - yyl2497 := r.ReadArrayStart() - if yyl2497 == 0 { + } else if yyct2502 == codecSelferValueTypeArray1234 { + yyl2502 := r.ReadArrayStart() + if yyl2502 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2497, d) + x.codecDecodeSelfFromArray(yyl2502, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -32778,12 +32833,12 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2498Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2498Slc - var yyhl2498 bool = l >= 0 - for yyj2498 := 0; ; yyj2498++ { - if yyhl2498 { - if yyj2498 >= l { + var yys2503Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2503Slc + var yyhl2503 bool = l >= 0 + for yyj2503 := 0; ; yyj2503++ { + if yyhl2503 { + if yyj2503 >= l { break } } else { @@ -32792,10 +32847,10 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2498Slc = r.DecodeBytes(yys2498Slc, true, true) - yys2498 := string(yys2498Slc) + yys2503Slc = r.DecodeBytes(yys2503Slc, true, true) + yys2503 := string(yys2503Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2498 { + switch yys2503 { case "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -32809,9 +32864,9 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Hostname = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2498) - } // end switch yys2498 - } // end for yyj2498 + z.DecStructFieldNotFound(-1, yys2503) + } // end switch yys2503 + } // end for yyj2503 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -32819,16 +32874,16 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2501 int - var yyb2501 bool - var yyhl2501 bool = l >= 0 - yyj2501++ - if yyhl2501 { - yyb2501 = yyj2501 > l + var yyj2506 int + var yyb2506 bool + var yyhl2506 bool = l >= 0 + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l } else { - yyb2501 = r.CheckBreak() + yyb2506 = r.CheckBreak() } - if yyb2501 { + if yyb2506 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32838,13 +32893,13 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.IP = string(r.DecodeString()) } - yyj2501++ - if yyhl2501 { - yyb2501 = yyj2501 > l + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l } else { - yyb2501 = r.CheckBreak() + yyb2506 = r.CheckBreak() } - if yyb2501 { + if yyb2506 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -32855,17 +32910,17 @@ func (x *LoadBalancerIngress) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Hostname = string(r.DecodeString()) } for { - yyj2501++ - if yyhl2501 { - yyb2501 = yyj2501 > l + yyj2506++ + if yyhl2506 { + yyb2506 = yyj2506 > l } else { - yyb2501 = r.CheckBreak() + yyb2506 = r.CheckBreak() } - if yyb2501 { + if yyb2506 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2501-1, "") + z.DecStructFieldNotFound(yyj2506-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -32877,45 +32932,45 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2504 := z.EncBinary() - _ = yym2504 + yym2509 := z.EncBinary() + _ = yym2509 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2505 := !z.EncBinary() - yy2arr2505 := z.EncBasicHandle().StructToArray - var yyq2505 [10]bool - _, _, _ = yysep2505, yyq2505, yy2arr2505 - const yyr2505 bool = false - yyq2505[1] = len(x.Selector) != 0 - yyq2505[2] = x.ClusterIP != "" - yyq2505[3] = x.Type != "" - yyq2505[4] = len(x.ExternalIPs) != 0 - yyq2505[5] = len(x.DeprecatedPublicIPs) != 0 - yyq2505[6] = x.SessionAffinity != "" - yyq2505[7] = x.LoadBalancerIP != "" - yyq2505[8] = len(x.LoadBalancerSourceRanges) != 0 - yyq2505[9] = x.ExternalName != "" - var yynn2505 int - if yyr2505 || yy2arr2505 { + yysep2510 := !z.EncBinary() + yy2arr2510 := z.EncBasicHandle().StructToArray + var yyq2510 [10]bool + _, _, _ = yysep2510, yyq2510, yy2arr2510 + const yyr2510 bool = false + yyq2510[1] = len(x.Selector) != 0 + yyq2510[2] = x.ClusterIP != "" + yyq2510[3] = x.Type != "" + yyq2510[4] = len(x.ExternalIPs) != 0 + yyq2510[5] = len(x.DeprecatedPublicIPs) != 0 + yyq2510[6] = x.SessionAffinity != "" + yyq2510[7] = x.LoadBalancerIP != "" + yyq2510[8] = len(x.LoadBalancerSourceRanges) != 0 + yyq2510[9] = x.ExternalName != "" + var yynn2510 int + if yyr2510 || yy2arr2510 { r.EncodeArrayStart(10) } else { - yynn2505 = 1 - for _, b := range yyq2505 { + yynn2510 = 1 + for _, b := range yyq2510 { if b { - yynn2505++ + yynn2510++ } } - r.EncodeMapStart(yynn2505) - yynn2505 = 0 + r.EncodeMapStart(yynn2510) + yynn2510 = 0 } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Ports == nil { r.EncodeNil() } else { - yym2507 := z.EncBinary() - _ = yym2507 + yym2512 := z.EncBinary() + _ = yym2512 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) @@ -32928,22 +32983,22 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Ports == nil { r.EncodeNil() } else { - yym2508 := z.EncBinary() - _ = yym2508 + yym2513 := z.EncBinary() + _ = yym2513 if false { } else { h.encSliceServicePort(([]ServicePort)(x.Ports), e) } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[1] { + if yyq2510[1] { if x.Selector == nil { r.EncodeNil() } else { - yym2510 := z.EncBinary() - _ = yym2510 + yym2515 := z.EncBinary() + _ = yym2515 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -32953,15 +33008,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2505[1] { + if yyq2510[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("selector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Selector == nil { r.EncodeNil() } else { - yym2511 := z.EncBinary() - _ = yym2511 + yym2516 := z.EncBinary() + _ = yym2516 if false { } else { z.F.EncMapStringStringV(x.Selector, false, e) @@ -32969,11 +33024,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[2] { - yym2513 := z.EncBinary() - _ = yym2513 + if yyq2510[2] { + yym2518 := z.EncBinary() + _ = yym2518 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) @@ -32982,41 +33037,41 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2505[2] { + if yyq2510[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("clusterIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2514 := z.EncBinary() - _ = yym2514 + yym2519 := z.EncBinary() + _ = yym2519 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ClusterIP)) } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[3] { + if yyq2510[3] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2505[3] { + if yyq2510[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[4] { + if yyq2510[4] { if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2517 := z.EncBinary() - _ = yym2517 + yym2522 := z.EncBinary() + _ = yym2522 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33026,15 +33081,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2505[4] { + if yyq2510[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ExternalIPs == nil { r.EncodeNil() } else { - yym2518 := z.EncBinary() - _ = yym2518 + yym2523 := z.EncBinary() + _ = yym2523 if false { } else { z.F.EncSliceStringV(x.ExternalIPs, false, e) @@ -33042,14 +33097,14 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[5] { + if yyq2510[5] { if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2520 := z.EncBinary() - _ = yym2520 + yym2525 := z.EncBinary() + _ = yym2525 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33059,15 +33114,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2505[5] { + if yyq2510[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("deprecatedPublicIPs")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DeprecatedPublicIPs == nil { r.EncodeNil() } else { - yym2521 := z.EncBinary() - _ = yym2521 + yym2526 := z.EncBinary() + _ = yym2526 if false { } else { z.F.EncSliceStringV(x.DeprecatedPublicIPs, false, e) @@ -33075,26 +33130,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[6] { + if yyq2510[6] { x.SessionAffinity.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2505[6] { + if yyq2510[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sessionAffinity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.SessionAffinity.CodecEncodeSelf(e) } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[7] { - yym2524 := z.EncBinary() - _ = yym2524 + if yyq2510[7] { + yym2529 := z.EncBinary() + _ = yym2529 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) @@ -33103,26 +33158,26 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2505[7] { + if yyq2510[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerIP")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2525 := z.EncBinary() - _ = yym2525 + yym2530 := z.EncBinary() + _ = yym2530 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.LoadBalancerIP)) } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[8] { + if yyq2510[8] { if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2527 := z.EncBinary() - _ = yym2527 + yym2532 := z.EncBinary() + _ = yym2532 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33132,15 +33187,15 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2505[8] { + if yyq2510[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("loadBalancerSourceRanges")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.LoadBalancerSourceRanges == nil { r.EncodeNil() } else { - yym2528 := z.EncBinary() - _ = yym2528 + yym2533 := z.EncBinary() + _ = yym2533 if false { } else { z.F.EncSliceStringV(x.LoadBalancerSourceRanges, false, e) @@ -33148,11 +33203,11 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2505[9] { - yym2530 := z.EncBinary() - _ = yym2530 + if yyq2510[9] { + yym2535 := z.EncBinary() + _ = yym2535 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) @@ -33161,19 +33216,19 @@ func (x *ServiceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2505[9] { + if yyq2510[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("externalName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2531 := z.EncBinary() - _ = yym2531 + yym2536 := z.EncBinary() + _ = yym2536 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ExternalName)) } } } - if yyr2505 || yy2arr2505 { + if yyr2510 || yy2arr2510 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33186,25 +33241,25 @@ func (x *ServiceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2532 := z.DecBinary() - _ = yym2532 + yym2537 := z.DecBinary() + _ = yym2537 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2533 := r.ContainerType() - if yyct2533 == codecSelferValueTypeMap1234 { - yyl2533 := r.ReadMapStart() - if yyl2533 == 0 { + yyct2538 := r.ContainerType() + if yyct2538 == codecSelferValueTypeMap1234 { + yyl2538 := r.ReadMapStart() + if yyl2538 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2533, d) + x.codecDecodeSelfFromMap(yyl2538, d) } - } else if yyct2533 == codecSelferValueTypeArray1234 { - yyl2533 := r.ReadArrayStart() - if yyl2533 == 0 { + } else if yyct2538 == codecSelferValueTypeArray1234 { + yyl2538 := r.ReadArrayStart() + if yyl2538 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2533, d) + x.codecDecodeSelfFromArray(yyl2538, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33216,12 +33271,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2534Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2534Slc - var yyhl2534 bool = l >= 0 - for yyj2534 := 0; ; yyj2534++ { - if yyhl2534 { - if yyj2534 >= l { + var yys2539Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2539Slc + var yyhl2539 bool = l >= 0 + for yyj2539 := 0; ; yyj2539++ { + if yyhl2539 { + if yyj2539 >= l { break } } else { @@ -33230,32 +33285,32 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2534Slc = r.DecodeBytes(yys2534Slc, true, true) - yys2534 := string(yys2534Slc) + yys2539Slc = r.DecodeBytes(yys2539Slc, true, true) + yys2539 := string(yys2539Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2534 { + switch yys2539 { case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2535 := &x.Ports - yym2536 := z.DecBinary() - _ = yym2536 + yyv2540 := &x.Ports + yym2541 := z.DecBinary() + _ = yym2541 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2535), d) + h.decSliceServicePort((*[]ServicePort)(yyv2540), d) } } case "selector": if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2537 := &x.Selector - yym2538 := z.DecBinary() - _ = yym2538 + yyv2542 := &x.Selector + yym2543 := z.DecBinary() + _ = yym2543 if false { } else { - z.F.DecMapStringStringX(yyv2537, false, d) + z.F.DecMapStringStringX(yyv2542, false, d) } } case "clusterIP": @@ -33274,24 +33329,24 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2541 := &x.ExternalIPs - yym2542 := z.DecBinary() - _ = yym2542 + yyv2546 := &x.ExternalIPs + yym2547 := z.DecBinary() + _ = yym2547 if false { } else { - z.F.DecSliceStringX(yyv2541, false, d) + z.F.DecSliceStringX(yyv2546, false, d) } } case "deprecatedPublicIPs": if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2543 := &x.DeprecatedPublicIPs - yym2544 := z.DecBinary() - _ = yym2544 + yyv2548 := &x.DeprecatedPublicIPs + yym2549 := z.DecBinary() + _ = yym2549 if false { } else { - z.F.DecSliceStringX(yyv2543, false, d) + z.F.DecSliceStringX(yyv2548, false, d) } } case "sessionAffinity": @@ -33310,12 +33365,12 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2547 := &x.LoadBalancerSourceRanges - yym2548 := z.DecBinary() - _ = yym2548 + yyv2552 := &x.LoadBalancerSourceRanges + yym2553 := z.DecBinary() + _ = yym2553 if false { } else { - z.F.DecSliceStringX(yyv2547, false, d) + z.F.DecSliceStringX(yyv2552, false, d) } } case "externalName": @@ -33325,9 +33380,9 @@ func (x *ServiceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2534) - } // end switch yys2534 - } // end for yyj2534 + z.DecStructFieldNotFound(-1, yys2539) + } // end switch yys2539 + } // end for yyj2539 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33335,16 +33390,16 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2550 int - var yyb2550 bool - var yyhl2550 bool = l >= 0 - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + var yyj2555 int + var yyb2555 bool + var yyhl2555 bool = l >= 0 + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33352,21 +33407,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2551 := &x.Ports - yym2552 := z.DecBinary() - _ = yym2552 + yyv2556 := &x.Ports + yym2557 := z.DecBinary() + _ = yym2557 if false { } else { - h.decSliceServicePort((*[]ServicePort)(yyv2551), d) + h.decSliceServicePort((*[]ServicePort)(yyv2556), d) } } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33374,21 +33429,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Selector = nil } else { - yyv2553 := &x.Selector - yym2554 := z.DecBinary() - _ = yym2554 + yyv2558 := &x.Selector + yym2559 := z.DecBinary() + _ = yym2559 if false { } else { - z.F.DecMapStringStringX(yyv2553, false, d) + z.F.DecMapStringStringX(yyv2558, false, d) } } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33398,13 +33453,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ClusterIP = string(r.DecodeString()) } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33414,13 +33469,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = ServiceType(r.DecodeString()) } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33428,21 +33483,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ExternalIPs = nil } else { - yyv2557 := &x.ExternalIPs - yym2558 := z.DecBinary() - _ = yym2558 + yyv2562 := &x.ExternalIPs + yym2563 := z.DecBinary() + _ = yym2563 if false { } else { - z.F.DecSliceStringX(yyv2557, false, d) + z.F.DecSliceStringX(yyv2562, false, d) } } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33450,21 +33505,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DeprecatedPublicIPs = nil } else { - yyv2559 := &x.DeprecatedPublicIPs - yym2560 := z.DecBinary() - _ = yym2560 + yyv2564 := &x.DeprecatedPublicIPs + yym2565 := z.DecBinary() + _ = yym2565 if false { } else { - z.F.DecSliceStringX(yyv2559, false, d) + z.F.DecSliceStringX(yyv2564, false, d) } } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33474,13 +33529,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SessionAffinity = ServiceAffinity(r.DecodeString()) } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33490,13 +33545,13 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LoadBalancerIP = string(r.DecodeString()) } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33504,21 +33559,21 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LoadBalancerSourceRanges = nil } else { - yyv2563 := &x.LoadBalancerSourceRanges - yym2564 := z.DecBinary() - _ = yym2564 + yyv2568 := &x.LoadBalancerSourceRanges + yym2569 := z.DecBinary() + _ = yym2569 if false { } else { - z.F.DecSliceStringX(yyv2563, false, d) + z.F.DecSliceStringX(yyv2568, false, d) } } - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33529,17 +33584,17 @@ func (x *ServiceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.ExternalName = string(r.DecodeString()) } for { - yyj2550++ - if yyhl2550 { - yyb2550 = yyj2550 > l + yyj2555++ + if yyhl2555 { + yyb2555 = yyj2555 > l } else { - yyb2550 = r.CheckBreak() + yyb2555 = r.CheckBreak() } - if yyb2550 { + if yyb2555 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2550-1, "") + z.DecStructFieldNotFound(yyj2555-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33551,38 +33606,38 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2566 := z.EncBinary() - _ = yym2566 + yym2571 := z.EncBinary() + _ = yym2571 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2567 := !z.EncBinary() - yy2arr2567 := z.EncBasicHandle().StructToArray - var yyq2567 [5]bool - _, _, _ = yysep2567, yyq2567, yy2arr2567 - const yyr2567 bool = false - yyq2567[0] = x.Name != "" - yyq2567[1] = x.Protocol != "" - yyq2567[3] = true - yyq2567[4] = x.NodePort != 0 - var yynn2567 int - if yyr2567 || yy2arr2567 { + yysep2572 := !z.EncBinary() + yy2arr2572 := z.EncBasicHandle().StructToArray + var yyq2572 [5]bool + _, _, _ = yysep2572, yyq2572, yy2arr2572 + const yyr2572 bool = false + yyq2572[0] = x.Name != "" + yyq2572[1] = x.Protocol != "" + yyq2572[3] = true + yyq2572[4] = x.NodePort != 0 + var yynn2572 int + if yyr2572 || yy2arr2572 { r.EncodeArrayStart(5) } else { - yynn2567 = 1 - for _, b := range yyq2567 { + yynn2572 = 1 + for _, b := range yyq2572 { if b { - yynn2567++ + yynn2572++ } } - r.EncodeMapStart(yynn2567) - yynn2567 = 0 + r.EncodeMapStart(yynn2572) + yynn2572 = 0 } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2567[0] { - yym2569 := z.EncBinary() - _ = yym2569 + if yyq2572[0] { + yym2574 := z.EncBinary() + _ = yym2574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -33591,37 +33646,37 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2567[0] { + if yyq2572[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2570 := z.EncBinary() - _ = yym2570 + yym2575 := z.EncBinary() + _ = yym2575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2567[1] { + if yyq2572[1] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2567[1] { + if yyq2572[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2573 := z.EncBinary() - _ = yym2573 + yym2578 := z.EncBinary() + _ = yym2578 if false { } else { r.EncodeInt(int64(x.Port)) @@ -33630,51 +33685,51 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2574 := z.EncBinary() - _ = yym2574 + yym2579 := z.EncBinary() + _ = yym2579 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2567[3] { - yy2576 := &x.TargetPort - yym2577 := z.EncBinary() - _ = yym2577 + if yyq2572[3] { + yy2581 := &x.TargetPort + yym2582 := z.EncBinary() + _ = yym2582 if false { - } else if z.HasExtensions() && z.EncExt(yy2576) { - } else if !yym2577 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2576) + } else if z.HasExtensions() && z.EncExt(yy2581) { + } else if !yym2582 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2581) } else { - z.EncFallback(yy2576) + z.EncFallback(yy2581) } } else { r.EncodeNil() } } else { - if yyq2567[3] { + if yyq2572[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetPort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2578 := &x.TargetPort - yym2579 := z.EncBinary() - _ = yym2579 + yy2583 := &x.TargetPort + yym2584 := z.EncBinary() + _ = yym2584 if false { - } else if z.HasExtensions() && z.EncExt(yy2578) { - } else if !yym2579 && z.IsJSONHandle() { - z.EncJSONMarshal(yy2578) + } else if z.HasExtensions() && z.EncExt(yy2583) { + } else if !yym2584 && z.IsJSONHandle() { + z.EncJSONMarshal(yy2583) } else { - z.EncFallback(yy2578) + z.EncFallback(yy2583) } } } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2567[4] { - yym2581 := z.EncBinary() - _ = yym2581 + if yyq2572[4] { + yym2586 := z.EncBinary() + _ = yym2586 if false { } else { r.EncodeInt(int64(x.NodePort)) @@ -33683,19 +33738,19 @@ func (x *ServicePort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq2567[4] { + if yyq2572[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodePort")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2582 := z.EncBinary() - _ = yym2582 + yym2587 := z.EncBinary() + _ = yym2587 if false { } else { r.EncodeInt(int64(x.NodePort)) } } } - if yyr2567 || yy2arr2567 { + if yyr2572 || yy2arr2572 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -33708,25 +33763,25 @@ func (x *ServicePort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2583 := z.DecBinary() - _ = yym2583 + yym2588 := z.DecBinary() + _ = yym2588 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2584 := r.ContainerType() - if yyct2584 == codecSelferValueTypeMap1234 { - yyl2584 := r.ReadMapStart() - if yyl2584 == 0 { + yyct2589 := r.ContainerType() + if yyct2589 == codecSelferValueTypeMap1234 { + yyl2589 := r.ReadMapStart() + if yyl2589 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2584, d) + x.codecDecodeSelfFromMap(yyl2589, d) } - } else if yyct2584 == codecSelferValueTypeArray1234 { - yyl2584 := r.ReadArrayStart() - if yyl2584 == 0 { + } else if yyct2589 == codecSelferValueTypeArray1234 { + yyl2589 := r.ReadArrayStart() + if yyl2589 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2584, d) + x.codecDecodeSelfFromArray(yyl2589, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -33738,12 +33793,12 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2585Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2585Slc - var yyhl2585 bool = l >= 0 - for yyj2585 := 0; ; yyj2585++ { - if yyhl2585 { - if yyj2585 >= l { + var yys2590Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2590Slc + var yyhl2590 bool = l >= 0 + for yyj2590 := 0; ; yyj2590++ { + if yyhl2590 { + if yyj2590 >= l { break } } else { @@ -33752,10 +33807,10 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2585Slc = r.DecodeBytes(yys2585Slc, true, true) - yys2585 := string(yys2585Slc) + yys2590Slc = r.DecodeBytes(yys2590Slc, true, true) + yys2590 := string(yys2590Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2585 { + switch yys2590 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -33778,15 +33833,15 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2589 := &x.TargetPort - yym2590 := z.DecBinary() - _ = yym2590 + yyv2594 := &x.TargetPort + yym2595 := z.DecBinary() + _ = yym2595 if false { - } else if z.HasExtensions() && z.DecExt(yyv2589) { - } else if !yym2590 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2589) + } else if z.HasExtensions() && z.DecExt(yyv2594) { + } else if !yym2595 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2594) } else { - z.DecFallback(yyv2589, false) + z.DecFallback(yyv2594, false) } } case "nodePort": @@ -33796,9 +33851,9 @@ func (x *ServicePort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2585) - } // end switch yys2585 - } // end for yyj2585 + z.DecStructFieldNotFound(-1, yys2590) + } // end switch yys2590 + } // end for yyj2590 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -33806,16 +33861,16 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2592 int - var yyb2592 bool - var yyhl2592 bool = l >= 0 - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + var yyj2597 int + var yyb2597 bool + var yyhl2597 bool = l >= 0 + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33825,13 +33880,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33841,13 +33896,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Protocol = Protocol(r.DecodeString()) } - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33857,13 +33912,13 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33871,24 +33926,24 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.TargetPort = pkg4_intstr.IntOrString{} } else { - yyv2596 := &x.TargetPort - yym2597 := z.DecBinary() - _ = yym2597 + yyv2601 := &x.TargetPort + yym2602 := z.DecBinary() + _ = yym2602 if false { - } else if z.HasExtensions() && z.DecExt(yyv2596) { - } else if !yym2597 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv2596) + } else if z.HasExtensions() && z.DecExt(yyv2601) { + } else if !yym2602 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv2601) } else { - z.DecFallback(yyv2596, false) + z.DecFallback(yyv2601, false) } } - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -33899,17 +33954,17 @@ func (x *ServicePort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.NodePort = int32(r.DecodeInt(32)) } for { - yyj2592++ - if yyhl2592 { - yyb2592 = yyj2592 > l + yyj2597++ + if yyhl2597 { + yyb2597 = yyj2597 > l } else { - yyb2592 = r.CheckBreak() + yyb2597 = r.CheckBreak() } - if yyb2592 { + if yyb2597 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2592-1, "") + z.DecStructFieldNotFound(yyj2597-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -33921,39 +33976,39 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2599 := z.EncBinary() - _ = yym2599 + yym2604 := z.EncBinary() + _ = yym2604 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2600 := !z.EncBinary() - yy2arr2600 := z.EncBasicHandle().StructToArray - var yyq2600 [5]bool - _, _, _ = yysep2600, yyq2600, yy2arr2600 - const yyr2600 bool = false - yyq2600[0] = x.Kind != "" - yyq2600[1] = x.APIVersion != "" - yyq2600[2] = true - yyq2600[3] = true - yyq2600[4] = true - var yynn2600 int - if yyr2600 || yy2arr2600 { + yysep2605 := !z.EncBinary() + yy2arr2605 := z.EncBasicHandle().StructToArray + var yyq2605 [5]bool + _, _, _ = yysep2605, yyq2605, yy2arr2605 + const yyr2605 bool = false + yyq2605[0] = x.Kind != "" + yyq2605[1] = x.APIVersion != "" + yyq2605[2] = true + yyq2605[3] = true + yyq2605[4] = true + var yynn2605 int + if yyr2605 || yy2arr2605 { r.EncodeArrayStart(5) } else { - yynn2600 = 0 - for _, b := range yyq2600 { + yynn2605 = 0 + for _, b := range yyq2605 { if b { - yynn2600++ + yynn2605++ } } - r.EncodeMapStart(yynn2600) - yynn2600 = 0 + r.EncodeMapStart(yynn2605) + yynn2605 = 0 } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2600[0] { - yym2602 := z.EncBinary() - _ = yym2602 + if yyq2605[0] { + yym2607 := z.EncBinary() + _ = yym2607 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -33962,23 +34017,23 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2600[0] { + if yyq2605[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2603 := z.EncBinary() - _ = yym2603 + yym2608 := z.EncBinary() + _ = yym2608 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2600[1] { - yym2605 := z.EncBinary() - _ = yym2605 + if yyq2605[1] { + yym2610 := z.EncBinary() + _ = yym2610 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -33987,70 +34042,70 @@ func (x *Service) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2600[1] { + if yyq2605[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2606 := z.EncBinary() - _ = yym2606 + yym2611 := z.EncBinary() + _ = yym2611 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2600[2] { - yy2608 := &x.ObjectMeta - yy2608.CodecEncodeSelf(e) + if yyq2605[2] { + yy2613 := &x.ObjectMeta + yy2613.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2600[2] { + if yyq2605[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2609 := &x.ObjectMeta - yy2609.CodecEncodeSelf(e) + yy2614 := &x.ObjectMeta + yy2614.CodecEncodeSelf(e) } } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2600[3] { - yy2611 := &x.Spec - yy2611.CodecEncodeSelf(e) + if yyq2605[3] { + yy2616 := &x.Spec + yy2616.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2600[3] { + if yyq2605[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2612 := &x.Spec - yy2612.CodecEncodeSelf(e) + yy2617 := &x.Spec + yy2617.CodecEncodeSelf(e) } } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2600[4] { - yy2614 := &x.Status - yy2614.CodecEncodeSelf(e) + if yyq2605[4] { + yy2619 := &x.Status + yy2619.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2600[4] { + if yyq2605[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2615 := &x.Status - yy2615.CodecEncodeSelf(e) + yy2620 := &x.Status + yy2620.CodecEncodeSelf(e) } } - if yyr2600 || yy2arr2600 { + if yyr2605 || yy2arr2605 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34063,25 +34118,25 @@ func (x *Service) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2616 := z.DecBinary() - _ = yym2616 + yym2621 := z.DecBinary() + _ = yym2621 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2617 := r.ContainerType() - if yyct2617 == codecSelferValueTypeMap1234 { - yyl2617 := r.ReadMapStart() - if yyl2617 == 0 { + yyct2622 := r.ContainerType() + if yyct2622 == codecSelferValueTypeMap1234 { + yyl2622 := r.ReadMapStart() + if yyl2622 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2617, d) + x.codecDecodeSelfFromMap(yyl2622, d) } - } else if yyct2617 == codecSelferValueTypeArray1234 { - yyl2617 := r.ReadArrayStart() - if yyl2617 == 0 { + } else if yyct2622 == codecSelferValueTypeArray1234 { + yyl2622 := r.ReadArrayStart() + if yyl2622 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2617, d) + x.codecDecodeSelfFromArray(yyl2622, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34093,12 +34148,12 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2618Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2618Slc - var yyhl2618 bool = l >= 0 - for yyj2618 := 0; ; yyj2618++ { - if yyhl2618 { - if yyj2618 >= l { + var yys2623Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2623Slc + var yyhl2623 bool = l >= 0 + for yyj2623 := 0; ; yyj2623++ { + if yyhl2623 { + if yyj2623 >= l { break } } else { @@ -34107,10 +34162,10 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2618Slc = r.DecodeBytes(yys2618Slc, true, true) - yys2618 := string(yys2618Slc) + yys2623Slc = r.DecodeBytes(yys2623Slc, true, true) + yys2623 := string(yys2623Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2618 { + switch yys2623 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34127,27 +34182,27 @@ func (x *Service) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2621 := &x.ObjectMeta - yyv2621.CodecDecodeSelf(d) + yyv2626 := &x.ObjectMeta + yyv2626.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2622 := &x.Spec - yyv2622.CodecDecodeSelf(d) + yyv2627 := &x.Spec + yyv2627.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2623 := &x.Status - yyv2623.CodecDecodeSelf(d) + yyv2628 := &x.Status + yyv2628.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2618) - } // end switch yys2618 - } // end for yyj2618 + z.DecStructFieldNotFound(-1, yys2623) + } // end switch yys2623 + } // end for yyj2623 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34155,16 +34210,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2624 int - var yyb2624 bool - var yyhl2624 bool = l >= 0 - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + var yyj2629 int + var yyb2629 bool + var yyhl2629 bool = l >= 0 + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34174,13 +34229,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34190,13 +34245,13 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34204,16 +34259,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2627 := &x.ObjectMeta - yyv2627.CodecDecodeSelf(d) + yyv2632 := &x.ObjectMeta + yyv2632.CodecDecodeSelf(d) } - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34221,16 +34276,16 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ServiceSpec{} } else { - yyv2628 := &x.Spec - yyv2628.CodecDecodeSelf(d) + yyv2633 := &x.Spec + yyv2633.CodecDecodeSelf(d) } - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34238,21 +34293,21 @@ func (x *Service) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ServiceStatus{} } else { - yyv2629 := &x.Status - yyv2629.CodecDecodeSelf(d) + yyv2634 := &x.Status + yyv2634.CodecDecodeSelf(d) } for { - yyj2624++ - if yyhl2624 { - yyb2624 = yyj2624 > l + yyj2629++ + if yyhl2629 { + yyb2629 = yyj2629 > l } else { - yyb2624 = r.CheckBreak() + yyb2629 = r.CheckBreak() } - if yyb2624 { + if yyb2629 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2624-1, "") + z.DecStructFieldNotFound(yyj2629-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34264,37 +34319,37 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2630 := z.EncBinary() - _ = yym2630 + yym2635 := z.EncBinary() + _ = yym2635 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2631 := !z.EncBinary() - yy2arr2631 := z.EncBasicHandle().StructToArray - var yyq2631 [4]bool - _, _, _ = yysep2631, yyq2631, yy2arr2631 - const yyr2631 bool = false - yyq2631[0] = x.Kind != "" - yyq2631[1] = x.APIVersion != "" - yyq2631[2] = true - var yynn2631 int - if yyr2631 || yy2arr2631 { + yysep2636 := !z.EncBinary() + yy2arr2636 := z.EncBasicHandle().StructToArray + var yyq2636 [4]bool + _, _, _ = yysep2636, yyq2636, yy2arr2636 + const yyr2636 bool = false + yyq2636[0] = x.Kind != "" + yyq2636[1] = x.APIVersion != "" + yyq2636[2] = true + var yynn2636 int + if yyr2636 || yy2arr2636 { r.EncodeArrayStart(4) } else { - yynn2631 = 1 - for _, b := range yyq2631 { + yynn2636 = 1 + for _, b := range yyq2636 { if b { - yynn2631++ + yynn2636++ } } - r.EncodeMapStart(yynn2631) - yynn2631 = 0 + r.EncodeMapStart(yynn2636) + yynn2636 = 0 } - if yyr2631 || yy2arr2631 { + if yyr2636 || yy2arr2636 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[0] { - yym2633 := z.EncBinary() - _ = yym2633 + if yyq2636[0] { + yym2638 := z.EncBinary() + _ = yym2638 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34303,23 +34358,23 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2631[0] { + if yyq2636[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2634 := z.EncBinary() - _ = yym2634 + yym2639 := z.EncBinary() + _ = yym2639 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2631 || yy2arr2631 { + if yyr2636 || yy2arr2636 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[1] { - yym2636 := z.EncBinary() - _ = yym2636 + if yyq2636[1] { + yym2641 := z.EncBinary() + _ = yym2641 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34328,54 +34383,54 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2631[1] { + if yyq2636[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2637 := z.EncBinary() - _ = yym2637 + yym2642 := z.EncBinary() + _ = yym2642 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2631 || yy2arr2631 { + if yyr2636 || yy2arr2636 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2631[2] { - yy2639 := &x.ListMeta - yym2640 := z.EncBinary() - _ = yym2640 + if yyq2636[2] { + yy2644 := &x.ListMeta + yym2645 := z.EncBinary() + _ = yym2645 if false { - } else if z.HasExtensions() && z.EncExt(yy2639) { + } else if z.HasExtensions() && z.EncExt(yy2644) { } else { - z.EncFallback(yy2639) + z.EncFallback(yy2644) } } else { r.EncodeNil() } } else { - if yyq2631[2] { + if yyq2636[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2641 := &x.ListMeta - yym2642 := z.EncBinary() - _ = yym2642 + yy2646 := &x.ListMeta + yym2647 := z.EncBinary() + _ = yym2647 if false { - } else if z.HasExtensions() && z.EncExt(yy2641) { + } else if z.HasExtensions() && z.EncExt(yy2646) { } else { - z.EncFallback(yy2641) + z.EncFallback(yy2646) } } } - if yyr2631 || yy2arr2631 { + if yyr2636 || yy2arr2636 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2644 := z.EncBinary() - _ = yym2644 + yym2649 := z.EncBinary() + _ = yym2649 if false { } else { h.encSliceService(([]Service)(x.Items), e) @@ -34388,15 +34443,15 @@ func (x *ServiceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2645 := z.EncBinary() - _ = yym2645 + yym2650 := z.EncBinary() + _ = yym2650 if false { } else { h.encSliceService(([]Service)(x.Items), e) } } } - if yyr2631 || yy2arr2631 { + if yyr2636 || yy2arr2636 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34409,25 +34464,25 @@ func (x *ServiceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2646 := z.DecBinary() - _ = yym2646 + yym2651 := z.DecBinary() + _ = yym2651 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2647 := r.ContainerType() - if yyct2647 == codecSelferValueTypeMap1234 { - yyl2647 := r.ReadMapStart() - if yyl2647 == 0 { + yyct2652 := r.ContainerType() + if yyct2652 == codecSelferValueTypeMap1234 { + yyl2652 := r.ReadMapStart() + if yyl2652 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2647, d) + x.codecDecodeSelfFromMap(yyl2652, d) } - } else if yyct2647 == codecSelferValueTypeArray1234 { - yyl2647 := r.ReadArrayStart() - if yyl2647 == 0 { + } else if yyct2652 == codecSelferValueTypeArray1234 { + yyl2652 := r.ReadArrayStart() + if yyl2652 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2647, d) + x.codecDecodeSelfFromArray(yyl2652, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34439,12 +34494,12 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2648Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2648Slc - var yyhl2648 bool = l >= 0 - for yyj2648 := 0; ; yyj2648++ { - if yyhl2648 { - if yyj2648 >= l { + var yys2653Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2653Slc + var yyhl2653 bool = l >= 0 + for yyj2653 := 0; ; yyj2653++ { + if yyhl2653 { + if yyj2653 >= l { break } } else { @@ -34453,10 +34508,10 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2648Slc = r.DecodeBytes(yys2648Slc, true, true) - yys2648 := string(yys2648Slc) + yys2653Slc = r.DecodeBytes(yys2653Slc, true, true) + yys2653 := string(yys2653Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2648 { + switch yys2653 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34473,31 +34528,31 @@ func (x *ServiceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2651 := &x.ListMeta - yym2652 := z.DecBinary() - _ = yym2652 + yyv2656 := &x.ListMeta + yym2657 := z.DecBinary() + _ = yym2657 if false { - } else if z.HasExtensions() && z.DecExt(yyv2651) { + } else if z.HasExtensions() && z.DecExt(yyv2656) { } else { - z.DecFallback(yyv2651, false) + z.DecFallback(yyv2656, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2653 := &x.Items - yym2654 := z.DecBinary() - _ = yym2654 + yyv2658 := &x.Items + yym2659 := z.DecBinary() + _ = yym2659 if false { } else { - h.decSliceService((*[]Service)(yyv2653), d) + h.decSliceService((*[]Service)(yyv2658), d) } } default: - z.DecStructFieldNotFound(-1, yys2648) - } // end switch yys2648 - } // end for yyj2648 + z.DecStructFieldNotFound(-1, yys2653) + } // end switch yys2653 + } // end for yyj2653 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34505,16 +34560,16 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2655 int - var yyb2655 bool - var yyhl2655 bool = l >= 0 - yyj2655++ - if yyhl2655 { - yyb2655 = yyj2655 > l + var yyj2660 int + var yyb2660 bool + var yyhl2660 bool = l >= 0 + yyj2660++ + if yyhl2660 { + yyb2660 = yyj2660 > l } else { - yyb2655 = r.CheckBreak() + yyb2660 = r.CheckBreak() } - if yyb2655 { + if yyb2660 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34524,13 +34579,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2655++ - if yyhl2655 { - yyb2655 = yyj2655 > l + yyj2660++ + if yyhl2660 { + yyb2660 = yyj2660 > l } else { - yyb2655 = r.CheckBreak() + yyb2660 = r.CheckBreak() } - if yyb2655 { + if yyb2660 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34540,13 +34595,13 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2655++ - if yyhl2655 { - yyb2655 = yyj2655 > l + yyj2660++ + if yyhl2660 { + yyb2660 = yyj2660 > l } else { - yyb2655 = r.CheckBreak() + yyb2660 = r.CheckBreak() } - if yyb2655 { + if yyb2660 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34554,22 +34609,22 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2658 := &x.ListMeta - yym2659 := z.DecBinary() - _ = yym2659 + yyv2663 := &x.ListMeta + yym2664 := z.DecBinary() + _ = yym2664 if false { - } else if z.HasExtensions() && z.DecExt(yyv2658) { + } else if z.HasExtensions() && z.DecExt(yyv2663) { } else { - z.DecFallback(yyv2658, false) + z.DecFallback(yyv2663, false) } } - yyj2655++ - if yyhl2655 { - yyb2655 = yyj2655 > l + yyj2660++ + if yyhl2660 { + yyb2660 = yyj2660 > l } else { - yyb2655 = r.CheckBreak() + yyb2660 = r.CheckBreak() } - if yyb2655 { + if yyb2660 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34577,26 +34632,26 @@ func (x *ServiceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2660 := &x.Items - yym2661 := z.DecBinary() - _ = yym2661 + yyv2665 := &x.Items + yym2666 := z.DecBinary() + _ = yym2666 if false { } else { - h.decSliceService((*[]Service)(yyv2660), d) + h.decSliceService((*[]Service)(yyv2665), d) } } for { - yyj2655++ - if yyhl2655 { - yyb2655 = yyj2655 > l + yyj2660++ + if yyhl2660 { + yyb2660 = yyj2660 > l } else { - yyb2655 = r.CheckBreak() + yyb2660 = r.CheckBreak() } - if yyb2655 { + if yyb2660 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2655-1, "") + z.DecStructFieldNotFound(yyj2660-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -34608,39 +34663,39 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2662 := z.EncBinary() - _ = yym2662 + yym2667 := z.EncBinary() + _ = yym2667 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2663 := !z.EncBinary() - yy2arr2663 := z.EncBasicHandle().StructToArray - var yyq2663 [5]bool - _, _, _ = yysep2663, yyq2663, yy2arr2663 - const yyr2663 bool = false - yyq2663[0] = x.Kind != "" - yyq2663[1] = x.APIVersion != "" - yyq2663[2] = true - yyq2663[3] = len(x.Secrets) != 0 - yyq2663[4] = len(x.ImagePullSecrets) != 0 - var yynn2663 int - if yyr2663 || yy2arr2663 { + yysep2668 := !z.EncBinary() + yy2arr2668 := z.EncBasicHandle().StructToArray + var yyq2668 [5]bool + _, _, _ = yysep2668, yyq2668, yy2arr2668 + const yyr2668 bool = false + yyq2668[0] = x.Kind != "" + yyq2668[1] = x.APIVersion != "" + yyq2668[2] = true + yyq2668[3] = len(x.Secrets) != 0 + yyq2668[4] = len(x.ImagePullSecrets) != 0 + var yynn2668 int + if yyr2668 || yy2arr2668 { r.EncodeArrayStart(5) } else { - yynn2663 = 0 - for _, b := range yyq2663 { + yynn2668 = 0 + for _, b := range yyq2668 { if b { - yynn2663++ + yynn2668++ } } - r.EncodeMapStart(yynn2663) - yynn2663 = 0 + r.EncodeMapStart(yynn2668) + yynn2668 = 0 } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2663[0] { - yym2665 := z.EncBinary() - _ = yym2665 + if yyq2668[0] { + yym2670 := z.EncBinary() + _ = yym2670 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -34649,23 +34704,23 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2663[0] { + if yyq2668[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2666 := z.EncBinary() - _ = yym2666 + yym2671 := z.EncBinary() + _ = yym2671 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2663[1] { - yym2668 := z.EncBinary() - _ = yym2668 + if yyq2668[1] { + yym2673 := z.EncBinary() + _ = yym2673 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -34674,43 +34729,43 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2663[1] { + if yyq2668[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2669 := z.EncBinary() - _ = yym2669 + yym2674 := z.EncBinary() + _ = yym2674 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2663[2] { - yy2671 := &x.ObjectMeta - yy2671.CodecEncodeSelf(e) + if yyq2668[2] { + yy2676 := &x.ObjectMeta + yy2676.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2663[2] { + if yyq2668[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2672 := &x.ObjectMeta - yy2672.CodecEncodeSelf(e) + yy2677 := &x.ObjectMeta + yy2677.CodecEncodeSelf(e) } } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2663[3] { + if yyq2668[3] { if x.Secrets == nil { r.EncodeNil() } else { - yym2674 := z.EncBinary() - _ = yym2674 + yym2679 := z.EncBinary() + _ = yym2679 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -34720,15 +34775,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2663[3] { + if yyq2668[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("secrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Secrets == nil { r.EncodeNil() } else { - yym2675 := z.EncBinary() - _ = yym2675 + yym2680 := z.EncBinary() + _ = yym2680 if false { } else { h.encSliceObjectReference(([]ObjectReference)(x.Secrets), e) @@ -34736,14 +34791,14 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2663[4] { + if yyq2668[4] { if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2677 := z.EncBinary() - _ = yym2677 + yym2682 := z.EncBinary() + _ = yym2682 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -34753,15 +34808,15 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2663[4] { + if yyq2668[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("imagePullSecrets")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.ImagePullSecrets == nil { r.EncodeNil() } else { - yym2678 := z.EncBinary() - _ = yym2678 + yym2683 := z.EncBinary() + _ = yym2683 if false { } else { h.encSliceLocalObjectReference(([]LocalObjectReference)(x.ImagePullSecrets), e) @@ -34769,7 +34824,7 @@ func (x *ServiceAccount) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2663 || yy2arr2663 { + if yyr2668 || yy2arr2668 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -34782,25 +34837,25 @@ func (x *ServiceAccount) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2679 := z.DecBinary() - _ = yym2679 + yym2684 := z.DecBinary() + _ = yym2684 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2680 := r.ContainerType() - if yyct2680 == codecSelferValueTypeMap1234 { - yyl2680 := r.ReadMapStart() - if yyl2680 == 0 { + yyct2685 := r.ContainerType() + if yyct2685 == codecSelferValueTypeMap1234 { + yyl2685 := r.ReadMapStart() + if yyl2685 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2680, d) + x.codecDecodeSelfFromMap(yyl2685, d) } - } else if yyct2680 == codecSelferValueTypeArray1234 { - yyl2680 := r.ReadArrayStart() - if yyl2680 == 0 { + } else if yyct2685 == codecSelferValueTypeArray1234 { + yyl2685 := r.ReadArrayStart() + if yyl2685 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2680, d) + x.codecDecodeSelfFromArray(yyl2685, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -34812,12 +34867,12 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2681Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2681Slc - var yyhl2681 bool = l >= 0 - for yyj2681 := 0; ; yyj2681++ { - if yyhl2681 { - if yyj2681 >= l { + var yys2686Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2686Slc + var yyhl2686 bool = l >= 0 + for yyj2686 := 0; ; yyj2686++ { + if yyhl2686 { + if yyj2686 >= l { break } } else { @@ -34826,10 +34881,10 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2681Slc = r.DecodeBytes(yys2681Slc, true, true) - yys2681 := string(yys2681Slc) + yys2686Slc = r.DecodeBytes(yys2686Slc, true, true) + yys2686 := string(yys2686Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2681 { + switch yys2686 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -34846,37 +34901,37 @@ func (x *ServiceAccount) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2684 := &x.ObjectMeta - yyv2684.CodecDecodeSelf(d) + yyv2689 := &x.ObjectMeta + yyv2689.CodecDecodeSelf(d) } case "secrets": if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2685 := &x.Secrets - yym2686 := z.DecBinary() - _ = yym2686 + yyv2690 := &x.Secrets + yym2691 := z.DecBinary() + _ = yym2691 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2685), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2690), d) } } case "imagePullSecrets": if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2687 := &x.ImagePullSecrets - yym2688 := z.DecBinary() - _ = yym2688 + yyv2692 := &x.ImagePullSecrets + yym2693 := z.DecBinary() + _ = yym2693 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2687), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2692), d) } } default: - z.DecStructFieldNotFound(-1, yys2681) - } // end switch yys2681 - } // end for yyj2681 + z.DecStructFieldNotFound(-1, yys2686) + } // end switch yys2686 + } // end for yyj2686 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -34884,16 +34939,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2689 int - var yyb2689 bool - var yyhl2689 bool = l >= 0 - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + var yyj2694 int + var yyb2694 bool + var yyhl2694 bool = l >= 0 + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34903,13 +34958,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34919,13 +34974,13 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34933,16 +34988,16 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2692 := &x.ObjectMeta - yyv2692.CodecDecodeSelf(d) + yyv2697 := &x.ObjectMeta + yyv2697.CodecDecodeSelf(d) } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34950,21 +35005,21 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Secrets = nil } else { - yyv2693 := &x.Secrets - yym2694 := z.DecBinary() - _ = yym2694 + yyv2698 := &x.Secrets + yym2699 := z.DecBinary() + _ = yym2699 if false { } else { - h.decSliceObjectReference((*[]ObjectReference)(yyv2693), d) + h.decSliceObjectReference((*[]ObjectReference)(yyv2698), d) } } - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -34972,26 +35027,26 @@ func (x *ServiceAccount) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ImagePullSecrets = nil } else { - yyv2695 := &x.ImagePullSecrets - yym2696 := z.DecBinary() - _ = yym2696 + yyv2700 := &x.ImagePullSecrets + yym2701 := z.DecBinary() + _ = yym2701 if false { } else { - h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2695), d) + h.decSliceLocalObjectReference((*[]LocalObjectReference)(yyv2700), d) } } for { - yyj2689++ - if yyhl2689 { - yyb2689 = yyj2689 > l + yyj2694++ + if yyhl2694 { + yyb2694 = yyj2694 > l } else { - yyb2689 = r.CheckBreak() + yyb2694 = r.CheckBreak() } - if yyb2689 { + if yyb2694 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2689-1, "") + z.DecStructFieldNotFound(yyj2694-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35003,37 +35058,37 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2697 := z.EncBinary() - _ = yym2697 + yym2702 := z.EncBinary() + _ = yym2702 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2698 := !z.EncBinary() - yy2arr2698 := z.EncBasicHandle().StructToArray - var yyq2698 [4]bool - _, _, _ = yysep2698, yyq2698, yy2arr2698 - const yyr2698 bool = false - yyq2698[0] = x.Kind != "" - yyq2698[1] = x.APIVersion != "" - yyq2698[2] = true - var yynn2698 int - if yyr2698 || yy2arr2698 { + yysep2703 := !z.EncBinary() + yy2arr2703 := z.EncBasicHandle().StructToArray + var yyq2703 [4]bool + _, _, _ = yysep2703, yyq2703, yy2arr2703 + const yyr2703 bool = false + yyq2703[0] = x.Kind != "" + yyq2703[1] = x.APIVersion != "" + yyq2703[2] = true + var yynn2703 int + if yyr2703 || yy2arr2703 { r.EncodeArrayStart(4) } else { - yynn2698 = 1 - for _, b := range yyq2698 { + yynn2703 = 1 + for _, b := range yyq2703 { if b { - yynn2698++ + yynn2703++ } } - r.EncodeMapStart(yynn2698) - yynn2698 = 0 + r.EncodeMapStart(yynn2703) + yynn2703 = 0 } - if yyr2698 || yy2arr2698 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2698[0] { - yym2700 := z.EncBinary() - _ = yym2700 + if yyq2703[0] { + yym2705 := z.EncBinary() + _ = yym2705 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35042,23 +35097,23 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2698[0] { + if yyq2703[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2701 := z.EncBinary() - _ = yym2701 + yym2706 := z.EncBinary() + _ = yym2706 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2698 || yy2arr2698 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2698[1] { - yym2703 := z.EncBinary() - _ = yym2703 + if yyq2703[1] { + yym2708 := z.EncBinary() + _ = yym2708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35067,54 +35122,54 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2698[1] { + if yyq2703[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2704 := z.EncBinary() - _ = yym2704 + yym2709 := z.EncBinary() + _ = yym2709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2698 || yy2arr2698 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2698[2] { - yy2706 := &x.ListMeta - yym2707 := z.EncBinary() - _ = yym2707 + if yyq2703[2] { + yy2711 := &x.ListMeta + yym2712 := z.EncBinary() + _ = yym2712 if false { - } else if z.HasExtensions() && z.EncExt(yy2706) { + } else if z.HasExtensions() && z.EncExt(yy2711) { } else { - z.EncFallback(yy2706) + z.EncFallback(yy2711) } } else { r.EncodeNil() } } else { - if yyq2698[2] { + if yyq2703[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2708 := &x.ListMeta - yym2709 := z.EncBinary() - _ = yym2709 + yy2713 := &x.ListMeta + yym2714 := z.EncBinary() + _ = yym2714 if false { - } else if z.HasExtensions() && z.EncExt(yy2708) { + } else if z.HasExtensions() && z.EncExt(yy2713) { } else { - z.EncFallback(yy2708) + z.EncFallback(yy2713) } } } - if yyr2698 || yy2arr2698 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2711 := z.EncBinary() - _ = yym2711 + yym2716 := z.EncBinary() + _ = yym2716 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) @@ -35127,15 +35182,15 @@ func (x *ServiceAccountList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2712 := z.EncBinary() - _ = yym2712 + yym2717 := z.EncBinary() + _ = yym2717 if false { } else { h.encSliceServiceAccount(([]ServiceAccount)(x.Items), e) } } } - if yyr2698 || yy2arr2698 { + if yyr2703 || yy2arr2703 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35148,25 +35203,25 @@ func (x *ServiceAccountList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2713 := z.DecBinary() - _ = yym2713 + yym2718 := z.DecBinary() + _ = yym2718 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2714 := r.ContainerType() - if yyct2714 == codecSelferValueTypeMap1234 { - yyl2714 := r.ReadMapStart() - if yyl2714 == 0 { + yyct2719 := r.ContainerType() + if yyct2719 == codecSelferValueTypeMap1234 { + yyl2719 := r.ReadMapStart() + if yyl2719 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2714, d) + x.codecDecodeSelfFromMap(yyl2719, d) } - } else if yyct2714 == codecSelferValueTypeArray1234 { - yyl2714 := r.ReadArrayStart() - if yyl2714 == 0 { + } else if yyct2719 == codecSelferValueTypeArray1234 { + yyl2719 := r.ReadArrayStart() + if yyl2719 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2714, d) + x.codecDecodeSelfFromArray(yyl2719, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35178,12 +35233,12 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2715Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2715Slc - var yyhl2715 bool = l >= 0 - for yyj2715 := 0; ; yyj2715++ { - if yyhl2715 { - if yyj2715 >= l { + var yys2720Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2720Slc + var yyhl2720 bool = l >= 0 + for yyj2720 := 0; ; yyj2720++ { + if yyhl2720 { + if yyj2720 >= l { break } } else { @@ -35192,10 +35247,10 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2715Slc = r.DecodeBytes(yys2715Slc, true, true) - yys2715 := string(yys2715Slc) + yys2720Slc = r.DecodeBytes(yys2720Slc, true, true) + yys2720 := string(yys2720Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2715 { + switch yys2720 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35212,31 +35267,31 @@ func (x *ServiceAccountList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2718 := &x.ListMeta - yym2719 := z.DecBinary() - _ = yym2719 + yyv2723 := &x.ListMeta + yym2724 := z.DecBinary() + _ = yym2724 if false { - } else if z.HasExtensions() && z.DecExt(yyv2718) { + } else if z.HasExtensions() && z.DecExt(yyv2723) { } else { - z.DecFallback(yyv2718, false) + z.DecFallback(yyv2723, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2720 := &x.Items - yym2721 := z.DecBinary() - _ = yym2721 + yyv2725 := &x.Items + yym2726 := z.DecBinary() + _ = yym2726 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2720), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2725), d) } } default: - z.DecStructFieldNotFound(-1, yys2715) - } // end switch yys2715 - } // end for yyj2715 + z.DecStructFieldNotFound(-1, yys2720) + } // end switch yys2720 + } // end for yyj2720 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35244,16 +35299,16 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2722 int - var yyb2722 bool - var yyhl2722 bool = l >= 0 - yyj2722++ - if yyhl2722 { - yyb2722 = yyj2722 > l + var yyj2727 int + var yyb2727 bool + var yyhl2727 bool = l >= 0 + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2722 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2722 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35263,13 +35318,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Kind = string(r.DecodeString()) } - yyj2722++ - if yyhl2722 { - yyb2722 = yyj2722 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2722 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2722 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35279,13 +35334,13 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.APIVersion = string(r.DecodeString()) } - yyj2722++ - if yyhl2722 { - yyb2722 = yyj2722 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2722 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2722 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35293,22 +35348,22 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2725 := &x.ListMeta - yym2726 := z.DecBinary() - _ = yym2726 + yyv2730 := &x.ListMeta + yym2731 := z.DecBinary() + _ = yym2731 if false { - } else if z.HasExtensions() && z.DecExt(yyv2725) { + } else if z.HasExtensions() && z.DecExt(yyv2730) { } else { - z.DecFallback(yyv2725, false) + z.DecFallback(yyv2730, false) } } - yyj2722++ - if yyhl2722 { - yyb2722 = yyj2722 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2722 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2722 { + if yyb2727 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35316,26 +35371,26 @@ func (x *ServiceAccountList) codecDecodeSelfFromArray(l int, d *codec1978.Decode if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2727 := &x.Items - yym2728 := z.DecBinary() - _ = yym2728 + yyv2732 := &x.Items + yym2733 := z.DecBinary() + _ = yym2733 if false { } else { - h.decSliceServiceAccount((*[]ServiceAccount)(yyv2727), d) + h.decSliceServiceAccount((*[]ServiceAccount)(yyv2732), d) } } for { - yyj2722++ - if yyhl2722 { - yyb2722 = yyj2722 > l + yyj2727++ + if yyhl2727 { + yyb2727 = yyj2727 > l } else { - yyb2722 = r.CheckBreak() + yyb2727 = r.CheckBreak() } - if yyb2722 { + if yyb2727 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2722-1, "") + z.DecStructFieldNotFound(yyj2727-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35347,37 +35402,37 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2729 := z.EncBinary() - _ = yym2729 + yym2734 := z.EncBinary() + _ = yym2734 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2730 := !z.EncBinary() - yy2arr2730 := z.EncBasicHandle().StructToArray - var yyq2730 [4]bool - _, _, _ = yysep2730, yyq2730, yy2arr2730 - const yyr2730 bool = false - yyq2730[0] = x.Kind != "" - yyq2730[1] = x.APIVersion != "" - yyq2730[2] = true - var yynn2730 int - if yyr2730 || yy2arr2730 { + yysep2735 := !z.EncBinary() + yy2arr2735 := z.EncBasicHandle().StructToArray + var yyq2735 [4]bool + _, _, _ = yysep2735, yyq2735, yy2arr2735 + const yyr2735 bool = false + yyq2735[0] = x.Kind != "" + yyq2735[1] = x.APIVersion != "" + yyq2735[2] = true + var yynn2735 int + if yyr2735 || yy2arr2735 { r.EncodeArrayStart(4) } else { - yynn2730 = 1 - for _, b := range yyq2730 { + yynn2735 = 1 + for _, b := range yyq2735 { if b { - yynn2730++ + yynn2735++ } } - r.EncodeMapStart(yynn2730) - yynn2730 = 0 + r.EncodeMapStart(yynn2735) + yynn2735 = 0 } - if yyr2730 || yy2arr2730 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2730[0] { - yym2732 := z.EncBinary() - _ = yym2732 + if yyq2735[0] { + yym2737 := z.EncBinary() + _ = yym2737 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -35386,23 +35441,23 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2730[0] { + if yyq2735[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2733 := z.EncBinary() - _ = yym2733 + yym2738 := z.EncBinary() + _ = yym2738 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2730 || yy2arr2730 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2730[1] { - yym2735 := z.EncBinary() - _ = yym2735 + if yyq2735[1] { + yym2740 := z.EncBinary() + _ = yym2740 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -35411,42 +35466,42 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2730[1] { + if yyq2735[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2736 := z.EncBinary() - _ = yym2736 + yym2741 := z.EncBinary() + _ = yym2741 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2730 || yy2arr2730 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2730[2] { - yy2738 := &x.ObjectMeta - yy2738.CodecEncodeSelf(e) + if yyq2735[2] { + yy2743 := &x.ObjectMeta + yy2743.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2730[2] { + if yyq2735[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2739 := &x.ObjectMeta - yy2739.CodecEncodeSelf(e) + yy2744 := &x.ObjectMeta + yy2744.CodecEncodeSelf(e) } } - if yyr2730 || yy2arr2730 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Subsets == nil { r.EncodeNil() } else { - yym2741 := z.EncBinary() - _ = yym2741 + yym2746 := z.EncBinary() + _ = yym2746 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) @@ -35459,15 +35514,15 @@ func (x *Endpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x.Subsets == nil { r.EncodeNil() } else { - yym2742 := z.EncBinary() - _ = yym2742 + yym2747 := z.EncBinary() + _ = yym2747 if false { } else { h.encSliceEndpointSubset(([]EndpointSubset)(x.Subsets), e) } } } - if yyr2730 || yy2arr2730 { + if yyr2735 || yy2arr2735 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35480,25 +35535,25 @@ func (x *Endpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2743 := z.DecBinary() - _ = yym2743 + yym2748 := z.DecBinary() + _ = yym2748 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2744 := r.ContainerType() - if yyct2744 == codecSelferValueTypeMap1234 { - yyl2744 := r.ReadMapStart() - if yyl2744 == 0 { + yyct2749 := r.ContainerType() + if yyct2749 == codecSelferValueTypeMap1234 { + yyl2749 := r.ReadMapStart() + if yyl2749 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2744, d) + x.codecDecodeSelfFromMap(yyl2749, d) } - } else if yyct2744 == codecSelferValueTypeArray1234 { - yyl2744 := r.ReadArrayStart() - if yyl2744 == 0 { + } else if yyct2749 == codecSelferValueTypeArray1234 { + yyl2749 := r.ReadArrayStart() + if yyl2749 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2744, d) + x.codecDecodeSelfFromArray(yyl2749, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35510,12 +35565,12 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2745Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2745Slc - var yyhl2745 bool = l >= 0 - for yyj2745 := 0; ; yyj2745++ { - if yyhl2745 { - if yyj2745 >= l { + var yys2750Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2750Slc + var yyhl2750 bool = l >= 0 + for yyj2750 := 0; ; yyj2750++ { + if yyhl2750 { + if yyj2750 >= l { break } } else { @@ -35524,10 +35579,10 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2745Slc = r.DecodeBytes(yys2745Slc, true, true) - yys2745 := string(yys2745Slc) + yys2750Slc = r.DecodeBytes(yys2750Slc, true, true) + yys2750 := string(yys2750Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2745 { + switch yys2750 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -35544,25 +35599,25 @@ func (x *Endpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2748 := &x.ObjectMeta - yyv2748.CodecDecodeSelf(d) + yyv2753 := &x.ObjectMeta + yyv2753.CodecDecodeSelf(d) } case "subsets": if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2749 := &x.Subsets - yym2750 := z.DecBinary() - _ = yym2750 + yyv2754 := &x.Subsets + yym2755 := z.DecBinary() + _ = yym2755 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2749), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2754), d) } } default: - z.DecStructFieldNotFound(-1, yys2745) - } // end switch yys2745 - } // end for yyj2745 + z.DecStructFieldNotFound(-1, yys2750) + } // end switch yys2750 + } // end for yyj2750 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35570,16 +35625,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2751 int - var yyb2751 bool - var yyhl2751 bool = l >= 0 - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + var yyj2756 int + var yyb2756 bool + var yyhl2756 bool = l >= 0 + yyj2756++ + if yyhl2756 { + yyb2756 = yyj2756 > l } else { - yyb2751 = r.CheckBreak() + yyb2756 = r.CheckBreak() } - if yyb2751 { + if yyb2756 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35589,13 +35644,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2756++ + if yyhl2756 { + yyb2756 = yyj2756 > l } else { - yyb2751 = r.CheckBreak() + yyb2756 = r.CheckBreak() } - if yyb2751 { + if yyb2756 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35605,13 +35660,13 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2756++ + if yyhl2756 { + yyb2756 = yyj2756 > l } else { - yyb2751 = r.CheckBreak() + yyb2756 = r.CheckBreak() } - if yyb2751 { + if yyb2756 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35619,16 +35674,16 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv2754 := &x.ObjectMeta - yyv2754.CodecDecodeSelf(d) + yyv2759 := &x.ObjectMeta + yyv2759.CodecDecodeSelf(d) } - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2756++ + if yyhl2756 { + yyb2756 = yyj2756 > l } else { - yyb2751 = r.CheckBreak() + yyb2756 = r.CheckBreak() } - if yyb2751 { + if yyb2756 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -35636,26 +35691,26 @@ func (x *Endpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Subsets = nil } else { - yyv2755 := &x.Subsets - yym2756 := z.DecBinary() - _ = yym2756 + yyv2760 := &x.Subsets + yym2761 := z.DecBinary() + _ = yym2761 if false { } else { - h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2755), d) + h.decSliceEndpointSubset((*[]EndpointSubset)(yyv2760), d) } } for { - yyj2751++ - if yyhl2751 { - yyb2751 = yyj2751 > l + yyj2756++ + if yyhl2756 { + yyb2756 = yyj2756 > l } else { - yyb2751 = r.CheckBreak() + yyb2756 = r.CheckBreak() } - if yyb2751 { + if yyb2756 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2751-1, "") + z.DecStructFieldNotFound(yyj2756-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -35667,40 +35722,40 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2757 := z.EncBinary() - _ = yym2757 + yym2762 := z.EncBinary() + _ = yym2762 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2758 := !z.EncBinary() - yy2arr2758 := z.EncBasicHandle().StructToArray - var yyq2758 [3]bool - _, _, _ = yysep2758, yyq2758, yy2arr2758 - const yyr2758 bool = false - yyq2758[0] = len(x.Addresses) != 0 - yyq2758[1] = len(x.NotReadyAddresses) != 0 - yyq2758[2] = len(x.Ports) != 0 - var yynn2758 int - if yyr2758 || yy2arr2758 { + yysep2763 := !z.EncBinary() + yy2arr2763 := z.EncBasicHandle().StructToArray + var yyq2763 [3]bool + _, _, _ = yysep2763, yyq2763, yy2arr2763 + const yyr2763 bool = false + yyq2763[0] = len(x.Addresses) != 0 + yyq2763[1] = len(x.NotReadyAddresses) != 0 + yyq2763[2] = len(x.Ports) != 0 + var yynn2763 int + if yyr2763 || yy2arr2763 { r.EncodeArrayStart(3) } else { - yynn2758 = 0 - for _, b := range yyq2758 { + yynn2763 = 0 + for _, b := range yyq2763 { if b { - yynn2758++ + yynn2763++ } } - r.EncodeMapStart(yynn2758) - yynn2758 = 0 + r.EncodeMapStart(yynn2763) + yynn2763 = 0 } - if yyr2758 || yy2arr2758 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2758[0] { + if yyq2763[0] { if x.Addresses == nil { r.EncodeNil() } else { - yym2760 := z.EncBinary() - _ = yym2760 + yym2765 := z.EncBinary() + _ = yym2765 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -35710,15 +35765,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2758[0] { + if yyq2763[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2761 := z.EncBinary() - _ = yym2761 + yym2766 := z.EncBinary() + _ = yym2766 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.Addresses), e) @@ -35726,14 +35781,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2758 || yy2arr2758 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2758[1] { + if yyq2763[1] { if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2763 := z.EncBinary() - _ = yym2763 + yym2768 := z.EncBinary() + _ = yym2768 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -35743,15 +35798,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2758[1] { + if yyq2763[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("notReadyAddresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NotReadyAddresses == nil { r.EncodeNil() } else { - yym2764 := z.EncBinary() - _ = yym2764 + yym2769 := z.EncBinary() + _ = yym2769 if false { } else { h.encSliceEndpointAddress(([]EndpointAddress)(x.NotReadyAddresses), e) @@ -35759,14 +35814,14 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2758 || yy2arr2758 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2758[2] { + if yyq2763[2] { if x.Ports == nil { r.EncodeNil() } else { - yym2766 := z.EncBinary() - _ = yym2766 + yym2771 := z.EncBinary() + _ = yym2771 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -35776,15 +35831,15 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2758[2] { + if yyq2763[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ports")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Ports == nil { r.EncodeNil() } else { - yym2767 := z.EncBinary() - _ = yym2767 + yym2772 := z.EncBinary() + _ = yym2772 if false { } else { h.encSliceEndpointPort(([]EndpointPort)(x.Ports), e) @@ -35792,7 +35847,7 @@ func (x *EndpointSubset) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2758 || yy2arr2758 { + if yyr2763 || yy2arr2763 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -35805,25 +35860,25 @@ func (x *EndpointSubset) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2768 := z.DecBinary() - _ = yym2768 + yym2773 := z.DecBinary() + _ = yym2773 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2769 := r.ContainerType() - if yyct2769 == codecSelferValueTypeMap1234 { - yyl2769 := r.ReadMapStart() - if yyl2769 == 0 { + yyct2774 := r.ContainerType() + if yyct2774 == codecSelferValueTypeMap1234 { + yyl2774 := r.ReadMapStart() + if yyl2774 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2769, d) + x.codecDecodeSelfFromMap(yyl2774, d) } - } else if yyct2769 == codecSelferValueTypeArray1234 { - yyl2769 := r.ReadArrayStart() - if yyl2769 == 0 { + } else if yyct2774 == codecSelferValueTypeArray1234 { + yyl2774 := r.ReadArrayStart() + if yyl2774 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2769, d) + x.codecDecodeSelfFromArray(yyl2774, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -35835,12 +35890,12 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2770Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2770Slc - var yyhl2770 bool = l >= 0 - for yyj2770 := 0; ; yyj2770++ { - if yyhl2770 { - if yyj2770 >= l { + var yys2775Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2775Slc + var yyhl2775 bool = l >= 0 + for yyj2775 := 0; ; yyj2775++ { + if yyhl2775 { + if yyj2775 >= l { break } } else { @@ -35849,50 +35904,50 @@ func (x *EndpointSubset) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2770Slc = r.DecodeBytes(yys2770Slc, true, true) - yys2770 := string(yys2770Slc) + yys2775Slc = r.DecodeBytes(yys2775Slc, true, true) + yys2775 := string(yys2775Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2770 { + switch yys2775 { case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2771 := &x.Addresses - yym2772 := z.DecBinary() - _ = yym2772 + yyv2776 := &x.Addresses + yym2777 := z.DecBinary() + _ = yym2777 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2771), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2776), d) } } case "notReadyAddresses": if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2773 := &x.NotReadyAddresses - yym2774 := z.DecBinary() - _ = yym2774 + yyv2778 := &x.NotReadyAddresses + yym2779 := z.DecBinary() + _ = yym2779 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2773), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2778), d) } } case "ports": if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2775 := &x.Ports - yym2776 := z.DecBinary() - _ = yym2776 + yyv2780 := &x.Ports + yym2781 := z.DecBinary() + _ = yym2781 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2775), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2780), d) } } default: - z.DecStructFieldNotFound(-1, yys2770) - } // end switch yys2770 - } // end for yyj2770 + z.DecStructFieldNotFound(-1, yys2775) + } // end switch yys2775 + } // end for yyj2775 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -35900,16 +35955,16 @@ func (x *EndpointSubset) 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 } @@ -35917,21 +35972,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv2778 := &x.Addresses - yym2779 := z.DecBinary() - _ = yym2779 + yyv2783 := &x.Addresses + yym2784 := z.DecBinary() + _ = yym2784 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2778), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2783), d) } } - 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 } @@ -35939,21 +35994,21 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NotReadyAddresses = nil } else { - yyv2780 := &x.NotReadyAddresses - yym2781 := z.DecBinary() - _ = yym2781 + yyv2785 := &x.NotReadyAddresses + yym2786 := z.DecBinary() + _ = yym2786 if false { } else { - h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2780), d) + h.decSliceEndpointAddress((*[]EndpointAddress)(yyv2785), d) } } - 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 } @@ -35961,26 +36016,26 @@ func (x *EndpointSubset) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Ports = nil } else { - yyv2782 := &x.Ports - yym2783 := z.DecBinary() - _ = yym2783 + yyv2787 := &x.Ports + yym2788 := z.DecBinary() + _ = yym2788 if false { } else { - h.decSliceEndpointPort((*[]EndpointPort)(yyv2782), d) + h.decSliceEndpointPort((*[]EndpointPort)(yyv2787), 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) } @@ -35992,36 +36047,36 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2784 := z.EncBinary() - _ = yym2784 + yym2789 := z.EncBinary() + _ = yym2789 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2785 := !z.EncBinary() - yy2arr2785 := z.EncBasicHandle().StructToArray - var yyq2785 [4]bool - _, _, _ = yysep2785, yyq2785, yy2arr2785 - const yyr2785 bool = false - yyq2785[1] = x.Hostname != "" - yyq2785[2] = x.NodeName != nil - yyq2785[3] = x.TargetRef != nil - var yynn2785 int - if yyr2785 || yy2arr2785 { + yysep2790 := !z.EncBinary() + yy2arr2790 := z.EncBasicHandle().StructToArray + var yyq2790 [4]bool + _, _, _ = yysep2790, yyq2790, yy2arr2790 + const yyr2790 bool = false + yyq2790[1] = x.Hostname != "" + yyq2790[2] = x.NodeName != nil + yyq2790[3] = x.TargetRef != nil + var yynn2790 int + if yyr2790 || yy2arr2790 { r.EncodeArrayStart(4) } else { - yynn2785 = 1 - for _, b := range yyq2785 { + yynn2790 = 1 + for _, b := range yyq2790 { if b { - yynn2785++ + yynn2790++ } } - r.EncodeMapStart(yynn2785) - yynn2785 = 0 + r.EncodeMapStart(yynn2790) + yynn2790 = 0 } - if yyr2785 || yy2arr2785 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2787 := z.EncBinary() - _ = yym2787 + yym2792 := z.EncBinary() + _ = yym2792 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) @@ -36030,18 +36085,18 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("ip")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2788 := z.EncBinary() - _ = yym2788 + yym2793 := z.EncBinary() + _ = yym2793 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.IP)) } } - if yyr2785 || yy2arr2785 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[1] { - yym2790 := z.EncBinary() - _ = yym2790 + if yyq2790[1] { + yym2795 := z.EncBinary() + _ = yym2795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) @@ -36050,56 +36105,56 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2785[1] { + if yyq2790[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hostname")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2791 := z.EncBinary() - _ = yym2791 + yym2796 := z.EncBinary() + _ = yym2796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Hostname)) } } } - if yyr2785 || yy2arr2785 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[2] { + if yyq2790[2] { if x.NodeName == nil { r.EncodeNil() } else { - yy2793 := *x.NodeName - yym2794 := z.EncBinary() - _ = yym2794 + yy2798 := *x.NodeName + yym2799 := z.EncBinary() + _ = yym2799 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2793)) + r.EncodeString(codecSelferC_UTF81234, string(yy2798)) } } } else { r.EncodeNil() } } else { - if yyq2785[2] { + if yyq2790[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeName")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.NodeName == nil { r.EncodeNil() } else { - yy2795 := *x.NodeName - yym2796 := z.EncBinary() - _ = yym2796 + yy2800 := *x.NodeName + yym2801 := z.EncBinary() + _ = yym2801 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy2795)) + r.EncodeString(codecSelferC_UTF81234, string(yy2800)) } } } } - if yyr2785 || yy2arr2785 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2785[3] { + if yyq2790[3] { if x.TargetRef == nil { r.EncodeNil() } else { @@ -36109,7 +36164,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2785[3] { + if yyq2790[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("targetRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -36120,7 +36175,7 @@ func (x *EndpointAddress) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2785 || yy2arr2785 { + if yyr2790 || yy2arr2790 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36133,25 +36188,25 @@ func (x *EndpointAddress) 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) @@ -36163,12 +36218,12 @@ func (x *EndpointAddress) 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 { @@ -36177,10 +36232,10 @@ func (x *EndpointAddress) 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 "ip": if r.TryDecodeAsNil() { x.IP = "" @@ -36202,8 +36257,8 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.NodeName == nil { x.NodeName = new(string) } - yym2804 := z.DecBinary() - _ = yym2804 + yym2809 := z.DecBinary() + _ = yym2809 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() @@ -36221,9 +36276,9 @@ func (x *EndpointAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.TargetRef.CodecDecodeSelf(d) } 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) } @@ -36231,16 +36286,16 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2806 int - var yyb2806 bool - var yyhl2806 bool = l >= 0 - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l + var yyj2811 int + var yyb2811 bool + var yyhl2811 bool = l >= 0 + yyj2811++ + if yyhl2811 { + yyb2811 = yyj2811 > l } else { - yyb2806 = r.CheckBreak() + yyb2811 = r.CheckBreak() } - if yyb2806 { + if yyb2811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36250,13 +36305,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.IP = string(r.DecodeString()) } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l + yyj2811++ + if yyhl2811 { + yyb2811 = yyj2811 > l } else { - yyb2806 = r.CheckBreak() + yyb2811 = r.CheckBreak() } - if yyb2806 { + if yyb2811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36266,13 +36321,13 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Hostname = string(r.DecodeString()) } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l + yyj2811++ + if yyhl2811 { + yyb2811 = yyj2811 > l } else { - yyb2806 = r.CheckBreak() + yyb2811 = r.CheckBreak() } - if yyb2806 { + if yyb2811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36285,20 +36340,20 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.NodeName == nil { x.NodeName = new(string) } - yym2810 := z.DecBinary() - _ = yym2810 + yym2815 := z.DecBinary() + _ = yym2815 if false { } else { *((*string)(x.NodeName)) = r.DecodeString() } } - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l + yyj2811++ + if yyhl2811 { + yyb2811 = yyj2811 > l } else { - yyb2806 = r.CheckBreak() + yyb2811 = r.CheckBreak() } - if yyb2806 { + if yyb2811 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36314,17 +36369,17 @@ func (x *EndpointAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.TargetRef.CodecDecodeSelf(d) } for { - yyj2806++ - if yyhl2806 { - yyb2806 = yyj2806 > l + yyj2811++ + if yyhl2811 { + yyb2811 = yyj2811 > l } else { - yyb2806 = r.CheckBreak() + yyb2811 = r.CheckBreak() } - if yyb2806 { + if yyb2811 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2806-1, "") + z.DecStructFieldNotFound(yyj2811-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36336,36 +36391,36 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2812 := z.EncBinary() - _ = yym2812 + yym2817 := z.EncBinary() + _ = yym2817 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2813 := !z.EncBinary() - yy2arr2813 := z.EncBasicHandle().StructToArray - var yyq2813 [3]bool - _, _, _ = yysep2813, yyq2813, yy2arr2813 - const yyr2813 bool = false - yyq2813[0] = x.Name != "" - yyq2813[2] = x.Protocol != "" - var yynn2813 int - if yyr2813 || yy2arr2813 { + yysep2818 := !z.EncBinary() + yy2arr2818 := z.EncBasicHandle().StructToArray + var yyq2818 [3]bool + _, _, _ = yysep2818, yyq2818, yy2arr2818 + const yyr2818 bool = false + yyq2818[0] = x.Name != "" + yyq2818[2] = x.Protocol != "" + var yynn2818 int + if yyr2818 || yy2arr2818 { r.EncodeArrayStart(3) } else { - yynn2813 = 1 - for _, b := range yyq2813 { + yynn2818 = 1 + for _, b := range yyq2818 { if b { - yynn2813++ + yynn2818++ } } - r.EncodeMapStart(yynn2813) - yynn2813 = 0 + r.EncodeMapStart(yynn2818) + yynn2818 = 0 } - if yyr2813 || yy2arr2813 { + if yyr2818 || yy2arr2818 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2813[0] { - yym2815 := z.EncBinary() - _ = yym2815 + if yyq2818[0] { + yym2820 := z.EncBinary() + _ = yym2820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -36374,22 +36429,22 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2813[0] { + if yyq2818[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2816 := z.EncBinary() - _ = yym2816 + yym2821 := z.EncBinary() + _ = yym2821 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr2813 || yy2arr2813 { + if yyr2818 || yy2arr2818 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2818 := z.EncBinary() - _ = yym2818 + yym2823 := z.EncBinary() + _ = yym2823 if false { } else { r.EncodeInt(int64(x.Port)) @@ -36398,29 +36453,29 @@ func (x *EndpointPort) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2819 := z.EncBinary() - _ = yym2819 + yym2824 := z.EncBinary() + _ = yym2824 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2813 || yy2arr2813 { + if yyr2818 || yy2arr2818 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2813[2] { + if yyq2818[2] { x.Protocol.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2813[2] { + if yyq2818[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("protocol")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Protocol.CodecEncodeSelf(e) } } - if yyr2813 || yy2arr2813 { + if yyr2818 || yy2arr2818 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36433,25 +36488,25 @@ func (x *EndpointPort) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2821 := z.DecBinary() - _ = yym2821 + yym2826 := z.DecBinary() + _ = yym2826 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2822 := r.ContainerType() - if yyct2822 == codecSelferValueTypeMap1234 { - yyl2822 := r.ReadMapStart() - if yyl2822 == 0 { + yyct2827 := r.ContainerType() + if yyct2827 == codecSelferValueTypeMap1234 { + yyl2827 := r.ReadMapStart() + if yyl2827 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2822, d) + x.codecDecodeSelfFromMap(yyl2827, d) } - } else if yyct2822 == codecSelferValueTypeArray1234 { - yyl2822 := r.ReadArrayStart() - if yyl2822 == 0 { + } else if yyct2827 == codecSelferValueTypeArray1234 { + yyl2827 := r.ReadArrayStart() + if yyl2827 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2822, d) + x.codecDecodeSelfFromArray(yyl2827, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36463,12 +36518,12 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2823Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2823Slc - var yyhl2823 bool = l >= 0 - for yyj2823 := 0; ; yyj2823++ { - if yyhl2823 { - if yyj2823 >= l { + var yys2828Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2828Slc + var yyhl2828 bool = l >= 0 + for yyj2828 := 0; ; yyj2828++ { + if yyhl2828 { + if yyj2828 >= l { break } } else { @@ -36477,10 +36532,10 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2823Slc = r.DecodeBytes(yys2823Slc, true, true) - yys2823 := string(yys2823Slc) + yys2828Slc = r.DecodeBytes(yys2828Slc, true, true) + yys2828 := string(yys2828Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2823 { + switch yys2828 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -36500,9 +36555,9 @@ func (x *EndpointPort) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2823) - } // end switch yys2823 - } // end for yyj2823 + z.DecStructFieldNotFound(-1, yys2828) + } // end switch yys2828 + } // end for yyj2828 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36510,16 +36565,16 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2827 int - var yyb2827 bool - var yyhl2827 bool = l >= 0 - yyj2827++ - if yyhl2827 { - yyb2827 = yyj2827 > l + var yyj2832 int + var yyb2832 bool + var yyhl2832 bool = l >= 0 + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2827 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2827 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36529,13 +36584,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj2827++ - if yyhl2827 { - yyb2827 = yyj2827 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2827 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2827 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36545,13 +36600,13 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Port = int32(r.DecodeInt(32)) } - yyj2827++ - if yyhl2827 { - yyb2827 = yyj2827 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2827 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2827 { + if yyb2832 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36562,17 +36617,17 @@ func (x *EndpointPort) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Protocol = Protocol(r.DecodeString()) } for { - yyj2827++ - if yyhl2827 { - yyb2827 = yyj2827 > l + yyj2832++ + if yyhl2832 { + yyb2832 = yyj2832 > l } else { - yyb2827 = r.CheckBreak() + yyb2832 = r.CheckBreak() } - if yyb2827 { + if yyb2832 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2827-1, "") + z.DecStructFieldNotFound(yyj2832-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36584,37 +36639,37 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2831 := z.EncBinary() - _ = yym2831 + yym2836 := z.EncBinary() + _ = yym2836 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2832 := !z.EncBinary() - yy2arr2832 := z.EncBasicHandle().StructToArray - var yyq2832 [4]bool - _, _, _ = yysep2832, yyq2832, yy2arr2832 - const yyr2832 bool = false - yyq2832[0] = x.Kind != "" - yyq2832[1] = x.APIVersion != "" - yyq2832[2] = true - var yynn2832 int - if yyr2832 || yy2arr2832 { + yysep2837 := !z.EncBinary() + yy2arr2837 := z.EncBasicHandle().StructToArray + var yyq2837 [4]bool + _, _, _ = yysep2837, yyq2837, yy2arr2837 + const yyr2837 bool = false + yyq2837[0] = x.Kind != "" + yyq2837[1] = x.APIVersion != "" + yyq2837[2] = true + var yynn2837 int + if yyr2837 || yy2arr2837 { r.EncodeArrayStart(4) } else { - yynn2832 = 1 - for _, b := range yyq2832 { + yynn2837 = 1 + for _, b := range yyq2837 { if b { - yynn2832++ + yynn2837++ } } - r.EncodeMapStart(yynn2832) - yynn2832 = 0 + r.EncodeMapStart(yynn2837) + yynn2837 = 0 } - if yyr2832 || yy2arr2832 { + if yyr2837 || yy2arr2837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2832[0] { - yym2834 := z.EncBinary() - _ = yym2834 + if yyq2837[0] { + yym2839 := z.EncBinary() + _ = yym2839 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -36623,23 +36678,23 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2832[0] { + if yyq2837[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2835 := z.EncBinary() - _ = yym2835 + yym2840 := z.EncBinary() + _ = yym2840 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr2832 || yy2arr2832 { + if yyr2837 || yy2arr2837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2832[1] { - yym2837 := z.EncBinary() - _ = yym2837 + if yyq2837[1] { + yym2842 := z.EncBinary() + _ = yym2842 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -36648,54 +36703,54 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2832[1] { + if yyq2837[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2838 := z.EncBinary() - _ = yym2838 + yym2843 := z.EncBinary() + _ = yym2843 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr2832 || yy2arr2832 { + if yyr2837 || yy2arr2837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2832[2] { - yy2840 := &x.ListMeta - yym2841 := z.EncBinary() - _ = yym2841 + if yyq2837[2] { + yy2845 := &x.ListMeta + yym2846 := z.EncBinary() + _ = yym2846 if false { - } else if z.HasExtensions() && z.EncExt(yy2840) { + } else if z.HasExtensions() && z.EncExt(yy2845) { } else { - z.EncFallback(yy2840) + z.EncFallback(yy2845) } } else { r.EncodeNil() } } else { - if yyq2832[2] { + if yyq2837[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2842 := &x.ListMeta - yym2843 := z.EncBinary() - _ = yym2843 + yy2847 := &x.ListMeta + yym2848 := z.EncBinary() + _ = yym2848 if false { - } else if z.HasExtensions() && z.EncExt(yy2842) { + } else if z.HasExtensions() && z.EncExt(yy2847) { } else { - z.EncFallback(yy2842) + z.EncFallback(yy2847) } } } - if yyr2832 || yy2arr2832 { + if yyr2837 || yy2arr2837 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym2845 := z.EncBinary() - _ = yym2845 + yym2850 := z.EncBinary() + _ = yym2850 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) @@ -36708,15 +36763,15 @@ func (x *EndpointsList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym2846 := z.EncBinary() - _ = yym2846 + yym2851 := z.EncBinary() + _ = yym2851 if false { } else { h.encSliceEndpoints(([]Endpoints)(x.Items), e) } } } - if yyr2832 || yy2arr2832 { + if yyr2837 || yy2arr2837 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -36729,25 +36784,25 @@ func (x *EndpointsList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2847 := z.DecBinary() - _ = yym2847 + yym2852 := z.DecBinary() + _ = yym2852 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2848 := r.ContainerType() - if yyct2848 == codecSelferValueTypeMap1234 { - yyl2848 := r.ReadMapStart() - if yyl2848 == 0 { + yyct2853 := r.ContainerType() + if yyct2853 == codecSelferValueTypeMap1234 { + yyl2853 := r.ReadMapStart() + if yyl2853 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2848, d) + x.codecDecodeSelfFromMap(yyl2853, d) } - } else if yyct2848 == codecSelferValueTypeArray1234 { - yyl2848 := r.ReadArrayStart() - if yyl2848 == 0 { + } else if yyct2853 == codecSelferValueTypeArray1234 { + yyl2853 := r.ReadArrayStart() + if yyl2853 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2848, d) + x.codecDecodeSelfFromArray(yyl2853, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -36759,12 +36814,12 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2849Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2849Slc - var yyhl2849 bool = l >= 0 - for yyj2849 := 0; ; yyj2849++ { - if yyhl2849 { - if yyj2849 >= l { + var yys2854Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2854Slc + var yyhl2854 bool = l >= 0 + for yyj2854 := 0; ; yyj2854++ { + if yyhl2854 { + if yyj2854 >= l { break } } else { @@ -36773,10 +36828,10 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2849Slc = r.DecodeBytes(yys2849Slc, true, true) - yys2849 := string(yys2849Slc) + yys2854Slc = r.DecodeBytes(yys2854Slc, true, true) + yys2854 := string(yys2854Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2849 { + switch yys2854 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -36793,31 +36848,31 @@ func (x *EndpointsList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2852 := &x.ListMeta - yym2853 := z.DecBinary() - _ = yym2853 + yyv2857 := &x.ListMeta + yym2858 := z.DecBinary() + _ = yym2858 if false { - } else if z.HasExtensions() && z.DecExt(yyv2852) { + } else if z.HasExtensions() && z.DecExt(yyv2857) { } else { - z.DecFallback(yyv2852, false) + z.DecFallback(yyv2857, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2854 := &x.Items - yym2855 := z.DecBinary() - _ = yym2855 + yyv2859 := &x.Items + yym2860 := z.DecBinary() + _ = yym2860 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2854), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2859), d) } } default: - z.DecStructFieldNotFound(-1, yys2849) - } // end switch yys2849 - } // end for yyj2849 + z.DecStructFieldNotFound(-1, yys2854) + } // end switch yys2854 + } // end for yyj2854 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -36825,16 +36880,16 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2856 int - var yyb2856 bool - var yyhl2856 bool = l >= 0 - yyj2856++ - if yyhl2856 { - yyb2856 = yyj2856 > l + var yyj2861 int + var yyb2861 bool + var yyhl2861 bool = l >= 0 + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2856 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2856 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36844,13 +36899,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj2856++ - if yyhl2856 { - yyb2856 = yyj2856 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2856 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2856 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36860,13 +36915,13 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj2856++ - if yyhl2856 { - yyb2856 = yyj2856 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2856 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2856 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36874,22 +36929,22 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv2859 := &x.ListMeta - yym2860 := z.DecBinary() - _ = yym2860 + yyv2864 := &x.ListMeta + yym2865 := z.DecBinary() + _ = yym2865 if false { - } else if z.HasExtensions() && z.DecExt(yyv2859) { + } else if z.HasExtensions() && z.DecExt(yyv2864) { } else { - z.DecFallback(yyv2859, false) + z.DecFallback(yyv2864, false) } } - yyj2856++ - if yyhl2856 { - yyb2856 = yyj2856 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2856 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2856 { + if yyb2861 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -36897,26 +36952,26 @@ func (x *EndpointsList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv2861 := &x.Items - yym2862 := z.DecBinary() - _ = yym2862 + yyv2866 := &x.Items + yym2867 := z.DecBinary() + _ = yym2867 if false { } else { - h.decSliceEndpoints((*[]Endpoints)(yyv2861), d) + h.decSliceEndpoints((*[]Endpoints)(yyv2866), d) } } for { - yyj2856++ - if yyhl2856 { - yyb2856 = yyj2856 > l + yyj2861++ + if yyhl2861 { + yyb2861 = yyj2861 > l } else { - yyb2856 = r.CheckBreak() + yyb2861 = r.CheckBreak() } - if yyb2856 { + if yyb2861 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2856-1, "") + z.DecStructFieldNotFound(yyj2861-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -36928,38 +36983,38 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2863 := z.EncBinary() - _ = yym2863 + yym2868 := z.EncBinary() + _ = yym2868 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2864 := !z.EncBinary() - yy2arr2864 := z.EncBasicHandle().StructToArray - var yyq2864 [4]bool - _, _, _ = yysep2864, yyq2864, yy2arr2864 - const yyr2864 bool = false - yyq2864[0] = x.PodCIDR != "" - yyq2864[1] = x.ExternalID != "" - yyq2864[2] = x.ProviderID != "" - yyq2864[3] = x.Unschedulable != false - var yynn2864 int - if yyr2864 || yy2arr2864 { + yysep2869 := !z.EncBinary() + yy2arr2869 := z.EncBasicHandle().StructToArray + var yyq2869 [4]bool + _, _, _ = yysep2869, yyq2869, yy2arr2869 + const yyr2869 bool = false + yyq2869[0] = x.PodCIDR != "" + yyq2869[1] = x.ExternalID != "" + yyq2869[2] = x.ProviderID != "" + yyq2869[3] = x.Unschedulable != false + var yynn2869 int + if yyr2869 || yy2arr2869 { r.EncodeArrayStart(4) } else { - yynn2864 = 0 - for _, b := range yyq2864 { + yynn2869 = 0 + for _, b := range yyq2869 { if b { - yynn2864++ + yynn2869++ } } - r.EncodeMapStart(yynn2864) - yynn2864 = 0 + r.EncodeMapStart(yynn2869) + yynn2869 = 0 } - if yyr2864 || yy2arr2864 { + if yyr2869 || yy2arr2869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2864[0] { - yym2866 := z.EncBinary() - _ = yym2866 + if yyq2869[0] { + yym2871 := z.EncBinary() + _ = yym2871 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) @@ -36968,49 +37023,49 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2864[0] { + if yyq2869[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podCIDR")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2867 := z.EncBinary() - _ = yym2867 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) - } - } - } - if yyr2864 || yy2arr2864 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2864[1] { - yym2869 := z.EncBinary() - _ = yym2869 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq2864[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("externalID")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2870 := z.EncBinary() - _ = yym2870 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) - } - } - } - if yyr2864 || yy2arr2864 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2864[2] { yym2872 := z.EncBinary() _ = yym2872 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.PodCIDR)) + } + } + } + if yyr2869 || yy2arr2869 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2869[1] { + yym2874 := z.EncBinary() + _ = yym2874 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq2869[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("externalID")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym2875 := z.EncBinary() + _ = yym2875 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ExternalID)) + } + } + } + if yyr2869 || yy2arr2869 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2869[2] { + yym2877 := z.EncBinary() + _ = yym2877 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } @@ -37018,23 +37073,23 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2864[2] { + if yyq2869[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("providerID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2873 := z.EncBinary() - _ = yym2873 + yym2878 := z.EncBinary() + _ = yym2878 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ProviderID)) } } } - if yyr2864 || yy2arr2864 { + if yyr2869 || yy2arr2869 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2864[3] { - yym2875 := z.EncBinary() - _ = yym2875 + if yyq2869[3] { + yym2880 := z.EncBinary() + _ = yym2880 if false { } else { r.EncodeBool(bool(x.Unschedulable)) @@ -37043,19 +37098,19 @@ func (x *NodeSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq2864[3] { + if yyq2869[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("unschedulable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2876 := z.EncBinary() - _ = yym2876 + yym2881 := z.EncBinary() + _ = yym2881 if false { } else { r.EncodeBool(bool(x.Unschedulable)) } } } - if yyr2864 || yy2arr2864 { + if yyr2869 || yy2arr2869 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37068,25 +37123,25 @@ func (x *NodeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2877 := z.DecBinary() - _ = yym2877 + yym2882 := z.DecBinary() + _ = yym2882 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2878 := r.ContainerType() - if yyct2878 == codecSelferValueTypeMap1234 { - yyl2878 := r.ReadMapStart() - if yyl2878 == 0 { + yyct2883 := r.ContainerType() + if yyct2883 == codecSelferValueTypeMap1234 { + yyl2883 := r.ReadMapStart() + if yyl2883 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2878, d) + x.codecDecodeSelfFromMap(yyl2883, d) } - } else if yyct2878 == codecSelferValueTypeArray1234 { - yyl2878 := r.ReadArrayStart() - if yyl2878 == 0 { + } else if yyct2883 == codecSelferValueTypeArray1234 { + yyl2883 := r.ReadArrayStart() + if yyl2883 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2878, d) + x.codecDecodeSelfFromArray(yyl2883, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37098,12 +37153,12 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2879Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2879Slc - var yyhl2879 bool = l >= 0 - for yyj2879 := 0; ; yyj2879++ { - if yyhl2879 { - if yyj2879 >= l { + var yys2884Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2884Slc + var yyhl2884 bool = l >= 0 + for yyj2884 := 0; ; yyj2884++ { + if yyhl2884 { + if yyj2884 >= l { break } } else { @@ -37112,10 +37167,10 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2879Slc = r.DecodeBytes(yys2879Slc, true, true) - yys2879 := string(yys2879Slc) + yys2884Slc = r.DecodeBytes(yys2884Slc, true, true) + yys2884 := string(yys2884Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2879 { + switch yys2884 { case "podCIDR": if r.TryDecodeAsNil() { x.PodCIDR = "" @@ -37141,9 +37196,9 @@ func (x *NodeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } default: - z.DecStructFieldNotFound(-1, yys2879) - } // end switch yys2879 - } // end for yyj2879 + z.DecStructFieldNotFound(-1, yys2884) + } // end switch yys2884 + } // end for yyj2884 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37151,16 +37206,16 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2884 int - var yyb2884 bool - var yyhl2884 bool = l >= 0 - yyj2884++ - if yyhl2884 { - yyb2884 = yyj2884 > l + var yyj2889 int + var yyb2889 bool + var yyhl2889 bool = l >= 0 + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2884 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2884 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37170,13 +37225,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.PodCIDR = string(r.DecodeString()) } - yyj2884++ - if yyhl2884 { - yyb2884 = yyj2884 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2884 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2884 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37186,13 +37241,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ExternalID = string(r.DecodeString()) } - yyj2884++ - if yyhl2884 { - yyb2884 = yyj2884 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2884 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2884 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37202,13 +37257,13 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ProviderID = string(r.DecodeString()) } - yyj2884++ - if yyhl2884 { - yyb2884 = yyj2884 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2884 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2884 { + if yyb2889 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37219,17 +37274,17 @@ func (x *NodeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Unschedulable = bool(r.DecodeBool()) } for { - yyj2884++ - if yyhl2884 { - yyb2884 = yyj2884 > l + yyj2889++ + if yyhl2889 { + yyb2889 = yyj2889 > l } else { - yyb2884 = r.CheckBreak() + yyb2889 = r.CheckBreak() } - if yyb2884 { + if yyb2889 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2884-1, "") + z.DecStructFieldNotFound(yyj2889-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37241,33 +37296,33 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2889 := z.EncBinary() - _ = yym2889 + yym2894 := z.EncBinary() + _ = yym2894 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2890 := !z.EncBinary() - yy2arr2890 := z.EncBasicHandle().StructToArray - var yyq2890 [1]bool - _, _, _ = yysep2890, yyq2890, yy2arr2890 - const yyr2890 bool = false - var yynn2890 int - if yyr2890 || yy2arr2890 { + yysep2895 := !z.EncBinary() + yy2arr2895 := z.EncBasicHandle().StructToArray + var yyq2895 [1]bool + _, _, _ = yysep2895, yyq2895, yy2arr2895 + const yyr2895 bool = false + var yynn2895 int + if yyr2895 || yy2arr2895 { r.EncodeArrayStart(1) } else { - yynn2890 = 1 - for _, b := range yyq2890 { + yynn2895 = 1 + for _, b := range yyq2895 { if b { - yynn2890++ + yynn2895++ } } - r.EncodeMapStart(yynn2890) - yynn2890 = 0 + r.EncodeMapStart(yynn2895) + yynn2895 = 0 } - if yyr2890 || yy2arr2890 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2892 := z.EncBinary() - _ = yym2892 + yym2897 := z.EncBinary() + _ = yym2897 if false { } else { r.EncodeInt(int64(x.Port)) @@ -37276,14 +37331,14 @@ func (x *DaemonEndpoint) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("Port")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2893 := z.EncBinary() - _ = yym2893 + yym2898 := z.EncBinary() + _ = yym2898 if false { } else { r.EncodeInt(int64(x.Port)) } } - if yyr2890 || yy2arr2890 { + if yyr2895 || yy2arr2895 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37296,25 +37351,25 @@ func (x *DaemonEndpoint) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2894 := z.DecBinary() - _ = yym2894 + yym2899 := z.DecBinary() + _ = yym2899 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2895 := r.ContainerType() - if yyct2895 == codecSelferValueTypeMap1234 { - yyl2895 := r.ReadMapStart() - if yyl2895 == 0 { + yyct2900 := r.ContainerType() + if yyct2900 == codecSelferValueTypeMap1234 { + yyl2900 := r.ReadMapStart() + if yyl2900 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2895, d) + x.codecDecodeSelfFromMap(yyl2900, d) } - } else if yyct2895 == codecSelferValueTypeArray1234 { - yyl2895 := r.ReadArrayStart() - if yyl2895 == 0 { + } else if yyct2900 == codecSelferValueTypeArray1234 { + yyl2900 := r.ReadArrayStart() + if yyl2900 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2895, d) + x.codecDecodeSelfFromArray(yyl2900, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37326,12 +37381,12 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2896Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2896Slc - var yyhl2896 bool = l >= 0 - for yyj2896 := 0; ; yyj2896++ { - if yyhl2896 { - if yyj2896 >= l { + var yys2901Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2901Slc + var yyhl2901 bool = l >= 0 + for yyj2901 := 0; ; yyj2901++ { + if yyhl2901 { + if yyj2901 >= l { break } } else { @@ -37340,10 +37395,10 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2896Slc = r.DecodeBytes(yys2896Slc, true, true) - yys2896 := string(yys2896Slc) + yys2901Slc = r.DecodeBytes(yys2901Slc, true, true) + yys2901 := string(yys2901Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2896 { + switch yys2901 { case "Port": if r.TryDecodeAsNil() { x.Port = 0 @@ -37351,9 +37406,9 @@ func (x *DaemonEndpoint) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } default: - z.DecStructFieldNotFound(-1, yys2896) - } // end switch yys2896 - } // end for yyj2896 + z.DecStructFieldNotFound(-1, yys2901) + } // end switch yys2901 + } // end for yyj2901 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37361,16 +37416,16 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2898 int - var yyb2898 bool - var yyhl2898 bool = l >= 0 - yyj2898++ - if yyhl2898 { - yyb2898 = yyj2898 > l + var yyj2903 int + var yyb2903 bool + var yyhl2903 bool = l >= 0 + yyj2903++ + if yyhl2903 { + yyb2903 = yyj2903 > l } else { - yyb2898 = r.CheckBreak() + yyb2903 = r.CheckBreak() } - if yyb2898 { + if yyb2903 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37381,17 +37436,17 @@ func (x *DaemonEndpoint) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Port = int32(r.DecodeInt(32)) } for { - yyj2898++ - if yyhl2898 { - yyb2898 = yyj2898 > l + yyj2903++ + if yyhl2903 { + yyb2903 = yyj2903 > l } else { - yyb2898 = r.CheckBreak() + yyb2903 = r.CheckBreak() } - if yyb2898 { + if yyb2903 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2898-1, "") + z.DecStructFieldNotFound(yyj2903-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37403,48 +37458,48 @@ func (x *NodeDaemonEndpoints) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2900 := z.EncBinary() - _ = yym2900 + yym2905 := z.EncBinary() + _ = yym2905 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2901 := !z.EncBinary() - yy2arr2901 := z.EncBasicHandle().StructToArray - var yyq2901 [1]bool - _, _, _ = yysep2901, yyq2901, yy2arr2901 - const yyr2901 bool = false - yyq2901[0] = true - var yynn2901 int - if yyr2901 || yy2arr2901 { + yysep2906 := !z.EncBinary() + yy2arr2906 := z.EncBasicHandle().StructToArray + var yyq2906 [1]bool + _, _, _ = yysep2906, yyq2906, yy2arr2906 + const yyr2906 bool = false + yyq2906[0] = true + var yynn2906 int + if yyr2906 || yy2arr2906 { r.EncodeArrayStart(1) } else { - yynn2901 = 0 - for _, b := range yyq2901 { + yynn2906 = 0 + for _, b := range yyq2906 { if b { - yynn2901++ + yynn2906++ } } - r.EncodeMapStart(yynn2901) - yynn2901 = 0 + r.EncodeMapStart(yynn2906) + yynn2906 = 0 } - if yyr2901 || yy2arr2901 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2901[0] { - yy2903 := &x.KubeletEndpoint - yy2903.CodecEncodeSelf(e) + if yyq2906[0] { + yy2908 := &x.KubeletEndpoint + yy2908.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2901[0] { + if yyq2906[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletEndpoint")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2904 := &x.KubeletEndpoint - yy2904.CodecEncodeSelf(e) + yy2909 := &x.KubeletEndpoint + yy2909.CodecEncodeSelf(e) } } - if yyr2901 || yy2arr2901 { + if yyr2906 || yy2arr2906 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37457,25 +37512,25 @@ func (x *NodeDaemonEndpoints) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2905 := z.DecBinary() - _ = yym2905 + yym2910 := z.DecBinary() + _ = yym2910 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2906 := r.ContainerType() - if yyct2906 == codecSelferValueTypeMap1234 { - yyl2906 := r.ReadMapStart() - if yyl2906 == 0 { + yyct2911 := r.ContainerType() + if yyct2911 == codecSelferValueTypeMap1234 { + yyl2911 := r.ReadMapStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2906, d) + x.codecDecodeSelfFromMap(yyl2911, d) } - } else if yyct2906 == codecSelferValueTypeArray1234 { - yyl2906 := r.ReadArrayStart() - if yyl2906 == 0 { + } else if yyct2911 == codecSelferValueTypeArray1234 { + yyl2911 := r.ReadArrayStart() + if yyl2911 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2906, d) + x.codecDecodeSelfFromArray(yyl2911, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37487,12 +37542,12 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2907Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2907Slc - var yyhl2907 bool = l >= 0 - for yyj2907 := 0; ; yyj2907++ { - if yyhl2907 { - if yyj2907 >= l { + var yys2912Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2912Slc + var yyhl2912 bool = l >= 0 + for yyj2912 := 0; ; yyj2912++ { + if yyhl2912 { + if yyj2912 >= l { break } } else { @@ -37501,21 +37556,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2907Slc = r.DecodeBytes(yys2907Slc, true, true) - yys2907 := string(yys2907Slc) + yys2912Slc = r.DecodeBytes(yys2912Slc, true, true) + yys2912 := string(yys2912Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2907 { + switch yys2912 { case "kubeletEndpoint": if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2908 := &x.KubeletEndpoint - yyv2908.CodecDecodeSelf(d) + yyv2913 := &x.KubeletEndpoint + yyv2913.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys2907) - } // end switch yys2907 - } // end for yyj2907 + z.DecStructFieldNotFound(-1, yys2912) + } // end switch yys2912 + } // end for yyj2912 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37523,16 +37578,16 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2909 int - var yyb2909 bool - var yyhl2909 bool = l >= 0 - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + var yyj2914 int + var yyb2914 bool + var yyhl2914 bool = l >= 0 + yyj2914++ + if yyhl2914 { + yyb2914 = yyj2914 > l } else { - yyb2909 = r.CheckBreak() + yyb2914 = r.CheckBreak() } - if yyb2909 { + if yyb2914 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37540,21 +37595,21 @@ func (x *NodeDaemonEndpoints) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.KubeletEndpoint = DaemonEndpoint{} } else { - yyv2910 := &x.KubeletEndpoint - yyv2910.CodecDecodeSelf(d) + yyv2915 := &x.KubeletEndpoint + yyv2915.CodecDecodeSelf(d) } for { - yyj2909++ - if yyhl2909 { - yyb2909 = yyj2909 > l + yyj2914++ + if yyhl2914 { + yyb2914 = yyj2914 > l } else { - yyb2909 = r.CheckBreak() + yyb2914 = r.CheckBreak() } - if yyb2909 { + if yyb2914 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2909-1, "") + z.DecStructFieldNotFound(yyj2914-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -37566,33 +37621,33 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2911 := z.EncBinary() - _ = yym2911 + yym2916 := z.EncBinary() + _ = yym2916 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2912 := !z.EncBinary() - yy2arr2912 := z.EncBasicHandle().StructToArray - var yyq2912 [10]bool - _, _, _ = yysep2912, yyq2912, yy2arr2912 - const yyr2912 bool = false - var yynn2912 int - if yyr2912 || yy2arr2912 { + yysep2917 := !z.EncBinary() + yy2arr2917 := z.EncBasicHandle().StructToArray + var yyq2917 [10]bool + _, _, _ = yysep2917, yyq2917, yy2arr2917 + const yyr2917 bool = false + var yynn2917 int + if yyr2917 || yy2arr2917 { r.EncodeArrayStart(10) } else { - yynn2912 = 10 - for _, b := range yyq2912 { + yynn2917 = 10 + for _, b := range yyq2917 { if b { - yynn2912++ + yynn2917++ } } - r.EncodeMapStart(yynn2912) - yynn2912 = 0 + r.EncodeMapStart(yynn2917) + yynn2917 = 0 } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2914 := z.EncBinary() - _ = yym2914 + yym2919 := z.EncBinary() + _ = yym2919 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) @@ -37601,17 +37656,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("machineID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2915 := z.EncBinary() - _ = yym2915 + yym2920 := z.EncBinary() + _ = yym2920 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.MachineID)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2917 := z.EncBinary() - _ = yym2917 + yym2922 := z.EncBinary() + _ = yym2922 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) @@ -37620,17 +37675,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("systemUUID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2918 := z.EncBinary() - _ = yym2918 + yym2923 := z.EncBinary() + _ = yym2923 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.SystemUUID)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2920 := z.EncBinary() - _ = yym2920 + yym2925 := z.EncBinary() + _ = yym2925 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) @@ -37639,17 +37694,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("bootID")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2921 := z.EncBinary() - _ = yym2921 + yym2926 := z.EncBinary() + _ = yym2926 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.BootID)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2923 := z.EncBinary() - _ = yym2923 + yym2928 := z.EncBinary() + _ = yym2928 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) @@ -37658,17 +37713,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kernelVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2924 := z.EncBinary() - _ = yym2924 + yym2929 := z.EncBinary() + _ = yym2929 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KernelVersion)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2926 := z.EncBinary() - _ = yym2926 + yym2931 := z.EncBinary() + _ = yym2931 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) @@ -37677,17 +37732,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("osImage")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2927 := z.EncBinary() - _ = yym2927 + yym2932 := z.EncBinary() + _ = yym2932 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OSImage)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2929 := z.EncBinary() - _ = yym2929 + yym2934 := z.EncBinary() + _ = yym2934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) @@ -37696,17 +37751,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("containerRuntimeVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2930 := z.EncBinary() - _ = yym2930 + yym2935 := z.EncBinary() + _ = yym2935 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ContainerRuntimeVersion)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2932 := z.EncBinary() - _ = yym2932 + yym2937 := z.EncBinary() + _ = yym2937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) @@ -37715,17 +37770,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeletVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2933 := z.EncBinary() - _ = yym2933 + yym2938 := z.EncBinary() + _ = yym2938 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeletVersion)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2935 := z.EncBinary() - _ = yym2935 + yym2940 := z.EncBinary() + _ = yym2940 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) @@ -37734,17 +37789,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kubeProxyVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2936 := z.EncBinary() - _ = yym2936 + yym2941 := z.EncBinary() + _ = yym2941 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.KubeProxyVersion)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2938 := z.EncBinary() - _ = yym2938 + yym2943 := z.EncBinary() + _ = yym2943 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) @@ -37753,17 +37808,17 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("operatingSystem")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2939 := z.EncBinary() - _ = yym2939 + yym2944 := z.EncBinary() + _ = yym2944 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.OperatingSystem)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym2941 := z.EncBinary() - _ = yym2941 + yym2946 := z.EncBinary() + _ = yym2946 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) @@ -37772,14 +37827,14 @@ func (x *NodeSystemInfo) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("architecture")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym2942 := z.EncBinary() - _ = yym2942 + yym2947 := z.EncBinary() + _ = yym2947 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Architecture)) } } - if yyr2912 || yy2arr2912 { + if yyr2917 || yy2arr2917 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -37792,25 +37847,25 @@ func (x *NodeSystemInfo) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2943 := z.DecBinary() - _ = yym2943 + yym2948 := z.DecBinary() + _ = yym2948 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2944 := r.ContainerType() - if yyct2944 == codecSelferValueTypeMap1234 { - yyl2944 := r.ReadMapStart() - if yyl2944 == 0 { + yyct2949 := r.ContainerType() + if yyct2949 == codecSelferValueTypeMap1234 { + yyl2949 := r.ReadMapStart() + if yyl2949 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2944, d) + x.codecDecodeSelfFromMap(yyl2949, d) } - } else if yyct2944 == codecSelferValueTypeArray1234 { - yyl2944 := r.ReadArrayStart() - if yyl2944 == 0 { + } else if yyct2949 == codecSelferValueTypeArray1234 { + yyl2949 := r.ReadArrayStart() + if yyl2949 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2944, d) + x.codecDecodeSelfFromArray(yyl2949, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -37822,12 +37877,12 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2945Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2945Slc - var yyhl2945 bool = l >= 0 - for yyj2945 := 0; ; yyj2945++ { - if yyhl2945 { - if yyj2945 >= l { + var yys2950Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys2950Slc + var yyhl2950 bool = l >= 0 + for yyj2950 := 0; ; yyj2950++ { + if yyhl2950 { + if yyj2950 >= l { break } } else { @@ -37836,10 +37891,10 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2945Slc = r.DecodeBytes(yys2945Slc, true, true) - yys2945 := string(yys2945Slc) + yys2950Slc = r.DecodeBytes(yys2950Slc, true, true) + yys2950 := string(yys2950Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2945 { + switch yys2950 { case "machineID": if r.TryDecodeAsNil() { x.MachineID = "" @@ -37901,9 +37956,9 @@ func (x *NodeSystemInfo) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys2945) - } // end switch yys2945 - } // end for yyj2945 + z.DecStructFieldNotFound(-1, yys2950) + } // end switch yys2950 + } // end for yyj2950 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -37911,16 +37966,16 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj2956 int - var yyb2956 bool - var yyhl2956 bool = l >= 0 - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + var yyj2961 int + var yyb2961 bool + var yyhl2961 bool = l >= 0 + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37930,13 +37985,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.MachineID = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37946,13 +38001,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.SystemUUID = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37962,13 +38017,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.BootID = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37978,13 +38033,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KernelVersion = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -37994,13 +38049,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OSImage = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38010,13 +38065,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ContainerRuntimeVersion = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38026,13 +38081,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeletVersion = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38042,13 +38097,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.KubeProxyVersion = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38058,13 +38113,13 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.OperatingSystem = string(r.DecodeString()) } - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38075,17 +38130,17 @@ func (x *NodeSystemInfo) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Architecture = string(r.DecodeString()) } for { - yyj2956++ - if yyhl2956 { - yyb2956 = yyj2956 > l + yyj2961++ + if yyhl2961 { + yyb2961 = yyj2961 > l } else { - yyb2956 = r.CheckBreak() + yyb2961 = r.CheckBreak() } - if yyb2956 { + if yyb2961 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj2956-1, "") + z.DecStructFieldNotFound(yyj2961-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38097,42 +38152,42 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym2967 := z.EncBinary() - _ = yym2967 + yym2972 := z.EncBinary() + _ = yym2972 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep2968 := !z.EncBinary() - yy2arr2968 := z.EncBasicHandle().StructToArray - var yyq2968 [10]bool - _, _, _ = yysep2968, yyq2968, yy2arr2968 - const yyr2968 bool = false - yyq2968[0] = len(x.Capacity) != 0 - yyq2968[1] = len(x.Allocatable) != 0 - yyq2968[2] = x.Phase != "" - yyq2968[3] = len(x.Conditions) != 0 - yyq2968[4] = len(x.Addresses) != 0 - yyq2968[5] = true - yyq2968[6] = true - yyq2968[7] = len(x.Images) != 0 - yyq2968[8] = len(x.VolumesInUse) != 0 - yyq2968[9] = len(x.VolumesAttached) != 0 - var yynn2968 int - if yyr2968 || yy2arr2968 { + yysep2973 := !z.EncBinary() + yy2arr2973 := z.EncBasicHandle().StructToArray + var yyq2973 [10]bool + _, _, _ = yysep2973, yyq2973, yy2arr2973 + const yyr2973 bool = false + yyq2973[0] = len(x.Capacity) != 0 + yyq2973[1] = len(x.Allocatable) != 0 + yyq2973[2] = x.Phase != "" + yyq2973[3] = len(x.Conditions) != 0 + yyq2973[4] = len(x.Addresses) != 0 + yyq2973[5] = true + yyq2973[6] = true + yyq2973[7] = len(x.Images) != 0 + yyq2973[8] = len(x.VolumesInUse) != 0 + yyq2973[9] = len(x.VolumesAttached) != 0 + var yynn2973 int + if yyr2973 || yy2arr2973 { r.EncodeArrayStart(10) } else { - yynn2968 = 0 - for _, b := range yyq2968 { + yynn2973 = 0 + for _, b := range yyq2973 { if b { - yynn2968++ + yynn2973++ } } - r.EncodeMapStart(yynn2968) - yynn2968 = 0 + r.EncodeMapStart(yynn2973) + yynn2973 = 0 } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[0] { + if yyq2973[0] { if x.Capacity == nil { r.EncodeNil() } else { @@ -38142,7 +38197,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[0] { + if yyq2973[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capacity")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38153,9 +38208,9 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[1] { + if yyq2973[1] { if x.Allocatable == nil { r.EncodeNil() } else { @@ -38165,7 +38220,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[1] { + if yyq2973[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("allocatable")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -38176,29 +38231,29 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[2] { + if yyq2973[2] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq2968[2] { + if yyq2973[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[3] { + if yyq2973[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym2973 := z.EncBinary() - _ = yym2973 + yym2978 := z.EncBinary() + _ = yym2978 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38208,15 +38263,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[3] { + if yyq2973[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym2974 := z.EncBinary() - _ = yym2974 + yym2979 := z.EncBinary() + _ = yym2979 if false { } else { h.encSliceNodeCondition(([]NodeCondition)(x.Conditions), e) @@ -38224,14 +38279,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[4] { + if yyq2973[4] { if x.Addresses == nil { r.EncodeNil() } else { - yym2976 := z.EncBinary() - _ = yym2976 + yym2981 := z.EncBinary() + _ = yym2981 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38241,15 +38296,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[4] { + if yyq2973[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("addresses")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Addresses == nil { r.EncodeNil() } else { - yym2977 := z.EncBinary() - _ = yym2977 + yym2982 := z.EncBinary() + _ = yym2982 if false { } else { h.encSliceNodeAddress(([]NodeAddress)(x.Addresses), e) @@ -38257,48 +38312,48 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[5] { - yy2979 := &x.DaemonEndpoints - yy2979.CodecEncodeSelf(e) + if yyq2973[5] { + yy2984 := &x.DaemonEndpoints + yy2984.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2968[5] { + if yyq2973[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("daemonEndpoints")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2980 := &x.DaemonEndpoints - yy2980.CodecEncodeSelf(e) + yy2985 := &x.DaemonEndpoints + yy2985.CodecEncodeSelf(e) } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[6] { - yy2982 := &x.NodeInfo - yy2982.CodecEncodeSelf(e) + if yyq2973[6] { + yy2987 := &x.NodeInfo + yy2987.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq2968[6] { + if yyq2973[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("nodeInfo")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy2983 := &x.NodeInfo - yy2983.CodecEncodeSelf(e) + yy2988 := &x.NodeInfo + yy2988.CodecEncodeSelf(e) } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[7] { + if yyq2973[7] { if x.Images == nil { r.EncodeNil() } else { - yym2985 := z.EncBinary() - _ = yym2985 + yym2990 := z.EncBinary() + _ = yym2990 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38308,15 +38363,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[7] { + if yyq2973[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("images")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Images == nil { r.EncodeNil() } else { - yym2986 := z.EncBinary() - _ = yym2986 + yym2991 := z.EncBinary() + _ = yym2991 if false { } else { h.encSliceContainerImage(([]ContainerImage)(x.Images), e) @@ -38324,14 +38379,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[8] { + if yyq2973[8] { if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2988 := z.EncBinary() - _ = yym2988 + yym2993 := z.EncBinary() + _ = yym2993 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38341,15 +38396,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[8] { + if yyq2973[8] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesInUse")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesInUse == nil { r.EncodeNil() } else { - yym2989 := z.EncBinary() - _ = yym2989 + yym2994 := z.EncBinary() + _ = yym2994 if false { } else { h.encSliceUniqueVolumeName(([]UniqueVolumeName)(x.VolumesInUse), e) @@ -38357,14 +38412,14 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq2968[9] { + if yyq2973[9] { if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2991 := z.EncBinary() - _ = yym2991 + yym2996 := z.EncBinary() + _ = yym2996 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38374,15 +38429,15 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq2968[9] { + if yyq2973[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("volumesAttached")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.VolumesAttached == nil { r.EncodeNil() } else { - yym2992 := z.EncBinary() - _ = yym2992 + yym2997 := z.EncBinary() + _ = yym2997 if false { } else { h.encSliceAttachedVolume(([]AttachedVolume)(x.VolumesAttached), e) @@ -38390,7 +38445,7 @@ func (x *NodeStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr2968 || yy2arr2968 { + if yyr2973 || yy2arr2973 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38403,25 +38458,25 @@ func (x *NodeStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym2993 := z.DecBinary() - _ = yym2993 + yym2998 := z.DecBinary() + _ = yym2998 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct2994 := r.ContainerType() - if yyct2994 == codecSelferValueTypeMap1234 { - yyl2994 := r.ReadMapStart() - if yyl2994 == 0 { + yyct2999 := r.ContainerType() + if yyct2999 == codecSelferValueTypeMap1234 { + yyl2999 := r.ReadMapStart() + if yyl2999 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl2994, d) + x.codecDecodeSelfFromMap(yyl2999, d) } - } else if yyct2994 == codecSelferValueTypeArray1234 { - yyl2994 := r.ReadArrayStart() - if yyl2994 == 0 { + } else if yyct2999 == codecSelferValueTypeArray1234 { + yyl2999 := r.ReadArrayStart() + if yyl2999 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl2994, d) + x.codecDecodeSelfFromArray(yyl2999, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38433,12 +38488,12 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys2995Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys2995Slc - var yyhl2995 bool = l >= 0 - for yyj2995 := 0; ; yyj2995++ { - if yyhl2995 { - if yyj2995 >= l { + var yys3000Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3000Slc + var yyhl3000 bool = l >= 0 + for yyj3000 := 0; ; yyj3000++ { + if yyhl3000 { + if yyj3000 >= l { break } } else { @@ -38447,23 +38502,23 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys2995Slc = r.DecodeBytes(yys2995Slc, true, true) - yys2995 := string(yys2995Slc) + yys3000Slc = r.DecodeBytes(yys3000Slc, true, true) + yys3000 := string(yys3000Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys2995 { + switch yys3000 { case "capacity": if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv2996 := &x.Capacity - yyv2996.CodecDecodeSelf(d) + yyv3001 := &x.Capacity + yyv3001.CodecDecodeSelf(d) } case "allocatable": if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv2997 := &x.Allocatable - yyv2997.CodecDecodeSelf(d) + yyv3002 := &x.Allocatable + yyv3002.CodecDecodeSelf(d) } case "phase": if r.TryDecodeAsNil() { @@ -38475,80 +38530,80 @@ func (x *NodeStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv2999 := &x.Conditions - yym3000 := z.DecBinary() - _ = yym3000 + yyv3004 := &x.Conditions + yym3005 := z.DecBinary() + _ = yym3005 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv2999), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3004), d) } } case "addresses": if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3001 := &x.Addresses - yym3002 := z.DecBinary() - _ = yym3002 + yyv3006 := &x.Addresses + yym3007 := z.DecBinary() + _ = yym3007 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3001), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3006), d) } } case "daemonEndpoints": if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3003 := &x.DaemonEndpoints - yyv3003.CodecDecodeSelf(d) + yyv3008 := &x.DaemonEndpoints + yyv3008.CodecDecodeSelf(d) } case "nodeInfo": if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3004 := &x.NodeInfo - yyv3004.CodecDecodeSelf(d) + yyv3009 := &x.NodeInfo + yyv3009.CodecDecodeSelf(d) } case "images": if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3005 := &x.Images - yym3006 := z.DecBinary() - _ = yym3006 + yyv3010 := &x.Images + yym3011 := z.DecBinary() + _ = yym3011 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3005), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3010), d) } } case "volumesInUse": if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3007 := &x.VolumesInUse - yym3008 := z.DecBinary() - _ = yym3008 + yyv3012 := &x.VolumesInUse + yym3013 := z.DecBinary() + _ = yym3013 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3007), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3012), d) } } case "volumesAttached": if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3009 := &x.VolumesAttached - yym3010 := z.DecBinary() - _ = yym3010 + yyv3014 := &x.VolumesAttached + yym3015 := z.DecBinary() + _ = yym3015 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3009), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3014), d) } } default: - z.DecStructFieldNotFound(-1, yys2995) - } // end switch yys2995 - } // end for yyj2995 + z.DecStructFieldNotFound(-1, yys3000) + } // end switch yys3000 + } // end for yyj3000 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38556,16 +38611,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3011 int - var yyb3011 bool - var yyhl3011 bool = l >= 0 - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + var yyj3016 int + var yyb3016 bool + var yyhl3016 bool = l >= 0 + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38573,16 +38628,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Capacity = nil } else { - yyv3012 := &x.Capacity - yyv3012.CodecDecodeSelf(d) + yyv3017 := &x.Capacity + yyv3017.CodecDecodeSelf(d) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38590,16 +38645,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Allocatable = nil } else { - yyv3013 := &x.Allocatable - yyv3013.CodecDecodeSelf(d) + yyv3018 := &x.Allocatable + yyv3018.CodecDecodeSelf(d) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38609,13 +38664,13 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Phase = NodePhase(r.DecodeString()) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38623,21 +38678,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv3015 := &x.Conditions - yym3016 := z.DecBinary() - _ = yym3016 + yyv3020 := &x.Conditions + yym3021 := z.DecBinary() + _ = yym3021 if false { } else { - h.decSliceNodeCondition((*[]NodeCondition)(yyv3015), d) + h.decSliceNodeCondition((*[]NodeCondition)(yyv3020), d) } } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38645,21 +38700,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Addresses = nil } else { - yyv3017 := &x.Addresses - yym3018 := z.DecBinary() - _ = yym3018 + yyv3022 := &x.Addresses + yym3023 := z.DecBinary() + _ = yym3023 if false { } else { - h.decSliceNodeAddress((*[]NodeAddress)(yyv3017), d) + h.decSliceNodeAddress((*[]NodeAddress)(yyv3022), d) } } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38667,16 +38722,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DaemonEndpoints = NodeDaemonEndpoints{} } else { - yyv3019 := &x.DaemonEndpoints - yyv3019.CodecDecodeSelf(d) + yyv3024 := &x.DaemonEndpoints + yyv3024.CodecDecodeSelf(d) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38684,16 +38739,16 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.NodeInfo = NodeSystemInfo{} } else { - yyv3020 := &x.NodeInfo - yyv3020.CodecDecodeSelf(d) + yyv3025 := &x.NodeInfo + yyv3025.CodecDecodeSelf(d) } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38701,21 +38756,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Images = nil } else { - yyv3021 := &x.Images - yym3022 := z.DecBinary() - _ = yym3022 + yyv3026 := &x.Images + yym3027 := z.DecBinary() + _ = yym3027 if false { } else { - h.decSliceContainerImage((*[]ContainerImage)(yyv3021), d) + h.decSliceContainerImage((*[]ContainerImage)(yyv3026), d) } } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38723,21 +38778,21 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesInUse = nil } else { - yyv3023 := &x.VolumesInUse - yym3024 := z.DecBinary() - _ = yym3024 + yyv3028 := &x.VolumesInUse + yym3029 := z.DecBinary() + _ = yym3029 if false { } else { - h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3023), d) + h.decSliceUniqueVolumeName((*[]UniqueVolumeName)(yyv3028), d) } } - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38745,26 +38800,26 @@ func (x *NodeStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.VolumesAttached = nil } else { - yyv3025 := &x.VolumesAttached - yym3026 := z.DecBinary() - _ = yym3026 + yyv3030 := &x.VolumesAttached + yym3031 := z.DecBinary() + _ = yym3031 if false { } else { - h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3025), d) + h.decSliceAttachedVolume((*[]AttachedVolume)(yyv3030), d) } } for { - yyj3011++ - if yyhl3011 { - yyb3011 = yyj3011 > l + yyj3016++ + if yyhl3016 { + yyb3016 = yyj3016 > l } else { - yyb3011 = r.CheckBreak() + yyb3016 = r.CheckBreak() } - if yyb3011 { + if yyb3016 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3011-1, "") + z.DecStructFieldNotFound(yyj3016-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38773,8 +38828,8 @@ func (x UniqueVolumeName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3027 := z.EncBinary() - _ = yym3027 + yym3032 := z.EncBinary() + _ = yym3032 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -38786,8 +38841,8 @@ func (x *UniqueVolumeName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3028 := z.DecBinary() - _ = yym3028 + yym3033 := z.DecBinary() + _ = yym3033 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -38802,30 +38857,30 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3029 := z.EncBinary() - _ = yym3029 + yym3034 := z.EncBinary() + _ = yym3034 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3030 := !z.EncBinary() - yy2arr3030 := z.EncBasicHandle().StructToArray - var yyq3030 [2]bool - _, _, _ = yysep3030, yyq3030, yy2arr3030 - const yyr3030 bool = false - var yynn3030 int - if yyr3030 || yy2arr3030 { + yysep3035 := !z.EncBinary() + yy2arr3035 := z.EncBasicHandle().StructToArray + var yyq3035 [2]bool + _, _, _ = yysep3035, yyq3035, yy2arr3035 + const yyr3035 bool = false + var yynn3035 int + if yyr3035 || yy2arr3035 { r.EncodeArrayStart(2) } else { - yynn3030 = 2 - for _, b := range yyq3030 { + yynn3035 = 2 + for _, b := range yyq3035 { if b { - yynn3030++ + yynn3035++ } } - r.EncodeMapStart(yynn3030) - yynn3030 = 0 + r.EncodeMapStart(yynn3035) + yynn3035 = 0 } - if yyr3030 || yy2arr3030 { + if yyr3035 || yy2arr3035 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Name.CodecEncodeSelf(e) } else { @@ -38834,10 +38889,10 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Name.CodecEncodeSelf(e) } - if yyr3030 || yy2arr3030 { + if yyr3035 || yy2arr3035 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3033 := z.EncBinary() - _ = yym3033 + yym3038 := z.EncBinary() + _ = yym3038 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) @@ -38846,14 +38901,14 @@ func (x *AttachedVolume) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("devicePath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3034 := z.EncBinary() - _ = yym3034 + yym3039 := z.EncBinary() + _ = yym3039 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.DevicePath)) } } - if yyr3030 || yy2arr3030 { + if yyr3035 || yy2arr3035 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -38866,25 +38921,25 @@ func (x *AttachedVolume) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3035 := z.DecBinary() - _ = yym3035 + yym3040 := z.DecBinary() + _ = yym3040 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3036 := r.ContainerType() - if yyct3036 == codecSelferValueTypeMap1234 { - yyl3036 := r.ReadMapStart() - if yyl3036 == 0 { + yyct3041 := r.ContainerType() + if yyct3041 == codecSelferValueTypeMap1234 { + yyl3041 := r.ReadMapStart() + if yyl3041 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3036, d) + x.codecDecodeSelfFromMap(yyl3041, d) } - } else if yyct3036 == codecSelferValueTypeArray1234 { - yyl3036 := r.ReadArrayStart() - if yyl3036 == 0 { + } else if yyct3041 == codecSelferValueTypeArray1234 { + yyl3041 := r.ReadArrayStart() + if yyl3041 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3036, d) + x.codecDecodeSelfFromArray(yyl3041, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -38896,12 +38951,12 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3037Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3037Slc - var yyhl3037 bool = l >= 0 - for yyj3037 := 0; ; yyj3037++ { - if yyhl3037 { - if yyj3037 >= l { + var yys3042Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3042Slc + var yyhl3042 bool = l >= 0 + for yyj3042 := 0; ; yyj3042++ { + if yyhl3042 { + if yyj3042 >= l { break } } else { @@ -38910,10 +38965,10 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3037Slc = r.DecodeBytes(yys3037Slc, true, true) - yys3037 := string(yys3037Slc) + yys3042Slc = r.DecodeBytes(yys3042Slc, true, true) + yys3042 := string(yys3042Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3037 { + switch yys3042 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -38927,9 +38982,9 @@ func (x *AttachedVolume) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3037) - } // end switch yys3037 - } // end for yyj3037 + z.DecStructFieldNotFound(-1, yys3042) + } // end switch yys3042 + } // end for yyj3042 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -38937,16 +38992,16 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3040 int - var yyb3040 bool - var yyhl3040 bool = l >= 0 - yyj3040++ - if yyhl3040 { - yyb3040 = yyj3040 > l + var yyj3045 int + var yyb3045 bool + var yyhl3045 bool = l >= 0 + yyj3045++ + if yyhl3045 { + yyb3045 = yyj3045 > l } else { - yyb3040 = r.CheckBreak() + yyb3045 = r.CheckBreak() } - if yyb3040 { + if yyb3045 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38956,13 +39011,13 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = UniqueVolumeName(r.DecodeString()) } - yyj3040++ - if yyhl3040 { - yyb3040 = yyj3040 > l + yyj3045++ + if yyhl3045 { + yyb3045 = yyj3045 > l } else { - yyb3040 = r.CheckBreak() + yyb3045 = r.CheckBreak() } - if yyb3040 { + if yyb3045 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -38973,17 +39028,17 @@ func (x *AttachedVolume) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.DevicePath = string(r.DecodeString()) } for { - yyj3040++ - if yyhl3040 { - yyb3040 = yyj3040 > l + yyj3045++ + if yyhl3045 { + yyb3045 = yyj3045 > l } else { - yyb3040 = r.CheckBreak() + yyb3045 = r.CheckBreak() } - if yyb3040 { + if yyb3045 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3040-1, "") + z.DecStructFieldNotFound(yyj3045-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -38995,38 +39050,38 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3043 := z.EncBinary() - _ = yym3043 + yym3048 := z.EncBinary() + _ = yym3048 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3044 := !z.EncBinary() - yy2arr3044 := z.EncBasicHandle().StructToArray - var yyq3044 [1]bool - _, _, _ = yysep3044, yyq3044, yy2arr3044 - const yyr3044 bool = false - yyq3044[0] = len(x.PreferAvoidPods) != 0 - var yynn3044 int - if yyr3044 || yy2arr3044 { + yysep3049 := !z.EncBinary() + yy2arr3049 := z.EncBasicHandle().StructToArray + var yyq3049 [1]bool + _, _, _ = yysep3049, yyq3049, yy2arr3049 + const yyr3049 bool = false + yyq3049[0] = len(x.PreferAvoidPods) != 0 + var yynn3049 int + if yyr3049 || yy2arr3049 { r.EncodeArrayStart(1) } else { - yynn3044 = 0 - for _, b := range yyq3044 { + yynn3049 = 0 + for _, b := range yyq3049 { if b { - yynn3044++ + yynn3049++ } } - r.EncodeMapStart(yynn3044) - yynn3044 = 0 + r.EncodeMapStart(yynn3049) + yynn3049 = 0 } - if yyr3044 || yy2arr3044 { + if yyr3049 || yy2arr3049 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3044[0] { + if yyq3049[0] { if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3046 := z.EncBinary() - _ = yym3046 + yym3051 := z.EncBinary() + _ = yym3051 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39036,15 +39091,15 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3044[0] { + if yyq3049[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preferAvoidPods")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.PreferAvoidPods == nil { r.EncodeNil() } else { - yym3047 := z.EncBinary() - _ = yym3047 + yym3052 := z.EncBinary() + _ = yym3052 if false { } else { h.encSlicePreferAvoidPodsEntry(([]PreferAvoidPodsEntry)(x.PreferAvoidPods), e) @@ -39052,7 +39107,7 @@ func (x *AvoidPods) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3044 || yy2arr3044 { + if yyr3049 || yy2arr3049 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39065,25 +39120,25 @@ func (x *AvoidPods) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3048 := z.DecBinary() - _ = yym3048 + yym3053 := z.DecBinary() + _ = yym3053 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3049 := r.ContainerType() - if yyct3049 == codecSelferValueTypeMap1234 { - yyl3049 := r.ReadMapStart() - if yyl3049 == 0 { + yyct3054 := r.ContainerType() + if yyct3054 == codecSelferValueTypeMap1234 { + yyl3054 := r.ReadMapStart() + if yyl3054 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3049, d) + x.codecDecodeSelfFromMap(yyl3054, d) } - } else if yyct3049 == codecSelferValueTypeArray1234 { - yyl3049 := r.ReadArrayStart() - if yyl3049 == 0 { + } else if yyct3054 == codecSelferValueTypeArray1234 { + yyl3054 := r.ReadArrayStart() + if yyl3054 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3049, d) + x.codecDecodeSelfFromArray(yyl3054, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39095,12 +39150,12 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3050Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3050Slc - var yyhl3050 bool = l >= 0 - for yyj3050 := 0; ; yyj3050++ { - if yyhl3050 { - if yyj3050 >= l { + var yys3055Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3055Slc + var yyhl3055 bool = l >= 0 + for yyj3055 := 0; ; yyj3055++ { + if yyhl3055 { + if yyj3055 >= l { break } } else { @@ -39109,26 +39164,26 @@ func (x *AvoidPods) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3050Slc = r.DecodeBytes(yys3050Slc, true, true) - yys3050 := string(yys3050Slc) + yys3055Slc = r.DecodeBytes(yys3055Slc, true, true) + yys3055 := string(yys3055Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3050 { + switch yys3055 { case "preferAvoidPods": if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3051 := &x.PreferAvoidPods - yym3052 := z.DecBinary() - _ = yym3052 + yyv3056 := &x.PreferAvoidPods + yym3057 := z.DecBinary() + _ = yym3057 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3051), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3056), d) } } default: - z.DecStructFieldNotFound(-1, yys3050) - } // end switch yys3050 - } // end for yyj3050 + z.DecStructFieldNotFound(-1, yys3055) + } // end switch yys3055 + } // end for yyj3055 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39136,16 +39191,16 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3053 int - var yyb3053 bool - var yyhl3053 bool = l >= 0 - yyj3053++ - if yyhl3053 { - yyb3053 = yyj3053 > l + var yyj3058 int + var yyb3058 bool + var yyhl3058 bool = l >= 0 + yyj3058++ + if yyhl3058 { + yyb3058 = yyj3058 > l } else { - yyb3053 = r.CheckBreak() + yyb3058 = r.CheckBreak() } - if yyb3053 { + if yyb3058 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39153,26 +39208,26 @@ func (x *AvoidPods) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.PreferAvoidPods = nil } else { - yyv3054 := &x.PreferAvoidPods - yym3055 := z.DecBinary() - _ = yym3055 + yyv3059 := &x.PreferAvoidPods + yym3060 := z.DecBinary() + _ = yym3060 if false { } else { - h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3054), d) + h.decSlicePreferAvoidPodsEntry((*[]PreferAvoidPodsEntry)(yyv3059), d) } } for { - yyj3053++ - if yyhl3053 { - yyb3053 = yyj3053 > l + yyj3058++ + if yyhl3058 { + yyb3058 = yyj3058 > l } else { - yyb3053 = r.CheckBreak() + yyb3058 = r.CheckBreak() } - if yyb3053 { + if yyb3058 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3053-1, "") + z.DecStructFieldNotFound(yyj3058-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39184,111 +39239,111 @@ func (x *PreferAvoidPodsEntry) 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 [4]bool - _, _, _ = yysep3057, yyq3057, yy2arr3057 - const yyr3057 bool = false - yyq3057[1] = true - yyq3057[2] = x.Reason != "" - yyq3057[3] = x.Message != "" - var yynn3057 int - if yyr3057 || yy2arr3057 { + yysep3062 := !z.EncBinary() + yy2arr3062 := z.EncBasicHandle().StructToArray + var yyq3062 [4]bool + _, _, _ = yysep3062, yyq3062, yy2arr3062 + const yyr3062 bool = false + yyq3062[1] = true + yyq3062[2] = x.Reason != "" + yyq3062[3] = x.Message != "" + var yynn3062 int + if yyr3062 || yy2arr3062 { r.EncodeArrayStart(4) } 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) - yy3059 := &x.PodSignature - yy3059.CodecEncodeSelf(e) + yy3064 := &x.PodSignature + yy3064.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podSignature")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3060 := &x.PodSignature - yy3060.CodecEncodeSelf(e) + yy3065 := &x.PodSignature + yy3065.CodecEncodeSelf(e) } - if yyr3057 || yy2arr3057 { + if yyr3062 || yy2arr3062 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3057[1] { - yy3062 := &x.EvictionTime - yym3063 := z.EncBinary() - _ = yym3063 + if yyq3062[1] { + yy3067 := &x.EvictionTime + yym3068 := z.EncBinary() + _ = yym3068 if false { - } else if z.HasExtensions() && z.EncExt(yy3062) { - } else if yym3063 { - z.EncBinaryMarshal(yy3062) - } else if !yym3063 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3062) + } else if z.HasExtensions() && z.EncExt(yy3067) { + } else if yym3068 { + z.EncBinaryMarshal(yy3067) + } else if !yym3068 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3067) } else { - z.EncFallback(yy3062) + z.EncFallback(yy3067) } } else { r.EncodeNil() } } else { - if yyq3057[1] { + if yyq3062[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("evictionTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3064 := &x.EvictionTime - yym3065 := z.EncBinary() - _ = yym3065 - if false { - } else if z.HasExtensions() && z.EncExt(yy3064) { - } else if yym3065 { - z.EncBinaryMarshal(yy3064) - } else if !yym3065 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3064) - } else { - z.EncFallback(yy3064) - } - } - } - if yyr3057 || yy2arr3057 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3057[2] { - yym3067 := z.EncBinary() - _ = yym3067 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3057[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3068 := z.EncBinary() - _ = yym3068 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } - } - if yyr3057 || yy2arr3057 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3057[3] { + yy3069 := &x.EvictionTime yym3070 := z.EncBinary() _ = yym3070 if false { + } else if z.HasExtensions() && z.EncExt(yy3069) { + } else if yym3070 { + z.EncBinaryMarshal(yy3069) + } else if !yym3070 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3069) + } else { + z.EncFallback(yy3069) + } + } + } + if yyr3062 || yy2arr3062 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3062[2] { + yym3072 := z.EncBinary() + _ = yym3072 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3062[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3073 := z.EncBinary() + _ = yym3073 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } + } + if yyr3062 || yy2arr3062 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3062[3] { + yym3075 := z.EncBinary() + _ = yym3075 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } @@ -39296,19 +39351,19 @@ func (x *PreferAvoidPodsEntry) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3057[3] { + if yyq3062[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3071 := z.EncBinary() - _ = yym3071 + yym3076 := z.EncBinary() + _ = yym3076 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3057 || yy2arr3057 { + if yyr3062 || yy2arr3062 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39321,25 +39376,25 @@ func (x *PreferAvoidPodsEntry) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3072 := z.DecBinary() - _ = yym3072 + yym3077 := z.DecBinary() + _ = yym3077 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3073 := r.ContainerType() - if yyct3073 == codecSelferValueTypeMap1234 { - yyl3073 := r.ReadMapStart() - if yyl3073 == 0 { + yyct3078 := r.ContainerType() + if yyct3078 == codecSelferValueTypeMap1234 { + yyl3078 := r.ReadMapStart() + if yyl3078 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3073, d) + x.codecDecodeSelfFromMap(yyl3078, d) } - } else if yyct3073 == codecSelferValueTypeArray1234 { - yyl3073 := r.ReadArrayStart() - if yyl3073 == 0 { + } else if yyct3078 == codecSelferValueTypeArray1234 { + yyl3078 := r.ReadArrayStart() + if yyl3078 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3073, d) + x.codecDecodeSelfFromArray(yyl3078, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39351,12 +39406,12 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3074Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3074Slc - var yyhl3074 bool = l >= 0 - for yyj3074 := 0; ; yyj3074++ { - if yyhl3074 { - if yyj3074 >= l { + var yys3079Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3079Slc + var yyhl3079 bool = l >= 0 + for yyj3079 := 0; ; yyj3079++ { + if yyhl3079 { + if yyj3079 >= l { break } } else { @@ -39365,32 +39420,32 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3074Slc = r.DecodeBytes(yys3074Slc, true, true) - yys3074 := string(yys3074Slc) + yys3079Slc = r.DecodeBytes(yys3079Slc, true, true) + yys3079 := string(yys3079Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3074 { + switch yys3079 { case "podSignature": if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3075 := &x.PodSignature - yyv3075.CodecDecodeSelf(d) + yyv3080 := &x.PodSignature + yyv3080.CodecDecodeSelf(d) } case "evictionTime": if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3076 := &x.EvictionTime - yym3077 := z.DecBinary() - _ = yym3077 + yyv3081 := &x.EvictionTime + yym3082 := z.DecBinary() + _ = yym3082 if false { - } else if z.HasExtensions() && z.DecExt(yyv3076) { - } else if yym3077 { - z.DecBinaryUnmarshal(yyv3076) - } else if !yym3077 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3076) + } else if z.HasExtensions() && z.DecExt(yyv3081) { + } else if yym3082 { + z.DecBinaryUnmarshal(yyv3081) + } else if !yym3082 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3081) } else { - z.DecFallback(yyv3076, false) + z.DecFallback(yyv3081, false) } } case "reason": @@ -39406,9 +39461,9 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3074) - } // end switch yys3074 - } // end for yyj3074 + z.DecStructFieldNotFound(-1, yys3079) + } // end switch yys3079 + } // end for yyj3079 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39416,16 +39471,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3080 int - var yyb3080 bool - var yyhl3080 bool = l >= 0 - yyj3080++ - if yyhl3080 { - yyb3080 = yyj3080 > l + var yyj3085 int + var yyb3085 bool + var yyhl3085 bool = l >= 0 + yyj3085++ + if yyhl3085 { + yyb3085 = yyj3085 > l } else { - yyb3080 = r.CheckBreak() + yyb3085 = r.CheckBreak() } - if yyb3080 { + if yyb3085 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39433,16 +39488,16 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.PodSignature = PodSignature{} } else { - yyv3081 := &x.PodSignature - yyv3081.CodecDecodeSelf(d) + yyv3086 := &x.PodSignature + yyv3086.CodecDecodeSelf(d) } - yyj3080++ - if yyhl3080 { - yyb3080 = yyj3080 > l + yyj3085++ + if yyhl3085 { + yyb3085 = yyj3085 > l } else { - yyb3080 = r.CheckBreak() + yyb3085 = r.CheckBreak() } - if yyb3080 { + if yyb3085 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39450,26 +39505,26 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco if r.TryDecodeAsNil() { x.EvictionTime = pkg2_unversioned.Time{} } else { - yyv3082 := &x.EvictionTime - yym3083 := z.DecBinary() - _ = yym3083 + yyv3087 := &x.EvictionTime + yym3088 := z.DecBinary() + _ = yym3088 if false { - } else if z.HasExtensions() && z.DecExt(yyv3082) { - } else if yym3083 { - z.DecBinaryUnmarshal(yyv3082) - } else if !yym3083 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3082) + } else if z.HasExtensions() && z.DecExt(yyv3087) { + } else if yym3088 { + z.DecBinaryUnmarshal(yyv3087) + } else if !yym3088 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3087) } else { - z.DecFallback(yyv3082, false) + z.DecFallback(yyv3087, false) } } - yyj3080++ - if yyhl3080 { - yyb3080 = yyj3080 > l + yyj3085++ + if yyhl3085 { + yyb3085 = yyj3085 > l } else { - yyb3080 = r.CheckBreak() + yyb3085 = r.CheckBreak() } - if yyb3080 { + if yyb3085 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39479,13 +39534,13 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco } else { x.Reason = string(r.DecodeString()) } - yyj3080++ - if yyhl3080 { - yyb3080 = yyj3080 > l + yyj3085++ + if yyhl3085 { + yyb3085 = yyj3085 > l } else { - yyb3080 = r.CheckBreak() + yyb3085 = r.CheckBreak() } - if yyb3080 { + if yyb3085 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39496,17 +39551,17 @@ func (x *PreferAvoidPodsEntry) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Message = string(r.DecodeString()) } for { - yyj3080++ - if yyhl3080 { - yyb3080 = yyj3080 > l + yyj3085++ + if yyhl3085 { + yyb3085 = yyj3085 > l } else { - yyb3080 = r.CheckBreak() + yyb3085 = r.CheckBreak() } - if yyb3080 { + if yyb3085 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3080-1, "") + z.DecStructFieldNotFound(yyj3085-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39518,33 +39573,33 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3086 := z.EncBinary() - _ = yym3086 + yym3091 := z.EncBinary() + _ = yym3091 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3087 := !z.EncBinary() - yy2arr3087 := z.EncBasicHandle().StructToArray - var yyq3087 [1]bool - _, _, _ = yysep3087, yyq3087, yy2arr3087 - const yyr3087 bool = false - yyq3087[0] = x.PodController != nil - var yynn3087 int - if yyr3087 || yy2arr3087 { + yysep3092 := !z.EncBinary() + yy2arr3092 := z.EncBasicHandle().StructToArray + var yyq3092 [1]bool + _, _, _ = yysep3092, yyq3092, yy2arr3092 + const yyr3092 bool = false + yyq3092[0] = x.PodController != nil + var yynn3092 int + if yyr3092 || yy2arr3092 { r.EncodeArrayStart(1) } else { - yynn3087 = 0 - for _, b := range yyq3087 { + yynn3092 = 0 + for _, b := range yyq3092 { if b { - yynn3087++ + yynn3092++ } } - r.EncodeMapStart(yynn3087) - yynn3087 = 0 + r.EncodeMapStart(yynn3092) + yynn3092 = 0 } - if yyr3087 || yy2arr3087 { + if yyr3092 || yy2arr3092 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3087[0] { + if yyq3092[0] { if x.PodController == nil { r.EncodeNil() } else { @@ -39554,7 +39609,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3087[0] { + if yyq3092[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("podController")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -39565,7 +39620,7 @@ func (x *PodSignature) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3087 || yy2arr3087 { + if yyr3092 || yy2arr3092 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39578,25 +39633,25 @@ func (x *PodSignature) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3089 := z.DecBinary() - _ = yym3089 + yym3094 := z.DecBinary() + _ = yym3094 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3090 := r.ContainerType() - if yyct3090 == codecSelferValueTypeMap1234 { - yyl3090 := r.ReadMapStart() - if yyl3090 == 0 { + yyct3095 := r.ContainerType() + if yyct3095 == codecSelferValueTypeMap1234 { + yyl3095 := r.ReadMapStart() + if yyl3095 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3090, d) + x.codecDecodeSelfFromMap(yyl3095, d) } - } else if yyct3090 == codecSelferValueTypeArray1234 { - yyl3090 := r.ReadArrayStart() - if yyl3090 == 0 { + } else if yyct3095 == codecSelferValueTypeArray1234 { + yyl3095 := r.ReadArrayStart() + if yyl3095 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3090, d) + x.codecDecodeSelfFromArray(yyl3095, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39608,12 +39663,12 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3091Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3091Slc - var yyhl3091 bool = l >= 0 - for yyj3091 := 0; ; yyj3091++ { - if yyhl3091 { - if yyj3091 >= l { + var yys3096Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3096Slc + var yyhl3096 bool = l >= 0 + for yyj3096 := 0; ; yyj3096++ { + if yyhl3096 { + if yyj3096 >= l { break } } else { @@ -39622,10 +39677,10 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3091Slc = r.DecodeBytes(yys3091Slc, true, true) - yys3091 := string(yys3091Slc) + yys3096Slc = r.DecodeBytes(yys3096Slc, true, true) + yys3096 := string(yys3096Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3091 { + switch yys3096 { case "podController": if r.TryDecodeAsNil() { if x.PodController != nil { @@ -39638,9 +39693,9 @@ func (x *PodSignature) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3091) - } // end switch yys3091 - } // end for yyj3091 + z.DecStructFieldNotFound(-1, yys3096) + } // end switch yys3096 + } // end for yyj3096 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39648,16 +39703,16 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3093 int - var yyb3093 bool - var yyhl3093 bool = l >= 0 - yyj3093++ - if yyhl3093 { - yyb3093 = yyj3093 > l + var yyj3098 int + var yyb3098 bool + var yyhl3098 bool = l >= 0 + yyj3098++ + if yyhl3098 { + yyb3098 = yyj3098 > l } else { - yyb3093 = r.CheckBreak() + yyb3098 = r.CheckBreak() } - if yyb3093 { + if yyb3098 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39673,17 +39728,17 @@ func (x *PodSignature) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.PodController.CodecDecodeSelf(d) } for { - yyj3093++ - if yyhl3093 { - yyb3093 = yyj3093 > l + yyj3098++ + if yyhl3098 { + yyb3098 = yyj3098 > l } else { - yyb3093 = r.CheckBreak() + yyb3098 = r.CheckBreak() } - if yyb3093 { + if yyb3098 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3093-1, "") + z.DecStructFieldNotFound(yyj3098-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39695,37 +39750,37 @@ func (x *ContainerImage) 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 [2]bool - _, _, _ = yysep3096, yyq3096, yy2arr3096 - const yyr3096 bool = false - yyq3096[1] = x.SizeBytes != 0 - var yynn3096 int - if yyr3096 || yy2arr3096 { + yysep3101 := !z.EncBinary() + yy2arr3101 := z.EncBasicHandle().StructToArray + var yyq3101 [2]bool + _, _, _ = yysep3101, yyq3101, yy2arr3101 + const yyr3101 bool = false + yyq3101[1] = x.SizeBytes != 0 + var yynn3101 int + if yyr3101 || yy2arr3101 { r.EncodeArrayStart(2) } 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 x.Names == nil { r.EncodeNil() } else { - yym3098 := z.EncBinary() - _ = yym3098 + yym3103 := z.EncBinary() + _ = yym3103 if false { } else { z.F.EncSliceStringV(x.Names, false, e) @@ -39738,19 +39793,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { if x.Names == nil { r.EncodeNil() } else { - yym3099 := z.EncBinary() - _ = yym3099 + yym3104 := z.EncBinary() + _ = yym3104 if false { } else { z.F.EncSliceStringV(x.Names, false, e) } } } - 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.EncodeInt(int64(x.SizeBytes)) @@ -39759,19 +39814,19 @@ func (x *ContainerImage) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3096[1] { + if yyq3101[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sizeBytes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3102 := z.EncBinary() - _ = yym3102 + yym3107 := z.EncBinary() + _ = yym3107 if false { } else { r.EncodeInt(int64(x.SizeBytes)) } } } - if yyr3096 || yy2arr3096 { + if yyr3101 || yy2arr3101 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -39784,25 +39839,25 @@ func (x *ContainerImage) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3103 := z.DecBinary() - _ = yym3103 + yym3108 := z.DecBinary() + _ = yym3108 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3104 := r.ContainerType() - if yyct3104 == codecSelferValueTypeMap1234 { - yyl3104 := r.ReadMapStart() - if yyl3104 == 0 { + yyct3109 := r.ContainerType() + if yyct3109 == codecSelferValueTypeMap1234 { + yyl3109 := r.ReadMapStart() + if yyl3109 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3104, d) + x.codecDecodeSelfFromMap(yyl3109, d) } - } else if yyct3104 == codecSelferValueTypeArray1234 { - yyl3104 := r.ReadArrayStart() - if yyl3104 == 0 { + } else if yyct3109 == codecSelferValueTypeArray1234 { + yyl3109 := r.ReadArrayStart() + if yyl3109 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3104, d) + x.codecDecodeSelfFromArray(yyl3109, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -39814,12 +39869,12 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3105Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3105Slc - var yyhl3105 bool = l >= 0 - for yyj3105 := 0; ; yyj3105++ { - if yyhl3105 { - if yyj3105 >= l { + var yys3110Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3110Slc + var yyhl3110 bool = l >= 0 + for yyj3110 := 0; ; yyj3110++ { + if yyhl3110 { + if yyj3110 >= l { break } } else { @@ -39828,20 +39883,20 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3105Slc = r.DecodeBytes(yys3105Slc, true, true) - yys3105 := string(yys3105Slc) + yys3110Slc = r.DecodeBytes(yys3110Slc, true, true) + yys3110 := string(yys3110Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3105 { + switch yys3110 { case "names": if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3106 := &x.Names - yym3107 := z.DecBinary() - _ = yym3107 + yyv3111 := &x.Names + yym3112 := z.DecBinary() + _ = yym3112 if false { } else { - z.F.DecSliceStringX(yyv3106, false, d) + z.F.DecSliceStringX(yyv3111, false, d) } } case "sizeBytes": @@ -39851,9 +39906,9 @@ func (x *ContainerImage) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } default: - z.DecStructFieldNotFound(-1, yys3105) - } // end switch yys3105 - } // end for yyj3105 + z.DecStructFieldNotFound(-1, yys3110) + } // end switch yys3110 + } // end for yyj3110 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -39861,16 +39916,16 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3109 int - var yyb3109 bool - var yyhl3109 bool = l >= 0 - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + var yyj3114 int + var yyb3114 bool + var yyhl3114 bool = l >= 0 + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3109 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3109 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39878,21 +39933,21 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Names = nil } else { - yyv3110 := &x.Names - yym3111 := z.DecBinary() - _ = yym3111 + yyv3115 := &x.Names + yym3116 := z.DecBinary() + _ = yym3116 if false { } else { - z.F.DecSliceStringX(yyv3110, false, d) + z.F.DecSliceStringX(yyv3115, false, d) } } - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3109 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3109 { + if yyb3114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -39903,17 +39958,17 @@ func (x *ContainerImage) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.SizeBytes = int64(r.DecodeInt(64)) } for { - yyj3109++ - if yyhl3109 { - yyb3109 = yyj3109 > l + yyj3114++ + if yyhl3114 { + yyb3114 = yyj3114 > l } else { - yyb3109 = r.CheckBreak() + yyb3114 = r.CheckBreak() } - if yyb3109 { + if yyb3114 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3109-1, "") + z.DecStructFieldNotFound(yyj3114-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -39922,8 +39977,8 @@ func (x NodePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3113 := z.EncBinary() - _ = yym3113 + yym3118 := z.EncBinary() + _ = yym3118 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39935,8 +39990,8 @@ func (x *NodePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3114 := z.DecBinary() - _ = yym3114 + yym3119 := z.DecBinary() + _ = yym3119 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39948,8 +40003,8 @@ func (x NodeConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3115 := z.EncBinary() - _ = yym3115 + yym3120 := z.EncBinary() + _ = yym3120 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -39961,8 +40016,8 @@ func (x *NodeConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3116 := z.DecBinary() - _ = yym3116 + yym3121 := z.DecBinary() + _ = yym3121 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -39977,34 +40032,34 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3117 := z.EncBinary() - _ = yym3117 + yym3122 := z.EncBinary() + _ = yym3122 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3118 := !z.EncBinary() - yy2arr3118 := z.EncBasicHandle().StructToArray - var yyq3118 [6]bool - _, _, _ = yysep3118, yyq3118, yy2arr3118 - const yyr3118 bool = false - yyq3118[2] = true - yyq3118[3] = true - yyq3118[4] = x.Reason != "" - yyq3118[5] = x.Message != "" - var yynn3118 int - if yyr3118 || yy2arr3118 { + yysep3123 := !z.EncBinary() + yy2arr3123 := z.EncBasicHandle().StructToArray + var yyq3123 [6]bool + _, _, _ = yysep3123, yyq3123, yy2arr3123 + const yyr3123 bool = false + yyq3123[2] = true + yyq3123[3] = true + yyq3123[4] = x.Reason != "" + yyq3123[5] = x.Message != "" + var yynn3123 int + if yyr3123 || yy2arr3123 { r.EncodeArrayStart(6) } else { - yynn3118 = 2 - for _, b := range yyq3118 { + yynn3123 = 2 + for _, b := range yyq3123 { if b { - yynn3118++ + yynn3123++ } } - r.EncodeMapStart(yynn3118) - yynn3118 = 0 + r.EncodeMapStart(yynn3123) + yynn3123 = 0 } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40013,7 +40068,7 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -40022,47 +40077,10 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3118[2] { - yy3122 := &x.LastHeartbeatTime - yym3123 := z.EncBinary() - _ = yym3123 - if false { - } else if z.HasExtensions() && z.EncExt(yy3122) { - } else if yym3123 { - z.EncBinaryMarshal(yy3122) - } else if !yym3123 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3122) - } else { - z.EncFallback(yy3122) - } - } else { - r.EncodeNil() - } - } else { - if yyq3118[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3124 := &x.LastHeartbeatTime - yym3125 := z.EncBinary() - _ = yym3125 - if false { - } else if z.HasExtensions() && z.EncExt(yy3124) { - } else if yym3125 { - z.EncBinaryMarshal(yy3124) - } else if !yym3125 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3124) - } else { - z.EncFallback(yy3124) - } - } - } - if yyr3118 || yy2arr3118 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3118[3] { - yy3127 := &x.LastTransitionTime + if yyq3123[2] { + yy3127 := &x.LastHeartbeatTime yym3128 := z.EncBinary() _ = yym3128 if false { @@ -40078,11 +40096,11 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3118[3] { + if yyq3123[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + r.EncodeString(codecSelferC_UTF81234, string("lastHeartbeatTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3129 := &x.LastTransitionTime + yy3129 := &x.LastHeartbeatTime yym3130 := z.EncBinary() _ = yym3130 if false { @@ -40096,36 +40114,73 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3118[4] { - yym3132 := z.EncBinary() - _ = yym3132 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3118[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("reason")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) + if yyq3123[3] { + yy3132 := &x.LastTransitionTime yym3133 := z.EncBinary() _ = yym3133 if false { + } else if z.HasExtensions() && z.EncExt(yy3132) { + } else if yym3133 { + z.EncBinaryMarshal(yy3132) + } else if !yym3133 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3132) + } else { + z.EncFallback(yy3132) + } + } else { + r.EncodeNil() + } + } else { + if yyq3123[3] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTransitionTime")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3134 := &x.LastTransitionTime + yym3135 := z.EncBinary() + _ = yym3135 + if false { + } else if z.HasExtensions() && z.EncExt(yy3134) { + } else if yym3135 { + z.EncBinaryMarshal(yy3134) + } else if !yym3135 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3134) + } else { + z.EncFallback(yy3134) + } + } + } + if yyr3123 || yy2arr3123 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3123[4] { + yym3137 := z.EncBinary() + _ = yym3137 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3123[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("reason")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3138 := z.EncBinary() + _ = yym3138 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3118[5] { - yym3135 := z.EncBinary() - _ = yym3135 + if yyq3123[5] { + yym3140 := z.EncBinary() + _ = yym3140 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -40134,19 +40189,19 @@ func (x *NodeCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3118[5] { + if yyq3123[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3136 := z.EncBinary() - _ = yym3136 + yym3141 := z.EncBinary() + _ = yym3141 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3118 || yy2arr3118 { + if yyr3123 || yy2arr3123 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40159,25 +40214,25 @@ func (x *NodeCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3137 := z.DecBinary() - _ = yym3137 + yym3142 := z.DecBinary() + _ = yym3142 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3138 := r.ContainerType() - if yyct3138 == codecSelferValueTypeMap1234 { - yyl3138 := r.ReadMapStart() - if yyl3138 == 0 { + yyct3143 := r.ContainerType() + if yyct3143 == codecSelferValueTypeMap1234 { + yyl3143 := r.ReadMapStart() + if yyl3143 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3138, d) + x.codecDecodeSelfFromMap(yyl3143, d) } - } else if yyct3138 == codecSelferValueTypeArray1234 { - yyl3138 := r.ReadArrayStart() - if yyl3138 == 0 { + } else if yyct3143 == codecSelferValueTypeArray1234 { + yyl3143 := r.ReadArrayStart() + if yyl3143 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3138, d) + x.codecDecodeSelfFromArray(yyl3143, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40189,12 +40244,12 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3139Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3139Slc - var yyhl3139 bool = l >= 0 - for yyj3139 := 0; ; yyj3139++ { - if yyhl3139 { - if yyj3139 >= l { + var yys3144Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3144Slc + var yyhl3144 bool = l >= 0 + for yyj3144 := 0; ; yyj3144++ { + if yyhl3144 { + if yyj3144 >= l { break } } else { @@ -40203,10 +40258,10 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3139Slc = r.DecodeBytes(yys3139Slc, true, true) - yys3139 := string(yys3139Slc) + yys3144Slc = r.DecodeBytes(yys3144Slc, true, true) + yys3144 := string(yys3144Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3139 { + switch yys3144 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40223,34 +40278,34 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3142 := &x.LastHeartbeatTime - yym3143 := z.DecBinary() - _ = yym3143 + yyv3147 := &x.LastHeartbeatTime + yym3148 := z.DecBinary() + _ = yym3148 if false { - } else if z.HasExtensions() && z.DecExt(yyv3142) { - } else if yym3143 { - z.DecBinaryUnmarshal(yyv3142) - } else if !yym3143 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3142) + } else if z.HasExtensions() && z.DecExt(yyv3147) { + } else if yym3148 { + z.DecBinaryUnmarshal(yyv3147) + } else if !yym3148 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3147) } else { - z.DecFallback(yyv3142, false) + z.DecFallback(yyv3147, false) } } case "lastTransitionTime": if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3144 := &x.LastTransitionTime - yym3145 := z.DecBinary() - _ = yym3145 + yyv3149 := &x.LastTransitionTime + yym3150 := z.DecBinary() + _ = yym3150 if false { - } else if z.HasExtensions() && z.DecExt(yyv3144) { - } else if yym3145 { - z.DecBinaryUnmarshal(yyv3144) - } else if !yym3145 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3144) + } else if z.HasExtensions() && z.DecExt(yyv3149) { + } else if yym3150 { + z.DecBinaryUnmarshal(yyv3149) + } else if !yym3150 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3149) } else { - z.DecFallback(yyv3144, false) + z.DecFallback(yyv3149, false) } } case "reason": @@ -40266,9 +40321,9 @@ func (x *NodeCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3139) - } // end switch yys3139 - } // end for yyj3139 + z.DecStructFieldNotFound(-1, yys3144) + } // end switch yys3144 + } // end for yyj3144 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40276,16 +40331,16 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3148 int - var yyb3148 bool - var yyhl3148 bool = l >= 0 - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + var yyj3153 int + var yyb3153 bool + var yyhl3153 bool = l >= 0 + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40295,13 +40350,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeConditionType(r.DecodeString()) } - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40311,13 +40366,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40325,26 +40380,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastHeartbeatTime = pkg2_unversioned.Time{} } else { - yyv3151 := &x.LastHeartbeatTime - yym3152 := z.DecBinary() - _ = yym3152 + yyv3156 := &x.LastHeartbeatTime + yym3157 := z.DecBinary() + _ = yym3157 if false { - } else if z.HasExtensions() && z.DecExt(yyv3151) { - } else if yym3152 { - z.DecBinaryUnmarshal(yyv3151) - } else if !yym3152 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3151) + } else if z.HasExtensions() && z.DecExt(yyv3156) { + } else if yym3157 { + z.DecBinaryUnmarshal(yyv3156) + } else if !yym3157 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3156) } else { - z.DecFallback(yyv3151, false) + z.DecFallback(yyv3156, false) } } - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40352,26 +40407,26 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTransitionTime = pkg2_unversioned.Time{} } else { - yyv3153 := &x.LastTransitionTime - yym3154 := z.DecBinary() - _ = yym3154 + yyv3158 := &x.LastTransitionTime + yym3159 := z.DecBinary() + _ = yym3159 if false { - } else if z.HasExtensions() && z.DecExt(yyv3153) { - } else if yym3154 { - z.DecBinaryUnmarshal(yyv3153) - } else if !yym3154 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3153) + } else if z.HasExtensions() && z.DecExt(yyv3158) { + } else if yym3159 { + z.DecBinaryUnmarshal(yyv3158) + } else if !yym3159 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3158) } else { - z.DecFallback(yyv3153, false) + z.DecFallback(yyv3158, false) } } - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40381,13 +40436,13 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40398,17 +40453,17 @@ func (x *NodeCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Message = string(r.DecodeString()) } for { - yyj3148++ - if yyhl3148 { - yyb3148 = yyj3148 > l + yyj3153++ + if yyhl3153 { + yyb3153 = yyj3153 > l } else { - yyb3148 = r.CheckBreak() + yyb3153 = r.CheckBreak() } - if yyb3148 { + if yyb3153 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3148-1, "") + z.DecStructFieldNotFound(yyj3153-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40417,8 +40472,8 @@ func (x NodeAddressType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3157 := z.EncBinary() - _ = yym3157 + yym3162 := z.EncBinary() + _ = yym3162 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40430,8 +40485,8 @@ func (x *NodeAddressType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3158 := z.DecBinary() - _ = yym3158 + yym3163 := z.DecBinary() + _ = yym3163 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40446,30 +40501,30 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3159 := z.EncBinary() - _ = yym3159 + yym3164 := z.EncBinary() + _ = yym3164 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3160 := !z.EncBinary() - yy2arr3160 := z.EncBasicHandle().StructToArray - var yyq3160 [2]bool - _, _, _ = yysep3160, yyq3160, yy2arr3160 - const yyr3160 bool = false - var yynn3160 int - if yyr3160 || yy2arr3160 { + yysep3165 := !z.EncBinary() + yy2arr3165 := z.EncBasicHandle().StructToArray + var yyq3165 [2]bool + _, _, _ = yysep3165, yyq3165, yy2arr3165 + const yyr3165 bool = false + var yynn3165 int + if yyr3165 || yy2arr3165 { r.EncodeArrayStart(2) } else { - yynn3160 = 2 - for _, b := range yyq3160 { + yynn3165 = 2 + for _, b := range yyq3165 { if b { - yynn3160++ + yynn3165++ } } - r.EncodeMapStart(yynn3160) - yynn3160 = 0 + r.EncodeMapStart(yynn3165) + yynn3165 = 0 } - if yyr3160 || yy2arr3160 { + if yyr3165 || yy2arr3165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -40478,10 +40533,10 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr3160 || yy2arr3160 { + if yyr3165 || yy2arr3165 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3163 := z.EncBinary() - _ = yym3163 + yym3168 := z.EncBinary() + _ = yym3168 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) @@ -40490,14 +40545,14 @@ func (x *NodeAddress) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("address")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3164 := z.EncBinary() - _ = yym3164 + yym3169 := z.EncBinary() + _ = yym3169 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Address)) } } - if yyr3160 || yy2arr3160 { + if yyr3165 || yy2arr3165 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40510,25 +40565,25 @@ func (x *NodeAddress) 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) @@ -40540,12 +40595,12 @@ func (x *NodeAddress) 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 { @@ -40554,10 +40609,10 @@ func (x *NodeAddress) 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 "type": if r.TryDecodeAsNil() { x.Type = "" @@ -40571,9 +40626,9 @@ func (x *NodeAddress) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } 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) } @@ -40581,16 +40636,16 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3170 int - var yyb3170 bool - var yyhl3170 bool = l >= 0 - yyj3170++ - if yyhl3170 { - yyb3170 = yyj3170 > l + var yyj3175 int + var yyb3175 bool + var yyhl3175 bool = l >= 0 + yyj3175++ + if yyhl3175 { + yyb3175 = yyj3175 > l } else { - yyb3170 = r.CheckBreak() + yyb3175 = r.CheckBreak() } - if yyb3170 { + if yyb3175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40600,13 +40655,13 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = NodeAddressType(r.DecodeString()) } - yyj3170++ - if yyhl3170 { - yyb3170 = yyj3170 > l + yyj3175++ + if yyhl3175 { + yyb3175 = yyj3175 > l } else { - yyb3170 = r.CheckBreak() + yyb3175 = r.CheckBreak() } - if yyb3170 { + if yyb3175 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40617,17 +40672,17 @@ func (x *NodeAddress) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Address = string(r.DecodeString()) } for { - yyj3170++ - if yyhl3170 { - yyb3170 = yyj3170 > l + yyj3175++ + if yyhl3175 { + yyb3175 = yyj3175 > l } else { - yyb3170 = r.CheckBreak() + yyb3175 = r.CheckBreak() } - if yyb3170 { + if yyb3175 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3170-1, "") + z.DecStructFieldNotFound(yyj3175-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -40636,8 +40691,8 @@ func (x ResourceName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3173 := z.EncBinary() - _ = yym3173 + yym3178 := z.EncBinary() + _ = yym3178 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40649,8 +40704,8 @@ func (x *ResourceName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3174 := z.DecBinary() - _ = yym3174 + yym3179 := z.DecBinary() + _ = yym3179 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40665,8 +40720,8 @@ func (x ResourceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3175 := z.EncBinary() - _ = yym3175 + yym3180 := z.EncBinary() + _ = yym3180 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -40679,8 +40734,8 @@ func (x *ResourceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3176 := z.DecBinary() - _ = yym3176 + yym3181 := z.DecBinary() + _ = yym3181 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -40695,39 +40750,39 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3177 := z.EncBinary() - _ = yym3177 + yym3182 := z.EncBinary() + _ = yym3182 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3178 := !z.EncBinary() - yy2arr3178 := z.EncBasicHandle().StructToArray - var yyq3178 [5]bool - _, _, _ = yysep3178, yyq3178, yy2arr3178 - const yyr3178 bool = false - yyq3178[0] = x.Kind != "" - yyq3178[1] = x.APIVersion != "" - yyq3178[2] = true - yyq3178[3] = true - yyq3178[4] = true - var yynn3178 int - if yyr3178 || yy2arr3178 { + yysep3183 := !z.EncBinary() + yy2arr3183 := z.EncBasicHandle().StructToArray + var yyq3183 [5]bool + _, _, _ = yysep3183, yyq3183, yy2arr3183 + const yyr3183 bool = false + yyq3183[0] = x.Kind != "" + yyq3183[1] = x.APIVersion != "" + yyq3183[2] = true + yyq3183[3] = true + yyq3183[4] = true + var yynn3183 int + if yyr3183 || yy2arr3183 { r.EncodeArrayStart(5) } else { - yynn3178 = 0 - for _, b := range yyq3178 { + yynn3183 = 0 + for _, b := range yyq3183 { if b { - yynn3178++ + yynn3183++ } } - r.EncodeMapStart(yynn3178) - yynn3178 = 0 + r.EncodeMapStart(yynn3183) + yynn3183 = 0 } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3178[0] { - yym3180 := z.EncBinary() - _ = yym3180 + if yyq3183[0] { + yym3185 := z.EncBinary() + _ = yym3185 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -40736,23 +40791,23 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3178[0] { + if yyq3183[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3181 := z.EncBinary() - _ = yym3181 + yym3186 := z.EncBinary() + _ = yym3186 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3178[1] { - yym3183 := z.EncBinary() - _ = yym3183 + if yyq3183[1] { + yym3188 := z.EncBinary() + _ = yym3188 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -40761,70 +40816,70 @@ func (x *Node) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3178[1] { + if yyq3183[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3184 := z.EncBinary() - _ = yym3184 + yym3189 := z.EncBinary() + _ = yym3189 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3178[2] { - yy3186 := &x.ObjectMeta - yy3186.CodecEncodeSelf(e) + if yyq3183[2] { + yy3191 := &x.ObjectMeta + yy3191.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3178[2] { + if yyq3183[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3187 := &x.ObjectMeta - yy3187.CodecEncodeSelf(e) + yy3192 := &x.ObjectMeta + yy3192.CodecEncodeSelf(e) } } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3178[3] { - yy3189 := &x.Spec - yy3189.CodecEncodeSelf(e) + if yyq3183[3] { + yy3194 := &x.Spec + yy3194.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3178[3] { + if yyq3183[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3190 := &x.Spec - yy3190.CodecEncodeSelf(e) + yy3195 := &x.Spec + yy3195.CodecEncodeSelf(e) } } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3178[4] { - yy3192 := &x.Status - yy3192.CodecEncodeSelf(e) + if yyq3183[4] { + yy3197 := &x.Status + yy3197.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3178[4] { + if yyq3183[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3193 := &x.Status - yy3193.CodecEncodeSelf(e) + yy3198 := &x.Status + yy3198.CodecEncodeSelf(e) } } - if yyr3178 || yy2arr3178 { + if yyr3183 || yy2arr3183 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -40837,25 +40892,25 @@ func (x *Node) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3194 := z.DecBinary() - _ = yym3194 + yym3199 := z.DecBinary() + _ = yym3199 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3195 := r.ContainerType() - if yyct3195 == codecSelferValueTypeMap1234 { - yyl3195 := r.ReadMapStart() - if yyl3195 == 0 { + yyct3200 := r.ContainerType() + if yyct3200 == codecSelferValueTypeMap1234 { + yyl3200 := r.ReadMapStart() + if yyl3200 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3195, d) + x.codecDecodeSelfFromMap(yyl3200, d) } - } else if yyct3195 == codecSelferValueTypeArray1234 { - yyl3195 := r.ReadArrayStart() - if yyl3195 == 0 { + } else if yyct3200 == codecSelferValueTypeArray1234 { + yyl3200 := r.ReadArrayStart() + if yyl3200 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3195, d) + x.codecDecodeSelfFromArray(yyl3200, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -40867,12 +40922,12 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3196Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3196Slc - var yyhl3196 bool = l >= 0 - for yyj3196 := 0; ; yyj3196++ { - if yyhl3196 { - if yyj3196 >= l { + var yys3201Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3201Slc + var yyhl3201 bool = l >= 0 + for yyj3201 := 0; ; yyj3201++ { + if yyhl3201 { + if yyj3201 >= l { break } } else { @@ -40881,10 +40936,10 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3196Slc = r.DecodeBytes(yys3196Slc, true, true) - yys3196 := string(yys3196Slc) + yys3201Slc = r.DecodeBytes(yys3201Slc, true, true) + yys3201 := string(yys3201Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3196 { + switch yys3201 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -40901,27 +40956,27 @@ func (x *Node) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3199 := &x.ObjectMeta - yyv3199.CodecDecodeSelf(d) + yyv3204 := &x.ObjectMeta + yyv3204.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3200 := &x.Spec - yyv3200.CodecDecodeSelf(d) + yyv3205 := &x.Spec + yyv3205.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3201 := &x.Status - yyv3201.CodecDecodeSelf(d) + yyv3206 := &x.Status + yyv3206.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3196) - } // end switch yys3196 - } // end for yyj3196 + z.DecStructFieldNotFound(-1, yys3201) + } // end switch yys3201 + } // end for yyj3201 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -40929,16 +40984,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3202 int - var yyb3202 bool - var yyhl3202 bool = l >= 0 - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + var yyj3207 int + var yyb3207 bool + var yyhl3207 bool = l >= 0 + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40948,13 +41003,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40964,13 +41019,13 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40978,16 +41033,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3205 := &x.ObjectMeta - yyv3205.CodecDecodeSelf(d) + yyv3210 := &x.ObjectMeta + yyv3210.CodecDecodeSelf(d) } - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -40995,16 +41050,16 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NodeSpec{} } else { - yyv3206 := &x.Spec - yyv3206.CodecDecodeSelf(d) + yyv3211 := &x.Spec + yyv3211.CodecDecodeSelf(d) } - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41012,21 +41067,21 @@ func (x *Node) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NodeStatus{} } else { - yyv3207 := &x.Status - yyv3207.CodecDecodeSelf(d) + yyv3212 := &x.Status + yyv3212.CodecDecodeSelf(d) } for { - yyj3202++ - if yyhl3202 { - yyb3202 = yyj3202 > l + yyj3207++ + if yyhl3207 { + yyb3207 = yyj3207 > l } else { - yyb3202 = r.CheckBreak() + yyb3207 = r.CheckBreak() } - if yyb3202 { + if yyb3207 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3202-1, "") + z.DecStructFieldNotFound(yyj3207-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41038,37 +41093,37 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3208 := z.EncBinary() - _ = yym3208 + yym3213 := z.EncBinary() + _ = yym3213 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3209 := !z.EncBinary() - yy2arr3209 := z.EncBasicHandle().StructToArray - var yyq3209 [4]bool - _, _, _ = yysep3209, yyq3209, yy2arr3209 - const yyr3209 bool = false - yyq3209[0] = x.Kind != "" - yyq3209[1] = x.APIVersion != "" - yyq3209[2] = true - var yynn3209 int - if yyr3209 || yy2arr3209 { + yysep3214 := !z.EncBinary() + yy2arr3214 := z.EncBasicHandle().StructToArray + var yyq3214 [4]bool + _, _, _ = yysep3214, yyq3214, yy2arr3214 + const yyr3214 bool = false + yyq3214[0] = x.Kind != "" + yyq3214[1] = x.APIVersion != "" + yyq3214[2] = true + var yynn3214 int + if yyr3214 || yy2arr3214 { r.EncodeArrayStart(4) } else { - yynn3209 = 1 - for _, b := range yyq3209 { + yynn3214 = 1 + for _, b := range yyq3214 { if b { - yynn3209++ + yynn3214++ } } - r.EncodeMapStart(yynn3209) - yynn3209 = 0 + r.EncodeMapStart(yynn3214) + yynn3214 = 0 } - if yyr3209 || yy2arr3209 { + if yyr3214 || yy2arr3214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3209[0] { - yym3211 := z.EncBinary() - _ = yym3211 + if yyq3214[0] { + yym3216 := z.EncBinary() + _ = yym3216 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41077,23 +41132,23 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3209[0] { + if yyq3214[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3212 := z.EncBinary() - _ = yym3212 + yym3217 := z.EncBinary() + _ = yym3217 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3209 || yy2arr3209 { + if yyr3214 || yy2arr3214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3209[1] { - yym3214 := z.EncBinary() - _ = yym3214 + if yyq3214[1] { + yym3219 := z.EncBinary() + _ = yym3219 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41102,54 +41157,54 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3209[1] { + if yyq3214[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3215 := z.EncBinary() - _ = yym3215 + yym3220 := z.EncBinary() + _ = yym3220 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3209 || yy2arr3209 { + if yyr3214 || yy2arr3214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3209[2] { - yy3217 := &x.ListMeta - yym3218 := z.EncBinary() - _ = yym3218 + if yyq3214[2] { + yy3222 := &x.ListMeta + yym3223 := z.EncBinary() + _ = yym3223 if false { - } else if z.HasExtensions() && z.EncExt(yy3217) { + } else if z.HasExtensions() && z.EncExt(yy3222) { } else { - z.EncFallback(yy3217) + z.EncFallback(yy3222) } } else { r.EncodeNil() } } else { - if yyq3209[2] { + if yyq3214[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3219 := &x.ListMeta - yym3220 := z.EncBinary() - _ = yym3220 + yy3224 := &x.ListMeta + yym3225 := z.EncBinary() + _ = yym3225 if false { - } else if z.HasExtensions() && z.EncExt(yy3219) { + } else if z.HasExtensions() && z.EncExt(yy3224) { } else { - z.EncFallback(yy3219) + z.EncFallback(yy3224) } } } - if yyr3209 || yy2arr3209 { + if yyr3214 || yy2arr3214 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3222 := z.EncBinary() - _ = yym3222 + yym3227 := z.EncBinary() + _ = yym3227 if false { } else { h.encSliceNode(([]Node)(x.Items), e) @@ -41162,15 +41217,15 @@ func (x *NodeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3223 := z.EncBinary() - _ = yym3223 + yym3228 := z.EncBinary() + _ = yym3228 if false { } else { h.encSliceNode(([]Node)(x.Items), e) } } } - if yyr3209 || yy2arr3209 { + if yyr3214 || yy2arr3214 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41183,25 +41238,25 @@ func (x *NodeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3224 := z.DecBinary() - _ = yym3224 + yym3229 := z.DecBinary() + _ = yym3229 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3225 := r.ContainerType() - if yyct3225 == codecSelferValueTypeMap1234 { - yyl3225 := r.ReadMapStart() - if yyl3225 == 0 { + yyct3230 := r.ContainerType() + if yyct3230 == codecSelferValueTypeMap1234 { + yyl3230 := r.ReadMapStart() + if yyl3230 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3225, d) + x.codecDecodeSelfFromMap(yyl3230, d) } - } else if yyct3225 == codecSelferValueTypeArray1234 { - yyl3225 := r.ReadArrayStart() - if yyl3225 == 0 { + } else if yyct3230 == codecSelferValueTypeArray1234 { + yyl3230 := r.ReadArrayStart() + if yyl3230 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3225, d) + x.codecDecodeSelfFromArray(yyl3230, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41213,12 +41268,12 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3226Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3226Slc - var yyhl3226 bool = l >= 0 - for yyj3226 := 0; ; yyj3226++ { - if yyhl3226 { - if yyj3226 >= l { + var yys3231Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3231Slc + var yyhl3231 bool = l >= 0 + for yyj3231 := 0; ; yyj3231++ { + if yyhl3231 { + if yyj3231 >= l { break } } else { @@ -41227,10 +41282,10 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3226Slc = r.DecodeBytes(yys3226Slc, true, true) - yys3226 := string(yys3226Slc) + yys3231Slc = r.DecodeBytes(yys3231Slc, true, true) + yys3231 := string(yys3231Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3226 { + switch yys3231 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41247,31 +41302,31 @@ func (x *NodeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3229 := &x.ListMeta - yym3230 := z.DecBinary() - _ = yym3230 + yyv3234 := &x.ListMeta + yym3235 := z.DecBinary() + _ = yym3235 if false { - } else if z.HasExtensions() && z.DecExt(yyv3229) { + } else if z.HasExtensions() && z.DecExt(yyv3234) { } else { - z.DecFallback(yyv3229, false) + z.DecFallback(yyv3234, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3231 := &x.Items - yym3232 := z.DecBinary() - _ = yym3232 + yyv3236 := &x.Items + yym3237 := z.DecBinary() + _ = yym3237 if false { } else { - h.decSliceNode((*[]Node)(yyv3231), d) + h.decSliceNode((*[]Node)(yyv3236), d) } } default: - z.DecStructFieldNotFound(-1, yys3226) - } // end switch yys3226 - } // end for yyj3226 + z.DecStructFieldNotFound(-1, yys3231) + } // end switch yys3231 + } // end for yyj3231 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41279,16 +41334,16 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3233 int - var yyb3233 bool - var yyhl3233 bool = l >= 0 - yyj3233++ - if yyhl3233 { - yyb3233 = yyj3233 > l + var yyj3238 int + var yyb3238 bool + var yyhl3238 bool = l >= 0 + yyj3238++ + if yyhl3238 { + yyb3238 = yyj3238 > l } else { - yyb3233 = r.CheckBreak() + yyb3238 = r.CheckBreak() } - if yyb3233 { + if yyb3238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41298,13 +41353,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3233++ - if yyhl3233 { - yyb3233 = yyj3233 > l + yyj3238++ + if yyhl3238 { + yyb3238 = yyj3238 > l } else { - yyb3233 = r.CheckBreak() + yyb3238 = r.CheckBreak() } - if yyb3233 { + if yyb3238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41314,13 +41369,13 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3233++ - if yyhl3233 { - yyb3233 = yyj3233 > l + yyj3238++ + if yyhl3238 { + yyb3238 = yyj3238 > l } else { - yyb3233 = r.CheckBreak() + yyb3238 = r.CheckBreak() } - if yyb3233 { + if yyb3238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41328,22 +41383,22 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3236 := &x.ListMeta - yym3237 := z.DecBinary() - _ = yym3237 + yyv3241 := &x.ListMeta + yym3242 := z.DecBinary() + _ = yym3242 if false { - } else if z.HasExtensions() && z.DecExt(yyv3236) { + } else if z.HasExtensions() && z.DecExt(yyv3241) { } else { - z.DecFallback(yyv3236, false) + z.DecFallback(yyv3241, false) } } - yyj3233++ - if yyhl3233 { - yyb3233 = yyj3233 > l + yyj3238++ + if yyhl3238 { + yyb3238 = yyj3238 > l } else { - yyb3233 = r.CheckBreak() + yyb3238 = r.CheckBreak() } - if yyb3233 { + if yyb3238 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41351,26 +41406,26 @@ func (x *NodeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3238 := &x.Items - yym3239 := z.DecBinary() - _ = yym3239 + yyv3243 := &x.Items + yym3244 := z.DecBinary() + _ = yym3244 if false { } else { - h.decSliceNode((*[]Node)(yyv3238), d) + h.decSliceNode((*[]Node)(yyv3243), d) } } for { - yyj3233++ - if yyhl3233 { - yyb3233 = yyj3233 > l + yyj3238++ + if yyhl3238 { + yyb3238 = yyj3238 > l } else { - yyb3233 = r.CheckBreak() + yyb3238 = r.CheckBreak() } - if yyb3233 { + if yyb3238 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3233-1, "") + z.DecStructFieldNotFound(yyj3238-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41379,8 +41434,8 @@ func (x FinalizerName) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3240 := z.EncBinary() - _ = yym3240 + yym3245 := z.EncBinary() + _ = yym3245 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41392,8 +41447,8 @@ func (x *FinalizerName) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3241 := z.DecBinary() - _ = yym3241 + yym3246 := z.DecBinary() + _ = yym3246 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41408,38 +41463,38 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3242 := z.EncBinary() - _ = yym3242 + yym3247 := z.EncBinary() + _ = yym3247 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3243 := !z.EncBinary() - yy2arr3243 := z.EncBasicHandle().StructToArray - var yyq3243 [1]bool - _, _, _ = yysep3243, yyq3243, yy2arr3243 - const yyr3243 bool = false - yyq3243[0] = len(x.Finalizers) != 0 - var yynn3243 int - if yyr3243 || yy2arr3243 { + yysep3248 := !z.EncBinary() + yy2arr3248 := z.EncBasicHandle().StructToArray + var yyq3248 [1]bool + _, _, _ = yysep3248, yyq3248, yy2arr3248 + const yyr3248 bool = false + yyq3248[0] = len(x.Finalizers) != 0 + var yynn3248 int + if yyr3248 || yy2arr3248 { r.EncodeArrayStart(1) } else { - yynn3243 = 0 - for _, b := range yyq3243 { + yynn3248 = 0 + for _, b := range yyq3248 { if b { - yynn3243++ + yynn3248++ } } - r.EncodeMapStart(yynn3243) - yynn3243 = 0 + r.EncodeMapStart(yynn3248) + yynn3248 = 0 } - if yyr3243 || yy2arr3243 { + if yyr3248 || yy2arr3248 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3243[0] { + if yyq3248[0] { if x.Finalizers == nil { r.EncodeNil() } else { - yym3245 := z.EncBinary() - _ = yym3245 + yym3250 := z.EncBinary() + _ = yym3250 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -41449,15 +41504,15 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3243[0] { + if yyq3248[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("finalizers")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Finalizers == nil { r.EncodeNil() } else { - yym3246 := z.EncBinary() - _ = yym3246 + yym3251 := z.EncBinary() + _ = yym3251 if false { } else { h.encSliceFinalizerName(([]FinalizerName)(x.Finalizers), e) @@ -41465,7 +41520,7 @@ func (x *NamespaceSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3243 || yy2arr3243 { + if yyr3248 || yy2arr3248 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41478,25 +41533,25 @@ func (x *NamespaceSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3247 := z.DecBinary() - _ = yym3247 + yym3252 := z.DecBinary() + _ = yym3252 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3248 := r.ContainerType() - if yyct3248 == codecSelferValueTypeMap1234 { - yyl3248 := r.ReadMapStart() - if yyl3248 == 0 { + yyct3253 := r.ContainerType() + if yyct3253 == codecSelferValueTypeMap1234 { + yyl3253 := r.ReadMapStart() + if yyl3253 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3248, d) + x.codecDecodeSelfFromMap(yyl3253, d) } - } else if yyct3248 == codecSelferValueTypeArray1234 { - yyl3248 := r.ReadArrayStart() - if yyl3248 == 0 { + } else if yyct3253 == codecSelferValueTypeArray1234 { + yyl3253 := r.ReadArrayStart() + if yyl3253 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3248, d) + x.codecDecodeSelfFromArray(yyl3253, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41508,12 +41563,12 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3249Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3249Slc - var yyhl3249 bool = l >= 0 - for yyj3249 := 0; ; yyj3249++ { - if yyhl3249 { - if yyj3249 >= l { + var yys3254Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3254Slc + var yyhl3254 bool = l >= 0 + for yyj3254 := 0; ; yyj3254++ { + if yyhl3254 { + if yyj3254 >= l { break } } else { @@ -41522,26 +41577,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3249Slc = r.DecodeBytes(yys3249Slc, true, true) - yys3249 := string(yys3249Slc) + yys3254Slc = r.DecodeBytes(yys3254Slc, true, true) + yys3254 := string(yys3254Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3249 { + switch yys3254 { case "finalizers": if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3250 := &x.Finalizers - yym3251 := z.DecBinary() - _ = yym3251 + yyv3255 := &x.Finalizers + yym3256 := z.DecBinary() + _ = yym3256 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3250), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3255), d) } } default: - z.DecStructFieldNotFound(-1, yys3249) - } // end switch yys3249 - } // end for yyj3249 + z.DecStructFieldNotFound(-1, yys3254) + } // end switch yys3254 + } // end for yyj3254 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41549,16 +41604,16 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3252 int - var yyb3252 bool - var yyhl3252 bool = l >= 0 - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + var yyj3257 int + var yyb3257 bool + var yyhl3257 bool = l >= 0 + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3252 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3252 { + if yyb3257 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41566,26 +41621,26 @@ func (x *NamespaceSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Finalizers = nil } else { - yyv3253 := &x.Finalizers - yym3254 := z.DecBinary() - _ = yym3254 + yyv3258 := &x.Finalizers + yym3259 := z.DecBinary() + _ = yym3259 if false { } else { - h.decSliceFinalizerName((*[]FinalizerName)(yyv3253), d) + h.decSliceFinalizerName((*[]FinalizerName)(yyv3258), d) } } for { - yyj3252++ - if yyhl3252 { - yyb3252 = yyj3252 > l + yyj3257++ + if yyhl3257 { + yyb3257 = yyj3257 > l } else { - yyb3252 = r.CheckBreak() + yyb3257 = r.CheckBreak() } - if yyb3252 { + if yyb3257 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3252-1, "") + z.DecStructFieldNotFound(yyj3257-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41597,46 +41652,46 @@ func (x *NamespaceStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3255 := z.EncBinary() - _ = yym3255 + yym3260 := z.EncBinary() + _ = yym3260 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3256 := !z.EncBinary() - yy2arr3256 := z.EncBasicHandle().StructToArray - var yyq3256 [1]bool - _, _, _ = yysep3256, yyq3256, yy2arr3256 - const yyr3256 bool = false - yyq3256[0] = x.Phase != "" - var yynn3256 int - if yyr3256 || yy2arr3256 { + yysep3261 := !z.EncBinary() + yy2arr3261 := z.EncBasicHandle().StructToArray + var yyq3261 [1]bool + _, _, _ = yysep3261, yyq3261, yy2arr3261 + const yyr3261 bool = false + yyq3261[0] = x.Phase != "" + var yynn3261 int + if yyr3261 || yy2arr3261 { r.EncodeArrayStart(1) } else { - yynn3256 = 0 - for _, b := range yyq3256 { + yynn3261 = 0 + for _, b := range yyq3261 { if b { - yynn3256++ + yynn3261++ } } - r.EncodeMapStart(yynn3256) - yynn3256 = 0 + r.EncodeMapStart(yynn3261) + yynn3261 = 0 } - if yyr3256 || yy2arr3256 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3256[0] { + if yyq3261[0] { x.Phase.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3256[0] { + if yyq3261[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("phase")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Phase.CodecEncodeSelf(e) } } - if yyr3256 || yy2arr3256 { + if yyr3261 || yy2arr3261 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41649,25 +41704,25 @@ func (x *NamespaceStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3258 := z.DecBinary() - _ = yym3258 + yym3263 := z.DecBinary() + _ = yym3263 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3259 := r.ContainerType() - if yyct3259 == codecSelferValueTypeMap1234 { - yyl3259 := r.ReadMapStart() - if yyl3259 == 0 { + yyct3264 := r.ContainerType() + if yyct3264 == codecSelferValueTypeMap1234 { + yyl3264 := r.ReadMapStart() + if yyl3264 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3259, d) + x.codecDecodeSelfFromMap(yyl3264, d) } - } else if yyct3259 == codecSelferValueTypeArray1234 { - yyl3259 := r.ReadArrayStart() - if yyl3259 == 0 { + } else if yyct3264 == codecSelferValueTypeArray1234 { + yyl3264 := r.ReadArrayStart() + if yyl3264 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3259, d) + x.codecDecodeSelfFromArray(yyl3264, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41679,12 +41734,12 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3260Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3260Slc - var yyhl3260 bool = l >= 0 - for yyj3260 := 0; ; yyj3260++ { - if yyhl3260 { - if yyj3260 >= l { + var yys3265Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3265Slc + var yyhl3265 bool = l >= 0 + for yyj3265 := 0; ; yyj3265++ { + if yyhl3265 { + if yyj3265 >= l { break } } else { @@ -41693,10 +41748,10 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3260Slc = r.DecodeBytes(yys3260Slc, true, true) - yys3260 := string(yys3260Slc) + yys3265Slc = r.DecodeBytes(yys3265Slc, true, true) + yys3265 := string(yys3265Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3260 { + switch yys3265 { case "phase": if r.TryDecodeAsNil() { x.Phase = "" @@ -41704,9 +41759,9 @@ func (x *NamespaceStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Phase = NamespacePhase(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3260) - } // end switch yys3260 - } // end for yyj3260 + z.DecStructFieldNotFound(-1, yys3265) + } // end switch yys3265 + } // end for yyj3265 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -41714,16 +41769,16 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3262 int - var yyb3262 bool - var yyhl3262 bool = l >= 0 - yyj3262++ - if yyhl3262 { - yyb3262 = yyj3262 > l + var yyj3267 int + var yyb3267 bool + var yyhl3267 bool = l >= 0 + yyj3267++ + if yyhl3267 { + yyb3267 = yyj3267 > l } else { - yyb3262 = r.CheckBreak() + yyb3267 = r.CheckBreak() } - if yyb3262 { + if yyb3267 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -41734,17 +41789,17 @@ func (x *NamespaceStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Phase = NamespacePhase(r.DecodeString()) } for { - yyj3262++ - if yyhl3262 { - yyb3262 = yyj3262 > l + yyj3267++ + if yyhl3267 { + yyb3267 = yyj3267 > l } else { - yyb3262 = r.CheckBreak() + yyb3267 = r.CheckBreak() } - if yyb3262 { + if yyb3267 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3262-1, "") + z.DecStructFieldNotFound(yyj3267-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -41753,8 +41808,8 @@ func (x NamespacePhase) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3264 := z.EncBinary() - _ = yym3264 + yym3269 := z.EncBinary() + _ = yym3269 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -41766,8 +41821,8 @@ func (x *NamespacePhase) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3265 := z.DecBinary() - _ = yym3265 + yym3270 := z.DecBinary() + _ = yym3270 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -41782,39 +41837,39 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3266 := z.EncBinary() - _ = yym3266 + yym3271 := z.EncBinary() + _ = yym3271 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3267 := !z.EncBinary() - yy2arr3267 := z.EncBasicHandle().StructToArray - var yyq3267 [5]bool - _, _, _ = yysep3267, yyq3267, yy2arr3267 - const yyr3267 bool = false - yyq3267[0] = x.Kind != "" - yyq3267[1] = x.APIVersion != "" - yyq3267[2] = true - yyq3267[3] = true - yyq3267[4] = true - var yynn3267 int - if yyr3267 || yy2arr3267 { + yysep3272 := !z.EncBinary() + yy2arr3272 := z.EncBasicHandle().StructToArray + var yyq3272 [5]bool + _, _, _ = yysep3272, yyq3272, yy2arr3272 + const yyr3272 bool = false + yyq3272[0] = x.Kind != "" + yyq3272[1] = x.APIVersion != "" + yyq3272[2] = true + yyq3272[3] = true + yyq3272[4] = true + var yynn3272 int + if yyr3272 || yy2arr3272 { r.EncodeArrayStart(5) } else { - yynn3267 = 0 - for _, b := range yyq3267 { + yynn3272 = 0 + for _, b := range yyq3272 { if b { - yynn3267++ + yynn3272++ } } - r.EncodeMapStart(yynn3267) - yynn3267 = 0 + r.EncodeMapStart(yynn3272) + yynn3272 = 0 } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3267[0] { - yym3269 := z.EncBinary() - _ = yym3269 + if yyq3272[0] { + yym3274 := z.EncBinary() + _ = yym3274 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -41823,23 +41878,23 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3267[0] { + if yyq3272[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3270 := z.EncBinary() - _ = yym3270 + yym3275 := z.EncBinary() + _ = yym3275 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3267[1] { - yym3272 := z.EncBinary() - _ = yym3272 + if yyq3272[1] { + yym3277 := z.EncBinary() + _ = yym3277 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -41848,70 +41903,70 @@ func (x *Namespace) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3267[1] { + if yyq3272[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3273 := z.EncBinary() - _ = yym3273 + yym3278 := z.EncBinary() + _ = yym3278 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3267[2] { - yy3275 := &x.ObjectMeta - yy3275.CodecEncodeSelf(e) + if yyq3272[2] { + yy3280 := &x.ObjectMeta + yy3280.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3267[2] { + if yyq3272[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3276 := &x.ObjectMeta - yy3276.CodecEncodeSelf(e) + yy3281 := &x.ObjectMeta + yy3281.CodecEncodeSelf(e) } } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3267[3] { - yy3278 := &x.Spec - yy3278.CodecEncodeSelf(e) + if yyq3272[3] { + yy3283 := &x.Spec + yy3283.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3267[3] { + if yyq3272[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3279 := &x.Spec - yy3279.CodecEncodeSelf(e) + yy3284 := &x.Spec + yy3284.CodecEncodeSelf(e) } } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3267[4] { - yy3281 := &x.Status - yy3281.CodecEncodeSelf(e) + if yyq3272[4] { + yy3286 := &x.Status + yy3286.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3267[4] { + if yyq3272[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3282 := &x.Status - yy3282.CodecEncodeSelf(e) + yy3287 := &x.Status + yy3287.CodecEncodeSelf(e) } } - if yyr3267 || yy2arr3267 { + if yyr3272 || yy2arr3272 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -41924,25 +41979,25 @@ func (x *Namespace) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3283 := z.DecBinary() - _ = yym3283 + yym3288 := z.DecBinary() + _ = yym3288 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3284 := r.ContainerType() - if yyct3284 == codecSelferValueTypeMap1234 { - yyl3284 := r.ReadMapStart() - if yyl3284 == 0 { + yyct3289 := r.ContainerType() + if yyct3289 == codecSelferValueTypeMap1234 { + yyl3289 := r.ReadMapStart() + if yyl3289 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3284, d) + x.codecDecodeSelfFromMap(yyl3289, d) } - } else if yyct3284 == codecSelferValueTypeArray1234 { - yyl3284 := r.ReadArrayStart() - if yyl3284 == 0 { + } else if yyct3289 == codecSelferValueTypeArray1234 { + yyl3289 := r.ReadArrayStart() + if yyl3289 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3284, d) + x.codecDecodeSelfFromArray(yyl3289, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -41954,12 +42009,12 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3285Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3285Slc - var yyhl3285 bool = l >= 0 - for yyj3285 := 0; ; yyj3285++ { - if yyhl3285 { - if yyj3285 >= l { + var yys3290Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3290Slc + var yyhl3290 bool = l >= 0 + for yyj3290 := 0; ; yyj3290++ { + if yyhl3290 { + if yyj3290 >= l { break } } else { @@ -41968,10 +42023,10 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3285Slc = r.DecodeBytes(yys3285Slc, true, true) - yys3285 := string(yys3285Slc) + yys3290Slc = r.DecodeBytes(yys3290Slc, true, true) + yys3290 := string(yys3290Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3285 { + switch yys3290 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -41988,27 +42043,27 @@ func (x *Namespace) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3288 := &x.ObjectMeta - yyv3288.CodecDecodeSelf(d) + yyv3293 := &x.ObjectMeta + yyv3293.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3289 := &x.Spec - yyv3289.CodecDecodeSelf(d) + yyv3294 := &x.Spec + yyv3294.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3290 := &x.Status - yyv3290.CodecDecodeSelf(d) + yyv3295 := &x.Status + yyv3295.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3285) - } // end switch yys3285 - } // end for yyj3285 + z.DecStructFieldNotFound(-1, yys3290) + } // end switch yys3290 + } // end for yyj3290 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42016,16 +42071,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3291 int - var yyb3291 bool - var yyhl3291 bool = l >= 0 - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + var yyj3296 int + var yyb3296 bool + var yyhl3296 bool = l >= 0 + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42035,13 +42090,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42051,13 +42106,13 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42065,16 +42120,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3294 := &x.ObjectMeta - yyv3294.CodecDecodeSelf(d) + yyv3299 := &x.ObjectMeta + yyv3299.CodecDecodeSelf(d) } - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42082,16 +42137,16 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = NamespaceSpec{} } else { - yyv3295 := &x.Spec - yyv3295.CodecDecodeSelf(d) + yyv3300 := &x.Spec + yyv3300.CodecDecodeSelf(d) } - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42099,21 +42154,21 @@ func (x *Namespace) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = NamespaceStatus{} } else { - yyv3296 := &x.Status - yyv3296.CodecDecodeSelf(d) + yyv3301 := &x.Status + yyv3301.CodecDecodeSelf(d) } for { - yyj3291++ - if yyhl3291 { - yyb3291 = yyj3291 > l + yyj3296++ + if yyhl3296 { + yyb3296 = yyj3296 > l } else { - yyb3291 = r.CheckBreak() + yyb3296 = r.CheckBreak() } - if yyb3291 { + if yyb3296 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3291-1, "") + z.DecStructFieldNotFound(yyj3296-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42125,37 +42180,37 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3297 := z.EncBinary() - _ = yym3297 + yym3302 := z.EncBinary() + _ = yym3302 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3298 := !z.EncBinary() - yy2arr3298 := z.EncBasicHandle().StructToArray - var yyq3298 [4]bool - _, _, _ = yysep3298, yyq3298, yy2arr3298 - const yyr3298 bool = false - yyq3298[0] = x.Kind != "" - yyq3298[1] = x.APIVersion != "" - yyq3298[2] = true - var yynn3298 int - if yyr3298 || yy2arr3298 { + yysep3303 := !z.EncBinary() + yy2arr3303 := z.EncBasicHandle().StructToArray + var yyq3303 [4]bool + _, _, _ = yysep3303, yyq3303, yy2arr3303 + const yyr3303 bool = false + yyq3303[0] = x.Kind != "" + yyq3303[1] = x.APIVersion != "" + yyq3303[2] = true + var yynn3303 int + if yyr3303 || yy2arr3303 { r.EncodeArrayStart(4) } else { - yynn3298 = 1 - for _, b := range yyq3298 { + yynn3303 = 1 + for _, b := range yyq3303 { if b { - yynn3298++ + yynn3303++ } } - r.EncodeMapStart(yynn3298) - yynn3298 = 0 + r.EncodeMapStart(yynn3303) + yynn3303 = 0 } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3298[0] { - yym3300 := z.EncBinary() - _ = yym3300 + if yyq3303[0] { + yym3305 := z.EncBinary() + _ = yym3305 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42164,23 +42219,23 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3298[0] { + if yyq3303[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3301 := z.EncBinary() - _ = yym3301 + yym3306 := z.EncBinary() + _ = yym3306 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3298[1] { - yym3303 := z.EncBinary() - _ = yym3303 + if yyq3303[1] { + yym3308 := z.EncBinary() + _ = yym3308 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42189,54 +42244,54 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3298[1] { + if yyq3303[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3304 := z.EncBinary() - _ = yym3304 + yym3309 := z.EncBinary() + _ = yym3309 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3298[2] { - yy3306 := &x.ListMeta - yym3307 := z.EncBinary() - _ = yym3307 + if yyq3303[2] { + yy3311 := &x.ListMeta + yym3312 := z.EncBinary() + _ = yym3312 if false { - } else if z.HasExtensions() && z.EncExt(yy3306) { + } else if z.HasExtensions() && z.EncExt(yy3311) { } else { - z.EncFallback(yy3306) + z.EncFallback(yy3311) } } else { r.EncodeNil() } } else { - if yyq3298[2] { + if yyq3303[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3308 := &x.ListMeta - yym3309 := z.EncBinary() - _ = yym3309 + yy3313 := &x.ListMeta + yym3314 := z.EncBinary() + _ = yym3314 if false { - } else if z.HasExtensions() && z.EncExt(yy3308) { + } else if z.HasExtensions() && z.EncExt(yy3313) { } else { - z.EncFallback(yy3308) + z.EncFallback(yy3313) } } } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3311 := z.EncBinary() - _ = yym3311 + yym3316 := z.EncBinary() + _ = yym3316 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) @@ -42249,15 +42304,15 @@ func (x *NamespaceList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3312 := z.EncBinary() - _ = yym3312 + yym3317 := z.EncBinary() + _ = yym3317 if false { } else { h.encSliceNamespace(([]Namespace)(x.Items), e) } } } - if yyr3298 || yy2arr3298 { + if yyr3303 || yy2arr3303 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42270,25 +42325,25 @@ func (x *NamespaceList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3313 := z.DecBinary() - _ = yym3313 + yym3318 := z.DecBinary() + _ = yym3318 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3314 := r.ContainerType() - if yyct3314 == codecSelferValueTypeMap1234 { - yyl3314 := r.ReadMapStart() - if yyl3314 == 0 { + yyct3319 := r.ContainerType() + if yyct3319 == codecSelferValueTypeMap1234 { + yyl3319 := r.ReadMapStart() + if yyl3319 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3314, d) + x.codecDecodeSelfFromMap(yyl3319, d) } - } else if yyct3314 == codecSelferValueTypeArray1234 { - yyl3314 := r.ReadArrayStart() - if yyl3314 == 0 { + } else if yyct3319 == codecSelferValueTypeArray1234 { + yyl3319 := r.ReadArrayStart() + if yyl3319 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3314, d) + x.codecDecodeSelfFromArray(yyl3319, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42300,12 +42355,12 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3315Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3315Slc - var yyhl3315 bool = l >= 0 - for yyj3315 := 0; ; yyj3315++ { - if yyhl3315 { - if yyj3315 >= l { + var yys3320Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3320Slc + var yyhl3320 bool = l >= 0 + for yyj3320 := 0; ; yyj3320++ { + if yyhl3320 { + if yyj3320 >= l { break } } else { @@ -42314,10 +42369,10 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3315Slc = r.DecodeBytes(yys3315Slc, true, true) - yys3315 := string(yys3315Slc) + yys3320Slc = r.DecodeBytes(yys3320Slc, true, true) + yys3320 := string(yys3320Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3315 { + switch yys3320 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42334,31 +42389,31 @@ func (x *NamespaceList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3318 := &x.ListMeta - yym3319 := z.DecBinary() - _ = yym3319 + yyv3323 := &x.ListMeta + yym3324 := z.DecBinary() + _ = yym3324 if false { - } else if z.HasExtensions() && z.DecExt(yyv3318) { + } else if z.HasExtensions() && z.DecExt(yyv3323) { } else { - z.DecFallback(yyv3318, false) + z.DecFallback(yyv3323, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3320 := &x.Items - yym3321 := z.DecBinary() - _ = yym3321 + yyv3325 := &x.Items + yym3326 := z.DecBinary() + _ = yym3326 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3320), d) + h.decSliceNamespace((*[]Namespace)(yyv3325), d) } } default: - z.DecStructFieldNotFound(-1, yys3315) - } // end switch yys3315 - } // end for yyj3315 + z.DecStructFieldNotFound(-1, yys3320) + } // end switch yys3320 + } // end for yyj3320 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42366,16 +42421,16 @@ func (x *NamespaceList) 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 } @@ -42385,13 +42440,13 @@ func (x *NamespaceList) 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 } @@ -42401,13 +42456,13 @@ func (x *NamespaceList) 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 } @@ -42415,22 +42470,22 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3325 := &x.ListMeta - yym3326 := z.DecBinary() - _ = yym3326 + yyv3330 := &x.ListMeta + yym3331 := z.DecBinary() + _ = yym3331 if false { - } else if z.HasExtensions() && z.DecExt(yyv3325) { + } else if z.HasExtensions() && z.DecExt(yyv3330) { } else { - z.DecFallback(yyv3325, false) + z.DecFallback(yyv3330, false) } } - 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 } @@ -42438,26 +42493,26 @@ func (x *NamespaceList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3327 := &x.Items - yym3328 := z.DecBinary() - _ = yym3328 + yyv3332 := &x.Items + yym3333 := z.DecBinary() + _ = yym3333 if false { } else { - h.decSliceNamespace((*[]Namespace)(yyv3327), d) + h.decSliceNamespace((*[]Namespace)(yyv3332), 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) } @@ -42469,37 +42524,37 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3329 := z.EncBinary() - _ = yym3329 + yym3334 := z.EncBinary() + _ = yym3334 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3330 := !z.EncBinary() - yy2arr3330 := z.EncBasicHandle().StructToArray - var yyq3330 [4]bool - _, _, _ = yysep3330, yyq3330, yy2arr3330 - const yyr3330 bool = false - yyq3330[0] = x.Kind != "" - yyq3330[1] = x.APIVersion != "" - yyq3330[2] = true - var yynn3330 int - if yyr3330 || yy2arr3330 { + yysep3335 := !z.EncBinary() + yy2arr3335 := z.EncBasicHandle().StructToArray + var yyq3335 [4]bool + _, _, _ = yysep3335, yyq3335, yy2arr3335 + const yyr3335 bool = false + yyq3335[0] = x.Kind != "" + yyq3335[1] = x.APIVersion != "" + yyq3335[2] = true + var yynn3335 int + if yyr3335 || yy2arr3335 { r.EncodeArrayStart(4) } else { - yynn3330 = 1 - for _, b := range yyq3330 { + yynn3335 = 1 + for _, b := range yyq3335 { if b { - yynn3330++ + yynn3335++ } } - r.EncodeMapStart(yynn3330) - yynn3330 = 0 + r.EncodeMapStart(yynn3335) + yynn3335 = 0 } - if yyr3330 || yy2arr3330 { + if yyr3335 || yy2arr3335 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[0] { - yym3332 := z.EncBinary() - _ = yym3332 + if yyq3335[0] { + yym3337 := z.EncBinary() + _ = yym3337 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -42508,23 +42563,23 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3330[0] { + if yyq3335[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3333 := z.EncBinary() - _ = yym3333 + yym3338 := z.EncBinary() + _ = yym3338 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3330 || yy2arr3330 { + if yyr3335 || yy2arr3335 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[1] { - yym3335 := z.EncBinary() - _ = yym3335 + if yyq3335[1] { + yym3340 := z.EncBinary() + _ = yym3340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -42533,47 +42588,47 @@ func (x *Binding) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3330[1] { + if yyq3335[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3336 := z.EncBinary() - _ = yym3336 + yym3341 := z.EncBinary() + _ = yym3341 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3330 || yy2arr3330 { + if yyr3335 || yy2arr3335 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3330[2] { - yy3338 := &x.ObjectMeta - yy3338.CodecEncodeSelf(e) + if yyq3335[2] { + yy3343 := &x.ObjectMeta + yy3343.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3330[2] { + if yyq3335[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3339 := &x.ObjectMeta - yy3339.CodecEncodeSelf(e) + yy3344 := &x.ObjectMeta + yy3344.CodecEncodeSelf(e) } } - if yyr3330 || yy2arr3330 { + if yyr3335 || yy2arr3335 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3341 := &x.Target - yy3341.CodecEncodeSelf(e) + yy3346 := &x.Target + yy3346.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("target")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3342 := &x.Target - yy3342.CodecEncodeSelf(e) + yy3347 := &x.Target + yy3347.CodecEncodeSelf(e) } - if yyr3330 || yy2arr3330 { + if yyr3335 || yy2arr3335 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42586,25 +42641,25 @@ func (x *Binding) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3343 := z.DecBinary() - _ = yym3343 + yym3348 := z.DecBinary() + _ = yym3348 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3344 := r.ContainerType() - if yyct3344 == codecSelferValueTypeMap1234 { - yyl3344 := r.ReadMapStart() - if yyl3344 == 0 { + yyct3349 := r.ContainerType() + if yyct3349 == codecSelferValueTypeMap1234 { + yyl3349 := r.ReadMapStart() + if yyl3349 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3344, d) + x.codecDecodeSelfFromMap(yyl3349, d) } - } else if yyct3344 == codecSelferValueTypeArray1234 { - yyl3344 := r.ReadArrayStart() - if yyl3344 == 0 { + } else if yyct3349 == codecSelferValueTypeArray1234 { + yyl3349 := r.ReadArrayStart() + if yyl3349 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3344, d) + x.codecDecodeSelfFromArray(yyl3349, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42616,12 +42671,12 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3345Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3345Slc - var yyhl3345 bool = l >= 0 - for yyj3345 := 0; ; yyj3345++ { - if yyhl3345 { - if yyj3345 >= l { + var yys3350Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3350Slc + var yyhl3350 bool = l >= 0 + for yyj3350 := 0; ; yyj3350++ { + if yyhl3350 { + if yyj3350 >= l { break } } else { @@ -42630,10 +42685,10 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3345Slc = r.DecodeBytes(yys3345Slc, true, true) - yys3345 := string(yys3345Slc) + yys3350Slc = r.DecodeBytes(yys3350Slc, true, true) + yys3350 := string(yys3350Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3345 { + switch yys3350 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -42650,20 +42705,20 @@ func (x *Binding) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3348 := &x.ObjectMeta - yyv3348.CodecDecodeSelf(d) + yyv3353 := &x.ObjectMeta + yyv3353.CodecDecodeSelf(d) } case "target": if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3349 := &x.Target - yyv3349.CodecDecodeSelf(d) + yyv3354 := &x.Target + yyv3354.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3345) - } // end switch yys3345 - } // end for yyj3345 + z.DecStructFieldNotFound(-1, yys3350) + } // end switch yys3350 + } // end for yyj3350 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42671,16 +42726,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3350 int - var yyb3350 bool - var yyhl3350 bool = l >= 0 - yyj3350++ - if yyhl3350 { - yyb3350 = yyj3350 > l + var yyj3355 int + var yyb3355 bool + var yyhl3355 bool = l >= 0 + yyj3355++ + if yyhl3355 { + yyb3355 = yyj3355 > l } else { - yyb3350 = r.CheckBreak() + yyb3355 = r.CheckBreak() } - if yyb3350 { + if yyb3355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42690,13 +42745,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3350++ - if yyhl3350 { - yyb3350 = yyj3350 > l + yyj3355++ + if yyhl3355 { + yyb3355 = yyj3355 > l } else { - yyb3350 = r.CheckBreak() + yyb3355 = r.CheckBreak() } - if yyb3350 { + if yyb3355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42706,13 +42761,13 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3350++ - if yyhl3350 { - yyb3350 = yyj3350 > l + yyj3355++ + if yyhl3355 { + yyb3355 = yyj3355 > l } else { - yyb3350 = r.CheckBreak() + yyb3355 = r.CheckBreak() } - if yyb3350 { + if yyb3355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42720,16 +42775,16 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3353 := &x.ObjectMeta - yyv3353.CodecDecodeSelf(d) + yyv3358 := &x.ObjectMeta + yyv3358.CodecDecodeSelf(d) } - yyj3350++ - if yyhl3350 { - yyb3350 = yyj3350 > l + yyj3355++ + if yyhl3355 { + yyb3355 = yyj3355 > l } else { - yyb3350 = r.CheckBreak() + yyb3355 = r.CheckBreak() } - if yyb3350 { + if yyb3355 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42737,21 +42792,21 @@ func (x *Binding) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Target = ObjectReference{} } else { - yyv3354 := &x.Target - yyv3354.CodecDecodeSelf(d) + yyv3359 := &x.Target + yyv3359.CodecDecodeSelf(d) } for { - yyj3350++ - if yyhl3350 { - yyb3350 = yyj3350 > l + yyj3355++ + if yyhl3355 { + yyb3355 = yyj3355 > l } else { - yyb3350 = r.CheckBreak() + yyb3355 = r.CheckBreak() } - if yyb3350 { + if yyb3355 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3350-1, "") + z.DecStructFieldNotFound(yyj3355-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42763,68 +42818,68 @@ func (x *Preconditions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3355 := z.EncBinary() - _ = yym3355 + yym3360 := z.EncBinary() + _ = yym3360 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3356 := !z.EncBinary() - yy2arr3356 := z.EncBasicHandle().StructToArray - var yyq3356 [1]bool - _, _, _ = yysep3356, yyq3356, yy2arr3356 - const yyr3356 bool = false - yyq3356[0] = x.UID != nil - var yynn3356 int - if yyr3356 || yy2arr3356 { + yysep3361 := !z.EncBinary() + yy2arr3361 := z.EncBasicHandle().StructToArray + var yyq3361 [1]bool + _, _, _ = yysep3361, yyq3361, yy2arr3361 + const yyr3361 bool = false + yyq3361[0] = x.UID != nil + var yynn3361 int + if yyr3361 || yy2arr3361 { r.EncodeArrayStart(1) } else { - yynn3356 = 0 - for _, b := range yyq3356 { + yynn3361 = 0 + for _, b := range yyq3361 { if b { - yynn3356++ + yynn3361++ } } - r.EncodeMapStart(yynn3356) - yynn3356 = 0 + r.EncodeMapStart(yynn3361) + yynn3361 = 0 } - if yyr3356 || yy2arr3356 { + if yyr3361 || yy2arr3361 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3356[0] { + if yyq3361[0] { if x.UID == nil { r.EncodeNil() } else { - yy3358 := *x.UID - yym3359 := z.EncBinary() - _ = yym3359 + yy3363 := *x.UID + yym3364 := z.EncBinary() + _ = yym3364 if false { - } else if z.HasExtensions() && z.EncExt(yy3358) { + } else if z.HasExtensions() && z.EncExt(yy3363) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3358)) + r.EncodeString(codecSelferC_UTF81234, string(yy3363)) } } } else { r.EncodeNil() } } else { - if yyq3356[0] { + if yyq3361[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.UID == nil { r.EncodeNil() } else { - yy3360 := *x.UID - yym3361 := z.EncBinary() - _ = yym3361 + yy3365 := *x.UID + yym3366 := z.EncBinary() + _ = yym3366 if false { - } else if z.HasExtensions() && z.EncExt(yy3360) { + } else if z.HasExtensions() && z.EncExt(yy3365) { } else { - r.EncodeString(codecSelferC_UTF81234, string(yy3360)) + r.EncodeString(codecSelferC_UTF81234, string(yy3365)) } } } } - if yyr3356 || yy2arr3356 { + if yyr3361 || yy2arr3361 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -42837,25 +42892,25 @@ func (x *Preconditions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3362 := z.DecBinary() - _ = yym3362 + yym3367 := z.DecBinary() + _ = yym3367 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3363 := r.ContainerType() - if yyct3363 == codecSelferValueTypeMap1234 { - yyl3363 := r.ReadMapStart() - if yyl3363 == 0 { + yyct3368 := r.ContainerType() + if yyct3368 == codecSelferValueTypeMap1234 { + yyl3368 := r.ReadMapStart() + if yyl3368 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3363, d) + x.codecDecodeSelfFromMap(yyl3368, d) } - } else if yyct3363 == codecSelferValueTypeArray1234 { - yyl3363 := r.ReadArrayStart() - if yyl3363 == 0 { + } else if yyct3368 == codecSelferValueTypeArray1234 { + yyl3368 := r.ReadArrayStart() + if yyl3368 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3363, d) + x.codecDecodeSelfFromArray(yyl3368, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -42867,12 +42922,12 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3364Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3364Slc - var yyhl3364 bool = l >= 0 - for yyj3364 := 0; ; yyj3364++ { - if yyhl3364 { - if yyj3364 >= l { + var yys3369Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3369Slc + var yyhl3369 bool = l >= 0 + for yyj3369 := 0; ; yyj3369++ { + if yyhl3369 { + if yyj3369 >= l { break } } else { @@ -42881,10 +42936,10 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3364Slc = r.DecodeBytes(yys3364Slc, true, true) - yys3364 := string(yys3364Slc) + yys3369Slc = r.DecodeBytes(yys3369Slc, true, true) + yys3369 := string(yys3369Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3364 { + switch yys3369 { case "uid": if r.TryDecodeAsNil() { if x.UID != nil { @@ -42894,8 +42949,8 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3366 := z.DecBinary() - _ = yym3366 + yym3371 := z.DecBinary() + _ = yym3371 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -42903,9 +42958,9 @@ func (x *Preconditions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } default: - z.DecStructFieldNotFound(-1, yys3364) - } // end switch yys3364 - } // end for yyj3364 + z.DecStructFieldNotFound(-1, yys3369) + } // end switch yys3369 + } // end for yyj3369 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -42913,16 +42968,16 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3367 int - var yyb3367 bool - var yyhl3367 bool = l >= 0 - yyj3367++ - if yyhl3367 { - yyb3367 = yyj3367 > l + var yyj3372 int + var yyb3372 bool + var yyhl3372 bool = l >= 0 + yyj3372++ + if yyhl3372 { + yyb3372 = yyj3372 > l } else { - yyb3367 = r.CheckBreak() + yyb3372 = r.CheckBreak() } - if yyb3367 { + if yyb3372 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -42935,8 +42990,8 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.UID == nil { x.UID = new(pkg1_types.UID) } - yym3369 := z.DecBinary() - _ = yym3369 + yym3374 := z.DecBinary() + _ = yym3374 if false { } else if z.HasExtensions() && z.DecExt(x.UID) { } else { @@ -42944,17 +42999,17 @@ func (x *Preconditions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } } for { - yyj3367++ - if yyhl3367 { - yyb3367 = yyj3367 > l + yyj3372++ + if yyhl3372 { + yyb3372 = yyj3372 > l } else { - yyb3367 = r.CheckBreak() + yyb3372 = r.CheckBreak() } - if yyb3367 { + if yyb3372 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3367-1, "") + z.DecStructFieldNotFound(yyj3372-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -42966,39 +43021,39 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3370 := z.EncBinary() - _ = yym3370 + yym3375 := z.EncBinary() + _ = yym3375 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3371 := !z.EncBinary() - yy2arr3371 := z.EncBasicHandle().StructToArray - var yyq3371 [5]bool - _, _, _ = yysep3371, yyq3371, yy2arr3371 - const yyr3371 bool = false - yyq3371[0] = x.Kind != "" - yyq3371[1] = x.APIVersion != "" - yyq3371[2] = x.GracePeriodSeconds != nil - yyq3371[3] = x.Preconditions != nil - yyq3371[4] = x.OrphanDependents != nil - var yynn3371 int - if yyr3371 || yy2arr3371 { + yysep3376 := !z.EncBinary() + yy2arr3376 := z.EncBasicHandle().StructToArray + var yyq3376 [5]bool + _, _, _ = yysep3376, yyq3376, yy2arr3376 + const yyr3376 bool = false + yyq3376[0] = x.Kind != "" + yyq3376[1] = x.APIVersion != "" + yyq3376[2] = x.GracePeriodSeconds != nil + yyq3376[3] = x.Preconditions != nil + yyq3376[4] = x.OrphanDependents != nil + var yynn3376 int + if yyr3376 || yy2arr3376 { r.EncodeArrayStart(5) } else { - yynn3371 = 0 - for _, b := range yyq3371 { + yynn3376 = 0 + for _, b := range yyq3376 { if b { - yynn3371++ + yynn3376++ } } - r.EncodeMapStart(yynn3371) - yynn3371 = 0 + r.EncodeMapStart(yynn3376) + yynn3376 = 0 } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[0] { - yym3373 := z.EncBinary() - _ = yym3373 + if yyq3376[0] { + yym3378 := z.EncBinary() + _ = yym3378 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43007,23 +43062,23 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3371[0] { + if yyq3376[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3374 := z.EncBinary() - _ = yym3374 + yym3379 := z.EncBinary() + _ = yym3379 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[1] { - yym3376 := z.EncBinary() - _ = yym3376 + if yyq3376[1] { + yym3381 := z.EncBinary() + _ = yym3381 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43032,56 +43087,56 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3371[1] { + if yyq3376[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3377 := z.EncBinary() - _ = yym3377 + yym3382 := z.EncBinary() + _ = yym3382 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[2] { + if yyq3376[2] { if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3379 := *x.GracePeriodSeconds - yym3380 := z.EncBinary() - _ = yym3380 + yy3384 := *x.GracePeriodSeconds + yym3385 := z.EncBinary() + _ = yym3385 if false { } else { - r.EncodeInt(int64(yy3379)) + r.EncodeInt(int64(yy3384)) } } } else { r.EncodeNil() } } else { - if yyq3371[2] { + if yyq3376[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("gracePeriodSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.GracePeriodSeconds == nil { r.EncodeNil() } else { - yy3381 := *x.GracePeriodSeconds - yym3382 := z.EncBinary() - _ = yym3382 + yy3386 := *x.GracePeriodSeconds + yym3387 := z.EncBinary() + _ = yym3387 if false { } else { - r.EncodeInt(int64(yy3381)) + r.EncodeInt(int64(yy3386)) } } } } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[3] { + if yyq3376[3] { if x.Preconditions == nil { r.EncodeNil() } else { @@ -43091,7 +43146,7 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3371[3] { + if yyq3376[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("preconditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -43102,42 +43157,42 @@ func (x *DeleteOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3371[4] { + if yyq3376[4] { if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3385 := *x.OrphanDependents - yym3386 := z.EncBinary() - _ = yym3386 + yy3390 := *x.OrphanDependents + yym3391 := z.EncBinary() + _ = yym3391 if false { } else { - r.EncodeBool(bool(yy3385)) + r.EncodeBool(bool(yy3390)) } } } else { r.EncodeNil() } } else { - if yyq3371[4] { + if yyq3376[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("orphanDependents")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.OrphanDependents == nil { r.EncodeNil() } else { - yy3387 := *x.OrphanDependents - yym3388 := z.EncBinary() - _ = yym3388 + yy3392 := *x.OrphanDependents + yym3393 := z.EncBinary() + _ = yym3393 if false { } else { - r.EncodeBool(bool(yy3387)) + r.EncodeBool(bool(yy3392)) } } } } - if yyr3371 || yy2arr3371 { + if yyr3376 || yy2arr3376 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43150,25 +43205,25 @@ func (x *DeleteOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3389 := z.DecBinary() - _ = yym3389 + yym3394 := z.DecBinary() + _ = yym3394 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3390 := r.ContainerType() - if yyct3390 == codecSelferValueTypeMap1234 { - yyl3390 := r.ReadMapStart() - if yyl3390 == 0 { + yyct3395 := r.ContainerType() + if yyct3395 == codecSelferValueTypeMap1234 { + yyl3395 := r.ReadMapStart() + if yyl3395 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3390, d) + x.codecDecodeSelfFromMap(yyl3395, d) } - } else if yyct3390 == codecSelferValueTypeArray1234 { - yyl3390 := r.ReadArrayStart() - if yyl3390 == 0 { + } else if yyct3395 == codecSelferValueTypeArray1234 { + yyl3395 := r.ReadArrayStart() + if yyl3395 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3390, d) + x.codecDecodeSelfFromArray(yyl3395, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43180,12 +43235,12 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3391Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3391Slc - var yyhl3391 bool = l >= 0 - for yyj3391 := 0; ; yyj3391++ { - if yyhl3391 { - if yyj3391 >= l { + var yys3396Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3396Slc + var yyhl3396 bool = l >= 0 + for yyj3396 := 0; ; yyj3396++ { + if yyhl3396 { + if yyj3396 >= l { break } } else { @@ -43194,10 +43249,10 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3391Slc = r.DecodeBytes(yys3391Slc, true, true) - yys3391 := string(yys3391Slc) + yys3396Slc = r.DecodeBytes(yys3396Slc, true, true) + yys3396 := string(yys3396Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3391 { + switch yys3396 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -43219,8 +43274,8 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3395 := z.DecBinary() - _ = yym3395 + yym3400 := z.DecBinary() + _ = yym3400 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) @@ -43246,17 +43301,17 @@ func (x *DeleteOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3398 := z.DecBinary() - _ = yym3398 + yym3403 := z.DecBinary() + _ = yym3403 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3391) - } // end switch yys3391 - } // end for yyj3391 + z.DecStructFieldNotFound(-1, yys3396) + } // end switch yys3396 + } // end for yyj3396 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -43264,16 +43319,16 @@ func (x *DeleteOptions) 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 } @@ -43283,13 +43338,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = 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 } @@ -43299,13 +43354,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = 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 } @@ -43318,20 +43373,20 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.GracePeriodSeconds == nil { x.GracePeriodSeconds = new(int64) } - yym3403 := z.DecBinary() - _ = yym3403 + yym3408 := z.DecBinary() + _ = yym3408 if false { } else { *((*int64)(x.GracePeriodSeconds)) = int64(r.DecodeInt(64)) } } - 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 } @@ -43346,13 +43401,13 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } x.Preconditions.CodecDecodeSelf(d) } - 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 } @@ -43365,25 +43420,25 @@ func (x *DeleteOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.OrphanDependents == nil { x.OrphanDependents = new(bool) } - yym3406 := z.DecBinary() - _ = yym3406 + yym3411 := z.DecBinary() + _ = yym3411 if false { } else { *((*bool)(x.OrphanDependents)) = r.DecodeBool() } } 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) } @@ -43395,36 +43450,36 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3407 := z.EncBinary() - _ = yym3407 + yym3412 := z.EncBinary() + _ = yym3412 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3408 := !z.EncBinary() - yy2arr3408 := z.EncBasicHandle().StructToArray - var yyq3408 [4]bool - _, _, _ = yysep3408, yyq3408, yy2arr3408 - const yyr3408 bool = false - yyq3408[0] = x.Kind != "" - yyq3408[1] = x.APIVersion != "" - var yynn3408 int - if yyr3408 || yy2arr3408 { + yysep3413 := !z.EncBinary() + yy2arr3413 := z.EncBasicHandle().StructToArray + var yyq3413 [4]bool + _, _, _ = yysep3413, yyq3413, yy2arr3413 + const yyr3413 bool = false + yyq3413[0] = x.Kind != "" + yyq3413[1] = x.APIVersion != "" + var yynn3413 int + if yyr3413 || yy2arr3413 { r.EncodeArrayStart(4) } else { - yynn3408 = 2 - for _, b := range yyq3408 { + yynn3413 = 2 + for _, b := range yyq3413 { if b { - yynn3408++ + yynn3413++ } } - r.EncodeMapStart(yynn3408) - yynn3408 = 0 + r.EncodeMapStart(yynn3413) + yynn3413 = 0 } - if yyr3408 || yy2arr3408 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3408[0] { - yym3410 := z.EncBinary() - _ = yym3410 + if yyq3413[0] { + yym3415 := z.EncBinary() + _ = yym3415 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43433,23 +43488,23 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3408[0] { + if yyq3413[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3411 := z.EncBinary() - _ = yym3411 + yym3416 := z.EncBinary() + _ = yym3416 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3408 || yy2arr3408 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3408[1] { - yym3413 := z.EncBinary() - _ = yym3413 + if yyq3413[1] { + yym3418 := z.EncBinary() + _ = yym3418 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -43458,22 +43513,22 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3408[1] { + if yyq3413[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3414 := z.EncBinary() - _ = yym3414 + yym3419 := z.EncBinary() + _ = yym3419 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3408 || yy2arr3408 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3416 := z.EncBinary() - _ = yym3416 + yym3421 := z.EncBinary() + _ = yym3421 if false { } else { r.EncodeBool(bool(x.Export)) @@ -43482,17 +43537,17 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("export")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3417 := z.EncBinary() - _ = yym3417 + yym3422 := z.EncBinary() + _ = yym3422 if false { } else { r.EncodeBool(bool(x.Export)) } } - if yyr3408 || yy2arr3408 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3419 := z.EncBinary() - _ = yym3419 + yym3424 := z.EncBinary() + _ = yym3424 if false { } else { r.EncodeBool(bool(x.Exact)) @@ -43501,14 +43556,14 @@ func (x *ExportOptions) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("exact")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3420 := z.EncBinary() - _ = yym3420 + yym3425 := z.EncBinary() + _ = yym3425 if false { } else { r.EncodeBool(bool(x.Exact)) } } - if yyr3408 || yy2arr3408 { + if yyr3413 || yy2arr3413 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43521,25 +43576,25 @@ func (x *ExportOptions) 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) @@ -43551,12 +43606,12 @@ func (x *ExportOptions) 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 { @@ -43565,10 +43620,10 @@ func (x *ExportOptions) 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 = "" @@ -43594,9 +43649,9 @@ func (x *ExportOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } 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) } @@ -43604,16 +43659,16 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3428 int - var yyb3428 bool - var yyhl3428 bool = l >= 0 - yyj3428++ - if yyhl3428 { - yyb3428 = yyj3428 > l + var yyj3433 int + var yyb3433 bool + var yyhl3433 bool = l >= 0 + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l } else { - yyb3428 = r.CheckBreak() + yyb3433 = r.CheckBreak() } - if yyb3428 { + if yyb3433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43623,13 +43678,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3428++ - if yyhl3428 { - yyb3428 = yyj3428 > l + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l } else { - yyb3428 = r.CheckBreak() + yyb3433 = r.CheckBreak() } - if yyb3428 { + if yyb3433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43639,13 +43694,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3428++ - if yyhl3428 { - yyb3428 = yyj3428 > l + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l } else { - yyb3428 = r.CheckBreak() + yyb3433 = r.CheckBreak() } - if yyb3428 { + if yyb3433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43655,13 +43710,13 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Export = bool(r.DecodeBool()) } - yyj3428++ - if yyhl3428 { - yyb3428 = yyj3428 > l + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l } else { - yyb3428 = r.CheckBreak() + yyb3433 = r.CheckBreak() } - if yyb3428 { + if yyb3433 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -43672,17 +43727,17 @@ func (x *ExportOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Exact = bool(r.DecodeBool()) } for { - yyj3428++ - if yyhl3428 { - yyb3428 = yyj3428 > l + yyj3433++ + if yyhl3433 { + yyb3433 = yyj3433 > l } else { - yyb3428 = r.CheckBreak() + yyb3433 = r.CheckBreak() } - if yyb3428 { + if yyb3433 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3428-1, "") + z.DecStructFieldNotFound(yyj3433-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -43694,41 +43749,41 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3433 := z.EncBinary() - _ = yym3433 + yym3438 := z.EncBinary() + _ = yym3438 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3434 := !z.EncBinary() - yy2arr3434 := z.EncBasicHandle().StructToArray - var yyq3434 [7]bool - _, _, _ = yysep3434, yyq3434, yy2arr3434 - const yyr3434 bool = false - yyq3434[0] = x.Kind != "" - yyq3434[1] = x.APIVersion != "" - yyq3434[2] = x.LabelSelector != "" - yyq3434[3] = x.FieldSelector != "" - yyq3434[4] = x.Watch != false - yyq3434[5] = x.ResourceVersion != "" - yyq3434[6] = x.TimeoutSeconds != nil - var yynn3434 int - if yyr3434 || yy2arr3434 { + yysep3439 := !z.EncBinary() + yy2arr3439 := z.EncBasicHandle().StructToArray + var yyq3439 [7]bool + _, _, _ = yysep3439, yyq3439, yy2arr3439 + const yyr3439 bool = false + yyq3439[0] = x.Kind != "" + yyq3439[1] = x.APIVersion != "" + yyq3439[2] = x.LabelSelector != "" + yyq3439[3] = x.FieldSelector != "" + yyq3439[4] = x.Watch != false + yyq3439[5] = x.ResourceVersion != "" + yyq3439[6] = x.TimeoutSeconds != nil + var yynn3439 int + if yyr3439 || yy2arr3439 { r.EncodeArrayStart(7) } else { - yynn3434 = 0 - for _, b := range yyq3434 { + yynn3439 = 0 + for _, b := range yyq3439 { if b { - yynn3434++ + yynn3439++ } } - r.EncodeMapStart(yynn3434) - yynn3434 = 0 + r.EncodeMapStart(yynn3439) + yynn3439 = 0 } - if yyr3434 || yy2arr3434 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[0] { - yym3436 := z.EncBinary() - _ = yym3436 + if yyq3439[0] { + yym3441 := z.EncBinary() + _ = yym3441 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -43737,74 +43792,74 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3434[0] { + if yyq3439[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3437 := z.EncBinary() - _ = yym3437 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3434 || yy2arr3434 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[1] { - yym3439 := z.EncBinary() - _ = yym3439 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3434[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3440 := z.EncBinary() - _ = yym3440 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3434 || yy2arr3434 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[2] { yym3442 := z.EncBinary() _ = yym3442 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3439 || yy2arr3439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3439[1] { + yym3444 := z.EncBinary() + _ = yym3444 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3434[2] { + if yyq3439[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3443 := z.EncBinary() - _ = yym3443 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) - } - } - } - if yyr3434 || yy2arr3434 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[3] { yym3445 := z.EncBinary() _ = yym3445 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3439 || yy2arr3439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3439[2] { + yym3447 := z.EncBinary() + _ = yym3447 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3439[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("labelSelector")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3448 := z.EncBinary() + _ = yym3448 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.LabelSelector)) + } + } + } + if yyr3439 || yy2arr3439 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3439[3] { + yym3450 := z.EncBinary() + _ = yym3450 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } @@ -43812,23 +43867,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3434[3] { + if yyq3439[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldSelector")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3446 := z.EncBinary() - _ = yym3446 + yym3451 := z.EncBinary() + _ = yym3451 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldSelector)) } } } - if yyr3434 || yy2arr3434 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[4] { - yym3448 := z.EncBinary() - _ = yym3448 + if yyq3439[4] { + yym3453 := z.EncBinary() + _ = yym3453 if false { } else { r.EncodeBool(bool(x.Watch)) @@ -43837,23 +43892,23 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3434[4] { + if yyq3439[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("watch")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3449 := z.EncBinary() - _ = yym3449 + yym3454 := z.EncBinary() + _ = yym3454 if false { } else { r.EncodeBool(bool(x.Watch)) } } } - if yyr3434 || yy2arr3434 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[5] { - yym3451 := z.EncBinary() - _ = yym3451 + if yyq3439[5] { + yym3456 := z.EncBinary() + _ = yym3456 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) @@ -43862,54 +43917,54 @@ func (x *ListOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3434[5] { + if yyq3439[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3452 := z.EncBinary() - _ = yym3452 + yym3457 := z.EncBinary() + _ = yym3457 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) } } } - if yyr3434 || yy2arr3434 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3434[6] { + if yyq3439[6] { if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3454 := *x.TimeoutSeconds - yym3455 := z.EncBinary() - _ = yym3455 + yy3459 := *x.TimeoutSeconds + yym3460 := z.EncBinary() + _ = yym3460 if false { } else { - r.EncodeInt(int64(yy3454)) + r.EncodeInt(int64(yy3459)) } } } else { r.EncodeNil() } } else { - if yyq3434[6] { + if yyq3439[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timeoutSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.TimeoutSeconds == nil { r.EncodeNil() } else { - yy3456 := *x.TimeoutSeconds - yym3457 := z.EncBinary() - _ = yym3457 + yy3461 := *x.TimeoutSeconds + yym3462 := z.EncBinary() + _ = yym3462 if false { } else { - r.EncodeInt(int64(yy3456)) + r.EncodeInt(int64(yy3461)) } } } } - if yyr3434 || yy2arr3434 { + if yyr3439 || yy2arr3439 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -43922,25 +43977,25 @@ func (x *ListOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3458 := z.DecBinary() - _ = yym3458 + yym3463 := z.DecBinary() + _ = yym3463 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3459 := r.ContainerType() - if yyct3459 == codecSelferValueTypeMap1234 { - yyl3459 := r.ReadMapStart() - if yyl3459 == 0 { + yyct3464 := r.ContainerType() + if yyct3464 == codecSelferValueTypeMap1234 { + yyl3464 := r.ReadMapStart() + if yyl3464 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3459, d) + x.codecDecodeSelfFromMap(yyl3464, d) } - } else if yyct3459 == codecSelferValueTypeArray1234 { - yyl3459 := r.ReadArrayStart() - if yyl3459 == 0 { + } else if yyct3464 == codecSelferValueTypeArray1234 { + yyl3464 := r.ReadArrayStart() + if yyl3464 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3459, d) + x.codecDecodeSelfFromArray(yyl3464, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -43952,12 +44007,12 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3460Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3460Slc - var yyhl3460 bool = l >= 0 - for yyj3460 := 0; ; yyj3460++ { - if yyhl3460 { - if yyj3460 >= l { + var yys3465Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3465Slc + var yyhl3465 bool = l >= 0 + for yyj3465 := 0; ; yyj3465++ { + if yyhl3465 { + if yyj3465 >= l { break } } else { @@ -43966,10 +44021,10 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3460Slc = r.DecodeBytes(yys3460Slc, true, true) - yys3460 := string(yys3460Slc) + yys3465Slc = r.DecodeBytes(yys3465Slc, true, true) + yys3465 := string(yys3465Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3460 { + switch yys3465 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44015,17 +44070,17 @@ func (x *ListOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3468 := z.DecBinary() - _ = yym3468 + yym3473 := z.DecBinary() + _ = yym3473 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3460) - } // end switch yys3460 - } // end for yyj3460 + z.DecStructFieldNotFound(-1, yys3465) + } // end switch yys3465 + } // end for yyj3465 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44033,16 +44088,16 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3469 int - var yyb3469 bool - var yyhl3469 bool = l >= 0 - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + var yyj3474 int + var yyb3474 bool + var yyhl3474 bool = l >= 0 + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44052,13 +44107,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44068,13 +44123,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44084,13 +44139,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.LabelSelector = string(r.DecodeString()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44100,13 +44155,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.FieldSelector = string(r.DecodeString()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44116,13 +44171,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Watch = bool(r.DecodeBool()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44132,13 +44187,13 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44151,25 +44206,25 @@ func (x *ListOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TimeoutSeconds == nil { x.TimeoutSeconds = new(int64) } - yym3477 := z.DecBinary() - _ = yym3477 + yym3482 := z.DecBinary() + _ = yym3482 if false { } else { *((*int64)(x.TimeoutSeconds)) = int64(r.DecodeInt(64)) } } for { - yyj3469++ - if yyhl3469 { - yyb3469 = yyj3469 > l + yyj3474++ + if yyhl3474 { + yyb3474 = yyj3474 > l } else { - yyb3469 = r.CheckBreak() + yyb3474 = r.CheckBreak() } - if yyb3469 { + if yyb3474 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3469-1, "") + z.DecStructFieldNotFound(yyj3474-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44181,44 +44236,44 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3478 := z.EncBinary() - _ = yym3478 + yym3483 := z.EncBinary() + _ = yym3483 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3479 := !z.EncBinary() - yy2arr3479 := z.EncBasicHandle().StructToArray - var yyq3479 [10]bool - _, _, _ = yysep3479, yyq3479, yy2arr3479 - const yyr3479 bool = false - yyq3479[0] = x.Kind != "" - yyq3479[1] = x.APIVersion != "" - yyq3479[2] = x.Container != "" - yyq3479[3] = x.Follow != false - yyq3479[4] = x.Previous != false - yyq3479[5] = x.SinceSeconds != nil - yyq3479[6] = x.SinceTime != nil - yyq3479[7] = x.Timestamps != false - yyq3479[8] = x.TailLines != nil - yyq3479[9] = x.LimitBytes != nil - var yynn3479 int - if yyr3479 || yy2arr3479 { + yysep3484 := !z.EncBinary() + yy2arr3484 := z.EncBasicHandle().StructToArray + var yyq3484 [10]bool + _, _, _ = yysep3484, yyq3484, yy2arr3484 + const yyr3484 bool = false + yyq3484[0] = x.Kind != "" + yyq3484[1] = x.APIVersion != "" + yyq3484[2] = x.Container != "" + yyq3484[3] = x.Follow != false + yyq3484[4] = x.Previous != false + yyq3484[5] = x.SinceSeconds != nil + yyq3484[6] = x.SinceTime != nil + yyq3484[7] = x.Timestamps != false + yyq3484[8] = x.TailLines != nil + yyq3484[9] = x.LimitBytes != nil + var yynn3484 int + if yyr3484 || yy2arr3484 { r.EncodeArrayStart(10) } else { - yynn3479 = 0 - for _, b := range yyq3479 { + yynn3484 = 0 + for _, b := range yyq3484 { if b { - yynn3479++ + yynn3484++ } } - r.EncodeMapStart(yynn3479) - yynn3479 = 0 + r.EncodeMapStart(yynn3484) + yynn3484 = 0 } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[0] { - yym3481 := z.EncBinary() - _ = yym3481 + if yyq3484[0] { + yym3486 := z.EncBinary() + _ = yym3486 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44227,49 +44282,49 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3479[0] { + if yyq3484[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3482 := z.EncBinary() - _ = yym3482 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3479 || yy2arr3479 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[1] { - yym3484 := z.EncBinary() - _ = yym3484 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3479[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3485 := z.EncBinary() - _ = yym3485 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3479 || yy2arr3479 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[2] { yym3487 := z.EncBinary() _ = yym3487 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3484 || yy2arr3484 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3484[1] { + yym3489 := z.EncBinary() + _ = yym3489 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3484[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3490 := z.EncBinary() + _ = yym3490 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3484 || yy2arr3484 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3484[2] { + yym3492 := z.EncBinary() + _ = yym3492 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } @@ -44277,23 +44332,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3479[2] { + if yyq3484[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3488 := z.EncBinary() - _ = yym3488 + yym3493 := z.EncBinary() + _ = yym3493 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[3] { - yym3490 := z.EncBinary() - _ = yym3490 + if yyq3484[3] { + yym3495 := z.EncBinary() + _ = yym3495 if false { } else { r.EncodeBool(bool(x.Follow)) @@ -44302,23 +44357,23 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3479[3] { + if yyq3484[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("follow")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3491 := z.EncBinary() - _ = yym3491 + yym3496 := z.EncBinary() + _ = yym3496 if false { } else { r.EncodeBool(bool(x.Follow)) } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[4] { - yym3493 := z.EncBinary() - _ = yym3493 + if yyq3484[4] { + yym3498 := z.EncBinary() + _ = yym3498 if false { } else { r.EncodeBool(bool(x.Previous)) @@ -44327,66 +44382,66 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3479[4] { + if yyq3484[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("previous")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3494 := z.EncBinary() - _ = yym3494 + yym3499 := z.EncBinary() + _ = yym3499 if false { } else { r.EncodeBool(bool(x.Previous)) } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[5] { + if yyq3484[5] { if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3496 := *x.SinceSeconds - yym3497 := z.EncBinary() - _ = yym3497 + yy3501 := *x.SinceSeconds + yym3502 := z.EncBinary() + _ = yym3502 if false { } else { - r.EncodeInt(int64(yy3496)) + r.EncodeInt(int64(yy3501)) } } } else { r.EncodeNil() } } else { - if yyq3479[5] { + if yyq3484[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceSeconds")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceSeconds == nil { r.EncodeNil() } else { - yy3498 := *x.SinceSeconds - yym3499 := z.EncBinary() - _ = yym3499 + yy3503 := *x.SinceSeconds + yym3504 := z.EncBinary() + _ = yym3504 if false { } else { - r.EncodeInt(int64(yy3498)) + r.EncodeInt(int64(yy3503)) } } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[6] { + if yyq3484[6] { if x.SinceTime == nil { r.EncodeNil() } else { - yym3501 := z.EncBinary() - _ = yym3501 + yym3506 := z.EncBinary() + _ = yym3506 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3501 { + } else if yym3506 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3501 && z.IsJSONHandle() { + } else if !yym3506 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -44396,20 +44451,20 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3479[6] { + if yyq3484[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("sinceTime")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.SinceTime == nil { r.EncodeNil() } else { - yym3502 := z.EncBinary() - _ = yym3502 + yym3507 := z.EncBinary() + _ = yym3507 if false { } else if z.HasExtensions() && z.EncExt(x.SinceTime) { - } else if yym3502 { + } else if yym3507 { z.EncBinaryMarshal(x.SinceTime) - } else if !yym3502 && z.IsJSONHandle() { + } else if !yym3507 && z.IsJSONHandle() { z.EncJSONMarshal(x.SinceTime) } else { z.EncFallback(x.SinceTime) @@ -44417,11 +44472,11 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[7] { - yym3504 := z.EncBinary() - _ = yym3504 + if yyq3484[7] { + yym3509 := z.EncBinary() + _ = yym3509 if false { } else { r.EncodeBool(bool(x.Timestamps)) @@ -44430,60 +44485,25 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3479[7] { + if yyq3484[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("timestamps")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3505 := z.EncBinary() - _ = yym3505 + yym3510 := z.EncBinary() + _ = yym3510 if false { } else { r.EncodeBool(bool(x.Timestamps)) } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[8] { + if yyq3484[8] { if x.TailLines == nil { r.EncodeNil() } else { - yy3507 := *x.TailLines - yym3508 := z.EncBinary() - _ = yym3508 - if false { - } else { - r.EncodeInt(int64(yy3507)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq3479[8] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("tailLines")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.TailLines == nil { - r.EncodeNil() - } else { - yy3509 := *x.TailLines - yym3510 := z.EncBinary() - _ = yym3510 - if false { - } else { - r.EncodeInt(int64(yy3509)) - } - } - } - } - if yyr3479 || yy2arr3479 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3479[9] { - if x.LimitBytes == nil { - r.EncodeNil() - } else { - yy3512 := *x.LimitBytes + yy3512 := *x.TailLines yym3513 := z.EncBinary() _ = yym3513 if false { @@ -44495,14 +44515,14 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3479[9] { + if yyq3484[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 { - yy3514 := *x.LimitBytes + yy3514 := *x.TailLines yym3515 := z.EncBinary() _ = yym3515 if false { @@ -44512,7 +44532,42 @@ func (x *PodLogOptions) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3479 || yy2arr3479 { + if yyr3484 || yy2arr3484 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3484[9] { + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy3517 := *x.LimitBytes + yym3518 := z.EncBinary() + _ = yym3518 + if false { + } else { + r.EncodeInt(int64(yy3517)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq3484[9] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("limitBytes")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.LimitBytes == nil { + r.EncodeNil() + } else { + yy3519 := *x.LimitBytes + yym3520 := z.EncBinary() + _ = yym3520 + if false { + } else { + r.EncodeInt(int64(yy3519)) + } + } + } + } + if yyr3484 || yy2arr3484 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -44525,25 +44580,25 @@ func (x *PodLogOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3516 := z.DecBinary() - _ = yym3516 + yym3521 := z.DecBinary() + _ = yym3521 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3517 := r.ContainerType() - if yyct3517 == codecSelferValueTypeMap1234 { - yyl3517 := r.ReadMapStart() - if yyl3517 == 0 { + yyct3522 := r.ContainerType() + if yyct3522 == codecSelferValueTypeMap1234 { + yyl3522 := r.ReadMapStart() + if yyl3522 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3517, d) + x.codecDecodeSelfFromMap(yyl3522, d) } - } else if yyct3517 == codecSelferValueTypeArray1234 { - yyl3517 := r.ReadArrayStart() - if yyl3517 == 0 { + } else if yyct3522 == codecSelferValueTypeArray1234 { + yyl3522 := r.ReadArrayStart() + if yyl3522 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3517, d) + x.codecDecodeSelfFromArray(yyl3522, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -44555,12 +44610,12 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3518Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3518Slc - var yyhl3518 bool = l >= 0 - for yyj3518 := 0; ; yyj3518++ { - if yyhl3518 { - if yyj3518 >= l { + var yys3523Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3523Slc + var yyhl3523 bool = l >= 0 + for yyj3523 := 0; ; yyj3523++ { + if yyhl3523 { + if yyj3523 >= l { break } } else { @@ -44569,10 +44624,10 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3518Slc = r.DecodeBytes(yys3518Slc, true, true) - yys3518 := string(yys3518Slc) + yys3523Slc = r.DecodeBytes(yys3523Slc, true, true) + yys3523 := string(yys3523Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3518 { + switch yys3523 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -44612,8 +44667,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3525 := z.DecBinary() - _ = yym3525 + yym3530 := z.DecBinary() + _ = yym3530 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) @@ -44628,13 +44683,13 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3527 := z.DecBinary() - _ = yym3527 + yym3532 := z.DecBinary() + _ = yym3532 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3527 { + } else if yym3532 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3527 && z.IsJSONHandle() { + } else if !yym3532 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) @@ -44655,8 +44710,8 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3530 := z.DecBinary() - _ = yym3530 + yym3535 := z.DecBinary() + _ = yym3535 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) @@ -44671,17 +44726,17 @@ func (x *PodLogOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3532 := z.DecBinary() - _ = yym3532 + yym3537 := z.DecBinary() + _ = yym3537 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } default: - z.DecStructFieldNotFound(-1, yys3518) - } // end switch yys3518 - } // end for yyj3518 + z.DecStructFieldNotFound(-1, yys3523) + } // end switch yys3523 + } // end for yyj3523 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -44689,16 +44744,16 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3533 int - var yyb3533 bool - var yyhl3533 bool = l >= 0 - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + var yyj3538 int + var yyb3538 bool + var yyhl3538 bool = l >= 0 + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44708,13 +44763,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44724,13 +44779,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44740,13 +44795,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44756,13 +44811,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Follow = bool(r.DecodeBool()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44772,13 +44827,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Previous = bool(r.DecodeBool()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44791,20 +44846,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceSeconds == nil { x.SinceSeconds = new(int64) } - yym3540 := z.DecBinary() - _ = yym3540 + yym3545 := z.DecBinary() + _ = yym3545 if false { } else { *((*int64)(x.SinceSeconds)) = int64(r.DecodeInt(64)) } } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44817,25 +44872,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.SinceTime == nil { x.SinceTime = new(pkg2_unversioned.Time) } - yym3542 := z.DecBinary() - _ = yym3542 + yym3547 := z.DecBinary() + _ = yym3547 if false { } else if z.HasExtensions() && z.DecExt(x.SinceTime) { - } else if yym3542 { + } else if yym3547 { z.DecBinaryUnmarshal(x.SinceTime) - } else if !yym3542 && z.IsJSONHandle() { + } else if !yym3547 && z.IsJSONHandle() { z.DecJSONUnmarshal(x.SinceTime) } else { z.DecFallback(x.SinceTime, false) } } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44845,13 +44900,13 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Timestamps = bool(r.DecodeBool()) } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44864,20 +44919,20 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.TailLines == nil { x.TailLines = new(int64) } - yym3545 := z.DecBinary() - _ = yym3545 + yym3550 := z.DecBinary() + _ = yym3550 if false { } else { *((*int64)(x.TailLines)) = int64(r.DecodeInt(64)) } } - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -44890,25 +44945,25 @@ func (x *PodLogOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.LimitBytes == nil { x.LimitBytes = new(int64) } - yym3547 := z.DecBinary() - _ = yym3547 + yym3552 := z.DecBinary() + _ = yym3552 if false { } else { *((*int64)(x.LimitBytes)) = int64(r.DecodeInt(64)) } } for { - yyj3533++ - if yyhl3533 { - yyb3533 = yyj3533 > l + yyj3538++ + if yyhl3538 { + yyb3538 = yyj3538 > l } else { - yyb3533 = r.CheckBreak() + yyb3538 = r.CheckBreak() } - if yyb3533 { + if yyb3538 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3533-1, "") + z.DecStructFieldNotFound(yyj3538-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -44920,41 +44975,41 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3548 := z.EncBinary() - _ = yym3548 + yym3553 := z.EncBinary() + _ = yym3553 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3549 := !z.EncBinary() - yy2arr3549 := z.EncBasicHandle().StructToArray - var yyq3549 [7]bool - _, _, _ = yysep3549, yyq3549, yy2arr3549 - const yyr3549 bool = false - yyq3549[0] = x.Kind != "" - yyq3549[1] = x.APIVersion != "" - yyq3549[2] = x.Stdin != false - yyq3549[3] = x.Stdout != false - yyq3549[4] = x.Stderr != false - yyq3549[5] = x.TTY != false - yyq3549[6] = x.Container != "" - var yynn3549 int - if yyr3549 || yy2arr3549 { + yysep3554 := !z.EncBinary() + yy2arr3554 := z.EncBasicHandle().StructToArray + var yyq3554 [7]bool + _, _, _ = yysep3554, yyq3554, yy2arr3554 + const yyr3554 bool = false + yyq3554[0] = x.Kind != "" + yyq3554[1] = x.APIVersion != "" + yyq3554[2] = x.Stdin != false + yyq3554[3] = x.Stdout != false + yyq3554[4] = x.Stderr != false + yyq3554[5] = x.TTY != false + yyq3554[6] = x.Container != "" + var yynn3554 int + if yyr3554 || yy2arr3554 { r.EncodeArrayStart(7) } else { - yynn3549 = 0 - for _, b := range yyq3549 { + yynn3554 = 0 + for _, b := range yyq3554 { if b { - yynn3549++ + yynn3554++ } } - r.EncodeMapStart(yynn3549) - yynn3549 = 0 + r.EncodeMapStart(yynn3554) + yynn3554 = 0 } - if yyr3549 || yy2arr3549 { + if yyr3554 || yy2arr3554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[0] { - yym3551 := z.EncBinary() - _ = yym3551 + if yyq3554[0] { + yym3556 := z.EncBinary() + _ = yym3556 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -44963,124 +45018,124 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3549[0] { + if yyq3554[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3552 := z.EncBinary() - _ = yym3552 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3549 || yy2arr3549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[1] { - yym3554 := z.EncBinary() - _ = yym3554 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3549[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3555 := z.EncBinary() - _ = yym3555 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3549 || yy2arr3549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[2] { yym3557 := z.EncBinary() _ = yym3557 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3549[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3558 := z.EncBinary() - _ = yym3558 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3549 || yy2arr3549 { + if yyr3554 || yy2arr3554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[3] { + if yyq3554[1] { + yym3559 := z.EncBinary() + _ = yym3559 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3554[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3560 := z.EncBinary() _ = yym3560 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3554 || yy2arr3554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3554[2] { + yym3562 := z.EncBinary() + _ = yym3562 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq3549[3] { + if yyq3554[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3561 := z.EncBinary() - _ = yym3561 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3549 || yy2arr3549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[4] { yym3563 := z.EncBinary() _ = yym3563 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3554 || yy2arr3554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3554[3] { + yym3565 := z.EncBinary() + _ = yym3565 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq3549[4] { + if yyq3554[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3564 := z.EncBinary() - _ = yym3564 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3549 || yy2arr3549 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[5] { yym3566 := z.EncBinary() _ = yym3566 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3554 || yy2arr3554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3554[4] { + yym3568 := z.EncBinary() + _ = yym3568 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3554[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3569 := z.EncBinary() + _ = yym3569 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr3554 || yy2arr3554 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3554[5] { + yym3571 := z.EncBinary() + _ = yym3571 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -45088,23 +45143,23 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3549[5] { + if yyq3554[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3567 := z.EncBinary() - _ = yym3567 + yym3572 := z.EncBinary() + _ = yym3572 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3549 || yy2arr3549 { + if yyr3554 || yy2arr3554 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3549[6] { - yym3569 := z.EncBinary() - _ = yym3569 + if yyq3554[6] { + yym3574 := z.EncBinary() + _ = yym3574 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45113,19 +45168,19 @@ func (x *PodAttachOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3549[6] { + if yyq3554[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3570 := z.EncBinary() - _ = yym3570 + yym3575 := z.EncBinary() + _ = yym3575 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3549 || yy2arr3549 { + if yyr3554 || yy2arr3554 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45138,25 +45193,25 @@ func (x *PodAttachOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3571 := z.DecBinary() - _ = yym3571 + yym3576 := z.DecBinary() + _ = yym3576 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3572 := r.ContainerType() - if yyct3572 == codecSelferValueTypeMap1234 { - yyl3572 := r.ReadMapStart() - if yyl3572 == 0 { + yyct3577 := r.ContainerType() + if yyct3577 == codecSelferValueTypeMap1234 { + yyl3577 := r.ReadMapStart() + if yyl3577 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3572, d) + x.codecDecodeSelfFromMap(yyl3577, d) } - } else if yyct3572 == codecSelferValueTypeArray1234 { - yyl3572 := r.ReadArrayStart() - if yyl3572 == 0 { + } else if yyct3577 == codecSelferValueTypeArray1234 { + yyl3577 := r.ReadArrayStart() + if yyl3577 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3572, d) + x.codecDecodeSelfFromArray(yyl3577, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45168,12 +45223,12 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3573Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3573Slc - var yyhl3573 bool = l >= 0 - for yyj3573 := 0; ; yyj3573++ { - if yyhl3573 { - if yyj3573 >= l { + var yys3578Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3578Slc + var yyhl3578 bool = l >= 0 + for yyj3578 := 0; ; yyj3578++ { + if yyhl3578 { + if yyj3578 >= l { break } } else { @@ -45182,10 +45237,10 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3573Slc = r.DecodeBytes(yys3573Slc, true, true) - yys3573 := string(yys3573Slc) + yys3578Slc = r.DecodeBytes(yys3578Slc, true, true) + yys3578 := string(yys3578Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3573 { + switch yys3578 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45229,9 +45284,9 @@ func (x *PodAttachOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Container = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3573) - } // end switch yys3573 - } // end for yyj3573 + z.DecStructFieldNotFound(-1, yys3578) + } // end switch yys3578 + } // end for yyj3578 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45239,16 +45294,16 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3581 int - var yyb3581 bool - var yyhl3581 bool = l >= 0 - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + var yyj3586 int + var yyb3586 bool + var yyhl3586 bool = l >= 0 + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45258,13 +45313,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45274,13 +45329,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45290,13 +45345,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdin = bool(r.DecodeBool()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45306,13 +45361,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stdout = bool(r.DecodeBool()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45322,13 +45377,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Stderr = bool(r.DecodeBool()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45338,13 +45393,13 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.TTY = bool(r.DecodeBool()) } - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45355,17 +45410,17 @@ func (x *PodAttachOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Container = string(r.DecodeString()) } for { - yyj3581++ - if yyhl3581 { - yyb3581 = yyj3581 > l + yyj3586++ + if yyhl3586 { + yyb3586 = yyj3586 > l } else { - yyb3581 = r.CheckBreak() + yyb3586 = r.CheckBreak() } - if yyb3581 { + if yyb3586 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3581-1, "") + z.DecStructFieldNotFound(yyj3586-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45377,41 +45432,41 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3589 := z.EncBinary() - _ = yym3589 + yym3594 := z.EncBinary() + _ = yym3594 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3590 := !z.EncBinary() - yy2arr3590 := z.EncBasicHandle().StructToArray - var yyq3590 [8]bool - _, _, _ = yysep3590, yyq3590, yy2arr3590 - const yyr3590 bool = false - yyq3590[0] = x.Kind != "" - yyq3590[1] = x.APIVersion != "" - yyq3590[2] = x.Stdin != false - yyq3590[3] = x.Stdout != false - yyq3590[4] = x.Stderr != false - yyq3590[5] = x.TTY != false - yyq3590[6] = x.Container != "" - var yynn3590 int - if yyr3590 || yy2arr3590 { + yysep3595 := !z.EncBinary() + yy2arr3595 := z.EncBasicHandle().StructToArray + var yyq3595 [8]bool + _, _, _ = yysep3595, yyq3595, yy2arr3595 + const yyr3595 bool = false + yyq3595[0] = x.Kind != "" + yyq3595[1] = x.APIVersion != "" + yyq3595[2] = x.Stdin != false + yyq3595[3] = x.Stdout != false + yyq3595[4] = x.Stderr != false + yyq3595[5] = x.TTY != false + yyq3595[6] = x.Container != "" + var yynn3595 int + if yyr3595 || yy2arr3595 { r.EncodeArrayStart(8) } else { - yynn3590 = 1 - for _, b := range yyq3590 { + yynn3595 = 1 + for _, b := range yyq3595 { if b { - yynn3590++ + yynn3595++ } } - r.EncodeMapStart(yynn3590) - yynn3590 = 0 + r.EncodeMapStart(yynn3595) + yynn3595 = 0 } - if yyr3590 || yy2arr3590 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[0] { - yym3592 := z.EncBinary() - _ = yym3592 + if yyq3595[0] { + yym3597 := z.EncBinary() + _ = yym3597 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45420,124 +45475,124 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3590[0] { + if yyq3595[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3593 := z.EncBinary() - _ = yym3593 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3590 || yy2arr3590 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[1] { - yym3595 := z.EncBinary() - _ = yym3595 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3590[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3596 := z.EncBinary() - _ = yym3596 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3590 || yy2arr3590 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[2] { yym3598 := z.EncBinary() _ = yym3598 if false { } else { - r.EncodeBool(bool(x.Stdin)) - } - } else { - r.EncodeBool(false) - } - } else { - if yyq3590[2] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdin")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3599 := z.EncBinary() - _ = yym3599 - if false { - } else { - r.EncodeBool(bool(x.Stdin)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3590 || yy2arr3590 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[3] { + if yyq3595[1] { + yym3600 := z.EncBinary() + _ = yym3600 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3595[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) yym3601 := z.EncBinary() _ = yym3601 if false { } else { - r.EncodeBool(bool(x.Stdout)) + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3595 || yy2arr3595 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3595[2] { + yym3603 := z.EncBinary() + _ = yym3603 + if false { + } else { + r.EncodeBool(bool(x.Stdin)) } } else { r.EncodeBool(false) } } else { - if yyq3590[3] { + if yyq3595[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stdout")) + r.EncodeString(codecSelferC_UTF81234, string("stdin")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3602 := z.EncBinary() - _ = yym3602 - if false { - } else { - r.EncodeBool(bool(x.Stdout)) - } - } - } - if yyr3590 || yy2arr3590 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[4] { yym3604 := z.EncBinary() _ = yym3604 if false { } else { - r.EncodeBool(bool(x.Stderr)) + r.EncodeBool(bool(x.Stdin)) + } + } + } + if yyr3595 || yy2arr3595 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3595[3] { + yym3606 := z.EncBinary() + _ = yym3606 + if false { + } else { + r.EncodeBool(bool(x.Stdout)) } } else { r.EncodeBool(false) } } else { - if yyq3590[4] { + if yyq3595[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("stderr")) + r.EncodeString(codecSelferC_UTF81234, string("stdout")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3605 := z.EncBinary() - _ = yym3605 - if false { - } else { - r.EncodeBool(bool(x.Stderr)) - } - } - } - if yyr3590 || yy2arr3590 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[5] { yym3607 := z.EncBinary() _ = yym3607 if false { + } else { + r.EncodeBool(bool(x.Stdout)) + } + } + } + if yyr3595 || yy2arr3595 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3595[4] { + yym3609 := z.EncBinary() + _ = yym3609 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } else { + r.EncodeBool(false) + } + } else { + if yyq3595[4] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("stderr")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3610 := z.EncBinary() + _ = yym3610 + if false { + } else { + r.EncodeBool(bool(x.Stderr)) + } + } + } + if yyr3595 || yy2arr3595 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3595[5] { + yym3612 := z.EncBinary() + _ = yym3612 + if false { } else { r.EncodeBool(bool(x.TTY)) } @@ -45545,23 +45600,23 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeBool(false) } } else { - if yyq3590[5] { + if yyq3595[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("tty")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3608 := z.EncBinary() - _ = yym3608 + yym3613 := z.EncBinary() + _ = yym3613 if false { } else { r.EncodeBool(bool(x.TTY)) } } } - if yyr3590 || yy2arr3590 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3590[6] { - yym3610 := z.EncBinary() - _ = yym3610 + if yyq3595[6] { + yym3615 := z.EncBinary() + _ = yym3615 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) @@ -45570,25 +45625,25 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3590[6] { + if yyq3595[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("container")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3611 := z.EncBinary() - _ = yym3611 + yym3616 := z.EncBinary() + _ = yym3616 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Container)) } } } - if yyr3590 || yy2arr3590 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Command == nil { r.EncodeNil() } else { - yym3613 := z.EncBinary() - _ = yym3613 + yym3618 := z.EncBinary() + _ = yym3618 if false { } else { z.F.EncSliceStringV(x.Command, false, e) @@ -45601,15 +45656,15 @@ func (x *PodExecOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x.Command == nil { r.EncodeNil() } else { - yym3614 := z.EncBinary() - _ = yym3614 + yym3619 := z.EncBinary() + _ = yym3619 if false { } else { z.F.EncSliceStringV(x.Command, false, e) } } } - if yyr3590 || yy2arr3590 { + if yyr3595 || yy2arr3595 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -45622,25 +45677,25 @@ func (x *PodExecOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3615 := z.DecBinary() - _ = yym3615 + yym3620 := z.DecBinary() + _ = yym3620 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3616 := r.ContainerType() - if yyct3616 == codecSelferValueTypeMap1234 { - yyl3616 := r.ReadMapStart() - if yyl3616 == 0 { + yyct3621 := r.ContainerType() + if yyct3621 == codecSelferValueTypeMap1234 { + yyl3621 := r.ReadMapStart() + if yyl3621 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3616, d) + x.codecDecodeSelfFromMap(yyl3621, d) } - } else if yyct3616 == codecSelferValueTypeArray1234 { - yyl3616 := r.ReadArrayStart() - if yyl3616 == 0 { + } else if yyct3621 == codecSelferValueTypeArray1234 { + yyl3621 := r.ReadArrayStart() + if yyl3621 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3616, d) + x.codecDecodeSelfFromArray(yyl3621, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -45652,12 +45707,12 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3617Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3617Slc - var yyhl3617 bool = l >= 0 - for yyj3617 := 0; ; yyj3617++ { - if yyhl3617 { - if yyj3617 >= l { + var yys3622Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3622Slc + var yyhl3622 bool = l >= 0 + for yyj3622 := 0; ; yyj3622++ { + if yyhl3622 { + if yyj3622 >= l { break } } else { @@ -45666,10 +45721,10 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3617Slc = r.DecodeBytes(yys3617Slc, true, true) - yys3617 := string(yys3617Slc) + yys3622Slc = r.DecodeBytes(yys3622Slc, true, true) + yys3622 := string(yys3622Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3617 { + switch yys3622 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -45716,18 +45771,18 @@ func (x *PodExecOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3625 := &x.Command - yym3626 := z.DecBinary() - _ = yym3626 + yyv3630 := &x.Command + yym3631 := z.DecBinary() + _ = yym3631 if false { } else { - z.F.DecSliceStringX(yyv3625, false, d) + z.F.DecSliceStringX(yyv3630, false, d) } } default: - z.DecStructFieldNotFound(-1, yys3617) - } // end switch yys3617 - } // end for yyj3617 + z.DecStructFieldNotFound(-1, yys3622) + } // end switch yys3622 + } // end for yyj3622 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -45735,16 +45790,16 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3627 int - var yyb3627 bool - var yyhl3627 bool = l >= 0 - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + var yyj3632 int + var yyb3632 bool + var yyhl3632 bool = l >= 0 + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45754,13 +45809,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45770,13 +45825,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45786,13 +45841,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdin = bool(r.DecodeBool()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45802,13 +45857,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stdout = bool(r.DecodeBool()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45818,13 +45873,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Stderr = bool(r.DecodeBool()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45834,13 +45889,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.TTY = bool(r.DecodeBool()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45850,13 +45905,13 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Container = string(r.DecodeString()) } - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -45864,26 +45919,26 @@ func (x *PodExecOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Command = nil } else { - yyv3635 := &x.Command - yym3636 := z.DecBinary() - _ = yym3636 + yyv3640 := &x.Command + yym3641 := z.DecBinary() + _ = yym3641 if false { } else { - z.F.DecSliceStringX(yyv3635, false, d) + z.F.DecSliceStringX(yyv3640, false, d) } } for { - yyj3627++ - if yyhl3627 { - yyb3627 = yyj3627 > l + yyj3632++ + if yyhl3632 { + yyb3632 = yyj3632 > l } else { - yyb3627 = r.CheckBreak() + yyb3632 = r.CheckBreak() } - if yyb3627 { + if yyb3632 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3627-1, "") + z.DecStructFieldNotFound(yyj3632-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -45895,37 +45950,37 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3637 := z.EncBinary() - _ = yym3637 + yym3642 := z.EncBinary() + _ = yym3642 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3638 := !z.EncBinary() - yy2arr3638 := z.EncBasicHandle().StructToArray - var yyq3638 [3]bool - _, _, _ = yysep3638, yyq3638, yy2arr3638 - const yyr3638 bool = false - yyq3638[0] = x.Kind != "" - yyq3638[1] = x.APIVersion != "" - yyq3638[2] = x.Path != "" - var yynn3638 int - if yyr3638 || yy2arr3638 { + yysep3643 := !z.EncBinary() + yy2arr3643 := z.EncBasicHandle().StructToArray + var yyq3643 [3]bool + _, _, _ = yysep3643, yyq3643, yy2arr3643 + const yyr3643 bool = false + yyq3643[0] = x.Kind != "" + yyq3643[1] = x.APIVersion != "" + yyq3643[2] = x.Path != "" + var yynn3643 int + if yyr3643 || yy2arr3643 { r.EncodeArrayStart(3) } else { - yynn3638 = 0 - for _, b := range yyq3638 { + yynn3643 = 0 + for _, b := range yyq3643 { if b { - yynn3638++ + yynn3643++ } } - r.EncodeMapStart(yynn3638) - yynn3638 = 0 + r.EncodeMapStart(yynn3643) + yynn3643 = 0 } - if yyr3638 || yy2arr3638 { + if yyr3643 || yy2arr3643 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3638[0] { - yym3640 := z.EncBinary() - _ = yym3640 + if yyq3643[0] { + yym3645 := z.EncBinary() + _ = yym3645 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -45934,49 +45989,49 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3638[0] { + if yyq3643[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3641 := z.EncBinary() - _ = yym3641 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3638 || yy2arr3638 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3638[1] { - yym3643 := z.EncBinary() - _ = yym3643 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3638[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3644 := z.EncBinary() - _ = yym3644 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3638 || yy2arr3638 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3638[2] { yym3646 := z.EncBinary() _ = yym3646 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3643 || yy2arr3643 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3643[1] { + yym3648 := z.EncBinary() + _ = yym3648 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3643[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3649 := z.EncBinary() + _ = yym3649 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3643 || yy2arr3643 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3643[2] { + yym3651 := z.EncBinary() + _ = yym3651 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } @@ -45984,19 +46039,19 @@ func (x *PodProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3638[2] { + if yyq3643[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3647 := z.EncBinary() - _ = yym3647 + yym3652 := z.EncBinary() + _ = yym3652 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3638 || yy2arr3638 { + if yyr3643 || yy2arr3643 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46009,25 +46064,25 @@ func (x *PodProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3648 := z.DecBinary() - _ = yym3648 + yym3653 := z.DecBinary() + _ = yym3653 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3649 := r.ContainerType() - if yyct3649 == codecSelferValueTypeMap1234 { - yyl3649 := r.ReadMapStart() - if yyl3649 == 0 { + yyct3654 := r.ContainerType() + if yyct3654 == codecSelferValueTypeMap1234 { + yyl3654 := r.ReadMapStart() + if yyl3654 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3649, d) + x.codecDecodeSelfFromMap(yyl3654, d) } - } else if yyct3649 == codecSelferValueTypeArray1234 { - yyl3649 := r.ReadArrayStart() - if yyl3649 == 0 { + } else if yyct3654 == codecSelferValueTypeArray1234 { + yyl3654 := r.ReadArrayStart() + if yyl3654 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3649, d) + x.codecDecodeSelfFromArray(yyl3654, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46039,12 +46094,12 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3650Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3650Slc - var yyhl3650 bool = l >= 0 - for yyj3650 := 0; ; yyj3650++ { - if yyhl3650 { - if yyj3650 >= l { + var yys3655Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3655Slc + var yyhl3655 bool = l >= 0 + for yyj3655 := 0; ; yyj3655++ { + if yyhl3655 { + if yyj3655 >= l { break } } else { @@ -46053,10 +46108,10 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3650Slc = r.DecodeBytes(yys3650Slc, true, true) - yys3650 := string(yys3650Slc) + yys3655Slc = r.DecodeBytes(yys3655Slc, true, true) + yys3655 := string(yys3655Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3650 { + switch yys3655 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46076,9 +46131,9 @@ func (x *PodProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3650) - } // end switch yys3650 - } // end for yyj3650 + z.DecStructFieldNotFound(-1, yys3655) + } // end switch yys3655 + } // end for yyj3655 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46086,16 +46141,16 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3654 int - var yyb3654 bool - var yyhl3654 bool = l >= 0 - yyj3654++ - if yyhl3654 { - yyb3654 = yyj3654 > l + var yyj3659 int + var yyb3659 bool + var yyhl3659 bool = l >= 0 + yyj3659++ + if yyhl3659 { + yyb3659 = yyj3659 > l } else { - yyb3654 = r.CheckBreak() + yyb3659 = r.CheckBreak() } - if yyb3654 { + if yyb3659 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46105,13 +46160,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3654++ - if yyhl3654 { - yyb3654 = yyj3654 > l + yyj3659++ + if yyhl3659 { + yyb3659 = yyj3659 > l } else { - yyb3654 = r.CheckBreak() + yyb3659 = r.CheckBreak() } - if yyb3654 { + if yyb3659 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46121,13 +46176,13 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3654++ - if yyhl3654 { - yyb3654 = yyj3654 > l + yyj3659++ + if yyhl3659 { + yyb3659 = yyj3659 > l } else { - yyb3654 = r.CheckBreak() + yyb3659 = r.CheckBreak() } - if yyb3654 { + if yyb3659 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46138,17 +46193,17 @@ func (x *PodProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3654++ - if yyhl3654 { - yyb3654 = yyj3654 > l + yyj3659++ + if yyhl3659 { + yyb3659 = yyj3659 > l } else { - yyb3654 = r.CheckBreak() + yyb3659 = r.CheckBreak() } - if yyb3654 { + if yyb3659 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3654-1, "") + z.DecStructFieldNotFound(yyj3659-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46160,37 +46215,37 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3658 := z.EncBinary() - _ = yym3658 + yym3663 := z.EncBinary() + _ = yym3663 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3659 := !z.EncBinary() - yy2arr3659 := z.EncBasicHandle().StructToArray - var yyq3659 [3]bool - _, _, _ = yysep3659, yyq3659, yy2arr3659 - const yyr3659 bool = false - yyq3659[0] = x.Kind != "" - yyq3659[1] = x.APIVersion != "" - yyq3659[2] = x.Path != "" - var yynn3659 int - if yyr3659 || yy2arr3659 { + yysep3664 := !z.EncBinary() + yy2arr3664 := z.EncBasicHandle().StructToArray + var yyq3664 [3]bool + _, _, _ = yysep3664, yyq3664, yy2arr3664 + const yyr3664 bool = false + yyq3664[0] = x.Kind != "" + yyq3664[1] = x.APIVersion != "" + yyq3664[2] = x.Path != "" + var yynn3664 int + if yyr3664 || yy2arr3664 { r.EncodeArrayStart(3) } else { - yynn3659 = 0 - for _, b := range yyq3659 { + yynn3664 = 0 + for _, b := range yyq3664 { if b { - yynn3659++ + yynn3664++ } } - r.EncodeMapStart(yynn3659) - yynn3659 = 0 + r.EncodeMapStart(yynn3664) + yynn3664 = 0 } - if yyr3659 || yy2arr3659 { + if yyr3664 || yy2arr3664 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3659[0] { - yym3661 := z.EncBinary() - _ = yym3661 + if yyq3664[0] { + yym3666 := z.EncBinary() + _ = yym3666 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46199,49 +46254,49 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3659[0] { + if yyq3664[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3662 := z.EncBinary() - _ = yym3662 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3659 || yy2arr3659 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3659[1] { - yym3664 := z.EncBinary() - _ = yym3664 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3659[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3665 := z.EncBinary() - _ = yym3665 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3659 || yy2arr3659 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3659[2] { yym3667 := z.EncBinary() _ = yym3667 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3664 || yy2arr3664 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3664[1] { + yym3669 := z.EncBinary() + _ = yym3669 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3664[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3670 := z.EncBinary() + _ = yym3670 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3664 || yy2arr3664 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3664[2] { + yym3672 := z.EncBinary() + _ = yym3672 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } @@ -46249,19 +46304,19 @@ func (x *NodeProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3659[2] { + if yyq3664[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3668 := z.EncBinary() - _ = yym3668 + yym3673 := z.EncBinary() + _ = yym3673 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3659 || yy2arr3659 { + if yyr3664 || yy2arr3664 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46274,25 +46329,25 @@ func (x *NodeProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3669 := z.DecBinary() - _ = yym3669 + yym3674 := z.DecBinary() + _ = yym3674 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3670 := r.ContainerType() - if yyct3670 == codecSelferValueTypeMap1234 { - yyl3670 := r.ReadMapStart() - if yyl3670 == 0 { + yyct3675 := r.ContainerType() + if yyct3675 == codecSelferValueTypeMap1234 { + yyl3675 := r.ReadMapStart() + if yyl3675 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3670, d) + x.codecDecodeSelfFromMap(yyl3675, d) } - } else if yyct3670 == codecSelferValueTypeArray1234 { - yyl3670 := r.ReadArrayStart() - if yyl3670 == 0 { + } else if yyct3675 == codecSelferValueTypeArray1234 { + yyl3675 := r.ReadArrayStart() + if yyl3675 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3670, d) + x.codecDecodeSelfFromArray(yyl3675, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46304,12 +46359,12 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3671Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3671Slc - var yyhl3671 bool = l >= 0 - for yyj3671 := 0; ; yyj3671++ { - if yyhl3671 { - if yyj3671 >= l { + var yys3676Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3676Slc + var yyhl3676 bool = l >= 0 + for yyj3676 := 0; ; yyj3676++ { + if yyhl3676 { + if yyj3676 >= l { break } } else { @@ -46318,10 +46373,10 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3671Slc = r.DecodeBytes(yys3671Slc, true, true) - yys3671 := string(yys3671Slc) + yys3676Slc = r.DecodeBytes(yys3676Slc, true, true) + yys3676 := string(yys3676Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3671 { + switch yys3676 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46341,9 +46396,9 @@ func (x *NodeProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3671) - } // end switch yys3671 - } // end for yyj3671 + z.DecStructFieldNotFound(-1, yys3676) + } // end switch yys3676 + } // end for yyj3676 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46351,16 +46406,16 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3675 int - var yyb3675 bool - var yyhl3675 bool = l >= 0 - yyj3675++ - if yyhl3675 { - yyb3675 = yyj3675 > l + var yyj3680 int + var yyb3680 bool + var yyhl3680 bool = l >= 0 + yyj3680++ + if yyhl3680 { + yyb3680 = yyj3680 > l } else { - yyb3675 = r.CheckBreak() + yyb3680 = r.CheckBreak() } - if yyb3675 { + if yyb3680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46370,13 +46425,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3675++ - if yyhl3675 { - yyb3675 = yyj3675 > l + yyj3680++ + if yyhl3680 { + yyb3680 = yyj3680 > l } else { - yyb3675 = r.CheckBreak() + yyb3680 = r.CheckBreak() } - if yyb3675 { + if yyb3680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46386,13 +46441,13 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3675++ - if yyhl3675 { - yyb3675 = yyj3675 > l + yyj3680++ + if yyhl3680 { + yyb3680 = yyj3680 > l } else { - yyb3675 = r.CheckBreak() + yyb3680 = r.CheckBreak() } - if yyb3675 { + if yyb3680 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46403,17 +46458,17 @@ func (x *NodeProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.Path = string(r.DecodeString()) } for { - yyj3675++ - if yyhl3675 { - yyb3675 = yyj3675 > l + yyj3680++ + if yyhl3680 { + yyb3680 = yyj3680 > l } else { - yyb3675 = r.CheckBreak() + yyb3680 = r.CheckBreak() } - if yyb3675 { + if yyb3680 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3675-1, "") + z.DecStructFieldNotFound(yyj3680-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46425,37 +46480,37 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3679 := z.EncBinary() - _ = yym3679 + yym3684 := z.EncBinary() + _ = yym3684 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3680 := !z.EncBinary() - yy2arr3680 := z.EncBasicHandle().StructToArray - var yyq3680 [3]bool - _, _, _ = yysep3680, yyq3680, yy2arr3680 - const yyr3680 bool = false - yyq3680[0] = x.Kind != "" - yyq3680[1] = x.APIVersion != "" - yyq3680[2] = x.Path != "" - var yynn3680 int - if yyr3680 || yy2arr3680 { + yysep3685 := !z.EncBinary() + yy2arr3685 := z.EncBasicHandle().StructToArray + var yyq3685 [3]bool + _, _, _ = yysep3685, yyq3685, yy2arr3685 + const yyr3685 bool = false + yyq3685[0] = x.Kind != "" + yyq3685[1] = x.APIVersion != "" + yyq3685[2] = x.Path != "" + var yynn3685 int + if yyr3685 || yy2arr3685 { r.EncodeArrayStart(3) } else { - yynn3680 = 0 - for _, b := range yyq3680 { + yynn3685 = 0 + for _, b := range yyq3685 { if b { - yynn3680++ + yynn3685++ } } - r.EncodeMapStart(yynn3680) - yynn3680 = 0 + r.EncodeMapStart(yynn3685) + yynn3685 = 0 } - if yyr3680 || yy2arr3680 { + if yyr3685 || yy2arr3685 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3680[0] { - yym3682 := z.EncBinary() - _ = yym3682 + if yyq3685[0] { + yym3687 := z.EncBinary() + _ = yym3687 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46464,49 +46519,49 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3680[0] { + if yyq3685[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3683 := z.EncBinary() - _ = yym3683 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3680 || yy2arr3680 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3680[1] { - yym3685 := z.EncBinary() - _ = yym3685 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3680[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3686 := z.EncBinary() - _ = yym3686 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3680 || yy2arr3680 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3680[2] { yym3688 := z.EncBinary() _ = yym3688 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3685 || yy2arr3685 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3685[1] { + yym3690 := z.EncBinary() + _ = yym3690 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3685[1] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3691 := z.EncBinary() + _ = yym3691 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3685 || yy2arr3685 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3685[2] { + yym3693 := z.EncBinary() + _ = yym3693 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } @@ -46514,19 +46569,19 @@ func (x *ServiceProxyOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3680[2] { + if yyq3685[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3689 := z.EncBinary() - _ = yym3689 + yym3694 := z.EncBinary() + _ = yym3694 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } } - if yyr3680 || yy2arr3680 { + if yyr3685 || yy2arr3685 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46539,25 +46594,25 @@ func (x *ServiceProxyOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3690 := z.DecBinary() - _ = yym3690 + yym3695 := z.DecBinary() + _ = yym3695 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3691 := r.ContainerType() - if yyct3691 == codecSelferValueTypeMap1234 { - yyl3691 := r.ReadMapStart() - if yyl3691 == 0 { + yyct3696 := r.ContainerType() + if yyct3696 == codecSelferValueTypeMap1234 { + yyl3696 := r.ReadMapStart() + if yyl3696 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3691, d) + x.codecDecodeSelfFromMap(yyl3696, d) } - } else if yyct3691 == codecSelferValueTypeArray1234 { - yyl3691 := r.ReadArrayStart() - if yyl3691 == 0 { + } else if yyct3696 == codecSelferValueTypeArray1234 { + yyl3696 := r.ReadArrayStart() + if yyl3696 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3691, d) + x.codecDecodeSelfFromArray(yyl3696, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46569,12 +46624,12 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3692Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3692Slc - var yyhl3692 bool = l >= 0 - for yyj3692 := 0; ; yyj3692++ { - if yyhl3692 { - if yyj3692 >= l { + var yys3697Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3697Slc + var yyhl3697 bool = l >= 0 + for yyj3697 := 0; ; yyj3697++ { + if yyhl3697 { + if yyj3697 >= l { break } } else { @@ -46583,10 +46638,10 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3692Slc = r.DecodeBytes(yys3692Slc, true, true) - yys3692 := string(yys3692Slc) + yys3697Slc = r.DecodeBytes(yys3697Slc, true, true) + yys3697 := string(yys3697Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3692 { + switch yys3697 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -46606,9 +46661,9 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder x.Path = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3692) - } // end switch yys3692 - } // end for yyj3692 + z.DecStructFieldNotFound(-1, yys3697) + } // end switch yys3697 + } // end for yyj3697 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46616,16 +46671,16 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3696 int - var yyb3696 bool - var yyhl3696 bool = l >= 0 - yyj3696++ - if yyhl3696 { - yyb3696 = yyj3696 > l + var yyj3701 int + var yyb3701 bool + var yyhl3701 bool = l >= 0 + yyj3701++ + if yyhl3701 { + yyb3701 = yyj3701 > l } else { - yyb3696 = r.CheckBreak() + yyb3701 = r.CheckBreak() } - if yyb3696 { + if yyb3701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46635,13 +46690,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3696++ - if yyhl3696 { - yyb3696 = yyj3696 > l + yyj3701++ + if yyhl3701 { + yyb3701 = yyj3701 > l } else { - yyb3696 = r.CheckBreak() + yyb3701 = r.CheckBreak() } - if yyb3696 { + if yyb3701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46651,13 +46706,13 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3696++ - if yyhl3696 { - yyb3696 = yyj3696 > l + yyj3701++ + if yyhl3701 { + yyb3701 = yyj3701 > l } else { - yyb3696 = r.CheckBreak() + yyb3701 = r.CheckBreak() } - if yyb3696 { + if yyb3701 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46668,17 +46723,17 @@ func (x *ServiceProxyOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decod x.Path = string(r.DecodeString()) } for { - yyj3696++ - if yyhl3696 { - yyb3696 = yyj3696 > l + yyj3701++ + if yyhl3701 { + yyb3701 = yyj3701 > l } else { - yyb3696 = r.CheckBreak() + yyb3701 = r.CheckBreak() } - if yyb3696 { + if yyb3701 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3696-1, "") + z.DecStructFieldNotFound(yyj3701-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -46690,34 +46745,34 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3700 := z.EncBinary() - _ = yym3700 + yym3705 := z.EncBinary() + _ = yym3705 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3701 := !z.EncBinary() - yy2arr3701 := z.EncBasicHandle().StructToArray - var yyq3701 [5]bool - _, _, _ = yysep3701, yyq3701, yy2arr3701 - const yyr3701 bool = false - yyq3701[4] = x.Controller != nil - var yynn3701 int - if yyr3701 || yy2arr3701 { + yysep3706 := !z.EncBinary() + yy2arr3706 := z.EncBasicHandle().StructToArray + var yyq3706 [5]bool + _, _, _ = yysep3706, yyq3706, yy2arr3706 + const yyr3706 bool = false + yyq3706[4] = x.Controller != nil + var yynn3706 int + if yyr3706 || yy2arr3706 { r.EncodeArrayStart(5) } else { - yynn3701 = 4 - for _, b := range yyq3701 { + yynn3706 = 4 + for _, b := range yyq3706 { if b { - yynn3701++ + yynn3706++ } } - r.EncodeMapStart(yynn3701) - yynn3701 = 0 + r.EncodeMapStart(yynn3706) + yynn3706 = 0 } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3703 := z.EncBinary() - _ = yym3703 + yym3708 := z.EncBinary() + _ = yym3708 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -46726,17 +46781,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3704 := z.EncBinary() - _ = yym3704 + yym3709 := z.EncBinary() + _ = yym3709 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3706 := z.EncBinary() - _ = yym3706 + yym3711 := z.EncBinary() + _ = yym3711 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -46745,17 +46800,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3707 := z.EncBinary() - _ = yym3707 + yym3712 := z.EncBinary() + _ = yym3712 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3709 := z.EncBinary() - _ = yym3709 + yym3714 := z.EncBinary() + _ = yym3714 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -46764,17 +46819,17 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3710 := z.EncBinary() - _ = yym3710 + yym3715 := z.EncBinary() + _ = yym3715 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym3712 := z.EncBinary() - _ = yym3712 + yym3717 := z.EncBinary() + _ = yym3717 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { @@ -46784,50 +46839,50 @@ func (x *OwnerReference) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3713 := z.EncBinary() - _ = yym3713 + yym3718 := z.EncBinary() + _ = yym3718 if false { } else if z.HasExtensions() && z.EncExt(x.UID) { } else { r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3701[4] { + if yyq3706[4] { if x.Controller == nil { r.EncodeNil() } else { - yy3715 := *x.Controller - yym3716 := z.EncBinary() - _ = yym3716 + yy3720 := *x.Controller + yym3721 := z.EncBinary() + _ = yym3721 if false { } else { - r.EncodeBool(bool(yy3715)) + r.EncodeBool(bool(yy3720)) } } } else { r.EncodeNil() } } else { - if yyq3701[4] { + if yyq3706[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("controller")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Controller == nil { r.EncodeNil() } else { - yy3717 := *x.Controller - yym3718 := z.EncBinary() - _ = yym3718 + yy3722 := *x.Controller + yym3723 := z.EncBinary() + _ = yym3723 if false { } else { - r.EncodeBool(bool(yy3717)) + r.EncodeBool(bool(yy3722)) } } } } - if yyr3701 || yy2arr3701 { + if yyr3706 || yy2arr3706 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -46840,25 +46895,25 @@ func (x *OwnerReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3719 := z.DecBinary() - _ = yym3719 + yym3724 := z.DecBinary() + _ = yym3724 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3720 := r.ContainerType() - if yyct3720 == codecSelferValueTypeMap1234 { - yyl3720 := r.ReadMapStart() - if yyl3720 == 0 { + yyct3725 := r.ContainerType() + if yyct3725 == codecSelferValueTypeMap1234 { + yyl3725 := r.ReadMapStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3720, d) + x.codecDecodeSelfFromMap(yyl3725, d) } - } else if yyct3720 == codecSelferValueTypeArray1234 { - yyl3720 := r.ReadArrayStart() - if yyl3720 == 0 { + } else if yyct3725 == codecSelferValueTypeArray1234 { + yyl3725 := r.ReadArrayStart() + if yyl3725 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3720, d) + x.codecDecodeSelfFromArray(yyl3725, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -46870,12 +46925,12 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3721Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3721Slc - var yyhl3721 bool = l >= 0 - for yyj3721 := 0; ; yyj3721++ { - if yyhl3721 { - if yyj3721 >= l { + var yys3726Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3726Slc + var yyhl3726 bool = l >= 0 + for yyj3726 := 0; ; yyj3726++ { + if yyhl3726 { + if yyj3726 >= l { break } } else { @@ -46884,10 +46939,10 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3721Slc = r.DecodeBytes(yys3721Slc, true, true) - yys3721 := string(yys3721Slc) + yys3726Slc = r.DecodeBytes(yys3726Slc, true, true) + yys3726 := string(yys3726Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3721 { + switch yys3726 { case "apiVersion": if r.TryDecodeAsNil() { x.APIVersion = "" @@ -46921,17 +46976,17 @@ func (x *OwnerReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3727 := z.DecBinary() - _ = yym3727 + yym3732 := z.DecBinary() + _ = yym3732 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys3721) - } // end switch yys3721 - } // end for yyj3721 + z.DecStructFieldNotFound(-1, yys3726) + } // end switch yys3726 + } // end for yyj3726 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -46939,16 +46994,16 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3728 int - var yyb3728 bool - var yyhl3728 bool = l >= 0 - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + var yyj3733 int + var yyb3733 bool + var yyhl3733 bool = l >= 0 + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46958,13 +47013,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46974,13 +47029,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -46990,13 +47045,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Name = string(r.DecodeString()) } - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47006,13 +47061,13 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47025,25 +47080,25 @@ func (x *OwnerReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if x.Controller == nil { x.Controller = new(bool) } - yym3734 := z.DecBinary() - _ = yym3734 + yym3739 := z.DecBinary() + _ = yym3739 if false { } else { *((*bool)(x.Controller)) = r.DecodeBool() } } for { - yyj3728++ - if yyhl3728 { - yyb3728 = yyj3728 > l + yyj3733++ + if yyhl3733 { + yyb3733 = yyj3733 > l } else { - yyb3728 = r.CheckBreak() + yyb3733 = r.CheckBreak() } - if yyb3728 { + if yyb3733 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3728-1, "") + z.DecStructFieldNotFound(yyj3733-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47055,41 +47110,41 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3735 := z.EncBinary() - _ = yym3735 + yym3740 := z.EncBinary() + _ = yym3740 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3736 := !z.EncBinary() - yy2arr3736 := z.EncBasicHandle().StructToArray - var yyq3736 [7]bool - _, _, _ = yysep3736, yyq3736, yy2arr3736 - const yyr3736 bool = false - yyq3736[0] = x.Kind != "" - yyq3736[1] = x.Namespace != "" - yyq3736[2] = x.Name != "" - yyq3736[3] = x.UID != "" - yyq3736[4] = x.APIVersion != "" - yyq3736[5] = x.ResourceVersion != "" - yyq3736[6] = x.FieldPath != "" - var yynn3736 int - if yyr3736 || yy2arr3736 { + yysep3741 := !z.EncBinary() + yy2arr3741 := z.EncBasicHandle().StructToArray + var yyq3741 [7]bool + _, _, _ = yysep3741, yyq3741, yy2arr3741 + const yyr3741 bool = false + yyq3741[0] = x.Kind != "" + yyq3741[1] = x.Namespace != "" + yyq3741[2] = x.Name != "" + yyq3741[3] = x.UID != "" + yyq3741[4] = x.APIVersion != "" + yyq3741[5] = x.ResourceVersion != "" + yyq3741[6] = x.FieldPath != "" + var yynn3741 int + if yyr3741 || yy2arr3741 { r.EncodeArrayStart(7) } else { - yynn3736 = 0 - for _, b := range yyq3736 { + yynn3741 = 0 + for _, b := range yyq3741 { if b { - yynn3736++ + yynn3741++ } } - r.EncodeMapStart(yynn3736) - yynn3736 = 0 + r.EncodeMapStart(yynn3741) + yynn3741 = 0 } - if yyr3736 || yy2arr3736 { + if yyr3741 || yy2arr3741 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[0] { - yym3738 := z.EncBinary() - _ = yym3738 + if yyq3741[0] { + yym3743 := z.EncBinary() + _ = yym3743 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47098,151 +47153,151 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[0] { + if yyq3741[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3739 := z.EncBinary() - _ = yym3739 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[1] { - yym3741 := z.EncBinary() - _ = yym3741 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq3736[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("namespace")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3742 := z.EncBinary() - _ = yym3742 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[2] { yym3744 := z.EncBinary() _ = yym3744 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) + } + } + } + if yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[1] { + yym3746 := z.EncBinary() + _ = yym3746 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Namespace)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[2] { + if yyq3741[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("name")) + r.EncodeString(codecSelferC_UTF81234, string("namespace")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3745 := z.EncBinary() - _ = yym3745 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Name)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[3] { yym3747 := z.EncBinary() _ = yym3747 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 yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[2] { + yym3749 := z.EncBinary() + _ = yym3749 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[3] { + if yyq3741[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("uid")) + r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3748 := z.EncBinary() - _ = yym3748 - if false { - } else if z.HasExtensions() && z.EncExt(x.UID) { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.UID)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[4] { yym3750 := z.EncBinary() _ = yym3750 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + r.EncodeString(codecSelferC_UTF81234, string(x.Name)) + } + } + } + if yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[3] { + yym3752 := z.EncBinary() + _ = yym3752 + if false { + } else if z.HasExtensions() && z.EncExt(x.UID) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.UID)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[4] { + if yyq3741[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) + r.EncodeString(codecSelferC_UTF81234, string("uid")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3751 := z.EncBinary() - _ = yym3751 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[5] { yym3753 := z.EncBinary() _ = yym3753 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 yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[4] { + yym3755 := z.EncBinary() + _ = yym3755 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[5] { + if yyq3741[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3754 := z.EncBinary() - _ = yym3754 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) - } - } - } - if yyr3736 || yy2arr3736 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3736[6] { yym3756 := z.EncBinary() _ = yym3756 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) + } + } + } + if yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[5] { + yym3758 := z.EncBinary() + _ = yym3758 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq3741[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("resourceVersion")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym3759 := z.EncBinary() + _ = yym3759 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.ResourceVersion)) + } + } + } + if yyr3741 || yy2arr3741 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3741[6] { + yym3761 := z.EncBinary() + _ = yym3761 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } @@ -47250,19 +47305,19 @@ func (x *ObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3736[6] { + if yyq3741[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldPath")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3757 := z.EncBinary() - _ = yym3757 + yym3762 := z.EncBinary() + _ = yym3762 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.FieldPath)) } } } - if yyr3736 || yy2arr3736 { + if yyr3741 || yy2arr3741 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47275,25 +47330,25 @@ func (x *ObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3758 := z.DecBinary() - _ = yym3758 + yym3763 := z.DecBinary() + _ = yym3763 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3759 := r.ContainerType() - if yyct3759 == codecSelferValueTypeMap1234 { - yyl3759 := r.ReadMapStart() - if yyl3759 == 0 { + yyct3764 := r.ContainerType() + if yyct3764 == codecSelferValueTypeMap1234 { + yyl3764 := r.ReadMapStart() + if yyl3764 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3759, d) + x.codecDecodeSelfFromMap(yyl3764, d) } - } else if yyct3759 == codecSelferValueTypeArray1234 { - yyl3759 := r.ReadArrayStart() - if yyl3759 == 0 { + } else if yyct3764 == codecSelferValueTypeArray1234 { + yyl3764 := r.ReadArrayStart() + if yyl3764 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3759, d) + x.codecDecodeSelfFromArray(yyl3764, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47305,12 +47360,12 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3760Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3760Slc - var yyhl3760 bool = l >= 0 - for yyj3760 := 0; ; yyj3760++ { - if yyhl3760 { - if yyj3760 >= l { + var yys3765Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3765Slc + var yyhl3765 bool = l >= 0 + for yyj3765 := 0; ; yyj3765++ { + if yyhl3765 { + if yyj3765 >= l { break } } else { @@ -47319,10 +47374,10 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3760Slc = r.DecodeBytes(yys3760Slc, true, true) - yys3760 := string(yys3760Slc) + yys3765Slc = r.DecodeBytes(yys3765Slc, true, true) + yys3765 := string(yys3765Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3760 { + switch yys3765 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47366,9 +47421,9 @@ func (x *ObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.FieldPath = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3760) - } // end switch yys3760 - } // end for yyj3760 + z.DecStructFieldNotFound(-1, yys3765) + } // end switch yys3765 + } // end for yyj3765 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47376,16 +47431,16 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3768 int - var yyb3768 bool - var yyhl3768 bool = l >= 0 - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + var yyj3773 int + var yyb3773 bool + var yyhl3773 bool = l >= 0 + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47395,13 +47450,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47411,13 +47466,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Namespace = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47427,13 +47482,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Name = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47443,13 +47498,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.UID = pkg1_types.UID(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47459,13 +47514,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47475,13 +47530,13 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.ResourceVersion = string(r.DecodeString()) } - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47492,17 +47547,17 @@ func (x *ObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) x.FieldPath = string(r.DecodeString()) } for { - yyj3768++ - if yyhl3768 { - yyb3768 = yyj3768 > l + yyj3773++ + if yyhl3773 { + yyb3773 = yyj3773 > l } else { - yyb3768 = r.CheckBreak() + yyb3773 = r.CheckBreak() } - if yyb3768 { + if yyb3773 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3768-1, "") + z.DecStructFieldNotFound(yyj3773-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47514,35 +47569,35 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3776 := z.EncBinary() - _ = yym3776 + yym3781 := z.EncBinary() + _ = yym3781 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3777 := !z.EncBinary() - yy2arr3777 := z.EncBasicHandle().StructToArray - var yyq3777 [1]bool - _, _, _ = yysep3777, yyq3777, yy2arr3777 - const yyr3777 bool = false - yyq3777[0] = x.Name != "" - var yynn3777 int - if yyr3777 || yy2arr3777 { + yysep3782 := !z.EncBinary() + yy2arr3782 := z.EncBasicHandle().StructToArray + var yyq3782 [1]bool + _, _, _ = yysep3782, yyq3782, yy2arr3782 + const yyr3782 bool = false + yyq3782[0] = x.Name != "" + var yynn3782 int + if yyr3782 || yy2arr3782 { r.EncodeArrayStart(1) } else { - yynn3777 = 0 - for _, b := range yyq3777 { + yynn3782 = 0 + for _, b := range yyq3782 { if b { - yynn3777++ + yynn3782++ } } - r.EncodeMapStart(yynn3777) - yynn3777 = 0 + r.EncodeMapStart(yynn3782) + yynn3782 = 0 } - if yyr3777 || yy2arr3777 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3777[0] { - yym3779 := z.EncBinary() - _ = yym3779 + if yyq3782[0] { + yym3784 := z.EncBinary() + _ = yym3784 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) @@ -47551,19 +47606,19 @@ func (x *LocalObjectReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3777[0] { + if yyq3782[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("name")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3780 := z.EncBinary() - _ = yym3780 + yym3785 := z.EncBinary() + _ = yym3785 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Name)) } } } - if yyr3777 || yy2arr3777 { + if yyr3782 || yy2arr3782 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47576,25 +47631,25 @@ func (x *LocalObjectReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3781 := z.DecBinary() - _ = yym3781 + yym3786 := z.DecBinary() + _ = yym3786 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3782 := r.ContainerType() - if yyct3782 == codecSelferValueTypeMap1234 { - yyl3782 := r.ReadMapStart() - if yyl3782 == 0 { + yyct3787 := r.ContainerType() + if yyct3787 == codecSelferValueTypeMap1234 { + yyl3787 := r.ReadMapStart() + if yyl3787 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3782, d) + x.codecDecodeSelfFromMap(yyl3787, d) } - } else if yyct3782 == codecSelferValueTypeArray1234 { - yyl3782 := r.ReadArrayStart() - if yyl3782 == 0 { + } else if yyct3787 == codecSelferValueTypeArray1234 { + yyl3787 := r.ReadArrayStart() + if yyl3787 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3782, d) + x.codecDecodeSelfFromArray(yyl3787, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47606,12 +47661,12 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3783Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3783Slc - var yyhl3783 bool = l >= 0 - for yyj3783 := 0; ; yyj3783++ { - if yyhl3783 { - if yyj3783 >= l { + var yys3788Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3788Slc + var yyhl3788 bool = l >= 0 + for yyj3788 := 0; ; yyj3788++ { + if yyhl3788 { + if yyj3788 >= l { break } } else { @@ -47620,10 +47675,10 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3783Slc = r.DecodeBytes(yys3783Slc, true, true) - yys3783 := string(yys3783Slc) + yys3788Slc = r.DecodeBytes(yys3788Slc, true, true) + yys3788 := string(yys3788Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3783 { + switch yys3788 { case "name": if r.TryDecodeAsNil() { x.Name = "" @@ -47631,9 +47686,9 @@ func (x *LocalObjectReference) codecDecodeSelfFromMap(l int, d *codec1978.Decode x.Name = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3783) - } // end switch yys3783 - } // end for yyj3783 + z.DecStructFieldNotFound(-1, yys3788) + } // end switch yys3788 + } // end for yyj3788 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47641,16 +47696,16 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3785 int - var yyb3785 bool - var yyhl3785 bool = l >= 0 - yyj3785++ - if yyhl3785 { - yyb3785 = yyj3785 > l + var yyj3790 int + var yyb3790 bool + var yyhl3790 bool = l >= 0 + yyj3790++ + if yyhl3790 { + yyb3790 = yyj3790 > l } else { - yyb3785 = r.CheckBreak() + yyb3790 = r.CheckBreak() } - if yyb3785 { + if yyb3790 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47661,17 +47716,17 @@ func (x *LocalObjectReference) codecDecodeSelfFromArray(l int, d *codec1978.Deco x.Name = string(r.DecodeString()) } for { - yyj3785++ - if yyhl3785 { - yyb3785 = yyj3785 > l + yyj3790++ + if yyhl3790 { + yyb3790 = yyj3790 > l } else { - yyb3785 = r.CheckBreak() + yyb3790 = r.CheckBreak() } - if yyb3785 { + if yyb3790 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3785-1, "") + z.DecStructFieldNotFound(yyj3790-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47683,37 +47738,37 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3787 := z.EncBinary() - _ = yym3787 + yym3792 := z.EncBinary() + _ = yym3792 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3788 := !z.EncBinary() - yy2arr3788 := z.EncBasicHandle().StructToArray - var yyq3788 [3]bool - _, _, _ = yysep3788, yyq3788, yy2arr3788 - const yyr3788 bool = false - yyq3788[0] = x.Kind != "" - yyq3788[1] = x.APIVersion != "" - yyq3788[2] = true - var yynn3788 int - if yyr3788 || yy2arr3788 { + yysep3793 := !z.EncBinary() + yy2arr3793 := z.EncBasicHandle().StructToArray + var yyq3793 [3]bool + _, _, _ = yysep3793, yyq3793, yy2arr3793 + const yyr3793 bool = false + yyq3793[0] = x.Kind != "" + yyq3793[1] = x.APIVersion != "" + yyq3793[2] = true + var yynn3793 int + if yyr3793 || yy2arr3793 { r.EncodeArrayStart(3) } else { - yynn3788 = 0 - for _, b := range yyq3788 { + yynn3793 = 0 + for _, b := range yyq3793 { if b { - yynn3788++ + yynn3793++ } } - r.EncodeMapStart(yynn3788) - yynn3788 = 0 + r.EncodeMapStart(yynn3793) + yynn3793 = 0 } - if yyr3788 || yy2arr3788 { + if yyr3793 || yy2arr3793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[0] { - yym3790 := z.EncBinary() - _ = yym3790 + if yyq3793[0] { + yym3795 := z.EncBinary() + _ = yym3795 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -47722,23 +47777,23 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3788[0] { + if yyq3793[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3791 := z.EncBinary() - _ = yym3791 + yym3796 := z.EncBinary() + _ = yym3796 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3788 || yy2arr3788 { + if yyr3793 || yy2arr3793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[1] { - yym3793 := z.EncBinary() - _ = yym3793 + if yyq3793[1] { + yym3798 := z.EncBinary() + _ = yym3798 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -47747,36 +47802,36 @@ func (x *SerializedReference) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3788[1] { + if yyq3793[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3794 := z.EncBinary() - _ = yym3794 + yym3799 := z.EncBinary() + _ = yym3799 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3788 || yy2arr3788 { + if yyr3793 || yy2arr3793 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3788[2] { - yy3796 := &x.Reference - yy3796.CodecEncodeSelf(e) + if yyq3793[2] { + yy3801 := &x.Reference + yy3801.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3788[2] { + if yyq3793[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reference")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3797 := &x.Reference - yy3797.CodecEncodeSelf(e) + yy3802 := &x.Reference + yy3802.CodecEncodeSelf(e) } } - if yyr3788 || yy2arr3788 { + if yyr3793 || yy2arr3793 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -47789,25 +47844,25 @@ func (x *SerializedReference) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3798 := z.DecBinary() - _ = yym3798 + yym3803 := z.DecBinary() + _ = yym3803 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3799 := r.ContainerType() - if yyct3799 == codecSelferValueTypeMap1234 { - yyl3799 := r.ReadMapStart() - if yyl3799 == 0 { + yyct3804 := r.ContainerType() + if yyct3804 == codecSelferValueTypeMap1234 { + yyl3804 := r.ReadMapStart() + if yyl3804 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3799, d) + x.codecDecodeSelfFromMap(yyl3804, d) } - } else if yyct3799 == codecSelferValueTypeArray1234 { - yyl3799 := r.ReadArrayStart() - if yyl3799 == 0 { + } else if yyct3804 == codecSelferValueTypeArray1234 { + yyl3804 := r.ReadArrayStart() + if yyl3804 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3799, d) + x.codecDecodeSelfFromArray(yyl3804, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -47819,12 +47874,12 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3800Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3800Slc - var yyhl3800 bool = l >= 0 - for yyj3800 := 0; ; yyj3800++ { - if yyhl3800 { - if yyj3800 >= l { + var yys3805Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3805Slc + var yyhl3805 bool = l >= 0 + for yyj3805 := 0; ; yyj3805++ { + if yyhl3805 { + if yyj3805 >= l { break } } else { @@ -47833,10 +47888,10 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3800Slc = r.DecodeBytes(yys3800Slc, true, true) - yys3800 := string(yys3800Slc) + yys3805Slc = r.DecodeBytes(yys3805Slc, true, true) + yys3805 := string(yys3805Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3800 { + switch yys3805 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -47853,13 +47908,13 @@ func (x *SerializedReference) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3803 := &x.Reference - yyv3803.CodecDecodeSelf(d) + yyv3808 := &x.Reference + yyv3808.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3800) - } // end switch yys3800 - } // end for yyj3800 + z.DecStructFieldNotFound(-1, yys3805) + } // end switch yys3805 + } // end for yyj3805 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -47867,16 +47922,16 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3804 int - var yyb3804 bool - var yyhl3804 bool = l >= 0 - yyj3804++ - if yyhl3804 { - yyb3804 = yyj3804 > l + var yyj3809 int + var yyb3809 bool + var yyhl3809 bool = l >= 0 + yyj3809++ + if yyhl3809 { + yyb3809 = yyj3809 > l } else { - yyb3804 = r.CheckBreak() + yyb3809 = r.CheckBreak() } - if yyb3804 { + if yyb3809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47886,13 +47941,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj3804++ - if yyhl3804 { - yyb3804 = yyj3804 > l + yyj3809++ + if yyhl3809 { + yyb3809 = yyj3809 > l } else { - yyb3804 = r.CheckBreak() + yyb3809 = r.CheckBreak() } - if yyb3804 { + if yyb3809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47902,13 +47957,13 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj3804++ - if yyhl3804 { - yyb3804 = yyj3804 > l + yyj3809++ + if yyhl3809 { + yyb3809 = yyj3809 > l } else { - yyb3804 = r.CheckBreak() + yyb3809 = r.CheckBreak() } - if yyb3804 { + if yyb3809 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -47916,21 +47971,21 @@ func (x *SerializedReference) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Reference = ObjectReference{} } else { - yyv3807 := &x.Reference - yyv3807.CodecDecodeSelf(d) + yyv3812 := &x.Reference + yyv3812.CodecDecodeSelf(d) } for { - yyj3804++ - if yyhl3804 { - yyb3804 = yyj3804 > l + yyj3809++ + if yyhl3809 { + yyb3809 = yyj3809 > l } else { - yyb3804 = r.CheckBreak() + yyb3809 = r.CheckBreak() } - if yyb3804 { + if yyb3809 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3804-1, "") + z.DecStructFieldNotFound(yyj3809-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -47942,36 +47997,36 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3808 := z.EncBinary() - _ = yym3808 + yym3813 := z.EncBinary() + _ = yym3813 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3809 := !z.EncBinary() - yy2arr3809 := z.EncBasicHandle().StructToArray - var yyq3809 [2]bool - _, _, _ = yysep3809, yyq3809, yy2arr3809 - const yyr3809 bool = false - yyq3809[0] = x.Component != "" - yyq3809[1] = x.Host != "" - var yynn3809 int - if yyr3809 || yy2arr3809 { + yysep3814 := !z.EncBinary() + yy2arr3814 := z.EncBasicHandle().StructToArray + var yyq3814 [2]bool + _, _, _ = yysep3814, yyq3814, yy2arr3814 + const yyr3814 bool = false + yyq3814[0] = x.Component != "" + yyq3814[1] = x.Host != "" + var yynn3814 int + if yyr3814 || yy2arr3814 { r.EncodeArrayStart(2) } else { - yynn3809 = 0 - for _, b := range yyq3809 { + yynn3814 = 0 + for _, b := range yyq3814 { if b { - yynn3809++ + yynn3814++ } } - r.EncodeMapStart(yynn3809) - yynn3809 = 0 + r.EncodeMapStart(yynn3814) + yynn3814 = 0 } - if yyr3809 || yy2arr3809 { + if yyr3814 || yy2arr3814 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3809[0] { - yym3811 := z.EncBinary() - _ = yym3811 + if yyq3814[0] { + yym3816 := z.EncBinary() + _ = yym3816 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) @@ -47980,23 +48035,23 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3809[0] { + if yyq3814[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("component")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3812 := z.EncBinary() - _ = yym3812 + yym3817 := z.EncBinary() + _ = yym3817 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Component)) } } } - if yyr3809 || yy2arr3809 { + if yyr3814 || yy2arr3814 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3809[1] { - yym3814 := z.EncBinary() - _ = yym3814 + if yyq3814[1] { + yym3819 := z.EncBinary() + _ = yym3819 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) @@ -48005,19 +48060,19 @@ func (x *EventSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3809[1] { + if yyq3814[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("host")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3815 := z.EncBinary() - _ = yym3815 + yym3820 := z.EncBinary() + _ = yym3820 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Host)) } } } - if yyr3809 || yy2arr3809 { + if yyr3814 || yy2arr3814 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48030,25 +48085,25 @@ func (x *EventSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3816 := z.DecBinary() - _ = yym3816 + yym3821 := z.DecBinary() + _ = yym3821 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3817 := r.ContainerType() - if yyct3817 == codecSelferValueTypeMap1234 { - yyl3817 := r.ReadMapStart() - if yyl3817 == 0 { + yyct3822 := r.ContainerType() + if yyct3822 == codecSelferValueTypeMap1234 { + yyl3822 := r.ReadMapStart() + if yyl3822 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3817, d) + x.codecDecodeSelfFromMap(yyl3822, d) } - } else if yyct3817 == codecSelferValueTypeArray1234 { - yyl3817 := r.ReadArrayStart() - if yyl3817 == 0 { + } else if yyct3822 == codecSelferValueTypeArray1234 { + yyl3822 := r.ReadArrayStart() + if yyl3822 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3817, d) + x.codecDecodeSelfFromArray(yyl3822, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48060,12 +48115,12 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3818Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3818Slc - var yyhl3818 bool = l >= 0 - for yyj3818 := 0; ; yyj3818++ { - if yyhl3818 { - if yyj3818 >= l { + var yys3823Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3823Slc + var yyhl3823 bool = l >= 0 + for yyj3823 := 0; ; yyj3823++ { + if yyhl3823 { + if yyj3823 >= l { break } } else { @@ -48074,10 +48129,10 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3818Slc = r.DecodeBytes(yys3818Slc, true, true) - yys3818 := string(yys3818Slc) + yys3823Slc = r.DecodeBytes(yys3823Slc, true, true) + yys3823 := string(yys3823Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3818 { + switch yys3823 { case "component": if r.TryDecodeAsNil() { x.Component = "" @@ -48091,9 +48146,9 @@ func (x *EventSource) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3818) - } // end switch yys3818 - } // end for yyj3818 + z.DecStructFieldNotFound(-1, yys3823) + } // end switch yys3823 + } // end for yyj3823 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48101,16 +48156,16 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3821 int - var yyb3821 bool - var yyhl3821 bool = l >= 0 - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + var yyj3826 int + var yyb3826 bool + var yyhl3826 bool = l >= 0 + yyj3826++ + if yyhl3826 { + yyb3826 = yyj3826 > l } else { - yyb3821 = r.CheckBreak() + yyb3826 = r.CheckBreak() } - if yyb3821 { + if yyb3826 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48120,13 +48175,13 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Component = string(r.DecodeString()) } - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + yyj3826++ + if yyhl3826 { + yyb3826 = yyj3826 > l } else { - yyb3821 = r.CheckBreak() + yyb3826 = r.CheckBreak() } - if yyb3821 { + if yyb3826 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48137,17 +48192,17 @@ func (x *EventSource) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Host = string(r.DecodeString()) } for { - yyj3821++ - if yyhl3821 { - yyb3821 = yyj3821 > l + yyj3826++ + if yyhl3826 { + yyb3826 = yyj3826 > l } else { - yyb3821 = r.CheckBreak() + yyb3826 = r.CheckBreak() } - if yyb3821 { + if yyb3826 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3821-1, "") + z.DecStructFieldNotFound(yyj3826-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48159,43 +48214,43 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3824 := z.EncBinary() - _ = yym3824 + yym3829 := z.EncBinary() + _ = yym3829 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3825 := !z.EncBinary() - yy2arr3825 := z.EncBasicHandle().StructToArray - var yyq3825 [11]bool - _, _, _ = yysep3825, yyq3825, yy2arr3825 - const yyr3825 bool = false - yyq3825[0] = x.Kind != "" - yyq3825[1] = x.APIVersion != "" - yyq3825[4] = x.Reason != "" - yyq3825[5] = x.Message != "" - yyq3825[6] = true - yyq3825[7] = true - yyq3825[8] = true - yyq3825[9] = x.Count != 0 - yyq3825[10] = x.Type != "" - var yynn3825 int - if yyr3825 || yy2arr3825 { + yysep3830 := !z.EncBinary() + yy2arr3830 := z.EncBasicHandle().StructToArray + var yyq3830 [11]bool + _, _, _ = yysep3830, yyq3830, yy2arr3830 + const yyr3830 bool = false + yyq3830[0] = x.Kind != "" + yyq3830[1] = x.APIVersion != "" + yyq3830[4] = x.Reason != "" + yyq3830[5] = x.Message != "" + yyq3830[6] = true + yyq3830[7] = true + yyq3830[8] = true + yyq3830[9] = x.Count != 0 + yyq3830[10] = x.Type != "" + var yynn3830 int + if yyr3830 || yy2arr3830 { r.EncodeArrayStart(11) } else { - yynn3825 = 2 - for _, b := range yyq3825 { + yynn3830 = 2 + for _, b := range yyq3830 { if b { - yynn3825++ + yynn3830++ } } - r.EncodeMapStart(yynn3825) - yynn3825 = 0 + r.EncodeMapStart(yynn3830) + yynn3830 = 0 } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[0] { - yym3827 := z.EncBinary() - _ = yym3827 + if yyq3830[0] { + yym3832 := z.EncBinary() + _ = yym3832 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48204,23 +48259,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3825[0] { + if yyq3830[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3828 := z.EncBinary() - _ = yym3828 + yym3833 := z.EncBinary() + _ = yym3833 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[1] { - yym3830 := z.EncBinary() - _ = yym3830 + if yyq3830[1] { + yym3835 := z.EncBinary() + _ = yym3835 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48229,45 +48284,45 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3825[1] { + if yyq3830[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3831 := z.EncBinary() - _ = yym3831 + yym3836 := z.EncBinary() + _ = yym3836 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3833 := &x.ObjectMeta - yy3833.CodecEncodeSelf(e) + yy3838 := &x.ObjectMeta + yy3838.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3834 := &x.ObjectMeta - yy3834.CodecEncodeSelf(e) + yy3839 := &x.ObjectMeta + yy3839.CodecEncodeSelf(e) } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy3836 := &x.InvolvedObject - yy3836.CodecEncodeSelf(e) + yy3841 := &x.InvolvedObject + yy3841.CodecEncodeSelf(e) } else { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("involvedObject")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3837 := &x.InvolvedObject - yy3837.CodecEncodeSelf(e) + yy3842 := &x.InvolvedObject + yy3842.CodecEncodeSelf(e) } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[4] { - yym3839 := z.EncBinary() - _ = yym3839 + if yyq3830[4] { + yym3844 := z.EncBinary() + _ = yym3844 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) @@ -48276,23 +48331,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3825[4] { + if yyq3830[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("reason")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3840 := z.EncBinary() - _ = yym3840 + yym3845 := z.EncBinary() + _ = yym3845 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Reason)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[5] { - yym3842 := z.EncBinary() - _ = yym3842 + if yyq3830[5] { + yym3847 := z.EncBinary() + _ = yym3847 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -48301,76 +48356,39 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3825[5] { + if yyq3830[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3843 := z.EncBinary() - _ = yym3843 + yym3848 := z.EncBinary() + _ = yym3848 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[6] { - yy3845 := &x.Source - yy3845.CodecEncodeSelf(e) + if yyq3830[6] { + yy3850 := &x.Source + yy3850.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3825[6] { + if yyq3830[6] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("source")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3846 := &x.Source - yy3846.CodecEncodeSelf(e) + yy3851 := &x.Source + yy3851.CodecEncodeSelf(e) } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[7] { - yy3848 := &x.FirstTimestamp - yym3849 := z.EncBinary() - _ = yym3849 - if false { - } else if z.HasExtensions() && z.EncExt(yy3848) { - } else if yym3849 { - z.EncBinaryMarshal(yy3848) - } else if !yym3849 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3848) - } else { - z.EncFallback(yy3848) - } - } else { - r.EncodeNil() - } - } else { - if yyq3825[7] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3850 := &x.FirstTimestamp - yym3851 := z.EncBinary() - _ = yym3851 - if false { - } else if z.HasExtensions() && z.EncExt(yy3850) { - } else if yym3851 { - z.EncBinaryMarshal(yy3850) - } else if !yym3851 && z.IsJSONHandle() { - z.EncJSONMarshal(yy3850) - } else { - z.EncFallback(yy3850) - } - } - } - if yyr3825 || yy2arr3825 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[8] { - yy3853 := &x.LastTimestamp + if yyq3830[7] { + yy3853 := &x.FirstTimestamp yym3854 := z.EncBinary() _ = yym3854 if false { @@ -48386,11 +48404,11 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3825[8] { + if yyq3830[7] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + r.EncodeString(codecSelferC_UTF81234, string("firstTimestamp")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3855 := &x.LastTimestamp + yy3855 := &x.FirstTimestamp yym3856 := z.EncBinary() _ = yym3856 if false { @@ -48404,11 +48422,48 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[9] { - yym3858 := z.EncBinary() - _ = yym3858 + if yyq3830[8] { + yy3858 := &x.LastTimestamp + yym3859 := z.EncBinary() + _ = yym3859 + if false { + } else if z.HasExtensions() && z.EncExt(yy3858) { + } else if yym3859 { + z.EncBinaryMarshal(yy3858) + } else if !yym3859 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3858) + } else { + z.EncFallback(yy3858) + } + } else { + r.EncodeNil() + } + } else { + if yyq3830[8] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("lastTimestamp")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yy3860 := &x.LastTimestamp + yym3861 := z.EncBinary() + _ = yym3861 + if false { + } else if z.HasExtensions() && z.EncExt(yy3860) { + } else if yym3861 { + z.EncBinaryMarshal(yy3860) + } else if !yym3861 && z.IsJSONHandle() { + z.EncJSONMarshal(yy3860) + } else { + z.EncFallback(yy3860) + } + } + } + if yyr3830 || yy2arr3830 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq3830[9] { + yym3863 := z.EncBinary() + _ = yym3863 if false { } else { r.EncodeInt(int64(x.Count)) @@ -48417,23 +48472,23 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeInt(0) } } else { - if yyq3825[9] { + if yyq3830[9] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("count")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3859 := z.EncBinary() - _ = yym3859 + yym3864 := z.EncBinary() + _ = yym3864 if false { } else { r.EncodeInt(int64(x.Count)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3825[10] { - yym3861 := z.EncBinary() - _ = yym3861 + if yyq3830[10] { + yym3866 := z.EncBinary() + _ = yym3866 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) @@ -48442,19 +48497,19 @@ func (x *Event) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3825[10] { + if yyq3830[10] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3862 := z.EncBinary() - _ = yym3862 + yym3867 := z.EncBinary() + _ = yym3867 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Type)) } } } - if yyr3825 || yy2arr3825 { + if yyr3830 || yy2arr3830 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48467,25 +48522,25 @@ func (x *Event) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3863 := z.DecBinary() - _ = yym3863 + yym3868 := z.DecBinary() + _ = yym3868 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3864 := r.ContainerType() - if yyct3864 == codecSelferValueTypeMap1234 { - yyl3864 := r.ReadMapStart() - if yyl3864 == 0 { + yyct3869 := r.ContainerType() + if yyct3869 == codecSelferValueTypeMap1234 { + yyl3869 := r.ReadMapStart() + if yyl3869 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3864, d) + x.codecDecodeSelfFromMap(yyl3869, d) } - } else if yyct3864 == codecSelferValueTypeArray1234 { - yyl3864 := r.ReadArrayStart() - if yyl3864 == 0 { + } else if yyct3869 == codecSelferValueTypeArray1234 { + yyl3869 := r.ReadArrayStart() + if yyl3869 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3864, d) + x.codecDecodeSelfFromArray(yyl3869, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -48497,12 +48552,12 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3865Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3865Slc - var yyhl3865 bool = l >= 0 - for yyj3865 := 0; ; yyj3865++ { - if yyhl3865 { - if yyj3865 >= l { + var yys3870Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3870Slc + var yyhl3870 bool = l >= 0 + for yyj3870 := 0; ; yyj3870++ { + if yyhl3870 { + if yyj3870 >= l { break } } else { @@ -48511,10 +48566,10 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3865Slc = r.DecodeBytes(yys3865Slc, true, true) - yys3865 := string(yys3865Slc) + yys3870Slc = r.DecodeBytes(yys3870Slc, true, true) + yys3870 := string(yys3870Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3865 { + switch yys3870 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -48531,15 +48586,15 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3868 := &x.ObjectMeta - yyv3868.CodecDecodeSelf(d) + yyv3873 := &x.ObjectMeta + yyv3873.CodecDecodeSelf(d) } case "involvedObject": if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3869 := &x.InvolvedObject - yyv3869.CodecDecodeSelf(d) + yyv3874 := &x.InvolvedObject + yyv3874.CodecDecodeSelf(d) } case "reason": if r.TryDecodeAsNil() { @@ -48557,41 +48612,41 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3872 := &x.Source - yyv3872.CodecDecodeSelf(d) + yyv3877 := &x.Source + yyv3877.CodecDecodeSelf(d) } case "firstTimestamp": if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3873 := &x.FirstTimestamp - yym3874 := z.DecBinary() - _ = yym3874 + yyv3878 := &x.FirstTimestamp + yym3879 := z.DecBinary() + _ = yym3879 if false { - } else if z.HasExtensions() && z.DecExt(yyv3873) { - } else if yym3874 { - z.DecBinaryUnmarshal(yyv3873) - } else if !yym3874 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3873) + } else if z.HasExtensions() && z.DecExt(yyv3878) { + } else if yym3879 { + z.DecBinaryUnmarshal(yyv3878) + } else if !yym3879 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3878) } else { - z.DecFallback(yyv3873, false) + z.DecFallback(yyv3878, false) } } case "lastTimestamp": if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3875 := &x.LastTimestamp - yym3876 := z.DecBinary() - _ = yym3876 + yyv3880 := &x.LastTimestamp + yym3881 := z.DecBinary() + _ = yym3881 if false { - } else if z.HasExtensions() && z.DecExt(yyv3875) { - } else if yym3876 { - z.DecBinaryUnmarshal(yyv3875) - } else if !yym3876 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3875) + } else if z.HasExtensions() && z.DecExt(yyv3880) { + } else if yym3881 { + z.DecBinaryUnmarshal(yyv3880) + } else if !yym3881 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3880) } else { - z.DecFallback(yyv3875, false) + z.DecFallback(yyv3880, false) } } case "count": @@ -48607,9 +48662,9 @@ func (x *Event) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys3865) - } // end switch yys3865 - } // end for yyj3865 + z.DecStructFieldNotFound(-1, yys3870) + } // end switch yys3870 + } // end for yyj3870 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -48617,16 +48672,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3879 int - var yyb3879 bool - var yyhl3879 bool = l >= 0 - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + var yyj3884 int + var yyb3884 bool + var yyhl3884 bool = l >= 0 + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48636,13 +48691,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48652,13 +48707,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48666,16 +48721,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv3882 := &x.ObjectMeta - yyv3882.CodecDecodeSelf(d) + yyv3887 := &x.ObjectMeta + yyv3887.CodecDecodeSelf(d) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48683,16 +48738,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.InvolvedObject = ObjectReference{} } else { - yyv3883 := &x.InvolvedObject - yyv3883.CodecDecodeSelf(d) + yyv3888 := &x.InvolvedObject + yyv3888.CodecDecodeSelf(d) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48702,13 +48757,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Reason = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48718,13 +48773,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Message = string(r.DecodeString()) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48732,16 +48787,16 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Source = EventSource{} } else { - yyv3886 := &x.Source - yyv3886.CodecDecodeSelf(d) + yyv3891 := &x.Source + yyv3891.CodecDecodeSelf(d) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48749,26 +48804,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.FirstTimestamp = pkg2_unversioned.Time{} } else { - yyv3887 := &x.FirstTimestamp - yym3888 := z.DecBinary() - _ = yym3888 + yyv3892 := &x.FirstTimestamp + yym3893 := z.DecBinary() + _ = yym3893 if false { - } else if z.HasExtensions() && z.DecExt(yyv3887) { - } else if yym3888 { - z.DecBinaryUnmarshal(yyv3887) - } else if !yym3888 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3887) + } else if z.HasExtensions() && z.DecExt(yyv3892) { + } else if yym3893 { + z.DecBinaryUnmarshal(yyv3892) + } else if !yym3893 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3892) } else { - z.DecFallback(yyv3887, false) + z.DecFallback(yyv3892, false) } } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48776,26 +48831,26 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.LastTimestamp = pkg2_unversioned.Time{} } else { - yyv3889 := &x.LastTimestamp - yym3890 := z.DecBinary() - _ = yym3890 + yyv3894 := &x.LastTimestamp + yym3895 := z.DecBinary() + _ = yym3895 if false { - } else if z.HasExtensions() && z.DecExt(yyv3889) { - } else if yym3890 { - z.DecBinaryUnmarshal(yyv3889) - } else if !yym3890 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv3889) + } else if z.HasExtensions() && z.DecExt(yyv3894) { + } else if yym3895 { + z.DecBinaryUnmarshal(yyv3894) + } else if !yym3895 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv3894) } else { - z.DecFallback(yyv3889, false) + z.DecFallback(yyv3894, false) } } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48805,13 +48860,13 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Count = int32(r.DecodeInt(32)) } - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -48822,17 +48877,17 @@ func (x *Event) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = string(r.DecodeString()) } for { - yyj3879++ - if yyhl3879 { - yyb3879 = yyj3879 > l + yyj3884++ + if yyhl3884 { + yyb3884 = yyj3884 > l } else { - yyb3879 = r.CheckBreak() + yyb3884 = r.CheckBreak() } - if yyb3879 { + if yyb3884 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3879-1, "") + z.DecStructFieldNotFound(yyj3884-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -48844,37 +48899,37 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3893 := z.EncBinary() - _ = yym3893 + yym3898 := z.EncBinary() + _ = yym3898 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3894 := !z.EncBinary() - yy2arr3894 := z.EncBasicHandle().StructToArray - var yyq3894 [4]bool - _, _, _ = yysep3894, yyq3894, yy2arr3894 - const yyr3894 bool = false - yyq3894[0] = x.Kind != "" - yyq3894[1] = x.APIVersion != "" - yyq3894[2] = true - var yynn3894 int - if yyr3894 || yy2arr3894 { + yysep3899 := !z.EncBinary() + yy2arr3899 := z.EncBasicHandle().StructToArray + var yyq3899 [4]bool + _, _, _ = yysep3899, yyq3899, yy2arr3899 + const yyr3899 bool = false + yyq3899[0] = x.Kind != "" + yyq3899[1] = x.APIVersion != "" + yyq3899[2] = true + var yynn3899 int + if yyr3899 || yy2arr3899 { r.EncodeArrayStart(4) } else { - yynn3894 = 1 - for _, b := range yyq3894 { + yynn3899 = 1 + for _, b := range yyq3899 { if b { - yynn3894++ + yynn3899++ } } - r.EncodeMapStart(yynn3894) - yynn3894 = 0 + r.EncodeMapStart(yynn3899) + yynn3899 = 0 } - if yyr3894 || yy2arr3894 { + if yyr3899 || yy2arr3899 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3894[0] { - yym3896 := z.EncBinary() - _ = yym3896 + if yyq3899[0] { + yym3901 := z.EncBinary() + _ = yym3901 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -48883,23 +48938,23 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3894[0] { + if yyq3899[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3897 := z.EncBinary() - _ = yym3897 + yym3902 := z.EncBinary() + _ = yym3902 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3894 || yy2arr3894 { + if yyr3899 || yy2arr3899 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3894[1] { - yym3899 := z.EncBinary() - _ = yym3899 + if yyq3899[1] { + yym3904 := z.EncBinary() + _ = yym3904 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -48908,54 +48963,54 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3894[1] { + if yyq3899[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3900 := z.EncBinary() - _ = yym3900 + yym3905 := z.EncBinary() + _ = yym3905 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3894 || yy2arr3894 { + if yyr3899 || yy2arr3899 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3894[2] { - yy3902 := &x.ListMeta - yym3903 := z.EncBinary() - _ = yym3903 + if yyq3899[2] { + yy3907 := &x.ListMeta + yym3908 := z.EncBinary() + _ = yym3908 if false { - } else if z.HasExtensions() && z.EncExt(yy3902) { + } else if z.HasExtensions() && z.EncExt(yy3907) { } else { - z.EncFallback(yy3902) + z.EncFallback(yy3907) } } else { r.EncodeNil() } } else { - if yyq3894[2] { + if yyq3899[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3904 := &x.ListMeta - yym3905 := z.EncBinary() - _ = yym3905 + yy3909 := &x.ListMeta + yym3910 := z.EncBinary() + _ = yym3910 if false { - } else if z.HasExtensions() && z.EncExt(yy3904) { + } else if z.HasExtensions() && z.EncExt(yy3909) { } else { - z.EncFallback(yy3904) + z.EncFallback(yy3909) } } } - if yyr3894 || yy2arr3894 { + if yyr3899 || yy2arr3899 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3907 := z.EncBinary() - _ = yym3907 + yym3912 := z.EncBinary() + _ = yym3912 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) @@ -48968,15 +49023,15 @@ func (x *EventList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3908 := z.EncBinary() - _ = yym3908 + yym3913 := z.EncBinary() + _ = yym3913 if false { } else { h.encSliceEvent(([]Event)(x.Items), e) } } } - if yyr3894 || yy2arr3894 { + if yyr3899 || yy2arr3899 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -48989,25 +49044,25 @@ func (x *EventList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3909 := z.DecBinary() - _ = yym3909 + yym3914 := z.DecBinary() + _ = yym3914 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3910 := r.ContainerType() - if yyct3910 == codecSelferValueTypeMap1234 { - yyl3910 := r.ReadMapStart() - if yyl3910 == 0 { + yyct3915 := r.ContainerType() + if yyct3915 == codecSelferValueTypeMap1234 { + yyl3915 := r.ReadMapStart() + if yyl3915 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3910, d) + x.codecDecodeSelfFromMap(yyl3915, d) } - } else if yyct3910 == codecSelferValueTypeArray1234 { - yyl3910 := r.ReadArrayStart() - if yyl3910 == 0 { + } else if yyct3915 == codecSelferValueTypeArray1234 { + yyl3915 := r.ReadArrayStart() + if yyl3915 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3910, d) + x.codecDecodeSelfFromArray(yyl3915, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49019,12 +49074,12 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3911Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3911Slc - var yyhl3911 bool = l >= 0 - for yyj3911 := 0; ; yyj3911++ { - if yyhl3911 { - if yyj3911 >= l { + var yys3916Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3916Slc + var yyhl3916 bool = l >= 0 + for yyj3916 := 0; ; yyj3916++ { + if yyhl3916 { + if yyj3916 >= l { break } } else { @@ -49033,10 +49088,10 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3911Slc = r.DecodeBytes(yys3911Slc, true, true) - yys3911 := string(yys3911Slc) + yys3916Slc = r.DecodeBytes(yys3916Slc, true, true) + yys3916 := string(yys3916Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3911 { + switch yys3916 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49053,31 +49108,31 @@ func (x *EventList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3914 := &x.ListMeta - yym3915 := z.DecBinary() - _ = yym3915 + yyv3919 := &x.ListMeta + yym3920 := z.DecBinary() + _ = yym3920 if false { - } else if z.HasExtensions() && z.DecExt(yyv3914) { + } else if z.HasExtensions() && z.DecExt(yyv3919) { } else { - z.DecFallback(yyv3914, false) + z.DecFallback(yyv3919, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3916 := &x.Items - yym3917 := z.DecBinary() - _ = yym3917 + yyv3921 := &x.Items + yym3922 := z.DecBinary() + _ = yym3922 if false { } else { - h.decSliceEvent((*[]Event)(yyv3916), d) + h.decSliceEvent((*[]Event)(yyv3921), d) } } default: - z.DecStructFieldNotFound(-1, yys3911) - } // end switch yys3911 - } // end for yyj3911 + z.DecStructFieldNotFound(-1, yys3916) + } // end switch yys3916 + } // end for yyj3916 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49085,16 +49140,16 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3918 int - var yyb3918 bool - var yyhl3918 bool = l >= 0 - yyj3918++ - if yyhl3918 { - yyb3918 = yyj3918 > l + var yyj3923 int + var yyb3923 bool + var yyhl3923 bool = l >= 0 + yyj3923++ + if yyhl3923 { + yyb3923 = yyj3923 > l } else { - yyb3918 = r.CheckBreak() + yyb3923 = r.CheckBreak() } - if yyb3918 { + if yyb3923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49104,13 +49159,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3918++ - if yyhl3918 { - yyb3918 = yyj3918 > l + yyj3923++ + if yyhl3923 { + yyb3923 = yyj3923 > l } else { - yyb3918 = r.CheckBreak() + yyb3923 = r.CheckBreak() } - if yyb3918 { + if yyb3923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49120,13 +49175,13 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3918++ - if yyhl3918 { - yyb3918 = yyj3918 > l + yyj3923++ + if yyhl3923 { + yyb3923 = yyj3923 > l } else { - yyb3918 = r.CheckBreak() + yyb3923 = r.CheckBreak() } - if yyb3918 { + if yyb3923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49134,22 +49189,22 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3921 := &x.ListMeta - yym3922 := z.DecBinary() - _ = yym3922 + yyv3926 := &x.ListMeta + yym3927 := z.DecBinary() + _ = yym3927 if false { - } else if z.HasExtensions() && z.DecExt(yyv3921) { + } else if z.HasExtensions() && z.DecExt(yyv3926) { } else { - z.DecFallback(yyv3921, false) + z.DecFallback(yyv3926, false) } } - yyj3918++ - if yyhl3918 { - yyb3918 = yyj3918 > l + yyj3923++ + if yyhl3923 { + yyb3923 = yyj3923 > l } else { - yyb3918 = r.CheckBreak() + yyb3923 = r.CheckBreak() } - if yyb3918 { + if yyb3923 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49157,26 +49212,26 @@ func (x *EventList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3923 := &x.Items - yym3924 := z.DecBinary() - _ = yym3924 + yyv3928 := &x.Items + yym3929 := z.DecBinary() + _ = yym3929 if false { } else { - h.decSliceEvent((*[]Event)(yyv3923), d) + h.decSliceEvent((*[]Event)(yyv3928), d) } } for { - yyj3918++ - if yyhl3918 { - yyb3918 = yyj3918 > l + yyj3923++ + if yyhl3923 { + yyb3923 = yyj3923 > l } else { - yyb3918 = r.CheckBreak() + yyb3923 = r.CheckBreak() } - if yyb3918 { + if yyb3923 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3918-1, "") + z.DecStructFieldNotFound(yyj3923-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49188,37 +49243,37 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3925 := z.EncBinary() - _ = yym3925 + yym3930 := z.EncBinary() + _ = yym3930 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3926 := !z.EncBinary() - yy2arr3926 := z.EncBasicHandle().StructToArray - var yyq3926 [4]bool - _, _, _ = yysep3926, yyq3926, yy2arr3926 - const yyr3926 bool = false - yyq3926[0] = x.Kind != "" - yyq3926[1] = x.APIVersion != "" - yyq3926[2] = true - var yynn3926 int - if yyr3926 || yy2arr3926 { + yysep3931 := !z.EncBinary() + yy2arr3931 := z.EncBasicHandle().StructToArray + var yyq3931 [4]bool + _, _, _ = yysep3931, yyq3931, yy2arr3931 + const yyr3931 bool = false + yyq3931[0] = x.Kind != "" + yyq3931[1] = x.APIVersion != "" + yyq3931[2] = true + var yynn3931 int + if yyr3931 || yy2arr3931 { r.EncodeArrayStart(4) } else { - yynn3926 = 1 - for _, b := range yyq3926 { + yynn3931 = 1 + for _, b := range yyq3931 { if b { - yynn3926++ + yynn3931++ } } - r.EncodeMapStart(yynn3926) - yynn3926 = 0 + r.EncodeMapStart(yynn3931) + yynn3931 = 0 } - if yyr3926 || yy2arr3926 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3926[0] { - yym3928 := z.EncBinary() - _ = yym3928 + if yyq3931[0] { + yym3933 := z.EncBinary() + _ = yym3933 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -49227,23 +49282,23 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3926[0] { + if yyq3931[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3929 := z.EncBinary() - _ = yym3929 + yym3934 := z.EncBinary() + _ = yym3934 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3926 || yy2arr3926 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3926[1] { - yym3931 := z.EncBinary() - _ = yym3931 + if yyq3931[1] { + yym3936 := z.EncBinary() + _ = yym3936 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -49252,54 +49307,54 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3926[1] { + if yyq3931[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym3932 := z.EncBinary() - _ = yym3932 + yym3937 := z.EncBinary() + _ = yym3937 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3926 || yy2arr3926 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3926[2] { - yy3934 := &x.ListMeta - yym3935 := z.EncBinary() - _ = yym3935 + if yyq3931[2] { + yy3939 := &x.ListMeta + yym3940 := z.EncBinary() + _ = yym3940 if false { - } else if z.HasExtensions() && z.EncExt(yy3934) { + } else if z.HasExtensions() && z.EncExt(yy3939) { } else { - z.EncFallback(yy3934) + z.EncFallback(yy3939) } } else { r.EncodeNil() } } else { - if yyq3926[2] { + if yyq3931[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy3936 := &x.ListMeta - yym3937 := z.EncBinary() - _ = yym3937 + yy3941 := &x.ListMeta + yym3942 := z.EncBinary() + _ = yym3942 if false { - } else if z.HasExtensions() && z.EncExt(yy3936) { + } else if z.HasExtensions() && z.EncExt(yy3941) { } else { - z.EncFallback(yy3936) + z.EncFallback(yy3941) } } } - if yyr3926 || yy2arr3926 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym3939 := z.EncBinary() - _ = yym3939 + yym3944 := z.EncBinary() + _ = yym3944 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) @@ -49312,15 +49367,15 @@ func (x *List) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym3940 := z.EncBinary() - _ = yym3940 + yym3945 := z.EncBinary() + _ = yym3945 if false { } else { h.encSliceruntime_RawExtension(([]pkg5_runtime.RawExtension)(x.Items), e) } } } - if yyr3926 || yy2arr3926 { + if yyr3931 || yy2arr3931 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49333,25 +49388,25 @@ func (x *List) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3941 := z.DecBinary() - _ = yym3941 + yym3946 := z.DecBinary() + _ = yym3946 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3942 := r.ContainerType() - if yyct3942 == codecSelferValueTypeMap1234 { - yyl3942 := r.ReadMapStart() - if yyl3942 == 0 { + yyct3947 := r.ContainerType() + if yyct3947 == codecSelferValueTypeMap1234 { + yyl3947 := r.ReadMapStart() + if yyl3947 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3942, d) + x.codecDecodeSelfFromMap(yyl3947, d) } - } else if yyct3942 == codecSelferValueTypeArray1234 { - yyl3942 := r.ReadArrayStart() - if yyl3942 == 0 { + } else if yyct3947 == codecSelferValueTypeArray1234 { + yyl3947 := r.ReadArrayStart() + if yyl3947 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3942, d) + x.codecDecodeSelfFromArray(yyl3947, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49363,12 +49418,12 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3943Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3943Slc - var yyhl3943 bool = l >= 0 - for yyj3943 := 0; ; yyj3943++ { - if yyhl3943 { - if yyj3943 >= l { + var yys3948Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3948Slc + var yyhl3948 bool = l >= 0 + for yyj3948 := 0; ; yyj3948++ { + if yyhl3948 { + if yyj3948 >= l { break } } else { @@ -49377,10 +49432,10 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3943Slc = r.DecodeBytes(yys3943Slc, true, true) - yys3943 := string(yys3943Slc) + yys3948Slc = r.DecodeBytes(yys3948Slc, true, true) + yys3948 := string(yys3948Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3943 { + switch yys3948 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -49397,31 +49452,31 @@ func (x *List) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3946 := &x.ListMeta - yym3947 := z.DecBinary() - _ = yym3947 + yyv3951 := &x.ListMeta + yym3952 := z.DecBinary() + _ = yym3952 if false { - } else if z.HasExtensions() && z.DecExt(yyv3946) { + } else if z.HasExtensions() && z.DecExt(yyv3951) { } else { - z.DecFallback(yyv3946, false) + z.DecFallback(yyv3951, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3948 := &x.Items - yym3949 := z.DecBinary() - _ = yym3949 + yyv3953 := &x.Items + yym3954 := z.DecBinary() + _ = yym3954 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3948), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3953), d) } } default: - z.DecStructFieldNotFound(-1, yys3943) - } // end switch yys3943 - } // end for yyj3943 + z.DecStructFieldNotFound(-1, yys3948) + } // end switch yys3948 + } // end for yyj3948 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49429,16 +49484,16 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3950 int - var yyb3950 bool - var yyhl3950 bool = l >= 0 - yyj3950++ - if yyhl3950 { - yyb3950 = yyj3950 > l + var yyj3955 int + var yyb3955 bool + var yyhl3955 bool = l >= 0 + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3950 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3950 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49448,13 +49503,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj3950++ - if yyhl3950 { - yyb3950 = yyj3950 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3950 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3950 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49464,13 +49519,13 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj3950++ - if yyhl3950 { - yyb3950 = yyj3950 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3950 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3950 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49478,22 +49533,22 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv3953 := &x.ListMeta - yym3954 := z.DecBinary() - _ = yym3954 + yyv3958 := &x.ListMeta + yym3959 := z.DecBinary() + _ = yym3959 if false { - } else if z.HasExtensions() && z.DecExt(yyv3953) { + } else if z.HasExtensions() && z.DecExt(yyv3958) { } else { - z.DecFallback(yyv3953, false) + z.DecFallback(yyv3958, false) } } - yyj3950++ - if yyhl3950 { - yyb3950 = yyj3950 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3950 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3950 { + if yyb3955 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49501,26 +49556,26 @@ func (x *List) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv3955 := &x.Items - yym3956 := z.DecBinary() - _ = yym3956 + yyv3960 := &x.Items + yym3961 := z.DecBinary() + _ = yym3961 if false { } else { - h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3955), d) + h.decSliceruntime_RawExtension((*[]pkg5_runtime.RawExtension)(yyv3960), d) } } for { - yyj3950++ - if yyhl3950 { - yyb3950 = yyj3950 > l + yyj3955++ + if yyhl3955 { + yyb3955 = yyj3955 > l } else { - yyb3950 = r.CheckBreak() + yyb3955 = r.CheckBreak() } - if yyb3950 { + if yyb3955 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3950-1, "") + z.DecStructFieldNotFound(yyj3955-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49529,8 +49584,8 @@ func (x LimitType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym3957 := z.EncBinary() - _ = yym3957 + yym3962 := z.EncBinary() + _ = yym3962 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -49542,8 +49597,8 @@ func (x *LimitType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3958 := z.DecBinary() - _ = yym3958 + yym3963 := z.DecBinary() + _ = yym3963 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -49558,53 +49613,53 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3959 := z.EncBinary() - _ = yym3959 + yym3964 := z.EncBinary() + _ = yym3964 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3960 := !z.EncBinary() - yy2arr3960 := z.EncBasicHandle().StructToArray - var yyq3960 [6]bool - _, _, _ = yysep3960, yyq3960, yy2arr3960 - const yyr3960 bool = false - yyq3960[0] = x.Type != "" - yyq3960[1] = len(x.Max) != 0 - yyq3960[2] = len(x.Min) != 0 - yyq3960[3] = len(x.Default) != 0 - yyq3960[4] = len(x.DefaultRequest) != 0 - yyq3960[5] = len(x.MaxLimitRequestRatio) != 0 - var yynn3960 int - if yyr3960 || yy2arr3960 { + yysep3965 := !z.EncBinary() + yy2arr3965 := z.EncBasicHandle().StructToArray + var yyq3965 [6]bool + _, _, _ = yysep3965, yyq3965, yy2arr3965 + const yyr3965 bool = false + yyq3965[0] = x.Type != "" + yyq3965[1] = len(x.Max) != 0 + yyq3965[2] = len(x.Min) != 0 + yyq3965[3] = len(x.Default) != 0 + yyq3965[4] = len(x.DefaultRequest) != 0 + yyq3965[5] = len(x.MaxLimitRequestRatio) != 0 + var yynn3965 int + if yyr3965 || yy2arr3965 { r.EncodeArrayStart(6) } else { - yynn3960 = 0 - for _, b := range yyq3960 { + yynn3965 = 0 + for _, b := range yyq3965 { if b { - yynn3960++ + yynn3965++ } } - r.EncodeMapStart(yynn3960) - yynn3960 = 0 + r.EncodeMapStart(yynn3965) + yynn3965 = 0 } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[0] { + if yyq3965[0] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3960[0] { + if yyq3965[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[1] { + if yyq3965[1] { if x.Max == nil { r.EncodeNil() } else { @@ -49614,7 +49669,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3960[1] { + if yyq3965[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("max")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49625,9 +49680,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[2] { + if yyq3965[2] { if x.Min == nil { r.EncodeNil() } else { @@ -49637,7 +49692,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3960[2] { + if yyq3965[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("min")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49648,9 +49703,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[3] { + if yyq3965[3] { if x.Default == nil { r.EncodeNil() } else { @@ -49660,7 +49715,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3960[3] { + if yyq3965[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("default")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49671,9 +49726,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[4] { + if yyq3965[4] { if x.DefaultRequest == nil { r.EncodeNil() } else { @@ -49683,7 +49738,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3960[4] { + if yyq3965[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultRequest")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49694,9 +49749,9 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3960[5] { + if yyq3965[5] { if x.MaxLimitRequestRatio == nil { r.EncodeNil() } else { @@ -49706,7 +49761,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq3960[5] { + if yyq3965[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("maxLimitRequestRatio")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -49717,7 +49772,7 @@ func (x *LimitRangeItem) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr3960 || yy2arr3960 { + if yyr3965 || yy2arr3965 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -49730,25 +49785,25 @@ func (x *LimitRangeItem) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3967 := z.DecBinary() - _ = yym3967 + yym3972 := z.DecBinary() + _ = yym3972 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3968 := r.ContainerType() - if yyct3968 == codecSelferValueTypeMap1234 { - yyl3968 := r.ReadMapStart() - if yyl3968 == 0 { + yyct3973 := r.ContainerType() + if yyct3973 == codecSelferValueTypeMap1234 { + yyl3973 := r.ReadMapStart() + if yyl3973 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3968, d) + x.codecDecodeSelfFromMap(yyl3973, d) } - } else if yyct3968 == codecSelferValueTypeArray1234 { - yyl3968 := r.ReadArrayStart() - if yyl3968 == 0 { + } else if yyct3973 == codecSelferValueTypeArray1234 { + yyl3973 := r.ReadArrayStart() + if yyl3973 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3968, d) + x.codecDecodeSelfFromArray(yyl3973, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -49760,12 +49815,12 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3969Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3969Slc - var yyhl3969 bool = l >= 0 - for yyj3969 := 0; ; yyj3969++ { - if yyhl3969 { - if yyj3969 >= l { + var yys3974Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3974Slc + var yyhl3974 bool = l >= 0 + for yyj3974 := 0; ; yyj3974++ { + if yyhl3974 { + if yyj3974 >= l { break } } else { @@ -49774,10 +49829,10 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3969Slc = r.DecodeBytes(yys3969Slc, true, true) - yys3969 := string(yys3969Slc) + yys3974Slc = r.DecodeBytes(yys3974Slc, true, true) + yys3974 := string(yys3974Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3969 { + switch yys3974 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -49788,41 +49843,41 @@ func (x *LimitRangeItem) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3971 := &x.Max - yyv3971.CodecDecodeSelf(d) + yyv3976 := &x.Max + yyv3976.CodecDecodeSelf(d) } case "min": if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3972 := &x.Min - yyv3972.CodecDecodeSelf(d) + yyv3977 := &x.Min + yyv3977.CodecDecodeSelf(d) } case "default": if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3973 := &x.Default - yyv3973.CodecDecodeSelf(d) + yyv3978 := &x.Default + yyv3978.CodecDecodeSelf(d) } case "defaultRequest": if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3974 := &x.DefaultRequest - yyv3974.CodecDecodeSelf(d) + yyv3979 := &x.DefaultRequest + yyv3979.CodecDecodeSelf(d) } case "maxLimitRequestRatio": if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3975 := &x.MaxLimitRequestRatio - yyv3975.CodecDecodeSelf(d) + yyv3980 := &x.MaxLimitRequestRatio + yyv3980.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys3969) - } // end switch yys3969 - } // end for yyj3969 + z.DecStructFieldNotFound(-1, yys3974) + } // end switch yys3974 + } // end for yyj3974 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -49830,16 +49885,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3976 int - var yyb3976 bool - var yyhl3976 bool = l >= 0 - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + var yyj3981 int + var yyb3981 bool + var yyhl3981 bool = l >= 0 + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49849,13 +49904,13 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = LimitType(r.DecodeString()) } - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49863,16 +49918,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Max = nil } else { - yyv3978 := &x.Max - yyv3978.CodecDecodeSelf(d) + yyv3983 := &x.Max + yyv3983.CodecDecodeSelf(d) } - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49880,16 +49935,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Min = nil } else { - yyv3979 := &x.Min - yyv3979.CodecDecodeSelf(d) + yyv3984 := &x.Min + yyv3984.CodecDecodeSelf(d) } - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49897,16 +49952,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Default = nil } else { - yyv3980 := &x.Default - yyv3980.CodecDecodeSelf(d) + yyv3985 := &x.Default + yyv3985.CodecDecodeSelf(d) } - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49914,16 +49969,16 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.DefaultRequest = nil } else { - yyv3981 := &x.DefaultRequest - yyv3981.CodecDecodeSelf(d) + yyv3986 := &x.DefaultRequest + yyv3986.CodecDecodeSelf(d) } - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -49931,21 +49986,21 @@ func (x *LimitRangeItem) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.MaxLimitRequestRatio = nil } else { - yyv3982 := &x.MaxLimitRequestRatio - yyv3982.CodecDecodeSelf(d) + yyv3987 := &x.MaxLimitRequestRatio + yyv3987.CodecDecodeSelf(d) } for { - yyj3976++ - if yyhl3976 { - yyb3976 = yyj3976 > l + yyj3981++ + if yyhl3981 { + yyb3981 = yyj3981 > l } else { - yyb3976 = r.CheckBreak() + yyb3981 = r.CheckBreak() } - if yyb3976 { + if yyb3981 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3976-1, "") + z.DecStructFieldNotFound(yyj3981-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -49957,36 +50012,36 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3983 := z.EncBinary() - _ = yym3983 + yym3988 := z.EncBinary() + _ = yym3988 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3984 := !z.EncBinary() - yy2arr3984 := z.EncBasicHandle().StructToArray - var yyq3984 [1]bool - _, _, _ = yysep3984, yyq3984, yy2arr3984 - const yyr3984 bool = false - var yynn3984 int - if yyr3984 || yy2arr3984 { + yysep3989 := !z.EncBinary() + yy2arr3989 := z.EncBasicHandle().StructToArray + var yyq3989 [1]bool + _, _, _ = yysep3989, yyq3989, yy2arr3989 + const yyr3989 bool = false + var yynn3989 int + if yyr3989 || yy2arr3989 { r.EncodeArrayStart(1) } else { - yynn3984 = 1 - for _, b := range yyq3984 { + yynn3989 = 1 + for _, b := range yyq3989 { if b { - yynn3984++ + yynn3989++ } } - r.EncodeMapStart(yynn3984) - yynn3984 = 0 + r.EncodeMapStart(yynn3989) + yynn3989 = 0 } - if yyr3984 || yy2arr3984 { + if yyr3989 || yy2arr3989 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Limits == nil { r.EncodeNil() } else { - yym3986 := z.EncBinary() - _ = yym3986 + yym3991 := z.EncBinary() + _ = yym3991 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) @@ -49999,15 +50054,15 @@ func (x *LimitRangeSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x.Limits == nil { r.EncodeNil() } else { - yym3987 := z.EncBinary() - _ = yym3987 + yym3992 := z.EncBinary() + _ = yym3992 if false { } else { h.encSliceLimitRangeItem(([]LimitRangeItem)(x.Limits), e) } } } - if yyr3984 || yy2arr3984 { + if yyr3989 || yy2arr3989 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50020,25 +50075,25 @@ func (x *LimitRangeSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym3988 := z.DecBinary() - _ = yym3988 + yym3993 := z.DecBinary() + _ = yym3993 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct3989 := r.ContainerType() - if yyct3989 == codecSelferValueTypeMap1234 { - yyl3989 := r.ReadMapStart() - if yyl3989 == 0 { + yyct3994 := r.ContainerType() + if yyct3994 == codecSelferValueTypeMap1234 { + yyl3994 := r.ReadMapStart() + if yyl3994 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl3989, d) + x.codecDecodeSelfFromMap(yyl3994, d) } - } else if yyct3989 == codecSelferValueTypeArray1234 { - yyl3989 := r.ReadArrayStart() - if yyl3989 == 0 { + } else if yyct3994 == codecSelferValueTypeArray1234 { + yyl3994 := r.ReadArrayStart() + if yyl3994 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl3989, d) + x.codecDecodeSelfFromArray(yyl3994, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50050,12 +50105,12 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys3990Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys3990Slc - var yyhl3990 bool = l >= 0 - for yyj3990 := 0; ; yyj3990++ { - if yyhl3990 { - if yyj3990 >= l { + var yys3995Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys3995Slc + var yyhl3995 bool = l >= 0 + for yyj3995 := 0; ; yyj3995++ { + if yyhl3995 { + if yyj3995 >= l { break } } else { @@ -50064,26 +50119,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys3990Slc = r.DecodeBytes(yys3990Slc, true, true) - yys3990 := string(yys3990Slc) + yys3995Slc = r.DecodeBytes(yys3995Slc, true, true) + yys3995 := string(yys3995Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys3990 { + switch yys3995 { case "limits": if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3991 := &x.Limits - yym3992 := z.DecBinary() - _ = yym3992 + yyv3996 := &x.Limits + yym3997 := z.DecBinary() + _ = yym3997 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3991), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3996), d) } } default: - z.DecStructFieldNotFound(-1, yys3990) - } // end switch yys3990 - } // end for yyj3990 + z.DecStructFieldNotFound(-1, yys3995) + } // end switch yys3995 + } // end for yyj3995 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50091,16 +50146,16 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj3993 int - var yyb3993 bool - var yyhl3993 bool = l >= 0 - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + var yyj3998 int + var yyb3998 bool + var yyhl3998 bool = l >= 0 + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3993 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3993 { + if yyb3998 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50108,26 +50163,26 @@ func (x *LimitRangeSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Limits = nil } else { - yyv3994 := &x.Limits - yym3995 := z.DecBinary() - _ = yym3995 + yyv3999 := &x.Limits + yym4000 := z.DecBinary() + _ = yym4000 if false { } else { - h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3994), d) + h.decSliceLimitRangeItem((*[]LimitRangeItem)(yyv3999), d) } } for { - yyj3993++ - if yyhl3993 { - yyb3993 = yyj3993 > l + yyj3998++ + if yyhl3998 { + yyb3998 = yyj3998 > l } else { - yyb3993 = r.CheckBreak() + yyb3998 = r.CheckBreak() } - if yyb3993 { + if yyb3998 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj3993-1, "") + z.DecStructFieldNotFound(yyj3998-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50139,38 +50194,38 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym3996 := z.EncBinary() - _ = yym3996 + yym4001 := z.EncBinary() + _ = yym4001 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep3997 := !z.EncBinary() - yy2arr3997 := z.EncBasicHandle().StructToArray - var yyq3997 [4]bool - _, _, _ = yysep3997, yyq3997, yy2arr3997 - const yyr3997 bool = false - yyq3997[0] = x.Kind != "" - yyq3997[1] = x.APIVersion != "" - yyq3997[2] = true - yyq3997[3] = true - var yynn3997 int - if yyr3997 || yy2arr3997 { + yysep4002 := !z.EncBinary() + yy2arr4002 := z.EncBasicHandle().StructToArray + var yyq4002 [4]bool + _, _, _ = yysep4002, yyq4002, yy2arr4002 + const yyr4002 bool = false + yyq4002[0] = x.Kind != "" + yyq4002[1] = x.APIVersion != "" + yyq4002[2] = true + yyq4002[3] = true + var yynn4002 int + if yyr4002 || yy2arr4002 { r.EncodeArrayStart(4) } else { - yynn3997 = 0 - for _, b := range yyq3997 { + yynn4002 = 0 + for _, b := range yyq4002 { if b { - yynn3997++ + yynn4002++ } } - r.EncodeMapStart(yynn3997) - yynn3997 = 0 + r.EncodeMapStart(yynn4002) + yynn4002 = 0 } - if yyr3997 || yy2arr3997 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3997[0] { - yym3999 := z.EncBinary() - _ = yym3999 + if yyq4002[0] { + yym4004 := z.EncBinary() + _ = yym4004 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50179,23 +50234,23 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3997[0] { + if yyq4002[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4000 := z.EncBinary() - _ = yym4000 + yym4005 := z.EncBinary() + _ = yym4005 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr3997 || yy2arr3997 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3997[1] { - yym4002 := z.EncBinary() - _ = yym4002 + if yyq4002[1] { + yym4007 := z.EncBinary() + _ = yym4007 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50204,53 +50259,53 @@ func (x *LimitRange) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq3997[1] { + if yyq4002[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4003 := z.EncBinary() - _ = yym4003 + yym4008 := z.EncBinary() + _ = yym4008 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr3997 || yy2arr3997 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3997[2] { - yy4005 := &x.ObjectMeta - yy4005.CodecEncodeSelf(e) + if yyq4002[2] { + yy4010 := &x.ObjectMeta + yy4010.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3997[2] { + if yyq4002[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4006 := &x.ObjectMeta - yy4006.CodecEncodeSelf(e) + yy4011 := &x.ObjectMeta + yy4011.CodecEncodeSelf(e) } } - if yyr3997 || yy2arr3997 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq3997[3] { - yy4008 := &x.Spec - yy4008.CodecEncodeSelf(e) + if yyq4002[3] { + yy4013 := &x.Spec + yy4013.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq3997[3] { + if yyq4002[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4009 := &x.Spec - yy4009.CodecEncodeSelf(e) + yy4014 := &x.Spec + yy4014.CodecEncodeSelf(e) } } - if yyr3997 || yy2arr3997 { + if yyr4002 || yy2arr4002 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50263,25 +50318,25 @@ func (x *LimitRange) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4010 := z.DecBinary() - _ = yym4010 + yym4015 := z.DecBinary() + _ = yym4015 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4011 := r.ContainerType() - if yyct4011 == codecSelferValueTypeMap1234 { - yyl4011 := r.ReadMapStart() - if yyl4011 == 0 { + yyct4016 := r.ContainerType() + if yyct4016 == codecSelferValueTypeMap1234 { + yyl4016 := r.ReadMapStart() + if yyl4016 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4011, d) + x.codecDecodeSelfFromMap(yyl4016, d) } - } else if yyct4011 == codecSelferValueTypeArray1234 { - yyl4011 := r.ReadArrayStart() - if yyl4011 == 0 { + } else if yyct4016 == codecSelferValueTypeArray1234 { + yyl4016 := r.ReadArrayStart() + if yyl4016 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4011, d) + x.codecDecodeSelfFromArray(yyl4016, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50293,12 +50348,12 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4012Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4012Slc - var yyhl4012 bool = l >= 0 - for yyj4012 := 0; ; yyj4012++ { - if yyhl4012 { - if yyj4012 >= l { + var yys4017Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4017Slc + var yyhl4017 bool = l >= 0 + for yyj4017 := 0; ; yyj4017++ { + if yyhl4017 { + if yyj4017 >= l { break } } else { @@ -50307,10 +50362,10 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4012Slc = r.DecodeBytes(yys4012Slc, true, true) - yys4012 := string(yys4012Slc) + yys4017Slc = r.DecodeBytes(yys4017Slc, true, true) + yys4017 := string(yys4017Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4012 { + switch yys4017 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50327,20 +50382,20 @@ func (x *LimitRange) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4015 := &x.ObjectMeta - yyv4015.CodecDecodeSelf(d) + yyv4020 := &x.ObjectMeta + yyv4020.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4016 := &x.Spec - yyv4016.CodecDecodeSelf(d) + yyv4021 := &x.Spec + yyv4021.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4012) - } // end switch yys4012 - } // end for yyj4012 + z.DecStructFieldNotFound(-1, yys4017) + } // end switch yys4017 + } // end for yyj4017 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50348,16 +50403,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4017 int - var yyb4017 bool - var yyhl4017 bool = l >= 0 - yyj4017++ - if yyhl4017 { - yyb4017 = yyj4017 > l + var yyj4022 int + var yyb4022 bool + var yyhl4022 bool = l >= 0 + yyj4022++ + if yyhl4022 { + yyb4022 = yyj4022 > l } else { - yyb4017 = r.CheckBreak() + yyb4022 = r.CheckBreak() } - if yyb4017 { + if yyb4022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50367,13 +50422,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4017++ - if yyhl4017 { - yyb4017 = yyj4017 > l + yyj4022++ + if yyhl4022 { + yyb4022 = yyj4022 > l } else { - yyb4017 = r.CheckBreak() + yyb4022 = r.CheckBreak() } - if yyb4017 { + if yyb4022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50383,13 +50438,13 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4017++ - if yyhl4017 { - yyb4017 = yyj4017 > l + yyj4022++ + if yyhl4022 { + yyb4022 = yyj4022 > l } else { - yyb4017 = r.CheckBreak() + yyb4022 = r.CheckBreak() } - if yyb4017 { + if yyb4022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50397,16 +50452,16 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4020 := &x.ObjectMeta - yyv4020.CodecDecodeSelf(d) + yyv4025 := &x.ObjectMeta + yyv4025.CodecDecodeSelf(d) } - yyj4017++ - if yyhl4017 { - yyb4017 = yyj4017 > l + yyj4022++ + if yyhl4022 { + yyb4022 = yyj4022 > l } else { - yyb4017 = r.CheckBreak() + yyb4022 = r.CheckBreak() } - if yyb4017 { + if yyb4022 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50414,21 +50469,21 @@ func (x *LimitRange) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = LimitRangeSpec{} } else { - yyv4021 := &x.Spec - yyv4021.CodecDecodeSelf(d) + yyv4026 := &x.Spec + yyv4026.CodecDecodeSelf(d) } for { - yyj4017++ - if yyhl4017 { - yyb4017 = yyj4017 > l + yyj4022++ + if yyhl4022 { + yyb4022 = yyj4022 > l } else { - yyb4017 = r.CheckBreak() + yyb4022 = r.CheckBreak() } - if yyb4017 { + if yyb4022 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4017-1, "") + z.DecStructFieldNotFound(yyj4022-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50440,37 +50495,37 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4022 := z.EncBinary() - _ = yym4022 + yym4027 := z.EncBinary() + _ = yym4027 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4023 := !z.EncBinary() - yy2arr4023 := z.EncBasicHandle().StructToArray - var yyq4023 [4]bool - _, _, _ = yysep4023, yyq4023, yy2arr4023 - const yyr4023 bool = false - yyq4023[0] = x.Kind != "" - yyq4023[1] = x.APIVersion != "" - yyq4023[2] = true - var yynn4023 int - if yyr4023 || yy2arr4023 { + yysep4028 := !z.EncBinary() + yy2arr4028 := z.EncBasicHandle().StructToArray + var yyq4028 [4]bool + _, _, _ = yysep4028, yyq4028, yy2arr4028 + const yyr4028 bool = false + yyq4028[0] = x.Kind != "" + yyq4028[1] = x.APIVersion != "" + yyq4028[2] = true + var yynn4028 int + if yyr4028 || yy2arr4028 { r.EncodeArrayStart(4) } else { - yynn4023 = 1 - for _, b := range yyq4023 { + yynn4028 = 1 + for _, b := range yyq4028 { if b { - yynn4023++ + yynn4028++ } } - r.EncodeMapStart(yynn4023) - yynn4023 = 0 + r.EncodeMapStart(yynn4028) + yynn4028 = 0 } - if yyr4023 || yy2arr4023 { + if yyr4028 || yy2arr4028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4023[0] { - yym4025 := z.EncBinary() - _ = yym4025 + if yyq4028[0] { + yym4030 := z.EncBinary() + _ = yym4030 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -50479,23 +50534,23 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4023[0] { + if yyq4028[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4026 := z.EncBinary() - _ = yym4026 + yym4031 := z.EncBinary() + _ = yym4031 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4023 || yy2arr4023 { + if yyr4028 || yy2arr4028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4023[1] { - yym4028 := z.EncBinary() - _ = yym4028 + if yyq4028[1] { + yym4033 := z.EncBinary() + _ = yym4033 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -50504,54 +50559,54 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4023[1] { + if yyq4028[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4029 := z.EncBinary() - _ = yym4029 + yym4034 := z.EncBinary() + _ = yym4034 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4023 || yy2arr4023 { + if yyr4028 || yy2arr4028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4023[2] { - yy4031 := &x.ListMeta - yym4032 := z.EncBinary() - _ = yym4032 + if yyq4028[2] { + yy4036 := &x.ListMeta + yym4037 := z.EncBinary() + _ = yym4037 if false { - } else if z.HasExtensions() && z.EncExt(yy4031) { + } else if z.HasExtensions() && z.EncExt(yy4036) { } else { - z.EncFallback(yy4031) + z.EncFallback(yy4036) } } else { r.EncodeNil() } } else { - if yyq4023[2] { + if yyq4028[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4033 := &x.ListMeta - yym4034 := z.EncBinary() - _ = yym4034 + yy4038 := &x.ListMeta + yym4039 := z.EncBinary() + _ = yym4039 if false { - } else if z.HasExtensions() && z.EncExt(yy4033) { + } else if z.HasExtensions() && z.EncExt(yy4038) { } else { - z.EncFallback(yy4033) + z.EncFallback(yy4038) } } } - if yyr4023 || yy2arr4023 { + if yyr4028 || yy2arr4028 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4036 := z.EncBinary() - _ = yym4036 + yym4041 := z.EncBinary() + _ = yym4041 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) @@ -50564,15 +50619,15 @@ func (x *LimitRangeList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4037 := z.EncBinary() - _ = yym4037 + yym4042 := z.EncBinary() + _ = yym4042 if false { } else { h.encSliceLimitRange(([]LimitRange)(x.Items), e) } } } - if yyr4023 || yy2arr4023 { + if yyr4028 || yy2arr4028 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50585,25 +50640,25 @@ func (x *LimitRangeList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4038 := z.DecBinary() - _ = yym4038 + yym4043 := z.DecBinary() + _ = yym4043 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4039 := r.ContainerType() - if yyct4039 == codecSelferValueTypeMap1234 { - yyl4039 := r.ReadMapStart() - if yyl4039 == 0 { + yyct4044 := r.ContainerType() + if yyct4044 == codecSelferValueTypeMap1234 { + yyl4044 := r.ReadMapStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4039, d) + x.codecDecodeSelfFromMap(yyl4044, d) } - } else if yyct4039 == codecSelferValueTypeArray1234 { - yyl4039 := r.ReadArrayStart() - if yyl4039 == 0 { + } else if yyct4044 == codecSelferValueTypeArray1234 { + yyl4044 := r.ReadArrayStart() + if yyl4044 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4039, d) + x.codecDecodeSelfFromArray(yyl4044, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50615,12 +50670,12 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4040Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4040Slc - var yyhl4040 bool = l >= 0 - for yyj4040 := 0; ; yyj4040++ { - if yyhl4040 { - if yyj4040 >= l { + var yys4045Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4045Slc + var yyhl4045 bool = l >= 0 + for yyj4045 := 0; ; yyj4045++ { + if yyhl4045 { + if yyj4045 >= l { break } } else { @@ -50629,10 +50684,10 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4040Slc = r.DecodeBytes(yys4040Slc, true, true) - yys4040 := string(yys4040Slc) + yys4045Slc = r.DecodeBytes(yys4045Slc, true, true) + yys4045 := string(yys4045Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4040 { + switch yys4045 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -50649,31 +50704,31 @@ func (x *LimitRangeList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4043 := &x.ListMeta - yym4044 := z.DecBinary() - _ = yym4044 + yyv4048 := &x.ListMeta + yym4049 := z.DecBinary() + _ = yym4049 if false { - } else if z.HasExtensions() && z.DecExt(yyv4043) { + } else if z.HasExtensions() && z.DecExt(yyv4048) { } else { - z.DecFallback(yyv4043, false) + z.DecFallback(yyv4048, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4045 := &x.Items - yym4046 := z.DecBinary() - _ = yym4046 + yyv4050 := &x.Items + yym4051 := z.DecBinary() + _ = yym4051 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4045), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4050), d) } } default: - z.DecStructFieldNotFound(-1, yys4040) - } // end switch yys4040 - } // end for yyj4040 + z.DecStructFieldNotFound(-1, yys4045) + } // end switch yys4045 + } // end for yyj4045 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50681,16 +50736,16 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4047 int - var yyb4047 bool - var yyhl4047 bool = l >= 0 - yyj4047++ - if yyhl4047 { - yyb4047 = yyj4047 > l + var yyj4052 int + var yyb4052 bool + var yyhl4052 bool = l >= 0 + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4047 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4047 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50700,13 +50755,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4047++ - if yyhl4047 { - yyb4047 = yyj4047 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4047 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4047 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50716,13 +50771,13 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4047++ - if yyhl4047 { - yyb4047 = yyj4047 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4047 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4047 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50730,22 +50785,22 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4050 := &x.ListMeta - yym4051 := z.DecBinary() - _ = yym4051 + yyv4055 := &x.ListMeta + yym4056 := z.DecBinary() + _ = yym4056 if false { - } else if z.HasExtensions() && z.DecExt(yyv4050) { + } else if z.HasExtensions() && z.DecExt(yyv4055) { } else { - z.DecFallback(yyv4050, false) + z.DecFallback(yyv4055, false) } } - yyj4047++ - if yyhl4047 { - yyb4047 = yyj4047 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4047 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4047 { + if yyb4052 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50753,26 +50808,26 @@ func (x *LimitRangeList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4052 := &x.Items - yym4053 := z.DecBinary() - _ = yym4053 + yyv4057 := &x.Items + yym4058 := z.DecBinary() + _ = yym4058 if false { } else { - h.decSliceLimitRange((*[]LimitRange)(yyv4052), d) + h.decSliceLimitRange((*[]LimitRange)(yyv4057), d) } } for { - yyj4047++ - if yyhl4047 { - yyb4047 = yyj4047 > l + yyj4052++ + if yyhl4052 { + yyb4052 = yyj4052 > l } else { - yyb4047 = r.CheckBreak() + yyb4052 = r.CheckBreak() } - if yyb4047 { + if yyb4052 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4047-1, "") + z.DecStructFieldNotFound(yyj4052-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -50781,8 +50836,8 @@ func (x ResourceQuotaScope) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4054 := z.EncBinary() - _ = yym4054 + yym4059 := z.EncBinary() + _ = yym4059 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -50794,8 +50849,8 @@ func (x *ResourceQuotaScope) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4055 := z.DecBinary() - _ = yym4055 + yym4060 := z.DecBinary() + _ = yym4060 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -50810,34 +50865,34 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4056 := z.EncBinary() - _ = yym4056 + yym4061 := z.EncBinary() + _ = yym4061 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4057 := !z.EncBinary() - yy2arr4057 := z.EncBasicHandle().StructToArray - var yyq4057 [2]bool - _, _, _ = yysep4057, yyq4057, yy2arr4057 - const yyr4057 bool = false - yyq4057[0] = len(x.Hard) != 0 - yyq4057[1] = len(x.Scopes) != 0 - var yynn4057 int - if yyr4057 || yy2arr4057 { + yysep4062 := !z.EncBinary() + yy2arr4062 := z.EncBasicHandle().StructToArray + var yyq4062 [2]bool + _, _, _ = yysep4062, yyq4062, yy2arr4062 + const yyr4062 bool = false + yyq4062[0] = len(x.Hard) != 0 + yyq4062[1] = len(x.Scopes) != 0 + var yynn4062 int + if yyr4062 || yy2arr4062 { r.EncodeArrayStart(2) } else { - yynn4057 = 0 - for _, b := range yyq4057 { + yynn4062 = 0 + for _, b := range yyq4062 { if b { - yynn4057++ + yynn4062++ } } - r.EncodeMapStart(yynn4057) - yynn4057 = 0 + r.EncodeMapStart(yynn4062) + yynn4062 = 0 } - if yyr4057 || yy2arr4057 { + if yyr4062 || yy2arr4062 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4057[0] { + if yyq4062[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -50847,7 +50902,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4057[0] { + if yyq4062[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -50858,14 +50913,14 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4057 || yy2arr4057 { + if yyr4062 || yy2arr4062 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4057[1] { + if yyq4062[1] { if x.Scopes == nil { r.EncodeNil() } else { - yym4060 := z.EncBinary() - _ = yym4060 + yym4065 := z.EncBinary() + _ = yym4065 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -50875,15 +50930,15 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4057[1] { + if yyq4062[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("scopes")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Scopes == nil { r.EncodeNil() } else { - yym4061 := z.EncBinary() - _ = yym4061 + yym4066 := z.EncBinary() + _ = yym4066 if false { } else { h.encSliceResourceQuotaScope(([]ResourceQuotaScope)(x.Scopes), e) @@ -50891,7 +50946,7 @@ func (x *ResourceQuotaSpec) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4057 || yy2arr4057 { + if yyr4062 || yy2arr4062 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -50904,25 +50959,25 @@ func (x *ResourceQuotaSpec) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4062 := z.DecBinary() - _ = yym4062 + yym4067 := z.DecBinary() + _ = yym4067 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4063 := r.ContainerType() - if yyct4063 == codecSelferValueTypeMap1234 { - yyl4063 := r.ReadMapStart() - if yyl4063 == 0 { + yyct4068 := r.ContainerType() + if yyct4068 == codecSelferValueTypeMap1234 { + yyl4068 := r.ReadMapStart() + if yyl4068 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4063, d) + x.codecDecodeSelfFromMap(yyl4068, d) } - } else if yyct4063 == codecSelferValueTypeArray1234 { - yyl4063 := r.ReadArrayStart() - if yyl4063 == 0 { + } else if yyct4068 == codecSelferValueTypeArray1234 { + yyl4068 := r.ReadArrayStart() + if yyl4068 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4063, d) + x.codecDecodeSelfFromArray(yyl4068, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -50934,12 +50989,12 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4064Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4064Slc - var yyhl4064 bool = l >= 0 - for yyj4064 := 0; ; yyj4064++ { - if yyhl4064 { - if yyj4064 >= l { + var yys4069Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4069Slc + var yyhl4069 bool = l >= 0 + for yyj4069 := 0; ; yyj4069++ { + if yyhl4069 { + if yyj4069 >= l { break } } else { @@ -50948,33 +51003,33 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4064Slc = r.DecodeBytes(yys4064Slc, true, true) - yys4064 := string(yys4064Slc) + yys4069Slc = r.DecodeBytes(yys4069Slc, true, true) + yys4069 := string(yys4069Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4064 { + switch yys4069 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4065 := &x.Hard - yyv4065.CodecDecodeSelf(d) + yyv4070 := &x.Hard + yyv4070.CodecDecodeSelf(d) } case "scopes": if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4066 := &x.Scopes - yym4067 := z.DecBinary() - _ = yym4067 + yyv4071 := &x.Scopes + yym4072 := z.DecBinary() + _ = yym4072 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4066), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4071), d) } } default: - z.DecStructFieldNotFound(-1, yys4064) - } // end switch yys4064 - } // end for yyj4064 + z.DecStructFieldNotFound(-1, yys4069) + } // end switch yys4069 + } // end for yyj4069 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -50982,16 +51037,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4068 int - var yyb4068 bool - var yyhl4068 bool = l >= 0 - yyj4068++ - if yyhl4068 { - yyb4068 = yyj4068 > l + var yyj4073 int + var yyb4073 bool + var yyhl4073 bool = l >= 0 + yyj4073++ + if yyhl4073 { + yyb4073 = yyj4073 > l } else { - yyb4068 = r.CheckBreak() + yyb4073 = r.CheckBreak() } - if yyb4068 { + if yyb4073 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -50999,16 +51054,16 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4069 := &x.Hard - yyv4069.CodecDecodeSelf(d) + yyv4074 := &x.Hard + yyv4074.CodecDecodeSelf(d) } - yyj4068++ - if yyhl4068 { - yyb4068 = yyj4068 > l + yyj4073++ + if yyhl4073 { + yyb4073 = yyj4073 > l } else { - yyb4068 = r.CheckBreak() + yyb4073 = r.CheckBreak() } - if yyb4068 { + if yyb4073 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51016,26 +51071,26 @@ func (x *ResourceQuotaSpec) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Scopes = nil } else { - yyv4070 := &x.Scopes - yym4071 := z.DecBinary() - _ = yym4071 + yyv4075 := &x.Scopes + yym4076 := z.DecBinary() + _ = yym4076 if false { } else { - h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4070), d) + h.decSliceResourceQuotaScope((*[]ResourceQuotaScope)(yyv4075), d) } } for { - yyj4068++ - if yyhl4068 { - yyb4068 = yyj4068 > l + yyj4073++ + if yyhl4073 { + yyb4073 = yyj4073 > l } else { - yyb4068 = r.CheckBreak() + yyb4073 = r.CheckBreak() } - if yyb4068 { + if yyb4073 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4068-1, "") + z.DecStructFieldNotFound(yyj4073-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51047,34 +51102,34 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4072 := z.EncBinary() - _ = yym4072 + yym4077 := z.EncBinary() + _ = yym4077 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4073 := !z.EncBinary() - yy2arr4073 := z.EncBasicHandle().StructToArray - var yyq4073 [2]bool - _, _, _ = yysep4073, yyq4073, yy2arr4073 - const yyr4073 bool = false - yyq4073[0] = len(x.Hard) != 0 - yyq4073[1] = len(x.Used) != 0 - var yynn4073 int - if yyr4073 || yy2arr4073 { + yysep4078 := !z.EncBinary() + yy2arr4078 := z.EncBasicHandle().StructToArray + var yyq4078 [2]bool + _, _, _ = yysep4078, yyq4078, yy2arr4078 + const yyr4078 bool = false + yyq4078[0] = len(x.Hard) != 0 + yyq4078[1] = len(x.Used) != 0 + var yynn4078 int + if yyr4078 || yy2arr4078 { r.EncodeArrayStart(2) } else { - yynn4073 = 0 - for _, b := range yyq4073 { + yynn4078 = 0 + for _, b := range yyq4078 { if b { - yynn4073++ + yynn4078++ } } - r.EncodeMapStart(yynn4073) - yynn4073 = 0 + r.EncodeMapStart(yynn4078) + yynn4078 = 0 } - if yyr4073 || yy2arr4073 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[0] { + if yyq4078[0] { if x.Hard == nil { r.EncodeNil() } else { @@ -51084,7 +51139,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4073[0] { + if yyq4078[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("hard")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51095,9 +51150,9 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4073 || yy2arr4073 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4073[1] { + if yyq4078[1] { if x.Used == nil { r.EncodeNil() } else { @@ -51107,7 +51162,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4073[1] { + if yyq4078[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("used")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -51118,7 +51173,7 @@ func (x *ResourceQuotaStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4073 || yy2arr4073 { + if yyr4078 || yy2arr4078 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51131,25 +51186,25 @@ func (x *ResourceQuotaStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4076 := z.DecBinary() - _ = yym4076 + yym4081 := z.DecBinary() + _ = yym4081 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4077 := r.ContainerType() - if yyct4077 == codecSelferValueTypeMap1234 { - yyl4077 := r.ReadMapStart() - if yyl4077 == 0 { + yyct4082 := r.ContainerType() + if yyct4082 == codecSelferValueTypeMap1234 { + yyl4082 := r.ReadMapStart() + if yyl4082 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4077, d) + x.codecDecodeSelfFromMap(yyl4082, d) } - } else if yyct4077 == codecSelferValueTypeArray1234 { - yyl4077 := r.ReadArrayStart() - if yyl4077 == 0 { + } else if yyct4082 == codecSelferValueTypeArray1234 { + yyl4082 := r.ReadArrayStart() + if yyl4082 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4077, d) + x.codecDecodeSelfFromArray(yyl4082, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51161,12 +51216,12 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4078Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4078Slc - var yyhl4078 bool = l >= 0 - for yyj4078 := 0; ; yyj4078++ { - if yyhl4078 { - if yyj4078 >= l { + var yys4083Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4083Slc + var yyhl4083 bool = l >= 0 + for yyj4083 := 0; ; yyj4083++ { + if yyhl4083 { + if yyj4083 >= l { break } } else { @@ -51175,28 +51230,28 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4078Slc = r.DecodeBytes(yys4078Slc, true, true) - yys4078 := string(yys4078Slc) + yys4083Slc = r.DecodeBytes(yys4083Slc, true, true) + yys4083 := string(yys4083Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4078 { + switch yys4083 { case "hard": if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4079 := &x.Hard - yyv4079.CodecDecodeSelf(d) + yyv4084 := &x.Hard + yyv4084.CodecDecodeSelf(d) } case "used": if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4080 := &x.Used - yyv4080.CodecDecodeSelf(d) + yyv4085 := &x.Used + yyv4085.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4078) - } // end switch yys4078 - } // end for yyj4078 + z.DecStructFieldNotFound(-1, yys4083) + } // end switch yys4083 + } // end for yyj4083 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51204,16 +51259,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4081 int - var yyb4081 bool - var yyhl4081 bool = l >= 0 - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + var yyj4086 int + var yyb4086 bool + var yyhl4086 bool = l >= 0 + yyj4086++ + if yyhl4086 { + yyb4086 = yyj4086 > l } else { - yyb4081 = r.CheckBreak() + yyb4086 = r.CheckBreak() } - if yyb4081 { + if yyb4086 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51221,16 +51276,16 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Hard = nil } else { - yyv4082 := &x.Hard - yyv4082.CodecDecodeSelf(d) + yyv4087 := &x.Hard + yyv4087.CodecDecodeSelf(d) } - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4086++ + if yyhl4086 { + yyb4086 = yyj4086 > l } else { - yyb4081 = r.CheckBreak() + yyb4086 = r.CheckBreak() } - if yyb4081 { + if yyb4086 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51238,21 +51293,21 @@ func (x *ResourceQuotaStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Used = nil } else { - yyv4083 := &x.Used - yyv4083.CodecDecodeSelf(d) + yyv4088 := &x.Used + yyv4088.CodecDecodeSelf(d) } for { - yyj4081++ - if yyhl4081 { - yyb4081 = yyj4081 > l + yyj4086++ + if yyhl4086 { + yyb4086 = yyj4086 > l } else { - yyb4081 = r.CheckBreak() + yyb4086 = r.CheckBreak() } - if yyb4081 { + if yyb4086 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4081-1, "") + z.DecStructFieldNotFound(yyj4086-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51264,39 +51319,39 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4084 := z.EncBinary() - _ = yym4084 + yym4089 := z.EncBinary() + _ = yym4089 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4085 := !z.EncBinary() - yy2arr4085 := z.EncBasicHandle().StructToArray - var yyq4085 [5]bool - _, _, _ = yysep4085, yyq4085, yy2arr4085 - const yyr4085 bool = false - yyq4085[0] = x.Kind != "" - yyq4085[1] = x.APIVersion != "" - yyq4085[2] = true - yyq4085[3] = true - yyq4085[4] = true - var yynn4085 int - if yyr4085 || yy2arr4085 { + yysep4090 := !z.EncBinary() + yy2arr4090 := z.EncBasicHandle().StructToArray + var yyq4090 [5]bool + _, _, _ = yysep4090, yyq4090, yy2arr4090 + const yyr4090 bool = false + yyq4090[0] = x.Kind != "" + yyq4090[1] = x.APIVersion != "" + yyq4090[2] = true + yyq4090[3] = true + yyq4090[4] = true + var yynn4090 int + if yyr4090 || yy2arr4090 { r.EncodeArrayStart(5) } else { - yynn4085 = 0 - for _, b := range yyq4085 { + yynn4090 = 0 + for _, b := range yyq4090 { if b { - yynn4085++ + yynn4090++ } } - r.EncodeMapStart(yynn4085) - yynn4085 = 0 + r.EncodeMapStart(yynn4090) + yynn4090 = 0 } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[0] { - yym4087 := z.EncBinary() - _ = yym4087 + if yyq4090[0] { + yym4092 := z.EncBinary() + _ = yym4092 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51305,23 +51360,23 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4085[0] { + if yyq4090[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4088 := z.EncBinary() - _ = yym4088 + yym4093 := z.EncBinary() + _ = yym4093 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[1] { - yym4090 := z.EncBinary() - _ = yym4090 + if yyq4090[1] { + yym4095 := z.EncBinary() + _ = yym4095 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51330,70 +51385,70 @@ func (x *ResourceQuota) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4085[1] { + if yyq4090[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4091 := z.EncBinary() - _ = yym4091 + yym4096 := z.EncBinary() + _ = yym4096 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[2] { - yy4093 := &x.ObjectMeta - yy4093.CodecEncodeSelf(e) + if yyq4090[2] { + yy4098 := &x.ObjectMeta + yy4098.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4085[2] { + if yyq4090[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4094 := &x.ObjectMeta - yy4094.CodecEncodeSelf(e) + yy4099 := &x.ObjectMeta + yy4099.CodecEncodeSelf(e) } } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[3] { - yy4096 := &x.Spec - yy4096.CodecEncodeSelf(e) + if yyq4090[3] { + yy4101 := &x.Spec + yy4101.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4085[3] { + if yyq4090[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("spec")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4097 := &x.Spec - yy4097.CodecEncodeSelf(e) + yy4102 := &x.Spec + yy4102.CodecEncodeSelf(e) } } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4085[4] { - yy4099 := &x.Status - yy4099.CodecEncodeSelf(e) + if yyq4090[4] { + yy4104 := &x.Status + yy4104.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4085[4] { + if yyq4090[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("status")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4100 := &x.Status - yy4100.CodecEncodeSelf(e) + yy4105 := &x.Status + yy4105.CodecEncodeSelf(e) } } - if yyr4085 || yy2arr4085 { + if yyr4090 || yy2arr4090 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51406,25 +51461,25 @@ func (x *ResourceQuota) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4101 := z.DecBinary() - _ = yym4101 + yym4106 := z.DecBinary() + _ = yym4106 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4102 := r.ContainerType() - if yyct4102 == codecSelferValueTypeMap1234 { - yyl4102 := r.ReadMapStart() - if yyl4102 == 0 { + yyct4107 := r.ContainerType() + if yyct4107 == codecSelferValueTypeMap1234 { + yyl4107 := r.ReadMapStart() + if yyl4107 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4102, d) + x.codecDecodeSelfFromMap(yyl4107, d) } - } else if yyct4102 == codecSelferValueTypeArray1234 { - yyl4102 := r.ReadArrayStart() - if yyl4102 == 0 { + } else if yyct4107 == codecSelferValueTypeArray1234 { + yyl4107 := r.ReadArrayStart() + if yyl4107 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4102, d) + x.codecDecodeSelfFromArray(yyl4107, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51436,12 +51491,12 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4103Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4103Slc - var yyhl4103 bool = l >= 0 - for yyj4103 := 0; ; yyj4103++ { - if yyhl4103 { - if yyj4103 >= l { + var yys4108Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4108Slc + var yyhl4108 bool = l >= 0 + for yyj4108 := 0; ; yyj4108++ { + if yyhl4108 { + if yyj4108 >= l { break } } else { @@ -51450,10 +51505,10 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4103Slc = r.DecodeBytes(yys4103Slc, true, true) - yys4103 := string(yys4103Slc) + yys4108Slc = r.DecodeBytes(yys4108Slc, true, true) + yys4108 := string(yys4108Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4103 { + switch yys4108 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51470,27 +51525,27 @@ func (x *ResourceQuota) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4106 := &x.ObjectMeta - yyv4106.CodecDecodeSelf(d) + yyv4111 := &x.ObjectMeta + yyv4111.CodecDecodeSelf(d) } case "spec": if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4107 := &x.Spec - yyv4107.CodecDecodeSelf(d) + yyv4112 := &x.Spec + yyv4112.CodecDecodeSelf(d) } case "status": if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4108 := &x.Status - yyv4108.CodecDecodeSelf(d) + yyv4113 := &x.Status + yyv4113.CodecDecodeSelf(d) } default: - z.DecStructFieldNotFound(-1, yys4103) - } // end switch yys4103 - } // end for yyj4103 + z.DecStructFieldNotFound(-1, yys4108) + } // end switch yys4108 + } // end for yyj4108 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51498,16 +51553,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4109 int - var yyb4109 bool - var yyhl4109 bool = l >= 0 - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + var yyj4114 int + var yyb4114 bool + var yyhl4114 bool = l >= 0 + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51517,13 +51572,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51533,13 +51588,13 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51547,16 +51602,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4112 := &x.ObjectMeta - yyv4112.CodecDecodeSelf(d) + yyv4117 := &x.ObjectMeta + yyv4117.CodecDecodeSelf(d) } - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51564,16 +51619,16 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Spec = ResourceQuotaSpec{} } else { - yyv4113 := &x.Spec - yyv4113.CodecDecodeSelf(d) + yyv4118 := &x.Spec + yyv4118.CodecDecodeSelf(d) } - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51581,21 +51636,21 @@ func (x *ResourceQuota) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Status = ResourceQuotaStatus{} } else { - yyv4114 := &x.Status - yyv4114.CodecDecodeSelf(d) + yyv4119 := &x.Status + yyv4119.CodecDecodeSelf(d) } for { - yyj4109++ - if yyhl4109 { - yyb4109 = yyj4109 > l + yyj4114++ + if yyhl4114 { + yyb4114 = yyj4114 > l } else { - yyb4109 = r.CheckBreak() + yyb4114 = r.CheckBreak() } - if yyb4109 { + if yyb4114 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4109-1, "") + z.DecStructFieldNotFound(yyj4114-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51607,37 +51662,37 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4115 := z.EncBinary() - _ = yym4115 + yym4120 := z.EncBinary() + _ = yym4120 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4116 := !z.EncBinary() - yy2arr4116 := z.EncBasicHandle().StructToArray - var yyq4116 [4]bool - _, _, _ = yysep4116, yyq4116, yy2arr4116 - const yyr4116 bool = false - yyq4116[0] = x.Kind != "" - yyq4116[1] = x.APIVersion != "" - yyq4116[2] = true - var yynn4116 int - if yyr4116 || yy2arr4116 { + yysep4121 := !z.EncBinary() + yy2arr4121 := z.EncBasicHandle().StructToArray + var yyq4121 [4]bool + _, _, _ = yysep4121, yyq4121, yy2arr4121 + const yyr4121 bool = false + yyq4121[0] = x.Kind != "" + yyq4121[1] = x.APIVersion != "" + yyq4121[2] = true + var yynn4121 int + if yyr4121 || yy2arr4121 { r.EncodeArrayStart(4) } else { - yynn4116 = 1 - for _, b := range yyq4116 { + yynn4121 = 1 + for _, b := range yyq4121 { if b { - yynn4116++ + yynn4121++ } } - r.EncodeMapStart(yynn4116) - yynn4116 = 0 + r.EncodeMapStart(yynn4121) + yynn4121 = 0 } - if yyr4116 || yy2arr4116 { + if yyr4121 || yy2arr4121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4116[0] { - yym4118 := z.EncBinary() - _ = yym4118 + if yyq4121[0] { + yym4123 := z.EncBinary() + _ = yym4123 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51646,23 +51701,23 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4116[0] { + if yyq4121[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4119 := z.EncBinary() - _ = yym4119 + yym4124 := z.EncBinary() + _ = yym4124 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4116 || yy2arr4116 { + if yyr4121 || yy2arr4121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4116[1] { - yym4121 := z.EncBinary() - _ = yym4121 + if yyq4121[1] { + yym4126 := z.EncBinary() + _ = yym4126 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -51671,54 +51726,54 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4116[1] { + if yyq4121[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4122 := z.EncBinary() - _ = yym4122 + yym4127 := z.EncBinary() + _ = yym4127 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4116 || yy2arr4116 { + if yyr4121 || yy2arr4121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4116[2] { - yy4124 := &x.ListMeta - yym4125 := z.EncBinary() - _ = yym4125 + if yyq4121[2] { + yy4129 := &x.ListMeta + yym4130 := z.EncBinary() + _ = yym4130 if false { - } else if z.HasExtensions() && z.EncExt(yy4124) { + } else if z.HasExtensions() && z.EncExt(yy4129) { } else { - z.EncFallback(yy4124) + z.EncFallback(yy4129) } } else { r.EncodeNil() } } else { - if yyq4116[2] { + if yyq4121[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4126 := &x.ListMeta - yym4127 := z.EncBinary() - _ = yym4127 + yy4131 := &x.ListMeta + yym4132 := z.EncBinary() + _ = yym4132 if false { - } else if z.HasExtensions() && z.EncExt(yy4126) { + } else if z.HasExtensions() && z.EncExt(yy4131) { } else { - z.EncFallback(yy4126) + z.EncFallback(yy4131) } } } - if yyr4116 || yy2arr4116 { + if yyr4121 || yy2arr4121 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4129 := z.EncBinary() - _ = yym4129 + yym4134 := z.EncBinary() + _ = yym4134 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) @@ -51731,15 +51786,15 @@ func (x *ResourceQuotaList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4130 := z.EncBinary() - _ = yym4130 + yym4135 := z.EncBinary() + _ = yym4135 if false { } else { h.encSliceResourceQuota(([]ResourceQuota)(x.Items), e) } } } - if yyr4116 || yy2arr4116 { + if yyr4121 || yy2arr4121 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -51752,25 +51807,25 @@ func (x *ResourceQuotaList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4131 := z.DecBinary() - _ = yym4131 + yym4136 := z.DecBinary() + _ = yym4136 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4132 := r.ContainerType() - if yyct4132 == codecSelferValueTypeMap1234 { - yyl4132 := r.ReadMapStart() - if yyl4132 == 0 { + yyct4137 := r.ContainerType() + if yyct4137 == codecSelferValueTypeMap1234 { + yyl4137 := r.ReadMapStart() + if yyl4137 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4132, d) + x.codecDecodeSelfFromMap(yyl4137, d) } - } else if yyct4132 == codecSelferValueTypeArray1234 { - yyl4132 := r.ReadArrayStart() - if yyl4132 == 0 { + } else if yyct4137 == codecSelferValueTypeArray1234 { + yyl4137 := r.ReadArrayStart() + if yyl4137 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4132, d) + x.codecDecodeSelfFromArray(yyl4137, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -51782,12 +51837,12 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4133Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4133Slc - var yyhl4133 bool = l >= 0 - for yyj4133 := 0; ; yyj4133++ { - if yyhl4133 { - if yyj4133 >= l { + var yys4138Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4138Slc + var yyhl4138 bool = l >= 0 + for yyj4138 := 0; ; yyj4138++ { + if yyhl4138 { + if yyj4138 >= l { break } } else { @@ -51796,10 +51851,10 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4133Slc = r.DecodeBytes(yys4133Slc, true, true) - yys4133 := string(yys4133Slc) + yys4138Slc = r.DecodeBytes(yys4138Slc, true, true) + yys4138 := string(yys4138Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4133 { + switch yys4138 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -51816,31 +51871,31 @@ func (x *ResourceQuotaList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4136 := &x.ListMeta - yym4137 := z.DecBinary() - _ = yym4137 + yyv4141 := &x.ListMeta + yym4142 := z.DecBinary() + _ = yym4142 if false { - } else if z.HasExtensions() && z.DecExt(yyv4136) { + } else if z.HasExtensions() && z.DecExt(yyv4141) { } else { - z.DecFallback(yyv4136, false) + z.DecFallback(yyv4141, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4138 := &x.Items - yym4139 := z.DecBinary() - _ = yym4139 + yyv4143 := &x.Items + yym4144 := z.DecBinary() + _ = yym4144 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4138), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4143), d) } } default: - z.DecStructFieldNotFound(-1, yys4133) - } // end switch yys4133 - } // end for yyj4133 + z.DecStructFieldNotFound(-1, yys4138) + } // end switch yys4138 + } // end for yyj4138 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -51848,16 +51903,16 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4140 int - var yyb4140 bool - var yyhl4140 bool = l >= 0 - yyj4140++ - if yyhl4140 { - yyb4140 = yyj4140 > l + var yyj4145 int + var yyb4145 bool + var yyhl4145 bool = l >= 0 + yyj4145++ + if yyhl4145 { + yyb4145 = yyj4145 > l } else { - yyb4140 = r.CheckBreak() + yyb4145 = r.CheckBreak() } - if yyb4140 { + if yyb4145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51867,13 +51922,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.Kind = string(r.DecodeString()) } - yyj4140++ - if yyhl4140 { - yyb4140 = yyj4140 > l + yyj4145++ + if yyhl4145 { + yyb4145 = yyj4145 > l } else { - yyb4140 = r.CheckBreak() + yyb4145 = r.CheckBreak() } - if yyb4140 { + if yyb4145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51883,13 +51938,13 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder } else { x.APIVersion = string(r.DecodeString()) } - yyj4140++ - if yyhl4140 { - yyb4140 = yyj4140 > l + yyj4145++ + if yyhl4145 { + yyb4145 = yyj4145 > l } else { - yyb4140 = r.CheckBreak() + yyb4145 = r.CheckBreak() } - if yyb4140 { + if yyb4145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51897,22 +51952,22 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4143 := &x.ListMeta - yym4144 := z.DecBinary() - _ = yym4144 + yyv4148 := &x.ListMeta + yym4149 := z.DecBinary() + _ = yym4149 if false { - } else if z.HasExtensions() && z.DecExt(yyv4143) { + } else if z.HasExtensions() && z.DecExt(yyv4148) { } else { - z.DecFallback(yyv4143, false) + z.DecFallback(yyv4148, false) } } - yyj4140++ - if yyhl4140 { - yyb4140 = yyj4140 > l + yyj4145++ + if yyhl4145 { + yyb4145 = yyj4145 > l } else { - yyb4140 = r.CheckBreak() + yyb4145 = r.CheckBreak() } - if yyb4140 { + if yyb4145 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -51920,26 +51975,26 @@ func (x *ResourceQuotaList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4145 := &x.Items - yym4146 := z.DecBinary() - _ = yym4146 + yyv4150 := &x.Items + yym4151 := z.DecBinary() + _ = yym4151 if false { } else { - h.decSliceResourceQuota((*[]ResourceQuota)(yyv4145), d) + h.decSliceResourceQuota((*[]ResourceQuota)(yyv4150), d) } } for { - yyj4140++ - if yyhl4140 { - yyb4140 = yyj4140 > l + yyj4145++ + if yyhl4145 { + yyb4145 = yyj4145 > l } else { - yyb4140 = r.CheckBreak() + yyb4145 = r.CheckBreak() } - if yyb4140 { + if yyb4145 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4140-1, "") + z.DecStructFieldNotFound(yyj4145-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -51951,40 +52006,40 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4147 := z.EncBinary() - _ = yym4147 + yym4152 := z.EncBinary() + _ = yym4152 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4148 := !z.EncBinary() - yy2arr4148 := z.EncBasicHandle().StructToArray - var yyq4148 [6]bool - _, _, _ = yysep4148, yyq4148, yy2arr4148 - const yyr4148 bool = false - yyq4148[0] = x.Kind != "" - yyq4148[1] = x.APIVersion != "" - yyq4148[2] = true - yyq4148[3] = len(x.Data) != 0 - yyq4148[4] = len(x.StringData) != 0 - yyq4148[5] = x.Type != "" - var yynn4148 int - if yyr4148 || yy2arr4148 { + yysep4153 := !z.EncBinary() + yy2arr4153 := z.EncBasicHandle().StructToArray + var yyq4153 [6]bool + _, _, _ = yysep4153, yyq4153, yy2arr4153 + const yyr4153 bool = false + yyq4153[0] = x.Kind != "" + yyq4153[1] = x.APIVersion != "" + yyq4153[2] = true + yyq4153[3] = len(x.Data) != 0 + yyq4153[4] = len(x.StringData) != 0 + yyq4153[5] = x.Type != "" + var yynn4153 int + if yyr4153 || yy2arr4153 { r.EncodeArrayStart(6) } else { - yynn4148 = 0 - for _, b := range yyq4148 { + yynn4153 = 0 + for _, b := range yyq4153 { if b { - yynn4148++ + yynn4153++ } } - r.EncodeMapStart(yynn4148) - yynn4148 = 0 + r.EncodeMapStart(yynn4153) + yynn4153 = 0 } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[0] { - yym4150 := z.EncBinary() - _ = yym4150 + if yyq4153[0] { + yym4155 := z.EncBinary() + _ = yym4155 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -51993,23 +52048,23 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4148[0] { + if yyq4153[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4151 := z.EncBinary() - _ = yym4151 + yym4156 := z.EncBinary() + _ = yym4156 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[1] { - yym4153 := z.EncBinary() - _ = yym4153 + if yyq4153[1] { + yym4158 := z.EncBinary() + _ = yym4158 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52018,43 +52073,43 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4148[1] { + if yyq4153[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4154 := z.EncBinary() - _ = yym4154 + yym4159 := z.EncBinary() + _ = yym4159 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[2] { - yy4156 := &x.ObjectMeta - yy4156.CodecEncodeSelf(e) + if yyq4153[2] { + yy4161 := &x.ObjectMeta + yy4161.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4148[2] { + if yyq4153[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4157 := &x.ObjectMeta - yy4157.CodecEncodeSelf(e) + yy4162 := &x.ObjectMeta + yy4162.CodecEncodeSelf(e) } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[3] { + if yyq4153[3] { if x.Data == nil { r.EncodeNil() } else { - yym4159 := z.EncBinary() - _ = yym4159 + yym4164 := z.EncBinary() + _ = yym4164 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52064,15 +52119,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4148[3] { + if yyq4153[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4160 := z.EncBinary() - _ = yym4160 + yym4165 := z.EncBinary() + _ = yym4165 if false { } else { h.encMapstringSliceuint8((map[string][]uint8)(x.Data), e) @@ -52080,14 +52135,14 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[4] { + if yyq4153[4] { if x.StringData == nil { r.EncodeNil() } else { - yym4162 := z.EncBinary() - _ = yym4162 + yym4167 := z.EncBinary() + _ = yym4167 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52097,15 +52152,15 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4148[4] { + if yyq4153[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("stringData")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.StringData == nil { r.EncodeNil() } else { - yym4163 := z.EncBinary() - _ = yym4163 + yym4168 := z.EncBinary() + _ = yym4168 if false { } else { z.F.EncMapStringStringV(x.StringData, false, e) @@ -52113,22 +52168,22 @@ func (x *Secret) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4148[5] { + if yyq4153[5] { x.Type.CodecEncodeSelf(e) } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4148[5] { + if yyq4153[5] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("type")) z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } } - if yyr4148 || yy2arr4148 { + if yyr4153 || yy2arr4153 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52141,25 +52196,25 @@ func (x *Secret) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4165 := z.DecBinary() - _ = yym4165 + yym4170 := z.DecBinary() + _ = yym4170 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4166 := r.ContainerType() - if yyct4166 == codecSelferValueTypeMap1234 { - yyl4166 := r.ReadMapStart() - if yyl4166 == 0 { + yyct4171 := r.ContainerType() + if yyct4171 == codecSelferValueTypeMap1234 { + yyl4171 := r.ReadMapStart() + if yyl4171 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4166, d) + x.codecDecodeSelfFromMap(yyl4171, d) } - } else if yyct4166 == codecSelferValueTypeArray1234 { - yyl4166 := r.ReadArrayStart() - if yyl4166 == 0 { + } else if yyct4171 == codecSelferValueTypeArray1234 { + yyl4171 := r.ReadArrayStart() + if yyl4171 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4166, d) + x.codecDecodeSelfFromArray(yyl4171, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52171,12 +52226,12 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4167Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4167Slc - var yyhl4167 bool = l >= 0 - for yyj4167 := 0; ; yyj4167++ { - if yyhl4167 { - if yyj4167 >= l { + var yys4172Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4172Slc + var yyhl4172 bool = l >= 0 + for yyj4172 := 0; ; yyj4172++ { + if yyhl4172 { + if yyj4172 >= l { break } } else { @@ -52185,10 +52240,10 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4167Slc = r.DecodeBytes(yys4167Slc, true, true) - yys4167 := string(yys4167Slc) + yys4172Slc = r.DecodeBytes(yys4172Slc, true, true) + yys4172 := string(yys4172Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4167 { + switch yys4172 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52205,31 +52260,31 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4170 := &x.ObjectMeta - yyv4170.CodecDecodeSelf(d) + yyv4175 := &x.ObjectMeta + yyv4175.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4171 := &x.Data - yym4172 := z.DecBinary() - _ = yym4172 + yyv4176 := &x.Data + yym4177 := z.DecBinary() + _ = yym4177 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4171), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4176), d) } } case "stringData": if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4173 := &x.StringData - yym4174 := z.DecBinary() - _ = yym4174 + yyv4178 := &x.StringData + yym4179 := z.DecBinary() + _ = yym4179 if false { } else { - z.F.DecMapStringStringX(yyv4173, false, d) + z.F.DecMapStringStringX(yyv4178, false, d) } } case "type": @@ -52239,9 +52294,9 @@ func (x *Secret) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4167) - } // end switch yys4167 - } // end for yyj4167 + z.DecStructFieldNotFound(-1, yys4172) + } // end switch yys4172 + } // end for yyj4172 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52249,16 +52304,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4176 int - var yyb4176 bool - var yyhl4176 bool = l >= 0 - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + var yyj4181 int + var yyb4181 bool + var yyhl4181 bool = l >= 0 + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52268,13 +52323,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52284,13 +52339,13 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52298,16 +52353,16 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4179 := &x.ObjectMeta - yyv4179.CodecDecodeSelf(d) + yyv4184 := &x.ObjectMeta + yyv4184.CodecDecodeSelf(d) } - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52315,21 +52370,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4180 := &x.Data - yym4181 := z.DecBinary() - _ = yym4181 + yyv4185 := &x.Data + yym4186 := z.DecBinary() + _ = yym4186 if false { } else { - h.decMapstringSliceuint8((*map[string][]uint8)(yyv4180), d) + h.decMapstringSliceuint8((*map[string][]uint8)(yyv4185), d) } } - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52337,21 +52392,21 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.StringData = nil } else { - yyv4182 := &x.StringData - yym4183 := z.DecBinary() - _ = yym4183 + yyv4187 := &x.StringData + yym4188 := z.DecBinary() + _ = yym4188 if false { } else { - z.F.DecMapStringStringX(yyv4182, false, d) + z.F.DecMapStringStringX(yyv4187, false, d) } } - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52362,17 +52417,17 @@ func (x *Secret) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Type = SecretType(r.DecodeString()) } for { - yyj4176++ - if yyhl4176 { - yyb4176 = yyj4176 > l + yyj4181++ + if yyhl4181 { + yyb4181 = yyj4181 > l } else { - yyb4176 = r.CheckBreak() + yyb4181 = r.CheckBreak() } - if yyb4176 { + if yyb4181 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4176-1, "") + z.DecStructFieldNotFound(yyj4181-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52381,8 +52436,8 @@ func (x SecretType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4185 := z.EncBinary() - _ = yym4185 + yym4190 := z.EncBinary() + _ = yym4190 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -52394,8 +52449,8 @@ func (x *SecretType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4186 := z.DecBinary() - _ = yym4186 + yym4191 := z.DecBinary() + _ = yym4191 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -52410,37 +52465,37 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4187 := z.EncBinary() - _ = yym4187 + yym4192 := z.EncBinary() + _ = yym4192 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4188 := !z.EncBinary() - yy2arr4188 := z.EncBasicHandle().StructToArray - var yyq4188 [4]bool - _, _, _ = yysep4188, yyq4188, yy2arr4188 - const yyr4188 bool = false - yyq4188[0] = x.Kind != "" - yyq4188[1] = x.APIVersion != "" - yyq4188[2] = true - var yynn4188 int - if yyr4188 || yy2arr4188 { + yysep4193 := !z.EncBinary() + yy2arr4193 := z.EncBasicHandle().StructToArray + var yyq4193 [4]bool + _, _, _ = yysep4193, yyq4193, yy2arr4193 + const yyr4193 bool = false + yyq4193[0] = x.Kind != "" + yyq4193[1] = x.APIVersion != "" + yyq4193[2] = true + var yynn4193 int + if yyr4193 || yy2arr4193 { r.EncodeArrayStart(4) } else { - yynn4188 = 1 - for _, b := range yyq4188 { + yynn4193 = 1 + for _, b := range yyq4193 { if b { - yynn4188++ + yynn4193++ } } - r.EncodeMapStart(yynn4188) - yynn4188 = 0 + r.EncodeMapStart(yynn4193) + yynn4193 = 0 } - if yyr4188 || yy2arr4188 { + if yyr4193 || yy2arr4193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[0] { - yym4190 := z.EncBinary() - _ = yym4190 + if yyq4193[0] { + yym4195 := z.EncBinary() + _ = yym4195 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52449,23 +52504,23 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4188[0] { + if yyq4193[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4191 := z.EncBinary() - _ = yym4191 + yym4196 := z.EncBinary() + _ = yym4196 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4188 || yy2arr4188 { + if yyr4193 || yy2arr4193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[1] { - yym4193 := z.EncBinary() - _ = yym4193 + if yyq4193[1] { + yym4198 := z.EncBinary() + _ = yym4198 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52474,54 +52529,54 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4188[1] { + if yyq4193[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4194 := z.EncBinary() - _ = yym4194 + yym4199 := z.EncBinary() + _ = yym4199 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4188 || yy2arr4188 { + if yyr4193 || yy2arr4193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4188[2] { - yy4196 := &x.ListMeta - yym4197 := z.EncBinary() - _ = yym4197 + if yyq4193[2] { + yy4201 := &x.ListMeta + yym4202 := z.EncBinary() + _ = yym4202 if false { - } else if z.HasExtensions() && z.EncExt(yy4196) { + } else if z.HasExtensions() && z.EncExt(yy4201) { } else { - z.EncFallback(yy4196) + z.EncFallback(yy4201) } } else { r.EncodeNil() } } else { - if yyq4188[2] { + if yyq4193[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4198 := &x.ListMeta - yym4199 := z.EncBinary() - _ = yym4199 + yy4203 := &x.ListMeta + yym4204 := z.EncBinary() + _ = yym4204 if false { - } else if z.HasExtensions() && z.EncExt(yy4198) { + } else if z.HasExtensions() && z.EncExt(yy4203) { } else { - z.EncFallback(yy4198) + z.EncFallback(yy4203) } } } - if yyr4188 || yy2arr4188 { + if yyr4193 || yy2arr4193 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4201 := z.EncBinary() - _ = yym4201 + yym4206 := z.EncBinary() + _ = yym4206 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) @@ -52534,15 +52589,15 @@ func (x *SecretList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4202 := z.EncBinary() - _ = yym4202 + yym4207 := z.EncBinary() + _ = yym4207 if false { } else { h.encSliceSecret(([]Secret)(x.Items), e) } } } - if yyr4188 || yy2arr4188 { + if yyr4193 || yy2arr4193 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52555,25 +52610,25 @@ func (x *SecretList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4203 := z.DecBinary() - _ = yym4203 + yym4208 := z.DecBinary() + _ = yym4208 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4204 := r.ContainerType() - if yyct4204 == codecSelferValueTypeMap1234 { - yyl4204 := r.ReadMapStart() - if yyl4204 == 0 { + yyct4209 := r.ContainerType() + if yyct4209 == codecSelferValueTypeMap1234 { + yyl4209 := r.ReadMapStart() + if yyl4209 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4204, d) + x.codecDecodeSelfFromMap(yyl4209, d) } - } else if yyct4204 == codecSelferValueTypeArray1234 { - yyl4204 := r.ReadArrayStart() - if yyl4204 == 0 { + } else if yyct4209 == codecSelferValueTypeArray1234 { + yyl4209 := r.ReadArrayStart() + if yyl4209 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4204, d) + x.codecDecodeSelfFromArray(yyl4209, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52585,12 +52640,12 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4205Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4205Slc - var yyhl4205 bool = l >= 0 - for yyj4205 := 0; ; yyj4205++ { - if yyhl4205 { - if yyj4205 >= l { + var yys4210Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4210Slc + var yyhl4210 bool = l >= 0 + for yyj4210 := 0; ; yyj4210++ { + if yyhl4210 { + if yyj4210 >= l { break } } else { @@ -52599,10 +52654,10 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4205Slc = r.DecodeBytes(yys4205Slc, true, true) - yys4205 := string(yys4205Slc) + yys4210Slc = r.DecodeBytes(yys4210Slc, true, true) + yys4210 := string(yys4210Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4205 { + switch yys4210 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52619,31 +52674,31 @@ func (x *SecretList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4208 := &x.ListMeta - yym4209 := z.DecBinary() - _ = yym4209 + yyv4213 := &x.ListMeta + yym4214 := z.DecBinary() + _ = yym4214 if false { - } else if z.HasExtensions() && z.DecExt(yyv4208) { + } else if z.HasExtensions() && z.DecExt(yyv4213) { } else { - z.DecFallback(yyv4208, false) + z.DecFallback(yyv4213, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4210 := &x.Items - yym4211 := z.DecBinary() - _ = yym4211 + yyv4215 := &x.Items + yym4216 := z.DecBinary() + _ = yym4216 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4210), d) + h.decSliceSecret((*[]Secret)(yyv4215), d) } } default: - z.DecStructFieldNotFound(-1, yys4205) - } // end switch yys4205 - } // end for yyj4205 + z.DecStructFieldNotFound(-1, yys4210) + } // end switch yys4210 + } // end for yyj4210 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52651,16 +52706,16 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4212 int - var yyb4212 bool - var yyhl4212 bool = l >= 0 - yyj4212++ - if yyhl4212 { - yyb4212 = yyj4212 > l + var yyj4217 int + var yyb4217 bool + var yyhl4217 bool = l >= 0 + yyj4217++ + if yyhl4217 { + yyb4217 = yyj4217 > l } else { - yyb4212 = r.CheckBreak() + yyb4217 = r.CheckBreak() } - if yyb4212 { + if yyb4217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52670,13 +52725,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4212++ - if yyhl4212 { - yyb4212 = yyj4212 > l + yyj4217++ + if yyhl4217 { + yyb4217 = yyj4217 > l } else { - yyb4212 = r.CheckBreak() + yyb4217 = r.CheckBreak() } - if yyb4212 { + if yyb4217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52686,13 +52741,13 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4212++ - if yyhl4212 { - yyb4212 = yyj4212 > l + yyj4217++ + if yyhl4217 { + yyb4217 = yyj4217 > l } else { - yyb4212 = r.CheckBreak() + yyb4217 = r.CheckBreak() } - if yyb4212 { + if yyb4217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52700,22 +52755,22 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4215 := &x.ListMeta - yym4216 := z.DecBinary() - _ = yym4216 + yyv4220 := &x.ListMeta + yym4221 := z.DecBinary() + _ = yym4221 if false { - } else if z.HasExtensions() && z.DecExt(yyv4215) { + } else if z.HasExtensions() && z.DecExt(yyv4220) { } else { - z.DecFallback(yyv4215, false) + z.DecFallback(yyv4220, false) } } - yyj4212++ - if yyhl4212 { - yyb4212 = yyj4212 > l + yyj4217++ + if yyhl4217 { + yyb4217 = yyj4217 > l } else { - yyb4212 = r.CheckBreak() + yyb4217 = r.CheckBreak() } - if yyb4212 { + if yyb4217 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -52723,26 +52778,26 @@ func (x *SecretList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4217 := &x.Items - yym4218 := z.DecBinary() - _ = yym4218 + yyv4222 := &x.Items + yym4223 := z.DecBinary() + _ = yym4223 if false { } else { - h.decSliceSecret((*[]Secret)(yyv4217), d) + h.decSliceSecret((*[]Secret)(yyv4222), d) } } for { - yyj4212++ - if yyhl4212 { - yyb4212 = yyj4212 > l + yyj4217++ + if yyhl4217 { + yyb4217 = yyj4217 > l } else { - yyb4212 = r.CheckBreak() + yyb4217 = r.CheckBreak() } - if yyb4212 { + if yyb4217 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4212-1, "") + z.DecStructFieldNotFound(yyj4217-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -52754,38 +52809,38 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4219 := z.EncBinary() - _ = yym4219 + yym4224 := z.EncBinary() + _ = yym4224 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4220 := !z.EncBinary() - yy2arr4220 := z.EncBasicHandle().StructToArray - var yyq4220 [4]bool - _, _, _ = yysep4220, yyq4220, yy2arr4220 - const yyr4220 bool = false - yyq4220[0] = x.Kind != "" - yyq4220[1] = x.APIVersion != "" - yyq4220[2] = true - yyq4220[3] = len(x.Data) != 0 - var yynn4220 int - if yyr4220 || yy2arr4220 { + yysep4225 := !z.EncBinary() + yy2arr4225 := z.EncBasicHandle().StructToArray + var yyq4225 [4]bool + _, _, _ = yysep4225, yyq4225, yy2arr4225 + const yyr4225 bool = false + yyq4225[0] = x.Kind != "" + yyq4225[1] = x.APIVersion != "" + yyq4225[2] = true + yyq4225[3] = len(x.Data) != 0 + var yynn4225 int + if yyr4225 || yy2arr4225 { r.EncodeArrayStart(4) } else { - yynn4220 = 0 - for _, b := range yyq4220 { + yynn4225 = 0 + for _, b := range yyq4225 { if b { - yynn4220++ + yynn4225++ } } - r.EncodeMapStart(yynn4220) - yynn4220 = 0 + r.EncodeMapStart(yynn4225) + yynn4225 = 0 } - if yyr4220 || yy2arr4220 { + if yyr4225 || yy2arr4225 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4220[0] { - yym4222 := z.EncBinary() - _ = yym4222 + if yyq4225[0] { + yym4227 := z.EncBinary() + _ = yym4227 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -52794,23 +52849,23 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4220[0] { + if yyq4225[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4223 := z.EncBinary() - _ = yym4223 + yym4228 := z.EncBinary() + _ = yym4228 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4220 || yy2arr4220 { + if yyr4225 || yy2arr4225 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4220[1] { - yym4225 := z.EncBinary() - _ = yym4225 + if yyq4225[1] { + yym4230 := z.EncBinary() + _ = yym4230 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -52819,43 +52874,43 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4220[1] { + if yyq4225[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4226 := z.EncBinary() - _ = yym4226 + yym4231 := z.EncBinary() + _ = yym4231 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4220 || yy2arr4220 { + if yyr4225 || yy2arr4225 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4220[2] { - yy4228 := &x.ObjectMeta - yy4228.CodecEncodeSelf(e) + if yyq4225[2] { + yy4233 := &x.ObjectMeta + yy4233.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4220[2] { + if yyq4225[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4229 := &x.ObjectMeta - yy4229.CodecEncodeSelf(e) + yy4234 := &x.ObjectMeta + yy4234.CodecEncodeSelf(e) } } - if yyr4220 || yy2arr4220 { + if yyr4225 || yy2arr4225 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4220[3] { + if yyq4225[3] { if x.Data == nil { r.EncodeNil() } else { - yym4231 := z.EncBinary() - _ = yym4231 + yym4236 := z.EncBinary() + _ = yym4236 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -52865,15 +52920,15 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4220[3] { + if yyq4225[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("data")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Data == nil { r.EncodeNil() } else { - yym4232 := z.EncBinary() - _ = yym4232 + yym4237 := z.EncBinary() + _ = yym4237 if false { } else { z.F.EncMapStringStringV(x.Data, false, e) @@ -52881,7 +52936,7 @@ func (x *ConfigMap) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4220 || yy2arr4220 { + if yyr4225 || yy2arr4225 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -52894,25 +52949,25 @@ func (x *ConfigMap) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4233 := z.DecBinary() - _ = yym4233 + yym4238 := z.DecBinary() + _ = yym4238 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4234 := r.ContainerType() - if yyct4234 == codecSelferValueTypeMap1234 { - yyl4234 := r.ReadMapStart() - if yyl4234 == 0 { + yyct4239 := r.ContainerType() + if yyct4239 == codecSelferValueTypeMap1234 { + yyl4239 := r.ReadMapStart() + if yyl4239 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4234, d) + x.codecDecodeSelfFromMap(yyl4239, d) } - } else if yyct4234 == codecSelferValueTypeArray1234 { - yyl4234 := r.ReadArrayStart() - if yyl4234 == 0 { + } else if yyct4239 == codecSelferValueTypeArray1234 { + yyl4239 := r.ReadArrayStart() + if yyl4239 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4234, d) + x.codecDecodeSelfFromArray(yyl4239, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -52924,12 +52979,12 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4235Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4235Slc - var yyhl4235 bool = l >= 0 - for yyj4235 := 0; ; yyj4235++ { - if yyhl4235 { - if yyj4235 >= l { + var yys4240Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4240Slc + var yyhl4240 bool = l >= 0 + for yyj4240 := 0; ; yyj4240++ { + if yyhl4240 { + if yyj4240 >= l { break } } else { @@ -52938,10 +52993,10 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4235Slc = r.DecodeBytes(yys4235Slc, true, true) - yys4235 := string(yys4235Slc) + yys4240Slc = r.DecodeBytes(yys4240Slc, true, true) + yys4240 := string(yys4240Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4235 { + switch yys4240 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -52958,25 +53013,25 @@ func (x *ConfigMap) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4238 := &x.ObjectMeta - yyv4238.CodecDecodeSelf(d) + yyv4243 := &x.ObjectMeta + yyv4243.CodecDecodeSelf(d) } case "data": if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4239 := &x.Data - yym4240 := z.DecBinary() - _ = yym4240 + yyv4244 := &x.Data + yym4245 := z.DecBinary() + _ = yym4245 if false { } else { - z.F.DecMapStringStringX(yyv4239, false, d) + z.F.DecMapStringStringX(yyv4244, false, d) } } default: - z.DecStructFieldNotFound(-1, yys4235) - } // end switch yys4235 - } // end for yyj4235 + z.DecStructFieldNotFound(-1, yys4240) + } // end switch yys4240 + } // end for yyj4240 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -52984,16 +53039,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4241 int - var yyb4241 bool - var yyhl4241 bool = l >= 0 - yyj4241++ - if yyhl4241 { - yyb4241 = yyj4241 > l + var yyj4246 int + var yyb4246 bool + var yyhl4246 bool = l >= 0 + yyj4246++ + if yyhl4246 { + yyb4246 = yyj4246 > l } else { - yyb4241 = r.CheckBreak() + yyb4246 = r.CheckBreak() } - if yyb4241 { + if yyb4246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53003,13 +53058,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4241++ - if yyhl4241 { - yyb4241 = yyj4241 > l + yyj4246++ + if yyhl4246 { + yyb4246 = yyj4246 > l } else { - yyb4241 = r.CheckBreak() + yyb4246 = r.CheckBreak() } - if yyb4241 { + if yyb4246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53019,13 +53074,13 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4241++ - if yyhl4241 { - yyb4241 = yyj4241 > l + yyj4246++ + if yyhl4246 { + yyb4246 = yyj4246 > l } else { - yyb4241 = r.CheckBreak() + yyb4246 = r.CheckBreak() } - if yyb4241 { + if yyb4246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53033,16 +53088,16 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4244 := &x.ObjectMeta - yyv4244.CodecDecodeSelf(d) + yyv4249 := &x.ObjectMeta + yyv4249.CodecDecodeSelf(d) } - yyj4241++ - if yyhl4241 { - yyb4241 = yyj4241 > l + yyj4246++ + if yyhl4246 { + yyb4246 = yyj4246 > l } else { - yyb4241 = r.CheckBreak() + yyb4246 = r.CheckBreak() } - if yyb4241 { + if yyb4246 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53050,26 +53105,26 @@ func (x *ConfigMap) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4245 := &x.Data - yym4246 := z.DecBinary() - _ = yym4246 + yyv4250 := &x.Data + yym4251 := z.DecBinary() + _ = yym4251 if false { } else { - z.F.DecMapStringStringX(yyv4245, false, d) + z.F.DecMapStringStringX(yyv4250, false, d) } } for { - yyj4241++ - if yyhl4241 { - yyb4241 = yyj4241 > l + yyj4246++ + if yyhl4246 { + yyb4246 = yyj4246 > l } else { - yyb4241 = r.CheckBreak() + yyb4246 = r.CheckBreak() } - if yyb4241 { + if yyb4246 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4241-1, "") + z.DecStructFieldNotFound(yyj4246-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53081,37 +53136,37 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4247 := z.EncBinary() - _ = yym4247 + yym4252 := z.EncBinary() + _ = yym4252 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4248 := !z.EncBinary() - yy2arr4248 := z.EncBasicHandle().StructToArray - var yyq4248 [4]bool - _, _, _ = yysep4248, yyq4248, yy2arr4248 - const yyr4248 bool = false - yyq4248[0] = x.Kind != "" - yyq4248[1] = x.APIVersion != "" - yyq4248[2] = true - var yynn4248 int - if yyr4248 || yy2arr4248 { + yysep4253 := !z.EncBinary() + yy2arr4253 := z.EncBasicHandle().StructToArray + var yyq4253 [4]bool + _, _, _ = yysep4253, yyq4253, yy2arr4253 + const yyr4253 bool = false + yyq4253[0] = x.Kind != "" + yyq4253[1] = x.APIVersion != "" + yyq4253[2] = true + var yynn4253 int + if yyr4253 || yy2arr4253 { r.EncodeArrayStart(4) } else { - yynn4248 = 1 - for _, b := range yyq4248 { + yynn4253 = 1 + for _, b := range yyq4253 { if b { - yynn4248++ + yynn4253++ } } - r.EncodeMapStart(yynn4248) - yynn4248 = 0 + r.EncodeMapStart(yynn4253) + yynn4253 = 0 } - if yyr4248 || yy2arr4248 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[0] { - yym4250 := z.EncBinary() - _ = yym4250 + if yyq4253[0] { + yym4255 := z.EncBinary() + _ = yym4255 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53120,23 +53175,23 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4248[0] { + if yyq4253[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4251 := z.EncBinary() - _ = yym4251 + yym4256 := z.EncBinary() + _ = yym4256 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4248 || yy2arr4248 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[1] { - yym4253 := z.EncBinary() - _ = yym4253 + if yyq4253[1] { + yym4258 := z.EncBinary() + _ = yym4258 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53145,54 +53200,54 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4248[1] { + if yyq4253[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4254 := z.EncBinary() - _ = yym4254 + yym4259 := z.EncBinary() + _ = yym4259 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4248 || yy2arr4248 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4248[2] { - yy4256 := &x.ListMeta - yym4257 := z.EncBinary() - _ = yym4257 + if yyq4253[2] { + yy4261 := &x.ListMeta + yym4262 := z.EncBinary() + _ = yym4262 if false { - } else if z.HasExtensions() && z.EncExt(yy4256) { + } else if z.HasExtensions() && z.EncExt(yy4261) { } else { - z.EncFallback(yy4256) + z.EncFallback(yy4261) } } else { r.EncodeNil() } } else { - if yyq4248[2] { + if yyq4253[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4258 := &x.ListMeta - yym4259 := z.EncBinary() - _ = yym4259 + yy4263 := &x.ListMeta + yym4264 := z.EncBinary() + _ = yym4264 if false { - } else if z.HasExtensions() && z.EncExt(yy4258) { + } else if z.HasExtensions() && z.EncExt(yy4263) { } else { - z.EncFallback(yy4258) + z.EncFallback(yy4263) } } } - if yyr4248 || yy2arr4248 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4261 := z.EncBinary() - _ = yym4261 + yym4266 := z.EncBinary() + _ = yym4266 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) @@ -53205,15 +53260,15 @@ func (x *ConfigMapList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4262 := z.EncBinary() - _ = yym4262 + yym4267 := z.EncBinary() + _ = yym4267 if false { } else { h.encSliceConfigMap(([]ConfigMap)(x.Items), e) } } } - if yyr4248 || yy2arr4248 { + if yyr4253 || yy2arr4253 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53226,25 +53281,25 @@ func (x *ConfigMapList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4263 := z.DecBinary() - _ = yym4263 + yym4268 := z.DecBinary() + _ = yym4268 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4264 := r.ContainerType() - if yyct4264 == codecSelferValueTypeMap1234 { - yyl4264 := r.ReadMapStart() - if yyl4264 == 0 { + yyct4269 := r.ContainerType() + if yyct4269 == codecSelferValueTypeMap1234 { + yyl4269 := r.ReadMapStart() + if yyl4269 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4264, d) + x.codecDecodeSelfFromMap(yyl4269, d) } - } else if yyct4264 == codecSelferValueTypeArray1234 { - yyl4264 := r.ReadArrayStart() - if yyl4264 == 0 { + } else if yyct4269 == codecSelferValueTypeArray1234 { + yyl4269 := r.ReadArrayStart() + if yyl4269 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4264, d) + x.codecDecodeSelfFromArray(yyl4269, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53256,12 +53311,12 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4265Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4265Slc - var yyhl4265 bool = l >= 0 - for yyj4265 := 0; ; yyj4265++ { - if yyhl4265 { - if yyj4265 >= l { + var yys4270Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4270Slc + var yyhl4270 bool = l >= 0 + for yyj4270 := 0; ; yyj4270++ { + if yyhl4270 { + if yyj4270 >= l { break } } else { @@ -53270,10 +53325,10 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4265Slc = r.DecodeBytes(yys4265Slc, true, true) - yys4265 := string(yys4265Slc) + yys4270Slc = r.DecodeBytes(yys4270Slc, true, true) + yys4270 := string(yys4270Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4265 { + switch yys4270 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53290,31 +53345,31 @@ func (x *ConfigMapList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4268 := &x.ListMeta - yym4269 := z.DecBinary() - _ = yym4269 + yyv4273 := &x.ListMeta + yym4274 := z.DecBinary() + _ = yym4274 if false { - } else if z.HasExtensions() && z.DecExt(yyv4268) { + } else if z.HasExtensions() && z.DecExt(yyv4273) { } else { - z.DecFallback(yyv4268, false) + z.DecFallback(yyv4273, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4270 := &x.Items - yym4271 := z.DecBinary() - _ = yym4271 + yyv4275 := &x.Items + yym4276 := z.DecBinary() + _ = yym4276 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4270), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4275), d) } } default: - z.DecStructFieldNotFound(-1, yys4265) - } // end switch yys4265 - } // end for yyj4265 + z.DecStructFieldNotFound(-1, yys4270) + } // end switch yys4270 + } // end for yyj4270 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53322,16 +53377,16 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4272 int - var yyb4272 bool - var yyhl4272 bool = l >= 0 - yyj4272++ - if yyhl4272 { - yyb4272 = yyj4272 > l + var yyj4277 int + var yyb4277 bool + var yyhl4277 bool = l >= 0 + yyj4277++ + if yyhl4277 { + yyb4277 = yyj4277 > l } else { - yyb4272 = r.CheckBreak() + yyb4277 = r.CheckBreak() } - if yyb4272 { + if yyb4277 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53341,13 +53396,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Kind = string(r.DecodeString()) } - yyj4272++ - if yyhl4272 { - yyb4272 = yyj4272 > l + yyj4277++ + if yyhl4277 { + yyb4277 = yyj4277 > l } else { - yyb4272 = r.CheckBreak() + yyb4277 = r.CheckBreak() } - if yyb4272 { + if yyb4277 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53357,13 +53412,13 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.APIVersion = string(r.DecodeString()) } - yyj4272++ - if yyhl4272 { - yyb4272 = yyj4272 > l + yyj4277++ + if yyhl4277 { + yyb4277 = yyj4277 > l } else { - yyb4272 = r.CheckBreak() + yyb4277 = r.CheckBreak() } - if yyb4272 { + if yyb4277 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53371,22 +53426,22 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4275 := &x.ListMeta - yym4276 := z.DecBinary() - _ = yym4276 + yyv4280 := &x.ListMeta + yym4281 := z.DecBinary() + _ = yym4281 if false { - } else if z.HasExtensions() && z.DecExt(yyv4275) { + } else if z.HasExtensions() && z.DecExt(yyv4280) { } else { - z.DecFallback(yyv4275, false) + z.DecFallback(yyv4280, false) } } - yyj4272++ - if yyhl4272 { - yyb4272 = yyj4272 > l + yyj4277++ + if yyhl4277 { + yyb4277 = yyj4277 > l } else { - yyb4272 = r.CheckBreak() + yyb4277 = r.CheckBreak() } - if yyb4272 { + if yyb4277 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53394,26 +53449,26 @@ func (x *ConfigMapList) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4277 := &x.Items - yym4278 := z.DecBinary() - _ = yym4278 + yyv4282 := &x.Items + yym4283 := z.DecBinary() + _ = yym4283 if false { } else { - h.decSliceConfigMap((*[]ConfigMap)(yyv4277), d) + h.decSliceConfigMap((*[]ConfigMap)(yyv4282), d) } } for { - yyj4272++ - if yyhl4272 { - yyb4272 = yyj4272 > l + yyj4277++ + if yyhl4277 { + yyb4277 = yyj4277 > l } else { - yyb4272 = r.CheckBreak() + yyb4277 = r.CheckBreak() } - if yyb4272 { + if yyb4277 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4272-1, "") + z.DecStructFieldNotFound(yyj4277-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53422,8 +53477,8 @@ func (x ComponentConditionType) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r - yym4279 := z.EncBinary() - _ = yym4279 + yym4284 := z.EncBinary() + _ = yym4284 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { @@ -53435,8 +53490,8 @@ func (x *ComponentConditionType) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4280 := z.DecBinary() - _ = yym4280 + yym4285 := z.DecBinary() + _ = yym4285 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { @@ -53451,32 +53506,32 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4281 := z.EncBinary() - _ = yym4281 + yym4286 := z.EncBinary() + _ = yym4286 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4282 := !z.EncBinary() - yy2arr4282 := z.EncBasicHandle().StructToArray - var yyq4282 [4]bool - _, _, _ = yysep4282, yyq4282, yy2arr4282 - const yyr4282 bool = false - yyq4282[2] = x.Message != "" - yyq4282[3] = x.Error != "" - var yynn4282 int - if yyr4282 || yy2arr4282 { + yysep4287 := !z.EncBinary() + yy2arr4287 := z.EncBasicHandle().StructToArray + var yyq4287 [4]bool + _, _, _ = yysep4287, yyq4287, yy2arr4287 + const yyr4287 bool = false + yyq4287[2] = x.Message != "" + yyq4287[3] = x.Error != "" + var yynn4287 int + if yyr4287 || yy2arr4287 { r.EncodeArrayStart(4) } else { - yynn4282 = 2 - for _, b := range yyq4282 { + yynn4287 = 2 + for _, b := range yyq4287 { if b { - yynn4282++ + yynn4287++ } } - r.EncodeMapStart(yynn4282) - yynn4282 = 0 + r.EncodeMapStart(yynn4287) + yynn4287 = 0 } - if yyr4282 || yy2arr4282 { + if yyr4287 || yy2arr4287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Type.CodecEncodeSelf(e) } else { @@ -53485,7 +53540,7 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Type.CodecEncodeSelf(e) } - if yyr4282 || yy2arr4282 { + if yyr4287 || yy2arr4287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) x.Status.CodecEncodeSelf(e) } else { @@ -53494,11 +53549,11 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapValue1234) x.Status.CodecEncodeSelf(e) } - if yyr4282 || yy2arr4282 { + if yyr4287 || yy2arr4287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4282[2] { - yym4286 := z.EncBinary() - _ = yym4286 + if yyq4287[2] { + yym4291 := z.EncBinary() + _ = yym4291 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) @@ -53507,23 +53562,23 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4282[2] { + if yyq4287[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("message")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4287 := z.EncBinary() - _ = yym4287 + yym4292 := z.EncBinary() + _ = yym4292 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Message)) } } } - if yyr4282 || yy2arr4282 { + if yyr4287 || yy2arr4287 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4282[3] { - yym4289 := z.EncBinary() - _ = yym4289 + if yyq4287[3] { + yym4294 := z.EncBinary() + _ = yym4294 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) @@ -53532,19 +53587,19 @@ func (x *ComponentCondition) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4282[3] { + if yyq4287[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("error")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4290 := z.EncBinary() - _ = yym4290 + yym4295 := z.EncBinary() + _ = yym4295 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Error)) } } } - if yyr4282 || yy2arr4282 { + if yyr4287 || yy2arr4287 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53557,25 +53612,25 @@ func (x *ComponentCondition) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4291 := z.DecBinary() - _ = yym4291 + yym4296 := z.DecBinary() + _ = yym4296 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4292 := r.ContainerType() - if yyct4292 == codecSelferValueTypeMap1234 { - yyl4292 := r.ReadMapStart() - if yyl4292 == 0 { + yyct4297 := r.ContainerType() + if yyct4297 == codecSelferValueTypeMap1234 { + yyl4297 := r.ReadMapStart() + if yyl4297 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4292, d) + x.codecDecodeSelfFromMap(yyl4297, d) } - } else if yyct4292 == codecSelferValueTypeArray1234 { - yyl4292 := r.ReadArrayStart() - if yyl4292 == 0 { + } else if yyct4297 == codecSelferValueTypeArray1234 { + yyl4297 := r.ReadArrayStart() + if yyl4297 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4292, d) + x.codecDecodeSelfFromArray(yyl4297, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53587,12 +53642,12 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4293Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4293Slc - var yyhl4293 bool = l >= 0 - for yyj4293 := 0; ; yyj4293++ { - if yyhl4293 { - if yyj4293 >= l { + var yys4298Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4298Slc + var yyhl4298 bool = l >= 0 + for yyj4298 := 0; ; yyj4298++ { + if yyhl4298 { + if yyj4298 >= l { break } } else { @@ -53601,10 +53656,10 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4293Slc = r.DecodeBytes(yys4293Slc, true, true) - yys4293 := string(yys4293Slc) + yys4298Slc = r.DecodeBytes(yys4298Slc, true, true) + yys4298 := string(yys4298Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4293 { + switch yys4298 { case "type": if r.TryDecodeAsNil() { x.Type = "" @@ -53630,9 +53685,9 @@ func (x *ComponentCondition) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) x.Error = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4293) - } // end switch yys4293 - } // end for yyj4293 + z.DecStructFieldNotFound(-1, yys4298) + } // end switch yys4298 + } // end for yyj4298 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53640,16 +53695,16 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4298 int - var yyb4298 bool - var yyhl4298 bool = l >= 0 - yyj4298++ - if yyhl4298 { - yyb4298 = yyj4298 > l + var yyj4303 int + var yyb4303 bool + var yyhl4303 bool = l >= 0 + yyj4303++ + if yyhl4303 { + yyb4303 = yyj4303 > l } else { - yyb4298 = r.CheckBreak() + yyb4303 = r.CheckBreak() } - if yyb4298 { + if yyb4303 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53659,13 +53714,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Type = ComponentConditionType(r.DecodeString()) } - yyj4298++ - if yyhl4298 { - yyb4298 = yyj4298 > l + yyj4303++ + if yyhl4303 { + yyb4303 = yyj4303 > l } else { - yyb4298 = r.CheckBreak() + yyb4303 = r.CheckBreak() } - if yyb4298 { + if yyb4303 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53675,13 +53730,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Status = ConditionStatus(r.DecodeString()) } - yyj4298++ - if yyhl4298 { - yyb4298 = yyj4298 > l + yyj4303++ + if yyhl4303 { + yyb4303 = yyj4303 > l } else { - yyb4298 = r.CheckBreak() + yyb4303 = r.CheckBreak() } - if yyb4298 { + if yyb4303 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53691,13 +53746,13 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode } else { x.Message = string(r.DecodeString()) } - yyj4298++ - if yyhl4298 { - yyb4298 = yyj4298 > l + yyj4303++ + if yyhl4303 { + yyb4303 = yyj4303 > l } else { - yyb4298 = r.CheckBreak() + yyb4303 = r.CheckBreak() } - if yyb4298 { + if yyb4303 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53708,17 +53763,17 @@ func (x *ComponentCondition) codecDecodeSelfFromArray(l int, d *codec1978.Decode x.Error = string(r.DecodeString()) } for { - yyj4298++ - if yyhl4298 { - yyb4298 = yyj4298 > l + yyj4303++ + if yyhl4303 { + yyb4303 = yyj4303 > l } else { - yyb4298 = r.CheckBreak() + yyb4303 = r.CheckBreak() } - if yyb4298 { + if yyb4303 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4298-1, "") + z.DecStructFieldNotFound(yyj4303-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -53730,38 +53785,38 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4303 := z.EncBinary() - _ = yym4303 + yym4308 := z.EncBinary() + _ = yym4308 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4304 := !z.EncBinary() - yy2arr4304 := z.EncBasicHandle().StructToArray - var yyq4304 [4]bool - _, _, _ = yysep4304, yyq4304, yy2arr4304 - const yyr4304 bool = false - yyq4304[0] = x.Kind != "" - yyq4304[1] = x.APIVersion != "" - yyq4304[2] = true - yyq4304[3] = len(x.Conditions) != 0 - var yynn4304 int - if yyr4304 || yy2arr4304 { + yysep4309 := !z.EncBinary() + yy2arr4309 := z.EncBasicHandle().StructToArray + var yyq4309 [4]bool + _, _, _ = yysep4309, yyq4309, yy2arr4309 + const yyr4309 bool = false + yyq4309[0] = x.Kind != "" + yyq4309[1] = x.APIVersion != "" + yyq4309[2] = true + yyq4309[3] = len(x.Conditions) != 0 + var yynn4309 int + if yyr4309 || yy2arr4309 { r.EncodeArrayStart(4) } else { - yynn4304 = 0 - for _, b := range yyq4304 { + yynn4309 = 0 + for _, b := range yyq4309 { if b { - yynn4304++ + yynn4309++ } } - r.EncodeMapStart(yynn4304) - yynn4304 = 0 + r.EncodeMapStart(yynn4309) + yynn4309 = 0 } - if yyr4304 || yy2arr4304 { + if yyr4309 || yy2arr4309 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[0] { - yym4306 := z.EncBinary() - _ = yym4306 + if yyq4309[0] { + yym4311 := z.EncBinary() + _ = yym4311 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -53770,23 +53825,23 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[0] { + if yyq4309[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4307 := z.EncBinary() - _ = yym4307 + yym4312 := z.EncBinary() + _ = yym4312 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4304 || yy2arr4304 { + if yyr4309 || yy2arr4309 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[1] { - yym4309 := z.EncBinary() - _ = yym4309 + if yyq4309[1] { + yym4314 := z.EncBinary() + _ = yym4314 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -53795,43 +53850,43 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4304[1] { + if yyq4309[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4310 := z.EncBinary() - _ = yym4310 + yym4315 := z.EncBinary() + _ = yym4315 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4304 || yy2arr4304 { + if yyr4309 || yy2arr4309 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[2] { - yy4312 := &x.ObjectMeta - yy4312.CodecEncodeSelf(e) + if yyq4309[2] { + yy4317 := &x.ObjectMeta + yy4317.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4304[2] { + if yyq4309[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4313 := &x.ObjectMeta - yy4313.CodecEncodeSelf(e) + yy4318 := &x.ObjectMeta + yy4318.CodecEncodeSelf(e) } } - if yyr4304 || yy2arr4304 { + if yyr4309 || yy2arr4309 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4304[3] { + if yyq4309[3] { if x.Conditions == nil { r.EncodeNil() } else { - yym4315 := z.EncBinary() - _ = yym4315 + yym4320 := z.EncBinary() + _ = yym4320 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -53841,15 +53896,15 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4304[3] { + if yyq4309[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("conditions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Conditions == nil { r.EncodeNil() } else { - yym4316 := z.EncBinary() - _ = yym4316 + yym4321 := z.EncBinary() + _ = yym4321 if false { } else { h.encSliceComponentCondition(([]ComponentCondition)(x.Conditions), e) @@ -53857,7 +53912,7 @@ func (x *ComponentStatus) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4304 || yy2arr4304 { + if yyr4309 || yy2arr4309 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -53870,25 +53925,25 @@ func (x *ComponentStatus) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4317 := z.DecBinary() - _ = yym4317 + yym4322 := z.DecBinary() + _ = yym4322 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4318 := r.ContainerType() - if yyct4318 == codecSelferValueTypeMap1234 { - yyl4318 := r.ReadMapStart() - if yyl4318 == 0 { + yyct4323 := r.ContainerType() + if yyct4323 == codecSelferValueTypeMap1234 { + yyl4323 := r.ReadMapStart() + if yyl4323 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4318, d) + x.codecDecodeSelfFromMap(yyl4323, d) } - } else if yyct4318 == codecSelferValueTypeArray1234 { - yyl4318 := r.ReadArrayStart() - if yyl4318 == 0 { + } else if yyct4323 == codecSelferValueTypeArray1234 { + yyl4323 := r.ReadArrayStart() + if yyl4323 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4318, d) + x.codecDecodeSelfFromArray(yyl4323, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -53900,12 +53955,12 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4319Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4319Slc - var yyhl4319 bool = l >= 0 - for yyj4319 := 0; ; yyj4319++ { - if yyhl4319 { - if yyj4319 >= l { + var yys4324Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4324Slc + var yyhl4324 bool = l >= 0 + for yyj4324 := 0; ; yyj4324++ { + if yyhl4324 { + if yyj4324 >= l { break } } else { @@ -53914,10 +53969,10 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4319Slc = r.DecodeBytes(yys4319Slc, true, true) - yys4319 := string(yys4319Slc) + yys4324Slc = r.DecodeBytes(yys4324Slc, true, true) + yys4324 := string(yys4324Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4319 { + switch yys4324 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -53934,25 +53989,25 @@ func (x *ComponentStatus) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4322 := &x.ObjectMeta - yyv4322.CodecDecodeSelf(d) + yyv4327 := &x.ObjectMeta + yyv4327.CodecDecodeSelf(d) } case "conditions": if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4323 := &x.Conditions - yym4324 := z.DecBinary() - _ = yym4324 + yyv4328 := &x.Conditions + yym4329 := z.DecBinary() + _ = yym4329 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4323), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4328), d) } } default: - z.DecStructFieldNotFound(-1, yys4319) - } // end switch yys4319 - } // end for yyj4319 + z.DecStructFieldNotFound(-1, yys4324) + } // end switch yys4324 + } // end for yyj4324 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -53960,16 +54015,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4325 int - var yyb4325 bool - var yyhl4325 bool = l >= 0 - yyj4325++ - if yyhl4325 { - yyb4325 = yyj4325 > l + var yyj4330 int + var yyb4330 bool + var yyhl4330 bool = l >= 0 + yyj4330++ + if yyhl4330 { + yyb4330 = yyj4330 > l } else { - yyb4325 = r.CheckBreak() + yyb4330 = r.CheckBreak() } - if yyb4325 { + if yyb4330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53979,13 +54034,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4325++ - if yyhl4325 { - yyb4325 = yyj4325 > l + yyj4330++ + if yyhl4330 { + yyb4330 = yyj4330 > l } else { - yyb4325 = r.CheckBreak() + yyb4330 = r.CheckBreak() } - if yyb4325 { + if yyb4330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -53995,13 +54050,13 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4325++ - if yyhl4325 { - yyb4325 = yyj4325 > l + yyj4330++ + if yyhl4330 { + yyb4330 = yyj4330 > l } else { - yyb4325 = r.CheckBreak() + yyb4330 = r.CheckBreak() } - if yyb4325 { + if yyb4330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54009,16 +54064,16 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4328 := &x.ObjectMeta - yyv4328.CodecDecodeSelf(d) + yyv4333 := &x.ObjectMeta + yyv4333.CodecDecodeSelf(d) } - yyj4325++ - if yyhl4325 { - yyb4325 = yyj4325 > l + yyj4330++ + if yyhl4330 { + yyb4330 = yyj4330 > l } else { - yyb4325 = r.CheckBreak() + yyb4330 = r.CheckBreak() } - if yyb4325 { + if yyb4330 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54026,26 +54081,26 @@ func (x *ComponentStatus) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Conditions = nil } else { - yyv4329 := &x.Conditions - yym4330 := z.DecBinary() - _ = yym4330 + yyv4334 := &x.Conditions + yym4335 := z.DecBinary() + _ = yym4335 if false { } else { - h.decSliceComponentCondition((*[]ComponentCondition)(yyv4329), d) + h.decSliceComponentCondition((*[]ComponentCondition)(yyv4334), d) } } for { - yyj4325++ - if yyhl4325 { - yyb4325 = yyj4325 > l + yyj4330++ + if yyhl4330 { + yyb4330 = yyj4330 > l } else { - yyb4325 = r.CheckBreak() + yyb4330 = r.CheckBreak() } - if yyb4325 { + if yyb4330 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4325-1, "") + z.DecStructFieldNotFound(yyj4330-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54057,37 +54112,37 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4331 := z.EncBinary() - _ = yym4331 + yym4336 := z.EncBinary() + _ = yym4336 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4332 := !z.EncBinary() - yy2arr4332 := z.EncBasicHandle().StructToArray - var yyq4332 [4]bool - _, _, _ = yysep4332, yyq4332, yy2arr4332 - const yyr4332 bool = false - yyq4332[0] = x.Kind != "" - yyq4332[1] = x.APIVersion != "" - yyq4332[2] = true - var yynn4332 int - if yyr4332 || yy2arr4332 { + yysep4337 := !z.EncBinary() + yy2arr4337 := z.EncBasicHandle().StructToArray + var yyq4337 [4]bool + _, _, _ = yysep4337, yyq4337, yy2arr4337 + const yyr4337 bool = false + yyq4337[0] = x.Kind != "" + yyq4337[1] = x.APIVersion != "" + yyq4337[2] = true + var yynn4337 int + if yyr4337 || yy2arr4337 { r.EncodeArrayStart(4) } else { - yynn4332 = 1 - for _, b := range yyq4332 { + yynn4337 = 1 + for _, b := range yyq4337 { if b { - yynn4332++ + yynn4337++ } } - r.EncodeMapStart(yynn4332) - yynn4332 = 0 + r.EncodeMapStart(yynn4337) + yynn4337 = 0 } - if yyr4332 || yy2arr4332 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4332[0] { - yym4334 := z.EncBinary() - _ = yym4334 + if yyq4337[0] { + yym4339 := z.EncBinary() + _ = yym4339 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -54096,23 +54151,23 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4332[0] { + if yyq4337[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4335 := z.EncBinary() - _ = yym4335 + yym4340 := z.EncBinary() + _ = yym4340 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4332 || yy2arr4332 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4332[1] { - yym4337 := z.EncBinary() - _ = yym4337 + if yyq4337[1] { + yym4342 := z.EncBinary() + _ = yym4342 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -54121,54 +54176,54 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4332[1] { + if yyq4337[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4338 := z.EncBinary() - _ = yym4338 + yym4343 := z.EncBinary() + _ = yym4343 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4332 || yy2arr4332 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4332[2] { - yy4340 := &x.ListMeta - yym4341 := z.EncBinary() - _ = yym4341 + if yyq4337[2] { + yy4345 := &x.ListMeta + yym4346 := z.EncBinary() + _ = yym4346 if false { - } else if z.HasExtensions() && z.EncExt(yy4340) { + } else if z.HasExtensions() && z.EncExt(yy4345) { } else { - z.EncFallback(yy4340) + z.EncFallback(yy4345) } } else { r.EncodeNil() } } else { - if yyq4332[2] { + if yyq4337[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4342 := &x.ListMeta - yym4343 := z.EncBinary() - _ = yym4343 + yy4347 := &x.ListMeta + yym4348 := z.EncBinary() + _ = yym4348 if false { - } else if z.HasExtensions() && z.EncExt(yy4342) { + } else if z.HasExtensions() && z.EncExt(yy4347) { } else { - z.EncFallback(yy4342) + z.EncFallback(yy4347) } } } - if yyr4332 || yy2arr4332 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Items == nil { r.EncodeNil() } else { - yym4345 := z.EncBinary() - _ = yym4345 + yym4350 := z.EncBinary() + _ = yym4350 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) @@ -54181,15 +54236,15 @@ func (x *ComponentStatusList) CodecEncodeSelf(e *codec1978.Encoder) { if x.Items == nil { r.EncodeNil() } else { - yym4346 := z.EncBinary() - _ = yym4346 + yym4351 := z.EncBinary() + _ = yym4351 if false { } else { h.encSliceComponentStatus(([]ComponentStatus)(x.Items), e) } } } - if yyr4332 || yy2arr4332 { + if yyr4337 || yy2arr4337 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54202,25 +54257,25 @@ func (x *ComponentStatusList) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4347 := z.DecBinary() - _ = yym4347 + yym4352 := z.DecBinary() + _ = yym4352 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4348 := r.ContainerType() - if yyct4348 == codecSelferValueTypeMap1234 { - yyl4348 := r.ReadMapStart() - if yyl4348 == 0 { + yyct4353 := r.ContainerType() + if yyct4353 == codecSelferValueTypeMap1234 { + yyl4353 := r.ReadMapStart() + if yyl4353 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4348, d) + x.codecDecodeSelfFromMap(yyl4353, d) } - } else if yyct4348 == codecSelferValueTypeArray1234 { - yyl4348 := r.ReadArrayStart() - if yyl4348 == 0 { + } else if yyct4353 == codecSelferValueTypeArray1234 { + yyl4353 := r.ReadArrayStart() + if yyl4353 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4348, d) + x.codecDecodeSelfFromArray(yyl4353, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54232,12 +54287,12 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4349Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4349Slc - var yyhl4349 bool = l >= 0 - for yyj4349 := 0; ; yyj4349++ { - if yyhl4349 { - if yyj4349 >= l { + var yys4354Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4354Slc + var yyhl4354 bool = l >= 0 + for yyj4354 := 0; ; yyj4354++ { + if yyhl4354 { + if yyj4354 >= l { break } } else { @@ -54246,10 +54301,10 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4349Slc = r.DecodeBytes(yys4349Slc, true, true) - yys4349 := string(yys4349Slc) + yys4354Slc = r.DecodeBytes(yys4354Slc, true, true) + yys4354 := string(yys4354Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4349 { + switch yys4354 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -54266,31 +54321,31 @@ func (x *ComponentStatusList) codecDecodeSelfFromMap(l int, d *codec1978.Decoder if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4352 := &x.ListMeta - yym4353 := z.DecBinary() - _ = yym4353 + yyv4357 := &x.ListMeta + yym4358 := z.DecBinary() + _ = yym4358 if false { - } else if z.HasExtensions() && z.DecExt(yyv4352) { + } else if z.HasExtensions() && z.DecExt(yyv4357) { } else { - z.DecFallback(yyv4352, false) + z.DecFallback(yyv4357, false) } } case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4354 := &x.Items - yym4355 := z.DecBinary() - _ = yym4355 + yyv4359 := &x.Items + yym4360 := z.DecBinary() + _ = yym4360 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4354), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4359), d) } } default: - z.DecStructFieldNotFound(-1, yys4349) - } // end switch yys4349 - } // end for yyj4349 + z.DecStructFieldNotFound(-1, yys4354) + } // end switch yys4354 + } // end for yyj4354 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54298,16 +54353,16 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4356 int - var yyb4356 bool - var yyhl4356 bool = l >= 0 - yyj4356++ - if yyhl4356 { - yyb4356 = yyj4356 > l + var yyj4361 int + var yyb4361 bool + var yyhl4361 bool = l >= 0 + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4356 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4356 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54317,13 +54372,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.Kind = string(r.DecodeString()) } - yyj4356++ - if yyhl4356 { - yyb4356 = yyj4356 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4356 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4356 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54333,13 +54388,13 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod } else { x.APIVersion = string(r.DecodeString()) } - yyj4356++ - if yyhl4356 { - yyb4356 = yyj4356 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4356 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4356 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54347,22 +54402,22 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.ListMeta = pkg2_unversioned.ListMeta{} } else { - yyv4359 := &x.ListMeta - yym4360 := z.DecBinary() - _ = yym4360 + yyv4364 := &x.ListMeta + yym4365 := z.DecBinary() + _ = yym4365 if false { - } else if z.HasExtensions() && z.DecExt(yyv4359) { + } else if z.HasExtensions() && z.DecExt(yyv4364) { } else { - z.DecFallback(yyv4359, false) + z.DecFallback(yyv4364, false) } } - yyj4356++ - if yyhl4356 { - yyb4356 = yyj4356 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4356 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4356 { + if yyb4361 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54370,26 +54425,26 @@ func (x *ComponentStatusList) codecDecodeSelfFromArray(l int, d *codec1978.Decod if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4361 := &x.Items - yym4362 := z.DecBinary() - _ = yym4362 + yyv4366 := &x.Items + yym4367 := z.DecBinary() + _ = yym4367 if false { } else { - h.decSliceComponentStatus((*[]ComponentStatus)(yyv4361), d) + h.decSliceComponentStatus((*[]ComponentStatus)(yyv4366), d) } } for { - yyj4356++ - if yyhl4356 { - yyb4356 = yyj4356 > l + yyj4361++ + if yyhl4361 { + yyb4361 = yyj4361 > l } else { - yyb4356 = r.CheckBreak() + yyb4361 = r.CheckBreak() } - if yyb4356 { + if yyb4361 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4356-1, "") + z.DecStructFieldNotFound(yyj4361-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54401,39 +54456,39 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4363 := z.EncBinary() - _ = yym4363 + yym4368 := z.EncBinary() + _ = yym4368 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4364 := !z.EncBinary() - yy2arr4364 := z.EncBasicHandle().StructToArray - var yyq4364 [2]bool - _, _, _ = yysep4364, yyq4364, yy2arr4364 - const yyr4364 bool = false - yyq4364[0] = len(x.Items) != 0 - yyq4364[1] = x.DefaultMode != nil - var yynn4364 int - if yyr4364 || yy2arr4364 { + yysep4369 := !z.EncBinary() + yy2arr4369 := z.EncBasicHandle().StructToArray + var yyq4369 [2]bool + _, _, _ = yysep4369, yyq4369, yy2arr4369 + const yyr4369 bool = false + yyq4369[0] = len(x.Items) != 0 + yyq4369[1] = x.DefaultMode != nil + var yynn4369 int + if yyr4369 || yy2arr4369 { r.EncodeArrayStart(2) } else { - yynn4364 = 0 - for _, b := range yyq4364 { + yynn4369 = 0 + for _, b := range yyq4369 { if b { - yynn4364++ + yynn4369++ } } - r.EncodeMapStart(yynn4364) - yynn4364 = 0 + r.EncodeMapStart(yynn4369) + yynn4369 = 0 } - if yyr4364 || yy2arr4364 { + if yyr4369 || yy2arr4369 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4364[0] { + if yyq4369[0] { if x.Items == nil { r.EncodeNil() } else { - yym4366 := z.EncBinary() - _ = yym4366 + yym4371 := z.EncBinary() + _ = yym4371 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -54443,15 +54498,15 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4364[0] { + if yyq4369[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("items")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Items == nil { r.EncodeNil() } else { - yym4367 := z.EncBinary() - _ = yym4367 + yym4372 := z.EncBinary() + _ = yym4372 if false { } else { h.encSliceDownwardAPIVolumeFile(([]DownwardAPIVolumeFile)(x.Items), e) @@ -54459,42 +54514,42 @@ func (x *DownwardAPIVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4364 || yy2arr4364 { + if yyr4369 || yy2arr4369 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4364[1] { + if yyq4369[1] { if x.DefaultMode == nil { r.EncodeNil() } else { - yy4369 := *x.DefaultMode - yym4370 := z.EncBinary() - _ = yym4370 + yy4374 := *x.DefaultMode + yym4375 := z.EncBinary() + _ = yym4375 if false { } else { - r.EncodeInt(int64(yy4369)) + r.EncodeInt(int64(yy4374)) } } } else { r.EncodeNil() } } else { - if yyq4364[1] { + if yyq4369[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("defaultMode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.DefaultMode == nil { r.EncodeNil() } else { - yy4371 := *x.DefaultMode - yym4372 := z.EncBinary() - _ = yym4372 + yy4376 := *x.DefaultMode + yym4377 := z.EncBinary() + _ = yym4377 if false { } else { - r.EncodeInt(int64(yy4371)) + r.EncodeInt(int64(yy4376)) } } } } - if yyr4364 || yy2arr4364 { + if yyr4369 || yy2arr4369 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54507,25 +54562,25 @@ func (x *DownwardAPIVolumeSource) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4373 := z.DecBinary() - _ = yym4373 + yym4378 := z.DecBinary() + _ = yym4378 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4374 := r.ContainerType() - if yyct4374 == codecSelferValueTypeMap1234 { - yyl4374 := r.ReadMapStart() - if yyl4374 == 0 { + yyct4379 := r.ContainerType() + if yyct4379 == codecSelferValueTypeMap1234 { + yyl4379 := r.ReadMapStart() + if yyl4379 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4374, d) + x.codecDecodeSelfFromMap(yyl4379, d) } - } else if yyct4374 == codecSelferValueTypeArray1234 { - yyl4374 := r.ReadArrayStart() - if yyl4374 == 0 { + } else if yyct4379 == codecSelferValueTypeArray1234 { + yyl4379 := r.ReadArrayStart() + if yyl4379 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4374, d) + x.codecDecodeSelfFromArray(yyl4379, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54537,12 +54592,12 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4375Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4375Slc - var yyhl4375 bool = l >= 0 - for yyj4375 := 0; ; yyj4375++ { - if yyhl4375 { - if yyj4375 >= l { + var yys4380Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4380Slc + var yyhl4380 bool = l >= 0 + for yyj4380 := 0; ; yyj4380++ { + if yyhl4380 { + if yyj4380 >= l { break } } else { @@ -54551,20 +54606,20 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4375Slc = r.DecodeBytes(yys4375Slc, true, true) - yys4375 := string(yys4375Slc) + yys4380Slc = r.DecodeBytes(yys4380Slc, true, true) + yys4380 := string(yys4380Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4375 { + switch yys4380 { case "items": if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4376 := &x.Items - yym4377 := z.DecBinary() - _ = yym4377 + yyv4381 := &x.Items + yym4382 := z.DecBinary() + _ = yym4382 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4376), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4381), d) } } case "defaultMode": @@ -54576,17 +54631,17 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Dec if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4379 := z.DecBinary() - _ = yym4379 + yym4384 := z.DecBinary() + _ = yym4384 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4375) - } // end switch yys4375 - } // end for yyj4375 + z.DecStructFieldNotFound(-1, yys4380) + } // end switch yys4380 + } // end for yyj4380 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54594,16 +54649,16 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4380 int - var yyb4380 bool - var yyhl4380 bool = l >= 0 - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l + var yyj4385 int + var yyb4385 bool + var yyhl4385 bool = l >= 0 + yyj4385++ + if yyhl4385 { + yyb4385 = yyj4385 > l } else { - yyb4380 = r.CheckBreak() + yyb4385 = r.CheckBreak() } - if yyb4380 { + if yyb4385 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54611,21 +54666,21 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if r.TryDecodeAsNil() { x.Items = nil } else { - yyv4381 := &x.Items - yym4382 := z.DecBinary() - _ = yym4382 + yyv4386 := &x.Items + yym4387 := z.DecBinary() + _ = yym4387 if false { } else { - h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4381), d) + h.decSliceDownwardAPIVolumeFile((*[]DownwardAPIVolumeFile)(yyv4386), d) } } - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l + yyj4385++ + if yyhl4385 { + yyb4385 = yyj4385 > l } else { - yyb4380 = r.CheckBreak() + yyb4385 = r.CheckBreak() } - if yyb4380 { + if yyb4385 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54638,25 +54693,25 @@ func (x *DownwardAPIVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.D if x.DefaultMode == nil { x.DefaultMode = new(int32) } - yym4384 := z.DecBinary() - _ = yym4384 + yym4389 := z.DecBinary() + _ = yym4389 if false { } else { *((*int32)(x.DefaultMode)) = int32(r.DecodeInt(32)) } } for { - yyj4380++ - if yyhl4380 { - yyb4380 = yyj4380 > l + yyj4385++ + if yyhl4385 { + yyb4385 = yyj4385 > l } else { - yyb4380 = r.CheckBreak() + yyb4385 = r.CheckBreak() } - if yyb4380 { + if yyb4385 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4380-1, "") + z.DecStructFieldNotFound(yyj4385-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -54668,36 +54723,36 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4385 := z.EncBinary() - _ = yym4385 + yym4390 := z.EncBinary() + _ = yym4390 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4386 := !z.EncBinary() - yy2arr4386 := z.EncBasicHandle().StructToArray - var yyq4386 [4]bool - _, _, _ = yysep4386, yyq4386, yy2arr4386 - const yyr4386 bool = false - yyq4386[1] = x.FieldRef != nil - yyq4386[2] = x.ResourceFieldRef != nil - yyq4386[3] = x.Mode != nil - var yynn4386 int - if yyr4386 || yy2arr4386 { + yysep4391 := !z.EncBinary() + yy2arr4391 := z.EncBasicHandle().StructToArray + var yyq4391 [4]bool + _, _, _ = yysep4391, yyq4391, yy2arr4391 + const yyr4391 bool = false + yyq4391[1] = x.FieldRef != nil + yyq4391[2] = x.ResourceFieldRef != nil + yyq4391[3] = x.Mode != nil + var yynn4391 int + if yyr4391 || yy2arr4391 { r.EncodeArrayStart(4) } else { - yynn4386 = 1 - for _, b := range yyq4386 { + yynn4391 = 1 + for _, b := range yyq4391 { if b { - yynn4386++ + yynn4391++ } } - r.EncodeMapStart(yynn4386) - yynn4386 = 0 + r.EncodeMapStart(yynn4391) + yynn4391 = 0 } - if yyr4386 || yy2arr4386 { + if yyr4391 || yy2arr4391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4388 := z.EncBinary() - _ = yym4388 + yym4393 := z.EncBinary() + _ = yym4393 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) @@ -54706,16 +54761,16 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("path")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4389 := z.EncBinary() - _ = yym4389 + yym4394 := z.EncBinary() + _ = yym4394 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Path)) } } - if yyr4386 || yy2arr4386 { + if yyr4391 || yy2arr4391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4386[1] { + if yyq4391[1] { if x.FieldRef == nil { r.EncodeNil() } else { @@ -54725,7 +54780,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4386[1] { + if yyq4391[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("fieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -54736,9 +54791,9 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4386 || yy2arr4386 { + if yyr4391 || yy2arr4391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4386[2] { + if yyq4391[2] { if x.ResourceFieldRef == nil { r.EncodeNil() } else { @@ -54748,7 +54803,7 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4386[2] { + if yyq4391[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("resourceFieldRef")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -54759,42 +54814,42 @@ func (x *DownwardAPIVolumeFile) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4386 || yy2arr4386 { + if yyr4391 || yy2arr4391 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4386[3] { + if yyq4391[3] { if x.Mode == nil { r.EncodeNil() } else { - yy4393 := *x.Mode - yym4394 := z.EncBinary() - _ = yym4394 + yy4398 := *x.Mode + yym4399 := z.EncBinary() + _ = yym4399 if false { } else { - r.EncodeInt(int64(yy4393)) + r.EncodeInt(int64(yy4398)) } } } else { r.EncodeNil() } } else { - if yyq4386[3] { + if yyq4391[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("mode")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Mode == nil { r.EncodeNil() } else { - yy4395 := *x.Mode - yym4396 := z.EncBinary() - _ = yym4396 + yy4400 := *x.Mode + yym4401 := z.EncBinary() + _ = yym4401 if false { } else { - r.EncodeInt(int64(yy4395)) + r.EncodeInt(int64(yy4400)) } } } } - if yyr4386 || yy2arr4386 { + if yyr4391 || yy2arr4391 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -54807,25 +54862,25 @@ func (x *DownwardAPIVolumeFile) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4397 := z.DecBinary() - _ = yym4397 + yym4402 := z.DecBinary() + _ = yym4402 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4398 := r.ContainerType() - if yyct4398 == codecSelferValueTypeMap1234 { - yyl4398 := r.ReadMapStart() - if yyl4398 == 0 { + yyct4403 := r.ContainerType() + if yyct4403 == codecSelferValueTypeMap1234 { + yyl4403 := r.ReadMapStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4398, d) + x.codecDecodeSelfFromMap(yyl4403, d) } - } else if yyct4398 == codecSelferValueTypeArray1234 { - yyl4398 := r.ReadArrayStart() - if yyl4398 == 0 { + } else if yyct4403 == codecSelferValueTypeArray1234 { + yyl4403 := r.ReadArrayStart() + if yyl4403 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4398, d) + x.codecDecodeSelfFromArray(yyl4403, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -54837,12 +54892,12 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4399Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4399Slc - var yyhl4399 bool = l >= 0 - for yyj4399 := 0; ; yyj4399++ { - if yyhl4399 { - if yyj4399 >= l { + var yys4404Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4404Slc + var yyhl4404 bool = l >= 0 + for yyj4404 := 0; ; yyj4404++ { + if yyhl4404 { + if yyj4404 >= l { break } } else { @@ -54851,10 +54906,10 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4399Slc = r.DecodeBytes(yys4399Slc, true, true) - yys4399 := string(yys4399Slc) + yys4404Slc = r.DecodeBytes(yys4404Slc, true, true) + yys4404 := string(yys4404Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4399 { + switch yys4404 { case "path": if r.TryDecodeAsNil() { x.Path = "" @@ -54892,17 +54947,17 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromMap(l int, d *codec1978.Decod if x.Mode == nil { x.Mode = new(int32) } - yym4404 := z.DecBinary() - _ = yym4404 + yym4409 := z.DecBinary() + _ = yym4409 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } default: - z.DecStructFieldNotFound(-1, yys4399) - } // end switch yys4399 - } // end for yyj4399 + z.DecStructFieldNotFound(-1, yys4404) + } // end switch yys4404 + } // end for yyj4404 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -54910,16 +54965,16 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4405 int - var yyb4405 bool - var yyhl4405 bool = l >= 0 - yyj4405++ - if yyhl4405 { - yyb4405 = yyj4405 > l + var yyj4410 int + var yyb4410 bool + var yyhl4410 bool = l >= 0 + yyj4410++ + if yyhl4410 { + yyb4410 = yyj4410 > l } else { - yyb4405 = r.CheckBreak() + yyb4410 = r.CheckBreak() } - if yyb4405 { + if yyb4410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54929,13 +54984,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } else { x.Path = string(r.DecodeString()) } - yyj4405++ - if yyhl4405 { - yyb4405 = yyj4405 > l + yyj4410++ + if yyhl4410 { + yyb4410 = yyj4410 > l } else { - yyb4405 = r.CheckBreak() + yyb4410 = r.CheckBreak() } - if yyb4405 { + if yyb4410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54950,13 +55005,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.FieldRef.CodecDecodeSelf(d) } - yyj4405++ - if yyhl4405 { - yyb4405 = yyj4405 > l + yyj4410++ + if yyhl4410 { + yyb4410 = yyj4410 > l } else { - yyb4405 = r.CheckBreak() + yyb4410 = r.CheckBreak() } - if yyb4405 { + if yyb4410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54971,13 +55026,13 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.ResourceFieldRef.CodecDecodeSelf(d) } - yyj4405++ - if yyhl4405 { - yyb4405 = yyj4405 > l + yyj4410++ + if yyhl4410 { + yyb4410 = yyj4410 > l } else { - yyb4405 = r.CheckBreak() + yyb4410 = r.CheckBreak() } - if yyb4405 { + if yyb4410 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -54990,25 +55045,25 @@ func (x *DownwardAPIVolumeFile) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.Mode == nil { x.Mode = new(int32) } - yym4410 := z.DecBinary() - _ = yym4410 + yym4415 := z.DecBinary() + _ = yym4415 if false { } else { *((*int32)(x.Mode)) = int32(r.DecodeInt(32)) } } for { - yyj4405++ - if yyhl4405 { - yyb4405 = yyj4405 > l + yyj4410++ + if yyhl4410 { + yyb4410 = yyj4410 > l } else { - yyb4405 = r.CheckBreak() + yyb4410 = r.CheckBreak() } - if yyb4405 { + if yyb4410 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4405-1, "") + z.DecStructFieldNotFound(yyj4410-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55020,38 +55075,38 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4411 := z.EncBinary() - _ = yym4411 + yym4416 := z.EncBinary() + _ = yym4416 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4412 := !z.EncBinary() - yy2arr4412 := z.EncBasicHandle().StructToArray - var yyq4412 [6]bool - _, _, _ = yysep4412, yyq4412, yy2arr4412 - const yyr4412 bool = false - yyq4412[0] = x.Capabilities != nil - yyq4412[1] = x.Privileged != nil - yyq4412[2] = x.SELinuxOptions != nil - yyq4412[3] = x.RunAsUser != nil - yyq4412[4] = x.RunAsNonRoot != nil - yyq4412[5] = x.ReadOnlyRootFilesystem != nil - var yynn4412 int - if yyr4412 || yy2arr4412 { + yysep4417 := !z.EncBinary() + yy2arr4417 := z.EncBasicHandle().StructToArray + var yyq4417 [6]bool + _, _, _ = yysep4417, yyq4417, yy2arr4417 + const yyr4417 bool = false + yyq4417[0] = x.Capabilities != nil + yyq4417[1] = x.Privileged != nil + yyq4417[2] = x.SELinuxOptions != nil + yyq4417[3] = x.RunAsUser != nil + yyq4417[4] = x.RunAsNonRoot != nil + yyq4417[5] = x.ReadOnlyRootFilesystem != nil + var yynn4417 int + if yyr4417 || yy2arr4417 { r.EncodeArrayStart(6) } else { - yynn4412 = 0 - for _, b := range yyq4412 { + yynn4417 = 0 + for _, b := range yyq4417 { if b { - yynn4412++ + yynn4417++ } } - r.EncodeMapStart(yynn4412) - yynn4412 = 0 + r.EncodeMapStart(yynn4417) + yynn4417 = 0 } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[0] { + if yyq4417[0] { if x.Capabilities == nil { r.EncodeNil() } else { @@ -55061,7 +55116,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4412[0] { + if yyq4417[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("capabilities")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55072,44 +55127,44 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[1] { + if yyq4417[1] { if x.Privileged == nil { r.EncodeNil() } else { - yy4415 := *x.Privileged - yym4416 := z.EncBinary() - _ = yym4416 + yy4420 := *x.Privileged + yym4421 := z.EncBinary() + _ = yym4421 if false { } else { - r.EncodeBool(bool(yy4415)) + r.EncodeBool(bool(yy4420)) } } } else { r.EncodeNil() } } else { - if yyq4412[1] { + if yyq4417[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("privileged")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.Privileged == nil { r.EncodeNil() } else { - yy4417 := *x.Privileged - yym4418 := z.EncBinary() - _ = yym4418 + yy4422 := *x.Privileged + yym4423 := z.EncBinary() + _ = yym4423 if false { } else { - r.EncodeBool(bool(yy4417)) + r.EncodeBool(bool(yy4422)) } } } } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[2] { + if yyq4417[2] { if x.SELinuxOptions == nil { r.EncodeNil() } else { @@ -55119,7 +55174,7 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4412[2] { + if yyq4417[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("seLinuxOptions")) z.EncSendContainerState(codecSelfer_containerMapValue1234) @@ -55130,83 +55185,48 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[3] { + if yyq4417[3] { if x.RunAsUser == nil { r.EncodeNil() } else { - yy4421 := *x.RunAsUser - yym4422 := z.EncBinary() - _ = yym4422 + yy4426 := *x.RunAsUser + yym4427 := z.EncBinary() + _ = yym4427 if false { } else { - r.EncodeInt(int64(yy4421)) + r.EncodeInt(int64(yy4426)) } } } else { r.EncodeNil() } } else { - if yyq4412[3] { + if yyq4417[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("runAsUser")) z.EncSendContainerState(codecSelfer_containerMapValue1234) if x.RunAsUser == nil { r.EncodeNil() } else { - yy4423 := *x.RunAsUser - yym4424 := z.EncBinary() - _ = yym4424 - if false { - } else { - r.EncodeInt(int64(yy4423)) - } - } - } - } - if yyr4412 || yy2arr4412 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[4] { - if x.RunAsNonRoot == nil { - r.EncodeNil() - } else { - yy4426 := *x.RunAsNonRoot - yym4427 := z.EncBinary() - _ = yym4427 - if false { - } else { - r.EncodeBool(bool(yy4426)) - } - } - } else { - r.EncodeNil() - } - } else { - if yyq4412[4] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.RunAsNonRoot == nil { - r.EncodeNil() - } else { - yy4428 := *x.RunAsNonRoot + yy4428 := *x.RunAsUser yym4429 := z.EncBinary() _ = yym4429 if false { } else { - r.EncodeBool(bool(yy4428)) + r.EncodeInt(int64(yy4428)) } } } } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4412[5] { - if x.ReadOnlyRootFilesystem == nil { + if yyq4417[4] { + if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4431 := *x.ReadOnlyRootFilesystem + yy4431 := *x.RunAsNonRoot yym4432 := z.EncBinary() _ = yym4432 if false { @@ -55218,14 +55238,14 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeNil() } } else { - if yyq4412[5] { + if yyq4417[4] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) + r.EncodeString(codecSelferC_UTF81234, string("runAsNonRoot")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - if x.ReadOnlyRootFilesystem == nil { + if x.RunAsNonRoot == nil { r.EncodeNil() } else { - yy4433 := *x.ReadOnlyRootFilesystem + yy4433 := *x.RunAsNonRoot yym4434 := z.EncBinary() _ = yym4434 if false { @@ -55235,7 +55255,42 @@ func (x *SecurityContext) CodecEncodeSelf(e *codec1978.Encoder) { } } } - if yyr4412 || yy2arr4412 { + if yyr4417 || yy2arr4417 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4417[5] { + if x.ReadOnlyRootFilesystem == nil { + r.EncodeNil() + } else { + yy4436 := *x.ReadOnlyRootFilesystem + yym4437 := z.EncBinary() + _ = yym4437 + if false { + } else { + r.EncodeBool(bool(yy4436)) + } + } + } else { + r.EncodeNil() + } + } else { + if yyq4417[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("readOnlyRootFilesystem")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.ReadOnlyRootFilesystem == nil { + r.EncodeNil() + } else { + yy4438 := *x.ReadOnlyRootFilesystem + yym4439 := z.EncBinary() + _ = yym4439 + if false { + } else { + r.EncodeBool(bool(yy4438)) + } + } + } + } + if yyr4417 || yy2arr4417 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55248,25 +55303,25 @@ func (x *SecurityContext) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4435 := z.DecBinary() - _ = yym4435 + yym4440 := z.DecBinary() + _ = yym4440 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4436 := r.ContainerType() - if yyct4436 == codecSelferValueTypeMap1234 { - yyl4436 := r.ReadMapStart() - if yyl4436 == 0 { + yyct4441 := r.ContainerType() + if yyct4441 == codecSelferValueTypeMap1234 { + yyl4441 := r.ReadMapStart() + if yyl4441 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4436, d) + x.codecDecodeSelfFromMap(yyl4441, d) } - } else if yyct4436 == codecSelferValueTypeArray1234 { - yyl4436 := r.ReadArrayStart() - if yyl4436 == 0 { + } else if yyct4441 == codecSelferValueTypeArray1234 { + yyl4441 := r.ReadArrayStart() + if yyl4441 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4436, d) + x.codecDecodeSelfFromArray(yyl4441, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55278,12 +55333,12 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4437Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4437Slc - var yyhl4437 bool = l >= 0 - for yyj4437 := 0; ; yyj4437++ { - if yyhl4437 { - if yyj4437 >= l { + var yys4442Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4442Slc + var yyhl4442 bool = l >= 0 + for yyj4442 := 0; ; yyj4442++ { + if yyhl4442 { + if yyj4442 >= l { break } } else { @@ -55292,10 +55347,10 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4437Slc = r.DecodeBytes(yys4437Slc, true, true) - yys4437 := string(yys4437Slc) + yys4442Slc = r.DecodeBytes(yys4442Slc, true, true) + yys4442 := string(yys4442Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4437 { + switch yys4442 { case "capabilities": if r.TryDecodeAsNil() { if x.Capabilities != nil { @@ -55316,8 +55371,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.Privileged == nil { x.Privileged = new(bool) } - yym4440 := z.DecBinary() - _ = yym4440 + yym4445 := z.DecBinary() + _ = yym4445 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() @@ -55343,8 +55398,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4443 := z.DecBinary() - _ = yym4443 + yym4448 := z.DecBinary() + _ = yym4448 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) @@ -55359,8 +55414,8 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4445 := z.DecBinary() - _ = yym4445 + yym4450 := z.DecBinary() + _ = yym4450 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() @@ -55375,17 +55430,17 @@ func (x *SecurityContext) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4447 := z.DecBinary() - _ = yym4447 + yym4452 := z.DecBinary() + _ = yym4452 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } default: - z.DecStructFieldNotFound(-1, yys4437) - } // end switch yys4437 - } // end for yyj4437 + z.DecStructFieldNotFound(-1, yys4442) + } // end switch yys4442 + } // end for yyj4442 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55393,16 +55448,16 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4448 int - var yyb4448 bool - var yyhl4448 bool = l >= 0 - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + var yyj4453 int + var yyb4453 bool + var yyhl4453 bool = l >= 0 + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55417,13 +55472,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.Capabilities.CodecDecodeSelf(d) } - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55436,20 +55491,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.Privileged == nil { x.Privileged = new(bool) } - yym4451 := z.DecBinary() - _ = yym4451 + yym4456 := z.DecBinary() + _ = yym4456 if false { } else { *((*bool)(x.Privileged)) = r.DecodeBool() } } - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55464,13 +55519,13 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } x.SELinuxOptions.CodecDecodeSelf(d) } - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55483,20 +55538,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsUser == nil { x.RunAsUser = new(int64) } - yym4454 := z.DecBinary() - _ = yym4454 + yym4459 := z.DecBinary() + _ = yym4459 if false { } else { *((*int64)(x.RunAsUser)) = int64(r.DecodeInt(64)) } } - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55509,20 +55564,20 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.RunAsNonRoot == nil { x.RunAsNonRoot = new(bool) } - yym4456 := z.DecBinary() - _ = yym4456 + yym4461 := z.DecBinary() + _ = yym4461 if false { } else { *((*bool)(x.RunAsNonRoot)) = r.DecodeBool() } } - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55535,25 +55590,25 @@ func (x *SecurityContext) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if x.ReadOnlyRootFilesystem == nil { x.ReadOnlyRootFilesystem = new(bool) } - yym4458 := z.DecBinary() - _ = yym4458 + yym4463 := z.DecBinary() + _ = yym4463 if false { } else { *((*bool)(x.ReadOnlyRootFilesystem)) = r.DecodeBool() } } for { - yyj4448++ - if yyhl4448 { - yyb4448 = yyj4448 > l + yyj4453++ + if yyhl4453 { + yyb4453 = yyj4453 > l } else { - yyb4448 = r.CheckBreak() + yyb4453 = r.CheckBreak() } - if yyb4448 { + if yyb4453 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4448-1, "") + z.DecStructFieldNotFound(yyj4453-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55565,38 +55620,38 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4459 := z.EncBinary() - _ = yym4459 + yym4464 := z.EncBinary() + _ = yym4464 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4460 := !z.EncBinary() - yy2arr4460 := z.EncBasicHandle().StructToArray - var yyq4460 [4]bool - _, _, _ = yysep4460, yyq4460, yy2arr4460 - const yyr4460 bool = false - yyq4460[0] = x.User != "" - yyq4460[1] = x.Role != "" - yyq4460[2] = x.Type != "" - yyq4460[3] = x.Level != "" - var yynn4460 int - if yyr4460 || yy2arr4460 { + yysep4465 := !z.EncBinary() + yy2arr4465 := z.EncBasicHandle().StructToArray + var yyq4465 [4]bool + _, _, _ = yysep4465, yyq4465, yy2arr4465 + const yyr4465 bool = false + yyq4465[0] = x.User != "" + yyq4465[1] = x.Role != "" + yyq4465[2] = x.Type != "" + yyq4465[3] = x.Level != "" + var yynn4465 int + if yyr4465 || yy2arr4465 { r.EncodeArrayStart(4) } else { - yynn4460 = 0 - for _, b := range yyq4460 { + yynn4465 = 0 + for _, b := range yyq4465 { if b { - yynn4460++ + yynn4465++ } } - r.EncodeMapStart(yynn4460) - yynn4460 = 0 + r.EncodeMapStart(yynn4465) + yynn4465 = 0 } - if yyr4460 || yy2arr4460 { + if yyr4465 || yy2arr4465 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4460[0] { - yym4462 := z.EncBinary() - _ = yym4462 + if yyq4465[0] { + yym4467 := z.EncBinary() + _ = yym4467 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.User)) @@ -55605,74 +55660,74 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4460[0] { + if yyq4465[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("user")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4463 := z.EncBinary() - _ = yym4463 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.User)) - } - } - } - if yyr4460 || yy2arr4460 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4460[1] { - yym4465 := z.EncBinary() - _ = yym4465 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } else { - r.EncodeString(codecSelferC_UTF81234, "") - } - } else { - if yyq4460[1] { - z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("role")) - z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4466 := z.EncBinary() - _ = yym4466 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Role)) - } - } - } - if yyr4460 || yy2arr4460 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4460[2] { yym4468 := z.EncBinary() _ = yym4468 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + r.EncodeString(codecSelferC_UTF81234, string(x.User)) + } + } + } + if yyr4465 || yy2arr4465 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4465[1] { + yym4470 := z.EncBinary() + _ = yym4470 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) } } else { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4460[2] { + if yyq4465[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) - r.EncodeString(codecSelferC_UTF81234, string("type")) + r.EncodeString(codecSelferC_UTF81234, string("role")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4469 := z.EncBinary() - _ = yym4469 - if false { - } else { - r.EncodeString(codecSelferC_UTF81234, string(x.Type)) - } - } - } - if yyr4460 || yy2arr4460 { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4460[3] { yym4471 := z.EncBinary() _ = yym4471 if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Role)) + } + } + } + if yyr4465 || yy2arr4465 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4465[2] { + yym4473 := z.EncBinary() + _ = yym4473 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } else { + r.EncodeString(codecSelferC_UTF81234, "") + } + } else { + if yyq4465[2] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("type")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + yym4474 := z.EncBinary() + _ = yym4474 + if false { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x.Type)) + } + } + } + if yyr4465 || yy2arr4465 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq4465[3] { + yym4476 := z.EncBinary() + _ = yym4476 + if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } @@ -55680,19 +55735,19 @@ func (x *SELinuxOptions) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4460[3] { + if yyq4465[3] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("level")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4472 := z.EncBinary() - _ = yym4472 + yym4477 := z.EncBinary() + _ = yym4477 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Level)) } } } - if yyr4460 || yy2arr4460 { + if yyr4465 || yy2arr4465 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -55705,25 +55760,25 @@ func (x *SELinuxOptions) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4473 := z.DecBinary() - _ = yym4473 + yym4478 := z.DecBinary() + _ = yym4478 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4474 := r.ContainerType() - if yyct4474 == codecSelferValueTypeMap1234 { - yyl4474 := r.ReadMapStart() - if yyl4474 == 0 { + yyct4479 := r.ContainerType() + if yyct4479 == codecSelferValueTypeMap1234 { + yyl4479 := r.ReadMapStart() + if yyl4479 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4474, d) + x.codecDecodeSelfFromMap(yyl4479, d) } - } else if yyct4474 == codecSelferValueTypeArray1234 { - yyl4474 := r.ReadArrayStart() - if yyl4474 == 0 { + } else if yyct4479 == codecSelferValueTypeArray1234 { + yyl4479 := r.ReadArrayStart() + if yyl4479 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4474, d) + x.codecDecodeSelfFromArray(yyl4479, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -55735,12 +55790,12 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4475Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4475Slc - var yyhl4475 bool = l >= 0 - for yyj4475 := 0; ; yyj4475++ { - if yyhl4475 { - if yyj4475 >= l { + var yys4480Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4480Slc + var yyhl4480 bool = l >= 0 + for yyj4480 := 0; ; yyj4480++ { + if yyhl4480 { + if yyj4480 >= l { break } } else { @@ -55749,10 +55804,10 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4475Slc = r.DecodeBytes(yys4475Slc, true, true) - yys4475 := string(yys4475Slc) + yys4480Slc = r.DecodeBytes(yys4480Slc, true, true) + yys4480 := string(yys4480Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4475 { + switch yys4480 { case "user": if r.TryDecodeAsNil() { x.User = "" @@ -55778,9 +55833,9 @@ func (x *SELinuxOptions) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } default: - z.DecStructFieldNotFound(-1, yys4475) - } // end switch yys4475 - } // end for yyj4475 + z.DecStructFieldNotFound(-1, yys4480) + } // end switch yys4480 + } // end for yyj4480 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -55788,16 +55843,16 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4480 int - var yyb4480 bool - var yyhl4480 bool = l >= 0 - yyj4480++ - if yyhl4480 { - yyb4480 = yyj4480 > l + var yyj4485 int + var yyb4485 bool + var yyhl4485 bool = l >= 0 + yyj4485++ + if yyhl4485 { + yyb4485 = yyj4485 > l } else { - yyb4480 = r.CheckBreak() + yyb4485 = r.CheckBreak() } - if yyb4480 { + if yyb4485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55807,13 +55862,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.User = string(r.DecodeString()) } - yyj4480++ - if yyhl4480 { - yyb4480 = yyj4480 > l + yyj4485++ + if yyhl4485 { + yyb4485 = yyj4485 > l } else { - yyb4480 = r.CheckBreak() + yyb4485 = r.CheckBreak() } - if yyb4480 { + if yyb4485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55823,13 +55878,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Role = string(r.DecodeString()) } - yyj4480++ - if yyhl4480 { - yyb4480 = yyj4480 > l + yyj4485++ + if yyhl4485 { + yyb4485 = yyj4485 > l } else { - yyb4480 = r.CheckBreak() + yyb4485 = r.CheckBreak() } - if yyb4480 { + if yyb4485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55839,13 +55894,13 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { } else { x.Type = string(r.DecodeString()) } - yyj4480++ - if yyhl4480 { - yyb4480 = yyj4480 > l + yyj4485++ + if yyhl4485 { + yyb4485 = yyj4485 > l } else { - yyb4480 = r.CheckBreak() + yyb4485 = r.CheckBreak() } - if yyb4480 { + if yyb4485 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -55856,17 +55911,17 @@ func (x *SELinuxOptions) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) { x.Level = string(r.DecodeString()) } for { - yyj4480++ - if yyhl4480 { - yyb4480 = yyj4480 > l + yyj4485++ + if yyhl4485 { + yyb4485 = yyj4485 > l } else { - yyb4480 = r.CheckBreak() + yyb4485 = r.CheckBreak() } - if yyb4480 { + if yyb4485 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4480-1, "") + z.DecStructFieldNotFound(yyj4485-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -55878,37 +55933,37 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x == nil { r.EncodeNil() } else { - yym4485 := z.EncBinary() - _ = yym4485 + yym4490 := z.EncBinary() + _ = yym4490 if false { } else if z.HasExtensions() && z.EncExt(x) { } else { - yysep4486 := !z.EncBinary() - yy2arr4486 := z.EncBasicHandle().StructToArray - var yyq4486 [5]bool - _, _, _ = yysep4486, yyq4486, yy2arr4486 - const yyr4486 bool = false - yyq4486[0] = x.Kind != "" - yyq4486[1] = x.APIVersion != "" - yyq4486[2] = true - var yynn4486 int - if yyr4486 || yy2arr4486 { + yysep4491 := !z.EncBinary() + yy2arr4491 := z.EncBasicHandle().StructToArray + var yyq4491 [5]bool + _, _, _ = yysep4491, yyq4491, yy2arr4491 + const yyr4491 bool = false + yyq4491[0] = x.Kind != "" + yyq4491[1] = x.APIVersion != "" + yyq4491[2] = true + var yynn4491 int + if yyr4491 || yy2arr4491 { r.EncodeArrayStart(5) } else { - yynn4486 = 2 - for _, b := range yyq4486 { + yynn4491 = 2 + for _, b := range yyq4491 { if b { - yynn4486++ + yynn4491++ } } - r.EncodeMapStart(yynn4486) - yynn4486 = 0 + r.EncodeMapStart(yynn4491) + yynn4491 = 0 } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4486[0] { - yym4488 := z.EncBinary() - _ = yym4488 + if yyq4491[0] { + yym4493 := z.EncBinary() + _ = yym4493 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) @@ -55917,23 +55972,23 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4486[0] { + if yyq4491[0] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("kind")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4489 := z.EncBinary() - _ = yym4489 + yym4494 := z.EncBinary() + _ = yym4494 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Kind)) } } } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4486[1] { - yym4491 := z.EncBinary() - _ = yym4491 + if yyq4491[1] { + yym4496 := z.EncBinary() + _ = yym4496 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) @@ -55942,39 +55997,39 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { r.EncodeString(codecSelferC_UTF81234, "") } } else { - if yyq4486[1] { + if yyq4491[1] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("apiVersion")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4492 := z.EncBinary() - _ = yym4492 + yym4497 := z.EncBinary() + _ = yym4497 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.APIVersion)) } } } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - if yyq4486[2] { - yy4494 := &x.ObjectMeta - yy4494.CodecEncodeSelf(e) + if yyq4491[2] { + yy4499 := &x.ObjectMeta + yy4499.CodecEncodeSelf(e) } else { r.EncodeNil() } } else { - if yyq4486[2] { + if yyq4491[2] { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("metadata")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4495 := &x.ObjectMeta - yy4495.CodecEncodeSelf(e) + yy4500 := &x.ObjectMeta + yy4500.CodecEncodeSelf(e) } } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yym4497 := z.EncBinary() - _ = yym4497 + yym4502 := z.EncBinary() + _ = yym4502 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) @@ -55983,20 +56038,20 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { z.EncSendContainerState(codecSelfer_containerMapKey1234) r.EncodeString(codecSelferC_UTF81234, string("range")) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yym4498 := z.EncBinary() - _ = yym4498 + yym4503 := z.EncBinary() + _ = yym4503 if false { } else { r.EncodeString(codecSelferC_UTF81234, string(x.Range)) } } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayElem1234) if x.Data == nil { r.EncodeNil() } else { - yym4500 := z.EncBinary() - _ = yym4500 + yym4505 := z.EncBinary() + _ = yym4505 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) @@ -56009,15 +56064,15 @@ func (x *RangeAllocation) CodecEncodeSelf(e *codec1978.Encoder) { if x.Data == nil { r.EncodeNil() } else { - yym4501 := z.EncBinary() - _ = yym4501 + yym4506 := z.EncBinary() + _ = yym4506 if false { } else { r.EncodeStringBytes(codecSelferC_RAW1234, []byte(x.Data)) } } } - if yyr4486 || yy2arr4486 { + if yyr4491 || yy2arr4491 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -56030,25 +56085,25 @@ func (x *RangeAllocation) CodecDecodeSelf(d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yym4502 := z.DecBinary() - _ = yym4502 + yym4507 := z.DecBinary() + _ = yym4507 if false { } else if z.HasExtensions() && z.DecExt(x) { } else { - yyct4503 := r.ContainerType() - if yyct4503 == codecSelferValueTypeMap1234 { - yyl4503 := r.ReadMapStart() - if yyl4503 == 0 { + yyct4508 := r.ContainerType() + if yyct4508 == codecSelferValueTypeMap1234 { + yyl4508 := r.ReadMapStart() + if yyl4508 == 0 { z.DecSendContainerState(codecSelfer_containerMapEnd1234) } else { - x.codecDecodeSelfFromMap(yyl4503, d) + x.codecDecodeSelfFromMap(yyl4508, d) } - } else if yyct4503 == codecSelferValueTypeArray1234 { - yyl4503 := r.ReadArrayStart() - if yyl4503 == 0 { + } else if yyct4508 == codecSelferValueTypeArray1234 { + yyl4508 := r.ReadArrayStart() + if yyl4508 == 0 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } else { - x.codecDecodeSelfFromArray(yyl4503, d) + x.codecDecodeSelfFromArray(yyl4508, d) } } else { panic(codecSelferOnlyMapOrArrayEncodeToStructErr1234) @@ -56060,12 +56115,12 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yys4504Slc = z.DecScratchBuffer() // default slice to decode into - _ = yys4504Slc - var yyhl4504 bool = l >= 0 - for yyj4504 := 0; ; yyj4504++ { - if yyhl4504 { - if yyj4504 >= l { + var yys4509Slc = z.DecScratchBuffer() // default slice to decode into + _ = yys4509Slc + var yyhl4509 bool = l >= 0 + for yyj4509 := 0; ; yyj4509++ { + if yyhl4509 { + if yyj4509 >= l { break } } else { @@ -56074,10 +56129,10 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { } } z.DecSendContainerState(codecSelfer_containerMapKey1234) - yys4504Slc = r.DecodeBytes(yys4504Slc, true, true) - yys4504 := string(yys4504Slc) + yys4509Slc = r.DecodeBytes(yys4509Slc, true, true) + yys4509 := string(yys4509Slc) z.DecSendContainerState(codecSelfer_containerMapValue1234) - switch yys4504 { + switch yys4509 { case "kind": if r.TryDecodeAsNil() { x.Kind = "" @@ -56094,8 +56149,8 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4507 := &x.ObjectMeta - yyv4507.CodecDecodeSelf(d) + yyv4512 := &x.ObjectMeta + yyv4512.CodecDecodeSelf(d) } case "range": if r.TryDecodeAsNil() { @@ -56107,18 +56162,18 @@ func (x *RangeAllocation) codecDecodeSelfFromMap(l int, d *codec1978.Decoder) { if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4509 := &x.Data - yym4510 := z.DecBinary() - _ = yym4510 + yyv4514 := &x.Data + yym4515 := z.DecBinary() + _ = yym4515 if false { } else { - *yyv4509 = r.DecodeBytes(*(*[]byte)(yyv4509), false, false) + *yyv4514 = r.DecodeBytes(*(*[]byte)(yyv4514), false, false) } } default: - z.DecStructFieldNotFound(-1, yys4504) - } // end switch yys4504 - } // end for yyj4504 + z.DecStructFieldNotFound(-1, yys4509) + } // end switch yys4509 + } // end for yyj4509 z.DecSendContainerState(codecSelfer_containerMapEnd1234) } @@ -56126,16 +56181,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj4511 int - var yyb4511 bool - var yyhl4511 bool = l >= 0 - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + var yyj4516 int + var yyb4516 bool + var yyhl4516 bool = l >= 0 + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56145,13 +56200,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Kind = string(r.DecodeString()) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56161,13 +56216,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.APIVersion = string(r.DecodeString()) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56175,16 +56230,16 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.ObjectMeta = ObjectMeta{} } else { - yyv4514 := &x.ObjectMeta - yyv4514.CodecDecodeSelf(d) + yyv4519 := &x.ObjectMeta + yyv4519.CodecDecodeSelf(d) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56194,13 +56249,13 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) } else { x.Range = string(r.DecodeString()) } - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -56208,26 +56263,26 @@ func (x *RangeAllocation) codecDecodeSelfFromArray(l int, d *codec1978.Decoder) if r.TryDecodeAsNil() { x.Data = nil } else { - yyv4516 := &x.Data - yym4517 := z.DecBinary() - _ = yym4517 + yyv4521 := &x.Data + yym4522 := z.DecBinary() + _ = yym4522 if false { } else { - *yyv4516 = r.DecodeBytes(*(*[]byte)(yyv4516), false, false) + *yyv4521 = r.DecodeBytes(*(*[]byte)(yyv4521), false, false) } } for { - yyj4511++ - if yyhl4511 { - yyb4511 = yyj4511 > l + yyj4516++ + if yyhl4516 { + yyb4516 = yyj4516 > l } else { - yyb4511 = r.CheckBreak() + yyb4516 = r.CheckBreak() } - if yyb4511 { + if yyb4516 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj4511-1, "") + z.DecStructFieldNotFound(yyj4516-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56237,10 +56292,10 @@ func (x codecSelfer1234) encSliceOwnerReference(v []OwnerReference, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4518 := range v { + for _, yyv4523 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4519 := &yyv4518 - yy4519.CodecEncodeSelf(e) + yy4524 := &yyv4523 + yy4524.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56250,127 +56305,12 @@ func (x codecSelfer1234) decSliceOwnerReference(v *[]OwnerReference, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4520 := *v - yyh4520, yyl4520 := z.DecSliceHelperStart() - var yyc4520 bool - if yyl4520 == 0 { - if yyv4520 == nil { - yyv4520 = []OwnerReference{} - yyc4520 = true - } else if len(yyv4520) != 0 { - yyv4520 = yyv4520[:0] - yyc4520 = true - } - } else if yyl4520 > 0 { - var yyrr4520, yyrl4520 int - var yyrt4520 bool - if yyl4520 > cap(yyv4520) { - - yyrg4520 := len(yyv4520) > 0 - yyv24520 := yyv4520 - yyrl4520, yyrt4520 = z.DecInferLen(yyl4520, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4520 { - if yyrl4520 <= cap(yyv4520) { - yyv4520 = yyv4520[:yyrl4520] - } else { - yyv4520 = make([]OwnerReference, yyrl4520) - } - } else { - yyv4520 = make([]OwnerReference, yyrl4520) - } - yyc4520 = true - yyrr4520 = len(yyv4520) - if yyrg4520 { - copy(yyv4520, yyv24520) - } - } else if yyl4520 != len(yyv4520) { - yyv4520 = yyv4520[:yyl4520] - yyc4520 = true - } - yyj4520 := 0 - for ; yyj4520 < yyrr4520; yyj4520++ { - yyh4520.ElemContainerState(yyj4520) - if r.TryDecodeAsNil() { - yyv4520[yyj4520] = OwnerReference{} - } else { - yyv4521 := &yyv4520[yyj4520] - yyv4521.CodecDecodeSelf(d) - } - - } - if yyrt4520 { - for ; yyj4520 < yyl4520; yyj4520++ { - yyv4520 = append(yyv4520, OwnerReference{}) - yyh4520.ElemContainerState(yyj4520) - if r.TryDecodeAsNil() { - yyv4520[yyj4520] = OwnerReference{} - } else { - yyv4522 := &yyv4520[yyj4520] - yyv4522.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4520 := 0 - for ; !r.CheckBreak(); yyj4520++ { - - if yyj4520 >= len(yyv4520) { - yyv4520 = append(yyv4520, OwnerReference{}) // var yyz4520 OwnerReference - yyc4520 = true - } - yyh4520.ElemContainerState(yyj4520) - if yyj4520 < len(yyv4520) { - if r.TryDecodeAsNil() { - yyv4520[yyj4520] = OwnerReference{} - } else { - yyv4523 := &yyv4520[yyj4520] - yyv4523.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4520 < len(yyv4520) { - yyv4520 = yyv4520[:yyj4520] - yyc4520 = true - } else if yyj4520 == 0 && yyv4520 == nil { - yyv4520 = []OwnerReference{} - yyc4520 = true - } - } - yyh4520.End() - if yyc4520 { - *v = yyv4520 - } -} - -func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolumeAccessMode, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4524 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4524.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolumeAccessMode, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4525 := *v yyh4525, yyl4525 := z.DecSliceHelperStart() var yyc4525 bool if yyl4525 == 0 { if yyv4525 == nil { - yyv4525 = []PersistentVolumeAccessMode{} + yyv4525 = []OwnerReference{} yyc4525 = true } else if len(yyv4525) != 0 { yyv4525 = yyv4525[:0] @@ -56381,18 +56321,23 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum var yyrt4525 bool if yyl4525 > cap(yyv4525) { - yyrl4525, yyrt4525 = z.DecInferLen(yyl4525, z.DecBasicHandle().MaxInitLen, 16) + yyrg4525 := len(yyv4525) > 0 + yyv24525 := yyv4525 + yyrl4525, yyrt4525 = z.DecInferLen(yyl4525, z.DecBasicHandle().MaxInitLen, 72) if yyrt4525 { if yyrl4525 <= cap(yyv4525) { yyv4525 = yyv4525[:yyrl4525] } else { - yyv4525 = make([]PersistentVolumeAccessMode, yyrl4525) + yyv4525 = make([]OwnerReference, yyrl4525) } } else { - yyv4525 = make([]PersistentVolumeAccessMode, yyrl4525) + yyv4525 = make([]OwnerReference, yyrl4525) } yyc4525 = true yyrr4525 = len(yyv4525) + if yyrg4525 { + copy(yyv4525, yyv24525) + } } else if yyl4525 != len(yyv4525) { yyv4525 = yyv4525[:yyl4525] yyc4525 = true @@ -56401,20 +56346,22 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum for ; yyj4525 < yyrr4525; yyj4525++ { yyh4525.ElemContainerState(yyj4525) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = "" + yyv4525[yyj4525] = OwnerReference{} } else { - yyv4525[yyj4525] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4526 := &yyv4525[yyj4525] + yyv4526.CodecDecodeSelf(d) } } if yyrt4525 { for ; yyj4525 < yyl4525; yyj4525++ { - yyv4525 = append(yyv4525, "") + yyv4525 = append(yyv4525, OwnerReference{}) yyh4525.ElemContainerState(yyj4525) if r.TryDecodeAsNil() { - yyv4525[yyj4525] = "" + yyv4525[yyj4525] = OwnerReference{} } else { - yyv4525[yyj4525] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4527 := &yyv4525[yyj4525] + yyv4527.CodecDecodeSelf(d) } } @@ -56425,15 +56372,16 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum for ; !r.CheckBreak(); yyj4525++ { if yyj4525 >= len(yyv4525) { - yyv4525 = append(yyv4525, "") // var yyz4525 PersistentVolumeAccessMode + yyv4525 = append(yyv4525, OwnerReference{}) // var yyz4525 OwnerReference yyc4525 = true } yyh4525.ElemContainerState(yyj4525) if yyj4525 < len(yyv4525) { if r.TryDecodeAsNil() { - yyv4525[yyj4525] = "" + yyv4525[yyj4525] = OwnerReference{} } else { - yyv4525[yyj4525] = PersistentVolumeAccessMode(r.DecodeString()) + yyv4528 := &yyv4525[yyj4525] + yyv4528.CodecDecodeSelf(d) } } else { @@ -56445,7 +56393,7 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum yyv4525 = yyv4525[:yyj4525] yyc4525 = true } else if yyj4525 == 0 && yyv4525 == nil { - yyv4525 = []PersistentVolumeAccessMode{} + yyv4525 = []OwnerReference{} yyc4525 = true } } @@ -56455,15 +56403,122 @@ func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolum } } -func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec1978.Encoder) { +func (x codecSelfer1234) encSlicePersistentVolumeAccessMode(v []PersistentVolumeAccessMode, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4529 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4530 := &yyv4529 - yy4530.CodecEncodeSelf(e) + yyv4529.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSlicePersistentVolumeAccessMode(v *[]PersistentVolumeAccessMode, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4530 := *v + yyh4530, yyl4530 := z.DecSliceHelperStart() + var yyc4530 bool + if yyl4530 == 0 { + if yyv4530 == nil { + yyv4530 = []PersistentVolumeAccessMode{} + yyc4530 = true + } else if len(yyv4530) != 0 { + yyv4530 = yyv4530[:0] + yyc4530 = true + } + } else if yyl4530 > 0 { + var yyrr4530, yyrl4530 int + var yyrt4530 bool + if yyl4530 > cap(yyv4530) { + + yyrl4530, yyrt4530 = z.DecInferLen(yyl4530, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4530 { + if yyrl4530 <= cap(yyv4530) { + yyv4530 = yyv4530[:yyrl4530] + } else { + yyv4530 = make([]PersistentVolumeAccessMode, yyrl4530) + } + } else { + yyv4530 = make([]PersistentVolumeAccessMode, yyrl4530) + } + yyc4530 = true + yyrr4530 = len(yyv4530) + } else if yyl4530 != len(yyv4530) { + yyv4530 = yyv4530[:yyl4530] + yyc4530 = true + } + yyj4530 := 0 + for ; yyj4530 < yyrr4530; yyj4530++ { + yyh4530.ElemContainerState(yyj4530) + if r.TryDecodeAsNil() { + yyv4530[yyj4530] = "" + } else { + yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } + if yyrt4530 { + for ; yyj4530 < yyl4530; yyj4530++ { + yyv4530 = append(yyv4530, "") + yyh4530.ElemContainerState(yyj4530) + if r.TryDecodeAsNil() { + yyv4530[yyj4530] = "" + } else { + yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } + } + + } else { + yyj4530 := 0 + for ; !r.CheckBreak(); yyj4530++ { + + if yyj4530 >= len(yyv4530) { + yyv4530 = append(yyv4530, "") // var yyz4530 PersistentVolumeAccessMode + yyc4530 = true + } + yyh4530.ElemContainerState(yyj4530) + if yyj4530 < len(yyv4530) { + if r.TryDecodeAsNil() { + yyv4530[yyj4530] = "" + } else { + yyv4530[yyj4530] = PersistentVolumeAccessMode(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4530 < len(yyv4530) { + yyv4530 = yyv4530[:yyj4530] + yyc4530 = true + } else if yyj4530 == 0 && yyv4530 == nil { + yyv4530 = []PersistentVolumeAccessMode{} + yyc4530 = true + } + } + yyh4530.End() + if yyc4530 { + *v = yyv4530 + } +} + +func (x codecSelfer1234) encSlicePersistentVolume(v []PersistentVolume, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4534 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4535 := &yyv4534 + yy4535.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56473,83 +56528,83 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4531 := *v - yyh4531, yyl4531 := z.DecSliceHelperStart() - var yyc4531 bool - if yyl4531 == 0 { - if yyv4531 == nil { - yyv4531 = []PersistentVolume{} - yyc4531 = true - } else if len(yyv4531) != 0 { - yyv4531 = yyv4531[:0] - yyc4531 = true + yyv4536 := *v + yyh4536, yyl4536 := z.DecSliceHelperStart() + var yyc4536 bool + if yyl4536 == 0 { + if yyv4536 == nil { + yyv4536 = []PersistentVolume{} + yyc4536 = true + } else if len(yyv4536) != 0 { + yyv4536 = yyv4536[:0] + yyc4536 = true } - } else if yyl4531 > 0 { - var yyrr4531, yyrl4531 int - var yyrt4531 bool - if yyl4531 > cap(yyv4531) { + } else if yyl4536 > 0 { + var yyrr4536, yyrl4536 int + var yyrt4536 bool + if yyl4536 > cap(yyv4536) { - yyrg4531 := len(yyv4531) > 0 - yyv24531 := yyv4531 - yyrl4531, yyrt4531 = z.DecInferLen(yyl4531, z.DecBasicHandle().MaxInitLen, 488) - if yyrt4531 { - if yyrl4531 <= cap(yyv4531) { - yyv4531 = yyv4531[:yyrl4531] + yyrg4536 := len(yyv4536) > 0 + yyv24536 := yyv4536 + yyrl4536, yyrt4536 = z.DecInferLen(yyl4536, z.DecBasicHandle().MaxInitLen, 488) + if yyrt4536 { + if yyrl4536 <= cap(yyv4536) { + yyv4536 = yyv4536[:yyrl4536] } else { - yyv4531 = make([]PersistentVolume, yyrl4531) + yyv4536 = make([]PersistentVolume, yyrl4536) } } else { - yyv4531 = make([]PersistentVolume, yyrl4531) + yyv4536 = make([]PersistentVolume, yyrl4536) } - yyc4531 = true - yyrr4531 = len(yyv4531) - if yyrg4531 { - copy(yyv4531, yyv24531) + yyc4536 = true + yyrr4536 = len(yyv4536) + if yyrg4536 { + copy(yyv4536, yyv24536) } - } else if yyl4531 != len(yyv4531) { - yyv4531 = yyv4531[:yyl4531] - yyc4531 = true + } else if yyl4536 != len(yyv4536) { + yyv4536 = yyv4536[:yyl4536] + yyc4536 = true } - yyj4531 := 0 - for ; yyj4531 < yyrr4531; yyj4531++ { - yyh4531.ElemContainerState(yyj4531) + yyj4536 := 0 + for ; yyj4536 < yyrr4536; yyj4536++ { + yyh4536.ElemContainerState(yyj4536) if r.TryDecodeAsNil() { - yyv4531[yyj4531] = PersistentVolume{} + yyv4536[yyj4536] = PersistentVolume{} } else { - yyv4532 := &yyv4531[yyj4531] - yyv4532.CodecDecodeSelf(d) + yyv4537 := &yyv4536[yyj4536] + yyv4537.CodecDecodeSelf(d) } } - if yyrt4531 { - for ; yyj4531 < yyl4531; yyj4531++ { - yyv4531 = append(yyv4531, PersistentVolume{}) - yyh4531.ElemContainerState(yyj4531) + if yyrt4536 { + for ; yyj4536 < yyl4536; yyj4536++ { + yyv4536 = append(yyv4536, PersistentVolume{}) + yyh4536.ElemContainerState(yyj4536) if r.TryDecodeAsNil() { - yyv4531[yyj4531] = PersistentVolume{} + yyv4536[yyj4536] = PersistentVolume{} } else { - yyv4533 := &yyv4531[yyj4531] - yyv4533.CodecDecodeSelf(d) + yyv4538 := &yyv4536[yyj4536] + yyv4538.CodecDecodeSelf(d) } } } } else { - yyj4531 := 0 - for ; !r.CheckBreak(); yyj4531++ { + yyj4536 := 0 + for ; !r.CheckBreak(); yyj4536++ { - if yyj4531 >= len(yyv4531) { - yyv4531 = append(yyv4531, PersistentVolume{}) // var yyz4531 PersistentVolume - yyc4531 = true + if yyj4536 >= len(yyv4536) { + yyv4536 = append(yyv4536, PersistentVolume{}) // var yyz4536 PersistentVolume + yyc4536 = true } - yyh4531.ElemContainerState(yyj4531) - if yyj4531 < len(yyv4531) { + yyh4536.ElemContainerState(yyj4536) + if yyj4536 < len(yyv4536) { if r.TryDecodeAsNil() { - yyv4531[yyj4531] = PersistentVolume{} + yyv4536[yyj4536] = PersistentVolume{} } else { - yyv4534 := &yyv4531[yyj4531] - yyv4534.CodecDecodeSelf(d) + yyv4539 := &yyv4536[yyj4536] + yyv4539.CodecDecodeSelf(d) } } else { @@ -56557,17 +56612,17 @@ func (x codecSelfer1234) decSlicePersistentVolume(v *[]PersistentVolume, d *code } } - if yyj4531 < len(yyv4531) { - yyv4531 = yyv4531[:yyj4531] - yyc4531 = true - } else if yyj4531 == 0 && yyv4531 == nil { - yyv4531 = []PersistentVolume{} - yyc4531 = true + if yyj4536 < len(yyv4536) { + yyv4536 = yyv4536[:yyj4536] + yyc4536 = true + } else if yyj4536 == 0 && yyv4536 == nil { + yyv4536 = []PersistentVolume{} + yyc4536 = true } } - yyh4531.End() - if yyc4531 { - *v = yyv4531 + yyh4536.End() + if yyc4536 { + *v = yyv4536 } } @@ -56576,10 +56631,10 @@ func (x codecSelfer1234) encSlicePersistentVolumeClaim(v []PersistentVolumeClaim z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4535 := range v { + for _, yyv4540 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4536 := &yyv4535 - yy4536.CodecEncodeSelf(e) + yy4541 := &yyv4540 + yy4541.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56589,83 +56644,83 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4537 := *v - yyh4537, yyl4537 := z.DecSliceHelperStart() - var yyc4537 bool - if yyl4537 == 0 { - if yyv4537 == nil { - yyv4537 = []PersistentVolumeClaim{} - yyc4537 = true - } else if len(yyv4537) != 0 { - yyv4537 = yyv4537[:0] - yyc4537 = true + yyv4542 := *v + yyh4542, yyl4542 := z.DecSliceHelperStart() + var yyc4542 bool + if yyl4542 == 0 { + if yyv4542 == nil { + yyv4542 = []PersistentVolumeClaim{} + yyc4542 = true + } else if len(yyv4542) != 0 { + yyv4542 = yyv4542[:0] + yyc4542 = true } - } else if yyl4537 > 0 { - var yyrr4537, yyrl4537 int - var yyrt4537 bool - if yyl4537 > cap(yyv4537) { + } else if yyl4542 > 0 { + var yyrr4542, yyrl4542 int + var yyrt4542 bool + if yyl4542 > cap(yyv4542) { - yyrg4537 := len(yyv4537) > 0 - yyv24537 := yyv4537 - yyrl4537, yyrt4537 = z.DecInferLen(yyl4537, z.DecBasicHandle().MaxInitLen, 368) - if yyrt4537 { - if yyrl4537 <= cap(yyv4537) { - yyv4537 = yyv4537[:yyrl4537] + yyrg4542 := len(yyv4542) > 0 + yyv24542 := yyv4542 + yyrl4542, yyrt4542 = z.DecInferLen(yyl4542, z.DecBasicHandle().MaxInitLen, 368) + if yyrt4542 { + if yyrl4542 <= cap(yyv4542) { + yyv4542 = yyv4542[:yyrl4542] } else { - yyv4537 = make([]PersistentVolumeClaim, yyrl4537) + yyv4542 = make([]PersistentVolumeClaim, yyrl4542) } } else { - yyv4537 = make([]PersistentVolumeClaim, yyrl4537) + yyv4542 = make([]PersistentVolumeClaim, yyrl4542) } - yyc4537 = true - yyrr4537 = len(yyv4537) - if yyrg4537 { - copy(yyv4537, yyv24537) + yyc4542 = true + yyrr4542 = len(yyv4542) + if yyrg4542 { + copy(yyv4542, yyv24542) } - } else if yyl4537 != len(yyv4537) { - yyv4537 = yyv4537[:yyl4537] - yyc4537 = true + } else if yyl4542 != len(yyv4542) { + yyv4542 = yyv4542[:yyl4542] + yyc4542 = true } - yyj4537 := 0 - for ; yyj4537 < yyrr4537; yyj4537++ { - yyh4537.ElemContainerState(yyj4537) + yyj4542 := 0 + for ; yyj4542 < yyrr4542; yyj4542++ { + yyh4542.ElemContainerState(yyj4542) if r.TryDecodeAsNil() { - yyv4537[yyj4537] = PersistentVolumeClaim{} + yyv4542[yyj4542] = PersistentVolumeClaim{} } else { - yyv4538 := &yyv4537[yyj4537] - yyv4538.CodecDecodeSelf(d) + yyv4543 := &yyv4542[yyj4542] + yyv4543.CodecDecodeSelf(d) } } - if yyrt4537 { - for ; yyj4537 < yyl4537; yyj4537++ { - yyv4537 = append(yyv4537, PersistentVolumeClaim{}) - yyh4537.ElemContainerState(yyj4537) + if yyrt4542 { + for ; yyj4542 < yyl4542; yyj4542++ { + yyv4542 = append(yyv4542, PersistentVolumeClaim{}) + yyh4542.ElemContainerState(yyj4542) if r.TryDecodeAsNil() { - yyv4537[yyj4537] = PersistentVolumeClaim{} + yyv4542[yyj4542] = PersistentVolumeClaim{} } else { - yyv4539 := &yyv4537[yyj4537] - yyv4539.CodecDecodeSelf(d) + yyv4544 := &yyv4542[yyj4542] + yyv4544.CodecDecodeSelf(d) } } } } else { - yyj4537 := 0 - for ; !r.CheckBreak(); yyj4537++ { + yyj4542 := 0 + for ; !r.CheckBreak(); yyj4542++ { - if yyj4537 >= len(yyv4537) { - yyv4537 = append(yyv4537, PersistentVolumeClaim{}) // var yyz4537 PersistentVolumeClaim - yyc4537 = true + if yyj4542 >= len(yyv4542) { + yyv4542 = append(yyv4542, PersistentVolumeClaim{}) // var yyz4542 PersistentVolumeClaim + yyc4542 = true } - yyh4537.ElemContainerState(yyj4537) - if yyj4537 < len(yyv4537) { + yyh4542.ElemContainerState(yyj4542) + if yyj4542 < len(yyv4542) { if r.TryDecodeAsNil() { - yyv4537[yyj4537] = PersistentVolumeClaim{} + yyv4542[yyj4542] = PersistentVolumeClaim{} } else { - yyv4540 := &yyv4537[yyj4537] - yyv4540.CodecDecodeSelf(d) + yyv4545 := &yyv4542[yyj4542] + yyv4545.CodecDecodeSelf(d) } } else { @@ -56673,17 +56728,17 @@ func (x codecSelfer1234) decSlicePersistentVolumeClaim(v *[]PersistentVolumeClai } } - if yyj4537 < len(yyv4537) { - yyv4537 = yyv4537[:yyj4537] - yyc4537 = true - } else if yyj4537 == 0 && yyv4537 == nil { - yyv4537 = []PersistentVolumeClaim{} - yyc4537 = true + if yyj4542 < len(yyv4542) { + yyv4542 = yyv4542[:yyj4542] + yyc4542 = true + } else if yyj4542 == 0 && yyv4542 == nil { + yyv4542 = []PersistentVolumeClaim{} + yyc4542 = true } } - yyh4537.End() - if yyc4537 { - *v = yyv4537 + yyh4542.End() + if yyc4542 { + *v = yyv4542 } } @@ -56692,10 +56747,10 @@ func (x codecSelfer1234) encSliceKeyToPath(v []KeyToPath, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4541 := range v { + for _, yyv4546 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4542 := &yyv4541 - yy4542.CodecEncodeSelf(e) + yy4547 := &yyv4546 + yy4547.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56705,83 +56760,83 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4543 := *v - yyh4543, yyl4543 := z.DecSliceHelperStart() - var yyc4543 bool - if yyl4543 == 0 { - if yyv4543 == nil { - yyv4543 = []KeyToPath{} - yyc4543 = true - } else if len(yyv4543) != 0 { - yyv4543 = yyv4543[:0] - yyc4543 = true + yyv4548 := *v + yyh4548, yyl4548 := z.DecSliceHelperStart() + var yyc4548 bool + if yyl4548 == 0 { + if yyv4548 == nil { + yyv4548 = []KeyToPath{} + yyc4548 = true + } else if len(yyv4548) != 0 { + yyv4548 = yyv4548[:0] + yyc4548 = true } - } else if yyl4543 > 0 { - var yyrr4543, yyrl4543 int - var yyrt4543 bool - if yyl4543 > cap(yyv4543) { + } else if yyl4548 > 0 { + var yyrr4548, yyrl4548 int + var yyrt4548 bool + if yyl4548 > cap(yyv4548) { - yyrg4543 := len(yyv4543) > 0 - yyv24543 := yyv4543 - yyrl4543, yyrt4543 = z.DecInferLen(yyl4543, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4543 { - if yyrl4543 <= cap(yyv4543) { - yyv4543 = yyv4543[:yyrl4543] + yyrg4548 := len(yyv4548) > 0 + yyv24548 := yyv4548 + yyrl4548, yyrt4548 = z.DecInferLen(yyl4548, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4548 { + if yyrl4548 <= cap(yyv4548) { + yyv4548 = yyv4548[:yyrl4548] } else { - yyv4543 = make([]KeyToPath, yyrl4543) + yyv4548 = make([]KeyToPath, yyrl4548) } } else { - yyv4543 = make([]KeyToPath, yyrl4543) + yyv4548 = make([]KeyToPath, yyrl4548) } - yyc4543 = true - yyrr4543 = len(yyv4543) - if yyrg4543 { - copy(yyv4543, yyv24543) + yyc4548 = true + yyrr4548 = len(yyv4548) + if yyrg4548 { + copy(yyv4548, yyv24548) } - } else if yyl4543 != len(yyv4543) { - yyv4543 = yyv4543[:yyl4543] - yyc4543 = true + } else if yyl4548 != len(yyv4548) { + yyv4548 = yyv4548[:yyl4548] + yyc4548 = true } - yyj4543 := 0 - for ; yyj4543 < yyrr4543; yyj4543++ { - yyh4543.ElemContainerState(yyj4543) + yyj4548 := 0 + for ; yyj4548 < yyrr4548; yyj4548++ { + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4543[yyj4543] = KeyToPath{} + yyv4548[yyj4548] = KeyToPath{} } else { - yyv4544 := &yyv4543[yyj4543] - yyv4544.CodecDecodeSelf(d) + yyv4549 := &yyv4548[yyj4548] + yyv4549.CodecDecodeSelf(d) } } - if yyrt4543 { - for ; yyj4543 < yyl4543; yyj4543++ { - yyv4543 = append(yyv4543, KeyToPath{}) - yyh4543.ElemContainerState(yyj4543) + if yyrt4548 { + for ; yyj4548 < yyl4548; yyj4548++ { + yyv4548 = append(yyv4548, KeyToPath{}) + yyh4548.ElemContainerState(yyj4548) if r.TryDecodeAsNil() { - yyv4543[yyj4543] = KeyToPath{} + yyv4548[yyj4548] = KeyToPath{} } else { - yyv4545 := &yyv4543[yyj4543] - yyv4545.CodecDecodeSelf(d) + yyv4550 := &yyv4548[yyj4548] + yyv4550.CodecDecodeSelf(d) } } } } else { - yyj4543 := 0 - for ; !r.CheckBreak(); yyj4543++ { + yyj4548 := 0 + for ; !r.CheckBreak(); yyj4548++ { - if yyj4543 >= len(yyv4543) { - yyv4543 = append(yyv4543, KeyToPath{}) // var yyz4543 KeyToPath - yyc4543 = true + if yyj4548 >= len(yyv4548) { + yyv4548 = append(yyv4548, KeyToPath{}) // var yyz4548 KeyToPath + yyc4548 = true } - yyh4543.ElemContainerState(yyj4543) - if yyj4543 < len(yyv4543) { + yyh4548.ElemContainerState(yyj4548) + if yyj4548 < len(yyv4548) { if r.TryDecodeAsNil() { - yyv4543[yyj4543] = KeyToPath{} + yyv4548[yyj4548] = KeyToPath{} } else { - yyv4546 := &yyv4543[yyj4543] - yyv4546.CodecDecodeSelf(d) + yyv4551 := &yyv4548[yyj4548] + yyv4551.CodecDecodeSelf(d) } } else { @@ -56789,17 +56844,17 @@ func (x codecSelfer1234) decSliceKeyToPath(v *[]KeyToPath, d *codec1978.Decoder) } } - if yyj4543 < len(yyv4543) { - yyv4543 = yyv4543[:yyj4543] - yyc4543 = true - } else if yyj4543 == 0 && yyv4543 == nil { - yyv4543 = []KeyToPath{} - yyc4543 = true + if yyj4548 < len(yyv4548) { + yyv4548 = yyv4548[:yyj4548] + yyc4548 = true + } else if yyj4548 == 0 && yyv4548 == nil { + yyv4548 = []KeyToPath{} + yyc4548 = true } } - yyh4543.End() - if yyc4543 { - *v = yyv4543 + yyh4548.End() + if yyc4548 { + *v = yyv4548 } } @@ -56808,10 +56863,10 @@ func (x codecSelfer1234) encSliceHTTPHeader(v []HTTPHeader, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4547 := range v { + for _, yyv4552 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4548 := &yyv4547 - yy4548.CodecEncodeSelf(e) + yy4553 := &yyv4552 + yy4553.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -56821,127 +56876,12 @@ func (x codecSelfer1234) decSliceHTTPHeader(v *[]HTTPHeader, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4549 := *v - yyh4549, yyl4549 := z.DecSliceHelperStart() - var yyc4549 bool - if yyl4549 == 0 { - if yyv4549 == nil { - yyv4549 = []HTTPHeader{} - yyc4549 = true - } else if len(yyv4549) != 0 { - yyv4549 = yyv4549[:0] - yyc4549 = true - } - } else if yyl4549 > 0 { - var yyrr4549, yyrl4549 int - var yyrt4549 bool - if yyl4549 > cap(yyv4549) { - - yyrg4549 := len(yyv4549) > 0 - yyv24549 := yyv4549 - yyrl4549, yyrt4549 = z.DecInferLen(yyl4549, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4549 { - if yyrl4549 <= cap(yyv4549) { - yyv4549 = yyv4549[:yyrl4549] - } else { - yyv4549 = make([]HTTPHeader, yyrl4549) - } - } else { - yyv4549 = make([]HTTPHeader, yyrl4549) - } - yyc4549 = true - yyrr4549 = len(yyv4549) - if yyrg4549 { - copy(yyv4549, yyv24549) - } - } else if yyl4549 != len(yyv4549) { - yyv4549 = yyv4549[:yyl4549] - yyc4549 = true - } - yyj4549 := 0 - for ; yyj4549 < yyrr4549; yyj4549++ { - yyh4549.ElemContainerState(yyj4549) - if r.TryDecodeAsNil() { - yyv4549[yyj4549] = HTTPHeader{} - } else { - yyv4550 := &yyv4549[yyj4549] - yyv4550.CodecDecodeSelf(d) - } - - } - if yyrt4549 { - for ; yyj4549 < yyl4549; yyj4549++ { - yyv4549 = append(yyv4549, HTTPHeader{}) - yyh4549.ElemContainerState(yyj4549) - if r.TryDecodeAsNil() { - yyv4549[yyj4549] = HTTPHeader{} - } else { - yyv4551 := &yyv4549[yyj4549] - yyv4551.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4549 := 0 - for ; !r.CheckBreak(); yyj4549++ { - - if yyj4549 >= len(yyv4549) { - yyv4549 = append(yyv4549, HTTPHeader{}) // var yyz4549 HTTPHeader - yyc4549 = true - } - yyh4549.ElemContainerState(yyj4549) - if yyj4549 < len(yyv4549) { - if r.TryDecodeAsNil() { - yyv4549[yyj4549] = HTTPHeader{} - } else { - yyv4552 := &yyv4549[yyj4549] - yyv4552.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4549 < len(yyv4549) { - yyv4549 = yyv4549[:yyj4549] - yyc4549 = true - } else if yyj4549 == 0 && yyv4549 == nil { - yyv4549 = []HTTPHeader{} - yyc4549 = true - } - } - yyh4549.End() - if yyc4549 { - *v = yyv4549 - } -} - -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 _, yyv4553 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4553.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 - yyv4554 := *v yyh4554, yyl4554 := z.DecSliceHelperStart() var yyc4554 bool if yyl4554 == 0 { if yyv4554 == nil { - yyv4554 = []Capability{} + yyv4554 = []HTTPHeader{} yyc4554 = true } else if len(yyv4554) != 0 { yyv4554 = yyv4554[:0] @@ -56952,18 +56892,23 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode var yyrt4554 bool if yyl4554 > cap(yyv4554) { - yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 16) + yyrg4554 := len(yyv4554) > 0 + yyv24554 := yyv4554 + yyrl4554, yyrt4554 = z.DecInferLen(yyl4554, z.DecBasicHandle().MaxInitLen, 32) if yyrt4554 { if yyrl4554 <= cap(yyv4554) { yyv4554 = yyv4554[:yyrl4554] } else { - yyv4554 = make([]Capability, yyrl4554) + yyv4554 = make([]HTTPHeader, yyrl4554) } } else { - yyv4554 = make([]Capability, yyrl4554) + yyv4554 = make([]HTTPHeader, yyrl4554) } yyc4554 = true yyrr4554 = len(yyv4554) + if yyrg4554 { + copy(yyv4554, yyv24554) + } } else if yyl4554 != len(yyv4554) { yyv4554 = yyv4554[:yyl4554] yyc4554 = true @@ -56972,20 +56917,22 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; yyj4554 < yyrr4554; yyj4554++ { yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4554[yyj4554] = "" + yyv4554[yyj4554] = HTTPHeader{} } else { - yyv4554[yyj4554] = Capability(r.DecodeString()) + yyv4555 := &yyv4554[yyj4554] + yyv4555.CodecDecodeSelf(d) } } if yyrt4554 { for ; yyj4554 < yyl4554; yyj4554++ { - yyv4554 = append(yyv4554, "") + yyv4554 = append(yyv4554, HTTPHeader{}) yyh4554.ElemContainerState(yyj4554) if r.TryDecodeAsNil() { - yyv4554[yyj4554] = "" + yyv4554[yyj4554] = HTTPHeader{} } else { - yyv4554[yyj4554] = Capability(r.DecodeString()) + yyv4556 := &yyv4554[yyj4554] + yyv4556.CodecDecodeSelf(d) } } @@ -56996,15 +56943,16 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode for ; !r.CheckBreak(); yyj4554++ { if yyj4554 >= len(yyv4554) { - yyv4554 = append(yyv4554, "") // var yyz4554 Capability + yyv4554 = append(yyv4554, HTTPHeader{}) // var yyz4554 HTTPHeader yyc4554 = true } yyh4554.ElemContainerState(yyj4554) if yyj4554 < len(yyv4554) { if r.TryDecodeAsNil() { - yyv4554[yyj4554] = "" + yyv4554[yyj4554] = HTTPHeader{} } else { - yyv4554[yyj4554] = Capability(r.DecodeString()) + yyv4557 := &yyv4554[yyj4554] + yyv4557.CodecDecodeSelf(d) } } else { @@ -57016,7 +56964,7 @@ func (x codecSelfer1234) decSliceCapability(v *[]Capability, d *codec1978.Decode yyv4554 = yyv4554[:yyj4554] yyc4554 = true } else if yyj4554 == 0 && yyv4554 == nil { - yyv4554 = []Capability{} + yyv4554 = []HTTPHeader{} yyc4554 = true } } @@ -57026,15 +56974,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 _, yyv4558 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4559 := &yyv4558 - yy4559.CodecEncodeSelf(e) + yyv4558.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 + + yyv4559 := *v + yyh4559, yyl4559 := z.DecSliceHelperStart() + var yyc4559 bool + if yyl4559 == 0 { + if yyv4559 == nil { + yyv4559 = []Capability{} + yyc4559 = true + } else if len(yyv4559) != 0 { + yyv4559 = yyv4559[:0] + yyc4559 = true + } + } else if yyl4559 > 0 { + var yyrr4559, yyrl4559 int + var yyrt4559 bool + if yyl4559 > cap(yyv4559) { + + yyrl4559, yyrt4559 = z.DecInferLen(yyl4559, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4559 { + if yyrl4559 <= cap(yyv4559) { + yyv4559 = yyv4559[:yyrl4559] + } else { + yyv4559 = make([]Capability, yyrl4559) + } + } else { + yyv4559 = make([]Capability, yyrl4559) + } + yyc4559 = true + yyrr4559 = len(yyv4559) + } else if yyl4559 != len(yyv4559) { + yyv4559 = yyv4559[:yyl4559] + yyc4559 = true + } + yyj4559 := 0 + for ; yyj4559 < yyrr4559; yyj4559++ { + yyh4559.ElemContainerState(yyj4559) + if r.TryDecodeAsNil() { + yyv4559[yyj4559] = "" + } else { + yyv4559[yyj4559] = Capability(r.DecodeString()) + } + + } + if yyrt4559 { + for ; yyj4559 < yyl4559; yyj4559++ { + yyv4559 = append(yyv4559, "") + yyh4559.ElemContainerState(yyj4559) + if r.TryDecodeAsNil() { + yyv4559[yyj4559] = "" + } else { + yyv4559[yyj4559] = Capability(r.DecodeString()) + } + + } + } + + } else { + yyj4559 := 0 + for ; !r.CheckBreak(); yyj4559++ { + + if yyj4559 >= len(yyv4559) { + yyv4559 = append(yyv4559, "") // var yyz4559 Capability + yyc4559 = true + } + yyh4559.ElemContainerState(yyj4559) + if yyj4559 < len(yyv4559) { + if r.TryDecodeAsNil() { + yyv4559[yyj4559] = "" + } else { + yyv4559[yyj4559] = Capability(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4559 < len(yyv4559) { + yyv4559 = yyv4559[:yyj4559] + yyc4559 = true + } else if yyj4559 == 0 && yyv4559 == nil { + yyv4559 = []Capability{} + yyc4559 = true + } + } + yyh4559.End() + if yyc4559 { + *v = yyv4559 + } +} + +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 _, yyv4563 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4564 := &yyv4563 + yy4564.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57044,83 +57099,83 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4560 := *v - yyh4560, yyl4560 := z.DecSliceHelperStart() - var yyc4560 bool - if yyl4560 == 0 { - if yyv4560 == nil { - yyv4560 = []ContainerPort{} - yyc4560 = true - } else if len(yyv4560) != 0 { - yyv4560 = yyv4560[:0] - yyc4560 = true + yyv4565 := *v + yyh4565, yyl4565 := z.DecSliceHelperStart() + var yyc4565 bool + if yyl4565 == 0 { + if yyv4565 == nil { + yyv4565 = []ContainerPort{} + yyc4565 = true + } else if len(yyv4565) != 0 { + yyv4565 = yyv4565[:0] + yyc4565 = true } - } else if yyl4560 > 0 { - var yyrr4560, yyrl4560 int - var yyrt4560 bool - if yyl4560 > cap(yyv4560) { + } else if yyl4565 > 0 { + var yyrr4565, yyrl4565 int + var yyrt4565 bool + if yyl4565 > cap(yyv4565) { - yyrg4560 := len(yyv4560) > 0 - yyv24560 := yyv4560 - yyrl4560, yyrt4560 = z.DecInferLen(yyl4560, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4560 { - if yyrl4560 <= cap(yyv4560) { - yyv4560 = yyv4560[:yyrl4560] + yyrg4565 := len(yyv4565) > 0 + yyv24565 := yyv4565 + yyrl4565, yyrt4565 = z.DecInferLen(yyl4565, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4565 { + if yyrl4565 <= cap(yyv4565) { + yyv4565 = yyv4565[:yyrl4565] } else { - yyv4560 = make([]ContainerPort, yyrl4560) + yyv4565 = make([]ContainerPort, yyrl4565) } } else { - yyv4560 = make([]ContainerPort, yyrl4560) + yyv4565 = make([]ContainerPort, yyrl4565) } - yyc4560 = true - yyrr4560 = len(yyv4560) - if yyrg4560 { - copy(yyv4560, yyv24560) + yyc4565 = true + yyrr4565 = len(yyv4565) + if yyrg4565 { + copy(yyv4565, yyv24565) } - } else if yyl4560 != len(yyv4560) { - yyv4560 = yyv4560[:yyl4560] - yyc4560 = true + } else if yyl4565 != len(yyv4565) { + yyv4565 = yyv4565[:yyl4565] + yyc4565 = true } - yyj4560 := 0 - for ; yyj4560 < yyrr4560; yyj4560++ { - yyh4560.ElemContainerState(yyj4560) + yyj4565 := 0 + for ; yyj4565 < yyrr4565; yyj4565++ { + yyh4565.ElemContainerState(yyj4565) if r.TryDecodeAsNil() { - yyv4560[yyj4560] = ContainerPort{} + yyv4565[yyj4565] = ContainerPort{} } else { - yyv4561 := &yyv4560[yyj4560] - yyv4561.CodecDecodeSelf(d) + yyv4566 := &yyv4565[yyj4565] + yyv4566.CodecDecodeSelf(d) } } - if yyrt4560 { - for ; yyj4560 < yyl4560; yyj4560++ { - yyv4560 = append(yyv4560, ContainerPort{}) - yyh4560.ElemContainerState(yyj4560) + if yyrt4565 { + for ; yyj4565 < yyl4565; yyj4565++ { + yyv4565 = append(yyv4565, ContainerPort{}) + yyh4565.ElemContainerState(yyj4565) if r.TryDecodeAsNil() { - yyv4560[yyj4560] = ContainerPort{} + yyv4565[yyj4565] = ContainerPort{} } else { - yyv4562 := &yyv4560[yyj4560] - yyv4562.CodecDecodeSelf(d) + yyv4567 := &yyv4565[yyj4565] + yyv4567.CodecDecodeSelf(d) } } } } else { - yyj4560 := 0 - for ; !r.CheckBreak(); yyj4560++ { + yyj4565 := 0 + for ; !r.CheckBreak(); yyj4565++ { - if yyj4560 >= len(yyv4560) { - yyv4560 = append(yyv4560, ContainerPort{}) // var yyz4560 ContainerPort - yyc4560 = true + if yyj4565 >= len(yyv4565) { + yyv4565 = append(yyv4565, ContainerPort{}) // var yyz4565 ContainerPort + yyc4565 = true } - yyh4560.ElemContainerState(yyj4560) - if yyj4560 < len(yyv4560) { + yyh4565.ElemContainerState(yyj4565) + if yyj4565 < len(yyv4565) { if r.TryDecodeAsNil() { - yyv4560[yyj4560] = ContainerPort{} + yyv4565[yyj4565] = ContainerPort{} } else { - yyv4563 := &yyv4560[yyj4560] - yyv4563.CodecDecodeSelf(d) + yyv4568 := &yyv4565[yyj4565] + yyv4568.CodecDecodeSelf(d) } } else { @@ -57128,17 +57183,17 @@ func (x codecSelfer1234) decSliceContainerPort(v *[]ContainerPort, d *codec1978. } } - if yyj4560 < len(yyv4560) { - yyv4560 = yyv4560[:yyj4560] - yyc4560 = true - } else if yyj4560 == 0 && yyv4560 == nil { - yyv4560 = []ContainerPort{} - yyc4560 = true + if yyj4565 < len(yyv4565) { + yyv4565 = yyv4565[:yyj4565] + yyc4565 = true + } else if yyj4565 == 0 && yyv4565 == nil { + yyv4565 = []ContainerPort{} + yyc4565 = true } } - yyh4560.End() - if yyc4560 { - *v = yyv4560 + yyh4565.End() + if yyc4565 { + *v = yyv4565 } } @@ -57147,10 +57202,10 @@ func (x codecSelfer1234) encSliceEnvVar(v []EnvVar, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4564 := range v { + for _, yyv4569 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4565 := &yyv4564 - yy4565.CodecEncodeSelf(e) + yy4570 := &yyv4569 + yy4570.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57160,83 +57215,83 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4566 := *v - yyh4566, yyl4566 := z.DecSliceHelperStart() - var yyc4566 bool - if yyl4566 == 0 { - if yyv4566 == nil { - yyv4566 = []EnvVar{} - yyc4566 = true - } else if len(yyv4566) != 0 { - yyv4566 = yyv4566[:0] - yyc4566 = true + yyv4571 := *v + yyh4571, yyl4571 := z.DecSliceHelperStart() + var yyc4571 bool + if yyl4571 == 0 { + if yyv4571 == nil { + yyv4571 = []EnvVar{} + yyc4571 = true + } else if len(yyv4571) != 0 { + yyv4571 = yyv4571[:0] + yyc4571 = true } - } else if yyl4566 > 0 { - var yyrr4566, yyrl4566 int - var yyrt4566 bool - if yyl4566 > cap(yyv4566) { + } else if yyl4571 > 0 { + var yyrr4571, yyrl4571 int + var yyrt4571 bool + if yyl4571 > cap(yyv4571) { - yyrg4566 := len(yyv4566) > 0 - yyv24566 := yyv4566 - yyrl4566, yyrt4566 = z.DecInferLen(yyl4566, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4566 { - if yyrl4566 <= cap(yyv4566) { - yyv4566 = yyv4566[:yyrl4566] + yyrg4571 := len(yyv4571) > 0 + yyv24571 := yyv4571 + yyrl4571, yyrt4571 = z.DecInferLen(yyl4571, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4571 { + if yyrl4571 <= cap(yyv4571) { + yyv4571 = yyv4571[:yyrl4571] } else { - yyv4566 = make([]EnvVar, yyrl4566) + yyv4571 = make([]EnvVar, yyrl4571) } } else { - yyv4566 = make([]EnvVar, yyrl4566) + yyv4571 = make([]EnvVar, yyrl4571) } - yyc4566 = true - yyrr4566 = len(yyv4566) - if yyrg4566 { - copy(yyv4566, yyv24566) + yyc4571 = true + yyrr4571 = len(yyv4571) + if yyrg4571 { + copy(yyv4571, yyv24571) } - } else if yyl4566 != len(yyv4566) { - yyv4566 = yyv4566[:yyl4566] - yyc4566 = true + } else if yyl4571 != len(yyv4571) { + yyv4571 = yyv4571[:yyl4571] + yyc4571 = true } - yyj4566 := 0 - for ; yyj4566 < yyrr4566; yyj4566++ { - yyh4566.ElemContainerState(yyj4566) + yyj4571 := 0 + for ; yyj4571 < yyrr4571; yyj4571++ { + yyh4571.ElemContainerState(yyj4571) if r.TryDecodeAsNil() { - yyv4566[yyj4566] = EnvVar{} + yyv4571[yyj4571] = EnvVar{} } else { - yyv4567 := &yyv4566[yyj4566] - yyv4567.CodecDecodeSelf(d) + yyv4572 := &yyv4571[yyj4571] + yyv4572.CodecDecodeSelf(d) } } - if yyrt4566 { - for ; yyj4566 < yyl4566; yyj4566++ { - yyv4566 = append(yyv4566, EnvVar{}) - yyh4566.ElemContainerState(yyj4566) + if yyrt4571 { + for ; yyj4571 < yyl4571; yyj4571++ { + yyv4571 = append(yyv4571, EnvVar{}) + yyh4571.ElemContainerState(yyj4571) if r.TryDecodeAsNil() { - yyv4566[yyj4566] = EnvVar{} + yyv4571[yyj4571] = EnvVar{} } else { - yyv4568 := &yyv4566[yyj4566] - yyv4568.CodecDecodeSelf(d) + yyv4573 := &yyv4571[yyj4571] + yyv4573.CodecDecodeSelf(d) } } } } else { - yyj4566 := 0 - for ; !r.CheckBreak(); yyj4566++ { + yyj4571 := 0 + for ; !r.CheckBreak(); yyj4571++ { - if yyj4566 >= len(yyv4566) { - yyv4566 = append(yyv4566, EnvVar{}) // var yyz4566 EnvVar - yyc4566 = true + if yyj4571 >= len(yyv4571) { + yyv4571 = append(yyv4571, EnvVar{}) // var yyz4571 EnvVar + yyc4571 = true } - yyh4566.ElemContainerState(yyj4566) - if yyj4566 < len(yyv4566) { + yyh4571.ElemContainerState(yyj4571) + if yyj4571 < len(yyv4571) { if r.TryDecodeAsNil() { - yyv4566[yyj4566] = EnvVar{} + yyv4571[yyj4571] = EnvVar{} } else { - yyv4569 := &yyv4566[yyj4566] - yyv4569.CodecDecodeSelf(d) + yyv4574 := &yyv4571[yyj4571] + yyv4574.CodecDecodeSelf(d) } } else { @@ -57244,17 +57299,17 @@ func (x codecSelfer1234) decSliceEnvVar(v *[]EnvVar, d *codec1978.Decoder) { } } - if yyj4566 < len(yyv4566) { - yyv4566 = yyv4566[:yyj4566] - yyc4566 = true - } else if yyj4566 == 0 && yyv4566 == nil { - yyv4566 = []EnvVar{} - yyc4566 = true + if yyj4571 < len(yyv4571) { + yyv4571 = yyv4571[:yyj4571] + yyc4571 = true + } else if yyj4571 == 0 && yyv4571 == nil { + yyv4571 = []EnvVar{} + yyc4571 = true } } - yyh4566.End() - if yyc4566 { - *v = yyv4566 + yyh4571.End() + if yyc4571 { + *v = yyv4571 } } @@ -57263,10 +57318,10 @@ func (x codecSelfer1234) encSliceVolumeMount(v []VolumeMount, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4570 := range v { + for _, yyv4575 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4571 := &yyv4570 - yy4571.CodecEncodeSelf(e) + yy4576 := &yyv4575 + yy4576.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57276,83 +57331,83 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4572 := *v - yyh4572, yyl4572 := z.DecSliceHelperStart() - var yyc4572 bool - if yyl4572 == 0 { - if yyv4572 == nil { - yyv4572 = []VolumeMount{} - yyc4572 = true - } else if len(yyv4572) != 0 { - yyv4572 = yyv4572[:0] - yyc4572 = true + yyv4577 := *v + yyh4577, yyl4577 := z.DecSliceHelperStart() + var yyc4577 bool + if yyl4577 == 0 { + if yyv4577 == nil { + yyv4577 = []VolumeMount{} + yyc4577 = true + } else if len(yyv4577) != 0 { + yyv4577 = yyv4577[:0] + yyc4577 = true } - } else if yyl4572 > 0 { - var yyrr4572, yyrl4572 int - var yyrt4572 bool - if yyl4572 > cap(yyv4572) { + } else if yyl4577 > 0 { + var yyrr4577, yyrl4577 int + var yyrt4577 bool + if yyl4577 > cap(yyv4577) { - yyrg4572 := len(yyv4572) > 0 - yyv24572 := yyv4572 - yyrl4572, yyrt4572 = z.DecInferLen(yyl4572, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4572 { - if yyrl4572 <= cap(yyv4572) { - yyv4572 = yyv4572[:yyrl4572] + yyrg4577 := len(yyv4577) > 0 + yyv24577 := yyv4577 + yyrl4577, yyrt4577 = z.DecInferLen(yyl4577, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4577 { + if yyrl4577 <= cap(yyv4577) { + yyv4577 = yyv4577[:yyrl4577] } else { - yyv4572 = make([]VolumeMount, yyrl4572) + yyv4577 = make([]VolumeMount, yyrl4577) } } else { - yyv4572 = make([]VolumeMount, yyrl4572) + yyv4577 = make([]VolumeMount, yyrl4577) } - yyc4572 = true - yyrr4572 = len(yyv4572) - if yyrg4572 { - copy(yyv4572, yyv24572) + yyc4577 = true + yyrr4577 = len(yyv4577) + if yyrg4577 { + copy(yyv4577, yyv24577) } - } else if yyl4572 != len(yyv4572) { - yyv4572 = yyv4572[:yyl4572] - yyc4572 = true + } else if yyl4577 != len(yyv4577) { + yyv4577 = yyv4577[:yyl4577] + yyc4577 = true } - yyj4572 := 0 - for ; yyj4572 < yyrr4572; yyj4572++ { - yyh4572.ElemContainerState(yyj4572) + yyj4577 := 0 + for ; yyj4577 < yyrr4577; yyj4577++ { + yyh4577.ElemContainerState(yyj4577) if r.TryDecodeAsNil() { - yyv4572[yyj4572] = VolumeMount{} + yyv4577[yyj4577] = VolumeMount{} } else { - yyv4573 := &yyv4572[yyj4572] - yyv4573.CodecDecodeSelf(d) + yyv4578 := &yyv4577[yyj4577] + yyv4578.CodecDecodeSelf(d) } } - if yyrt4572 { - for ; yyj4572 < yyl4572; yyj4572++ { - yyv4572 = append(yyv4572, VolumeMount{}) - yyh4572.ElemContainerState(yyj4572) + if yyrt4577 { + for ; yyj4577 < yyl4577; yyj4577++ { + yyv4577 = append(yyv4577, VolumeMount{}) + yyh4577.ElemContainerState(yyj4577) if r.TryDecodeAsNil() { - yyv4572[yyj4572] = VolumeMount{} + yyv4577[yyj4577] = VolumeMount{} } else { - yyv4574 := &yyv4572[yyj4572] - yyv4574.CodecDecodeSelf(d) + yyv4579 := &yyv4577[yyj4577] + yyv4579.CodecDecodeSelf(d) } } } } else { - yyj4572 := 0 - for ; !r.CheckBreak(); yyj4572++ { + yyj4577 := 0 + for ; !r.CheckBreak(); yyj4577++ { - if yyj4572 >= len(yyv4572) { - yyv4572 = append(yyv4572, VolumeMount{}) // var yyz4572 VolumeMount - yyc4572 = true + if yyj4577 >= len(yyv4577) { + yyv4577 = append(yyv4577, VolumeMount{}) // var yyz4577 VolumeMount + yyc4577 = true } - yyh4572.ElemContainerState(yyj4572) - if yyj4572 < len(yyv4572) { + yyh4577.ElemContainerState(yyj4577) + if yyj4577 < len(yyv4577) { if r.TryDecodeAsNil() { - yyv4572[yyj4572] = VolumeMount{} + yyv4577[yyj4577] = VolumeMount{} } else { - yyv4575 := &yyv4572[yyj4572] - yyv4575.CodecDecodeSelf(d) + yyv4580 := &yyv4577[yyj4577] + yyv4580.CodecDecodeSelf(d) } } else { @@ -57360,17 +57415,17 @@ func (x codecSelfer1234) decSliceVolumeMount(v *[]VolumeMount, d *codec1978.Deco } } - if yyj4572 < len(yyv4572) { - yyv4572 = yyv4572[:yyj4572] - yyc4572 = true - } else if yyj4572 == 0 && yyv4572 == nil { - yyv4572 = []VolumeMount{} - yyc4572 = true + if yyj4577 < len(yyv4577) { + yyv4577 = yyv4577[:yyj4577] + yyc4577 = true + } else if yyj4577 == 0 && yyv4577 == nil { + yyv4577 = []VolumeMount{} + yyc4577 = true } } - yyh4572.End() - if yyc4572 { - *v = yyv4572 + yyh4577.End() + if yyc4577 { + *v = yyv4577 } } @@ -57379,10 +57434,10 @@ func (x codecSelfer1234) encSliceNodeSelectorTerm(v []NodeSelectorTerm, e *codec z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4576 := range v { + for _, yyv4581 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4577 := &yyv4576 - yy4577.CodecEncodeSelf(e) + yy4582 := &yyv4581 + yy4582.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57392,83 +57447,83 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4578 := *v - yyh4578, yyl4578 := z.DecSliceHelperStart() - var yyc4578 bool - if yyl4578 == 0 { - if yyv4578 == nil { - yyv4578 = []NodeSelectorTerm{} - yyc4578 = true - } else if len(yyv4578) != 0 { - yyv4578 = yyv4578[:0] - yyc4578 = true + yyv4583 := *v + yyh4583, yyl4583 := z.DecSliceHelperStart() + var yyc4583 bool + if yyl4583 == 0 { + if yyv4583 == nil { + yyv4583 = []NodeSelectorTerm{} + yyc4583 = true + } else if len(yyv4583) != 0 { + yyv4583 = yyv4583[:0] + yyc4583 = true } - } else if yyl4578 > 0 { - var yyrr4578, yyrl4578 int - var yyrt4578 bool - if yyl4578 > cap(yyv4578) { + } else if yyl4583 > 0 { + var yyrr4583, yyrl4583 int + var yyrt4583 bool + if yyl4583 > cap(yyv4583) { - yyrg4578 := len(yyv4578) > 0 - yyv24578 := yyv4578 - yyrl4578, yyrt4578 = z.DecInferLen(yyl4578, z.DecBasicHandle().MaxInitLen, 24) - if yyrt4578 { - if yyrl4578 <= cap(yyv4578) { - yyv4578 = yyv4578[:yyrl4578] + yyrg4583 := len(yyv4583) > 0 + yyv24583 := yyv4583 + yyrl4583, yyrt4583 = z.DecInferLen(yyl4583, z.DecBasicHandle().MaxInitLen, 24) + if yyrt4583 { + if yyrl4583 <= cap(yyv4583) { + yyv4583 = yyv4583[:yyrl4583] } else { - yyv4578 = make([]NodeSelectorTerm, yyrl4578) + yyv4583 = make([]NodeSelectorTerm, yyrl4583) } } else { - yyv4578 = make([]NodeSelectorTerm, yyrl4578) + yyv4583 = make([]NodeSelectorTerm, yyrl4583) } - yyc4578 = true - yyrr4578 = len(yyv4578) - if yyrg4578 { - copy(yyv4578, yyv24578) + yyc4583 = true + yyrr4583 = len(yyv4583) + if yyrg4583 { + copy(yyv4583, yyv24583) } - } else if yyl4578 != len(yyv4578) { - yyv4578 = yyv4578[:yyl4578] - yyc4578 = true + } else if yyl4583 != len(yyv4583) { + yyv4583 = yyv4583[:yyl4583] + yyc4583 = true } - yyj4578 := 0 - for ; yyj4578 < yyrr4578; yyj4578++ { - yyh4578.ElemContainerState(yyj4578) + yyj4583 := 0 + for ; yyj4583 < yyrr4583; yyj4583++ { + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4578[yyj4578] = NodeSelectorTerm{} + yyv4583[yyj4583] = NodeSelectorTerm{} } else { - yyv4579 := &yyv4578[yyj4578] - yyv4579.CodecDecodeSelf(d) + yyv4584 := &yyv4583[yyj4583] + yyv4584.CodecDecodeSelf(d) } } - if yyrt4578 { - for ; yyj4578 < yyl4578; yyj4578++ { - yyv4578 = append(yyv4578, NodeSelectorTerm{}) - yyh4578.ElemContainerState(yyj4578) + if yyrt4583 { + for ; yyj4583 < yyl4583; yyj4583++ { + yyv4583 = append(yyv4583, NodeSelectorTerm{}) + yyh4583.ElemContainerState(yyj4583) if r.TryDecodeAsNil() { - yyv4578[yyj4578] = NodeSelectorTerm{} + yyv4583[yyj4583] = NodeSelectorTerm{} } else { - yyv4580 := &yyv4578[yyj4578] - yyv4580.CodecDecodeSelf(d) + yyv4585 := &yyv4583[yyj4583] + yyv4585.CodecDecodeSelf(d) } } } } else { - yyj4578 := 0 - for ; !r.CheckBreak(); yyj4578++ { + yyj4583 := 0 + for ; !r.CheckBreak(); yyj4583++ { - if yyj4578 >= len(yyv4578) { - yyv4578 = append(yyv4578, NodeSelectorTerm{}) // var yyz4578 NodeSelectorTerm - yyc4578 = true + if yyj4583 >= len(yyv4583) { + yyv4583 = append(yyv4583, NodeSelectorTerm{}) // var yyz4583 NodeSelectorTerm + yyc4583 = true } - yyh4578.ElemContainerState(yyj4578) - if yyj4578 < len(yyv4578) { + yyh4583.ElemContainerState(yyj4583) + if yyj4583 < len(yyv4583) { if r.TryDecodeAsNil() { - yyv4578[yyj4578] = NodeSelectorTerm{} + yyv4583[yyj4583] = NodeSelectorTerm{} } else { - yyv4581 := &yyv4578[yyj4578] - yyv4581.CodecDecodeSelf(d) + yyv4586 := &yyv4583[yyj4583] + yyv4586.CodecDecodeSelf(d) } } else { @@ -57476,17 +57531,17 @@ func (x codecSelfer1234) decSliceNodeSelectorTerm(v *[]NodeSelectorTerm, d *code } } - if yyj4578 < len(yyv4578) { - yyv4578 = yyv4578[:yyj4578] - yyc4578 = true - } else if yyj4578 == 0 && yyv4578 == nil { - yyv4578 = []NodeSelectorTerm{} - yyc4578 = true + if yyj4583 < len(yyv4583) { + yyv4583 = yyv4583[:yyj4583] + yyc4583 = true + } else if yyj4583 == 0 && yyv4583 == nil { + yyv4583 = []NodeSelectorTerm{} + yyc4583 = true } } - yyh4578.End() - if yyc4578 { - *v = yyv4578 + yyh4583.End() + if yyc4583 { + *v = yyv4583 } } @@ -57495,10 +57550,10 @@ func (x codecSelfer1234) encSliceNodeSelectorRequirement(v []NodeSelectorRequire z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4582 := range v { + for _, yyv4587 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4583 := &yyv4582 - yy4583.CodecEncodeSelf(e) + yy4588 := &yyv4587 + yy4588.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57508,83 +57563,83 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4584 := *v - yyh4584, yyl4584 := z.DecSliceHelperStart() - var yyc4584 bool - if yyl4584 == 0 { - if yyv4584 == nil { - yyv4584 = []NodeSelectorRequirement{} - yyc4584 = true - } else if len(yyv4584) != 0 { - yyv4584 = yyv4584[:0] - yyc4584 = true + yyv4589 := *v + yyh4589, yyl4589 := z.DecSliceHelperStart() + var yyc4589 bool + if yyl4589 == 0 { + if yyv4589 == nil { + yyv4589 = []NodeSelectorRequirement{} + yyc4589 = true + } else if len(yyv4589) != 0 { + yyv4589 = yyv4589[:0] + yyc4589 = true } - } else if yyl4584 > 0 { - var yyrr4584, yyrl4584 int - var yyrt4584 bool - if yyl4584 > cap(yyv4584) { + } else if yyl4589 > 0 { + var yyrr4589, yyrl4589 int + var yyrt4589 bool + if yyl4589 > cap(yyv4589) { - yyrg4584 := len(yyv4584) > 0 - yyv24584 := yyv4584 - yyrl4584, yyrt4584 = z.DecInferLen(yyl4584, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4584 { - if yyrl4584 <= cap(yyv4584) { - yyv4584 = yyv4584[:yyrl4584] + yyrg4589 := len(yyv4589) > 0 + yyv24589 := yyv4589 + yyrl4589, yyrt4589 = z.DecInferLen(yyl4589, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4589 { + if yyrl4589 <= cap(yyv4589) { + yyv4589 = yyv4589[:yyrl4589] } else { - yyv4584 = make([]NodeSelectorRequirement, yyrl4584) + yyv4589 = make([]NodeSelectorRequirement, yyrl4589) } } else { - yyv4584 = make([]NodeSelectorRequirement, yyrl4584) + yyv4589 = make([]NodeSelectorRequirement, yyrl4589) } - yyc4584 = true - yyrr4584 = len(yyv4584) - if yyrg4584 { - copy(yyv4584, yyv24584) + yyc4589 = true + yyrr4589 = len(yyv4589) + if yyrg4589 { + copy(yyv4589, yyv24589) } - } else if yyl4584 != len(yyv4584) { - yyv4584 = yyv4584[:yyl4584] - yyc4584 = true + } else if yyl4589 != len(yyv4589) { + yyv4589 = yyv4589[:yyl4589] + yyc4589 = true } - yyj4584 := 0 - for ; yyj4584 < yyrr4584; yyj4584++ { - yyh4584.ElemContainerState(yyj4584) + yyj4589 := 0 + for ; yyj4589 < yyrr4589; yyj4589++ { + yyh4589.ElemContainerState(yyj4589) if r.TryDecodeAsNil() { - yyv4584[yyj4584] = NodeSelectorRequirement{} + yyv4589[yyj4589] = NodeSelectorRequirement{} } else { - yyv4585 := &yyv4584[yyj4584] - yyv4585.CodecDecodeSelf(d) + yyv4590 := &yyv4589[yyj4589] + yyv4590.CodecDecodeSelf(d) } } - if yyrt4584 { - for ; yyj4584 < yyl4584; yyj4584++ { - yyv4584 = append(yyv4584, NodeSelectorRequirement{}) - yyh4584.ElemContainerState(yyj4584) + if yyrt4589 { + for ; yyj4589 < yyl4589; yyj4589++ { + yyv4589 = append(yyv4589, NodeSelectorRequirement{}) + yyh4589.ElemContainerState(yyj4589) if r.TryDecodeAsNil() { - yyv4584[yyj4584] = NodeSelectorRequirement{} + yyv4589[yyj4589] = NodeSelectorRequirement{} } else { - yyv4586 := &yyv4584[yyj4584] - yyv4586.CodecDecodeSelf(d) + yyv4591 := &yyv4589[yyj4589] + yyv4591.CodecDecodeSelf(d) } } } } else { - yyj4584 := 0 - for ; !r.CheckBreak(); yyj4584++ { + yyj4589 := 0 + for ; !r.CheckBreak(); yyj4589++ { - if yyj4584 >= len(yyv4584) { - yyv4584 = append(yyv4584, NodeSelectorRequirement{}) // var yyz4584 NodeSelectorRequirement - yyc4584 = true + if yyj4589 >= len(yyv4589) { + yyv4589 = append(yyv4589, NodeSelectorRequirement{}) // var yyz4589 NodeSelectorRequirement + yyc4589 = true } - yyh4584.ElemContainerState(yyj4584) - if yyj4584 < len(yyv4584) { + yyh4589.ElemContainerState(yyj4589) + if yyj4589 < len(yyv4589) { if r.TryDecodeAsNil() { - yyv4584[yyj4584] = NodeSelectorRequirement{} + yyv4589[yyj4589] = NodeSelectorRequirement{} } else { - yyv4587 := &yyv4584[yyj4584] - yyv4587.CodecDecodeSelf(d) + yyv4592 := &yyv4589[yyj4589] + yyv4592.CodecDecodeSelf(d) } } else { @@ -57592,17 +57647,17 @@ func (x codecSelfer1234) decSliceNodeSelectorRequirement(v *[]NodeSelectorRequir } } - if yyj4584 < len(yyv4584) { - yyv4584 = yyv4584[:yyj4584] - yyc4584 = true - } else if yyj4584 == 0 && yyv4584 == nil { - yyv4584 = []NodeSelectorRequirement{} - yyc4584 = true + if yyj4589 < len(yyv4589) { + yyv4589 = yyv4589[:yyj4589] + yyc4589 = true + } else if yyj4589 == 0 && yyv4589 == nil { + yyv4589 = []NodeSelectorRequirement{} + yyc4589 = true } } - yyh4584.End() - if yyc4584 { - *v = yyv4584 + yyh4589.End() + if yyc4589 { + *v = yyv4589 } } @@ -57611,10 +57666,10 @@ func (x codecSelfer1234) encSlicePodAffinityTerm(v []PodAffinityTerm, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4588 := range v { + for _, yyv4593 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4589 := &yyv4588 - yy4589.CodecEncodeSelf(e) + yy4594 := &yyv4593 + yy4594.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57624,83 +57679,83 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4590 := *v - yyh4590, yyl4590 := z.DecSliceHelperStart() - var yyc4590 bool - if yyl4590 == 0 { - if yyv4590 == nil { - yyv4590 = []PodAffinityTerm{} - yyc4590 = true - } else if len(yyv4590) != 0 { - yyv4590 = yyv4590[:0] - yyc4590 = true + yyv4595 := *v + yyh4595, yyl4595 := z.DecSliceHelperStart() + var yyc4595 bool + if yyl4595 == 0 { + if yyv4595 == nil { + yyv4595 = []PodAffinityTerm{} + yyc4595 = true + } else if len(yyv4595) != 0 { + yyv4595 = yyv4595[:0] + yyc4595 = true } - } else if yyl4590 > 0 { - var yyrr4590, yyrl4590 int - var yyrt4590 bool - if yyl4590 > cap(yyv4590) { + } else if yyl4595 > 0 { + var yyrr4595, yyrl4595 int + var yyrt4595 bool + if yyl4595 > cap(yyv4595) { - yyrg4590 := len(yyv4590) > 0 - yyv24590 := yyv4590 - yyrl4590, yyrt4590 = z.DecInferLen(yyl4590, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4590 { - if yyrl4590 <= cap(yyv4590) { - yyv4590 = yyv4590[:yyrl4590] + yyrg4595 := len(yyv4595) > 0 + yyv24595 := yyv4595 + yyrl4595, yyrt4595 = z.DecInferLen(yyl4595, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4595 { + if yyrl4595 <= cap(yyv4595) { + yyv4595 = yyv4595[:yyrl4595] } else { - yyv4590 = make([]PodAffinityTerm, yyrl4590) + yyv4595 = make([]PodAffinityTerm, yyrl4595) } } else { - yyv4590 = make([]PodAffinityTerm, yyrl4590) + yyv4595 = make([]PodAffinityTerm, yyrl4595) } - yyc4590 = true - yyrr4590 = len(yyv4590) - if yyrg4590 { - copy(yyv4590, yyv24590) + yyc4595 = true + yyrr4595 = len(yyv4595) + if yyrg4595 { + copy(yyv4595, yyv24595) } - } else if yyl4590 != len(yyv4590) { - yyv4590 = yyv4590[:yyl4590] - yyc4590 = true + } else if yyl4595 != len(yyv4595) { + yyv4595 = yyv4595[:yyl4595] + yyc4595 = true } - yyj4590 := 0 - for ; yyj4590 < yyrr4590; yyj4590++ { - yyh4590.ElemContainerState(yyj4590) + yyj4595 := 0 + for ; yyj4595 < yyrr4595; yyj4595++ { + yyh4595.ElemContainerState(yyj4595) if r.TryDecodeAsNil() { - yyv4590[yyj4590] = PodAffinityTerm{} + yyv4595[yyj4595] = PodAffinityTerm{} } else { - yyv4591 := &yyv4590[yyj4590] - yyv4591.CodecDecodeSelf(d) + yyv4596 := &yyv4595[yyj4595] + yyv4596.CodecDecodeSelf(d) } } - if yyrt4590 { - for ; yyj4590 < yyl4590; yyj4590++ { - yyv4590 = append(yyv4590, PodAffinityTerm{}) - yyh4590.ElemContainerState(yyj4590) + if yyrt4595 { + for ; yyj4595 < yyl4595; yyj4595++ { + yyv4595 = append(yyv4595, PodAffinityTerm{}) + yyh4595.ElemContainerState(yyj4595) if r.TryDecodeAsNil() { - yyv4590[yyj4590] = PodAffinityTerm{} + yyv4595[yyj4595] = PodAffinityTerm{} } else { - yyv4592 := &yyv4590[yyj4590] - yyv4592.CodecDecodeSelf(d) + yyv4597 := &yyv4595[yyj4595] + yyv4597.CodecDecodeSelf(d) } } } } else { - yyj4590 := 0 - for ; !r.CheckBreak(); yyj4590++ { + yyj4595 := 0 + for ; !r.CheckBreak(); yyj4595++ { - if yyj4590 >= len(yyv4590) { - yyv4590 = append(yyv4590, PodAffinityTerm{}) // var yyz4590 PodAffinityTerm - yyc4590 = true + if yyj4595 >= len(yyv4595) { + yyv4595 = append(yyv4595, PodAffinityTerm{}) // var yyz4595 PodAffinityTerm + yyc4595 = true } - yyh4590.ElemContainerState(yyj4590) - if yyj4590 < len(yyv4590) { + yyh4595.ElemContainerState(yyj4595) + if yyj4595 < len(yyv4595) { if r.TryDecodeAsNil() { - yyv4590[yyj4590] = PodAffinityTerm{} + yyv4595[yyj4595] = PodAffinityTerm{} } else { - yyv4593 := &yyv4590[yyj4590] - yyv4593.CodecDecodeSelf(d) + yyv4598 := &yyv4595[yyj4595] + yyv4598.CodecDecodeSelf(d) } } else { @@ -57708,17 +57763,17 @@ func (x codecSelfer1234) decSlicePodAffinityTerm(v *[]PodAffinityTerm, d *codec1 } } - if yyj4590 < len(yyv4590) { - yyv4590 = yyv4590[:yyj4590] - yyc4590 = true - } else if yyj4590 == 0 && yyv4590 == nil { - yyv4590 = []PodAffinityTerm{} - yyc4590 = true + if yyj4595 < len(yyv4595) { + yyv4595 = yyv4595[:yyj4595] + yyc4595 = true + } else if yyj4595 == 0 && yyv4595 == nil { + yyv4595 = []PodAffinityTerm{} + yyc4595 = true } } - yyh4590.End() - if yyc4590 { - *v = yyv4590 + yyh4595.End() + if yyc4595 { + *v = yyv4595 } } @@ -57727,10 +57782,10 @@ func (x codecSelfer1234) encSliceWeightedPodAffinityTerm(v []WeightedPodAffinity z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4594 := range v { + for _, yyv4599 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4595 := &yyv4594 - yy4595.CodecEncodeSelf(e) + yy4600 := &yyv4599 + yy4600.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57740,83 +57795,83 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4596 := *v - yyh4596, yyl4596 := z.DecSliceHelperStart() - var yyc4596 bool - if yyl4596 == 0 { - if yyv4596 == nil { - yyv4596 = []WeightedPodAffinityTerm{} - yyc4596 = true - } else if len(yyv4596) != 0 { - yyv4596 = yyv4596[:0] - yyc4596 = true + yyv4601 := *v + yyh4601, yyl4601 := z.DecSliceHelperStart() + var yyc4601 bool + if yyl4601 == 0 { + if yyv4601 == nil { + yyv4601 = []WeightedPodAffinityTerm{} + yyc4601 = true + } else if len(yyv4601) != 0 { + yyv4601 = yyv4601[:0] + yyc4601 = true } - } else if yyl4596 > 0 { - var yyrr4596, yyrl4596 int - var yyrt4596 bool - if yyl4596 > cap(yyv4596) { + } else if yyl4601 > 0 { + var yyrr4601, yyrl4601 int + var yyrt4601 bool + if yyl4601 > cap(yyv4601) { - yyrg4596 := len(yyv4596) > 0 - yyv24596 := yyv4596 - yyrl4596, yyrt4596 = z.DecInferLen(yyl4596, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4596 { - if yyrl4596 <= cap(yyv4596) { - yyv4596 = yyv4596[:yyrl4596] + yyrg4601 := len(yyv4601) > 0 + yyv24601 := yyv4601 + yyrl4601, yyrt4601 = z.DecInferLen(yyl4601, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4601 { + if yyrl4601 <= cap(yyv4601) { + yyv4601 = yyv4601[:yyrl4601] } else { - yyv4596 = make([]WeightedPodAffinityTerm, yyrl4596) + yyv4601 = make([]WeightedPodAffinityTerm, yyrl4601) } } else { - yyv4596 = make([]WeightedPodAffinityTerm, yyrl4596) + yyv4601 = make([]WeightedPodAffinityTerm, yyrl4601) } - yyc4596 = true - yyrr4596 = len(yyv4596) - if yyrg4596 { - copy(yyv4596, yyv24596) + yyc4601 = true + yyrr4601 = len(yyv4601) + if yyrg4601 { + copy(yyv4601, yyv24601) } - } else if yyl4596 != len(yyv4596) { - yyv4596 = yyv4596[:yyl4596] - yyc4596 = true + } else if yyl4601 != len(yyv4601) { + yyv4601 = yyv4601[:yyl4601] + yyc4601 = true } - yyj4596 := 0 - for ; yyj4596 < yyrr4596; yyj4596++ { - yyh4596.ElemContainerState(yyj4596) + yyj4601 := 0 + for ; yyj4601 < yyrr4601; yyj4601++ { + yyh4601.ElemContainerState(yyj4601) if r.TryDecodeAsNil() { - yyv4596[yyj4596] = WeightedPodAffinityTerm{} + yyv4601[yyj4601] = WeightedPodAffinityTerm{} } else { - yyv4597 := &yyv4596[yyj4596] - yyv4597.CodecDecodeSelf(d) + yyv4602 := &yyv4601[yyj4601] + yyv4602.CodecDecodeSelf(d) } } - if yyrt4596 { - for ; yyj4596 < yyl4596; yyj4596++ { - yyv4596 = append(yyv4596, WeightedPodAffinityTerm{}) - yyh4596.ElemContainerState(yyj4596) + if yyrt4601 { + for ; yyj4601 < yyl4601; yyj4601++ { + yyv4601 = append(yyv4601, WeightedPodAffinityTerm{}) + yyh4601.ElemContainerState(yyj4601) if r.TryDecodeAsNil() { - yyv4596[yyj4596] = WeightedPodAffinityTerm{} + yyv4601[yyj4601] = WeightedPodAffinityTerm{} } else { - yyv4598 := &yyv4596[yyj4596] - yyv4598.CodecDecodeSelf(d) + yyv4603 := &yyv4601[yyj4601] + yyv4603.CodecDecodeSelf(d) } } } } else { - yyj4596 := 0 - for ; !r.CheckBreak(); yyj4596++ { + yyj4601 := 0 + for ; !r.CheckBreak(); yyj4601++ { - if yyj4596 >= len(yyv4596) { - yyv4596 = append(yyv4596, WeightedPodAffinityTerm{}) // var yyz4596 WeightedPodAffinityTerm - yyc4596 = true + if yyj4601 >= len(yyv4601) { + yyv4601 = append(yyv4601, WeightedPodAffinityTerm{}) // var yyz4601 WeightedPodAffinityTerm + yyc4601 = true } - yyh4596.ElemContainerState(yyj4596) - if yyj4596 < len(yyv4596) { + yyh4601.ElemContainerState(yyj4601) + if yyj4601 < len(yyv4601) { if r.TryDecodeAsNil() { - yyv4596[yyj4596] = WeightedPodAffinityTerm{} + yyv4601[yyj4601] = WeightedPodAffinityTerm{} } else { - yyv4599 := &yyv4596[yyj4596] - yyv4599.CodecDecodeSelf(d) + yyv4604 := &yyv4601[yyj4601] + yyv4604.CodecDecodeSelf(d) } } else { @@ -57824,17 +57879,17 @@ func (x codecSelfer1234) decSliceWeightedPodAffinityTerm(v *[]WeightedPodAffinit } } - if yyj4596 < len(yyv4596) { - yyv4596 = yyv4596[:yyj4596] - yyc4596 = true - } else if yyj4596 == 0 && yyv4596 == nil { - yyv4596 = []WeightedPodAffinityTerm{} - yyc4596 = true + if yyj4601 < len(yyv4601) { + yyv4601 = yyv4601[:yyj4601] + yyc4601 = true + } else if yyj4601 == 0 && yyv4601 == nil { + yyv4601 = []WeightedPodAffinityTerm{} + yyc4601 = true } } - yyh4596.End() - if yyc4596 { - *v = yyv4596 + yyh4601.End() + if yyc4601 { + *v = yyv4601 } } @@ -57843,10 +57898,10 @@ func (x codecSelfer1234) encSlicePreferredSchedulingTerm(v []PreferredScheduling z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4600 := range v { + for _, yyv4605 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4601 := &yyv4600 - yy4601.CodecEncodeSelf(e) + yy4606 := &yyv4605 + yy4606.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57856,83 +57911,83 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4602 := *v - yyh4602, yyl4602 := z.DecSliceHelperStart() - var yyc4602 bool - if yyl4602 == 0 { - if yyv4602 == nil { - yyv4602 = []PreferredSchedulingTerm{} - yyc4602 = true - } else if len(yyv4602) != 0 { - yyv4602 = yyv4602[:0] - yyc4602 = true + yyv4607 := *v + yyh4607, yyl4607 := z.DecSliceHelperStart() + var yyc4607 bool + if yyl4607 == 0 { + if yyv4607 == nil { + yyv4607 = []PreferredSchedulingTerm{} + yyc4607 = true + } else if len(yyv4607) != 0 { + yyv4607 = yyv4607[:0] + yyc4607 = true } - } else if yyl4602 > 0 { - var yyrr4602, yyrl4602 int - var yyrt4602 bool - if yyl4602 > cap(yyv4602) { + } else if yyl4607 > 0 { + var yyrr4607, yyrl4607 int + var yyrt4607 bool + if yyl4607 > cap(yyv4607) { - yyrg4602 := len(yyv4602) > 0 - yyv24602 := yyv4602 - yyrl4602, yyrt4602 = z.DecInferLen(yyl4602, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4602 { - if yyrl4602 <= cap(yyv4602) { - yyv4602 = yyv4602[:yyrl4602] + yyrg4607 := len(yyv4607) > 0 + yyv24607 := yyv4607 + yyrl4607, yyrt4607 = z.DecInferLen(yyl4607, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4607 { + if yyrl4607 <= cap(yyv4607) { + yyv4607 = yyv4607[:yyrl4607] } else { - yyv4602 = make([]PreferredSchedulingTerm, yyrl4602) + yyv4607 = make([]PreferredSchedulingTerm, yyrl4607) } } else { - yyv4602 = make([]PreferredSchedulingTerm, yyrl4602) + yyv4607 = make([]PreferredSchedulingTerm, yyrl4607) } - yyc4602 = true - yyrr4602 = len(yyv4602) - if yyrg4602 { - copy(yyv4602, yyv24602) + yyc4607 = true + yyrr4607 = len(yyv4607) + if yyrg4607 { + copy(yyv4607, yyv24607) } - } else if yyl4602 != len(yyv4602) { - yyv4602 = yyv4602[:yyl4602] - yyc4602 = true + } else if yyl4607 != len(yyv4607) { + yyv4607 = yyv4607[:yyl4607] + yyc4607 = true } - yyj4602 := 0 - for ; yyj4602 < yyrr4602; yyj4602++ { - yyh4602.ElemContainerState(yyj4602) + yyj4607 := 0 + for ; yyj4607 < yyrr4607; yyj4607++ { + yyh4607.ElemContainerState(yyj4607) if r.TryDecodeAsNil() { - yyv4602[yyj4602] = PreferredSchedulingTerm{} + yyv4607[yyj4607] = PreferredSchedulingTerm{} } else { - yyv4603 := &yyv4602[yyj4602] - yyv4603.CodecDecodeSelf(d) + yyv4608 := &yyv4607[yyj4607] + yyv4608.CodecDecodeSelf(d) } } - if yyrt4602 { - for ; yyj4602 < yyl4602; yyj4602++ { - yyv4602 = append(yyv4602, PreferredSchedulingTerm{}) - yyh4602.ElemContainerState(yyj4602) + if yyrt4607 { + for ; yyj4607 < yyl4607; yyj4607++ { + yyv4607 = append(yyv4607, PreferredSchedulingTerm{}) + yyh4607.ElemContainerState(yyj4607) if r.TryDecodeAsNil() { - yyv4602[yyj4602] = PreferredSchedulingTerm{} + yyv4607[yyj4607] = PreferredSchedulingTerm{} } else { - yyv4604 := &yyv4602[yyj4602] - yyv4604.CodecDecodeSelf(d) + yyv4609 := &yyv4607[yyj4607] + yyv4609.CodecDecodeSelf(d) } } } } else { - yyj4602 := 0 - for ; !r.CheckBreak(); yyj4602++ { + yyj4607 := 0 + for ; !r.CheckBreak(); yyj4607++ { - if yyj4602 >= len(yyv4602) { - yyv4602 = append(yyv4602, PreferredSchedulingTerm{}) // var yyz4602 PreferredSchedulingTerm - yyc4602 = true + if yyj4607 >= len(yyv4607) { + yyv4607 = append(yyv4607, PreferredSchedulingTerm{}) // var yyz4607 PreferredSchedulingTerm + yyc4607 = true } - yyh4602.ElemContainerState(yyj4602) - if yyj4602 < len(yyv4602) { + yyh4607.ElemContainerState(yyj4607) + if yyj4607 < len(yyv4607) { if r.TryDecodeAsNil() { - yyv4602[yyj4602] = PreferredSchedulingTerm{} + yyv4607[yyj4607] = PreferredSchedulingTerm{} } else { - yyv4605 := &yyv4602[yyj4602] - yyv4605.CodecDecodeSelf(d) + yyv4610 := &yyv4607[yyj4607] + yyv4610.CodecDecodeSelf(d) } } else { @@ -57940,17 +57995,17 @@ func (x codecSelfer1234) decSlicePreferredSchedulingTerm(v *[]PreferredSchedulin } } - if yyj4602 < len(yyv4602) { - yyv4602 = yyv4602[:yyj4602] - yyc4602 = true - } else if yyj4602 == 0 && yyv4602 == nil { - yyv4602 = []PreferredSchedulingTerm{} - yyc4602 = true + if yyj4607 < len(yyv4607) { + yyv4607 = yyv4607[:yyj4607] + yyc4607 = true + } else if yyj4607 == 0 && yyv4607 == nil { + yyv4607 = []PreferredSchedulingTerm{} + yyc4607 = true } } - yyh4602.End() - if yyc4602 { - *v = yyv4602 + yyh4607.End() + if yyc4607 { + *v = yyv4607 } } @@ -57959,10 +58014,10 @@ func (x codecSelfer1234) encSliceVolume(v []Volume, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4606 := range v { + for _, yyv4611 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4607 := &yyv4606 - yy4607.CodecEncodeSelf(e) + yy4612 := &yyv4611 + yy4612.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -57972,83 +58027,83 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4608 := *v - yyh4608, yyl4608 := z.DecSliceHelperStart() - var yyc4608 bool - if yyl4608 == 0 { - if yyv4608 == nil { - yyv4608 = []Volume{} - yyc4608 = true - } else if len(yyv4608) != 0 { - yyv4608 = yyv4608[:0] - yyc4608 = true + yyv4613 := *v + yyh4613, yyl4613 := z.DecSliceHelperStart() + var yyc4613 bool + if yyl4613 == 0 { + if yyv4613 == nil { + yyv4613 = []Volume{} + yyc4613 = true + } else if len(yyv4613) != 0 { + yyv4613 = yyv4613[:0] + yyc4613 = true } - } else if yyl4608 > 0 { - var yyrr4608, yyrl4608 int - var yyrt4608 bool - if yyl4608 > cap(yyv4608) { + } else if yyl4613 > 0 { + var yyrr4613, yyrl4613 int + var yyrt4613 bool + if yyl4613 > cap(yyv4613) { - yyrg4608 := len(yyv4608) > 0 - yyv24608 := yyv4608 - yyrl4608, yyrt4608 = z.DecInferLen(yyl4608, z.DecBasicHandle().MaxInitLen, 192) - if yyrt4608 { - if yyrl4608 <= cap(yyv4608) { - yyv4608 = yyv4608[:yyrl4608] + yyrg4613 := len(yyv4613) > 0 + yyv24613 := yyv4613 + yyrl4613, yyrt4613 = z.DecInferLen(yyl4613, z.DecBasicHandle().MaxInitLen, 192) + if yyrt4613 { + if yyrl4613 <= cap(yyv4613) { + yyv4613 = yyv4613[:yyrl4613] } else { - yyv4608 = make([]Volume, yyrl4608) + yyv4613 = make([]Volume, yyrl4613) } } else { - yyv4608 = make([]Volume, yyrl4608) + yyv4613 = make([]Volume, yyrl4613) } - yyc4608 = true - yyrr4608 = len(yyv4608) - if yyrg4608 { - copy(yyv4608, yyv24608) + yyc4613 = true + yyrr4613 = len(yyv4613) + if yyrg4613 { + copy(yyv4613, yyv24613) } - } else if yyl4608 != len(yyv4608) { - yyv4608 = yyv4608[:yyl4608] - yyc4608 = true + } else if yyl4613 != len(yyv4613) { + yyv4613 = yyv4613[:yyl4613] + yyc4613 = true } - yyj4608 := 0 - for ; yyj4608 < yyrr4608; yyj4608++ { - yyh4608.ElemContainerState(yyj4608) + yyj4613 := 0 + for ; yyj4613 < yyrr4613; yyj4613++ { + yyh4613.ElemContainerState(yyj4613) if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Volume{} + yyv4613[yyj4613] = Volume{} } else { - yyv4609 := &yyv4608[yyj4608] - yyv4609.CodecDecodeSelf(d) + yyv4614 := &yyv4613[yyj4613] + yyv4614.CodecDecodeSelf(d) } } - if yyrt4608 { - for ; yyj4608 < yyl4608; yyj4608++ { - yyv4608 = append(yyv4608, Volume{}) - yyh4608.ElemContainerState(yyj4608) + if yyrt4613 { + for ; yyj4613 < yyl4613; yyj4613++ { + yyv4613 = append(yyv4613, Volume{}) + yyh4613.ElemContainerState(yyj4613) if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Volume{} + yyv4613[yyj4613] = Volume{} } else { - yyv4610 := &yyv4608[yyj4608] - yyv4610.CodecDecodeSelf(d) + yyv4615 := &yyv4613[yyj4613] + yyv4615.CodecDecodeSelf(d) } } } } else { - yyj4608 := 0 - for ; !r.CheckBreak(); yyj4608++ { + yyj4613 := 0 + for ; !r.CheckBreak(); yyj4613++ { - if yyj4608 >= len(yyv4608) { - yyv4608 = append(yyv4608, Volume{}) // var yyz4608 Volume - yyc4608 = true + if yyj4613 >= len(yyv4613) { + yyv4613 = append(yyv4613, Volume{}) // var yyz4613 Volume + yyc4613 = true } - yyh4608.ElemContainerState(yyj4608) - if yyj4608 < len(yyv4608) { + yyh4613.ElemContainerState(yyj4613) + if yyj4613 < len(yyv4613) { if r.TryDecodeAsNil() { - yyv4608[yyj4608] = Volume{} + yyv4613[yyj4613] = Volume{} } else { - yyv4611 := &yyv4608[yyj4608] - yyv4611.CodecDecodeSelf(d) + yyv4616 := &yyv4613[yyj4613] + yyv4616.CodecDecodeSelf(d) } } else { @@ -58056,17 +58111,17 @@ func (x codecSelfer1234) decSliceVolume(v *[]Volume, d *codec1978.Decoder) { } } - if yyj4608 < len(yyv4608) { - yyv4608 = yyv4608[:yyj4608] - yyc4608 = true - } else if yyj4608 == 0 && yyv4608 == nil { - yyv4608 = []Volume{} - yyc4608 = true + if yyj4613 < len(yyv4613) { + yyv4613 = yyv4613[:yyj4613] + yyc4613 = true + } else if yyj4613 == 0 && yyv4613 == nil { + yyv4613 = []Volume{} + yyc4613 = true } } - yyh4608.End() - if yyc4608 { - *v = yyv4608 + yyh4613.End() + if yyc4613 { + *v = yyv4613 } } @@ -58075,10 +58130,10 @@ func (x codecSelfer1234) encSliceContainer(v []Container, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4612 := range v { + for _, yyv4617 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4613 := &yyv4612 - yy4613.CodecEncodeSelf(e) + yy4618 := &yyv4617 + yy4618.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58088,83 +58143,83 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4614 := *v - yyh4614, yyl4614 := z.DecSliceHelperStart() - var yyc4614 bool - if yyl4614 == 0 { - if yyv4614 == nil { - yyv4614 = []Container{} - yyc4614 = true - } else if len(yyv4614) != 0 { - yyv4614 = yyv4614[:0] - yyc4614 = true + yyv4619 := *v + yyh4619, yyl4619 := z.DecSliceHelperStart() + var yyc4619 bool + if yyl4619 == 0 { + if yyv4619 == nil { + yyv4619 = []Container{} + yyc4619 = true + } else if len(yyv4619) != 0 { + yyv4619 = yyv4619[:0] + yyc4619 = true } - } else if yyl4614 > 0 { - var yyrr4614, yyrl4614 int - var yyrt4614 bool - if yyl4614 > cap(yyv4614) { + } else if yyl4619 > 0 { + var yyrr4619, yyrl4619 int + var yyrt4619 bool + if yyl4619 > cap(yyv4619) { - yyrg4614 := len(yyv4614) > 0 - yyv24614 := yyv4614 - yyrl4614, yyrt4614 = z.DecInferLen(yyl4614, z.DecBasicHandle().MaxInitLen, 256) - if yyrt4614 { - if yyrl4614 <= cap(yyv4614) { - yyv4614 = yyv4614[:yyrl4614] + yyrg4619 := len(yyv4619) > 0 + yyv24619 := yyv4619 + yyrl4619, yyrt4619 = z.DecInferLen(yyl4619, z.DecBasicHandle().MaxInitLen, 256) + if yyrt4619 { + if yyrl4619 <= cap(yyv4619) { + yyv4619 = yyv4619[:yyrl4619] } else { - yyv4614 = make([]Container, yyrl4614) + yyv4619 = make([]Container, yyrl4619) } } else { - yyv4614 = make([]Container, yyrl4614) + yyv4619 = make([]Container, yyrl4619) } - yyc4614 = true - yyrr4614 = len(yyv4614) - if yyrg4614 { - copy(yyv4614, yyv24614) + yyc4619 = true + yyrr4619 = len(yyv4619) + if yyrg4619 { + copy(yyv4619, yyv24619) } - } else if yyl4614 != len(yyv4614) { - yyv4614 = yyv4614[:yyl4614] - yyc4614 = true + } else if yyl4619 != len(yyv4619) { + yyv4619 = yyv4619[:yyl4619] + yyc4619 = true } - yyj4614 := 0 - for ; yyj4614 < yyrr4614; yyj4614++ { - yyh4614.ElemContainerState(yyj4614) + yyj4619 := 0 + for ; yyj4619 < yyrr4619; yyj4619++ { + yyh4619.ElemContainerState(yyj4619) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Container{} + yyv4619[yyj4619] = Container{} } else { - yyv4615 := &yyv4614[yyj4614] - yyv4615.CodecDecodeSelf(d) + yyv4620 := &yyv4619[yyj4619] + yyv4620.CodecDecodeSelf(d) } } - if yyrt4614 { - for ; yyj4614 < yyl4614; yyj4614++ { - yyv4614 = append(yyv4614, Container{}) - yyh4614.ElemContainerState(yyj4614) + if yyrt4619 { + for ; yyj4619 < yyl4619; yyj4619++ { + yyv4619 = append(yyv4619, Container{}) + yyh4619.ElemContainerState(yyj4619) if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Container{} + yyv4619[yyj4619] = Container{} } else { - yyv4616 := &yyv4614[yyj4614] - yyv4616.CodecDecodeSelf(d) + yyv4621 := &yyv4619[yyj4619] + yyv4621.CodecDecodeSelf(d) } } } } else { - yyj4614 := 0 - for ; !r.CheckBreak(); yyj4614++ { + yyj4619 := 0 + for ; !r.CheckBreak(); yyj4619++ { - if yyj4614 >= len(yyv4614) { - yyv4614 = append(yyv4614, Container{}) // var yyz4614 Container - yyc4614 = true + if yyj4619 >= len(yyv4619) { + yyv4619 = append(yyv4619, Container{}) // var yyz4619 Container + yyc4619 = true } - yyh4614.ElemContainerState(yyj4614) - if yyj4614 < len(yyv4614) { + yyh4619.ElemContainerState(yyj4619) + if yyj4619 < len(yyv4619) { if r.TryDecodeAsNil() { - yyv4614[yyj4614] = Container{} + yyv4619[yyj4619] = Container{} } else { - yyv4617 := &yyv4614[yyj4614] - yyv4617.CodecDecodeSelf(d) + yyv4622 := &yyv4619[yyj4619] + yyv4622.CodecDecodeSelf(d) } } else { @@ -58172,17 +58227,17 @@ func (x codecSelfer1234) decSliceContainer(v *[]Container, d *codec1978.Decoder) } } - if yyj4614 < len(yyv4614) { - yyv4614 = yyv4614[:yyj4614] - yyc4614 = true - } else if yyj4614 == 0 && yyv4614 == nil { - yyv4614 = []Container{} - yyc4614 = true + if yyj4619 < len(yyv4619) { + yyv4619 = yyv4619[:yyj4619] + yyc4619 = true + } else if yyj4619 == 0 && yyv4619 == nil { + yyv4619 = []Container{} + yyc4619 = true } } - yyh4614.End() - if yyc4614 { - *v = yyv4614 + yyh4619.End() + if yyc4619 { + *v = yyv4619 } } @@ -58191,10 +58246,10 @@ func (x codecSelfer1234) encSliceLocalObjectReference(v []LocalObjectReference, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4618 := range v { + for _, yyv4623 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4619 := &yyv4618 - yy4619.CodecEncodeSelf(e) + yy4624 := &yyv4623 + yy4624.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58204,83 +58259,83 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4620 := *v - yyh4620, yyl4620 := z.DecSliceHelperStart() - var yyc4620 bool - if yyl4620 == 0 { - if yyv4620 == nil { - yyv4620 = []LocalObjectReference{} - yyc4620 = true - } else if len(yyv4620) != 0 { - yyv4620 = yyv4620[:0] - yyc4620 = true + yyv4625 := *v + yyh4625, yyl4625 := z.DecSliceHelperStart() + var yyc4625 bool + if yyl4625 == 0 { + if yyv4625 == nil { + yyv4625 = []LocalObjectReference{} + yyc4625 = true + } else if len(yyv4625) != 0 { + yyv4625 = yyv4625[:0] + yyc4625 = true } - } else if yyl4620 > 0 { - var yyrr4620, yyrl4620 int - var yyrt4620 bool - if yyl4620 > cap(yyv4620) { + } else if yyl4625 > 0 { + var yyrr4625, yyrl4625 int + var yyrt4625 bool + if yyl4625 > cap(yyv4625) { - yyrg4620 := len(yyv4620) > 0 - yyv24620 := yyv4620 - yyrl4620, yyrt4620 = z.DecInferLen(yyl4620, z.DecBasicHandle().MaxInitLen, 16) - if yyrt4620 { - if yyrl4620 <= cap(yyv4620) { - yyv4620 = yyv4620[:yyrl4620] + yyrg4625 := len(yyv4625) > 0 + yyv24625 := yyv4625 + yyrl4625, yyrt4625 = z.DecInferLen(yyl4625, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4625 { + if yyrl4625 <= cap(yyv4625) { + yyv4625 = yyv4625[:yyrl4625] } else { - yyv4620 = make([]LocalObjectReference, yyrl4620) + yyv4625 = make([]LocalObjectReference, yyrl4625) } } else { - yyv4620 = make([]LocalObjectReference, yyrl4620) + yyv4625 = make([]LocalObjectReference, yyrl4625) } - yyc4620 = true - yyrr4620 = len(yyv4620) - if yyrg4620 { - copy(yyv4620, yyv24620) + yyc4625 = true + yyrr4625 = len(yyv4625) + if yyrg4625 { + copy(yyv4625, yyv24625) } - } else if yyl4620 != len(yyv4620) { - yyv4620 = yyv4620[:yyl4620] - yyc4620 = true + } else if yyl4625 != len(yyv4625) { + yyv4625 = yyv4625[:yyl4625] + yyc4625 = true } - yyj4620 := 0 - for ; yyj4620 < yyrr4620; yyj4620++ { - yyh4620.ElemContainerState(yyj4620) + yyj4625 := 0 + for ; yyj4625 < yyrr4625; yyj4625++ { + yyh4625.ElemContainerState(yyj4625) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LocalObjectReference{} + yyv4625[yyj4625] = LocalObjectReference{} } else { - yyv4621 := &yyv4620[yyj4620] - yyv4621.CodecDecodeSelf(d) + yyv4626 := &yyv4625[yyj4625] + yyv4626.CodecDecodeSelf(d) } } - if yyrt4620 { - for ; yyj4620 < yyl4620; yyj4620++ { - yyv4620 = append(yyv4620, LocalObjectReference{}) - yyh4620.ElemContainerState(yyj4620) + if yyrt4625 { + for ; yyj4625 < yyl4625; yyj4625++ { + yyv4625 = append(yyv4625, LocalObjectReference{}) + yyh4625.ElemContainerState(yyj4625) if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LocalObjectReference{} + yyv4625[yyj4625] = LocalObjectReference{} } else { - yyv4622 := &yyv4620[yyj4620] - yyv4622.CodecDecodeSelf(d) + yyv4627 := &yyv4625[yyj4625] + yyv4627.CodecDecodeSelf(d) } } } } else { - yyj4620 := 0 - for ; !r.CheckBreak(); yyj4620++ { + yyj4625 := 0 + for ; !r.CheckBreak(); yyj4625++ { - if yyj4620 >= len(yyv4620) { - yyv4620 = append(yyv4620, LocalObjectReference{}) // var yyz4620 LocalObjectReference - yyc4620 = true + if yyj4625 >= len(yyv4625) { + yyv4625 = append(yyv4625, LocalObjectReference{}) // var yyz4625 LocalObjectReference + yyc4625 = true } - yyh4620.ElemContainerState(yyj4620) - if yyj4620 < len(yyv4620) { + yyh4625.ElemContainerState(yyj4625) + if yyj4625 < len(yyv4625) { if r.TryDecodeAsNil() { - yyv4620[yyj4620] = LocalObjectReference{} + yyv4625[yyj4625] = LocalObjectReference{} } else { - yyv4623 := &yyv4620[yyj4620] - yyv4623.CodecDecodeSelf(d) + yyv4628 := &yyv4625[yyj4625] + yyv4628.CodecDecodeSelf(d) } } else { @@ -58288,17 +58343,17 @@ func (x codecSelfer1234) decSliceLocalObjectReference(v *[]LocalObjectReference, } } - if yyj4620 < len(yyv4620) { - yyv4620 = yyv4620[:yyj4620] - yyc4620 = true - } else if yyj4620 == 0 && yyv4620 == nil { - yyv4620 = []LocalObjectReference{} - yyc4620 = true + if yyj4625 < len(yyv4625) { + yyv4625 = yyv4625[:yyj4625] + yyc4625 = true + } else if yyj4625 == 0 && yyv4625 == nil { + yyv4625 = []LocalObjectReference{} + yyc4625 = true } } - yyh4620.End() - if yyc4620 { - *v = yyv4620 + yyh4625.End() + if yyc4625 { + *v = yyv4625 } } @@ -58307,10 +58362,10 @@ func (x codecSelfer1234) encSlicePodCondition(v []PodCondition, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4624 := range v { + for _, yyv4629 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4625 := &yyv4624 - yy4625.CodecEncodeSelf(e) + yy4630 := &yyv4629 + yy4630.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58320,83 +58375,83 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4626 := *v - yyh4626, yyl4626 := z.DecSliceHelperStart() - var yyc4626 bool - if yyl4626 == 0 { - if yyv4626 == nil { - yyv4626 = []PodCondition{} - yyc4626 = true - } else if len(yyv4626) != 0 { - yyv4626 = yyv4626[:0] - yyc4626 = true + yyv4631 := *v + yyh4631, yyl4631 := z.DecSliceHelperStart() + var yyc4631 bool + if yyl4631 == 0 { + if yyv4631 == nil { + yyv4631 = []PodCondition{} + yyc4631 = true + } else if len(yyv4631) != 0 { + yyv4631 = yyv4631[:0] + yyc4631 = true } - } else if yyl4626 > 0 { - var yyrr4626, yyrl4626 int - var yyrt4626 bool - if yyl4626 > cap(yyv4626) { + } else if yyl4631 > 0 { + var yyrr4631, yyrl4631 int + var yyrt4631 bool + if yyl4631 > cap(yyv4631) { - yyrg4626 := len(yyv4626) > 0 - yyv24626 := yyv4626 - yyrl4626, yyrt4626 = z.DecInferLen(yyl4626, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4626 { - if yyrl4626 <= cap(yyv4626) { - yyv4626 = yyv4626[:yyrl4626] + yyrg4631 := len(yyv4631) > 0 + yyv24631 := yyv4631 + yyrl4631, yyrt4631 = z.DecInferLen(yyl4631, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4631 { + if yyrl4631 <= cap(yyv4631) { + yyv4631 = yyv4631[:yyrl4631] } else { - yyv4626 = make([]PodCondition, yyrl4626) + yyv4631 = make([]PodCondition, yyrl4631) } } else { - yyv4626 = make([]PodCondition, yyrl4626) + yyv4631 = make([]PodCondition, yyrl4631) } - yyc4626 = true - yyrr4626 = len(yyv4626) - if yyrg4626 { - copy(yyv4626, yyv24626) + yyc4631 = true + yyrr4631 = len(yyv4631) + if yyrg4631 { + copy(yyv4631, yyv24631) } - } else if yyl4626 != len(yyv4626) { - yyv4626 = yyv4626[:yyl4626] - yyc4626 = true + } else if yyl4631 != len(yyv4631) { + yyv4631 = yyv4631[:yyl4631] + yyc4631 = true } - yyj4626 := 0 - for ; yyj4626 < yyrr4626; yyj4626++ { - yyh4626.ElemContainerState(yyj4626) + yyj4631 := 0 + for ; yyj4631 < yyrr4631; yyj4631++ { + yyh4631.ElemContainerState(yyj4631) if r.TryDecodeAsNil() { - yyv4626[yyj4626] = PodCondition{} + yyv4631[yyj4631] = PodCondition{} } else { - yyv4627 := &yyv4626[yyj4626] - yyv4627.CodecDecodeSelf(d) + yyv4632 := &yyv4631[yyj4631] + yyv4632.CodecDecodeSelf(d) } } - if yyrt4626 { - for ; yyj4626 < yyl4626; yyj4626++ { - yyv4626 = append(yyv4626, PodCondition{}) - yyh4626.ElemContainerState(yyj4626) + if yyrt4631 { + for ; yyj4631 < yyl4631; yyj4631++ { + yyv4631 = append(yyv4631, PodCondition{}) + yyh4631.ElemContainerState(yyj4631) if r.TryDecodeAsNil() { - yyv4626[yyj4626] = PodCondition{} + yyv4631[yyj4631] = PodCondition{} } else { - yyv4628 := &yyv4626[yyj4626] - yyv4628.CodecDecodeSelf(d) + yyv4633 := &yyv4631[yyj4631] + yyv4633.CodecDecodeSelf(d) } } } } else { - yyj4626 := 0 - for ; !r.CheckBreak(); yyj4626++ { + yyj4631 := 0 + for ; !r.CheckBreak(); yyj4631++ { - if yyj4626 >= len(yyv4626) { - yyv4626 = append(yyv4626, PodCondition{}) // var yyz4626 PodCondition - yyc4626 = true + if yyj4631 >= len(yyv4631) { + yyv4631 = append(yyv4631, PodCondition{}) // var yyz4631 PodCondition + yyc4631 = true } - yyh4626.ElemContainerState(yyj4626) - if yyj4626 < len(yyv4626) { + yyh4631.ElemContainerState(yyj4631) + if yyj4631 < len(yyv4631) { if r.TryDecodeAsNil() { - yyv4626[yyj4626] = PodCondition{} + yyv4631[yyj4631] = PodCondition{} } else { - yyv4629 := &yyv4626[yyj4626] - yyv4629.CodecDecodeSelf(d) + yyv4634 := &yyv4631[yyj4631] + yyv4634.CodecDecodeSelf(d) } } else { @@ -58404,17 +58459,17 @@ func (x codecSelfer1234) decSlicePodCondition(v *[]PodCondition, d *codec1978.De } } - if yyj4626 < len(yyv4626) { - yyv4626 = yyv4626[:yyj4626] - yyc4626 = true - } else if yyj4626 == 0 && yyv4626 == nil { - yyv4626 = []PodCondition{} - yyc4626 = true + if yyj4631 < len(yyv4631) { + yyv4631 = yyv4631[:yyj4631] + yyc4631 = true + } else if yyj4631 == 0 && yyv4631 == nil { + yyv4631 = []PodCondition{} + yyc4631 = true } } - yyh4626.End() - if yyc4626 { - *v = yyv4626 + yyh4631.End() + if yyc4631 { + *v = yyv4631 } } @@ -58423,10 +58478,10 @@ func (x codecSelfer1234) encSliceContainerStatus(v []ContainerStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4630 := range v { + for _, yyv4635 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4631 := &yyv4630 - yy4631.CodecEncodeSelf(e) + yy4636 := &yyv4635 + yy4636.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58436,83 +58491,83 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4632 := *v - yyh4632, yyl4632 := z.DecSliceHelperStart() - var yyc4632 bool - if yyl4632 == 0 { - if yyv4632 == nil { - yyv4632 = []ContainerStatus{} - yyc4632 = true - } else if len(yyv4632) != 0 { - yyv4632 = yyv4632[:0] - yyc4632 = true + yyv4637 := *v + yyh4637, yyl4637 := z.DecSliceHelperStart() + var yyc4637 bool + if yyl4637 == 0 { + if yyv4637 == nil { + yyv4637 = []ContainerStatus{} + yyc4637 = true + } else if len(yyv4637) != 0 { + yyv4637 = yyv4637[:0] + yyc4637 = true } - } else if yyl4632 > 0 { - var yyrr4632, yyrl4632 int - var yyrt4632 bool - if yyl4632 > cap(yyv4632) { + } else if yyl4637 > 0 { + var yyrr4637, yyrl4637 int + var yyrt4637 bool + if yyl4637 > cap(yyv4637) { - yyrg4632 := len(yyv4632) > 0 - yyv24632 := yyv4632 - yyrl4632, yyrt4632 = z.DecInferLen(yyl4632, z.DecBasicHandle().MaxInitLen, 120) - if yyrt4632 { - if yyrl4632 <= cap(yyv4632) { - yyv4632 = yyv4632[:yyrl4632] + yyrg4637 := len(yyv4637) > 0 + yyv24637 := yyv4637 + yyrl4637, yyrt4637 = z.DecInferLen(yyl4637, z.DecBasicHandle().MaxInitLen, 120) + if yyrt4637 { + if yyrl4637 <= cap(yyv4637) { + yyv4637 = yyv4637[:yyrl4637] } else { - yyv4632 = make([]ContainerStatus, yyrl4632) + yyv4637 = make([]ContainerStatus, yyrl4637) } } else { - yyv4632 = make([]ContainerStatus, yyrl4632) + yyv4637 = make([]ContainerStatus, yyrl4637) } - yyc4632 = true - yyrr4632 = len(yyv4632) - if yyrg4632 { - copy(yyv4632, yyv24632) + yyc4637 = true + yyrr4637 = len(yyv4637) + if yyrg4637 { + copy(yyv4637, yyv24637) } - } else if yyl4632 != len(yyv4632) { - yyv4632 = yyv4632[:yyl4632] - yyc4632 = true + } else if yyl4637 != len(yyv4637) { + yyv4637 = yyv4637[:yyl4637] + yyc4637 = true } - yyj4632 := 0 - for ; yyj4632 < yyrr4632; yyj4632++ { - yyh4632.ElemContainerState(yyj4632) + yyj4637 := 0 + for ; yyj4637 < yyrr4637; yyj4637++ { + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4632[yyj4632] = ContainerStatus{} + yyv4637[yyj4637] = ContainerStatus{} } else { - yyv4633 := &yyv4632[yyj4632] - yyv4633.CodecDecodeSelf(d) + yyv4638 := &yyv4637[yyj4637] + yyv4638.CodecDecodeSelf(d) } } - if yyrt4632 { - for ; yyj4632 < yyl4632; yyj4632++ { - yyv4632 = append(yyv4632, ContainerStatus{}) - yyh4632.ElemContainerState(yyj4632) + if yyrt4637 { + for ; yyj4637 < yyl4637; yyj4637++ { + yyv4637 = append(yyv4637, ContainerStatus{}) + yyh4637.ElemContainerState(yyj4637) if r.TryDecodeAsNil() { - yyv4632[yyj4632] = ContainerStatus{} + yyv4637[yyj4637] = ContainerStatus{} } else { - yyv4634 := &yyv4632[yyj4632] - yyv4634.CodecDecodeSelf(d) + yyv4639 := &yyv4637[yyj4637] + yyv4639.CodecDecodeSelf(d) } } } } else { - yyj4632 := 0 - for ; !r.CheckBreak(); yyj4632++ { + yyj4637 := 0 + for ; !r.CheckBreak(); yyj4637++ { - if yyj4632 >= len(yyv4632) { - yyv4632 = append(yyv4632, ContainerStatus{}) // var yyz4632 ContainerStatus - yyc4632 = true + if yyj4637 >= len(yyv4637) { + yyv4637 = append(yyv4637, ContainerStatus{}) // var yyz4637 ContainerStatus + yyc4637 = true } - yyh4632.ElemContainerState(yyj4632) - if yyj4632 < len(yyv4632) { + yyh4637.ElemContainerState(yyj4637) + if yyj4637 < len(yyv4637) { if r.TryDecodeAsNil() { - yyv4632[yyj4632] = ContainerStatus{} + yyv4637[yyj4637] = ContainerStatus{} } else { - yyv4635 := &yyv4632[yyj4632] - yyv4635.CodecDecodeSelf(d) + yyv4640 := &yyv4637[yyj4637] + yyv4640.CodecDecodeSelf(d) } } else { @@ -58520,17 +58575,17 @@ func (x codecSelfer1234) decSliceContainerStatus(v *[]ContainerStatus, d *codec1 } } - if yyj4632 < len(yyv4632) { - yyv4632 = yyv4632[:yyj4632] - yyc4632 = true - } else if yyj4632 == 0 && yyv4632 == nil { - yyv4632 = []ContainerStatus{} - yyc4632 = true + if yyj4637 < len(yyv4637) { + yyv4637 = yyv4637[:yyj4637] + yyc4637 = true + } else if yyj4637 == 0 && yyv4637 == nil { + yyv4637 = []ContainerStatus{} + yyc4637 = true } } - yyh4632.End() - if yyc4632 { - *v = yyv4632 + yyh4637.End() + if yyc4637 { + *v = yyv4637 } } @@ -58539,10 +58594,10 @@ func (x codecSelfer1234) encSlicePod(v []Pod, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4636 := range v { + for _, yyv4641 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4637 := &yyv4636 - yy4637.CodecEncodeSelf(e) + yy4642 := &yyv4641 + yy4642.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58552,83 +58607,83 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4638 := *v - yyh4638, yyl4638 := z.DecSliceHelperStart() - var yyc4638 bool - if yyl4638 == 0 { - if yyv4638 == nil { - yyv4638 = []Pod{} - yyc4638 = true - } else if len(yyv4638) != 0 { - yyv4638 = yyv4638[:0] - yyc4638 = true + yyv4643 := *v + yyh4643, yyl4643 := z.DecSliceHelperStart() + var yyc4643 bool + if yyl4643 == 0 { + if yyv4643 == nil { + yyv4643 = []Pod{} + yyc4643 = true + } else if len(yyv4643) != 0 { + yyv4643 = yyv4643[:0] + yyc4643 = true } - } else if yyl4638 > 0 { - var yyrr4638, yyrl4638 int - var yyrt4638 bool - if yyl4638 > cap(yyv4638) { + } else if yyl4643 > 0 { + var yyrr4643, yyrl4643 int + var yyrt4643 bool + if yyl4643 > cap(yyv4643) { - yyrg4638 := len(yyv4638) > 0 - yyv24638 := yyv4638 - yyrl4638, yyrt4638 = z.DecInferLen(yyl4638, z.DecBasicHandle().MaxInitLen, 664) - if yyrt4638 { - if yyrl4638 <= cap(yyv4638) { - yyv4638 = yyv4638[:yyrl4638] + yyrg4643 := len(yyv4643) > 0 + yyv24643 := yyv4643 + yyrl4643, yyrt4643 = z.DecInferLen(yyl4643, z.DecBasicHandle().MaxInitLen, 664) + if yyrt4643 { + if yyrl4643 <= cap(yyv4643) { + yyv4643 = yyv4643[:yyrl4643] } else { - yyv4638 = make([]Pod, yyrl4638) + yyv4643 = make([]Pod, yyrl4643) } } else { - yyv4638 = make([]Pod, yyrl4638) + yyv4643 = make([]Pod, yyrl4643) } - yyc4638 = true - yyrr4638 = len(yyv4638) - if yyrg4638 { - copy(yyv4638, yyv24638) + yyc4643 = true + yyrr4643 = len(yyv4643) + if yyrg4643 { + copy(yyv4643, yyv24643) } - } else if yyl4638 != len(yyv4638) { - yyv4638 = yyv4638[:yyl4638] - yyc4638 = true + } else if yyl4643 != len(yyv4643) { + yyv4643 = yyv4643[:yyl4643] + yyc4643 = true } - yyj4638 := 0 - for ; yyj4638 < yyrr4638; yyj4638++ { - yyh4638.ElemContainerState(yyj4638) + yyj4643 := 0 + for ; yyj4643 < yyrr4643; yyj4643++ { + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4638[yyj4638] = Pod{} + yyv4643[yyj4643] = Pod{} } else { - yyv4639 := &yyv4638[yyj4638] - yyv4639.CodecDecodeSelf(d) + yyv4644 := &yyv4643[yyj4643] + yyv4644.CodecDecodeSelf(d) } } - if yyrt4638 { - for ; yyj4638 < yyl4638; yyj4638++ { - yyv4638 = append(yyv4638, Pod{}) - yyh4638.ElemContainerState(yyj4638) + if yyrt4643 { + for ; yyj4643 < yyl4643; yyj4643++ { + yyv4643 = append(yyv4643, Pod{}) + yyh4643.ElemContainerState(yyj4643) if r.TryDecodeAsNil() { - yyv4638[yyj4638] = Pod{} + yyv4643[yyj4643] = Pod{} } else { - yyv4640 := &yyv4638[yyj4638] - yyv4640.CodecDecodeSelf(d) + yyv4645 := &yyv4643[yyj4643] + yyv4645.CodecDecodeSelf(d) } } } } else { - yyj4638 := 0 - for ; !r.CheckBreak(); yyj4638++ { + yyj4643 := 0 + for ; !r.CheckBreak(); yyj4643++ { - if yyj4638 >= len(yyv4638) { - yyv4638 = append(yyv4638, Pod{}) // var yyz4638 Pod - yyc4638 = true + if yyj4643 >= len(yyv4643) { + yyv4643 = append(yyv4643, Pod{}) // var yyz4643 Pod + yyc4643 = true } - yyh4638.ElemContainerState(yyj4638) - if yyj4638 < len(yyv4638) { + yyh4643.ElemContainerState(yyj4643) + if yyj4643 < len(yyv4643) { if r.TryDecodeAsNil() { - yyv4638[yyj4638] = Pod{} + yyv4643[yyj4643] = Pod{} } else { - yyv4641 := &yyv4638[yyj4638] - yyv4641.CodecDecodeSelf(d) + yyv4646 := &yyv4643[yyj4643] + yyv4646.CodecDecodeSelf(d) } } else { @@ -58636,17 +58691,17 @@ func (x codecSelfer1234) decSlicePod(v *[]Pod, d *codec1978.Decoder) { } } - if yyj4638 < len(yyv4638) { - yyv4638 = yyv4638[:yyj4638] - yyc4638 = true - } else if yyj4638 == 0 && yyv4638 == nil { - yyv4638 = []Pod{} - yyc4638 = true + if yyj4643 < len(yyv4643) { + yyv4643 = yyv4643[:yyj4643] + yyc4643 = true + } else if yyj4643 == 0 && yyv4643 == nil { + yyv4643 = []Pod{} + yyc4643 = true } } - yyh4638.End() - if yyc4638 { - *v = yyv4638 + yyh4643.End() + if yyc4643 { + *v = yyv4643 } } @@ -58655,10 +58710,10 @@ func (x codecSelfer1234) encSlicePodTemplate(v []PodTemplate, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4642 := range v { + for _, yyv4647 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4643 := &yyv4642 - yy4643.CodecEncodeSelf(e) + yy4648 := &yyv4647 + yy4648.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58668,83 +58723,83 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4644 := *v - yyh4644, yyl4644 := z.DecSliceHelperStart() - var yyc4644 bool - if yyl4644 == 0 { - if yyv4644 == nil { - yyv4644 = []PodTemplate{} - yyc4644 = true - } else if len(yyv4644) != 0 { - yyv4644 = yyv4644[:0] - yyc4644 = true + yyv4649 := *v + yyh4649, yyl4649 := z.DecSliceHelperStart() + var yyc4649 bool + if yyl4649 == 0 { + if yyv4649 == nil { + yyv4649 = []PodTemplate{} + yyc4649 = true + } else if len(yyv4649) != 0 { + yyv4649 = yyv4649[:0] + yyc4649 = true } - } else if yyl4644 > 0 { - var yyrr4644, yyrl4644 int - var yyrt4644 bool - if yyl4644 > cap(yyv4644) { + } else if yyl4649 > 0 { + var yyrr4649, yyrl4649 int + var yyrt4649 bool + if yyl4649 > cap(yyv4649) { - yyrg4644 := len(yyv4644) > 0 - yyv24644 := yyv4644 - yyrl4644, yyrt4644 = z.DecInferLen(yyl4644, z.DecBasicHandle().MaxInitLen, 728) - if yyrt4644 { - if yyrl4644 <= cap(yyv4644) { - yyv4644 = yyv4644[:yyrl4644] + yyrg4649 := len(yyv4649) > 0 + yyv24649 := yyv4649 + yyrl4649, yyrt4649 = z.DecInferLen(yyl4649, z.DecBasicHandle().MaxInitLen, 728) + if yyrt4649 { + if yyrl4649 <= cap(yyv4649) { + yyv4649 = yyv4649[:yyrl4649] } else { - yyv4644 = make([]PodTemplate, yyrl4644) + yyv4649 = make([]PodTemplate, yyrl4649) } } else { - yyv4644 = make([]PodTemplate, yyrl4644) + yyv4649 = make([]PodTemplate, yyrl4649) } - yyc4644 = true - yyrr4644 = len(yyv4644) - if yyrg4644 { - copy(yyv4644, yyv24644) + yyc4649 = true + yyrr4649 = len(yyv4649) + if yyrg4649 { + copy(yyv4649, yyv24649) } - } else if yyl4644 != len(yyv4644) { - yyv4644 = yyv4644[:yyl4644] - yyc4644 = true + } else if yyl4649 != len(yyv4649) { + yyv4649 = yyv4649[:yyl4649] + yyc4649 = true } - yyj4644 := 0 - for ; yyj4644 < yyrr4644; yyj4644++ { - yyh4644.ElemContainerState(yyj4644) + yyj4649 := 0 + for ; yyj4649 < yyrr4649; yyj4649++ { + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4644[yyj4644] = PodTemplate{} + yyv4649[yyj4649] = PodTemplate{} } else { - yyv4645 := &yyv4644[yyj4644] - yyv4645.CodecDecodeSelf(d) + yyv4650 := &yyv4649[yyj4649] + yyv4650.CodecDecodeSelf(d) } } - if yyrt4644 { - for ; yyj4644 < yyl4644; yyj4644++ { - yyv4644 = append(yyv4644, PodTemplate{}) - yyh4644.ElemContainerState(yyj4644) + if yyrt4649 { + for ; yyj4649 < yyl4649; yyj4649++ { + yyv4649 = append(yyv4649, PodTemplate{}) + yyh4649.ElemContainerState(yyj4649) if r.TryDecodeAsNil() { - yyv4644[yyj4644] = PodTemplate{} + yyv4649[yyj4649] = PodTemplate{} } else { - yyv4646 := &yyv4644[yyj4644] - yyv4646.CodecDecodeSelf(d) + yyv4651 := &yyv4649[yyj4649] + yyv4651.CodecDecodeSelf(d) } } } } else { - yyj4644 := 0 - for ; !r.CheckBreak(); yyj4644++ { + yyj4649 := 0 + for ; !r.CheckBreak(); yyj4649++ { - if yyj4644 >= len(yyv4644) { - yyv4644 = append(yyv4644, PodTemplate{}) // var yyz4644 PodTemplate - yyc4644 = true + if yyj4649 >= len(yyv4649) { + yyv4649 = append(yyv4649, PodTemplate{}) // var yyz4649 PodTemplate + yyc4649 = true } - yyh4644.ElemContainerState(yyj4644) - if yyj4644 < len(yyv4644) { + yyh4649.ElemContainerState(yyj4649) + if yyj4649 < len(yyv4649) { if r.TryDecodeAsNil() { - yyv4644[yyj4644] = PodTemplate{} + yyv4649[yyj4649] = PodTemplate{} } else { - yyv4647 := &yyv4644[yyj4644] - yyv4647.CodecDecodeSelf(d) + yyv4652 := &yyv4649[yyj4649] + yyv4652.CodecDecodeSelf(d) } } else { @@ -58752,17 +58807,17 @@ func (x codecSelfer1234) decSlicePodTemplate(v *[]PodTemplate, d *codec1978.Deco } } - if yyj4644 < len(yyv4644) { - yyv4644 = yyv4644[:yyj4644] - yyc4644 = true - } else if yyj4644 == 0 && yyv4644 == nil { - yyv4644 = []PodTemplate{} - yyc4644 = true + if yyj4649 < len(yyv4649) { + yyv4649 = yyv4649[:yyj4649] + yyc4649 = true + } else if yyj4649 == 0 && yyv4649 == nil { + yyv4649 = []PodTemplate{} + yyc4649 = true } } - yyh4644.End() - if yyc4644 { - *v = yyv4644 + yyh4649.End() + if yyc4649 { + *v = yyv4649 } } @@ -58771,10 +58826,10 @@ func (x codecSelfer1234) encSliceReplicationController(v []ReplicationController z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4648 := range v { + for _, yyv4653 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4649 := &yyv4648 - yy4649.CodecEncodeSelf(e) + yy4654 := &yyv4653 + yy4654.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58784,83 +58839,83 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4650 := *v - yyh4650, yyl4650 := z.DecSliceHelperStart() - var yyc4650 bool - if yyl4650 == 0 { - if yyv4650 == nil { - yyv4650 = []ReplicationController{} - yyc4650 = true - } else if len(yyv4650) != 0 { - yyv4650 = yyv4650[:0] - yyc4650 = true + yyv4655 := *v + yyh4655, yyl4655 := z.DecSliceHelperStart() + var yyc4655 bool + if yyl4655 == 0 { + if yyv4655 == nil { + yyv4655 = []ReplicationController{} + yyc4655 = true + } else if len(yyv4655) != 0 { + yyv4655 = yyv4655[:0] + yyc4655 = true } - } else if yyl4650 > 0 { - var yyrr4650, yyrl4650 int - var yyrt4650 bool - if yyl4650 > cap(yyv4650) { + } else if yyl4655 > 0 { + var yyrr4655, yyrl4655 int + var yyrt4655 bool + if yyl4655 > cap(yyv4655) { - yyrg4650 := len(yyv4650) > 0 - yyv24650 := yyv4650 - yyrl4650, yyrt4650 = z.DecInferLen(yyl4650, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4650 { - if yyrl4650 <= cap(yyv4650) { - yyv4650 = yyv4650[:yyrl4650] + yyrg4655 := len(yyv4655) > 0 + yyv24655 := yyv4655 + yyrl4655, yyrt4655 = z.DecInferLen(yyl4655, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4655 { + if yyrl4655 <= cap(yyv4655) { + yyv4655 = yyv4655[:yyrl4655] } else { - yyv4650 = make([]ReplicationController, yyrl4650) + yyv4655 = make([]ReplicationController, yyrl4655) } } else { - yyv4650 = make([]ReplicationController, yyrl4650) + yyv4655 = make([]ReplicationController, yyrl4655) } - yyc4650 = true - yyrr4650 = len(yyv4650) - if yyrg4650 { - copy(yyv4650, yyv24650) + yyc4655 = true + yyrr4655 = len(yyv4655) + if yyrg4655 { + copy(yyv4655, yyv24655) } - } else if yyl4650 != len(yyv4650) { - yyv4650 = yyv4650[:yyl4650] - yyc4650 = true + } else if yyl4655 != len(yyv4655) { + yyv4655 = yyv4655[:yyl4655] + yyc4655 = true } - yyj4650 := 0 - for ; yyj4650 < yyrr4650; yyj4650++ { - yyh4650.ElemContainerState(yyj4650) + yyj4655 := 0 + for ; yyj4655 < yyrr4655; yyj4655++ { + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4650[yyj4650] = ReplicationController{} + yyv4655[yyj4655] = ReplicationController{} } else { - yyv4651 := &yyv4650[yyj4650] - yyv4651.CodecDecodeSelf(d) + yyv4656 := &yyv4655[yyj4655] + yyv4656.CodecDecodeSelf(d) } } - if yyrt4650 { - for ; yyj4650 < yyl4650; yyj4650++ { - yyv4650 = append(yyv4650, ReplicationController{}) - yyh4650.ElemContainerState(yyj4650) + if yyrt4655 { + for ; yyj4655 < yyl4655; yyj4655++ { + yyv4655 = append(yyv4655, ReplicationController{}) + yyh4655.ElemContainerState(yyj4655) if r.TryDecodeAsNil() { - yyv4650[yyj4650] = ReplicationController{} + yyv4655[yyj4655] = ReplicationController{} } else { - yyv4652 := &yyv4650[yyj4650] - yyv4652.CodecDecodeSelf(d) + yyv4657 := &yyv4655[yyj4655] + yyv4657.CodecDecodeSelf(d) } } } } else { - yyj4650 := 0 - for ; !r.CheckBreak(); yyj4650++ { + yyj4655 := 0 + for ; !r.CheckBreak(); yyj4655++ { - if yyj4650 >= len(yyv4650) { - yyv4650 = append(yyv4650, ReplicationController{}) // var yyz4650 ReplicationController - yyc4650 = true + if yyj4655 >= len(yyv4655) { + yyv4655 = append(yyv4655, ReplicationController{}) // var yyz4655 ReplicationController + yyc4655 = true } - yyh4650.ElemContainerState(yyj4650) - if yyj4650 < len(yyv4650) { + yyh4655.ElemContainerState(yyj4655) + if yyj4655 < len(yyv4655) { if r.TryDecodeAsNil() { - yyv4650[yyj4650] = ReplicationController{} + yyv4655[yyj4655] = ReplicationController{} } else { - yyv4653 := &yyv4650[yyj4650] - yyv4653.CodecDecodeSelf(d) + yyv4658 := &yyv4655[yyj4655] + yyv4658.CodecDecodeSelf(d) } } else { @@ -58868,17 +58923,17 @@ func (x codecSelfer1234) decSliceReplicationController(v *[]ReplicationControlle } } - if yyj4650 < len(yyv4650) { - yyv4650 = yyv4650[:yyj4650] - yyc4650 = true - } else if yyj4650 == 0 && yyv4650 == nil { - yyv4650 = []ReplicationController{} - yyc4650 = true + if yyj4655 < len(yyv4655) { + yyv4655 = yyv4655[:yyj4655] + yyc4655 = true + } else if yyj4655 == 0 && yyv4655 == nil { + yyv4655 = []ReplicationController{} + yyc4655 = true } } - yyh4650.End() - if yyc4650 { - *v = yyv4650 + yyh4655.End() + if yyc4655 { + *v = yyv4655 } } @@ -58887,10 +58942,10 @@ func (x codecSelfer1234) encSliceLoadBalancerIngress(v []LoadBalancerIngress, e z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4654 := range v { + for _, yyv4659 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4655 := &yyv4654 - yy4655.CodecEncodeSelf(e) + yy4660 := &yyv4659 + yy4660.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -58900,83 +58955,83 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4656 := *v - yyh4656, yyl4656 := z.DecSliceHelperStart() - var yyc4656 bool - if yyl4656 == 0 { - if yyv4656 == nil { - yyv4656 = []LoadBalancerIngress{} - yyc4656 = true - } else if len(yyv4656) != 0 { - yyv4656 = yyv4656[:0] - yyc4656 = true + yyv4661 := *v + yyh4661, yyl4661 := z.DecSliceHelperStart() + var yyc4661 bool + if yyl4661 == 0 { + if yyv4661 == nil { + yyv4661 = []LoadBalancerIngress{} + yyc4661 = true + } else if len(yyv4661) != 0 { + yyv4661 = yyv4661[:0] + yyc4661 = true } - } else if yyl4656 > 0 { - var yyrr4656, yyrl4656 int - var yyrt4656 bool - if yyl4656 > cap(yyv4656) { + } else if yyl4661 > 0 { + var yyrr4661, yyrl4661 int + var yyrt4661 bool + if yyl4661 > cap(yyv4661) { - yyrg4656 := len(yyv4656) > 0 - yyv24656 := yyv4656 - yyrl4656, yyrt4656 = z.DecInferLen(yyl4656, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4656 { - if yyrl4656 <= cap(yyv4656) { - yyv4656 = yyv4656[:yyrl4656] + yyrg4661 := len(yyv4661) > 0 + yyv24661 := yyv4661 + yyrl4661, yyrt4661 = z.DecInferLen(yyl4661, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4661 { + if yyrl4661 <= cap(yyv4661) { + yyv4661 = yyv4661[:yyrl4661] } else { - yyv4656 = make([]LoadBalancerIngress, yyrl4656) + yyv4661 = make([]LoadBalancerIngress, yyrl4661) } } else { - yyv4656 = make([]LoadBalancerIngress, yyrl4656) + yyv4661 = make([]LoadBalancerIngress, yyrl4661) } - yyc4656 = true - yyrr4656 = len(yyv4656) - if yyrg4656 { - copy(yyv4656, yyv24656) + yyc4661 = true + yyrr4661 = len(yyv4661) + if yyrg4661 { + copy(yyv4661, yyv24661) } - } else if yyl4656 != len(yyv4656) { - yyv4656 = yyv4656[:yyl4656] - yyc4656 = true + } else if yyl4661 != len(yyv4661) { + yyv4661 = yyv4661[:yyl4661] + yyc4661 = true } - yyj4656 := 0 - for ; yyj4656 < yyrr4656; yyj4656++ { - yyh4656.ElemContainerState(yyj4656) + yyj4661 := 0 + for ; yyj4661 < yyrr4661; yyj4661++ { + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = LoadBalancerIngress{} + yyv4661[yyj4661] = LoadBalancerIngress{} } else { - yyv4657 := &yyv4656[yyj4656] - yyv4657.CodecDecodeSelf(d) + yyv4662 := &yyv4661[yyj4661] + yyv4662.CodecDecodeSelf(d) } } - if yyrt4656 { - for ; yyj4656 < yyl4656; yyj4656++ { - yyv4656 = append(yyv4656, LoadBalancerIngress{}) - yyh4656.ElemContainerState(yyj4656) + if yyrt4661 { + for ; yyj4661 < yyl4661; yyj4661++ { + yyv4661 = append(yyv4661, LoadBalancerIngress{}) + yyh4661.ElemContainerState(yyj4661) if r.TryDecodeAsNil() { - yyv4656[yyj4656] = LoadBalancerIngress{} + yyv4661[yyj4661] = LoadBalancerIngress{} } else { - yyv4658 := &yyv4656[yyj4656] - yyv4658.CodecDecodeSelf(d) + yyv4663 := &yyv4661[yyj4661] + yyv4663.CodecDecodeSelf(d) } } } } else { - yyj4656 := 0 - for ; !r.CheckBreak(); yyj4656++ { + yyj4661 := 0 + for ; !r.CheckBreak(); yyj4661++ { - if yyj4656 >= len(yyv4656) { - yyv4656 = append(yyv4656, LoadBalancerIngress{}) // var yyz4656 LoadBalancerIngress - yyc4656 = true + if yyj4661 >= len(yyv4661) { + yyv4661 = append(yyv4661, LoadBalancerIngress{}) // var yyz4661 LoadBalancerIngress + yyc4661 = true } - yyh4656.ElemContainerState(yyj4656) - if yyj4656 < len(yyv4656) { + yyh4661.ElemContainerState(yyj4661) + if yyj4661 < len(yyv4661) { if r.TryDecodeAsNil() { - yyv4656[yyj4656] = LoadBalancerIngress{} + yyv4661[yyj4661] = LoadBalancerIngress{} } else { - yyv4659 := &yyv4656[yyj4656] - yyv4659.CodecDecodeSelf(d) + yyv4664 := &yyv4661[yyj4661] + yyv4664.CodecDecodeSelf(d) } } else { @@ -58984,17 +59039,17 @@ func (x codecSelfer1234) decSliceLoadBalancerIngress(v *[]LoadBalancerIngress, d } } - if yyj4656 < len(yyv4656) { - yyv4656 = yyv4656[:yyj4656] - yyc4656 = true - } else if yyj4656 == 0 && yyv4656 == nil { - yyv4656 = []LoadBalancerIngress{} - yyc4656 = true + if yyj4661 < len(yyv4661) { + yyv4661 = yyv4661[:yyj4661] + yyc4661 = true + } else if yyj4661 == 0 && yyv4661 == nil { + yyv4661 = []LoadBalancerIngress{} + yyc4661 = true } } - yyh4656.End() - if yyc4656 { - *v = yyv4656 + yyh4661.End() + if yyc4661 { + *v = yyv4661 } } @@ -59003,10 +59058,10 @@ func (x codecSelfer1234) encSliceServicePort(v []ServicePort, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4660 := range v { + for _, yyv4665 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4661 := &yyv4660 - yy4661.CodecEncodeSelf(e) + yy4666 := &yyv4665 + yy4666.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59016,83 +59071,83 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4662 := *v - yyh4662, yyl4662 := z.DecSliceHelperStart() - var yyc4662 bool - if yyl4662 == 0 { - if yyv4662 == nil { - yyv4662 = []ServicePort{} - yyc4662 = true - } else if len(yyv4662) != 0 { - yyv4662 = yyv4662[:0] - yyc4662 = true + yyv4667 := *v + yyh4667, yyl4667 := z.DecSliceHelperStart() + var yyc4667 bool + if yyl4667 == 0 { + if yyv4667 == nil { + yyv4667 = []ServicePort{} + yyc4667 = true + } else if len(yyv4667) != 0 { + yyv4667 = yyv4667[:0] + yyc4667 = true } - } else if yyl4662 > 0 { - var yyrr4662, yyrl4662 int - var yyrt4662 bool - if yyl4662 > cap(yyv4662) { + } else if yyl4667 > 0 { + var yyrr4667, yyrl4667 int + var yyrt4667 bool + if yyl4667 > cap(yyv4667) { - yyrg4662 := len(yyv4662) > 0 - yyv24662 := yyv4662 - yyrl4662, yyrt4662 = z.DecInferLen(yyl4662, z.DecBasicHandle().MaxInitLen, 80) - if yyrt4662 { - if yyrl4662 <= cap(yyv4662) { - yyv4662 = yyv4662[:yyrl4662] + yyrg4667 := len(yyv4667) > 0 + yyv24667 := yyv4667 + yyrl4667, yyrt4667 = z.DecInferLen(yyl4667, z.DecBasicHandle().MaxInitLen, 80) + if yyrt4667 { + if yyrl4667 <= cap(yyv4667) { + yyv4667 = yyv4667[:yyrl4667] } else { - yyv4662 = make([]ServicePort, yyrl4662) + yyv4667 = make([]ServicePort, yyrl4667) } } else { - yyv4662 = make([]ServicePort, yyrl4662) + yyv4667 = make([]ServicePort, yyrl4667) } - yyc4662 = true - yyrr4662 = len(yyv4662) - if yyrg4662 { - copy(yyv4662, yyv24662) + yyc4667 = true + yyrr4667 = len(yyv4667) + if yyrg4667 { + copy(yyv4667, yyv24667) } - } else if yyl4662 != len(yyv4662) { - yyv4662 = yyv4662[:yyl4662] - yyc4662 = true + } else if yyl4667 != len(yyv4667) { + yyv4667 = yyv4667[:yyl4667] + yyc4667 = true } - yyj4662 := 0 - for ; yyj4662 < yyrr4662; yyj4662++ { - yyh4662.ElemContainerState(yyj4662) + yyj4667 := 0 + for ; yyj4667 < yyrr4667; yyj4667++ { + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ServicePort{} + yyv4667[yyj4667] = ServicePort{} } else { - yyv4663 := &yyv4662[yyj4662] - yyv4663.CodecDecodeSelf(d) + yyv4668 := &yyv4667[yyj4667] + yyv4668.CodecDecodeSelf(d) } } - if yyrt4662 { - for ; yyj4662 < yyl4662; yyj4662++ { - yyv4662 = append(yyv4662, ServicePort{}) - yyh4662.ElemContainerState(yyj4662) + if yyrt4667 { + for ; yyj4667 < yyl4667; yyj4667++ { + yyv4667 = append(yyv4667, ServicePort{}) + yyh4667.ElemContainerState(yyj4667) if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ServicePort{} + yyv4667[yyj4667] = ServicePort{} } else { - yyv4664 := &yyv4662[yyj4662] - yyv4664.CodecDecodeSelf(d) + yyv4669 := &yyv4667[yyj4667] + yyv4669.CodecDecodeSelf(d) } } } } else { - yyj4662 := 0 - for ; !r.CheckBreak(); yyj4662++ { + yyj4667 := 0 + for ; !r.CheckBreak(); yyj4667++ { - if yyj4662 >= len(yyv4662) { - yyv4662 = append(yyv4662, ServicePort{}) // var yyz4662 ServicePort - yyc4662 = true + if yyj4667 >= len(yyv4667) { + yyv4667 = append(yyv4667, ServicePort{}) // var yyz4667 ServicePort + yyc4667 = true } - yyh4662.ElemContainerState(yyj4662) - if yyj4662 < len(yyv4662) { + yyh4667.ElemContainerState(yyj4667) + if yyj4667 < len(yyv4667) { if r.TryDecodeAsNil() { - yyv4662[yyj4662] = ServicePort{} + yyv4667[yyj4667] = ServicePort{} } else { - yyv4665 := &yyv4662[yyj4662] - yyv4665.CodecDecodeSelf(d) + yyv4670 := &yyv4667[yyj4667] + yyv4670.CodecDecodeSelf(d) } } else { @@ -59100,17 +59155,17 @@ func (x codecSelfer1234) decSliceServicePort(v *[]ServicePort, d *codec1978.Deco } } - if yyj4662 < len(yyv4662) { - yyv4662 = yyv4662[:yyj4662] - yyc4662 = true - } else if yyj4662 == 0 && yyv4662 == nil { - yyv4662 = []ServicePort{} - yyc4662 = true + if yyj4667 < len(yyv4667) { + yyv4667 = yyv4667[:yyj4667] + yyc4667 = true + } else if yyj4667 == 0 && yyv4667 == nil { + yyv4667 = []ServicePort{} + yyc4667 = true } } - yyh4662.End() - if yyc4662 { - *v = yyv4662 + yyh4667.End() + if yyc4667 { + *v = yyv4667 } } @@ -59119,10 +59174,10 @@ func (x codecSelfer1234) encSliceService(v []Service, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4666 := range v { + for _, yyv4671 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4667 := &yyv4666 - yy4667.CodecEncodeSelf(e) + yy4672 := &yyv4671 + yy4672.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59132,83 +59187,83 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4668 := *v - yyh4668, yyl4668 := z.DecSliceHelperStart() - var yyc4668 bool - if yyl4668 == 0 { - if yyv4668 == nil { - yyv4668 = []Service{} - yyc4668 = true - } else if len(yyv4668) != 0 { - yyv4668 = yyv4668[:0] - yyc4668 = true + yyv4673 := *v + yyh4673, yyl4673 := z.DecSliceHelperStart() + var yyc4673 bool + if yyl4673 == 0 { + if yyv4673 == nil { + yyv4673 = []Service{} + yyc4673 = true + } else if len(yyv4673) != 0 { + yyv4673 = yyv4673[:0] + yyc4673 = true } - } else if yyl4668 > 0 { - var yyrr4668, yyrl4668 int - var yyrt4668 bool - if yyl4668 > cap(yyv4668) { + } else if yyl4673 > 0 { + var yyrr4673, yyrl4673 int + var yyrt4673 bool + if yyl4673 > cap(yyv4673) { - yyrg4668 := len(yyv4668) > 0 - yyv24668 := yyv4668 - yyrl4668, yyrt4668 = z.DecInferLen(yyl4668, z.DecBasicHandle().MaxInitLen, 464) - if yyrt4668 { - if yyrl4668 <= cap(yyv4668) { - yyv4668 = yyv4668[:yyrl4668] + yyrg4673 := len(yyv4673) > 0 + yyv24673 := yyv4673 + yyrl4673, yyrt4673 = z.DecInferLen(yyl4673, z.DecBasicHandle().MaxInitLen, 464) + if yyrt4673 { + if yyrl4673 <= cap(yyv4673) { + yyv4673 = yyv4673[:yyrl4673] } else { - yyv4668 = make([]Service, yyrl4668) + yyv4673 = make([]Service, yyrl4673) } } else { - yyv4668 = make([]Service, yyrl4668) + yyv4673 = make([]Service, yyrl4673) } - yyc4668 = true - yyrr4668 = len(yyv4668) - if yyrg4668 { - copy(yyv4668, yyv24668) + yyc4673 = true + yyrr4673 = len(yyv4673) + if yyrg4673 { + copy(yyv4673, yyv24673) } - } else if yyl4668 != len(yyv4668) { - yyv4668 = yyv4668[:yyl4668] - yyc4668 = true + } else if yyl4673 != len(yyv4673) { + yyv4673 = yyv4673[:yyl4673] + yyc4673 = true } - yyj4668 := 0 - for ; yyj4668 < yyrr4668; yyj4668++ { - yyh4668.ElemContainerState(yyj4668) + yyj4673 := 0 + for ; yyj4673 < yyrr4673; yyj4673++ { + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = Service{} + yyv4673[yyj4673] = Service{} } else { - yyv4669 := &yyv4668[yyj4668] - yyv4669.CodecDecodeSelf(d) + yyv4674 := &yyv4673[yyj4673] + yyv4674.CodecDecodeSelf(d) } } - if yyrt4668 { - for ; yyj4668 < yyl4668; yyj4668++ { - yyv4668 = append(yyv4668, Service{}) - yyh4668.ElemContainerState(yyj4668) + if yyrt4673 { + for ; yyj4673 < yyl4673; yyj4673++ { + yyv4673 = append(yyv4673, Service{}) + yyh4673.ElemContainerState(yyj4673) if r.TryDecodeAsNil() { - yyv4668[yyj4668] = Service{} + yyv4673[yyj4673] = Service{} } else { - yyv4670 := &yyv4668[yyj4668] - yyv4670.CodecDecodeSelf(d) + yyv4675 := &yyv4673[yyj4673] + yyv4675.CodecDecodeSelf(d) } } } } else { - yyj4668 := 0 - for ; !r.CheckBreak(); yyj4668++ { + yyj4673 := 0 + for ; !r.CheckBreak(); yyj4673++ { - if yyj4668 >= len(yyv4668) { - yyv4668 = append(yyv4668, Service{}) // var yyz4668 Service - yyc4668 = true + if yyj4673 >= len(yyv4673) { + yyv4673 = append(yyv4673, Service{}) // var yyz4673 Service + yyc4673 = true } - yyh4668.ElemContainerState(yyj4668) - if yyj4668 < len(yyv4668) { + yyh4673.ElemContainerState(yyj4673) + if yyj4673 < len(yyv4673) { if r.TryDecodeAsNil() { - yyv4668[yyj4668] = Service{} + yyv4673[yyj4673] = Service{} } else { - yyv4671 := &yyv4668[yyj4668] - yyv4671.CodecDecodeSelf(d) + yyv4676 := &yyv4673[yyj4673] + yyv4676.CodecDecodeSelf(d) } } else { @@ -59216,17 +59271,17 @@ func (x codecSelfer1234) decSliceService(v *[]Service, d *codec1978.Decoder) { } } - if yyj4668 < len(yyv4668) { - yyv4668 = yyv4668[:yyj4668] - yyc4668 = true - } else if yyj4668 == 0 && yyv4668 == nil { - yyv4668 = []Service{} - yyc4668 = true + if yyj4673 < len(yyv4673) { + yyv4673 = yyv4673[:yyj4673] + yyc4673 = true + } else if yyj4673 == 0 && yyv4673 == nil { + yyv4673 = []Service{} + yyc4673 = true } } - yyh4668.End() - if yyc4668 { - *v = yyv4668 + yyh4673.End() + if yyc4673 { + *v = yyv4673 } } @@ -59235,10 +59290,10 @@ func (x codecSelfer1234) encSliceObjectReference(v []ObjectReference, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4672 := range v { + for _, yyv4677 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4673 := &yyv4672 - yy4673.CodecEncodeSelf(e) + yy4678 := &yyv4677 + yy4678.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59248,83 +59303,83 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4674 := *v - yyh4674, yyl4674 := z.DecSliceHelperStart() - var yyc4674 bool - if yyl4674 == 0 { - if yyv4674 == nil { - yyv4674 = []ObjectReference{} - yyc4674 = true - } else if len(yyv4674) != 0 { - yyv4674 = yyv4674[:0] - yyc4674 = true + yyv4679 := *v + yyh4679, yyl4679 := z.DecSliceHelperStart() + var yyc4679 bool + if yyl4679 == 0 { + if yyv4679 == nil { + yyv4679 = []ObjectReference{} + yyc4679 = true + } else if len(yyv4679) != 0 { + yyv4679 = yyv4679[:0] + yyc4679 = true } - } else if yyl4674 > 0 { - var yyrr4674, yyrl4674 int - var yyrt4674 bool - if yyl4674 > cap(yyv4674) { + } else if yyl4679 > 0 { + var yyrr4679, yyrl4679 int + var yyrt4679 bool + if yyl4679 > cap(yyv4679) { - yyrg4674 := len(yyv4674) > 0 - yyv24674 := yyv4674 - yyrl4674, yyrt4674 = z.DecInferLen(yyl4674, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4674 { - if yyrl4674 <= cap(yyv4674) { - yyv4674 = yyv4674[:yyrl4674] + yyrg4679 := len(yyv4679) > 0 + yyv24679 := yyv4679 + yyrl4679, yyrt4679 = z.DecInferLen(yyl4679, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4679 { + if yyrl4679 <= cap(yyv4679) { + yyv4679 = yyv4679[:yyrl4679] } else { - yyv4674 = make([]ObjectReference, yyrl4674) + yyv4679 = make([]ObjectReference, yyrl4679) } } else { - yyv4674 = make([]ObjectReference, yyrl4674) + yyv4679 = make([]ObjectReference, yyrl4679) } - yyc4674 = true - yyrr4674 = len(yyv4674) - if yyrg4674 { - copy(yyv4674, yyv24674) + yyc4679 = true + yyrr4679 = len(yyv4679) + if yyrg4679 { + copy(yyv4679, yyv24679) } - } else if yyl4674 != len(yyv4674) { - yyv4674 = yyv4674[:yyl4674] - yyc4674 = true + } else if yyl4679 != len(yyv4679) { + yyv4679 = yyv4679[:yyl4679] + yyc4679 = true } - yyj4674 := 0 - for ; yyj4674 < yyrr4674; yyj4674++ { - yyh4674.ElemContainerState(yyj4674) + yyj4679 := 0 + for ; yyj4679 < yyrr4679; yyj4679++ { + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ObjectReference{} + yyv4679[yyj4679] = ObjectReference{} } else { - yyv4675 := &yyv4674[yyj4674] - yyv4675.CodecDecodeSelf(d) + yyv4680 := &yyv4679[yyj4679] + yyv4680.CodecDecodeSelf(d) } } - if yyrt4674 { - for ; yyj4674 < yyl4674; yyj4674++ { - yyv4674 = append(yyv4674, ObjectReference{}) - yyh4674.ElemContainerState(yyj4674) + if yyrt4679 { + for ; yyj4679 < yyl4679; yyj4679++ { + yyv4679 = append(yyv4679, ObjectReference{}) + yyh4679.ElemContainerState(yyj4679) if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ObjectReference{} + yyv4679[yyj4679] = ObjectReference{} } else { - yyv4676 := &yyv4674[yyj4674] - yyv4676.CodecDecodeSelf(d) + yyv4681 := &yyv4679[yyj4679] + yyv4681.CodecDecodeSelf(d) } } } } else { - yyj4674 := 0 - for ; !r.CheckBreak(); yyj4674++ { + yyj4679 := 0 + for ; !r.CheckBreak(); yyj4679++ { - if yyj4674 >= len(yyv4674) { - yyv4674 = append(yyv4674, ObjectReference{}) // var yyz4674 ObjectReference - yyc4674 = true + if yyj4679 >= len(yyv4679) { + yyv4679 = append(yyv4679, ObjectReference{}) // var yyz4679 ObjectReference + yyc4679 = true } - yyh4674.ElemContainerState(yyj4674) - if yyj4674 < len(yyv4674) { + yyh4679.ElemContainerState(yyj4679) + if yyj4679 < len(yyv4679) { if r.TryDecodeAsNil() { - yyv4674[yyj4674] = ObjectReference{} + yyv4679[yyj4679] = ObjectReference{} } else { - yyv4677 := &yyv4674[yyj4674] - yyv4677.CodecDecodeSelf(d) + yyv4682 := &yyv4679[yyj4679] + yyv4682.CodecDecodeSelf(d) } } else { @@ -59332,17 +59387,17 @@ func (x codecSelfer1234) decSliceObjectReference(v *[]ObjectReference, d *codec1 } } - if yyj4674 < len(yyv4674) { - yyv4674 = yyv4674[:yyj4674] - yyc4674 = true - } else if yyj4674 == 0 && yyv4674 == nil { - yyv4674 = []ObjectReference{} - yyc4674 = true + if yyj4679 < len(yyv4679) { + yyv4679 = yyv4679[:yyj4679] + yyc4679 = true + } else if yyj4679 == 0 && yyv4679 == nil { + yyv4679 = []ObjectReference{} + yyc4679 = true } } - yyh4674.End() - if yyc4674 { - *v = yyv4674 + yyh4679.End() + if yyc4679 { + *v = yyv4679 } } @@ -59351,10 +59406,10 @@ func (x codecSelfer1234) encSliceServiceAccount(v []ServiceAccount, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4678 := range v { + for _, yyv4683 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4679 := &yyv4678 - yy4679.CodecEncodeSelf(e) + yy4684 := &yyv4683 + yy4684.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59364,83 +59419,83 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4680 := *v - yyh4680, yyl4680 := z.DecSliceHelperStart() - var yyc4680 bool - if yyl4680 == 0 { - if yyv4680 == nil { - yyv4680 = []ServiceAccount{} - yyc4680 = true - } else if len(yyv4680) != 0 { - yyv4680 = yyv4680[:0] - yyc4680 = true + yyv4685 := *v + yyh4685, yyl4685 := z.DecSliceHelperStart() + var yyc4685 bool + if yyl4685 == 0 { + if yyv4685 == nil { + yyv4685 = []ServiceAccount{} + yyc4685 = true + } else if len(yyv4685) != 0 { + yyv4685 = yyv4685[:0] + yyc4685 = true } - } else if yyl4680 > 0 { - var yyrr4680, yyrl4680 int - var yyrt4680 bool - if yyl4680 > cap(yyv4680) { + } else if yyl4685 > 0 { + var yyrr4685, yyrl4685 int + var yyrt4685 bool + if yyl4685 > cap(yyv4685) { - yyrg4680 := len(yyv4680) > 0 - yyv24680 := yyv4680 - yyrl4680, yyrt4680 = z.DecInferLen(yyl4680, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4680 { - if yyrl4680 <= cap(yyv4680) { - yyv4680 = yyv4680[:yyrl4680] + yyrg4685 := len(yyv4685) > 0 + yyv24685 := yyv4685 + yyrl4685, yyrt4685 = z.DecInferLen(yyl4685, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4685 { + if yyrl4685 <= cap(yyv4685) { + yyv4685 = yyv4685[:yyrl4685] } else { - yyv4680 = make([]ServiceAccount, yyrl4680) + yyv4685 = make([]ServiceAccount, yyrl4685) } } else { - yyv4680 = make([]ServiceAccount, yyrl4680) + yyv4685 = make([]ServiceAccount, yyrl4685) } - yyc4680 = true - yyrr4680 = len(yyv4680) - if yyrg4680 { - copy(yyv4680, yyv24680) + yyc4685 = true + yyrr4685 = len(yyv4685) + if yyrg4685 { + copy(yyv4685, yyv24685) } - } else if yyl4680 != len(yyv4680) { - yyv4680 = yyv4680[:yyl4680] - yyc4680 = true + } else if yyl4685 != len(yyv4685) { + yyv4685 = yyv4685[:yyl4685] + yyc4685 = true } - yyj4680 := 0 - for ; yyj4680 < yyrr4680; yyj4680++ { - yyh4680.ElemContainerState(yyj4680) + yyj4685 := 0 + for ; yyj4685 < yyrr4685; yyj4685++ { + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ServiceAccount{} + yyv4685[yyj4685] = ServiceAccount{} } else { - yyv4681 := &yyv4680[yyj4680] - yyv4681.CodecDecodeSelf(d) + yyv4686 := &yyv4685[yyj4685] + yyv4686.CodecDecodeSelf(d) } } - if yyrt4680 { - for ; yyj4680 < yyl4680; yyj4680++ { - yyv4680 = append(yyv4680, ServiceAccount{}) - yyh4680.ElemContainerState(yyj4680) + if yyrt4685 { + for ; yyj4685 < yyl4685; yyj4685++ { + yyv4685 = append(yyv4685, ServiceAccount{}) + yyh4685.ElemContainerState(yyj4685) if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ServiceAccount{} + yyv4685[yyj4685] = ServiceAccount{} } else { - yyv4682 := &yyv4680[yyj4680] - yyv4682.CodecDecodeSelf(d) + yyv4687 := &yyv4685[yyj4685] + yyv4687.CodecDecodeSelf(d) } } } } else { - yyj4680 := 0 - for ; !r.CheckBreak(); yyj4680++ { + yyj4685 := 0 + for ; !r.CheckBreak(); yyj4685++ { - if yyj4680 >= len(yyv4680) { - yyv4680 = append(yyv4680, ServiceAccount{}) // var yyz4680 ServiceAccount - yyc4680 = true + if yyj4685 >= len(yyv4685) { + yyv4685 = append(yyv4685, ServiceAccount{}) // var yyz4685 ServiceAccount + yyc4685 = true } - yyh4680.ElemContainerState(yyj4680) - if yyj4680 < len(yyv4680) { + yyh4685.ElemContainerState(yyj4685) + if yyj4685 < len(yyv4685) { if r.TryDecodeAsNil() { - yyv4680[yyj4680] = ServiceAccount{} + yyv4685[yyj4685] = ServiceAccount{} } else { - yyv4683 := &yyv4680[yyj4680] - yyv4683.CodecDecodeSelf(d) + yyv4688 := &yyv4685[yyj4685] + yyv4688.CodecDecodeSelf(d) } } else { @@ -59448,17 +59503,17 @@ func (x codecSelfer1234) decSliceServiceAccount(v *[]ServiceAccount, d *codec197 } } - if yyj4680 < len(yyv4680) { - yyv4680 = yyv4680[:yyj4680] - yyc4680 = true - } else if yyj4680 == 0 && yyv4680 == nil { - yyv4680 = []ServiceAccount{} - yyc4680 = true + if yyj4685 < len(yyv4685) { + yyv4685 = yyv4685[:yyj4685] + yyc4685 = true + } else if yyj4685 == 0 && yyv4685 == nil { + yyv4685 = []ServiceAccount{} + yyc4685 = true } } - yyh4680.End() - if yyc4680 { - *v = yyv4680 + yyh4685.End() + if yyc4685 { + *v = yyv4685 } } @@ -59467,10 +59522,10 @@ func (x codecSelfer1234) encSliceEndpointSubset(v []EndpointSubset, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4684 := range v { + for _, yyv4689 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4685 := &yyv4684 - yy4685.CodecEncodeSelf(e) + yy4690 := &yyv4689 + yy4690.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59480,83 +59535,83 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4686 := *v - yyh4686, yyl4686 := z.DecSliceHelperStart() - var yyc4686 bool - if yyl4686 == 0 { - if yyv4686 == nil { - yyv4686 = []EndpointSubset{} - yyc4686 = true - } else if len(yyv4686) != 0 { - yyv4686 = yyv4686[:0] - yyc4686 = true + yyv4691 := *v + yyh4691, yyl4691 := z.DecSliceHelperStart() + var yyc4691 bool + if yyl4691 == 0 { + if yyv4691 == nil { + yyv4691 = []EndpointSubset{} + yyc4691 = true + } else if len(yyv4691) != 0 { + yyv4691 = yyv4691[:0] + yyc4691 = true } - } else if yyl4686 > 0 { - var yyrr4686, yyrl4686 int - var yyrt4686 bool - if yyl4686 > cap(yyv4686) { + } else if yyl4691 > 0 { + var yyrr4691, yyrl4691 int + var yyrt4691 bool + if yyl4691 > cap(yyv4691) { - yyrg4686 := len(yyv4686) > 0 - yyv24686 := yyv4686 - yyrl4686, yyrt4686 = z.DecInferLen(yyl4686, z.DecBasicHandle().MaxInitLen, 72) - if yyrt4686 { - if yyrl4686 <= cap(yyv4686) { - yyv4686 = yyv4686[:yyrl4686] + yyrg4691 := len(yyv4691) > 0 + yyv24691 := yyv4691 + yyrl4691, yyrt4691 = z.DecInferLen(yyl4691, z.DecBasicHandle().MaxInitLen, 72) + if yyrt4691 { + if yyrl4691 <= cap(yyv4691) { + yyv4691 = yyv4691[:yyrl4691] } else { - yyv4686 = make([]EndpointSubset, yyrl4686) + yyv4691 = make([]EndpointSubset, yyrl4691) } } else { - yyv4686 = make([]EndpointSubset, yyrl4686) + yyv4691 = make([]EndpointSubset, yyrl4691) } - yyc4686 = true - yyrr4686 = len(yyv4686) - if yyrg4686 { - copy(yyv4686, yyv24686) + yyc4691 = true + yyrr4691 = len(yyv4691) + if yyrg4691 { + copy(yyv4691, yyv24691) } - } else if yyl4686 != len(yyv4686) { - yyv4686 = yyv4686[:yyl4686] - yyc4686 = true + } else if yyl4691 != len(yyv4691) { + yyv4691 = yyv4691[:yyl4691] + yyc4691 = true } - yyj4686 := 0 - for ; yyj4686 < yyrr4686; yyj4686++ { - yyh4686.ElemContainerState(yyj4686) + yyj4691 := 0 + for ; yyj4691 < yyrr4691; yyj4691++ { + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4686[yyj4686] = EndpointSubset{} + yyv4691[yyj4691] = EndpointSubset{} } else { - yyv4687 := &yyv4686[yyj4686] - yyv4687.CodecDecodeSelf(d) + yyv4692 := &yyv4691[yyj4691] + yyv4692.CodecDecodeSelf(d) } } - if yyrt4686 { - for ; yyj4686 < yyl4686; yyj4686++ { - yyv4686 = append(yyv4686, EndpointSubset{}) - yyh4686.ElemContainerState(yyj4686) + if yyrt4691 { + for ; yyj4691 < yyl4691; yyj4691++ { + yyv4691 = append(yyv4691, EndpointSubset{}) + yyh4691.ElemContainerState(yyj4691) if r.TryDecodeAsNil() { - yyv4686[yyj4686] = EndpointSubset{} + yyv4691[yyj4691] = EndpointSubset{} } else { - yyv4688 := &yyv4686[yyj4686] - yyv4688.CodecDecodeSelf(d) + yyv4693 := &yyv4691[yyj4691] + yyv4693.CodecDecodeSelf(d) } } } } else { - yyj4686 := 0 - for ; !r.CheckBreak(); yyj4686++ { + yyj4691 := 0 + for ; !r.CheckBreak(); yyj4691++ { - if yyj4686 >= len(yyv4686) { - yyv4686 = append(yyv4686, EndpointSubset{}) // var yyz4686 EndpointSubset - yyc4686 = true + if yyj4691 >= len(yyv4691) { + yyv4691 = append(yyv4691, EndpointSubset{}) // var yyz4691 EndpointSubset + yyc4691 = true } - yyh4686.ElemContainerState(yyj4686) - if yyj4686 < len(yyv4686) { + yyh4691.ElemContainerState(yyj4691) + if yyj4691 < len(yyv4691) { if r.TryDecodeAsNil() { - yyv4686[yyj4686] = EndpointSubset{} + yyv4691[yyj4691] = EndpointSubset{} } else { - yyv4689 := &yyv4686[yyj4686] - yyv4689.CodecDecodeSelf(d) + yyv4694 := &yyv4691[yyj4691] + yyv4694.CodecDecodeSelf(d) } } else { @@ -59564,17 +59619,17 @@ func (x codecSelfer1234) decSliceEndpointSubset(v *[]EndpointSubset, d *codec197 } } - if yyj4686 < len(yyv4686) { - yyv4686 = yyv4686[:yyj4686] - yyc4686 = true - } else if yyj4686 == 0 && yyv4686 == nil { - yyv4686 = []EndpointSubset{} - yyc4686 = true + if yyj4691 < len(yyv4691) { + yyv4691 = yyv4691[:yyj4691] + yyc4691 = true + } else if yyj4691 == 0 && yyv4691 == nil { + yyv4691 = []EndpointSubset{} + yyc4691 = true } } - yyh4686.End() - if yyc4686 { - *v = yyv4686 + yyh4691.End() + if yyc4691 { + *v = yyv4691 } } @@ -59583,10 +59638,10 @@ func (x codecSelfer1234) encSliceEndpointAddress(v []EndpointAddress, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4690 := range v { + for _, yyv4695 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4691 := &yyv4690 - yy4691.CodecEncodeSelf(e) + yy4696 := &yyv4695 + yy4696.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59596,83 +59651,83 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4692 := *v - yyh4692, yyl4692 := z.DecSliceHelperStart() - var yyc4692 bool - if yyl4692 == 0 { - if yyv4692 == nil { - yyv4692 = []EndpointAddress{} - yyc4692 = true - } else if len(yyv4692) != 0 { - yyv4692 = yyv4692[:0] - yyc4692 = true + yyv4697 := *v + yyh4697, yyl4697 := z.DecSliceHelperStart() + var yyc4697 bool + if yyl4697 == 0 { + if yyv4697 == nil { + yyv4697 = []EndpointAddress{} + yyc4697 = true + } else if len(yyv4697) != 0 { + yyv4697 = yyv4697[:0] + yyc4697 = true } - } else if yyl4692 > 0 { - var yyrr4692, yyrl4692 int - var yyrt4692 bool - if yyl4692 > cap(yyv4692) { + } else if yyl4697 > 0 { + var yyrr4697, yyrl4697 int + var yyrt4697 bool + if yyl4697 > cap(yyv4697) { - yyrg4692 := len(yyv4692) > 0 - yyv24692 := yyv4692 - yyrl4692, yyrt4692 = z.DecInferLen(yyl4692, z.DecBasicHandle().MaxInitLen, 48) - if yyrt4692 { - if yyrl4692 <= cap(yyv4692) { - yyv4692 = yyv4692[:yyrl4692] + yyrg4697 := len(yyv4697) > 0 + yyv24697 := yyv4697 + yyrl4697, yyrt4697 = z.DecInferLen(yyl4697, z.DecBasicHandle().MaxInitLen, 48) + if yyrt4697 { + if yyrl4697 <= cap(yyv4697) { + yyv4697 = yyv4697[:yyrl4697] } else { - yyv4692 = make([]EndpointAddress, yyrl4692) + yyv4697 = make([]EndpointAddress, yyrl4697) } } else { - yyv4692 = make([]EndpointAddress, yyrl4692) + yyv4697 = make([]EndpointAddress, yyrl4697) } - yyc4692 = true - yyrr4692 = len(yyv4692) - if yyrg4692 { - copy(yyv4692, yyv24692) + yyc4697 = true + yyrr4697 = len(yyv4697) + if yyrg4697 { + copy(yyv4697, yyv24697) } - } else if yyl4692 != len(yyv4692) { - yyv4692 = yyv4692[:yyl4692] - yyc4692 = true + } else if yyl4697 != len(yyv4697) { + yyv4697 = yyv4697[:yyl4697] + yyc4697 = true } - yyj4692 := 0 - for ; yyj4692 < yyrr4692; yyj4692++ { - yyh4692.ElemContainerState(yyj4692) + yyj4697 := 0 + for ; yyj4697 < yyrr4697; yyj4697++ { + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4692[yyj4692] = EndpointAddress{} + yyv4697[yyj4697] = EndpointAddress{} } else { - yyv4693 := &yyv4692[yyj4692] - yyv4693.CodecDecodeSelf(d) + yyv4698 := &yyv4697[yyj4697] + yyv4698.CodecDecodeSelf(d) } } - if yyrt4692 { - for ; yyj4692 < yyl4692; yyj4692++ { - yyv4692 = append(yyv4692, EndpointAddress{}) - yyh4692.ElemContainerState(yyj4692) + if yyrt4697 { + for ; yyj4697 < yyl4697; yyj4697++ { + yyv4697 = append(yyv4697, EndpointAddress{}) + yyh4697.ElemContainerState(yyj4697) if r.TryDecodeAsNil() { - yyv4692[yyj4692] = EndpointAddress{} + yyv4697[yyj4697] = EndpointAddress{} } else { - yyv4694 := &yyv4692[yyj4692] - yyv4694.CodecDecodeSelf(d) + yyv4699 := &yyv4697[yyj4697] + yyv4699.CodecDecodeSelf(d) } } } } else { - yyj4692 := 0 - for ; !r.CheckBreak(); yyj4692++ { + yyj4697 := 0 + for ; !r.CheckBreak(); yyj4697++ { - if yyj4692 >= len(yyv4692) { - yyv4692 = append(yyv4692, EndpointAddress{}) // var yyz4692 EndpointAddress - yyc4692 = true + if yyj4697 >= len(yyv4697) { + yyv4697 = append(yyv4697, EndpointAddress{}) // var yyz4697 EndpointAddress + yyc4697 = true } - yyh4692.ElemContainerState(yyj4692) - if yyj4692 < len(yyv4692) { + yyh4697.ElemContainerState(yyj4697) + if yyj4697 < len(yyv4697) { if r.TryDecodeAsNil() { - yyv4692[yyj4692] = EndpointAddress{} + yyv4697[yyj4697] = EndpointAddress{} } else { - yyv4695 := &yyv4692[yyj4692] - yyv4695.CodecDecodeSelf(d) + yyv4700 := &yyv4697[yyj4697] + yyv4700.CodecDecodeSelf(d) } } else { @@ -59680,17 +59735,17 @@ func (x codecSelfer1234) decSliceEndpointAddress(v *[]EndpointAddress, d *codec1 } } - if yyj4692 < len(yyv4692) { - yyv4692 = yyv4692[:yyj4692] - yyc4692 = true - } else if yyj4692 == 0 && yyv4692 == nil { - yyv4692 = []EndpointAddress{} - yyc4692 = true + if yyj4697 < len(yyv4697) { + yyv4697 = yyv4697[:yyj4697] + yyc4697 = true + } else if yyj4697 == 0 && yyv4697 == nil { + yyv4697 = []EndpointAddress{} + yyc4697 = true } } - yyh4692.End() - if yyc4692 { - *v = yyv4692 + yyh4697.End() + if yyc4697 { + *v = yyv4697 } } @@ -59699,10 +59754,10 @@ func (x codecSelfer1234) encSliceEndpointPort(v []EndpointPort, e *codec1978.Enc z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4696 := range v { + for _, yyv4701 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4697 := &yyv4696 - yy4697.CodecEncodeSelf(e) + yy4702 := &yyv4701 + yy4702.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59712,83 +59767,83 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4698 := *v - yyh4698, yyl4698 := z.DecSliceHelperStart() - var yyc4698 bool - if yyl4698 == 0 { - if yyv4698 == nil { - yyv4698 = []EndpointPort{} - yyc4698 = true - } else if len(yyv4698) != 0 { - yyv4698 = yyv4698[:0] - yyc4698 = true + yyv4703 := *v + yyh4703, yyl4703 := z.DecSliceHelperStart() + var yyc4703 bool + if yyl4703 == 0 { + if yyv4703 == nil { + yyv4703 = []EndpointPort{} + yyc4703 = true + } else if len(yyv4703) != 0 { + yyv4703 = yyv4703[:0] + yyc4703 = true } - } else if yyl4698 > 0 { - var yyrr4698, yyrl4698 int - var yyrt4698 bool - if yyl4698 > cap(yyv4698) { + } else if yyl4703 > 0 { + var yyrr4703, yyrl4703 int + var yyrt4703 bool + if yyl4703 > cap(yyv4703) { - yyrg4698 := len(yyv4698) > 0 - yyv24698 := yyv4698 - yyrl4698, yyrt4698 = z.DecInferLen(yyl4698, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4698 { - if yyrl4698 <= cap(yyv4698) { - yyv4698 = yyv4698[:yyrl4698] + yyrg4703 := len(yyv4703) > 0 + yyv24703 := yyv4703 + yyrl4703, yyrt4703 = z.DecInferLen(yyl4703, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4703 { + if yyrl4703 <= cap(yyv4703) { + yyv4703 = yyv4703[:yyrl4703] } else { - yyv4698 = make([]EndpointPort, yyrl4698) + yyv4703 = make([]EndpointPort, yyrl4703) } } else { - yyv4698 = make([]EndpointPort, yyrl4698) + yyv4703 = make([]EndpointPort, yyrl4703) } - yyc4698 = true - yyrr4698 = len(yyv4698) - if yyrg4698 { - copy(yyv4698, yyv24698) + yyc4703 = true + yyrr4703 = len(yyv4703) + if yyrg4703 { + copy(yyv4703, yyv24703) } - } else if yyl4698 != len(yyv4698) { - yyv4698 = yyv4698[:yyl4698] - yyc4698 = true + } else if yyl4703 != len(yyv4703) { + yyv4703 = yyv4703[:yyl4703] + yyc4703 = true } - yyj4698 := 0 - for ; yyj4698 < yyrr4698; yyj4698++ { - yyh4698.ElemContainerState(yyj4698) + yyj4703 := 0 + for ; yyj4703 < yyrr4703; yyj4703++ { + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4698[yyj4698] = EndpointPort{} + yyv4703[yyj4703] = EndpointPort{} } else { - yyv4699 := &yyv4698[yyj4698] - yyv4699.CodecDecodeSelf(d) + yyv4704 := &yyv4703[yyj4703] + yyv4704.CodecDecodeSelf(d) } } - if yyrt4698 { - for ; yyj4698 < yyl4698; yyj4698++ { - yyv4698 = append(yyv4698, EndpointPort{}) - yyh4698.ElemContainerState(yyj4698) + if yyrt4703 { + for ; yyj4703 < yyl4703; yyj4703++ { + yyv4703 = append(yyv4703, EndpointPort{}) + yyh4703.ElemContainerState(yyj4703) if r.TryDecodeAsNil() { - yyv4698[yyj4698] = EndpointPort{} + yyv4703[yyj4703] = EndpointPort{} } else { - yyv4700 := &yyv4698[yyj4698] - yyv4700.CodecDecodeSelf(d) + yyv4705 := &yyv4703[yyj4703] + yyv4705.CodecDecodeSelf(d) } } } } else { - yyj4698 := 0 - for ; !r.CheckBreak(); yyj4698++ { + yyj4703 := 0 + for ; !r.CheckBreak(); yyj4703++ { - if yyj4698 >= len(yyv4698) { - yyv4698 = append(yyv4698, EndpointPort{}) // var yyz4698 EndpointPort - yyc4698 = true + if yyj4703 >= len(yyv4703) { + yyv4703 = append(yyv4703, EndpointPort{}) // var yyz4703 EndpointPort + yyc4703 = true } - yyh4698.ElemContainerState(yyj4698) - if yyj4698 < len(yyv4698) { + yyh4703.ElemContainerState(yyj4703) + if yyj4703 < len(yyv4703) { if r.TryDecodeAsNil() { - yyv4698[yyj4698] = EndpointPort{} + yyv4703[yyj4703] = EndpointPort{} } else { - yyv4701 := &yyv4698[yyj4698] - yyv4701.CodecDecodeSelf(d) + yyv4706 := &yyv4703[yyj4703] + yyv4706.CodecDecodeSelf(d) } } else { @@ -59796,17 +59851,17 @@ func (x codecSelfer1234) decSliceEndpointPort(v *[]EndpointPort, d *codec1978.De } } - if yyj4698 < len(yyv4698) { - yyv4698 = yyv4698[:yyj4698] - yyc4698 = true - } else if yyj4698 == 0 && yyv4698 == nil { - yyv4698 = []EndpointPort{} - yyc4698 = true + if yyj4703 < len(yyv4703) { + yyv4703 = yyv4703[:yyj4703] + yyc4703 = true + } else if yyj4703 == 0 && yyv4703 == nil { + yyv4703 = []EndpointPort{} + yyc4703 = true } } - yyh4698.End() - if yyc4698 { - *v = yyv4698 + yyh4703.End() + if yyc4703 { + *v = yyv4703 } } @@ -59815,10 +59870,10 @@ func (x codecSelfer1234) encSliceEndpoints(v []Endpoints, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4702 := range v { + for _, yyv4707 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4703 := &yyv4702 - yy4703.CodecEncodeSelf(e) + yy4708 := &yyv4707 + yy4708.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59828,83 +59883,83 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4704 := *v - yyh4704, yyl4704 := z.DecSliceHelperStart() - var yyc4704 bool - if yyl4704 == 0 { - if yyv4704 == nil { - yyv4704 = []Endpoints{} - yyc4704 = true - } else if len(yyv4704) != 0 { - yyv4704 = yyv4704[:0] - yyc4704 = true + yyv4709 := *v + yyh4709, yyl4709 := z.DecSliceHelperStart() + var yyc4709 bool + if yyl4709 == 0 { + if yyv4709 == nil { + yyv4709 = []Endpoints{} + yyc4709 = true + } else if len(yyv4709) != 0 { + yyv4709 = yyv4709[:0] + yyc4709 = true } - } else if yyl4704 > 0 { - var yyrr4704, yyrl4704 int - var yyrt4704 bool - if yyl4704 > cap(yyv4704) { + } else if yyl4709 > 0 { + var yyrr4709, yyrl4709 int + var yyrt4709 bool + if yyl4709 > cap(yyv4709) { - yyrg4704 := len(yyv4704) > 0 - yyv24704 := yyv4704 - yyrl4704, yyrt4704 = z.DecInferLen(yyl4704, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4704 { - if yyrl4704 <= cap(yyv4704) { - yyv4704 = yyv4704[:yyrl4704] + yyrg4709 := len(yyv4709) > 0 + yyv24709 := yyv4709 + yyrl4709, yyrt4709 = z.DecInferLen(yyl4709, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4709 { + if yyrl4709 <= cap(yyv4709) { + yyv4709 = yyv4709[:yyrl4709] } else { - yyv4704 = make([]Endpoints, yyrl4704) + yyv4709 = make([]Endpoints, yyrl4709) } } else { - yyv4704 = make([]Endpoints, yyrl4704) + yyv4709 = make([]Endpoints, yyrl4709) } - yyc4704 = true - yyrr4704 = len(yyv4704) - if yyrg4704 { - copy(yyv4704, yyv24704) + yyc4709 = true + yyrr4709 = len(yyv4709) + if yyrg4709 { + copy(yyv4709, yyv24709) } - } else if yyl4704 != len(yyv4704) { - yyv4704 = yyv4704[:yyl4704] - yyc4704 = true + } else if yyl4709 != len(yyv4709) { + yyv4709 = yyv4709[:yyl4709] + yyc4709 = true } - yyj4704 := 0 - for ; yyj4704 < yyrr4704; yyj4704++ { - yyh4704.ElemContainerState(yyj4704) + yyj4709 := 0 + for ; yyj4709 < yyrr4709; yyj4709++ { + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4704[yyj4704] = Endpoints{} + yyv4709[yyj4709] = Endpoints{} } else { - yyv4705 := &yyv4704[yyj4704] - yyv4705.CodecDecodeSelf(d) + yyv4710 := &yyv4709[yyj4709] + yyv4710.CodecDecodeSelf(d) } } - if yyrt4704 { - for ; yyj4704 < yyl4704; yyj4704++ { - yyv4704 = append(yyv4704, Endpoints{}) - yyh4704.ElemContainerState(yyj4704) + if yyrt4709 { + for ; yyj4709 < yyl4709; yyj4709++ { + yyv4709 = append(yyv4709, Endpoints{}) + yyh4709.ElemContainerState(yyj4709) if r.TryDecodeAsNil() { - yyv4704[yyj4704] = Endpoints{} + yyv4709[yyj4709] = Endpoints{} } else { - yyv4706 := &yyv4704[yyj4704] - yyv4706.CodecDecodeSelf(d) + yyv4711 := &yyv4709[yyj4709] + yyv4711.CodecDecodeSelf(d) } } } } else { - yyj4704 := 0 - for ; !r.CheckBreak(); yyj4704++ { + yyj4709 := 0 + for ; !r.CheckBreak(); yyj4709++ { - if yyj4704 >= len(yyv4704) { - yyv4704 = append(yyv4704, Endpoints{}) // var yyz4704 Endpoints - yyc4704 = true + if yyj4709 >= len(yyv4709) { + yyv4709 = append(yyv4709, Endpoints{}) // var yyz4709 Endpoints + yyc4709 = true } - yyh4704.ElemContainerState(yyj4704) - if yyj4704 < len(yyv4704) { + yyh4709.ElemContainerState(yyj4709) + if yyj4709 < len(yyv4709) { if r.TryDecodeAsNil() { - yyv4704[yyj4704] = Endpoints{} + yyv4709[yyj4709] = Endpoints{} } else { - yyv4707 := &yyv4704[yyj4704] - yyv4707.CodecDecodeSelf(d) + yyv4712 := &yyv4709[yyj4709] + yyv4712.CodecDecodeSelf(d) } } else { @@ -59912,17 +59967,17 @@ func (x codecSelfer1234) decSliceEndpoints(v *[]Endpoints, d *codec1978.Decoder) } } - if yyj4704 < len(yyv4704) { - yyv4704 = yyv4704[:yyj4704] - yyc4704 = true - } else if yyj4704 == 0 && yyv4704 == nil { - yyv4704 = []Endpoints{} - yyc4704 = true + if yyj4709 < len(yyv4709) { + yyv4709 = yyv4709[:yyj4709] + yyc4709 = true + } else if yyj4709 == 0 && yyv4709 == nil { + yyv4709 = []Endpoints{} + yyc4709 = true } } - yyh4704.End() - if yyc4704 { - *v = yyv4704 + yyh4709.End() + if yyc4709 { + *v = yyv4709 } } @@ -59931,10 +59986,10 @@ func (x codecSelfer1234) encSliceNodeCondition(v []NodeCondition, e *codec1978.E z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4708 := range v { + for _, yyv4713 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4709 := &yyv4708 - yy4709.CodecEncodeSelf(e) + yy4714 := &yyv4713 + yy4714.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -59944,83 +59999,83 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4710 := *v - yyh4710, yyl4710 := z.DecSliceHelperStart() - var yyc4710 bool - if yyl4710 == 0 { - if yyv4710 == nil { - yyv4710 = []NodeCondition{} - yyc4710 = true - } else if len(yyv4710) != 0 { - yyv4710 = yyv4710[:0] - yyc4710 = true + yyv4715 := *v + yyh4715, yyl4715 := z.DecSliceHelperStart() + var yyc4715 bool + if yyl4715 == 0 { + if yyv4715 == nil { + yyv4715 = []NodeCondition{} + yyc4715 = true + } else if len(yyv4715) != 0 { + yyv4715 = yyv4715[:0] + yyc4715 = true } - } else if yyl4710 > 0 { - var yyrr4710, yyrl4710 int - var yyrt4710 bool - if yyl4710 > cap(yyv4710) { + } else if yyl4715 > 0 { + var yyrr4715, yyrl4715 int + var yyrt4715 bool + if yyl4715 > cap(yyv4715) { - yyrg4710 := len(yyv4710) > 0 - yyv24710 := yyv4710 - yyrl4710, yyrt4710 = z.DecInferLen(yyl4710, z.DecBasicHandle().MaxInitLen, 112) - if yyrt4710 { - if yyrl4710 <= cap(yyv4710) { - yyv4710 = yyv4710[:yyrl4710] + yyrg4715 := len(yyv4715) > 0 + yyv24715 := yyv4715 + yyrl4715, yyrt4715 = z.DecInferLen(yyl4715, z.DecBasicHandle().MaxInitLen, 112) + if yyrt4715 { + if yyrl4715 <= cap(yyv4715) { + yyv4715 = yyv4715[:yyrl4715] } else { - yyv4710 = make([]NodeCondition, yyrl4710) + yyv4715 = make([]NodeCondition, yyrl4715) } } else { - yyv4710 = make([]NodeCondition, yyrl4710) + yyv4715 = make([]NodeCondition, yyrl4715) } - yyc4710 = true - yyrr4710 = len(yyv4710) - if yyrg4710 { - copy(yyv4710, yyv24710) + yyc4715 = true + yyrr4715 = len(yyv4715) + if yyrg4715 { + copy(yyv4715, yyv24715) } - } else if yyl4710 != len(yyv4710) { - yyv4710 = yyv4710[:yyl4710] - yyc4710 = true + } else if yyl4715 != len(yyv4715) { + yyv4715 = yyv4715[:yyl4715] + yyc4715 = true } - yyj4710 := 0 - for ; yyj4710 < yyrr4710; yyj4710++ { - yyh4710.ElemContainerState(yyj4710) + yyj4715 := 0 + for ; yyj4715 < yyrr4715; yyj4715++ { + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4710[yyj4710] = NodeCondition{} + yyv4715[yyj4715] = NodeCondition{} } else { - yyv4711 := &yyv4710[yyj4710] - yyv4711.CodecDecodeSelf(d) + yyv4716 := &yyv4715[yyj4715] + yyv4716.CodecDecodeSelf(d) } } - if yyrt4710 { - for ; yyj4710 < yyl4710; yyj4710++ { - yyv4710 = append(yyv4710, NodeCondition{}) - yyh4710.ElemContainerState(yyj4710) + if yyrt4715 { + for ; yyj4715 < yyl4715; yyj4715++ { + yyv4715 = append(yyv4715, NodeCondition{}) + yyh4715.ElemContainerState(yyj4715) if r.TryDecodeAsNil() { - yyv4710[yyj4710] = NodeCondition{} + yyv4715[yyj4715] = NodeCondition{} } else { - yyv4712 := &yyv4710[yyj4710] - yyv4712.CodecDecodeSelf(d) + yyv4717 := &yyv4715[yyj4715] + yyv4717.CodecDecodeSelf(d) } } } } else { - yyj4710 := 0 - for ; !r.CheckBreak(); yyj4710++ { + yyj4715 := 0 + for ; !r.CheckBreak(); yyj4715++ { - if yyj4710 >= len(yyv4710) { - yyv4710 = append(yyv4710, NodeCondition{}) // var yyz4710 NodeCondition - yyc4710 = true + if yyj4715 >= len(yyv4715) { + yyv4715 = append(yyv4715, NodeCondition{}) // var yyz4715 NodeCondition + yyc4715 = true } - yyh4710.ElemContainerState(yyj4710) - if yyj4710 < len(yyv4710) { + yyh4715.ElemContainerState(yyj4715) + if yyj4715 < len(yyv4715) { if r.TryDecodeAsNil() { - yyv4710[yyj4710] = NodeCondition{} + yyv4715[yyj4715] = NodeCondition{} } else { - yyv4713 := &yyv4710[yyj4710] - yyv4713.CodecDecodeSelf(d) + yyv4718 := &yyv4715[yyj4715] + yyv4718.CodecDecodeSelf(d) } } else { @@ -60028,17 +60083,17 @@ func (x codecSelfer1234) decSliceNodeCondition(v *[]NodeCondition, d *codec1978. } } - if yyj4710 < len(yyv4710) { - yyv4710 = yyv4710[:yyj4710] - yyc4710 = true - } else if yyj4710 == 0 && yyv4710 == nil { - yyv4710 = []NodeCondition{} - yyc4710 = true + if yyj4715 < len(yyv4715) { + yyv4715 = yyv4715[:yyj4715] + yyc4715 = true + } else if yyj4715 == 0 && yyv4715 == nil { + yyv4715 = []NodeCondition{} + yyc4715 = true } } - yyh4710.End() - if yyc4710 { - *v = yyv4710 + yyh4715.End() + if yyc4715 { + *v = yyv4715 } } @@ -60047,10 +60102,10 @@ func (x codecSelfer1234) encSliceNodeAddress(v []NodeAddress, e *codec1978.Encod z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4714 := range v { + for _, yyv4719 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4715 := &yyv4714 - yy4715.CodecEncodeSelf(e) + yy4720 := &yyv4719 + yy4720.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60060,83 +60115,83 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4716 := *v - yyh4716, yyl4716 := z.DecSliceHelperStart() - var yyc4716 bool - if yyl4716 == 0 { - if yyv4716 == nil { - yyv4716 = []NodeAddress{} - yyc4716 = true - } else if len(yyv4716) != 0 { - yyv4716 = yyv4716[:0] - yyc4716 = true + yyv4721 := *v + yyh4721, yyl4721 := z.DecSliceHelperStart() + var yyc4721 bool + if yyl4721 == 0 { + if yyv4721 == nil { + yyv4721 = []NodeAddress{} + yyc4721 = true + } else if len(yyv4721) != 0 { + yyv4721 = yyv4721[:0] + yyc4721 = true } - } else if yyl4716 > 0 { - var yyrr4716, yyrl4716 int - var yyrt4716 bool - if yyl4716 > cap(yyv4716) { + } else if yyl4721 > 0 { + var yyrr4721, yyrl4721 int + var yyrt4721 bool + if yyl4721 > cap(yyv4721) { - yyrg4716 := len(yyv4716) > 0 - yyv24716 := yyv4716 - yyrl4716, yyrt4716 = z.DecInferLen(yyl4716, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4716 { - if yyrl4716 <= cap(yyv4716) { - yyv4716 = yyv4716[:yyrl4716] + yyrg4721 := len(yyv4721) > 0 + yyv24721 := yyv4721 + yyrl4721, yyrt4721 = z.DecInferLen(yyl4721, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4721 { + if yyrl4721 <= cap(yyv4721) { + yyv4721 = yyv4721[:yyrl4721] } else { - yyv4716 = make([]NodeAddress, yyrl4716) + yyv4721 = make([]NodeAddress, yyrl4721) } } else { - yyv4716 = make([]NodeAddress, yyrl4716) + yyv4721 = make([]NodeAddress, yyrl4721) } - yyc4716 = true - yyrr4716 = len(yyv4716) - if yyrg4716 { - copy(yyv4716, yyv24716) + yyc4721 = true + yyrr4721 = len(yyv4721) + if yyrg4721 { + copy(yyv4721, yyv24721) } - } else if yyl4716 != len(yyv4716) { - yyv4716 = yyv4716[:yyl4716] - yyc4716 = true + } else if yyl4721 != len(yyv4721) { + yyv4721 = yyv4721[:yyl4721] + yyc4721 = true } - yyj4716 := 0 - for ; yyj4716 < yyrr4716; yyj4716++ { - yyh4716.ElemContainerState(yyj4716) + yyj4721 := 0 + for ; yyj4721 < yyrr4721; yyj4721++ { + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4716[yyj4716] = NodeAddress{} + yyv4721[yyj4721] = NodeAddress{} } else { - yyv4717 := &yyv4716[yyj4716] - yyv4717.CodecDecodeSelf(d) + yyv4722 := &yyv4721[yyj4721] + yyv4722.CodecDecodeSelf(d) } } - if yyrt4716 { - for ; yyj4716 < yyl4716; yyj4716++ { - yyv4716 = append(yyv4716, NodeAddress{}) - yyh4716.ElemContainerState(yyj4716) + if yyrt4721 { + for ; yyj4721 < yyl4721; yyj4721++ { + yyv4721 = append(yyv4721, NodeAddress{}) + yyh4721.ElemContainerState(yyj4721) if r.TryDecodeAsNil() { - yyv4716[yyj4716] = NodeAddress{} + yyv4721[yyj4721] = NodeAddress{} } else { - yyv4718 := &yyv4716[yyj4716] - yyv4718.CodecDecodeSelf(d) + yyv4723 := &yyv4721[yyj4721] + yyv4723.CodecDecodeSelf(d) } } } } else { - yyj4716 := 0 - for ; !r.CheckBreak(); yyj4716++ { + yyj4721 := 0 + for ; !r.CheckBreak(); yyj4721++ { - if yyj4716 >= len(yyv4716) { - yyv4716 = append(yyv4716, NodeAddress{}) // var yyz4716 NodeAddress - yyc4716 = true + if yyj4721 >= len(yyv4721) { + yyv4721 = append(yyv4721, NodeAddress{}) // var yyz4721 NodeAddress + yyc4721 = true } - yyh4716.ElemContainerState(yyj4716) - if yyj4716 < len(yyv4716) { + yyh4721.ElemContainerState(yyj4721) + if yyj4721 < len(yyv4721) { if r.TryDecodeAsNil() { - yyv4716[yyj4716] = NodeAddress{} + yyv4721[yyj4721] = NodeAddress{} } else { - yyv4719 := &yyv4716[yyj4716] - yyv4719.CodecDecodeSelf(d) + yyv4724 := &yyv4721[yyj4721] + yyv4724.CodecDecodeSelf(d) } } else { @@ -60144,17 +60199,17 @@ func (x codecSelfer1234) decSliceNodeAddress(v *[]NodeAddress, d *codec1978.Deco } } - if yyj4716 < len(yyv4716) { - yyv4716 = yyv4716[:yyj4716] - yyc4716 = true - } else if yyj4716 == 0 && yyv4716 == nil { - yyv4716 = []NodeAddress{} - yyc4716 = true + if yyj4721 < len(yyv4721) { + yyv4721 = yyv4721[:yyj4721] + yyc4721 = true + } else if yyj4721 == 0 && yyv4721 == nil { + yyv4721 = []NodeAddress{} + yyc4721 = true } } - yyh4716.End() - if yyc4716 { - *v = yyv4716 + yyh4721.End() + if yyc4721 { + *v = yyv4721 } } @@ -60163,10 +60218,10 @@ func (x codecSelfer1234) encSliceContainerImage(v []ContainerImage, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4720 := range v { + for _, yyv4725 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4721 := &yyv4720 - yy4721.CodecEncodeSelf(e) + yy4726 := &yyv4725 + yy4726.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60176,127 +60231,12 @@ func (x codecSelfer1234) decSliceContainerImage(v *[]ContainerImage, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4722 := *v - yyh4722, yyl4722 := z.DecSliceHelperStart() - var yyc4722 bool - if yyl4722 == 0 { - if yyv4722 == nil { - yyv4722 = []ContainerImage{} - yyc4722 = true - } else if len(yyv4722) != 0 { - yyv4722 = yyv4722[:0] - yyc4722 = true - } - } else if yyl4722 > 0 { - var yyrr4722, yyrl4722 int - var yyrt4722 bool - if yyl4722 > cap(yyv4722) { - - yyrg4722 := len(yyv4722) > 0 - yyv24722 := yyv4722 - yyrl4722, yyrt4722 = z.DecInferLen(yyl4722, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4722 { - if yyrl4722 <= cap(yyv4722) { - yyv4722 = yyv4722[:yyrl4722] - } else { - yyv4722 = make([]ContainerImage, yyrl4722) - } - } else { - yyv4722 = make([]ContainerImage, yyrl4722) - } - yyc4722 = true - yyrr4722 = len(yyv4722) - if yyrg4722 { - copy(yyv4722, yyv24722) - } - } else if yyl4722 != len(yyv4722) { - yyv4722 = yyv4722[:yyl4722] - yyc4722 = true - } - yyj4722 := 0 - for ; yyj4722 < yyrr4722; yyj4722++ { - yyh4722.ElemContainerState(yyj4722) - if r.TryDecodeAsNil() { - yyv4722[yyj4722] = ContainerImage{} - } else { - yyv4723 := &yyv4722[yyj4722] - yyv4723.CodecDecodeSelf(d) - } - - } - if yyrt4722 { - for ; yyj4722 < yyl4722; yyj4722++ { - yyv4722 = append(yyv4722, ContainerImage{}) - yyh4722.ElemContainerState(yyj4722) - if r.TryDecodeAsNil() { - yyv4722[yyj4722] = ContainerImage{} - } else { - yyv4724 := &yyv4722[yyj4722] - yyv4724.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4722 := 0 - for ; !r.CheckBreak(); yyj4722++ { - - if yyj4722 >= len(yyv4722) { - yyv4722 = append(yyv4722, ContainerImage{}) // var yyz4722 ContainerImage - yyc4722 = true - } - yyh4722.ElemContainerState(yyj4722) - if yyj4722 < len(yyv4722) { - if r.TryDecodeAsNil() { - yyv4722[yyj4722] = ContainerImage{} - } else { - yyv4725 := &yyv4722[yyj4722] - yyv4725.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4722 < len(yyv4722) { - yyv4722 = yyv4722[:yyj4722] - yyc4722 = true - } else if yyj4722 == 0 && yyv4722 == nil { - yyv4722 = []ContainerImage{} - yyc4722 = true - } - } - yyh4722.End() - if yyc4722 { - *v = yyv4722 - } -} - -func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4726 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4726.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4727 := *v yyh4727, yyl4727 := z.DecSliceHelperStart() var yyc4727 bool if yyl4727 == 0 { if yyv4727 == nil { - yyv4727 = []UniqueVolumeName{} + yyv4727 = []ContainerImage{} yyc4727 = true } else if len(yyv4727) != 0 { yyv4727 = yyv4727[:0] @@ -60307,18 +60247,23 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code var yyrt4727 bool if yyl4727 > cap(yyv4727) { - yyrl4727, yyrt4727 = z.DecInferLen(yyl4727, z.DecBasicHandle().MaxInitLen, 16) + yyrg4727 := len(yyv4727) > 0 + yyv24727 := yyv4727 + yyrl4727, yyrt4727 = z.DecInferLen(yyl4727, z.DecBasicHandle().MaxInitLen, 32) if yyrt4727 { if yyrl4727 <= cap(yyv4727) { yyv4727 = yyv4727[:yyrl4727] } else { - yyv4727 = make([]UniqueVolumeName, yyrl4727) + yyv4727 = make([]ContainerImage, yyrl4727) } } else { - yyv4727 = make([]UniqueVolumeName, yyrl4727) + yyv4727 = make([]ContainerImage, yyrl4727) } yyc4727 = true yyrr4727 = len(yyv4727) + if yyrg4727 { + copy(yyv4727, yyv24727) + } } else if yyl4727 != len(yyv4727) { yyv4727 = yyv4727[:yyl4727] yyc4727 = true @@ -60327,20 +60272,22 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code for ; yyj4727 < yyrr4727; yyj4727++ { yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4727[yyj4727] = "" + yyv4727[yyj4727] = ContainerImage{} } else { - yyv4727[yyj4727] = UniqueVolumeName(r.DecodeString()) + yyv4728 := &yyv4727[yyj4727] + yyv4728.CodecDecodeSelf(d) } } if yyrt4727 { for ; yyj4727 < yyl4727; yyj4727++ { - yyv4727 = append(yyv4727, "") + yyv4727 = append(yyv4727, ContainerImage{}) yyh4727.ElemContainerState(yyj4727) if r.TryDecodeAsNil() { - yyv4727[yyj4727] = "" + yyv4727[yyj4727] = ContainerImage{} } else { - yyv4727[yyj4727] = UniqueVolumeName(r.DecodeString()) + yyv4729 := &yyv4727[yyj4727] + yyv4729.CodecDecodeSelf(d) } } @@ -60351,15 +60298,16 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code for ; !r.CheckBreak(); yyj4727++ { if yyj4727 >= len(yyv4727) { - yyv4727 = append(yyv4727, "") // var yyz4727 UniqueVolumeName + yyv4727 = append(yyv4727, ContainerImage{}) // var yyz4727 ContainerImage yyc4727 = true } yyh4727.ElemContainerState(yyj4727) if yyj4727 < len(yyv4727) { if r.TryDecodeAsNil() { - yyv4727[yyj4727] = "" + yyv4727[yyj4727] = ContainerImage{} } else { - yyv4727[yyj4727] = UniqueVolumeName(r.DecodeString()) + yyv4730 := &yyv4727[yyj4727] + yyv4730.CodecDecodeSelf(d) } } else { @@ -60371,7 +60319,7 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code yyv4727 = yyv4727[:yyj4727] yyc4727 = true } else if yyj4727 == 0 && yyv4727 == nil { - yyv4727 = []UniqueVolumeName{} + yyv4727 = []ContainerImage{} yyc4727 = true } } @@ -60381,15 +60329,122 @@ func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *code } } -func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceUniqueVolumeName(v []UniqueVolumeName, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4731 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4732 := &yyv4731 - yy4732.CodecEncodeSelf(e) + yyv4731.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceUniqueVolumeName(v *[]UniqueVolumeName, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4732 := *v + yyh4732, yyl4732 := z.DecSliceHelperStart() + var yyc4732 bool + if yyl4732 == 0 { + if yyv4732 == nil { + yyv4732 = []UniqueVolumeName{} + yyc4732 = true + } else if len(yyv4732) != 0 { + yyv4732 = yyv4732[:0] + yyc4732 = true + } + } else if yyl4732 > 0 { + var yyrr4732, yyrl4732 int + var yyrt4732 bool + if yyl4732 > cap(yyv4732) { + + yyrl4732, yyrt4732 = z.DecInferLen(yyl4732, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4732 { + if yyrl4732 <= cap(yyv4732) { + yyv4732 = yyv4732[:yyrl4732] + } else { + yyv4732 = make([]UniqueVolumeName, yyrl4732) + } + } else { + yyv4732 = make([]UniqueVolumeName, yyrl4732) + } + yyc4732 = true + yyrr4732 = len(yyv4732) + } else if yyl4732 != len(yyv4732) { + yyv4732 = yyv4732[:yyl4732] + yyc4732 = true + } + yyj4732 := 0 + for ; yyj4732 < yyrr4732; yyj4732++ { + yyh4732.ElemContainerState(yyj4732) + if r.TryDecodeAsNil() { + yyv4732[yyj4732] = "" + } else { + yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + } + + } + if yyrt4732 { + for ; yyj4732 < yyl4732; yyj4732++ { + yyv4732 = append(yyv4732, "") + yyh4732.ElemContainerState(yyj4732) + if r.TryDecodeAsNil() { + yyv4732[yyj4732] = "" + } else { + yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + } + + } + } + + } else { + yyj4732 := 0 + for ; !r.CheckBreak(); yyj4732++ { + + if yyj4732 >= len(yyv4732) { + yyv4732 = append(yyv4732, "") // var yyz4732 UniqueVolumeName + yyc4732 = true + } + yyh4732.ElemContainerState(yyj4732) + if yyj4732 < len(yyv4732) { + if r.TryDecodeAsNil() { + yyv4732[yyj4732] = "" + } else { + yyv4732[yyj4732] = UniqueVolumeName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4732 < len(yyv4732) { + yyv4732 = yyv4732[:yyj4732] + yyc4732 = true + } else if yyj4732 == 0 && yyv4732 == nil { + yyv4732 = []UniqueVolumeName{} + yyc4732 = true + } + } + yyh4732.End() + if yyc4732 { + *v = yyv4732 + } +} + +func (x codecSelfer1234) encSliceAttachedVolume(v []AttachedVolume, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4736 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4737 := &yyv4736 + yy4737.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60399,83 +60454,83 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4733 := *v - yyh4733, yyl4733 := z.DecSliceHelperStart() - var yyc4733 bool - if yyl4733 == 0 { - if yyv4733 == nil { - yyv4733 = []AttachedVolume{} - yyc4733 = true - } else if len(yyv4733) != 0 { - yyv4733 = yyv4733[:0] - yyc4733 = true + yyv4738 := *v + yyh4738, yyl4738 := z.DecSliceHelperStart() + var yyc4738 bool + if yyl4738 == 0 { + if yyv4738 == nil { + yyv4738 = []AttachedVolume{} + yyc4738 = true + } else if len(yyv4738) != 0 { + yyv4738 = yyv4738[:0] + yyc4738 = true } - } else if yyl4733 > 0 { - var yyrr4733, yyrl4733 int - var yyrt4733 bool - if yyl4733 > cap(yyv4733) { + } else if yyl4738 > 0 { + var yyrr4738, yyrl4738 int + var yyrt4738 bool + if yyl4738 > cap(yyv4738) { - yyrg4733 := len(yyv4733) > 0 - yyv24733 := yyv4733 - yyrl4733, yyrt4733 = z.DecInferLen(yyl4733, z.DecBasicHandle().MaxInitLen, 32) - if yyrt4733 { - if yyrl4733 <= cap(yyv4733) { - yyv4733 = yyv4733[:yyrl4733] + yyrg4738 := len(yyv4738) > 0 + yyv24738 := yyv4738 + yyrl4738, yyrt4738 = z.DecInferLen(yyl4738, z.DecBasicHandle().MaxInitLen, 32) + if yyrt4738 { + if yyrl4738 <= cap(yyv4738) { + yyv4738 = yyv4738[:yyrl4738] } else { - yyv4733 = make([]AttachedVolume, yyrl4733) + yyv4738 = make([]AttachedVolume, yyrl4738) } } else { - yyv4733 = make([]AttachedVolume, yyrl4733) + yyv4738 = make([]AttachedVolume, yyrl4738) } - yyc4733 = true - yyrr4733 = len(yyv4733) - if yyrg4733 { - copy(yyv4733, yyv24733) + yyc4738 = true + yyrr4738 = len(yyv4738) + if yyrg4738 { + copy(yyv4738, yyv24738) } - } else if yyl4733 != len(yyv4733) { - yyv4733 = yyv4733[:yyl4733] - yyc4733 = true + } else if yyl4738 != len(yyv4738) { + yyv4738 = yyv4738[:yyl4738] + yyc4738 = true } - yyj4733 := 0 - for ; yyj4733 < yyrr4733; yyj4733++ { - yyh4733.ElemContainerState(yyj4733) + yyj4738 := 0 + for ; yyj4738 < yyrr4738; yyj4738++ { + yyh4738.ElemContainerState(yyj4738) if r.TryDecodeAsNil() { - yyv4733[yyj4733] = AttachedVolume{} + yyv4738[yyj4738] = AttachedVolume{} } else { - yyv4734 := &yyv4733[yyj4733] - yyv4734.CodecDecodeSelf(d) + yyv4739 := &yyv4738[yyj4738] + yyv4739.CodecDecodeSelf(d) } } - if yyrt4733 { - for ; yyj4733 < yyl4733; yyj4733++ { - yyv4733 = append(yyv4733, AttachedVolume{}) - yyh4733.ElemContainerState(yyj4733) + if yyrt4738 { + for ; yyj4738 < yyl4738; yyj4738++ { + yyv4738 = append(yyv4738, AttachedVolume{}) + yyh4738.ElemContainerState(yyj4738) if r.TryDecodeAsNil() { - yyv4733[yyj4733] = AttachedVolume{} + yyv4738[yyj4738] = AttachedVolume{} } else { - yyv4735 := &yyv4733[yyj4733] - yyv4735.CodecDecodeSelf(d) + yyv4740 := &yyv4738[yyj4738] + yyv4740.CodecDecodeSelf(d) } } } } else { - yyj4733 := 0 - for ; !r.CheckBreak(); yyj4733++ { + yyj4738 := 0 + for ; !r.CheckBreak(); yyj4738++ { - if yyj4733 >= len(yyv4733) { - yyv4733 = append(yyv4733, AttachedVolume{}) // var yyz4733 AttachedVolume - yyc4733 = true + if yyj4738 >= len(yyv4738) { + yyv4738 = append(yyv4738, AttachedVolume{}) // var yyz4738 AttachedVolume + yyc4738 = true } - yyh4733.ElemContainerState(yyj4733) - if yyj4733 < len(yyv4733) { + yyh4738.ElemContainerState(yyj4738) + if yyj4738 < len(yyv4738) { if r.TryDecodeAsNil() { - yyv4733[yyj4733] = AttachedVolume{} + yyv4738[yyj4738] = AttachedVolume{} } else { - yyv4736 := &yyv4733[yyj4733] - yyv4736.CodecDecodeSelf(d) + yyv4741 := &yyv4738[yyj4738] + yyv4741.CodecDecodeSelf(d) } } else { @@ -60483,17 +60538,17 @@ func (x codecSelfer1234) decSliceAttachedVolume(v *[]AttachedVolume, d *codec197 } } - if yyj4733 < len(yyv4733) { - yyv4733 = yyv4733[:yyj4733] - yyc4733 = true - } else if yyj4733 == 0 && yyv4733 == nil { - yyv4733 = []AttachedVolume{} - yyc4733 = true + if yyj4738 < len(yyv4738) { + yyv4738 = yyv4738[:yyj4738] + yyc4738 = true + } else if yyj4738 == 0 && yyv4738 == nil { + yyv4738 = []AttachedVolume{} + yyc4738 = true } } - yyh4733.End() - if yyc4733 { - *v = yyv4733 + yyh4738.End() + if yyc4738 { + *v = yyv4738 } } @@ -60502,10 +60557,10 @@ func (x codecSelfer1234) encSlicePreferAvoidPodsEntry(v []PreferAvoidPodsEntry, z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4737 := range v { + for _, yyv4742 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4738 := &yyv4737 - yy4738.CodecEncodeSelf(e) + yy4743 := &yyv4742 + yy4743.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60515,83 +60570,83 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4739 := *v - yyh4739, yyl4739 := z.DecSliceHelperStart() - var yyc4739 bool - if yyl4739 == 0 { - if yyv4739 == nil { - yyv4739 = []PreferAvoidPodsEntry{} - yyc4739 = true - } else if len(yyv4739) != 0 { - yyv4739 = yyv4739[:0] - yyc4739 = true + yyv4744 := *v + yyh4744, yyl4744 := z.DecSliceHelperStart() + var yyc4744 bool + if yyl4744 == 0 { + if yyv4744 == nil { + yyv4744 = []PreferAvoidPodsEntry{} + yyc4744 = true + } else if len(yyv4744) != 0 { + yyv4744 = yyv4744[:0] + yyc4744 = true } - } else if yyl4739 > 0 { - var yyrr4739, yyrl4739 int - var yyrt4739 bool - if yyl4739 > cap(yyv4739) { + } else if yyl4744 > 0 { + var yyrr4744, yyrl4744 int + var yyrt4744 bool + if yyl4744 > cap(yyv4744) { - yyrg4739 := len(yyv4739) > 0 - yyv24739 := yyv4739 - yyrl4739, yyrt4739 = z.DecInferLen(yyl4739, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4739 { - if yyrl4739 <= cap(yyv4739) { - yyv4739 = yyv4739[:yyrl4739] + yyrg4744 := len(yyv4744) > 0 + yyv24744 := yyv4744 + yyrl4744, yyrt4744 = z.DecInferLen(yyl4744, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4744 { + if yyrl4744 <= cap(yyv4744) { + yyv4744 = yyv4744[:yyrl4744] } else { - yyv4739 = make([]PreferAvoidPodsEntry, yyrl4739) + yyv4744 = make([]PreferAvoidPodsEntry, yyrl4744) } } else { - yyv4739 = make([]PreferAvoidPodsEntry, yyrl4739) + yyv4744 = make([]PreferAvoidPodsEntry, yyrl4744) } - yyc4739 = true - yyrr4739 = len(yyv4739) - if yyrg4739 { - copy(yyv4739, yyv24739) + yyc4744 = true + yyrr4744 = len(yyv4744) + if yyrg4744 { + copy(yyv4744, yyv24744) } - } else if yyl4739 != len(yyv4739) { - yyv4739 = yyv4739[:yyl4739] - yyc4739 = true + } else if yyl4744 != len(yyv4744) { + yyv4744 = yyv4744[:yyl4744] + yyc4744 = true } - yyj4739 := 0 - for ; yyj4739 < yyrr4739; yyj4739++ { - yyh4739.ElemContainerState(yyj4739) + yyj4744 := 0 + for ; yyj4744 < yyrr4744; yyj4744++ { + yyh4744.ElemContainerState(yyj4744) if r.TryDecodeAsNil() { - yyv4739[yyj4739] = PreferAvoidPodsEntry{} + yyv4744[yyj4744] = PreferAvoidPodsEntry{} } else { - yyv4740 := &yyv4739[yyj4739] - yyv4740.CodecDecodeSelf(d) + yyv4745 := &yyv4744[yyj4744] + yyv4745.CodecDecodeSelf(d) } } - if yyrt4739 { - for ; yyj4739 < yyl4739; yyj4739++ { - yyv4739 = append(yyv4739, PreferAvoidPodsEntry{}) - yyh4739.ElemContainerState(yyj4739) + if yyrt4744 { + for ; yyj4744 < yyl4744; yyj4744++ { + yyv4744 = append(yyv4744, PreferAvoidPodsEntry{}) + yyh4744.ElemContainerState(yyj4744) if r.TryDecodeAsNil() { - yyv4739[yyj4739] = PreferAvoidPodsEntry{} + yyv4744[yyj4744] = PreferAvoidPodsEntry{} } else { - yyv4741 := &yyv4739[yyj4739] - yyv4741.CodecDecodeSelf(d) + yyv4746 := &yyv4744[yyj4744] + yyv4746.CodecDecodeSelf(d) } } } } else { - yyj4739 := 0 - for ; !r.CheckBreak(); yyj4739++ { + yyj4744 := 0 + for ; !r.CheckBreak(); yyj4744++ { - if yyj4739 >= len(yyv4739) { - yyv4739 = append(yyv4739, PreferAvoidPodsEntry{}) // var yyz4739 PreferAvoidPodsEntry - yyc4739 = true + if yyj4744 >= len(yyv4744) { + yyv4744 = append(yyv4744, PreferAvoidPodsEntry{}) // var yyz4744 PreferAvoidPodsEntry + yyc4744 = true } - yyh4739.ElemContainerState(yyj4739) - if yyj4739 < len(yyv4739) { + yyh4744.ElemContainerState(yyj4744) + if yyj4744 < len(yyv4744) { if r.TryDecodeAsNil() { - yyv4739[yyj4739] = PreferAvoidPodsEntry{} + yyv4744[yyj4744] = PreferAvoidPodsEntry{} } else { - yyv4742 := &yyv4739[yyj4739] - yyv4742.CodecDecodeSelf(d) + yyv4747 := &yyv4744[yyj4744] + yyv4747.CodecDecodeSelf(d) } } else { @@ -60599,17 +60654,17 @@ func (x codecSelfer1234) decSlicePreferAvoidPodsEntry(v *[]PreferAvoidPodsEntry, } } - if yyj4739 < len(yyv4739) { - yyv4739 = yyv4739[:yyj4739] - yyc4739 = true - } else if yyj4739 == 0 && yyv4739 == nil { - yyv4739 = []PreferAvoidPodsEntry{} - yyc4739 = true + if yyj4744 < len(yyv4744) { + yyv4744 = yyv4744[:yyj4744] + yyc4744 = true + } else if yyj4744 == 0 && yyv4744 == nil { + yyv4744 = []PreferAvoidPodsEntry{} + yyc4744 = true } } - yyh4739.End() - if yyc4739 { - *v = yyv4739 + yyh4744.End() + if yyc4744 { + *v = yyv4744 } } @@ -60618,19 +60673,19 @@ func (x codecSelfer1234) encResourceList(v ResourceList, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4743, yyv4743 := range v { + for yyk4748, yyv4748 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yyk4743.CodecEncodeSelf(e) + yyk4748.CodecEncodeSelf(e) z.EncSendContainerState(codecSelfer_containerMapValue1234) - yy4744 := &yyv4743 - yym4745 := z.EncBinary() - _ = yym4745 + yy4749 := &yyv4748 + yym4750 := z.EncBinary() + _ = yym4750 if false { - } else if z.HasExtensions() && z.EncExt(yy4744) { - } else if !yym4745 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4744) + } else if z.HasExtensions() && z.EncExt(yy4749) { + } else if !yym4750 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4749) } else { - z.EncFallback(yy4744) + z.EncFallback(yy4749) } } z.EncSendContainerState(codecSelfer_containerMapEnd1234) @@ -60641,86 +60696,86 @@ func (x codecSelfer1234) decResourceList(v *ResourceList, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4746 := *v - yyl4746 := r.ReadMapStart() - yybh4746 := z.DecBasicHandle() - if yyv4746 == nil { - yyrl4746, _ := z.DecInferLen(yyl4746, yybh4746.MaxInitLen, 72) - yyv4746 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4746) - *v = yyv4746 + yyv4751 := *v + yyl4751 := r.ReadMapStart() + yybh4751 := z.DecBasicHandle() + if yyv4751 == nil { + yyrl4751, _ := z.DecInferLen(yyl4751, yybh4751.MaxInitLen, 72) + yyv4751 = make(map[ResourceName]pkg3_resource.Quantity, yyrl4751) + *v = yyv4751 } - var yymk4746 ResourceName - var yymv4746 pkg3_resource.Quantity - var yymg4746 bool - if yybh4746.MapValueReset { - yymg4746 = true + var yymk4751 ResourceName + var yymv4751 pkg3_resource.Quantity + var yymg4751 bool + if yybh4751.MapValueReset { + yymg4751 = true } - if yyl4746 > 0 { - for yyj4746 := 0; yyj4746 < yyl4746; yyj4746++ { + if yyl4751 > 0 { + for yyj4751 := 0; yyj4751 < yyl4751; yyj4751++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4746 = "" + yymk4751 = "" } else { - yymk4746 = ResourceName(r.DecodeString()) + yymk4751 = ResourceName(r.DecodeString()) } - if yymg4746 { - yymv4746 = yyv4746[yymk4746] + if yymg4751 { + yymv4751 = yyv4751[yymk4751] } else { - yymv4746 = pkg3_resource.Quantity{} + yymv4751 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4746 = pkg3_resource.Quantity{} + yymv4751 = pkg3_resource.Quantity{} } else { - yyv4748 := &yymv4746 - yym4749 := z.DecBinary() - _ = yym4749 + yyv4753 := &yymv4751 + yym4754 := z.DecBinary() + _ = yym4754 if false { - } else if z.HasExtensions() && z.DecExt(yyv4748) { - } else if !yym4749 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4748) + } else if z.HasExtensions() && z.DecExt(yyv4753) { + } else if !yym4754 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4753) } else { - z.DecFallback(yyv4748, false) + z.DecFallback(yyv4753, false) } } - if yyv4746 != nil { - yyv4746[yymk4746] = yymv4746 + if yyv4751 != nil { + yyv4751[yymk4751] = yymv4751 } } - } else if yyl4746 < 0 { - for yyj4746 := 0; !r.CheckBreak(); yyj4746++ { + } else if yyl4751 < 0 { + for yyj4751 := 0; !r.CheckBreak(); yyj4751++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4746 = "" + yymk4751 = "" } else { - yymk4746 = ResourceName(r.DecodeString()) + yymk4751 = ResourceName(r.DecodeString()) } - if yymg4746 { - yymv4746 = yyv4746[yymk4746] + if yymg4751 { + yymv4751 = yyv4751[yymk4751] } else { - yymv4746 = pkg3_resource.Quantity{} + yymv4751 = pkg3_resource.Quantity{} } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4746 = pkg3_resource.Quantity{} + yymv4751 = pkg3_resource.Quantity{} } else { - yyv4751 := &yymv4746 - yym4752 := z.DecBinary() - _ = yym4752 + yyv4756 := &yymv4751 + yym4757 := z.DecBinary() + _ = yym4757 if false { - } else if z.HasExtensions() && z.DecExt(yyv4751) { - } else if !yym4752 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4751) + } else if z.HasExtensions() && z.DecExt(yyv4756) { + } else if !yym4757 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4756) } else { - z.DecFallback(yyv4751, false) + z.DecFallback(yyv4756, false) } } - if yyv4746 != nil { - yyv4746[yymk4746] = yymv4746 + if yyv4751 != nil { + yyv4751[yymk4751] = yymv4751 } } } // else len==0: TODO: Should we clear map entries? @@ -60732,10 +60787,10 @@ func (x codecSelfer1234) encSliceNode(v []Node, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4753 := range v { + for _, yyv4758 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4754 := &yyv4753 - yy4754.CodecEncodeSelf(e) + yy4759 := &yyv4758 + yy4759.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60745,127 +60800,12 @@ func (x codecSelfer1234) decSliceNode(v *[]Node, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4755 := *v - yyh4755, yyl4755 := z.DecSliceHelperStart() - var yyc4755 bool - if yyl4755 == 0 { - if yyv4755 == nil { - yyv4755 = []Node{} - yyc4755 = true - } else if len(yyv4755) != 0 { - yyv4755 = yyv4755[:0] - yyc4755 = true - } - } else if yyl4755 > 0 { - var yyrr4755, yyrl4755 int - var yyrt4755 bool - if yyl4755 > cap(yyv4755) { - - yyrg4755 := len(yyv4755) > 0 - yyv24755 := yyv4755 - yyrl4755, yyrt4755 = z.DecInferLen(yyl4755, z.DecBasicHandle().MaxInitLen, 632) - if yyrt4755 { - if yyrl4755 <= cap(yyv4755) { - yyv4755 = yyv4755[:yyrl4755] - } else { - yyv4755 = make([]Node, yyrl4755) - } - } else { - yyv4755 = make([]Node, yyrl4755) - } - yyc4755 = true - yyrr4755 = len(yyv4755) - if yyrg4755 { - copy(yyv4755, yyv24755) - } - } else if yyl4755 != len(yyv4755) { - yyv4755 = yyv4755[:yyl4755] - yyc4755 = true - } - yyj4755 := 0 - for ; yyj4755 < yyrr4755; yyj4755++ { - yyh4755.ElemContainerState(yyj4755) - if r.TryDecodeAsNil() { - yyv4755[yyj4755] = Node{} - } else { - yyv4756 := &yyv4755[yyj4755] - yyv4756.CodecDecodeSelf(d) - } - - } - if yyrt4755 { - for ; yyj4755 < yyl4755; yyj4755++ { - yyv4755 = append(yyv4755, Node{}) - yyh4755.ElemContainerState(yyj4755) - if r.TryDecodeAsNil() { - yyv4755[yyj4755] = Node{} - } else { - yyv4757 := &yyv4755[yyj4755] - yyv4757.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4755 := 0 - for ; !r.CheckBreak(); yyj4755++ { - - if yyj4755 >= len(yyv4755) { - yyv4755 = append(yyv4755, Node{}) // var yyz4755 Node - yyc4755 = true - } - yyh4755.ElemContainerState(yyj4755) - if yyj4755 < len(yyv4755) { - if r.TryDecodeAsNil() { - yyv4755[yyj4755] = Node{} - } else { - yyv4758 := &yyv4755[yyj4755] - yyv4758.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4755 < len(yyv4755) { - yyv4755 = yyv4755[:yyj4755] - yyc4755 = true - } else if yyj4755 == 0 && yyv4755 == nil { - yyv4755 = []Node{} - yyc4755 = true - } - } - yyh4755.End() - if yyc4755 { - *v = yyv4755 - } -} - -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 _, yyv4759 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4759.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 - yyv4760 := *v yyh4760, yyl4760 := z.DecSliceHelperStart() var yyc4760 bool if yyl4760 == 0 { if yyv4760 == nil { - yyv4760 = []FinalizerName{} + yyv4760 = []Node{} yyc4760 = true } else if len(yyv4760) != 0 { yyv4760 = yyv4760[:0] @@ -60876,18 +60816,23 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. var yyrt4760 bool if yyl4760 > cap(yyv4760) { - yyrl4760, yyrt4760 = z.DecInferLen(yyl4760, z.DecBasicHandle().MaxInitLen, 16) + yyrg4760 := len(yyv4760) > 0 + yyv24760 := yyv4760 + yyrl4760, yyrt4760 = z.DecInferLen(yyl4760, z.DecBasicHandle().MaxInitLen, 632) if yyrt4760 { if yyrl4760 <= cap(yyv4760) { yyv4760 = yyv4760[:yyrl4760] } else { - yyv4760 = make([]FinalizerName, yyrl4760) + yyv4760 = make([]Node, yyrl4760) } } else { - yyv4760 = make([]FinalizerName, yyrl4760) + yyv4760 = make([]Node, yyrl4760) } yyc4760 = true yyrr4760 = len(yyv4760) + if yyrg4760 { + copy(yyv4760, yyv24760) + } } else if yyl4760 != len(yyv4760) { yyv4760 = yyv4760[:yyl4760] yyc4760 = true @@ -60896,20 +60841,22 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; yyj4760 < yyrr4760; yyj4760++ { yyh4760.ElemContainerState(yyj4760) if r.TryDecodeAsNil() { - yyv4760[yyj4760] = "" + yyv4760[yyj4760] = Node{} } else { - yyv4760[yyj4760] = FinalizerName(r.DecodeString()) + yyv4761 := &yyv4760[yyj4760] + yyv4761.CodecDecodeSelf(d) } } if yyrt4760 { for ; yyj4760 < yyl4760; yyj4760++ { - yyv4760 = append(yyv4760, "") + yyv4760 = append(yyv4760, Node{}) yyh4760.ElemContainerState(yyj4760) if r.TryDecodeAsNil() { - yyv4760[yyj4760] = "" + yyv4760[yyj4760] = Node{} } else { - yyv4760[yyj4760] = FinalizerName(r.DecodeString()) + yyv4762 := &yyv4760[yyj4760] + yyv4762.CodecDecodeSelf(d) } } @@ -60920,15 +60867,16 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. for ; !r.CheckBreak(); yyj4760++ { if yyj4760 >= len(yyv4760) { - yyv4760 = append(yyv4760, "") // var yyz4760 FinalizerName + yyv4760 = append(yyv4760, Node{}) // var yyz4760 Node yyc4760 = true } yyh4760.ElemContainerState(yyj4760) if yyj4760 < len(yyv4760) { if r.TryDecodeAsNil() { - yyv4760[yyj4760] = "" + yyv4760[yyj4760] = Node{} } else { - yyv4760[yyj4760] = FinalizerName(r.DecodeString()) + yyv4763 := &yyv4760[yyj4760] + yyv4763.CodecDecodeSelf(d) } } else { @@ -60940,7 +60888,7 @@ func (x codecSelfer1234) decSliceFinalizerName(v *[]FinalizerName, d *codec1978. yyv4760 = yyv4760[:yyj4760] yyc4760 = true } else if yyj4760 == 0 && yyv4760 == nil { - yyv4760 = []FinalizerName{} + yyv4760 = []Node{} yyc4760 = true } } @@ -60950,15 +60898,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 _, yyv4764 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4765 := &yyv4764 - yy4765.CodecEncodeSelf(e) + yyv4764.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 + + yyv4765 := *v + yyh4765, yyl4765 := z.DecSliceHelperStart() + var yyc4765 bool + if yyl4765 == 0 { + if yyv4765 == nil { + yyv4765 = []FinalizerName{} + yyc4765 = true + } else if len(yyv4765) != 0 { + yyv4765 = yyv4765[:0] + yyc4765 = true + } + } else if yyl4765 > 0 { + var yyrr4765, yyrl4765 int + var yyrt4765 bool + if yyl4765 > cap(yyv4765) { + + yyrl4765, yyrt4765 = z.DecInferLen(yyl4765, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4765 { + if yyrl4765 <= cap(yyv4765) { + yyv4765 = yyv4765[:yyrl4765] + } else { + yyv4765 = make([]FinalizerName, yyrl4765) + } + } else { + yyv4765 = make([]FinalizerName, yyrl4765) + } + yyc4765 = true + yyrr4765 = len(yyv4765) + } else if yyl4765 != len(yyv4765) { + yyv4765 = yyv4765[:yyl4765] + yyc4765 = true + } + yyj4765 := 0 + for ; yyj4765 < yyrr4765; yyj4765++ { + yyh4765.ElemContainerState(yyj4765) + if r.TryDecodeAsNil() { + yyv4765[yyj4765] = "" + } else { + yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + } + + } + if yyrt4765 { + for ; yyj4765 < yyl4765; yyj4765++ { + yyv4765 = append(yyv4765, "") + yyh4765.ElemContainerState(yyj4765) + if r.TryDecodeAsNil() { + yyv4765[yyj4765] = "" + } else { + yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + } + + } + } + + } else { + yyj4765 := 0 + for ; !r.CheckBreak(); yyj4765++ { + + if yyj4765 >= len(yyv4765) { + yyv4765 = append(yyv4765, "") // var yyz4765 FinalizerName + yyc4765 = true + } + yyh4765.ElemContainerState(yyj4765) + if yyj4765 < len(yyv4765) { + if r.TryDecodeAsNil() { + yyv4765[yyj4765] = "" + } else { + yyv4765[yyj4765] = FinalizerName(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4765 < len(yyv4765) { + yyv4765 = yyv4765[:yyj4765] + yyc4765 = true + } else if yyj4765 == 0 && yyv4765 == nil { + yyv4765 = []FinalizerName{} + yyc4765 = true + } + } + yyh4765.End() + if yyc4765 { + *v = yyv4765 + } +} + +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 _, yyv4769 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4770 := &yyv4769 + yy4770.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -60968,83 +61023,83 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4766 := *v - yyh4766, yyl4766 := z.DecSliceHelperStart() - var yyc4766 bool - if yyl4766 == 0 { - if yyv4766 == nil { - yyv4766 = []Namespace{} - yyc4766 = true - } else if len(yyv4766) != 0 { - yyv4766 = yyv4766[:0] - yyc4766 = true + yyv4771 := *v + yyh4771, yyl4771 := z.DecSliceHelperStart() + var yyc4771 bool + if yyl4771 == 0 { + if yyv4771 == nil { + yyv4771 = []Namespace{} + yyc4771 = true + } else if len(yyv4771) != 0 { + yyv4771 = yyv4771[:0] + yyc4771 = true } - } else if yyl4766 > 0 { - var yyrr4766, yyrl4766 int - var yyrt4766 bool - if yyl4766 > cap(yyv4766) { + } else if yyl4771 > 0 { + var yyrr4771, yyrl4771 int + var yyrt4771 bool + if yyl4771 > cap(yyv4771) { - yyrg4766 := len(yyv4766) > 0 - yyv24766 := yyv4766 - yyrl4766, yyrt4766 = z.DecInferLen(yyl4766, z.DecBasicHandle().MaxInitLen, 296) - if yyrt4766 { - if yyrl4766 <= cap(yyv4766) { - yyv4766 = yyv4766[:yyrl4766] + yyrg4771 := len(yyv4771) > 0 + yyv24771 := yyv4771 + yyrl4771, yyrt4771 = z.DecInferLen(yyl4771, z.DecBasicHandle().MaxInitLen, 296) + if yyrt4771 { + if yyrl4771 <= cap(yyv4771) { + yyv4771 = yyv4771[:yyrl4771] } else { - yyv4766 = make([]Namespace, yyrl4766) + yyv4771 = make([]Namespace, yyrl4771) } } else { - yyv4766 = make([]Namespace, yyrl4766) + yyv4771 = make([]Namespace, yyrl4771) } - yyc4766 = true - yyrr4766 = len(yyv4766) - if yyrg4766 { - copy(yyv4766, yyv24766) + yyc4771 = true + yyrr4771 = len(yyv4771) + if yyrg4771 { + copy(yyv4771, yyv24771) } - } else if yyl4766 != len(yyv4766) { - yyv4766 = yyv4766[:yyl4766] - yyc4766 = true + } else if yyl4771 != len(yyv4771) { + yyv4771 = yyv4771[:yyl4771] + yyc4771 = true } - yyj4766 := 0 - for ; yyj4766 < yyrr4766; yyj4766++ { - yyh4766.ElemContainerState(yyj4766) + yyj4771 := 0 + for ; yyj4771 < yyrr4771; yyj4771++ { + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4766[yyj4766] = Namespace{} + yyv4771[yyj4771] = Namespace{} } else { - yyv4767 := &yyv4766[yyj4766] - yyv4767.CodecDecodeSelf(d) + yyv4772 := &yyv4771[yyj4771] + yyv4772.CodecDecodeSelf(d) } } - if yyrt4766 { - for ; yyj4766 < yyl4766; yyj4766++ { - yyv4766 = append(yyv4766, Namespace{}) - yyh4766.ElemContainerState(yyj4766) + if yyrt4771 { + for ; yyj4771 < yyl4771; yyj4771++ { + yyv4771 = append(yyv4771, Namespace{}) + yyh4771.ElemContainerState(yyj4771) if r.TryDecodeAsNil() { - yyv4766[yyj4766] = Namespace{} + yyv4771[yyj4771] = Namespace{} } else { - yyv4768 := &yyv4766[yyj4766] - yyv4768.CodecDecodeSelf(d) + yyv4773 := &yyv4771[yyj4771] + yyv4773.CodecDecodeSelf(d) } } } } else { - yyj4766 := 0 - for ; !r.CheckBreak(); yyj4766++ { + yyj4771 := 0 + for ; !r.CheckBreak(); yyj4771++ { - if yyj4766 >= len(yyv4766) { - yyv4766 = append(yyv4766, Namespace{}) // var yyz4766 Namespace - yyc4766 = true + if yyj4771 >= len(yyv4771) { + yyv4771 = append(yyv4771, Namespace{}) // var yyz4771 Namespace + yyc4771 = true } - yyh4766.ElemContainerState(yyj4766) - if yyj4766 < len(yyv4766) { + yyh4771.ElemContainerState(yyj4771) + if yyj4771 < len(yyv4771) { if r.TryDecodeAsNil() { - yyv4766[yyj4766] = Namespace{} + yyv4771[yyj4771] = Namespace{} } else { - yyv4769 := &yyv4766[yyj4766] - yyv4769.CodecDecodeSelf(d) + yyv4774 := &yyv4771[yyj4771] + yyv4774.CodecDecodeSelf(d) } } else { @@ -61052,17 +61107,17 @@ func (x codecSelfer1234) decSliceNamespace(v *[]Namespace, d *codec1978.Decoder) } } - if yyj4766 < len(yyv4766) { - yyv4766 = yyv4766[:yyj4766] - yyc4766 = true - } else if yyj4766 == 0 && yyv4766 == nil { - yyv4766 = []Namespace{} - yyc4766 = true + if yyj4771 < len(yyv4771) { + yyv4771 = yyv4771[:yyj4771] + yyc4771 = true + } else if yyj4771 == 0 && yyv4771 == nil { + yyv4771 = []Namespace{} + yyc4771 = true } } - yyh4766.End() - if yyc4766 { - *v = yyv4766 + yyh4771.End() + if yyc4771 { + *v = yyv4771 } } @@ -61071,10 +61126,10 @@ func (x codecSelfer1234) encSliceEvent(v []Event, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4770 := range v { + for _, yyv4775 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4771 := &yyv4770 - yy4771.CodecEncodeSelf(e) + yy4776 := &yyv4775 + yy4776.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61084,83 +61139,83 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4772 := *v - yyh4772, yyl4772 := z.DecSliceHelperStart() - var yyc4772 bool - if yyl4772 == 0 { - if yyv4772 == nil { - yyv4772 = []Event{} - yyc4772 = true - } else if len(yyv4772) != 0 { - yyv4772 = yyv4772[:0] - yyc4772 = true + yyv4777 := *v + yyh4777, yyl4777 := z.DecSliceHelperStart() + var yyc4777 bool + if yyl4777 == 0 { + if yyv4777 == nil { + yyv4777 = []Event{} + yyc4777 = true + } else if len(yyv4777) != 0 { + yyv4777 = yyv4777[:0] + yyc4777 = true } - } else if yyl4772 > 0 { - var yyrr4772, yyrl4772 int - var yyrt4772 bool - if yyl4772 > cap(yyv4772) { + } else if yyl4777 > 0 { + var yyrr4777, yyrl4777 int + var yyrt4777 bool + if yyl4777 > cap(yyv4777) { - yyrg4772 := len(yyv4772) > 0 - yyv24772 := yyv4772 - yyrl4772, yyrt4772 = z.DecInferLen(yyl4772, z.DecBasicHandle().MaxInitLen, 504) - if yyrt4772 { - if yyrl4772 <= cap(yyv4772) { - yyv4772 = yyv4772[:yyrl4772] + yyrg4777 := len(yyv4777) > 0 + yyv24777 := yyv4777 + yyrl4777, yyrt4777 = z.DecInferLen(yyl4777, z.DecBasicHandle().MaxInitLen, 504) + if yyrt4777 { + if yyrl4777 <= cap(yyv4777) { + yyv4777 = yyv4777[:yyrl4777] } else { - yyv4772 = make([]Event, yyrl4772) + yyv4777 = make([]Event, yyrl4777) } } else { - yyv4772 = make([]Event, yyrl4772) + yyv4777 = make([]Event, yyrl4777) } - yyc4772 = true - yyrr4772 = len(yyv4772) - if yyrg4772 { - copy(yyv4772, yyv24772) + yyc4777 = true + yyrr4777 = len(yyv4777) + if yyrg4777 { + copy(yyv4777, yyv24777) } - } else if yyl4772 != len(yyv4772) { - yyv4772 = yyv4772[:yyl4772] - yyc4772 = true + } else if yyl4777 != len(yyv4777) { + yyv4777 = yyv4777[:yyl4777] + yyc4777 = true } - yyj4772 := 0 - for ; yyj4772 < yyrr4772; yyj4772++ { - yyh4772.ElemContainerState(yyj4772) + yyj4777 := 0 + for ; yyj4777 < yyrr4777; yyj4777++ { + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4772[yyj4772] = Event{} + yyv4777[yyj4777] = Event{} } else { - yyv4773 := &yyv4772[yyj4772] - yyv4773.CodecDecodeSelf(d) + yyv4778 := &yyv4777[yyj4777] + yyv4778.CodecDecodeSelf(d) } } - if yyrt4772 { - for ; yyj4772 < yyl4772; yyj4772++ { - yyv4772 = append(yyv4772, Event{}) - yyh4772.ElemContainerState(yyj4772) + if yyrt4777 { + for ; yyj4777 < yyl4777; yyj4777++ { + yyv4777 = append(yyv4777, Event{}) + yyh4777.ElemContainerState(yyj4777) if r.TryDecodeAsNil() { - yyv4772[yyj4772] = Event{} + yyv4777[yyj4777] = Event{} } else { - yyv4774 := &yyv4772[yyj4772] - yyv4774.CodecDecodeSelf(d) + yyv4779 := &yyv4777[yyj4777] + yyv4779.CodecDecodeSelf(d) } } } } else { - yyj4772 := 0 - for ; !r.CheckBreak(); yyj4772++ { + yyj4777 := 0 + for ; !r.CheckBreak(); yyj4777++ { - if yyj4772 >= len(yyv4772) { - yyv4772 = append(yyv4772, Event{}) // var yyz4772 Event - yyc4772 = true + if yyj4777 >= len(yyv4777) { + yyv4777 = append(yyv4777, Event{}) // var yyz4777 Event + yyc4777 = true } - yyh4772.ElemContainerState(yyj4772) - if yyj4772 < len(yyv4772) { + yyh4777.ElemContainerState(yyj4777) + if yyj4777 < len(yyv4777) { if r.TryDecodeAsNil() { - yyv4772[yyj4772] = Event{} + yyv4777[yyj4777] = Event{} } else { - yyv4775 := &yyv4772[yyj4772] - yyv4775.CodecDecodeSelf(d) + yyv4780 := &yyv4777[yyj4777] + yyv4780.CodecDecodeSelf(d) } } else { @@ -61168,17 +61223,17 @@ func (x codecSelfer1234) decSliceEvent(v *[]Event, d *codec1978.Decoder) { } } - if yyj4772 < len(yyv4772) { - yyv4772 = yyv4772[:yyj4772] - yyc4772 = true - } else if yyj4772 == 0 && yyv4772 == nil { - yyv4772 = []Event{} - yyc4772 = true + if yyj4777 < len(yyv4777) { + yyv4777 = yyv4777[:yyj4777] + yyc4777 = true + } else if yyj4777 == 0 && yyv4777 == nil { + yyv4777 = []Event{} + yyc4777 = true } } - yyh4772.End() - if yyc4772 { - *v = yyv4772 + yyh4777.End() + if yyc4777 { + *v = yyv4777 } } @@ -61187,17 +61242,17 @@ func (x codecSelfer1234) encSliceruntime_RawExtension(v []pkg5_runtime.RawExtens z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4776 := range v { + for _, yyv4781 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4777 := &yyv4776 - yym4778 := z.EncBinary() - _ = yym4778 + yy4782 := &yyv4781 + yym4783 := z.EncBinary() + _ = yym4783 if false { - } else if z.HasExtensions() && z.EncExt(yy4777) { - } else if !yym4778 && z.IsJSONHandle() { - z.EncJSONMarshal(yy4777) + } else if z.HasExtensions() && z.EncExt(yy4782) { + } else if !yym4783 && z.IsJSONHandle() { + z.EncJSONMarshal(yy4782) } else { - z.EncFallback(yy4777) + z.EncFallback(yy4782) } } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) @@ -61208,78 +61263,78 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4779 := *v - yyh4779, yyl4779 := z.DecSliceHelperStart() - var yyc4779 bool - if yyl4779 == 0 { - if yyv4779 == nil { - yyv4779 = []pkg5_runtime.RawExtension{} - yyc4779 = true - } else if len(yyv4779) != 0 { - yyv4779 = yyv4779[:0] - yyc4779 = true + yyv4784 := *v + yyh4784, yyl4784 := z.DecSliceHelperStart() + var yyc4784 bool + if yyl4784 == 0 { + if yyv4784 == nil { + yyv4784 = []pkg5_runtime.RawExtension{} + yyc4784 = true + } else if len(yyv4784) != 0 { + yyv4784 = yyv4784[:0] + yyc4784 = true } - } else if yyl4779 > 0 { - var yyrr4779, yyrl4779 int - var yyrt4779 bool - if yyl4779 > cap(yyv4779) { + } else if yyl4784 > 0 { + var yyrr4784, yyrl4784 int + var yyrt4784 bool + if yyl4784 > cap(yyv4784) { - yyrg4779 := len(yyv4779) > 0 - yyv24779 := yyv4779 - yyrl4779, yyrt4779 = z.DecInferLen(yyl4779, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4779 { - if yyrl4779 <= cap(yyv4779) { - yyv4779 = yyv4779[:yyrl4779] + yyrg4784 := len(yyv4784) > 0 + yyv24784 := yyv4784 + yyrl4784, yyrt4784 = z.DecInferLen(yyl4784, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4784 { + if yyrl4784 <= cap(yyv4784) { + yyv4784 = yyv4784[:yyrl4784] } else { - yyv4779 = make([]pkg5_runtime.RawExtension, yyrl4779) + yyv4784 = make([]pkg5_runtime.RawExtension, yyrl4784) } } else { - yyv4779 = make([]pkg5_runtime.RawExtension, yyrl4779) + yyv4784 = make([]pkg5_runtime.RawExtension, yyrl4784) } - yyc4779 = true - yyrr4779 = len(yyv4779) - if yyrg4779 { - copy(yyv4779, yyv24779) + yyc4784 = true + yyrr4784 = len(yyv4784) + if yyrg4784 { + copy(yyv4784, yyv24784) } - } else if yyl4779 != len(yyv4779) { - yyv4779 = yyv4779[:yyl4779] - yyc4779 = true + } else if yyl4784 != len(yyv4784) { + yyv4784 = yyv4784[:yyl4784] + yyc4784 = true } - yyj4779 := 0 - for ; yyj4779 < yyrr4779; yyj4779++ { - yyh4779.ElemContainerState(yyj4779) + yyj4784 := 0 + for ; yyj4784 < yyrr4784; yyj4784++ { + yyh4784.ElemContainerState(yyj4784) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = pkg5_runtime.RawExtension{} + yyv4784[yyj4784] = pkg5_runtime.RawExtension{} } else { - yyv4780 := &yyv4779[yyj4779] - yym4781 := z.DecBinary() - _ = yym4781 + yyv4785 := &yyv4784[yyj4784] + yym4786 := z.DecBinary() + _ = yym4786 if false { - } else if z.HasExtensions() && z.DecExt(yyv4780) { - } else if !yym4781 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4780) + } else if z.HasExtensions() && z.DecExt(yyv4785) { + } else if !yym4786 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4785) } else { - z.DecFallback(yyv4780, false) + z.DecFallback(yyv4785, false) } } } - if yyrt4779 { - for ; yyj4779 < yyl4779; yyj4779++ { - yyv4779 = append(yyv4779, pkg5_runtime.RawExtension{}) - yyh4779.ElemContainerState(yyj4779) + if yyrt4784 { + for ; yyj4784 < yyl4784; yyj4784++ { + yyv4784 = append(yyv4784, pkg5_runtime.RawExtension{}) + yyh4784.ElemContainerState(yyj4784) if r.TryDecodeAsNil() { - yyv4779[yyj4779] = pkg5_runtime.RawExtension{} + yyv4784[yyj4784] = pkg5_runtime.RawExtension{} } else { - yyv4782 := &yyv4779[yyj4779] - yym4783 := z.DecBinary() - _ = yym4783 + yyv4787 := &yyv4784[yyj4784] + yym4788 := z.DecBinary() + _ = yym4788 if false { - } else if z.HasExtensions() && z.DecExt(yyv4782) { - } else if !yym4783 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4782) + } else if z.HasExtensions() && z.DecExt(yyv4787) { + } else if !yym4788 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4787) } else { - z.DecFallback(yyv4782, false) + z.DecFallback(yyv4787, false) } } @@ -61287,27 +61342,27 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } else { - yyj4779 := 0 - for ; !r.CheckBreak(); yyj4779++ { + yyj4784 := 0 + for ; !r.CheckBreak(); yyj4784++ { - if yyj4779 >= len(yyv4779) { - yyv4779 = append(yyv4779, pkg5_runtime.RawExtension{}) // var yyz4779 pkg5_runtime.RawExtension - yyc4779 = true + if yyj4784 >= len(yyv4784) { + yyv4784 = append(yyv4784, pkg5_runtime.RawExtension{}) // var yyz4784 pkg5_runtime.RawExtension + yyc4784 = true } - yyh4779.ElemContainerState(yyj4779) - if yyj4779 < len(yyv4779) { + yyh4784.ElemContainerState(yyj4784) + if yyj4784 < len(yyv4784) { if r.TryDecodeAsNil() { - yyv4779[yyj4779] = pkg5_runtime.RawExtension{} + yyv4784[yyj4784] = pkg5_runtime.RawExtension{} } else { - yyv4784 := &yyv4779[yyj4779] - yym4785 := z.DecBinary() - _ = yym4785 + yyv4789 := &yyv4784[yyj4784] + yym4790 := z.DecBinary() + _ = yym4790 if false { - } else if z.HasExtensions() && z.DecExt(yyv4784) { - } else if !yym4785 && z.IsJSONHandle() { - z.DecJSONUnmarshal(yyv4784) + } else if z.HasExtensions() && z.DecExt(yyv4789) { + } else if !yym4790 && z.IsJSONHandle() { + z.DecJSONUnmarshal(yyv4789) } else { - z.DecFallback(yyv4784, false) + z.DecFallback(yyv4789, false) } } @@ -61316,17 +61371,17 @@ func (x codecSelfer1234) decSliceruntime_RawExtension(v *[]pkg5_runtime.RawExten } } - if yyj4779 < len(yyv4779) { - yyv4779 = yyv4779[:yyj4779] - yyc4779 = true - } else if yyj4779 == 0 && yyv4779 == nil { - yyv4779 = []pkg5_runtime.RawExtension{} - yyc4779 = true + if yyj4784 < len(yyv4784) { + yyv4784 = yyv4784[:yyj4784] + yyc4784 = true + } else if yyj4784 == 0 && yyv4784 == nil { + yyv4784 = []pkg5_runtime.RawExtension{} + yyc4784 = true } } - yyh4779.End() - if yyc4779 { - *v = yyv4779 + yyh4784.End() + if yyc4784 { + *v = yyv4784 } } @@ -61335,10 +61390,10 @@ func (x codecSelfer1234) encSliceLimitRangeItem(v []LimitRangeItem, e *codec1978 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4786 := range v { + for _, yyv4791 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4787 := &yyv4786 - yy4787.CodecEncodeSelf(e) + yy4792 := &yyv4791 + yy4792.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61348,83 +61403,83 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4788 := *v - yyh4788, yyl4788 := z.DecSliceHelperStart() - var yyc4788 bool - if yyl4788 == 0 { - if yyv4788 == nil { - yyv4788 = []LimitRangeItem{} - yyc4788 = true - } else if len(yyv4788) != 0 { - yyv4788 = yyv4788[:0] - yyc4788 = true + yyv4793 := *v + yyh4793, yyl4793 := z.DecSliceHelperStart() + var yyc4793 bool + if yyl4793 == 0 { + if yyv4793 == nil { + yyv4793 = []LimitRangeItem{} + yyc4793 = true + } else if len(yyv4793) != 0 { + yyv4793 = yyv4793[:0] + yyc4793 = true } - } else if yyl4788 > 0 { - var yyrr4788, yyrl4788 int - var yyrt4788 bool - if yyl4788 > cap(yyv4788) { + } else if yyl4793 > 0 { + var yyrr4793, yyrl4793 int + var yyrt4793 bool + if yyl4793 > cap(yyv4793) { - yyrg4788 := len(yyv4788) > 0 - yyv24788 := yyv4788 - yyrl4788, yyrt4788 = z.DecInferLen(yyl4788, z.DecBasicHandle().MaxInitLen, 56) - if yyrt4788 { - if yyrl4788 <= cap(yyv4788) { - yyv4788 = yyv4788[:yyrl4788] + yyrg4793 := len(yyv4793) > 0 + yyv24793 := yyv4793 + yyrl4793, yyrt4793 = z.DecInferLen(yyl4793, z.DecBasicHandle().MaxInitLen, 56) + if yyrt4793 { + if yyrl4793 <= cap(yyv4793) { + yyv4793 = yyv4793[:yyrl4793] } else { - yyv4788 = make([]LimitRangeItem, yyrl4788) + yyv4793 = make([]LimitRangeItem, yyrl4793) } } else { - yyv4788 = make([]LimitRangeItem, yyrl4788) + yyv4793 = make([]LimitRangeItem, yyrl4793) } - yyc4788 = true - yyrr4788 = len(yyv4788) - if yyrg4788 { - copy(yyv4788, yyv24788) + yyc4793 = true + yyrr4793 = len(yyv4793) + if yyrg4793 { + copy(yyv4793, yyv24793) } - } else if yyl4788 != len(yyv4788) { - yyv4788 = yyv4788[:yyl4788] - yyc4788 = true + } else if yyl4793 != len(yyv4793) { + yyv4793 = yyv4793[:yyl4793] + yyc4793 = true } - yyj4788 := 0 - for ; yyj4788 < yyrr4788; yyj4788++ { - yyh4788.ElemContainerState(yyj4788) + yyj4793 := 0 + for ; yyj4793 < yyrr4793; yyj4793++ { + yyh4793.ElemContainerState(yyj4793) if r.TryDecodeAsNil() { - yyv4788[yyj4788] = LimitRangeItem{} + yyv4793[yyj4793] = LimitRangeItem{} } else { - yyv4789 := &yyv4788[yyj4788] - yyv4789.CodecDecodeSelf(d) + yyv4794 := &yyv4793[yyj4793] + yyv4794.CodecDecodeSelf(d) } } - if yyrt4788 { - for ; yyj4788 < yyl4788; yyj4788++ { - yyv4788 = append(yyv4788, LimitRangeItem{}) - yyh4788.ElemContainerState(yyj4788) + if yyrt4793 { + for ; yyj4793 < yyl4793; yyj4793++ { + yyv4793 = append(yyv4793, LimitRangeItem{}) + yyh4793.ElemContainerState(yyj4793) if r.TryDecodeAsNil() { - yyv4788[yyj4788] = LimitRangeItem{} + yyv4793[yyj4793] = LimitRangeItem{} } else { - yyv4790 := &yyv4788[yyj4788] - yyv4790.CodecDecodeSelf(d) + yyv4795 := &yyv4793[yyj4793] + yyv4795.CodecDecodeSelf(d) } } } } else { - yyj4788 := 0 - for ; !r.CheckBreak(); yyj4788++ { + yyj4793 := 0 + for ; !r.CheckBreak(); yyj4793++ { - if yyj4788 >= len(yyv4788) { - yyv4788 = append(yyv4788, LimitRangeItem{}) // var yyz4788 LimitRangeItem - yyc4788 = true + if yyj4793 >= len(yyv4793) { + yyv4793 = append(yyv4793, LimitRangeItem{}) // var yyz4793 LimitRangeItem + yyc4793 = true } - yyh4788.ElemContainerState(yyj4788) - if yyj4788 < len(yyv4788) { + yyh4793.ElemContainerState(yyj4793) + if yyj4793 < len(yyv4793) { if r.TryDecodeAsNil() { - yyv4788[yyj4788] = LimitRangeItem{} + yyv4793[yyj4793] = LimitRangeItem{} } else { - yyv4791 := &yyv4788[yyj4788] - yyv4791.CodecDecodeSelf(d) + yyv4796 := &yyv4793[yyj4793] + yyv4796.CodecDecodeSelf(d) } } else { @@ -61432,17 +61487,17 @@ func (x codecSelfer1234) decSliceLimitRangeItem(v *[]LimitRangeItem, d *codec197 } } - if yyj4788 < len(yyv4788) { - yyv4788 = yyv4788[:yyj4788] - yyc4788 = true - } else if yyj4788 == 0 && yyv4788 == nil { - yyv4788 = []LimitRangeItem{} - yyc4788 = true + if yyj4793 < len(yyv4793) { + yyv4793 = yyv4793[:yyj4793] + yyc4793 = true + } else if yyj4793 == 0 && yyv4793 == nil { + yyv4793 = []LimitRangeItem{} + yyc4793 = true } } - yyh4788.End() - if yyc4788 { - *v = yyv4788 + yyh4793.End() + if yyc4793 { + *v = yyv4793 } } @@ -61451,10 +61506,10 @@ func (x codecSelfer1234) encSliceLimitRange(v []LimitRange, e *codec1978.Encoder z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4792 := range v { + for _, yyv4797 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4793 := &yyv4792 - yy4793.CodecEncodeSelf(e) + yy4798 := &yyv4797 + yy4798.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61464,127 +61519,12 @@ func (x codecSelfer1234) decSliceLimitRange(v *[]LimitRange, d *codec1978.Decode z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4794 := *v - yyh4794, yyl4794 := z.DecSliceHelperStart() - var yyc4794 bool - if yyl4794 == 0 { - if yyv4794 == nil { - yyv4794 = []LimitRange{} - yyc4794 = true - } else if len(yyv4794) != 0 { - yyv4794 = yyv4794[:0] - yyc4794 = true - } - } else if yyl4794 > 0 { - var yyrr4794, yyrl4794 int - var yyrt4794 bool - if yyl4794 > cap(yyv4794) { - - yyrg4794 := len(yyv4794) > 0 - yyv24794 := yyv4794 - yyrl4794, yyrt4794 = z.DecInferLen(yyl4794, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4794 { - if yyrl4794 <= cap(yyv4794) { - yyv4794 = yyv4794[:yyrl4794] - } else { - yyv4794 = make([]LimitRange, yyrl4794) - } - } else { - yyv4794 = make([]LimitRange, yyrl4794) - } - yyc4794 = true - yyrr4794 = len(yyv4794) - if yyrg4794 { - copy(yyv4794, yyv24794) - } - } else if yyl4794 != len(yyv4794) { - yyv4794 = yyv4794[:yyl4794] - yyc4794 = true - } - yyj4794 := 0 - for ; yyj4794 < yyrr4794; yyj4794++ { - yyh4794.ElemContainerState(yyj4794) - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = LimitRange{} - } else { - yyv4795 := &yyv4794[yyj4794] - yyv4795.CodecDecodeSelf(d) - } - - } - if yyrt4794 { - for ; yyj4794 < yyl4794; yyj4794++ { - yyv4794 = append(yyv4794, LimitRange{}) - yyh4794.ElemContainerState(yyj4794) - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = LimitRange{} - } else { - yyv4796 := &yyv4794[yyj4794] - yyv4796.CodecDecodeSelf(d) - } - - } - } - - } else { - yyj4794 := 0 - for ; !r.CheckBreak(); yyj4794++ { - - if yyj4794 >= len(yyv4794) { - yyv4794 = append(yyv4794, LimitRange{}) // var yyz4794 LimitRange - yyc4794 = true - } - yyh4794.ElemContainerState(yyj4794) - if yyj4794 < len(yyv4794) { - if r.TryDecodeAsNil() { - yyv4794[yyj4794] = LimitRange{} - } else { - yyv4797 := &yyv4794[yyj4794] - yyv4797.CodecDecodeSelf(d) - } - - } else { - z.DecSwallow() - } - - } - if yyj4794 < len(yyv4794) { - yyv4794 = yyv4794[:yyj4794] - yyc4794 = true - } else if yyj4794 == 0 && yyv4794 == nil { - yyv4794 = []LimitRange{} - yyc4794 = true - } - } - yyh4794.End() - if yyc4794 { - *v = yyv4794 - } -} - -func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperEncoder(e) - _, _, _ = h, z, r - r.EncodeArrayStart(len(v)) - for _, yyv4798 := range v { - z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yyv4798.CodecEncodeSelf(e) - } - z.EncSendContainerState(codecSelfer_containerArrayEnd1234) -} - -func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d *codec1978.Decoder) { - var h codecSelfer1234 - z, r := codec1978.GenHelperDecoder(d) - _, _, _ = h, z, r - yyv4799 := *v yyh4799, yyl4799 := z.DecSliceHelperStart() var yyc4799 bool if yyl4799 == 0 { if yyv4799 == nil { - yyv4799 = []ResourceQuotaScope{} + yyv4799 = []LimitRange{} yyc4799 = true } else if len(yyv4799) != 0 { yyv4799 = yyv4799[:0] @@ -61595,18 +61535,23 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * var yyrt4799 bool if yyl4799 > cap(yyv4799) { - yyrl4799, yyrt4799 = z.DecInferLen(yyl4799, z.DecBasicHandle().MaxInitLen, 16) + yyrg4799 := len(yyv4799) > 0 + yyv24799 := yyv4799 + yyrl4799, yyrt4799 = z.DecInferLen(yyl4799, z.DecBasicHandle().MaxInitLen, 280) if yyrt4799 { if yyrl4799 <= cap(yyv4799) { yyv4799 = yyv4799[:yyrl4799] } else { - yyv4799 = make([]ResourceQuotaScope, yyrl4799) + yyv4799 = make([]LimitRange, yyrl4799) } } else { - yyv4799 = make([]ResourceQuotaScope, yyrl4799) + yyv4799 = make([]LimitRange, yyrl4799) } yyc4799 = true yyrr4799 = len(yyv4799) + if yyrg4799 { + copy(yyv4799, yyv24799) + } } else if yyl4799 != len(yyv4799) { yyv4799 = yyv4799[:yyl4799] yyc4799 = true @@ -61615,20 +61560,22 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * for ; yyj4799 < yyrr4799; yyj4799++ { yyh4799.ElemContainerState(yyj4799) if r.TryDecodeAsNil() { - yyv4799[yyj4799] = "" + yyv4799[yyj4799] = LimitRange{} } else { - yyv4799[yyj4799] = ResourceQuotaScope(r.DecodeString()) + yyv4800 := &yyv4799[yyj4799] + yyv4800.CodecDecodeSelf(d) } } if yyrt4799 { for ; yyj4799 < yyl4799; yyj4799++ { - yyv4799 = append(yyv4799, "") + yyv4799 = append(yyv4799, LimitRange{}) yyh4799.ElemContainerState(yyj4799) if r.TryDecodeAsNil() { - yyv4799[yyj4799] = "" + yyv4799[yyj4799] = LimitRange{} } else { - yyv4799[yyj4799] = ResourceQuotaScope(r.DecodeString()) + yyv4801 := &yyv4799[yyj4799] + yyv4801.CodecDecodeSelf(d) } } @@ -61639,15 +61586,16 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * for ; !r.CheckBreak(); yyj4799++ { if yyj4799 >= len(yyv4799) { - yyv4799 = append(yyv4799, "") // var yyz4799 ResourceQuotaScope + yyv4799 = append(yyv4799, LimitRange{}) // var yyz4799 LimitRange yyc4799 = true } yyh4799.ElemContainerState(yyj4799) if yyj4799 < len(yyv4799) { if r.TryDecodeAsNil() { - yyv4799[yyj4799] = "" + yyv4799[yyj4799] = LimitRange{} } else { - yyv4799[yyj4799] = ResourceQuotaScope(r.DecodeString()) + yyv4802 := &yyv4799[yyj4799] + yyv4802.CodecDecodeSelf(d) } } else { @@ -61659,7 +61607,7 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * yyv4799 = yyv4799[:yyj4799] yyc4799 = true } else if yyj4799 == 0 && yyv4799 == nil { - yyv4799 = []ResourceQuotaScope{} + yyv4799 = []LimitRange{} yyc4799 = true } } @@ -61669,15 +61617,122 @@ func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d * } } -func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { +func (x codecSelfer1234) encSliceResourceQuotaScope(v []ResourceQuotaScope, e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) for _, yyv4803 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4804 := &yyv4803 - yy4804.CodecEncodeSelf(e) + yyv4803.CodecEncodeSelf(e) + } + z.EncSendContainerState(codecSelfer_containerArrayEnd1234) +} + +func (x codecSelfer1234) decSliceResourceQuotaScope(v *[]ResourceQuotaScope, d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + + yyv4804 := *v + yyh4804, yyl4804 := z.DecSliceHelperStart() + var yyc4804 bool + if yyl4804 == 0 { + if yyv4804 == nil { + yyv4804 = []ResourceQuotaScope{} + yyc4804 = true + } else if len(yyv4804) != 0 { + yyv4804 = yyv4804[:0] + yyc4804 = true + } + } else if yyl4804 > 0 { + var yyrr4804, yyrl4804 int + var yyrt4804 bool + if yyl4804 > cap(yyv4804) { + + yyrl4804, yyrt4804 = z.DecInferLen(yyl4804, z.DecBasicHandle().MaxInitLen, 16) + if yyrt4804 { + if yyrl4804 <= cap(yyv4804) { + yyv4804 = yyv4804[:yyrl4804] + } else { + yyv4804 = make([]ResourceQuotaScope, yyrl4804) + } + } else { + yyv4804 = make([]ResourceQuotaScope, yyrl4804) + } + yyc4804 = true + yyrr4804 = len(yyv4804) + } else if yyl4804 != len(yyv4804) { + yyv4804 = yyv4804[:yyl4804] + yyc4804 = true + } + yyj4804 := 0 + for ; yyj4804 < yyrr4804; yyj4804++ { + yyh4804.ElemContainerState(yyj4804) + if r.TryDecodeAsNil() { + yyv4804[yyj4804] = "" + } else { + yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + } + + } + if yyrt4804 { + for ; yyj4804 < yyl4804; yyj4804++ { + yyv4804 = append(yyv4804, "") + yyh4804.ElemContainerState(yyj4804) + if r.TryDecodeAsNil() { + yyv4804[yyj4804] = "" + } else { + yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + } + + } + } + + } else { + yyj4804 := 0 + for ; !r.CheckBreak(); yyj4804++ { + + if yyj4804 >= len(yyv4804) { + yyv4804 = append(yyv4804, "") // var yyz4804 ResourceQuotaScope + yyc4804 = true + } + yyh4804.ElemContainerState(yyj4804) + if yyj4804 < len(yyv4804) { + if r.TryDecodeAsNil() { + yyv4804[yyj4804] = "" + } else { + yyv4804[yyj4804] = ResourceQuotaScope(r.DecodeString()) + } + + } else { + z.DecSwallow() + } + + } + if yyj4804 < len(yyv4804) { + yyv4804 = yyv4804[:yyj4804] + yyc4804 = true + } else if yyj4804 == 0 && yyv4804 == nil { + yyv4804 = []ResourceQuotaScope{} + yyc4804 = true + } + } + yyh4804.End() + if yyc4804 { + *v = yyv4804 + } +} + +func (x codecSelfer1234) encSliceResourceQuota(v []ResourceQuota, e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + r.EncodeArrayStart(len(v)) + for _, yyv4808 := range v { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + yy4809 := &yyv4808 + yy4809.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61687,83 +61742,83 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4805 := *v - yyh4805, yyl4805 := z.DecSliceHelperStart() - var yyc4805 bool - if yyl4805 == 0 { - if yyv4805 == nil { - yyv4805 = []ResourceQuota{} - yyc4805 = true - } else if len(yyv4805) != 0 { - yyv4805 = yyv4805[:0] - yyc4805 = true + yyv4810 := *v + yyh4810, yyl4810 := z.DecSliceHelperStart() + var yyc4810 bool + if yyl4810 == 0 { + if yyv4810 == nil { + yyv4810 = []ResourceQuota{} + yyc4810 = true + } else if len(yyv4810) != 0 { + yyv4810 = yyv4810[:0] + yyc4810 = true } - } else if yyl4805 > 0 { - var yyrr4805, yyrl4805 int - var yyrt4805 bool - if yyl4805 > cap(yyv4805) { + } else if yyl4810 > 0 { + var yyrr4810, yyrl4810 int + var yyrt4810 bool + if yyl4810 > cap(yyv4810) { - yyrg4805 := len(yyv4805) > 0 - yyv24805 := yyv4805 - yyrl4805, yyrt4805 = z.DecInferLen(yyl4805, z.DecBasicHandle().MaxInitLen, 304) - if yyrt4805 { - if yyrl4805 <= cap(yyv4805) { - yyv4805 = yyv4805[:yyrl4805] + yyrg4810 := len(yyv4810) > 0 + yyv24810 := yyv4810 + yyrl4810, yyrt4810 = z.DecInferLen(yyl4810, z.DecBasicHandle().MaxInitLen, 304) + if yyrt4810 { + if yyrl4810 <= cap(yyv4810) { + yyv4810 = yyv4810[:yyrl4810] } else { - yyv4805 = make([]ResourceQuota, yyrl4805) + yyv4810 = make([]ResourceQuota, yyrl4810) } } else { - yyv4805 = make([]ResourceQuota, yyrl4805) + yyv4810 = make([]ResourceQuota, yyrl4810) } - yyc4805 = true - yyrr4805 = len(yyv4805) - if yyrg4805 { - copy(yyv4805, yyv24805) + yyc4810 = true + yyrr4810 = len(yyv4810) + if yyrg4810 { + copy(yyv4810, yyv24810) } - } else if yyl4805 != len(yyv4805) { - yyv4805 = yyv4805[:yyl4805] - yyc4805 = true + } else if yyl4810 != len(yyv4810) { + yyv4810 = yyv4810[:yyl4810] + yyc4810 = true } - yyj4805 := 0 - for ; yyj4805 < yyrr4805; yyj4805++ { - yyh4805.ElemContainerState(yyj4805) + yyj4810 := 0 + for ; yyj4810 < yyrr4810; yyj4810++ { + yyh4810.ElemContainerState(yyj4810) if r.TryDecodeAsNil() { - yyv4805[yyj4805] = ResourceQuota{} + yyv4810[yyj4810] = ResourceQuota{} } else { - yyv4806 := &yyv4805[yyj4805] - yyv4806.CodecDecodeSelf(d) + yyv4811 := &yyv4810[yyj4810] + yyv4811.CodecDecodeSelf(d) } } - if yyrt4805 { - for ; yyj4805 < yyl4805; yyj4805++ { - yyv4805 = append(yyv4805, ResourceQuota{}) - yyh4805.ElemContainerState(yyj4805) + if yyrt4810 { + for ; yyj4810 < yyl4810; yyj4810++ { + yyv4810 = append(yyv4810, ResourceQuota{}) + yyh4810.ElemContainerState(yyj4810) if r.TryDecodeAsNil() { - yyv4805[yyj4805] = ResourceQuota{} + yyv4810[yyj4810] = ResourceQuota{} } else { - yyv4807 := &yyv4805[yyj4805] - yyv4807.CodecDecodeSelf(d) + yyv4812 := &yyv4810[yyj4810] + yyv4812.CodecDecodeSelf(d) } } } } else { - yyj4805 := 0 - for ; !r.CheckBreak(); yyj4805++ { + yyj4810 := 0 + for ; !r.CheckBreak(); yyj4810++ { - if yyj4805 >= len(yyv4805) { - yyv4805 = append(yyv4805, ResourceQuota{}) // var yyz4805 ResourceQuota - yyc4805 = true + if yyj4810 >= len(yyv4810) { + yyv4810 = append(yyv4810, ResourceQuota{}) // var yyz4810 ResourceQuota + yyc4810 = true } - yyh4805.ElemContainerState(yyj4805) - if yyj4805 < len(yyv4805) { + yyh4810.ElemContainerState(yyj4810) + if yyj4810 < len(yyv4810) { if r.TryDecodeAsNil() { - yyv4805[yyj4805] = ResourceQuota{} + yyv4810[yyj4810] = ResourceQuota{} } else { - yyv4808 := &yyv4805[yyj4805] - yyv4808.CodecDecodeSelf(d) + yyv4813 := &yyv4810[yyj4810] + yyv4813.CodecDecodeSelf(d) } } else { @@ -61771,17 +61826,17 @@ func (x codecSelfer1234) decSliceResourceQuota(v *[]ResourceQuota, d *codec1978. } } - if yyj4805 < len(yyv4805) { - yyv4805 = yyv4805[:yyj4805] - yyc4805 = true - } else if yyj4805 == 0 && yyv4805 == nil { - yyv4805 = []ResourceQuota{} - yyc4805 = true + if yyj4810 < len(yyv4810) { + yyv4810 = yyv4810[:yyj4810] + yyc4810 = true + } else if yyj4810 == 0 && yyv4810 == nil { + yyv4810 = []ResourceQuota{} + yyc4810 = true } } - yyh4805.End() - if yyc4805 { - *v = yyv4805 + yyh4810.End() + if yyc4810 { + *v = yyv4810 } } @@ -61790,23 +61845,23 @@ func (x codecSelfer1234) encMapstringSliceuint8(v map[string][]uint8, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeMapStart(len(v)) - for yyk4809, yyv4809 := range v { + for yyk4814, yyv4814 := range v { z.EncSendContainerState(codecSelfer_containerMapKey1234) - yym4810 := z.EncBinary() - _ = yym4810 + yym4815 := z.EncBinary() + _ = yym4815 if false { } else { - r.EncodeString(codecSelferC_UTF81234, string(yyk4809)) + r.EncodeString(codecSelferC_UTF81234, string(yyk4814)) } z.EncSendContainerState(codecSelfer_containerMapValue1234) - if yyv4809 == nil { + if yyv4814 == nil { r.EncodeNil() } else { - yym4811 := z.EncBinary() - _ = yym4811 + yym4816 := z.EncBinary() + _ = yym4816 if false { } else { - r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4809)) + r.EncodeStringBytes(codecSelferC_RAW1234, []byte(yyv4814)) } } } @@ -61818,80 +61873,80 @@ func (x codecSelfer1234) decMapstringSliceuint8(v *map[string][]uint8, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4812 := *v - yyl4812 := r.ReadMapStart() - yybh4812 := z.DecBasicHandle() - if yyv4812 == nil { - yyrl4812, _ := z.DecInferLen(yyl4812, yybh4812.MaxInitLen, 40) - yyv4812 = make(map[string][]uint8, yyrl4812) - *v = yyv4812 + yyv4817 := *v + yyl4817 := r.ReadMapStart() + yybh4817 := z.DecBasicHandle() + if yyv4817 == nil { + yyrl4817, _ := z.DecInferLen(yyl4817, yybh4817.MaxInitLen, 40) + yyv4817 = make(map[string][]uint8, yyrl4817) + *v = yyv4817 } - var yymk4812 string - var yymv4812 []uint8 - var yymg4812 bool - if yybh4812.MapValueReset { - yymg4812 = true + var yymk4817 string + var yymv4817 []uint8 + var yymg4817 bool + if yybh4817.MapValueReset { + yymg4817 = true } - if yyl4812 > 0 { - for yyj4812 := 0; yyj4812 < yyl4812; yyj4812++ { + if yyl4817 > 0 { + for yyj4817 := 0; yyj4817 < yyl4817; yyj4817++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4812 = "" + yymk4817 = "" } else { - yymk4812 = string(r.DecodeString()) + yymk4817 = string(r.DecodeString()) } - if yymg4812 { - yymv4812 = yyv4812[yymk4812] + if yymg4817 { + yymv4817 = yyv4817[yymk4817] } else { - yymv4812 = nil + yymv4817 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4812 = nil + yymv4817 = nil } else { - yyv4814 := &yymv4812 - yym4815 := z.DecBinary() - _ = yym4815 + yyv4819 := &yymv4817 + yym4820 := z.DecBinary() + _ = yym4820 if false { } else { - *yyv4814 = r.DecodeBytes(*(*[]byte)(yyv4814), false, false) + *yyv4819 = r.DecodeBytes(*(*[]byte)(yyv4819), false, false) } } - if yyv4812 != nil { - yyv4812[yymk4812] = yymv4812 + if yyv4817 != nil { + yyv4817[yymk4817] = yymv4817 } } - } else if yyl4812 < 0 { - for yyj4812 := 0; !r.CheckBreak(); yyj4812++ { + } else if yyl4817 < 0 { + for yyj4817 := 0; !r.CheckBreak(); yyj4817++ { z.DecSendContainerState(codecSelfer_containerMapKey1234) if r.TryDecodeAsNil() { - yymk4812 = "" + yymk4817 = "" } else { - yymk4812 = string(r.DecodeString()) + yymk4817 = string(r.DecodeString()) } - if yymg4812 { - yymv4812 = yyv4812[yymk4812] + if yymg4817 { + yymv4817 = yyv4817[yymk4817] } else { - yymv4812 = nil + yymv4817 = nil } z.DecSendContainerState(codecSelfer_containerMapValue1234) if r.TryDecodeAsNil() { - yymv4812 = nil + yymv4817 = nil } else { - yyv4817 := &yymv4812 - yym4818 := z.DecBinary() - _ = yym4818 + yyv4822 := &yymv4817 + yym4823 := z.DecBinary() + _ = yym4823 if false { } else { - *yyv4817 = r.DecodeBytes(*(*[]byte)(yyv4817), false, false) + *yyv4822 = r.DecodeBytes(*(*[]byte)(yyv4822), false, false) } } - if yyv4812 != nil { - yyv4812[yymk4812] = yymv4812 + if yyv4817 != nil { + yyv4817[yymk4817] = yymv4817 } } } // else len==0: TODO: Should we clear map entries? @@ -61903,10 +61958,10 @@ func (x codecSelfer1234) encSliceSecret(v []Secret, e *codec1978.Encoder) { z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4819 := range v { + for _, yyv4824 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4820 := &yyv4819 - yy4820.CodecEncodeSelf(e) + yy4825 := &yyv4824 + yy4825.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -61916,83 +61971,83 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4821 := *v - yyh4821, yyl4821 := z.DecSliceHelperStart() - var yyc4821 bool - if yyl4821 == 0 { - if yyv4821 == nil { - yyv4821 = []Secret{} - yyc4821 = true - } else if len(yyv4821) != 0 { - yyv4821 = yyv4821[:0] - yyc4821 = true + yyv4826 := *v + yyh4826, yyl4826 := z.DecSliceHelperStart() + var yyc4826 bool + if yyl4826 == 0 { + if yyv4826 == nil { + yyv4826 = []Secret{} + yyc4826 = true + } else if len(yyv4826) != 0 { + yyv4826 = yyv4826[:0] + yyc4826 = true } - } else if yyl4821 > 0 { - var yyrr4821, yyrl4821 int - var yyrt4821 bool - if yyl4821 > cap(yyv4821) { + } else if yyl4826 > 0 { + var yyrr4826, yyrl4826 int + var yyrt4826 bool + if yyl4826 > cap(yyv4826) { - yyrg4821 := len(yyv4821) > 0 - yyv24821 := yyv4821 - yyrl4821, yyrt4821 = z.DecInferLen(yyl4821, z.DecBasicHandle().MaxInitLen, 288) - if yyrt4821 { - if yyrl4821 <= cap(yyv4821) { - yyv4821 = yyv4821[:yyrl4821] + yyrg4826 := len(yyv4826) > 0 + yyv24826 := yyv4826 + yyrl4826, yyrt4826 = z.DecInferLen(yyl4826, z.DecBasicHandle().MaxInitLen, 288) + if yyrt4826 { + if yyrl4826 <= cap(yyv4826) { + yyv4826 = yyv4826[:yyrl4826] } else { - yyv4821 = make([]Secret, yyrl4821) + yyv4826 = make([]Secret, yyrl4826) } } else { - yyv4821 = make([]Secret, yyrl4821) + yyv4826 = make([]Secret, yyrl4826) } - yyc4821 = true - yyrr4821 = len(yyv4821) - if yyrg4821 { - copy(yyv4821, yyv24821) + yyc4826 = true + yyrr4826 = len(yyv4826) + if yyrg4826 { + copy(yyv4826, yyv24826) } - } else if yyl4821 != len(yyv4821) { - yyv4821 = yyv4821[:yyl4821] - yyc4821 = true + } else if yyl4826 != len(yyv4826) { + yyv4826 = yyv4826[:yyl4826] + yyc4826 = true } - yyj4821 := 0 - for ; yyj4821 < yyrr4821; yyj4821++ { - yyh4821.ElemContainerState(yyj4821) + yyj4826 := 0 + for ; yyj4826 < yyrr4826; yyj4826++ { + yyh4826.ElemContainerState(yyj4826) if r.TryDecodeAsNil() { - yyv4821[yyj4821] = Secret{} + yyv4826[yyj4826] = Secret{} } else { - yyv4822 := &yyv4821[yyj4821] - yyv4822.CodecDecodeSelf(d) + yyv4827 := &yyv4826[yyj4826] + yyv4827.CodecDecodeSelf(d) } } - if yyrt4821 { - for ; yyj4821 < yyl4821; yyj4821++ { - yyv4821 = append(yyv4821, Secret{}) - yyh4821.ElemContainerState(yyj4821) + if yyrt4826 { + for ; yyj4826 < yyl4826; yyj4826++ { + yyv4826 = append(yyv4826, Secret{}) + yyh4826.ElemContainerState(yyj4826) if r.TryDecodeAsNil() { - yyv4821[yyj4821] = Secret{} + yyv4826[yyj4826] = Secret{} } else { - yyv4823 := &yyv4821[yyj4821] - yyv4823.CodecDecodeSelf(d) + yyv4828 := &yyv4826[yyj4826] + yyv4828.CodecDecodeSelf(d) } } } } else { - yyj4821 := 0 - for ; !r.CheckBreak(); yyj4821++ { + yyj4826 := 0 + for ; !r.CheckBreak(); yyj4826++ { - if yyj4821 >= len(yyv4821) { - yyv4821 = append(yyv4821, Secret{}) // var yyz4821 Secret - yyc4821 = true + if yyj4826 >= len(yyv4826) { + yyv4826 = append(yyv4826, Secret{}) // var yyz4826 Secret + yyc4826 = true } - yyh4821.ElemContainerState(yyj4821) - if yyj4821 < len(yyv4821) { + yyh4826.ElemContainerState(yyj4826) + if yyj4826 < len(yyv4826) { if r.TryDecodeAsNil() { - yyv4821[yyj4821] = Secret{} + yyv4826[yyj4826] = Secret{} } else { - yyv4824 := &yyv4821[yyj4821] - yyv4824.CodecDecodeSelf(d) + yyv4829 := &yyv4826[yyj4826] + yyv4829.CodecDecodeSelf(d) } } else { @@ -62000,17 +62055,17 @@ func (x codecSelfer1234) decSliceSecret(v *[]Secret, d *codec1978.Decoder) { } } - if yyj4821 < len(yyv4821) { - yyv4821 = yyv4821[:yyj4821] - yyc4821 = true - } else if yyj4821 == 0 && yyv4821 == nil { - yyv4821 = []Secret{} - yyc4821 = true + if yyj4826 < len(yyv4826) { + yyv4826 = yyv4826[:yyj4826] + yyc4826 = true + } else if yyj4826 == 0 && yyv4826 == nil { + yyv4826 = []Secret{} + yyc4826 = true } } - yyh4821.End() - if yyc4821 { - *v = yyv4821 + yyh4826.End() + if yyc4826 { + *v = yyv4826 } } @@ -62019,10 +62074,10 @@ func (x codecSelfer1234) encSliceConfigMap(v []ConfigMap, e *codec1978.Encoder) z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4825 := range v { + for _, yyv4830 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4826 := &yyv4825 - yy4826.CodecEncodeSelf(e) + yy4831 := &yyv4830 + yy4831.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62032,83 +62087,83 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4827 := *v - yyh4827, yyl4827 := z.DecSliceHelperStart() - var yyc4827 bool - if yyl4827 == 0 { - if yyv4827 == nil { - yyv4827 = []ConfigMap{} - yyc4827 = true - } else if len(yyv4827) != 0 { - yyv4827 = yyv4827[:0] - yyc4827 = true + yyv4832 := *v + yyh4832, yyl4832 := z.DecSliceHelperStart() + var yyc4832 bool + if yyl4832 == 0 { + if yyv4832 == nil { + yyv4832 = []ConfigMap{} + yyc4832 = true + } else if len(yyv4832) != 0 { + yyv4832 = yyv4832[:0] + yyc4832 = true } - } else if yyl4827 > 0 { - var yyrr4827, yyrl4827 int - var yyrt4827 bool - if yyl4827 > cap(yyv4827) { + } else if yyl4832 > 0 { + var yyrr4832, yyrl4832 int + var yyrt4832 bool + if yyl4832 > cap(yyv4832) { - yyrg4827 := len(yyv4827) > 0 - yyv24827 := yyv4827 - yyrl4827, yyrt4827 = z.DecInferLen(yyl4827, z.DecBasicHandle().MaxInitLen, 264) - if yyrt4827 { - if yyrl4827 <= cap(yyv4827) { - yyv4827 = yyv4827[:yyrl4827] + yyrg4832 := len(yyv4832) > 0 + yyv24832 := yyv4832 + yyrl4832, yyrt4832 = z.DecInferLen(yyl4832, z.DecBasicHandle().MaxInitLen, 264) + if yyrt4832 { + if yyrl4832 <= cap(yyv4832) { + yyv4832 = yyv4832[:yyrl4832] } else { - yyv4827 = make([]ConfigMap, yyrl4827) + yyv4832 = make([]ConfigMap, yyrl4832) } } else { - yyv4827 = make([]ConfigMap, yyrl4827) + yyv4832 = make([]ConfigMap, yyrl4832) } - yyc4827 = true - yyrr4827 = len(yyv4827) - if yyrg4827 { - copy(yyv4827, yyv24827) + yyc4832 = true + yyrr4832 = len(yyv4832) + if yyrg4832 { + copy(yyv4832, yyv24832) } - } else if yyl4827 != len(yyv4827) { - yyv4827 = yyv4827[:yyl4827] - yyc4827 = true + } else if yyl4832 != len(yyv4832) { + yyv4832 = yyv4832[:yyl4832] + yyc4832 = true } - yyj4827 := 0 - for ; yyj4827 < yyrr4827; yyj4827++ { - yyh4827.ElemContainerState(yyj4827) + yyj4832 := 0 + for ; yyj4832 < yyrr4832; yyj4832++ { + yyh4832.ElemContainerState(yyj4832) if r.TryDecodeAsNil() { - yyv4827[yyj4827] = ConfigMap{} + yyv4832[yyj4832] = ConfigMap{} } else { - yyv4828 := &yyv4827[yyj4827] - yyv4828.CodecDecodeSelf(d) + yyv4833 := &yyv4832[yyj4832] + yyv4833.CodecDecodeSelf(d) } } - if yyrt4827 { - for ; yyj4827 < yyl4827; yyj4827++ { - yyv4827 = append(yyv4827, ConfigMap{}) - yyh4827.ElemContainerState(yyj4827) + if yyrt4832 { + for ; yyj4832 < yyl4832; yyj4832++ { + yyv4832 = append(yyv4832, ConfigMap{}) + yyh4832.ElemContainerState(yyj4832) if r.TryDecodeAsNil() { - yyv4827[yyj4827] = ConfigMap{} + yyv4832[yyj4832] = ConfigMap{} } else { - yyv4829 := &yyv4827[yyj4827] - yyv4829.CodecDecodeSelf(d) + yyv4834 := &yyv4832[yyj4832] + yyv4834.CodecDecodeSelf(d) } } } } else { - yyj4827 := 0 - for ; !r.CheckBreak(); yyj4827++ { + yyj4832 := 0 + for ; !r.CheckBreak(); yyj4832++ { - if yyj4827 >= len(yyv4827) { - yyv4827 = append(yyv4827, ConfigMap{}) // var yyz4827 ConfigMap - yyc4827 = true + if yyj4832 >= len(yyv4832) { + yyv4832 = append(yyv4832, ConfigMap{}) // var yyz4832 ConfigMap + yyc4832 = true } - yyh4827.ElemContainerState(yyj4827) - if yyj4827 < len(yyv4827) { + yyh4832.ElemContainerState(yyj4832) + if yyj4832 < len(yyv4832) { if r.TryDecodeAsNil() { - yyv4827[yyj4827] = ConfigMap{} + yyv4832[yyj4832] = ConfigMap{} } else { - yyv4830 := &yyv4827[yyj4827] - yyv4830.CodecDecodeSelf(d) + yyv4835 := &yyv4832[yyj4832] + yyv4835.CodecDecodeSelf(d) } } else { @@ -62116,17 +62171,17 @@ func (x codecSelfer1234) decSliceConfigMap(v *[]ConfigMap, d *codec1978.Decoder) } } - if yyj4827 < len(yyv4827) { - yyv4827 = yyv4827[:yyj4827] - yyc4827 = true - } else if yyj4827 == 0 && yyv4827 == nil { - yyv4827 = []ConfigMap{} - yyc4827 = true + if yyj4832 < len(yyv4832) { + yyv4832 = yyv4832[:yyj4832] + yyc4832 = true + } else if yyj4832 == 0 && yyv4832 == nil { + yyv4832 = []ConfigMap{} + yyc4832 = true } } - yyh4827.End() - if yyc4827 { - *v = yyv4827 + yyh4832.End() + if yyc4832 { + *v = yyv4832 } } @@ -62135,10 +62190,10 @@ func (x codecSelfer1234) encSliceComponentCondition(v []ComponentCondition, e *c z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4831 := range v { + for _, yyv4836 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4832 := &yyv4831 - yy4832.CodecEncodeSelf(e) + yy4837 := &yyv4836 + yy4837.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62148,83 +62203,83 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4833 := *v - yyh4833, yyl4833 := z.DecSliceHelperStart() - var yyc4833 bool - if yyl4833 == 0 { - if yyv4833 == nil { - yyv4833 = []ComponentCondition{} - yyc4833 = true - } else if len(yyv4833) != 0 { - yyv4833 = yyv4833[:0] - yyc4833 = true + yyv4838 := *v + yyh4838, yyl4838 := z.DecSliceHelperStart() + var yyc4838 bool + if yyl4838 == 0 { + if yyv4838 == nil { + yyv4838 = []ComponentCondition{} + yyc4838 = true + } else if len(yyv4838) != 0 { + yyv4838 = yyv4838[:0] + yyc4838 = true } - } else if yyl4833 > 0 { - var yyrr4833, yyrl4833 int - var yyrt4833 bool - if yyl4833 > cap(yyv4833) { + } else if yyl4838 > 0 { + var yyrr4838, yyrl4838 int + var yyrt4838 bool + if yyl4838 > cap(yyv4838) { - yyrg4833 := len(yyv4833) > 0 - yyv24833 := yyv4833 - yyrl4833, yyrt4833 = z.DecInferLen(yyl4833, z.DecBasicHandle().MaxInitLen, 64) - if yyrt4833 { - if yyrl4833 <= cap(yyv4833) { - yyv4833 = yyv4833[:yyrl4833] + yyrg4838 := len(yyv4838) > 0 + yyv24838 := yyv4838 + yyrl4838, yyrt4838 = z.DecInferLen(yyl4838, z.DecBasicHandle().MaxInitLen, 64) + if yyrt4838 { + if yyrl4838 <= cap(yyv4838) { + yyv4838 = yyv4838[:yyrl4838] } else { - yyv4833 = make([]ComponentCondition, yyrl4833) + yyv4838 = make([]ComponentCondition, yyrl4838) } } else { - yyv4833 = make([]ComponentCondition, yyrl4833) + yyv4838 = make([]ComponentCondition, yyrl4838) } - yyc4833 = true - yyrr4833 = len(yyv4833) - if yyrg4833 { - copy(yyv4833, yyv24833) + yyc4838 = true + yyrr4838 = len(yyv4838) + if yyrg4838 { + copy(yyv4838, yyv24838) } - } else if yyl4833 != len(yyv4833) { - yyv4833 = yyv4833[:yyl4833] - yyc4833 = true + } else if yyl4838 != len(yyv4838) { + yyv4838 = yyv4838[:yyl4838] + yyc4838 = true } - yyj4833 := 0 - for ; yyj4833 < yyrr4833; yyj4833++ { - yyh4833.ElemContainerState(yyj4833) + yyj4838 := 0 + for ; yyj4838 < yyrr4838; yyj4838++ { + yyh4838.ElemContainerState(yyj4838) if r.TryDecodeAsNil() { - yyv4833[yyj4833] = ComponentCondition{} + yyv4838[yyj4838] = ComponentCondition{} } else { - yyv4834 := &yyv4833[yyj4833] - yyv4834.CodecDecodeSelf(d) + yyv4839 := &yyv4838[yyj4838] + yyv4839.CodecDecodeSelf(d) } } - if yyrt4833 { - for ; yyj4833 < yyl4833; yyj4833++ { - yyv4833 = append(yyv4833, ComponentCondition{}) - yyh4833.ElemContainerState(yyj4833) + if yyrt4838 { + for ; yyj4838 < yyl4838; yyj4838++ { + yyv4838 = append(yyv4838, ComponentCondition{}) + yyh4838.ElemContainerState(yyj4838) if r.TryDecodeAsNil() { - yyv4833[yyj4833] = ComponentCondition{} + yyv4838[yyj4838] = ComponentCondition{} } else { - yyv4835 := &yyv4833[yyj4833] - yyv4835.CodecDecodeSelf(d) + yyv4840 := &yyv4838[yyj4838] + yyv4840.CodecDecodeSelf(d) } } } } else { - yyj4833 := 0 - for ; !r.CheckBreak(); yyj4833++ { + yyj4838 := 0 + for ; !r.CheckBreak(); yyj4838++ { - if yyj4833 >= len(yyv4833) { - yyv4833 = append(yyv4833, ComponentCondition{}) // var yyz4833 ComponentCondition - yyc4833 = true + if yyj4838 >= len(yyv4838) { + yyv4838 = append(yyv4838, ComponentCondition{}) // var yyz4838 ComponentCondition + yyc4838 = true } - yyh4833.ElemContainerState(yyj4833) - if yyj4833 < len(yyv4833) { + yyh4838.ElemContainerState(yyj4838) + if yyj4838 < len(yyv4838) { if r.TryDecodeAsNil() { - yyv4833[yyj4833] = ComponentCondition{} + yyv4838[yyj4838] = ComponentCondition{} } else { - yyv4836 := &yyv4833[yyj4833] - yyv4836.CodecDecodeSelf(d) + yyv4841 := &yyv4838[yyj4838] + yyv4841.CodecDecodeSelf(d) } } else { @@ -62232,17 +62287,17 @@ func (x codecSelfer1234) decSliceComponentCondition(v *[]ComponentCondition, d * } } - if yyj4833 < len(yyv4833) { - yyv4833 = yyv4833[:yyj4833] - yyc4833 = true - } else if yyj4833 == 0 && yyv4833 == nil { - yyv4833 = []ComponentCondition{} - yyc4833 = true + if yyj4838 < len(yyv4838) { + yyv4838 = yyv4838[:yyj4838] + yyc4838 = true + } else if yyj4838 == 0 && yyv4838 == nil { + yyv4838 = []ComponentCondition{} + yyc4838 = true } } - yyh4833.End() - if yyc4833 { - *v = yyv4833 + yyh4838.End() + if yyc4838 { + *v = yyv4838 } } @@ -62251,10 +62306,10 @@ func (x codecSelfer1234) encSliceComponentStatus(v []ComponentStatus, e *codec19 z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4837 := range v { + for _, yyv4842 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4838 := &yyv4837 - yy4838.CodecEncodeSelf(e) + yy4843 := &yyv4842 + yy4843.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62264,83 +62319,83 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4839 := *v - yyh4839, yyl4839 := z.DecSliceHelperStart() - var yyc4839 bool - if yyl4839 == 0 { - if yyv4839 == nil { - yyv4839 = []ComponentStatus{} - yyc4839 = true - } else if len(yyv4839) != 0 { - yyv4839 = yyv4839[:0] - yyc4839 = true + yyv4844 := *v + yyh4844, yyl4844 := z.DecSliceHelperStart() + var yyc4844 bool + if yyl4844 == 0 { + if yyv4844 == nil { + yyv4844 = []ComponentStatus{} + yyc4844 = true + } else if len(yyv4844) != 0 { + yyv4844 = yyv4844[:0] + yyc4844 = true } - } else if yyl4839 > 0 { - var yyrr4839, yyrl4839 int - var yyrt4839 bool - if yyl4839 > cap(yyv4839) { + } else if yyl4844 > 0 { + var yyrr4844, yyrl4844 int + var yyrt4844 bool + if yyl4844 > cap(yyv4844) { - yyrg4839 := len(yyv4839) > 0 - yyv24839 := yyv4839 - yyrl4839, yyrt4839 = z.DecInferLen(yyl4839, z.DecBasicHandle().MaxInitLen, 280) - if yyrt4839 { - if yyrl4839 <= cap(yyv4839) { - yyv4839 = yyv4839[:yyrl4839] + yyrg4844 := len(yyv4844) > 0 + yyv24844 := yyv4844 + yyrl4844, yyrt4844 = z.DecInferLen(yyl4844, z.DecBasicHandle().MaxInitLen, 280) + if yyrt4844 { + if yyrl4844 <= cap(yyv4844) { + yyv4844 = yyv4844[:yyrl4844] } else { - yyv4839 = make([]ComponentStatus, yyrl4839) + yyv4844 = make([]ComponentStatus, yyrl4844) } } else { - yyv4839 = make([]ComponentStatus, yyrl4839) + yyv4844 = make([]ComponentStatus, yyrl4844) } - yyc4839 = true - yyrr4839 = len(yyv4839) - if yyrg4839 { - copy(yyv4839, yyv24839) + yyc4844 = true + yyrr4844 = len(yyv4844) + if yyrg4844 { + copy(yyv4844, yyv24844) } - } else if yyl4839 != len(yyv4839) { - yyv4839 = yyv4839[:yyl4839] - yyc4839 = true + } else if yyl4844 != len(yyv4844) { + yyv4844 = yyv4844[:yyl4844] + yyc4844 = true } - yyj4839 := 0 - for ; yyj4839 < yyrr4839; yyj4839++ { - yyh4839.ElemContainerState(yyj4839) + yyj4844 := 0 + for ; yyj4844 < yyrr4844; yyj4844++ { + yyh4844.ElemContainerState(yyj4844) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = ComponentStatus{} + yyv4844[yyj4844] = ComponentStatus{} } else { - yyv4840 := &yyv4839[yyj4839] - yyv4840.CodecDecodeSelf(d) + yyv4845 := &yyv4844[yyj4844] + yyv4845.CodecDecodeSelf(d) } } - if yyrt4839 { - for ; yyj4839 < yyl4839; yyj4839++ { - yyv4839 = append(yyv4839, ComponentStatus{}) - yyh4839.ElemContainerState(yyj4839) + if yyrt4844 { + for ; yyj4844 < yyl4844; yyj4844++ { + yyv4844 = append(yyv4844, ComponentStatus{}) + yyh4844.ElemContainerState(yyj4844) if r.TryDecodeAsNil() { - yyv4839[yyj4839] = ComponentStatus{} + yyv4844[yyj4844] = ComponentStatus{} } else { - yyv4841 := &yyv4839[yyj4839] - yyv4841.CodecDecodeSelf(d) + yyv4846 := &yyv4844[yyj4844] + yyv4846.CodecDecodeSelf(d) } } } } else { - yyj4839 := 0 - for ; !r.CheckBreak(); yyj4839++ { + yyj4844 := 0 + for ; !r.CheckBreak(); yyj4844++ { - if yyj4839 >= len(yyv4839) { - yyv4839 = append(yyv4839, ComponentStatus{}) // var yyz4839 ComponentStatus - yyc4839 = true + if yyj4844 >= len(yyv4844) { + yyv4844 = append(yyv4844, ComponentStatus{}) // var yyz4844 ComponentStatus + yyc4844 = true } - yyh4839.ElemContainerState(yyj4839) - if yyj4839 < len(yyv4839) { + yyh4844.ElemContainerState(yyj4844) + if yyj4844 < len(yyv4844) { if r.TryDecodeAsNil() { - yyv4839[yyj4839] = ComponentStatus{} + yyv4844[yyj4844] = ComponentStatus{} } else { - yyv4842 := &yyv4839[yyj4839] - yyv4842.CodecDecodeSelf(d) + yyv4847 := &yyv4844[yyj4844] + yyv4847.CodecDecodeSelf(d) } } else { @@ -62348,17 +62403,17 @@ func (x codecSelfer1234) decSliceComponentStatus(v *[]ComponentStatus, d *codec1 } } - if yyj4839 < len(yyv4839) { - yyv4839 = yyv4839[:yyj4839] - yyc4839 = true - } else if yyj4839 == 0 && yyv4839 == nil { - yyv4839 = []ComponentStatus{} - yyc4839 = true + if yyj4844 < len(yyv4844) { + yyv4844 = yyv4844[:yyj4844] + yyc4844 = true + } else if yyj4844 == 0 && yyv4844 == nil { + yyv4844 = []ComponentStatus{} + yyc4844 = true } } - yyh4839.End() - if yyc4839 { - *v = yyv4839 + yyh4844.End() + if yyc4844 { + *v = yyv4844 } } @@ -62367,10 +62422,10 @@ func (x codecSelfer1234) encSliceDownwardAPIVolumeFile(v []DownwardAPIVolumeFile z, r := codec1978.GenHelperEncoder(e) _, _, _ = h, z, r r.EncodeArrayStart(len(v)) - for _, yyv4843 := range v { + for _, yyv4848 := range v { z.EncSendContainerState(codecSelfer_containerArrayElem1234) - yy4844 := &yyv4843 - yy4844.CodecEncodeSelf(e) + yy4849 := &yyv4848 + yy4849.CodecEncodeSelf(e) } z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } @@ -62380,83 +62435,83 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - yyv4845 := *v - yyh4845, yyl4845 := z.DecSliceHelperStart() - var yyc4845 bool - if yyl4845 == 0 { - if yyv4845 == nil { - yyv4845 = []DownwardAPIVolumeFile{} - yyc4845 = true - } else if len(yyv4845) != 0 { - yyv4845 = yyv4845[:0] - yyc4845 = true + yyv4850 := *v + yyh4850, yyl4850 := z.DecSliceHelperStart() + var yyc4850 bool + if yyl4850 == 0 { + if yyv4850 == nil { + yyv4850 = []DownwardAPIVolumeFile{} + yyc4850 = true + } else if len(yyv4850) != 0 { + yyv4850 = yyv4850[:0] + yyc4850 = true } - } else if yyl4845 > 0 { - var yyrr4845, yyrl4845 int - var yyrt4845 bool - if yyl4845 > cap(yyv4845) { + } else if yyl4850 > 0 { + var yyrr4850, yyrl4850 int + var yyrt4850 bool + if yyl4850 > cap(yyv4850) { - yyrg4845 := len(yyv4845) > 0 - yyv24845 := yyv4845 - yyrl4845, yyrt4845 = z.DecInferLen(yyl4845, z.DecBasicHandle().MaxInitLen, 40) - if yyrt4845 { - if yyrl4845 <= cap(yyv4845) { - yyv4845 = yyv4845[:yyrl4845] + yyrg4850 := len(yyv4850) > 0 + yyv24850 := yyv4850 + yyrl4850, yyrt4850 = z.DecInferLen(yyl4850, z.DecBasicHandle().MaxInitLen, 40) + if yyrt4850 { + if yyrl4850 <= cap(yyv4850) { + yyv4850 = yyv4850[:yyrl4850] } else { - yyv4845 = make([]DownwardAPIVolumeFile, yyrl4845) + yyv4850 = make([]DownwardAPIVolumeFile, yyrl4850) } } else { - yyv4845 = make([]DownwardAPIVolumeFile, yyrl4845) + yyv4850 = make([]DownwardAPIVolumeFile, yyrl4850) } - yyc4845 = true - yyrr4845 = len(yyv4845) - if yyrg4845 { - copy(yyv4845, yyv24845) + yyc4850 = true + yyrr4850 = len(yyv4850) + if yyrg4850 { + copy(yyv4850, yyv24850) } - } else if yyl4845 != len(yyv4845) { - yyv4845 = yyv4845[:yyl4845] - yyc4845 = true + } else if yyl4850 != len(yyv4850) { + yyv4850 = yyv4850[:yyl4850] + yyc4850 = true } - yyj4845 := 0 - for ; yyj4845 < yyrr4845; yyj4845++ { - yyh4845.ElemContainerState(yyj4845) + yyj4850 := 0 + for ; yyj4850 < yyrr4850; yyj4850++ { + yyh4850.ElemContainerState(yyj4850) if r.TryDecodeAsNil() { - yyv4845[yyj4845] = DownwardAPIVolumeFile{} + yyv4850[yyj4850] = DownwardAPIVolumeFile{} } else { - yyv4846 := &yyv4845[yyj4845] - yyv4846.CodecDecodeSelf(d) + yyv4851 := &yyv4850[yyj4850] + yyv4851.CodecDecodeSelf(d) } } - if yyrt4845 { - for ; yyj4845 < yyl4845; yyj4845++ { - yyv4845 = append(yyv4845, DownwardAPIVolumeFile{}) - yyh4845.ElemContainerState(yyj4845) + if yyrt4850 { + for ; yyj4850 < yyl4850; yyj4850++ { + yyv4850 = append(yyv4850, DownwardAPIVolumeFile{}) + yyh4850.ElemContainerState(yyj4850) if r.TryDecodeAsNil() { - yyv4845[yyj4845] = DownwardAPIVolumeFile{} + yyv4850[yyj4850] = DownwardAPIVolumeFile{} } else { - yyv4847 := &yyv4845[yyj4845] - yyv4847.CodecDecodeSelf(d) + yyv4852 := &yyv4850[yyj4850] + yyv4852.CodecDecodeSelf(d) } } } } else { - yyj4845 := 0 - for ; !r.CheckBreak(); yyj4845++ { + yyj4850 := 0 + for ; !r.CheckBreak(); yyj4850++ { - if yyj4845 >= len(yyv4845) { - yyv4845 = append(yyv4845, DownwardAPIVolumeFile{}) // var yyz4845 DownwardAPIVolumeFile - yyc4845 = true + if yyj4850 >= len(yyv4850) { + yyv4850 = append(yyv4850, DownwardAPIVolumeFile{}) // var yyz4850 DownwardAPIVolumeFile + yyc4850 = true } - yyh4845.ElemContainerState(yyj4845) - if yyj4845 < len(yyv4845) { + yyh4850.ElemContainerState(yyj4850) + if yyj4850 < len(yyv4850) { if r.TryDecodeAsNil() { - yyv4845[yyj4845] = DownwardAPIVolumeFile{} + yyv4850[yyj4850] = DownwardAPIVolumeFile{} } else { - yyv4848 := &yyv4845[yyj4845] - yyv4848.CodecDecodeSelf(d) + yyv4853 := &yyv4850[yyj4850] + yyv4853.CodecDecodeSelf(d) } } else { @@ -62464,16 +62519,16 @@ func (x codecSelfer1234) decSliceDownwardAPIVolumeFile(v *[]DownwardAPIVolumeFil } } - if yyj4845 < len(yyv4845) { - yyv4845 = yyv4845[:yyj4845] - yyc4845 = true - } else if yyj4845 == 0 && yyv4845 == nil { - yyv4845 = []DownwardAPIVolumeFile{} - yyc4845 = true + if yyj4850 < len(yyv4850) { + yyv4850 = yyv4850[:yyj4850] + yyc4850 = true + } else if yyj4850 == 0 && yyv4850 == nil { + yyv4850 = []DownwardAPIVolumeFile{} + yyc4850 = true } } - yyh4845.End() - if yyc4845 { - *v = yyv4845 + yyh4850.End() + if yyc4850 { + *v = yyv4850 } } diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index 4f0cf950fd8..8bf1a49d540 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -648,10 +648,14 @@ type CephFSVolumeSource struct { } // Represents a Flocker volume mounted by the Flocker agent. +// One and only one of datasetName and datasetUUID should be set. // Flocker volumes do not support ownership management or SELinux relabeling. type FlockerVolumeSource struct { - // Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker - DatasetName string `json:"datasetName" protobuf:"bytes,1,opt,name=datasetName"` + // Name of the dataset stored as metadata -> name on the dataset for Flocker + // should be considered as deprecated + DatasetName string `json:"datasetName,omitempty" protobuf:"bytes,1,opt,name=datasetName"` + // UUID of the dataset. This is unique identifier of a Flocker dataset + DatasetUUID string `json:"datasetUUID,omitempty" protobuf:"bytes,2,opt,name=datasetUUID"` } // StorageMedium defines ways that storage can be allocated to a volume. diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index 3f0ac8f0238..43314a57119 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -529,8 +529,9 @@ func (FlexVolumeSource) SwaggerDoc() map[string]string { } var map_FlockerVolumeSource = map[string]string{ - "": "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", - "datasetName": "Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker", + "": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", + "datasetName": "Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", + "datasetUUID": "UUID of the dataset. This is unique identifier of a Flocker dataset", } func (FlockerVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index 2f5acd0940f..f7e10107064 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -2196,6 +2196,7 @@ func Convert_api_FlexVolumeSource_To_v1_FlexVolumeSource(in *api.FlexVolumeSourc func autoConvert_v1_FlockerVolumeSource_To_api_FlockerVolumeSource(in *FlockerVolumeSource, out *api.FlockerVolumeSource, s conversion.Scope) error { out.DatasetName = in.DatasetName + out.DatasetUUID = in.DatasetUUID return nil } @@ -2205,6 +2206,7 @@ func Convert_v1_FlockerVolumeSource_To_api_FlockerVolumeSource(in *FlockerVolume func autoConvert_api_FlockerVolumeSource_To_v1_FlockerVolumeSource(in *api.FlockerVolumeSource, out *FlockerVolumeSource, s conversion.Scope) error { out.DatasetName = in.DatasetName + out.DatasetUUID = in.DatasetUUID return nil } diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index c64868f562f..730a3d68357 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -1150,6 +1150,7 @@ func DeepCopy_v1_FlockerVolumeSource(in interface{}, out interface{}, c *convers in := in.(*FlockerVolumeSource) out := out.(*FlockerVolumeSource) out.DatasetName = in.DatasetName + out.DatasetUUID = in.DatasetUUID return nil } } diff --git a/pkg/api/validation/validation.go b/pkg/api/validation/validation.go index 8d95be1b524..669ad2689f0 100644 --- a/pkg/api/validation/validation.go +++ b/pkg/api/validation/validation.go @@ -855,8 +855,12 @@ func validateGlusterfs(glusterfs *api.GlusterfsVolumeSource, fldPath *field.Path func validateFlockerVolumeSource(flocker *api.FlockerVolumeSource, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} - if len(flocker.DatasetName) == 0 { - allErrs = append(allErrs, field.Required(fldPath.Child("datasetName"), "")) + if len(flocker.DatasetName) == 0 && len(flocker.DatasetUUID) == 0 { + //TODO: consider adding a RequiredOneOf() error for this and similar cases + allErrs = append(allErrs, field.Required(fldPath, "one of datasetName and datasetUUID is required")) + } + if len(flocker.DatasetName) != 0 && len(flocker.DatasetUUID) != 0 { + allErrs = append(allErrs, field.Invalid(fldPath, "resource", "datasetName and datasetUUID can not be specified simultaneously")) } if strings.Contains(flocker.DatasetName, "/") { allErrs = append(allErrs, field.Invalid(fldPath.Child("datasetName"), flocker.DatasetName, "must not contain '/'")) diff --git a/pkg/api/validation/validation_test.go b/pkg/api/validation/validation_test.go index 51c1a215e2c..efae8426103 100644 --- a/pkg/api/validation/validation_test.go +++ b/pkg/api/validation/validation_test.go @@ -1520,7 +1520,18 @@ func TestValidateVolumes(t *testing.T) { }, // Flocker { - name: "valid Flocker", + name: "valid Flocker -- datasetUUID", + vol: api.Volume{ + Name: "flocker", + VolumeSource: api.VolumeSource{ + Flocker: &api.FlockerVolumeSource{ + DatasetUUID: "d846b09d-223d-43df-ab5b-d6db2206a0e4", + }, + }, + }, + }, + { + name: "valid Flocker -- datasetName", vol: api.Volume{ Name: "flocker", VolumeSource: api.VolumeSource{ @@ -1531,7 +1542,7 @@ func TestValidateVolumes(t *testing.T) { }, }, { - name: "empty flocker datasetName", + name: "both empty", vol: api.Volume{ Name: "flocker", VolumeSource: api.VolumeSource{ @@ -1541,7 +1552,21 @@ func TestValidateVolumes(t *testing.T) { }, }, errtype: field.ErrorTypeRequired, - errfield: "flocker.datasetName", + errfield: "flocker", + }, + { + name: "both specified", + vol: api.Volume{ + Name: "flocker", + VolumeSource: api.VolumeSource{ + Flocker: &api.FlockerVolumeSource{ + DatasetName: "datasetName", + DatasetUUID: "d846b09d-223d-43df-ab5b-d6db2206a0e4", + }, + }, + }, + errtype: field.ErrorTypeInvalid, + errfield: "flocker", }, { name: "slash in flocker datasetName", diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index b4d69f1b2f5..333f9888be5 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -1178,6 +1178,7 @@ func DeepCopy_api_FlockerVolumeSource(in interface{}, out interface{}, c *conver in := in.(*FlockerVolumeSource) out := out.(*FlockerVolumeSource) out.DatasetName = in.DatasetName + out.DatasetUUID = in.DatasetUUID return nil } } diff --git a/pkg/generated/openapi/zz_generated.openapi.go b/pkg/generated/openapi/zz_generated.openapi.go index 7715b2a8372..3e820224a16 100644 --- a/pkg/generated/openapi/zz_generated.openapi.go +++ b/pkg/generated/openapi/zz_generated.openapi.go @@ -7896,17 +7896,23 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{ "v1.FlockerVolumeSource": { Schema: spec.Schema{ SchemaProps: spec.SchemaProps{ - Description: "Represents a Flocker volume mounted by the Flocker agent. Flocker volumes do not support ownership management or SELinux relabeling.", + Description: "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", Properties: map[string]spec.Schema{ "datasetName": { SchemaProps: spec.SchemaProps{ - Description: "Required: the volume name. This is going to be store on metadata -> name on the payload for Flocker", + Description: "Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated", + Type: []string{"string"}, + Format: "", + }, + }, + "datasetUUID": { + SchemaProps: spec.SchemaProps{ + Description: "UUID of the dataset. This is unique identifier of a Flocker dataset", Type: []string{"string"}, Format: "", }, }, }, - Required: []string{"datasetName"}, }, }, Dependencies: []string{},

datasetName

Required: the volume name. This is going to be store on metadata → name on the payload for Flocker

true

Name of the dataset stored as metadata → name on the dataset for Flocker should be considered as deprecated

false

string

datasetUUID

UUID of the dataset. This is unique identifier of a Flocker dataset

false

string